ul{
    list-style-type:none;
    padding:0px;
    margin:0px;
}

.date-arrow{
  margin-top: 2%;  
}

div#calendar div.dates-box{
    position:relative;
    top:0px;
    left:0px;
    width:100%;
    height:40px;
    margin-top:5px;
    margin-bottom:5px;
}


div#calendar div.picker-header a.prev,div#calendar div.picker-header a.next{ 
    cursor:pointer;
    text-decoration:none;
    color:#2f2f2f;
    font-weight:bold;
    font-size:14px;
}

div#calendar div.picker-header span.title{
    color:#000;
    font-size:17px;
    padding:20px 1%;
    padding-left: 10px;
    padding-right: 10px;
}

 
 
.calendar-times-select{
        padding: 0px;
        color:#999;
       font-size: 14px;
       height: 29px;
}
.calendar-times ul{
    float: left;
    margin: 0px;
    padding: 0px;
    width: 100%;
   /* overflow: hidden;*/
  /*  white-space: nowrap;*/
    text-align: center;
}
.calendar-times ul li{
    width:11%;  
    margin: 0px;
    line-height: 20px;
    vertical-align: top;
    list-style-type: none;
    height: auto;
    font-size: 11px;
    color: #999;
    text-align: center;
    padding-right: 10px;
    cursor: pointer;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center; 
    display: inline-block;
  /*  float:left;*/
}


.times-selected-option{
  background-color : #02abf7;
  color : white;
}



/*******************************Calendar Content Cells*********************************/
div#calendar div.box-content{
    border-top:none;

}



div#calendar ul.label{
    float:left;
    margin: 0px;
    padding: 0px;
    width:100%;
  /*  background: rgb(38, 161, 214);*/
    margin-top:20px;

}

div#calendar ul.label li{
    margin: 0px;
    padding: 0px 21px;
    float: left;
    list-style-type: none;
    width: 14.28%;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    text-align: center;
    color: #aaa;
    font-size: 14px;
}


div#calendar ul.dates{
    float:left;
    margin: 0px;
    padding: 0px;
    width:100%;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
}

/** overall width = width+padding-right**/
div#calendar ul.dates li{
    margin: 0px;
    line-height: 20px;
    vertical-align: top;
    list-style-type: none;
    height: auto;
    font-size: 11px;
    color: #999;
    text-align: center;
    padding-right: 10px;
    cursor: pointer;
    font-weight: bold;
    display: inline-block;
    text-align: center;
    padding: 14px; 
}

div#calendar ul.dates li.mask{
    border:0px;
     display:none;
}

.calendar-times-btn, .unavailable_text{
    margin:5px; 
    color: #848587;
    text-align: center;
    border: 1px solid #e0e0e0;
    font-weight:bold;
    font-size: 14px;
}

.calendar-times{
    width:100%;
    float:left;
    text-align: center;
    
}

#time-line{
    padding-left: 0px;
    float: left;
    margin: 0px;
    padding: 0px;
    width: 100%;
  /*  overflow: hidden;
    white-space: nowrap;*/
    text-align: left;
}

/*.calendar-times ul li
{
 font-size:12px;
 color:#404143;
 font-weight:bold;
 padding-bottom:10px;
 border-top: 1px solid #e8e8e8;
 padding-top: 10px;
}

.calendar-times ul li:last-child{
 border-bottom: 1px solid #e8e8e8;
}
*/
.calendar-times ul , .calendar-time
{
    padding-left: 24px;
}

.clicked
{
    background-color:#4376a2 !important; 
    color: #fff  !important;
}


.current-month{
    padding-left: 10px;
    padding-top: 5px;
}



:focus{
    outline:none;
}

div.clear{
    clear:both;
}  


.shadowAndBackground{
   background-color: #4376a2 !important;
   color: #fff !important;
}   

.mask{
    background:none !important;
}
.calendar-times-div{
    border-style: solid;
    border-width: 1px;
    padding: 7px;
    color: #999;
    cursor: pointer;
    height: 29px;
    padding-top: 6px;

}
.calendar-times-label{
    border-style: solid;
    border-width: 1px;
    padding: 7px;
    color: #999;
    cursor: pointer;
    font-size: 14px;
    width: 75px;
    height: 29px;
    padding-top: 5px;
}

/*.today{
    background-color:#4376a2 !important;
    color:#fff !important;
}*/


.inner-service-time{

    height: 100%;
    opacity: 0.2;
    background: rgba(13, 183, 238, .9);

}

.service-time 
{
    border : 1px solid #0db7ee;
    border-left:53px solid #0db7ee;
    height: 105;
    position: absolute;
    top: 17px;
    width: 80%;
    left: 79px;
}

.service-time p
{
    color: rgba(255,255,255,1);

    position: absolute;

    text-align: center;
    bottom:8px;
    left: 13%;

    font-size: 19px;

    z-index :1;
}

.service-time .arrows
{
    position: absolute;
    top: 28px;
    left: -38px;
    font-size: 56px;
    color: #fff;
}

.unavailable-time{
    position: absolute;
    background-color: #e8e8e8;
    left: 79px;
    width: 80%;
}

#availability .box-content{
    padding:0px;
}



@media (max-width: 800px) {


    
    .calendar-times ul li{
        width:33.3%;
     /*   float:left;*/
    }
    .calendar-times-div{
        font-size: 11px;
    }
    .calendar-times-label{
      font-size: 11px;
    }
    #time-am-btn,#time-pm-btn{
      font-size: 11px;   
    }
    .calendar-times-select{
      font-size: 11px;   
    }

}


@media (max-width: 517px) {
    
    
  .date-arrow{
   margin-top: 4% !important;  
  }

    div#calendar ul.label li{
        padding:0px 12px;
    }
    

}

@media (max-width: 360px) {
    
     .calendar-times ul li{
      /*  float:left;*/
        width:33%;
    }
    
    .calendar-times-select{
      font-size: 9px;   
    }


    div#calendar ul.label li {
        padding: 0px 0px;
    }

    @media (min-device-width: 320px) AND  (max-device-width: 480px){
        .calendar-times{
            height:auto;
            overflow:hidden;
        }
    }


}

