html {
    overflow: hidden;
    font-size: 13px;
    overscroll-behavior-y: none;
    height: 100%;
    display: flex;
}

body {
    overscroll-behavior-y: none;
    color: #022743;
    display: flex;
    flex-grow: 1;
}

button {
    outline: none;
}

input {
    outline: none;
}

a {
    outline: none;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

button:active, button:focus {
    outline: none;
}

input:active, input:focus {
    outline: none;
}

a:active, a:focus {
    outline: none;
}

select:focus-visible {
    outline: none;
}
/* Bootstrap 5 overrides */
.row>* {
    width: unset;
    padding-left: unset;
    padding-right: unset;
}

.row {
    --bs-gutter-x: unset;
    --bs-gutter-y: unset;
}

.modal-header {
    display: unset;
    flex-shrink: unset;
    align-items: unset;
    justify-content: unset;
    padding: unset;
    border-bottom: unset;
    border-top-left-radius: unset;
    border-top-right-radius: unset;
}

/* -end- */

.wrapper {
    display: flex;
    width: 100%;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.ttf');
}

body {
    font-family: 'Roboto';
}

#sidebar {
    background: #022742;
    color: #d6dff0;
    transition: all 0.3s;
    font-size: 1.25rem;
    font-weight: unset;
    height: 100vh;
}

.layout-admin {
    padding-top: unset;
}

.navbar {
    background-color: white !important;
    padding: 0px !important;
    border-color: #2d2d2d;
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

#content {
    background-color: #F8F8FB;
    display: flex;
    flex-flow: column;
}

.top-container {
    display: flex;
    flex-flow: column;
    flex-grow: 1;
    position: relative;
}

.admin-content {
    padding: 12px;
}

.container {
    flex-grow: 1;
    display: flex;
    flex-flow: column;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    min-width: 98%;
}

.sidebar-header {
    text-align: center;
    position: relative;
}

.headerlogo {
    width: 214px;
    opacity: 100;
    /* transition: width 0.7s, opacity 0.7s; */
}

.minimized .headerlogo{
    /* width: 0px;
    opacity: 0; */
    display: none;
}

.user-div {
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: 20px;
    cursor: pointer;
    padding-right: 12px;
    min-width: 195px;
    position: relative;
}

.user {
    margin: 10px;
}

/* .picture {
    position: relative;
    margin: auto;
    width: 50px;
    height: inherit;
    display: flex;
    align-items: center;
} */

/* .picture.minimized {
    width: 50px;
} */

.user-div .user .name {
    position: relative;
    color: white;
    display: flex;
    align-items: center;
}

.roll {
    margin-top: -9px;
    color: #dcc38b;
    background-color: #022742;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: 15px;
    display: none;
}

.message-icon {
    display: inline-block;
    align-items: center;
    margin: auto;
    margin-right: 20px;
    background-image: url('../img/alarm.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 27px;
    height: 27px;
    margin-left: 40px;
    position: relative;
    cursor: pointer;
}

.expand-icon {
    display: none;
    align-items: center;
    margin: auto;
    background-image: url('../img/vertical_dots.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 27px;
    height: 27px;
    margin-left: 15px;
}

.menu {
    padding-left: 0px;
}

.menu a {
    color: #dee3e9;
    position: relative;
}

.menu a:hover {
    color: #E1E3E3;
}

.menu li {
    background-position-y: 3px;
    background-position-x: 40px;
    background-repeat: no-repeat;
    background-size: 29px;
    list-style: none;
    padding-left: 84px;
    width: 100%;
    padding-top: 9px;
    margin-bottom: 8px;
    position: relative;
}

.menu li:hover {
    background-color: #054178;
}

.menu li.dropped {
    background-color: #045baa;
    font-weight: bolder;
    margin-bottom: 6px;
    padding-bottom: unset;
}

/* li.dropped:hover {
    background-color: blueviolet;
} */

.menu li.active {
    background-color: #045baa;
    font-weight: bolder;
}

.menu li.dash.active {
    background-color: #04315a;
}

.submenu {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    margin-left: -84px;
    background-color: #04315a;
    margin-top: 4px;
}

.submenu li {
    padding-left: 83px; 
    padding-bottom: 9px;
    margin-bottom: 0px;
}

.submenu li.active {
    background-color: #04315a;
}

.submenu li.active a {
    color: white;
    font-weight: bold;
}

.submenu a {
    font-weight: normal;
    font-size: 1rem;
    color: #8aa8fc;
}

.submenu a:hover {
    color: #ffffff;
}

.menu-icons .onboard {
    background-image: url('../img/onboarding.svg');
}

.menu-icons .st-overview {
    background-image: url('../img/daily_inspection.svg');
}

.menu-icons .leaderb {
    background-image: url('../img/leaderboard.svg');
}

.menu-icons .weekly-in {
    background-image: url('../img/weekly_inspection.svg');
}

.menu-icons .mx-dash {
    background-image: url('../img/mx-dashboard.svg');
}

.menu-icons .discr-log {
    background-image: url('../img/discrepancy_log.svg');
}

.menu-icons .eq-mgmt-menu {
    background-image: url('../img/equipment_mgmt.svg');
}

.menu-icons .tool-mgmt {
    background-image: url('../img/tool_mgmt_normal.svg');
}

.menu-icons .part-mgmt {
    background-image: url('../img/parts_normal.svg');
}

.menu-icons .safety-ob {
    background-image: url('../img/safety-obser.svg');
}

.menu-icons .user-mgmt {
    background-image: url('../img/user_management.svg');
}

.menu-icons .station-in {
    background-image: url('../img/station_info.svg');
}

.menu-icons .flash-a {
    background-image: url('../img/flash_audit.svg');
}

.menu-icons .vendors {
    background-image: url('../img/vendors.svg');
}

.menu-icons .airlines {
    background-image: url('../img/airlines.svg');
}

.menu-icons .manual {
    background-image: url('../img/manual.svg');
}

.menu-icons .inventory {
    background-image: url('../img/inventory.svg');
}

.menu-icons .dash {
    background-image: url('../img/dashboard.svg');
    background-color: #00305b;
}

.menu-icons .closeouts {
    background-image: url('../img/closeouts.svg');
}

.menu-icons .defueltest {
    background-image: url('../img/defuel_sample_test.svg');
}


.menu-icons .flights {
    background-image: url('../img/flights.svg');
}

.menu-icons .otr {
    background-image: url('../img/otr.svg');
}

.menu-icons .log-sheets {
    background-image: url('../img/logsheets.svg');
}

.menu-icons .sw3p-inspections {
    background-image: url('../img/sw3p_inspections.svg');
}

.menu-icons .frp-erp {
    background-image: url('../img/frp_erp.svg');
}

.menu-icons .tier-2 {
    background-image: url('../img/tier_2.svg');
}

.menu-icons .st-overview.active{
    background-image: url('../img/daily_inspection_active.svg');
}

.menu-icons .leaderb.dropped, .leaderb.active {
    background-image: url('../img/leaderboard_active.svg');
}

.menu-icons .weekly-in.active {
    background-image: url('../img/weekly_inspection_active.svg');
}

.menu-icons .mx-dash.active {
    background-image: url('../img/mx-dashboard_active.svg');
}

.menu-icons .discr-log.active {
    background-image: url('../img/discrepancy_log_active.svg');
}

.menu-icons .eq-mgmt-menu.dropped, .eq-mgmt-menu.active {
    background-image: url('../img/equipment_mgmt_active.svg');
}

.menu-icons .tool-mgmt.dropped, .tool-mgmt.active {
    background-image: url('../img/tool_mgmt_active.svg');
}

.menu-icons .part-mgmt.dropped, .part-mgmt.active {
    background-image: url('../img/parts_active.svg');
}

.menu-icons .safety-ob.active {
    background-image: url('../img/safety-obser_active.svg');
}

.menu-icons .user-mgmt.active {
    background-image: url('../img/user_management_active.svg');
}

.menu-icons .station-in.dropped, .menu-icons .station-in.active {
    background-image: url('../img/station_info_active.svg');
}

.menu-icons .flash-a.active {
    background-image: url('../img/flash_audit_active.svg');
}

.menu-icons .vendors.active {
    background-image: url('../img/vendors_active.svg');
}

.menu-icons .airlines.active {
    background-image: url('../img/airlines_active.svg');
}

.menu-icons .manual.active {
    background-image: url('../img/manual_active.svg');
}

.menu-icons .inventory.active {
    background-image: url('../img/inventory_active.svg');
}

.menu-icons .dash.active {
    background-image: url('../img/dashboard_active.svg');
}

.menu-icons .closeouts.active {
    background-image: url('../img/closeouts_active.svg');
}

.menu-icons .flights.active {
    background-image: url('../img/flights_active.svg');
}

.menu-icons .otr.active {
    background-image: url('../img/otr_active.svg');
}

.menu-icons .log-sheets.active {
    background-image: url('../img/logsheets_active.svg');
}

.menu-icons .sw3p-inspections.active {
    background-image: url('../img/sw3p_inspections_active.svg');
}

.menu-icons .frp-erp.active {
    background-image: url('../img/frp_erp_active.svg');
}

.menu-icons .tier-2.active {
    background-image: url('../img/tier_2_active.svg');
}

label.photo-upload-btn {
    background-image: url('../img/photo_upload.svg');
}

label.photo-upload-btn.active, label.photo-upload-btn:hover{
    background-image: url('../img/photo_upload_active.svg');
}

label.file-upload-btn {
    background-image: url('../img/choose_file.svg');
}

label.file-upload-btn.active, label.file-upload-btn:hover{
    background-image: url('../img/choose_file_active.svg');
}

.sidebar-toggle {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    height: 41px;
    width: 41px;
    display: inline-block;
    margin: auto;
    margin-left: 10px;
    background-image: url('../img/side_menu_toggle.png');
}

/* .sidebar-toggle.minimized-on {
    margin-left: -50px;
} */

/* #sidebarCollapse {
    
} */

#mv-menu {
    display: none;
}

.minimized #mv-menu {
    display: inline-block;
    top: -23px;
    left: -3px;
    z-index: 5;
    background-color: #022742;
}

.minimized #sidebarCollapse {
    display: none;
}

.minimized .sidebar-header {
    height: 0px;
}

.minimized .col-md-6 {
    width: 50%;
    right: -340px;
    top: 17px;
}

.minimized .list-title {
    display: none;
}

#sidebar .dropdown-toggle:after {
    position: absolute;
    left: -71px;
    top: 22%;
    transform: rotate(-90deg);
}

#sidebar .dropdown-toggle[aria-expanded="true"]:after {
    transform: unset; 
}

#sidebar .dropdown-toggle:after { 
    transition: 0.7s; 
}
    
.version {
    color: #a8afb9;
    font-size: 0.5rem;
    margin-top: 10px;
    text-align: center;
    display: none;
}

.version a {
    color: #a8afb9;
    font-size: 0.5rem;
    display: none;
}

.nav-container {
    background-color: #022742;
    margin: unset;
    width: 100%;
    display: flex;
    font-size: 1.125rem;
    height: 67px;
    z-index: 4;
    position: relative;
}

.searchbar {
    display: flex;
}

.img-jf-border {
    visibility: hidden;
}

.compact-filter {
display: none;
}

#content {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.row-info {
    display: none;
}

.minimized .roll {
    margin-top: -11px;
    position: absolute;
    margin-left: 7px;
}

.minimized .decoration {
    margin-top: 136px;
}

.menu-toggle {
    background-image: url('../img/menu_toggle.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    margin: 12px;
}

.user-photo {
    position: relative;
    width: 41px;
    height: 41px;
    min-width: 41px;
    background-size: cover;
    border-radius: 50%;
    margin: 10px;
}

.expanded-filter {
    display: flex;
}

/* .user-div.minimized {
    position: relative;
} */

.filter-dropdown {
    width: 230px;
    border-radius: 3px;
    margin: 3px;
    margin-left: 5px;
    margin-right: 5px;
    height: 28px;
}

.nav-div {
    position: relative;
    display: flex;
}

.asset-container {
    margin: auto;
    position: relative;
}

.asset-search {
    display: flex;
    min-width: 248px;
    height: 40px;
    border-radius: 3px;
    margin-left: 20px;
    background-color: #022742;
    border-width: 1px;
    border-color: #8aa8fc;
    text-align: right;
    color: white;
    background-image: url('../img/search_icon_square.png');
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 1.2rem;
    padding-right: 10px;
    padding-left: 40px;
}

input::placeholder {
    color: #8aa8fc;
}

input:focus::placeholder {
    color: #8aa8fc;
}

.asset-search::placeholder {
    text-align: right;
    color: #8aa8fc;
}

.asset-search:focus {
    background-color: white;
    border-style: solid;
    border-width: 1px;
    border-color: #d7def1;
    color: #022742;
}

.menu-bar .filter-submit {
    position: relative;
    background-color: #d7def1;
    padding-left: 35px;
    padding-right: 35px;
    margin: 3px;
    margin-left: 5px;
    font-weight: 600;
    border: 1px solid #d7def1;
}

.menu-bar .filter-submit:hover {
    background-color: #b4b9c7;
}

.menu-bar {
    position: relative;
    display: flex;
    background-color: #045baa;
    width: 100%;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.9);
    padding: 10px;
    font-size: 1.125rem;
    z-index: 3;
} 

.reduced .menu-bar {
    padding: 5px;
}

.dropdown-menus {
    overflow: hidden;
}

.reduced .dropdown-menus {
    height: 0;
}

#filter-toggle {
    background-color: #022743;
    border-style: solid;
    border-color: #8aa8fc;
    border-width: 1px;
    border-radius: 3px;
    color: #ffffff;
    font-weight: bold;
    height: 40px;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 15px;
    width: 117px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

#sidebar .logo {
    margin-top: 25px;
    margin-bottom: 35px;
}

.sidebar-label {
    color: #8aa8fc;
    font-weight: bold;
    font-size: 1rem;
    margin-left: 43px;
    margin-top: 6px;
}

.minimized .max-label {
    display: none;
}

.items-separator {
    display: none;
}

.minimized .items-separator {
    margin: 10px;
    background-color: #8aa8fc;
    width: 61px;
    height: 6px;
    display: block;
    border-radius: 3px;
}

.minimized .home-label {
    margin-left: 14px;
}

#sidebar-items {
    display: block;
}

.minimized #sidebar-items {
    display: none;
}

#sidebar-items-iconized {
    display: none;
}

.minimized #sidebar-items-iconized {
    display: flex;
    flex-direction: column;
}

.minimized-menu {
    margin-top: 42px;
}

.minimized-menu a, .minimized-menu .submenu-toggle {
    display: block;
    width: 100%;
    background-position-x: center;
    height: 35px;
    margin-bottom: 10px;
    position: relative;
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
}

.minimized-menu .tool-mgmt {
    background-size: 24px;
}

.minimized-menu .part-mgmt {
    background-size: 24px;
}

.minimized-menu a:hover, .minimized-menu .submenu-toggle:hover  {
    background-color: #054178;
}

.minimized-menu a.active, .minimized-menu .submenu-toggle.active {
    background-color: #045baa;
}

.minimized-menu .caret {
    display: block;
    width: 5px;
    height: 5px;
    border-left: 5px solid #dee3e9;
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    position: absolute;
    transform: translate(0, -50%);
    left: 10px;
    top: 50%;
}

@media (max-height: 970px) {
    .minimized-menu .caret {
        width: 3px;
        height: 3px;
        border-left: 3px solid #dee3e9;
        border-bottom: 3px solid transparent;
        border-top: 3px solid transparent;
    }

    .minimized-menu a, .minimized-menu .submenu-toggle {
        height: 25px;
        margin-bottom: 8px;
    }
}

@media (max-height: 750px) {
    .minimized-menu a, .minimized-menu .submenu-toggle {
        height: 20px;
        margin-bottom: 5px;
    }
}

.simple-bottombar {
    text-align: center;
    margin-top: auto;
    height: 22px;
    padding: 2px;
}

.bottombar {
    text-align: center;
}

.message {
    display: inline-block;
    margin: 0 auto;
    font-size: 0.8rem;
    color: #04355b;
}

.location-bar {
    width: 100%;
    height: 75px;
}

.input-date {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 20px;
}

.current-location {
    padding-left: 30px;
    padding-top: 30px;
    font-size: 1.625rem;
    color: #04355b;
}

.current-location span {
    font-size: 1.375rem;
    color: #045baa;
}

.user-div.active {
    box-shadow: -1px 23px 16px 2px rgb(0 0 0 / 50%);
    background-color: #04315a;
}

.user-menu {
    display: none;
}

.user-menu.active {
    position: absolute;
    z-index: 3;
    top: 67px;
    padding: 16px;
    box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.38);
    min-width: -moz-max-content;
    min-width: max-content;
    width: 175px;
    display: block;
    padding: 0;
    border: 1px solid #022742;
    width: 100%;
}

.user-menu li {
    position: relative;
    display: flex;
}

.user-menu a {
    background-color: #022742;
    font-weight: bold;
    font-size: 1.4rem;
    padding: 20px;
    background-repeat: no-repeat;
    width: 100%;
    padding-left: 60px;
    background-position-x: 10px;
    background-position-y: 50%;
}

.user-menu li a, .blue-font {
    color: #054178;
}

.user-menu .logout {
    
    background-image: url('../img/logout_mobile.png');
}

.user-menu .logout {
    color: #8aa8fc;
}

.user-menu .profile {
    background-color: white;
    background-image: url('../img/edit_profile_mobile.png');
}

.user .name .caret-right {
    display: inline-block;
    border-top: 6px solid white;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    margin-left: 12px;
}

/* .tooltip-inner {
    background-color: #054178 !important;
    color: white;
    left: 30px;
}
.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
    border-right-color: #054178 !important;
} */

.transparent-separator {
    position: relative;
    width: 100%;
    height: 17px;
    display: block;
    margin: auto;
}

@media(max-width: 415px) {
    .minimized #sidebar {
        display: none;
    }
    .location-bar {
        display: block;
    }
    #filter-toggle {
        display: none;
    }
    .searchbar {
        display: none;
    }
    .user-photo {
        display: none;
    }

    .minimized #sidebarCollapse {
        display: inline-block;
    }
    .headerlogo {
        display: none;
    }
    #mv-menu {
        display: inline-block;
        left: -43.8%;
        top: -22px;
    }
    #sidebar {
        min-width: 100vw;
    }
}

.searchbar .typeahead.dropdown-menu {
    left: 20px !important;
    width: 248px;
}

::-webkit-scrollbar {
    width: 10px;
}
  
::-webkit-scrollbar-track {
    background: #F8F8FB;
    width: 4px;
}
   
::-webkit-scrollbar-thumb {
    background: #054178; 
    border-radius: 4px;
    width: 4px;
}
  
::-webkit-scrollbar-thumb:hover {
    background: #022743; 
}

#sidebar .menu::-webkit-scrollbar {
    width: 10px;
}
  
#sidebar .menu::-webkit-scrollbar-track {
    background:#022743;
    width: 4px;
}
   
#sidebar .menu::-webkit-scrollbar-thumb {
    background: #045baa; 
    border-radius: 4px;
    width: 4px;
}
  
#sidebar .menu::-webkit-scrollbar-thumb:hover {
    background: #045baa; 
}

@-webkit-keyframes slide {
    0% {
        top: 0px;
    }
    100% {
        top: 102px;
    }
}

@keyframes slide {
    0% {
        top: 0px;
    }
    100% {
        top: 78px;
    }
}

.enable-slide {
    -webkit-animation: slide 1s ease;
    animation: slide 1s ease;
}

.err-msg {
    display: block;
    background-color: #d9efdf;
    padding: 6px;
    font-size: 1.2rem;
    color: #155724;
    border-bottom: 1px solid #155724;
    text-align: center;
    z-index: 2;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
}

.err-msg p {
    margin-bottom: 10px;
    margin-top: 10px;
}

.popup-msg {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    z-index: 1000;
    background-color: white;
    box-shadow: 1px 1px 10px 0px rgb(0 0 0 / 60%);
    padding: 20px;
    border: 2px solid #e33b3b;
    border-radius: 8px;
    max-width: 670px;
}

.popup-msg .footer {
    display: flex;
    justify-content: end;
    margin-top: 25px;
}

@-webkit-keyframes fadeAway {
    from {opacity: 1;}
    to {opacity: 0;}
}

@keyframes fadeAway {
    from {opacity: 1;}
    to {opacity: 0;}
}

.enable-fadeAway {
    -webkit-animation: fadeAway 0.7s ease;
    animation: fadeAway 0.7s ease;
    opacity: 0;
}

.enable-faster-fadeAway {
    -webkit-animation: fadeAway 0.4s ease;
    animation: fadeAway 0.4s ease;
    opacity: 0;
}

@keyframes dash-animation {
    0% {
        left: -5%;
        width: 5%;
    }
    50% {
        width: 50%;
    }
    100% {
        left: 105%;
        width: 5%;
    }
}

@keyframes tiny-dash-animation {
    0% {
        left: 0%;
        width: 5%;
    }
    50% {
        width: 50%;
    }
    100% {
        left: 100%;
        width: 5%;
    }
}

@keyframes move-horizontally {
    0% {left: 0%;}
    100% {left: 100%;}
}

.menu-bar .loader {
    position: absolute;
    display: flex;
    height: 100%;
    border-radius: 3px;
    top: 0;
}
.line-color {
    background-color: rgba(255,255,255, 0.8);
    width: 100%;
    height: 50%;
    display: inline-block;
    border-radius: 5px;
    margin-top: auto;
    margin-bottom: auto;
}

.big-loader {
    transform: translate(-50%, 0);
    width: 50%;
    -webkit-animation: dash-animation ease-in-out 3s;
    animation: dash-animation ease-in-out 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.tiny-loader {
    position: absolute;
    width: 10%;
    height: 100%;
    -webkit-animation: tiny-dash-animation ease 2s;
    animation: tiny-dash-animation ease 2s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.bar-glow {
    transform: skew(40deg);
    background-color: rgba(255,255,255, 0.2);
    width: 20px;
    height: 100%;
    position: absolute;
    -webkit-animation: move-horizontally ease 1s;
    animation: move-horizontally ease 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.loading-bar {
    display: flex;
    height: 100%;
    width: 0%;
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: #8aa8fc;
    overflow: hidden;
}

.msg-frame {
    position: absolute;
    display: none;
    max-height: 800px;
}

.msg-frame.active {
    display: flex;
    flex-direction: column;
    box-shadow: 1px 1px 10px 0px rgb(0 0 0 / 30%);
    border-radius: 3px;
    background-color: white;
    width: 391px;
    right: 0;
    top: 60px;
    font-size: 1rem;
    overflow: hidden;
}

.msg-frame .messages {
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
    height: calc(100% - 43px);
    display: block;
    /*background: url('../images/msg_feature.png') no-repeat center;*/
    /*background-size: cover;*/
}

.msg-frame .msg-header {
    display: block;
    width: 100%;
    background-image: url('../img/alarm.svg');
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: left;
    background-color: #045baa;
    color: white;
    font-weight: bold;
    font-size: 1.2rem;
    padding-top: 15px;
    background-position-x: 13px;
    padding-left: 46px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    min-height: 54px;
    cursor: text;
    z-index: 20;
}

.msg-frame > .msg-empty {
    color: #045baa;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    min-height: 50px;
    box-shadow: 0 2px 18px 0px black;
    z-index: 10;
}

.msg-frame > .msg-types {
    display: flex;
    min-height: 50px;
    box-shadow: 0 2px 18px 0px black;
    z-index: 10;
}

.msg-frame > .msg-types > .msg-type {
    flex: 0 0 33.33%;
    display: flex;
    color: #045baa;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
}

.msg-frame > .msg-types > .msg-type:hover {
    background-color: #edeff5;
}

.msg-frame > .msg-footer {
    display: flex;
    min-height: 50px;
}

.msg-frame > .msg-footer > .msg-footer-check {
    flex: 0 0 100%;
    display: flex;
    color: #045baa;
    justify-content: center;
    align-items: center;
    font-size: 12px;
}

.msg-frame > .msg-footer > .msg-footer-check:hover {
    background-color: #edeff5;
}

.msg-frame > .msg-footer > .msg-footer-check > input {
    height: 18px;
    width: 18px;
    margin-right: 10px;
    color: #045baa;
    pointer-events: none;
}

.msg-frame > .msg-types > .msg-type.active {
    border-bottom: 3px solid #045baa;
}

.msg-instance {
    overflow: hidden;
    min-height: 82px;
    min-width: 100%;
    display: flex;
    position: relative;
    /*cursor: text;*/
    background: linear-gradient(to right, white 50%, #d7def1 50%);
    background-size: 200% 100%;
    transition: background-position 1s ease-in-out;
    cursor: pointer;
}

.msg-instance::before {
    content : "";
    position: absolute;
    left    : 10px;
    bottom  : 0;
    height  : 1px;
    width   : calc(100% - 20px); 
    border-bottom: 1px solid #bbc8eb;
}

.msg-instance input[type=checkbox] {
    height: 18px;
    width: 18px;
    margin-left: 10px;
    margin-right: 10px;
    align-self: center;
    color: #045baa;
    cursor: pointer;
}

span[data-read="false"] {
    background-color: #d7def1;
}

.msg-frame .msg-user {
    font-size: 1.2rem;
    font-weight: bold;
}

.msg-frame p {
    margin-bottom: 0.1rem;
}

.messages .message {
    width: 100%;
    text-align: center;
    margin-top: 80%;
    font-size: 2rem;
}

@keyframes expand {
    0% {
        height: 82px;
    }
    100% {
        height: 200px;
    }
}

.animate {
    -webkit-animation: expand 0.7s linear 0.3s 1 normal;
    animation: expand 0.7s linear 0s 1 normal;
}

.msg-instance .picture {
    display: inline-block;
    min-width: 60px;
    max-width: 60px;
    min-height: 60px;
    max-height: 60px;
    align-self: center;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 50%;
    border: 1px solid #8aa8fc;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('../images/person.png');
    position: relative;
}

.msg-instance .picture.system {
    background-image: url('../images/system_message.svg');
    border-radius: 12px;
}

.msg-instance .picture.vendor {
    border-radius: 12px;
    background-size: contain;
    background-color: white;
}

.msg-instance .picture .online-dot {
    display: block;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    border: 2px solid white;
    position: absolute;
    right: 3px;
    bottom: 0px;
}

.msg-instance .txt-content {
    width: calc(100% - 120px);
    padding-top: 5px;
    padding-bottom: 5px;
    overflow: hidden;
    align-self: center;
}

.msg-instance .txt-content p {
    margin-bottom: -0.15rem;
}

.msg-instance .time {
    color: #8aa8fc;
    align-self: center;
    width: 40px;
    text-align: right;
    padding-right: 5px;
}

.message-icon .n-dot {
    position: absolute;
    width: 20px;
    height: 20px;
    display: block;
    border-radius: 50%;
    background-color: #d9534f;
    top: -5px;
    right: -5px;
    color: white;
    text-align: center;
    font-size: 1rem;
    padding-top: 1px;
}

.msg-separator {
    display: flex;
    color: #045baa;
    font-weight: bold;
    padding-left: 15px;
    padding-top: 6px;
    white-space: nowrap;
}

.msg-separator .line {
    background-color: #bbc8eb;
    display: flex;
    overflow: hidden;
    height: 2.2px;
    width: 100%;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 10px;
    margin-right: 10px;
}

.instance-separator {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 1px;
    position: relative;
}

.instance-separator .line{
    display: block;
    width: 96%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: #bbc8eb;
}

@-webkit-keyframes appear {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes appear {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.standard-tooltip {
    position: absolute;
    color: white;
    border-radius: 3px;
    left: 146px;
    z-index: 4;
    display: block;
    justify-content: center;
    text-align: center;
    width: -moz-max-content;
    width: max-content;
    background-color: rgba(2, 39, 66, 0.85);
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
}

.standard-tooltip-body {
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 16px;

}

.enable-appear {
    opacity: 1;
    -webkit-animation: appear 0.4s ease;
    animation: appear 0.4s ease;
}

.msg-notification {
    left: unset;
    top: 57px;
    right: 10px;
    border: 1px solid white;
    padding: 25px;
}

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


@keyframes rotate-top {
    0% { transform: rotate(0deg);}
    50% { transform: rotate(180deg); }
    100% { 
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotate-bottom {
    0% { -webkit-transform: rotate(0deg);}
    50% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(180deg); }
}


@keyframes rotate-bottom {
    0% { transform: rotate(0deg);}
    50% { transform: rotate(0deg);}
    100% { transform: rotate(180deg); }
}

.msg-circ-loader {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 5px;
    bottom: 5px;
}

.msg-circ-loader .line {
    position: absolute;
    border: 5px solid #155724;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: block;
}

.warning.msg-circ-loader .line {
    border: 5px solid #571515;
}

.top.line {
    clip: rect(0px, 20px, 10px, 0px);
    -webkit-animation: rotate-top 10s  linear;
    animation: rotate-top 10s  linear;
    
}

.bottom.line {
    clip: rect(10px, 20px, 20px, 0px);
    -webkit-animation: rotate-bottom 10s  linear;
    animation: rotate-bottom 10s  linear;
    
}

/*removing down-arrow and replacing it with a caret*/
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-left: 10px;
    padding-top: 3px;
    cursor: pointer;
    text-overflow: ellipsis;
}

select:not([multiple=multiple]), .fake-select {
    background-image: url('../img/caret_down.svg');
    background-size: 25px;
    background-position-x: right;
    background-position-y: 1px;
    background-repeat: no-repeat;
    padding-right: 20px;
}

/*overriding bs-5 override in case of select element*/
.row select {
    padding-left: 10px;
}

select::placeholder {
    overflow: hidden;
    text-overflow: ellipsis;
    ;
}

.eq-header .caret-bottom {
    display: inline-block;
    border-top: 8px solid #054178;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    position: absolute;
    right: 10px;
    top: 12px;
    cursor: pointer;
}

.eq-header .caret-top {
    display: inline-block;
    border-bottom: 8px solid #054178;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
}

.custom-tabs {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-left: 0;
    margin-bottom: 0;
    height: 100%;
}

.custom-tabs li {
    list-style-type: none;
    min-width: 180px;
    border-bottom: 1px solid #d7def1;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 5px;
    padding-right: 5px;
}

.custom-tabs li:not(.active).no-border {
    border-bottom: none;
}

.custom-tabs li.active, .fake-tab {
    border-bottom: 4px solid #045baa !important;
    font-weight: bold;
    padding-top: 5px;
}

.custom-tabs li.active.warning-tab, .fake-tab.warning-tab {
    border-bottom: 4px solid #e33b3b !important;
}

.custom-tabs a, .custom-tabs li, .fake-tab{
    color: #054178;
    font-size: 1.3rem;
    line-height: 1.1rem;
}

.custom-tabs a:hover, .blue-text {
    color: #045baa;
}

.custom-modal-background {
    display: flex;
    background: rgba(2, 39, 67, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    justify-content: center;
    z-index: 99;
}

.custom-modal {
    display: none;
}

@-webkit-keyframes fade-reverse {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes fade-reverse {
    from {opacity: 0;}
    to {opacity: 1;}
}

.custom-modal.active {
    display: flex;
    position: absolute;
    flex-direction: column;
    z-index: 100;
    box-shadow: 1px 1px 10px 0px rgb(0 0 0 / 30%);
    border-radius: 3px;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    -webkit-animation: fade-reverse 0.4s ease-in-out;
    animation: fade-reverse 0.4s ease-in-out;
}

.blue-modal {
    background-color: #edeff5;
}

.red-modal {
    background-color: white;
}

.custom-modal .content {
    padding: 10px;
    background-color: inherit;
}

.modal-row.overflow {
    overflow-y: auto;
    max-height: 60vh;
}

.modal-row {
    display: flex;
    flex-direction: column;
    min-width: 400px;
    margin-bottom: 10px;
    color: #04355b;
    padding-left: 25px;
    padding-right: 25px;
}

.modal-row label {
    margin-bottom: 0;
    font-weight: 500;
}

.modal-row.bottom {
    flex-direction: row;
    margin-top: 20px;
    min-width: 94%;
    margin-left: auto;
    margin-right: auto;
    border-top: 3px solid #d7def1;
    padding-top: 12px;
    padding-left: 15px;
    padding-right: 7px;
}


.red-modal .modal-title {
    background-color: #e33b3b;
}

.blue-modal .modal-title {
    background-color: #022742;
}

.custom-modal .modal-title {
    height: 62px;
    display: flex;
    font-size: 1.5rem;
    font-weight: bold;
    color: white;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}

.custom-modal .value-box {
    width: 320px;
    height: 28px;
    border-radius: 3px;
    border: 1px solid;
    display: flex;
    align-items: center;
    padding-left: 10px;
}

.custom-modal .table {
    border: 1px solid #d7def1;
    background-color: white;
    color: #04355b;
}

.custom-modal .modal-dates {
    display: flex;
}

.custom-modal label.inserted {
    margin-left: 5px;
    margin-right: 5px;
    display: flex;
    align-items: center;
}

.custom-modal .date-selector {
    max-width: 150px;
}

.red-modal .value-box {
    background-color: #edeff5;
    border-color: #edeff5;
    color: #045baa;
}

.blue-modal .value-box {
    background-color: white;
    border-color: #04355b;
    color: #8aa8fc;
}

.standard-btn {
    display: inline-block;
    border-radius: 3px;
    text-align: center;
    height: 28px;
    padding: 4px;
    padding-left: 25px;
    padding-right: 25px;
    background-color: white;
    font-weight: 500;
    cursor: pointer;
}

.disabled-btn, .standard-btn:disabled {
    color: rgba(2, 39, 67, 0.43) !important;
    cursor: not-allowed;
    background-color: white !important;
}

.disabled-btn:hover {
    color: rgba(2, 39, 67, 0.43) !important;
    background-color: white !important;
}

.left-btn {
    margin-left: auto !important;
}

.right-btn {
    margin-left: 8px;
}

.blue-btn {
    border: 1px solid #054178;
    color: #054178;
}

.blue-btn:hover {
    background-color: #045baa;
    color: white;
}

.blue-btn.active {
    background-color: #045baa;
    color: white;
}

.reversed-blue-btn {
    border: 1px solid #054178;
    background-color: #045baa;
    color: white;
}

.reversed-blue-btn:hover {
    color: #054178;
    background-color: white;
}

.pale-btn {
    border: 1px solid #054178;
    background-color: #d7def1;
    color: #054178;
}

.pale-btn:hover {
    background-color: white;
    color: #054178;
}

.pale-btn.active {
    background-color: white;
    color: #054178;
}

.reversed-pale-btn {
    border: 1px solid #054178;
    background-color: white;
    color: #054178;
}

.reversed-pale-btn:hover {
    background-color: #d7def1;
    color: #054178;
}

.reversed-pale-btn.active {
    background-color: #d7def1;
    color: #054178;
}

.reversed-blue-btn.active {
    color: #054178;
    background-color: white;
}

.light-blue-btn {
    border: 1px solid #5bc0de;
    background-color: #5bc0de;
    color: white;
}

.light-blue-btn:hover {
    color: #5bc0de;
    background-color: white;
}

.light-blue-btn.active {
    color: #5bc0de;
    background-color: white;
}

.red-btn {
    background-color: #e33b3b;
    color: white;
    border: 1px solid #e33b3b;
}

.red-btn:hover {
    background-color: white;
    color: #e33b3b;
}

.slim-btn {
    padding-left: 8px;
    padding-right: 8px;
    white-space: nowrap;
}

.text-fld, .text-input, .modal-dropdown {
    width: 100%;
    color: #054178;
    border: 1px solid #054178;
    border-radius: 3px;
    font-size: 1.125rem;
}

.dark-border {
    border: 1px solid #054178 !important;
}

.text-input {
    padding-left: 8px;
}

.text-fld:focus, .text-input:focus {
    border: 1px solid #045baa;
    box-shadow: none;
}

.text-fld:focus-visible {
    outline: none;
}

.custom-modal .text-input {
    height: 28px;
}

.custom-modal .text-row {
    flex-direction: row;
}

#close-err-msg {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 12px;
    top: 50%;
    cursor: pointer;
    color: #e33b3b;
    font-size: 1.5rem;
}

.err {
    color: #e33b3b;
}

.detached-submenu {
    display: none;
}

.detached-submenu.active {
    display: flex;
    flex-direction: column;
    position: absolute;
    background-color: #022743;
    z-index: 5;
    top: 0;
    left: 82px;
    list-style-type: none;
    padding-left: 0;
}

.detached-submenu li {
    white-space: nowrap;
}

.detached-submenu li a {
    width: unset;
    height: unset;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1rem;
    color: #8aa8fc;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

.detached-submenu li:hover {
    color: #E1E3E3;
    background-color: #054178;
}

.detached-submenu li.active a, .detached-submenu li:hover a {
    color: #E1E3E3;
} 

.detached-submenu .submenu-header {
    background-color: #054178;
    font-weight: bolder;
    color: white;
    height: 41px;
    display: flex;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    white-space: nowrap;
}

.detached-submenu .submenu-header.active {
    background-color: #045baa;
    color: white;
}

.dropdown-toggle {
    transition:unset;
}

@keyframes loader-animation {
    0% {width: 0%;}
    50% {width: 100%;}
    100% {width: 0%;}
}

.loader-parent .loader {
    position: absolute;
    display: flex;
    width: 100%;
    height: 101%;
    background-color: #045baa;
    border-radius: 3px;
    -webkit-animation: loader-animation 10s;
    -webkit-animation-iteration-count: infinite;
    animation: loader-animation 10s;
    animation-iteration-count: infinite;
    overflow: hidden;
    bottom: 0px;
    left: 0px;
    align-items: center;
    text-align: left;
}

.loader-parent .responsive.loader {
    -webkit-animation: none;
    animation: none;
    top: 0.5px;
    width: 0%;
    margin-top: unset;
}

.loader-parent .loader p {
    color: white;
    width: 100%;
    text-overflow: clip;
    white-space: nowrap;
    margin: 0;
    margin-left: 8px;
    line-height: 1rem;
}

.loader-parent .blue-btn:hover {
    background-color: white;
    color: #045baa;
}

.date-dropdown {
    display: none;
}

.day-nmb {
    display: flex;
    width: 100%;
    margin-bottom: 5px;
}

.date-dropdown.active {
    display: flex;
    position: absolute;
    border: 1px solid #054178;
    border-radius: 3px;
    color: #022743;
    background-color: white;
    width: 100%;
    right: 0px;
    top: 41px;
    text-align: left;
    padding: 20px;
    flex-direction: column;
    -webkit-animation: appear 0.7s;
    animation: appear 0.7s;
}

.date-dropdown.portable.active {
    z-index: 5;
    min-width: 260px;
    max-width: 300px;
    left: 0;
    right: unset;
}

.date-dropdown .date-btns {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.date-dropdown .date-btns>* {
    font-weight: 500;
    font-size: 1.125rem;
    border-radius: 3px;
    min-height: 29px;
    min-width: 88px;
    margin: 0 !important;
    margin-top: 10px !important;
}

.date-btn {
    background-color: #045baa;
    color: white;
    border: solid 1px #045baa;
    margin-left: auto;
}
.date-btn:hover {
    background-color: white;
    color: #045baa;
    border: solid 1px #045baa;
}

.reset-btn {
    background-color: white;
    color: #045baa;
    border: solid 1px #045baa;
}

.reset-btn:hover {
    background-color: #045baa;
    color: white;
    border: solid 1px #045baa;
}

.date-member {
    border: solid 1px #04355b;
    border-radius: 3px;
    color: #04355b;
    margin-left: auto;
    min-width: 153px;
    max-width: 153px;
    padding-left: 11px;
    padding-top: 2px;
    font-weight: 500;
}

.date-label {
    color: #04355b;
    font-weight: 500;
}

.error {
    display: block;
    width: 100%;
    min-height: 10px;
    color: rgb(217, 83, 79);
    font-size: 0.9rem;
    text-align: right;
}

#sidebar .menu {
    overflow-y: auto;
    overflow-x: hidden;
    height: calc(100% - 130px);
    width: 280px;
    overscroll-behavior-y: none;
}

@keyframes rotate {
    from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}
}

@keyframes rotate-90 {
    from {transform: rotate(0deg);}
    to {transform: rotate(90deg);}
}

@keyframes derotate-90 {
    from {transform: rotate(90deg);}
    to {transform: rotate(0deg);}
}

.circ-loader {
    position: relative;
    width: 100px;
    height: 100px;
    display: inline-block;
    border: 5px solid darkgrey;
    border-radius: 50%;
    border-left-color: #045baa;
    animation: rotate 1.2s linear infinite;
    margin: auto;
}

.standard-btn .circ-loader {
    width: 20px;
    height: 20px;
    border-left-color: white;
    margin-left: 5px;
}

.toast-notification {
    display: flex;
    white-space: nowrap;
    padding: 5px;
    background-color: rgba(2, 39, 66, 0.85);
    color: white;
    border-radius: 8px;
    position: absolute;
    transform: translate(-50%, 0);
    left: 50%;
    top: 100px;
    font-size: 1.2rem;
    z-index: 10;
    text-align: center;
}

.file-input {
    display: flex;
}

.file-input .file-chosen {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    max-width: 40vw;
    padding-top: 0.3rem;
    margin-left: 5px;
}

.notifier-btn {
    display: none;
}

.notifier-btn.active {
    display: flex;
    height: 50px;
    margin: 8px;
    width: calc(50% - 16px);
    align-items: center;
}

.status.row {
    display: none;
}

.status.row.active {
    display: flex;
    
}

.signature-container {
    position: relative;
    display: block;
    height: 202px;
    width: 100%;
    border: 1px solid #054178;
    border-radius: 3px;
    margin-bottom: 8px;
    /* preventing text selection on double click */
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    background-color: white;
}

.signature-pad {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    background-color: white;
}

.signature-form label {
    margin-left: auto;
    margin-right: auto;
}

.notifier-btn span.left {
    padding-right: 8px;
    border-right: solid 1.5px white;
}

.notifier-btn span.right {
    padding-left: 8px;
}

.notifier-btn span.arrow {
    margin-left: auto;
    display: inline-block;
    width: 16px;
    height: 16px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../img/arrow-white.svg');
}

.notifier-btn .counts {
    display: flex;
    width: 100%;
    align-items: center;
}

#filter-toggle .circ-loader {
width: 20px;
height: 20px;
margin: 0;
}

.menu-icons .disabled {
    display: none;
}

.prop-switch {
    margin-left: auto;
    display: flex;
    align-items: center;
}

.prop-switch .title {
    margin-right: 8px;
    font-size: 1.1rem;
    font-weight: 400;
}

.switch {
    position: relative;
    width: 46px;
    height: 25px;
    margin: 0;
}

.prop-switch .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #8aa8fc;
    -webkit-transition: .4s;
    transition: .4s;
    cursor: pointer;
    border-radius: 20px;
}

.slider::before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 3px;
    bottom: 3px;
    border-radius: 50%;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch input:checked + .slider {
    background-color: #045baa;
}

.switch input:focus + .slider {
    box-shadow: 0 0 1px #045baa;
}

.switch input:checked + .slider::before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
} 

/* page spinner */

.sp-background {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1000;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    top: 0;
    left: 0;
    display: flex;
}

.sp-background .circ-loader {
    width: 150px;
    height: 150px;
}

.sp-text {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    color: #045baa;
    font-size: 1.5rem;
}

.row.content-row, .content-row {
    flex-grow: 1;
}

.red-btn .circ-loader {
    height: 25px;
    width: 25px;
    border: 5px solid #f5a9a9;
    border-left-color: white;
    margin: 0;
    margin-top: -4px;
}

.horizontal {
    flex-direction: row;
}

.fake-select {
    border: 1px solid;
    display: flex;
    align-items: center;
    padding-left: 10px;
    cursor: pointer;
    width: -moz-fit-content !important;
    width: fit-content !important;
    min-width: 200px;
}

.warning {
    color: #e33b3b !important;
}

.border-warning {
    border-color: #e33b3b !important;
}

.horizontal-list {
    display: flex;
    list-style: none;
    padding-left: 0;
}

.horizontal-list >* {
    display: flex;
    flex-direction: column;
}

.search-btn {
    height: 28px;
    justify-content: center;
    display: flex;
    align-items: center;
}

.bordered {
    border: 1px solid #d7def1 !important;
}

.bottom-border {
    border-bottom: 1px solid #d7def1 !important;
}

.larger-font {
    font-size: 1.1rem !important;
}

.sticky {
    padding-top: 0;
    padding-bottom: 0;
    position: -webkit-sticky !important;
    position: sticky !important; 
    top: 0;
    z-index: 2;
}

.tab-link-btn {
    color: #054178;
    background: unset;
    border: none;
}

.custom-tabs .active .tab-link-btn {
    font-weight: bold;
}

@media (max-width: 830px) {
    .user .name span {
        display: none;
    }

    .nav-div {
        margin-right: 15px;
    }

    .user-div {
        margin-left: auto;
    }

    .message-icon {
        margin-left: 8px;
    }

    .user-div .user {
        margin-left: 0;
    }

    #sidebar .menu {
        margin: 0;
        width: 100vw;
    }

    #sidebarCollapse {
        position: fixed;
        left: 12px;
        top: 12px;
        background: url('../img/close.png') no-repeat;
    }
}

.scroll-forward, .scroll-backward {
    border: 1px solid #054178;
    border-radius: 3px;
    width: 43px;
    height: 43px;
    min-width: 43px;
    min-height: 43px;
    background-repeat: no-repeat;
    background-size: 30px;
    margin: 2px;
    background-position-y: center;
    cursor: pointer;
    overflow: hidden;
}

.scroll-right, .scroll-left {
    border: 1px solid #054178;
    border-radius: 3px;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: 20px;
    margin: 2px;
    background-position-y: center;
    cursor: pointer;
}

.scroll-right {
    background-position-x: 5px !important;
}

.scroll-left {
    background-position-x: 2px !important;
}

.scroll-forward:hover, .scroll-backward:hover, .scroll-right:hover, .scroll-left:hover {
    background-color: #054178;
    
}

.scroll-forward.inactive, .scroll-backward.inactive, .scroll-forward.inactive:hover, .scroll-backward.inactive:hover,
.scroll-right.inactive, .scroll-left.inactive, .scroll-right.inactive:hover, .scroll-left.inactive:hover {
    opacity: 40%;
    cursor: crosshair;
    background-color: unset;
}

.scroll-forward, .scroll-forward.inactive:hover, .scroll-right, .scroll-right.inactive:hover {
    background-image: url('../img/arrow-next.png');
    background-position-x: 7px;
}

.scroll-backward, .scroll-backward.inactive:hover, .scroll-left, .scroll-left.inactive:hover {
    background-image: url('../img/arrow-prev.png');
    background-position-x: 4px;
}

.scroll-forward:hover, .scroll-right:hover {
    background-image: url('../img/arrow-next-white.png');
}

.scroll-backward:hover, .scroll-left:hover {
    background-image: url('../img/arrow-prev-white.png');
}

.scrollable.custom-tabs {
    width: 100%;
    justify-content: start;
    overflow: hidden;
}

.scrollable.custom-tabs li, .fake-tab {
    white-space: nowrap;
}
 
.pe-12 {
    padding-right: 12rem !important;
}

.mw-200 {
    max-width: 200px !important;
}

.mw-100px {
    max-width: 100px !important;
}

.miw-50px {
    min-width: 50px !important;
}

.gray-cell {
    background-color: #edf0f6;
}

.pointer {
    cursor: pointer !important;
}

.large-font {
    font-size: 1.2rem !important;
}

.small-font {
    font-size: 0.8rem !important;
}

.smaller-font {
    font-size: 0.9rem !important;
}

.normal-font {
    font-size: 1rem !important;
}

.err-msg-danger {
    background-color: #efd9d9;
    color: #571515;
    border-bottom: 1px solid #571515;
}

.asset-search-spinner {
    width: 25px;
    height: 25px;
    position: absolute;
    background-color: #022742;
    left: 27px;
    top: 8px;
}

.ps-6 {
    padding-left: 5rem !important;
}

.mt-10pr {
    margin-top: 10% !important;
}

.rounded-start-0 {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.rounded-end-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.default-border {
    border: 1px solid #054178;
}

.red-border {
    border: 6px solid red !important;
}

.cursor-pointer {
    cursor: pointer !important;
}

.flex-1 {
    flex: 1 !important;
}
/* Calendar link in topbar */
.user-menu .calendar {
    background-image: url('../images/icons/calendar.svg');
    background-color: white;
    background-size:  30px;
    background-position: 15px center;
}

.overflow-y-auto {
    overflow-y: auto !important;
}

.right-0 {
    right: 0 !important;
}
