.cursor { cursor: pointer; }
.disabled { cursor: not-allowed !important;}
input[type="text"][disabled] { background: lightgray !important; cursor: not-allowed !important; }
.release-resources{ width: 170px;}
.mt-10{ margin-top: 10px; }
button.btn.btn-blue:hover { color: #fff; }
.pagination-section { margin: 15px 0px;}
.mv-filter-container .row { margin-top: 15px; }
.mv-timeslot { font-size: 12px !important; }
.sectionbar-inner ul li span { max-width: 127px; overflow-wrap: break-word; }

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    background-color: #20364e !important;
}
.tooltip-inner {
    white-space:pre-wrap;
}

.alert-table > tbody > tr > td {
    vertical-align: bottom;
}
.unavailability-container .unavl-submit-btn{
    width: 225px !important;
}
label.form-label.w-100 {
    width: 100%;
}