/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jun 13, 2018, 2:46:05 PM
    Author     : mam
*/


.row {
    padding: 50px 0;
}

#bookingPanel  .ui-panel-titlebar{
    background: transparent;
}
#bookingPanel .ui-panel-titlebar-icon{
    margin-top: 0px !important;
}
.indicator {
    outline: 1px solid black;
    padding: 0px 0px;
    border: 3px solid transparent;
    z-index:0;
    width:50px;
    height:50px;
    float:left;
    margin-right:1px;    
}

.post-item {
    outline: 1px solid black;
    padding: 0px 0px;
    border: 3px solid transparent;
    z-index:0;
    width:50px;
    height:50px;
    float:left;
    margin-right:1px;
    background-image: url("../resources/mylivezone/images/red.png");
    background-size:     cover;  
}

.post-item:hover{
    border: 3px solid red;
}

.post-item div{
    white-space:nowrap;
    -webkit-transform: rotate(-90deg);
    -webkit-transform-origin: 10px;
    -moz-transform: rotate(-90deg);
    -moz-transform-origin: 10px;
    -ms-transform: rotate(-90deg);
    -ms-transform-origin: 10px;
    -o-transform: rotate(-90deg);
    -o-transform-origin: 10px;
    transform: rotate(-90deg);
    transform-origin: 10px;
}

.time{
    outline: 1px solid black;
    padding: 0px 0px;
    border: 0px solid transparent;
    z-index:0;
    width: 203px;
    height:52px;
    float:left;
    margin-right:1px;
    margin-top:2px;

}

.blocktext {
    margin-left: auto;
    margin-right: auto;
    width: 3em;
    font-weight:bold;
    margin-top: 16px;
}


.free {
    outline: 1px solid green;
    background-color:green;
    background-image: url("../resources/mylivezone/images/greenOut.png");
    background-size:     cover;  
}
.selected {
    outline: 1px solid grey;
    padding: 0px 0px;
    border: 3px solid transparent;
    z-index:100;
    background-color:blue;

}

.selected {
    outline: 1px solid grey;
    padding: 0px 0px;
    border: 3px solid transparent;
    z-index:100;
    background-color:yellow;
    background-image: url("../resources/mylivezone/images/green.png");
}
.active {
    outline: 1px solid grey;
    padding: 0px 0px;
    border: 3px solid black;
    z-index:100;
    background-image: url("../resources/mylivezone/images/orange.png");

}
.active:hover{
    border: 3px solid black;
}
.active.selected {
    outline: 1px solid grey;
    padding: 0px 0px;
    border: 3px solid black;
    z-index:100;
    background-image: url("../resources/mylivezone/images/green.png");
}

.bookingList{
    width: 100%;
    border: 0 none;
    border-collapse: inherit;
}

.instantBookingContainer{
    width: 9800px;
    border: 0 none;
}

.instantBookingOuter{
    width: 100%;
    overflow-x:  scroll;
    overflow-y:  hidden;
    border: 0 none;
    border-collapse: inherit;
}

.instantBookingOuter table{
    border-collapse: inherit;
}