.ui-autocomplete{
    z-index: 99999;
}
#date_cal .btn-flat {
    float: right;

}
#date_cal .calendar-day,#date_cal .calendar-day-np {
    height: 50px;
    text-align: right;
    width: 14%;
}
#date_cal .calendar-day{
    position: relative;
}
table tr td.calendar-day-np {
    background: #fefef6 none repeat scroll 0 0;
}
.fc-toolbar h2 {
    margin: 0;
}
#date_cal table tr th {
    text-align: center;
}
#date_cal .table-bordered > thead > tr > th, #date_cal .table-bordered > tbody > tr > th, #date_cal .table-bordered > tfoot > tr > th, #date_cal .table-bordered > thead > tr > td, #date_cal .table-bordered > tbody > tr > td, #date_cal .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd;
}
#date_cal .fc-widget-header {
    background: #f1f1f1 none repeat scroll 0 0;
}
#date_cal .bg-olive {
    background-color: #7fc335 !important;
    font-size: 0.9em;
    padding: 3px 5px;
}
#date_cal .bg-maroon {
    background-color: #f39c12 !important;
    font-size: 0.9em;
    padding: 3px 5px;
}
#date_cal .fc-day-number {
    font-size: 1.5em;
    font-weight: 400;
    padding-right: 0;
}
.mrg_gap {
    display: block;
    margin: 0 0 10px -10px;
}
.mrg_rt20 {
    margin-right: 20px;
}

.lt_sec { 
    border-radius: 5px 0 0 5px;
    color: #fff;
    height: 13px;
    left: 0;
    line-height: 26px;
    margin-top: -8px;
    padding: 0 5px;
    position: absolute;
    text-align: left;
    top: 84%;
    width: 100%;
}
.mid_sec { 
    height: 13px;
    left: 0;
    margin-top: -8px;
    position: absolute;
    top: 84%;
    width: 104%;
}
.rt_sec { 
    border-radius: 0 5px 5px 0;
    height: 13px;
    margin-top: -8px;
    position: absolute;
    right: 3px;
    top: 84%;
    width: 100%;
}
.lt_sec a{
    color: #FFF;
}
.single_sec { 
    border-radius: 5px;
    color: #fff;
    height: 13px;
    left: 1px;
    line-height: 26px;
    margin-top: -8px;
    padding: 0 0 0 4px;
    position: absolute;
    right: 3px;
    text-align: left;
    top: 84%;
    width: 96%;
}
.avl_sec { 
    border-radius: 5px;
    color: #fff;
    height: 13px;
    left: 3px;
    line-height: 26px;
    margin-top: -8px;
    padding: 0 0 0 4px;
    position: absolute;
    right: 3px;
    text-align: left;
    top: 84%;
    width: 96%;
}
.not_avl{
    background: #d73925;
}
.current_date {
    background: #ffffbe none repeat scroll 0 0;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.disable_date {
    color: #ccc;
}
.day-number.fc-day-number {
    position: relative;
}
.cal_pending{
    background-color: #f0ad4e;
}
.cal_confirm{
    background-color: #5cb85c;
}
.cal_cancel{
    background-color: #f94c4c;
}
.cal_head_mgr{
    margin-top: 15px;
    margin-bottom: 15px;
}
.cal_head{ 
    border-bottom: 1px solid #b9b739;
    padding-bottom: 13px; 
}
#cal_update .panel-default{
    border-color: #b9b739;
}
#cal_update h2{
    background: #b739b9 none repeat scroll 0 0;
    color: #fff;    
    font-size: 23px;
    padding: 6px;
}
.pen,.con,.can{
    width: 20px;
}
.pen{
    background-color: #f0ad4e;
}
.con{
    background-color: #5cb85c;
}
.can{
    background-color: #f94c4c;
}
#cal_update .ldr{
    bottom: 36%;
    font-size: 50px;
    left: 45%;
    position: absolute;
    display: none;
}
.add_opi{
    opacity: .5;
}

 .creload {
        background: rgba(0, 0, 0, 0) url("../img/refresh3.png") no-repeat scroll center center;
        display: inline-block;
        font-size: 0;
        height: 26px;
        margin: 0 0 0 5px;
        vertical-align: middle;
        width: 29px;
    }
	
	.spinner {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -50px; /* half width of the spinner gif */
    margin-top: -50px; /* half height of the spinner gif */
    text-align:center;
    z-index:1234;
    overflow: auto;
    width: 100px; /* width of the spinner gif */
    height: 102px; /*hight of the spinner gif +2px to fix IE8 issue */
}