.btn-sm .material-icons, .btn-link .material-icons{
    font-size: 16px;
    margin-top: -18px;
}

.booking-status-icons .btn{
    margin: 0;
}

.hide{
    display: none;
}

.overlay{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0);
    z-index: 2000;
}

.booking-option-fixed{
    background-color: #A1DF9F;
    font-weight: bold;
}

.staff-deleted{
    background-color: #e57373;
}

.modal-pjax{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3000;
    background-color: rgba(0,0,0,0.3);
}

.note-popover{
    z-index: 99999;
}

.btn-halted{
    background-color: #000000;
}

.btn-halted:hover{
    background-color: #000000;
}

.btn-box{
    width: 41px;
    padding-left: 12px;
}

.brain-select{
    border: 0;
    height: 41px;
    background-color: #0c83e2;
}

.brain-select .down-toggle::after {
    border:0;
}

/* TYPEAHEAD */

ul.typeahead {
    list-style-type: none; margin: 0; padding: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

ul.typeahead li{
    border-bottom: solid 1px #f0f0f0;
    font-size: 14px;
}
