.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    background-color: #45B33D;
    color: #fff;
}
.top-divider{
    background-color: #45B33D;
    height: 5px;
}
.jumbotron{
    background-color: #ffffff;
}
.box{    
    border: 1px solid gray; 
    border-radius: 5px; 
    padding: 20px;
    background-color: #eeeeee;
}
.box .form-signin-heading{
    margin-top: 5px;
}
.box .dropdown button{
    text-align: right;
    width: 100%;
}
.box .dropdown button .detault-text{
    float: left;
}
.box .dropdown-menu{
    width:100%;
}


.login-box{
    width: 70%; 
    margin-left: 15%; 
}

.run-report-box{
    width: 50%;
}

.selectboxit-container {
    width: 100%;   
}

.selectboxit-container .selectboxit {
    width: 100%;
    height: 34px;
}

.my-dropdown-lightgray{
    background-color: #fafafa;
    background-image: none;
}
.my-dropdown-white{
    background-color: #ffffff;
    background-image: none;
}
.line-break{
    height:15px;
}
.blue-text{
    color: #226484;
}
.required{
    color:#ff0000;
}

.divider-line{
    border-bottom: 1px solid #d5d5d5;
    margin: 10px 0px 20px;
}
.search-bar{
    background-color: #f2f6f9; 
    padding: 10px 0px; 
    border-left: 5px solid #4e8cc1;
}

#my-table-body tr td{
    cursor: pointer;
}

.music-icon{
    cursor: pointer;
}

#datepicker .ui-datepicker {
    width: 100%;
}


.bottom-message{
    position: fixed;
    bottom: 10px;
    right: 10px;
    width:35%;
    padding: 15px;
}
.alert-success {
    /*    border: 3px solid #88E9AA !important;*/
    border: 3px solid #00CC66 !important;
    border-radius: 10px !important;
    color: #006600 !important;
    background-color:#dff0d8 !important;
    z-index: 10000 !important;
}

.alert-error {
    border: 3px solid #F04A48 !important;
    border-radius: 10px !important;
    color: #b94a48 !important;
    background-color: #f2dede !important;
    z-index: 10000 !important;
}
.btn-success:hover{
    background-color: #93C616;
    border-color: #93C616;
}
.btn-success{
    background-color: #86B414;
    border-color: #86B414;
}
.err_msg{
    color:red;
    font-weight: normal;
}
.dropdown-menu{
    display:none;
}
#report-menu:hover .dropdown-menu{
    display:block;
}
.navbar-right .dropdown-menu {
    left:0;
    right:auto;
}
.dropdown-menu > li > a:hover,.dropdown-menu > li > a:focus{
    background-color: #45B33D;
    color:white;
}
.label-right{
    text-align: right;
    font-weight: bold;
    padding: 3px;
}
.line-clear{
    clear: both;
    margin-bottom: 10px;
}
.form-control.error{
    border-color: red; 
}
label.error{
    font-weight: normal;
    color:red;
}

/* New Custome Header CSS */
.custom-header{
    background-color: white;
    border-color: #7a7a7a;
}
.custom-header .top-divider{
    background-color: #1294D5;
}
.custom-header #header_customer_name{
    padding-top: 0px;
}
.custom-header .navbar-collapse{
    color: #1294d5;/*#2D6BA0*/
    font-size: 20px;
    font-weight: bold;
    padding-top: 10px;
    /*position: absolute;*/
    text-align: center;
    text-transform: uppercase;
    /*width: 1170px;*/
}
.button-container{
    left: 0px;
    bottom: 0px;
    right: 0px;
    margin: auto;
    overflow: auto;
    /*height: 300px;*/
    /*width: 500px;*/
    top: 50px;
}
.large-button{
    background: #39b2e1 no-repeat scroll right 13px center; /*url("../instance/front/media/img/50color.png")*/
    border-radius: 6px;
    box-shadow: 5px 5px #34849b;
    color: white;
    font-size: 32px;
    font-weight: bold;
    padding: 4px 40px 4px 4px;
    text-align: center;
    cursor: pointer;
    width: 588px;
    margin: 0 auto;
}
.large-button:hover{
    background: #269fce no-repeat scroll right 13px center; /*url("../instance/front/media/img/50color.png")*/
}
.small-button-container{
    /*height: 38px;*/
}
.small-button{
    background: #39b2e1;
    border-radius: 6px;
    box-shadow: 5px 5px #34849b;
    color: white;
    font-size: 23px;
    font-weight: bold;
    padding: 4px;
    text-align: center;
    cursor: pointer;
    width: 100%;
    margin: auto auto 5px; 
    /*position: absolute;*/ 
    left: 0px; 
    right: 0px;
}
.small-button:hover,.small-button.active{
    /*background: #067fae;*/
	background:blue;
    box-shadow: 5px 5px #00435a;
}
.radio-block{
    margin-right: 20px;
}
.radio-block > label{
    padding-left: 5px;
    font-weight: normal;
    cursor: pointer;
}

.top-header-name{
    position: fixed; 
    top: 0px; 
    left: 0px; 
    z-index: -1; 
    font-size: 20px; 
    font-weight: bold; 
    text-align: center; 
    width: 100%; 
    color: #1294d5; 
    padding-top: 10px;
    text-transform: uppercase;
}
.footer-block{
    width: 100%;
    text-align: center; 
    border-top: 1px solid #bbb; 
    padding-top: 17px; 
    height: 55px;
}
.custom-toggle{
    border-color: #1294D5 !important;
}

.custom-toggle .icon-bar{
    background-color: #1294D5 !important;    
}
.custom-toggle:focus,.custom-toggle:hover{
    border-color: #34849B !important;
    background-color: white !important;    
}

#read-only-note{
    font-size: 14px; 
    color: red; 
    padding-top: 5px; 
    display: none;
}

.custom-toggle .icon-bar:focus,.custom-toggle .icon-bar:hover,.custom-toggle:hover .icon-bar,.custom-toggle:focus .icon-bar{
    background-color: #34849B !important;      
}
.label-right{
    font-weight: bold;
    text-align: right;
    padding-top: 6px;
}


/******************START - CALENDAR********************/
#overlay-calendar{
    position: absolute; width: 100%; height: 100%; z-index: 1000; background-color: rgba(0, 0, 0, 0.4);
}
#overlay-location{
    margin: 15% auto; padding: 20px; border: 1px solid rgb(136, 136, 136); border-radius: 7px; background-color: white; width: 48%;
}
.location-header{
    border-radius: 4px; color: white; font-weight: bold; font-size: 16px; padding: 10px; background-color: #5bc0de;
}
.location-logo{
    text-align: center; margin-bottom: 14px; margin-top: 18px;
}
.location-body{
    overflow:auto;
}
.location-body-block{
    text-align: right; font-weight: bold; font-size: 18px; padding-top: 2px;
}
.location-footer{
    padding-top: 10px; text-align: right; border-top: 1px solid #5bc0de; padding-right: 10px; margin-top: 40px;
}
#overlay-wait{
    display: none;text-align: center;font-size: 20px;margin: 15% auto; padding: 20px; border: 1px solid rgb(136, 136, 136); border-radius: 7px; background-color: white; width: 80%;
}
#overlay-next-appt{
    display: none;margin: 15% auto; padding: 20px; border-radius: 7px; width: 80%; font-size: 29px; font-weight: bold; background-color: white; color: #1294d5;
}
#overlay-messages{
    display: none;margin: 15% auto; padding: 20px; border-radius: 7px; width: 80%; font-size: 29px; font-weight: bold; background-color: white; color: #1294d5;
}
/******************END - CALENDAR********************/

/*** WS Button ***/
.btn.btn-default.ws-btn{
    background-color: #269FCE;
    border-color: #fff;
    color: #fff;
    outline: 0 none;
    border-radius: 0;
    -webkit-transition: background-color .5s;
    transition: background-color .5s;
    margin: 0 .5px;
}
.btn.btn-default.ws-btn:hover{
    background-color: #1891c0;
}
.btn.btn-default.ws-btn.btn-text:hover{
    cursor: default;
    background-color: #269FCE;
}
.btn.btn-default.ws-btn.btn-text:active{
    box-shadow: none;
}
/*****************/

/*** WS Select ***/
.location-select.ws-select,  #resource-select.ws-select {
    background-color: #269FCE;
    border: none;
    color: #fff;
    border-radius: 0;
    height: 32px;
    margin-top: 1px;
    margin-right: 5px;
}
/*****************/


/*** Calendar ***/
.calendar {
    /*margin-top: 35px;
    margin-bottom: 35px;*/
}
.calendar .ws-select {
    width: 20%;
    float: left;
}
.calendar .cal-tools{
    margin-bottom: 15px;
    float: right;
}
.calendar .cal-tools.left{
    float: left;
    width: 400px;
}
.calendar .cal-tools #currentDate{
    width: 135px;
    height: 33px;
}

.calendar .cal-section{
    clear: both;
    overflow: hidden;
    position: relative;
}
.calendar .cal-section .cal-header{
    clear: both;
    overflow: hidden;
}
.calendar .cal-section .cal-body{
    clear: both;
    overflow: hidden;
}
.calendar .cal-cell {
    float: left;
    width: 14.28%;
    border-right: 3px solid #fff;	
    background-color: #F1EFF1;
}
.calendar .cal-cell.last {
    border-right: none;
}
.calendar .cal-header .day-label {	
    height: 40px;	
    line-height: 40px;
    text-align: center;
}
.calendar .cal-body .day-content {
    margin-top: 3px;
    height: 80px;
    color: #888;
}
.calendar .cal-body .day-content.today-day-content {
    background-color: #99B4D1;
}
.calendar .cal-body .day-content.today-day-content .day-num {
    color:white;
}
.calendar .cal-body .day-content .day-num {
    display: inline-block;
    margin-left: 7px;
    margin-top: 7px;
}
.calendar .cal-body .day-content.available {
    background-color: #01A778;
    color: #fff;
    cursor: pointer;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
}
.calendar .cal-body .day-content.available.selected{
    background-color: #24716C;
}
.calendar .cal-body .day-content.available:hover {
    background-color: #24716C;
}

.ws-cal-body .day-content{
    /*background-color: #daffda;*/
    height: 102px !important;
    overflow: hidden;
}    
.ws-cal-body .ws-cell{
    /*background-color: #01a778;
    color: white;*/
    overflow: auto;
}
.ws-cal-body .day-content{
    overflow: visible !important;
}
.ws-cal-body .ws-left{
    overflow: hidden;
    white-space: nowrap;
    width: 70%;
    float: left;
}
.ws-cal-body .ws-right{
    float: right;
    font-weight: bold;
}
.ws-cal-body .day-num{
    margin: 1px 7px !important
}
#available-slots div{        
    display: table;
    margin-bottom: 2px;
    padding: 4px 10px;
    cursor: pointer;
    margin: 0 auto;
}
.available-slot:hover{
    background-color: #b0b0b0;
    border-radius: 3px;
    color: white;
}
#available-slots div.selected {
    background-color: #01a778;
    border-radius: 3px;
    color: white;
}    
#available-slots .glyphicon.glyphicon-check {
    color: grey;
    opacity: 0.3;
    padding-right: 8px;
}
#available-slots .available-slot:hover .glyphicon.glyphicon-check {
    color: white !important;
    opacity: 1;
}
#available-slots .selected .glyphicon.glyphicon-check {
    color: white;
    opacity: 1;
}

.form-lbl{
    margin-bottom: 3px;
}
.break-line{
    height: 10px;
}
.form-control.error{
    border: 1px solid red; background-color: #ffd4d4;
}
label.error{
    color: red; font-weight: normal;
}
/******************************/

.sweet-alert .sa-error-container{
    display:none !important;
}

@media (min-width: 1200px) {
    .small-button{
        width: 80%;
    }
}
@media (max-width: 767px) {
    .custom-header{
        min-height: 65px;
    }
    .top-header-name{
        font-size: 16px;
    }
    .custom-toggle{
        margin-bottom: 25px;
    }
    .large-button{
        width: 100%;
        font-size: 24px;
        background-size: 30px; 
    }
    .large-button:hover{
        background-size: 30px; 
    }
    .small-button{
        font-size: 15px;
        width: 100%;
    }
    .label-right{
        text-align: left;
    }
    #overlay-location{
        width: 80%;
    }
    .location-body-block{
        text-align: left;
    }
}
@media (max-width: 480px) {
    #overlay-location{
        width: 100%;
    }    
}
@media (max-width: 320px) {
    .large-button{
        width: 100%;
        font-size: 18px;
        background-size: 30px; 
    }
    .location-logo img{
        max-width: 125px;
    }
}