.header .header-menu .menu-nav>.menu-item>.menu-link .menu-text {
    color: #181c32 !important;
}

.header .header-menu .menu-nav>.menu-item.menu-item-hover:not(.menu-item-here):not(.menu-item-active)>.menu-link .menu-hor-arrow,
.header .header-menu .menu-nav>.menu-item.menu-item-hover:not(.menu-item-here):not(.menu-item-active)>.menu-link .menu-icon,
.header .header-menu .menu-nav>.menu-item.menu-item-hover:not(.menu-item-here):not(.menu-item-active)>.menu-link .menu-text,
.header .header-menu .menu-nav>.menu-item:hover:not(.menu-item-here):not(.menu-item-active)>.menu-link .menu-hor-arrow,
.header .header-menu .menu-nav>.menu-item:hover:not(.menu-item-here):not(.menu-item-active)>.menu-link .menu-icon,
.header .header-menu .menu-nav>.menu-item:hover:not(.menu-item-here):not(.menu-item-active)>.menu-link .menu-text,
.header .header-menu .menu-nav>.menu-item.menu-item-active>.menu-link .menu-arrow,
.header .header-menu .menu-nav>.menu-item.menu-item-active>.menu-link .menu-icon,
.header .header-menu .menu-nav>.menu-item.menu-item-active>.menu-link .menu-text,
.header .header-menu .menu-nav>.menu-item.menu-item-here>.menu-link .menu-arrow,
.header .header-menu .menu-nav>.menu-item.menu-item-here>.menu-link .menu-icon,
.header .header-menu .menu-nav>.menu-item.menu-item-here>.menu-link .menu-text {
    color: #3699ff !important;
}

.userMenu {
    list-style: none;
    margin: 0;
    padding: 0 25px;
}

.userMenu .menu-link {
    color: #3f4254;
    transition: all .3s ease;
}

.userMenu .menu-link:hover {
    color: #3699ff;
}

#change_password_modal {
    display: none;
    overflow-y: hidden;
}

.hide {
    display: none !important;
}

.red_icon {
    color: #f64e60;
}
.green_icon {
    color: #50cd89;
}

@media (min-width:1024px) and (max-width: 1500px) {
    .menu-submenu {
        left: auto !important;
    }
}

.datetime_picker_custom_buttons {
    width: 50% !important;
}

.disabled_input {
    background-color: #f3f6f9 !important;
}

@media (min-width:1921px) and (max-width: 2049px) {
    .menu-submenu {
        margin-right: 10px !important;
    }
}

.rate_comment {
    background-color: #ffa800;
}

.positive_test_checkbox {
    margin-right: 20px;
}
.microbiology_type_count {
    width: 60px;
    margin-right: 10px;
}
#specimen_types_checkboxes {
    height: auto;
}
.editable_inline {
    border-bottom: 1px dotted;
}
.inline_input {
    width: 100%;
    -moz-appearance: textfield;
}
.inline_input::-webkit-outer-spin-button,
.inline_input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
#activity_log_modal td {
    overflow-wrap: anywhere;
}

#weblims_loader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 120px;
    height: 120px;
    margin: -76px 0 0 -76px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    /*background-image: url('/media/workplace/workplace_loader.png');*/
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.name_column {
    width: 15%;
}

.input_red_border {
    border-color: red;
}

.badge-yellow {
    color: #000000;
    background-color: #ffff00;
}