/*** Add a custom button with the main color of Wehost ***/
.btn-wehost { 
    color: #FFFFFF; 
    background-color: #4EB980; 
    border-color: #054D18; 
    font-weight:bold;
} 

.btn-wehost:hover, 
.btn-wehost:focus, 
.btn-wehost:active, 
.btn-wehost.active, 
.open .dropdown-toggle.btn-wehost { 
    color: #FFFFFF; 
    background-color: #247A56; 
    border-color: #054D18; 
} 

.btn-wehost:active, 
.btn-wehost.active, 
.open .dropdown-toggle.btn-wehost { 
    background-image: none; 
} 

.btn-wehost.disabled, 
.btn-wehost[disabled], 
fieldset[disabled] .btn-wehost, 
.btn-wehost.disabled:hover, 
.btn-wehost[disabled]:hover, 
fieldset[disabled] .btn-wehost:hover, 
.btn-wehost.disabled:focus, 
.btn-wehost[disabled]:focus, 
fieldset[disabled] .btn-wehost:focus, 
.btn-wehost.disabled:active, 
.btn-wehost[disabled]:active, 
fieldset[disabled] .btn-wehost:active, 
.btn-wehost.disabled.active, 
.btn-wehost[disabled].active, 
fieldset[disabled] .btn-wehost.active { 
    background-color: #4EB980; 
    border-color: #054D18; 
} 

.btn-wehost .badge { 
    color: #4EB980; 
    background-color: #FFFFFF; 
}
/***********************************************************/

/*** Change color of drop-down menu for buttons ****/
.dropdown-menu a:hover, .dropdown-menu a:active { background-color: #4EB980; }

.checker_availabilities_calendar {
    width:30%;
}