div#timer {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -125px;
    margin-top: -50px;
    height: 100px;
    padding-top: 25px;
    width: 250px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: white;
    color: grey;
    z-index: 999;
    display:none;
}
#record{
    min-height: 450px;
    padding:20px;
}
#record ul{
    margin: 0;     
    padding: 0;
}
#dayslist{

}
#dayslist ul{
    list-style:none;
    left: 2px!important;
}
#dayslist ul > li {
    float:left;
    height: 50px;
    margin-left: 1px;
    text-align: center;
    vertical-align: top;
    font-size: 9px;
    position: relative;
    padding: 10px 0 0;
    cursor: pointer;
}
#dayslist ul > li b{
    display: block;
    font-size: 14px;
    line-height: 100%;
    margin: 0 0 3px;
    position: relative;
    z-index: 4;
}
#dayslist ul > li.selected {
    //background: #eee;
}


/*---------------------------*/
div#Carousel{
    width: 480px;
    height: 50px!important;
    margin-left: 15px;
    overflow:hidden;
}
div#Carousel ul {
    width:9999999999999999px;
}
.record__nav {
    float:right;
    width: 487px;
    position: absolute;
    right:10px;
    margin-top: 10px;
}
a.next_button {
    float: right;
    font-size:18px;
}
a.prev_button{
    font-size:18px;
    margin-left:-20px;
}
li.record__day {
    width: 42px;
}
/*---------------------------*/

li.ui-selectee.ui-selected {
    background: #eee;
}
#procedure{
    border: 1px solid #ddd;
    height: 300px;
    overflow-y:auto;
}
#procedure ul{
    list-style:none;
    -webkit-padding-start: 0px;
}
#procedure li {
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    cursor:pointer;
}
#procedures_list li span {
    font-size: 9px;
}
#master{
    border: 1px solid #ddd;
    height: 300px;
    overflow-y:auto;
}
#master ul{
    list-style:none;
    -webkit-padding-start: 0px!important;
}
#master li {
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    cursor:pointer;
}
#masters_list li b{
    //margin-top:-10px;
}
#masters_list li i{
    float:left;
    padding-left:10px;
    padding-right:10px;
    color:#eee;
} 
#masters_list li.ui-selected i
{
    color:#fff;
}
#masters_list li span {
    font-size: 9px;
} 
div#timelist {
    margin-top:20px;
    height: 100px;
}
#timelist ul{
    list-style:none;
    -webkit-padding-start: 0px;
}
#timelist li {
    float: left;
    width: 50px;
    height:19px;
    margin: 3px;
    border: 1px solid #ccc;
    background: url(../img/timebg.png) 0 0 repeat-x;
    cursor: pointer;
    text-align: center;
    line-height: 19px;
    border-radius: 3px;
}


#timelist li.busy {
    //display:none;
    opacity: 0.5;
    cursor: default;
}


#timelist li:hover{
      //background:#fe7d5a;
      border: 1px solid #fe7d5a;  
}
#timelist li.time.active
{
    background:#fe7d5a;
    border: 1px solid #fe7d5a;
    color: #eee;
}
div#infoModal
{
    position:absolute; 
    top:5px; 
    left:0; 
    width:100%; 
    height:100%;
    background: rgba(0,0,0,0.8);
    z-index:100;
    display:none;
}
div#close {
    color: white;
    float: right;
    padding: 10px;
    padding-right: 15px;
    cursor: pointer;
}

div#order,div#info {
    color:white;
    //background: #3a3d46;
    background-color: rgba(0, 0, 0, 0.7);
    height:200px;
    margin-top:-100px;
    padding-top: 30px;
    position: absolute;
    top: 50%;
    width: 50%;
    z-index: 999999;    
}
#order{
    padding-left:50px;
}
#order div{
    padding:3px;
}
#order div.orow{
    display:table-row;
}
#order div.ocol{
    display:table-cell;
}
#order div.ocol span{
    color: #fe7d5a;
    margin-right: 10px;
    border-bottom: 1px dashed;
    cursor:pointer;
}

#info{
    right:0px;
}
#info i{
    color: #eee;
}
#info div{
    padding:5px;
}

#info span.orderCheck{
    font-size:10px;
    margin-left: 12px;
}
#info .orderCheck input[type="checkbox"]{
    width:10px;
}

#info div input{
    width:230px;
}
#info div button{
    margin-left: 13px;
    width: 480px;
}

