#unimelb-dash #unimelb-dash-navbar.navbar.fixed-top.navbar-expand-lg {
    background-color: #000f46 !important;
}

#unimelb-dash-navbar.navbar.fixed-top.navbar-expand-lg .navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

#unimelb-dash-content {
    padding-top: 82px !important;
}

#unimelb-dash div.dropdown.bootstrap-select {
    border: 1px solid #ced4da !important;
}

#unimelb-dash div.dropdown.bootstrap-select button.dropdown-toggle {
    background-color: #ffffff !important;
    border-color: #ffffff !important;
}

#unimelb-dash div.dropdown.bootstrap-select.disabled {
    background-color: #e9ecef !important;
    border-color: #e9ecef !important;
}

#unimelb-dash div.dropdown.bootstrap-select.disabled button.dropdown-toggle.disabled {
    background-color: #e9ecef !important;
    border-color: #e9ecef !important;
}

#unimelb-dash div.dropdown.bootstrap-select ul li span.text {
    word-wrap: break-word;
    white-space: normal;
}

#unimelb-dash .dropdown-menu.show {
  max-height: 250px !important;
}

#unimelb-dash .dropdown-menu.show .inner.show {
    max-height: 185px !important;
}

#unimelb-dash .modal-backdrop {
    background-color:#f8f9fa !important;
}

#unimelb-dash #index-container table.dataTable th.dt-type-numeric, #index-container table.dataTable td.dt-type-numeric {
    text-align: left;
}

.form-width-small {
	width: 100%;
	max-width: 330px;
    margin: 0 auto;
}

.form-width-medium {
	width: 100%;
	max-width: 660px;
    margin: 0 auto;
}

/*label:has(+ input:required):after,*/
/*label:has(+ div *:required):after,*/
/*.form-label:has(+ *:required):after {*/
/*  content: ' *';*/
/*  color: red;*/
/*}*/