input[disabled], input[readonly], textarea[readonly], textarea[disabled],
input[disabled]:focus, input[readonly]:focus, textarea[readonly]:focus, textarea[disabled]:focus {
    color: #000 !important;
}
.form-control[disabled],
.form-control[readonly],
.form-control[disabled]:focus,
.form-control[readonly]:focus{
    background-color: #d4d4d4;
    color: #0a0b0d;
    border-color: #8a8c86;
}


.pagination > li.active > span.current {
  background: #33414e;
  color: #FFF;
  border-color: #33414e;
}

.ui-widget-overlay {
    background: #000 !important;
    opacity:0.5  !important;
}


.bootstrap-datetimepicker-widget.dropdown-menu {
    width: auto;
}

.toast-top-custom-right {
    top: 55px;
    right: 12px;
}
