/* Global Header Design
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.thin_header_banner {
    height: .2rem;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 990;
}

.header_row_background {
    background-color: #0F2537;
    left: 11rem;
    height: 48px;
    display: flex;
    justify-content: center !important;
    align-items: center !important;
    flex-wrap: inherit;
    text-align: center !important;
}




/* Containers –––––––––––––––––––––––––––––––––––––––––––––––––– */

.header_container {
    width: auto;
    max-width: 100%;
    left: 11rem;
    top: 0rem;
    margin-left: 11rem;
}

/* Wrap the header icons */
.header_icon_container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

/* Override the default width etc (space between the header icons) */
.header_icon_container > .col {
    width: 6%;
}

.header_icon_container_innser {
    margin-right: 18px;
}

/* Breadcrumb –––––––––––––––––––––––––––––––––––––––––––––––––– */

.breadcrumb {
    background: none;
    font-size: 12px;
    background-color: #0F2537;
}

.breadcrumb_header {
    margin-top: 12px;
    font-size: 11px;
}

/* Right pane buttons  –––––––––––––––––––––––––––––––––––––––––––––––––– */

.header_button {
    background-color: #0F2537;
    border: none;
    color: white;
    padding: 0;
    min-width: 45px;
    border-radius: 6px;
}

.header_button:hover {
    background-color: #3D577C;
    border-radius: 6px;
    min-width: 45px;
}

/* Override dash buttons */
.header_button > .btn-primary {
    border-radius: 6px;
}

.header_button > .btn-primary:hover {
    background-color: #3D577C;
    border-radius: 6px;
    min-width: 45px;
}


/* Icons –––––––––––––––––––––––––––––––––––––––––––––––––– */

.user_icon {
    object-fit: contain;
    height: 16px;
    width: 16px;
}

.calendar_icon {
    object-fit: contain;
    height: 18px;
    width: 18px;
    margin-top: 23px;
}

.alerts_icon {
    object-fit: contain;
    height: 18px;
    width: 18px;
    /* position: relative;
    content: ""; add this line */
}

/* Alerts notification bubbles (actually pseudo-e's for header_button –––– */
.alerts_icon_container {
    position: relative;
    display: inline-block;
}

/* removing for now; new alerts design in feat_dm_alerts */
.alerts_icon_container.high::after {
    display: none;
    content: "";
    position: absolute;
    top: 7px;
    right: 2px;
    /* background-color: red; */
    color: white;
    font-size: 10px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    text-align: center;
    line-height: 15px;
}

.alerts_icon_container.moderate::after {
    display: none;
    content: "";
    position: absolute;
    top: 7px;
    right: 2px;
    /* background-color: rgb(255, 154, 60); */
    color: white;
    font-size: 10px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    text-align: center;
    line-height: 15px;
}


.docs_icon {
    object-fit: contain;
    height: 18px;
    width: 18px;
}

.header_text {
    font-size: 12px;
    color: #D5D8DF;
}


/* User profile right pane  –––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Formatting */
.user_profile_html_hr {
    margin: 0px;
}

/* Headings */
.user_profile_headings {
    color: #9699A6;
}


/* Buttons */
.user_profile_button {
    background-position: center left 8px;
    background-size: 18px;
    background-repeat: no-repeat;
    color: #FFFFFF;
    background-color: transparent;
    font-size: 15px;
    font-weight: 400;
    padding: 0.42em 1.5em 0.42em 2.5em;
    margin: 6px 4px;
    object-fit: contain;
    border-radius: 6px;
    appearance: none;
    border: none;
    justify-content: initial;
    display: inline-block;
    text-align: left;
    position: relative;    
    width: auto;   
}

.user_profile_button:hover {
    background-color: #4E5D6C;
    min-width: 45px;
}


/* Not currently in use */
.button_clear_user_session {
    background-image: url("/assets/icons/trash.svg");
}

/* Refresh Session Button */
.button_refresh_profile {
    background-image: url("/assets/icons/reset.svg");
}

/* Edit Profile Button */
.button_edit_profile {
    background-image: url("/assets/icons/edit.svg");
}


/* Menu dropdown –––––––––––––––––––––––––––––––––––––––––––––––––– */

.menu_icon {
    background-image: url("/assets/icons/menu.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-size: 17px;
    background-position: center top;
    object-fit: contain;
    height: 14px;
    width: 14px;
    display: inline-block;
    /* horizontal align */
    margin: auto;
    /* horizontal align */
    text-align: center;
    /* justify-content: center; */
    align-items: center;
    /* vertical align */
}

.menu_icon:hover {
    background-image: url("/assets/icons/menu.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-size: 17px;
    background-position: center top;
    object-fit: contain;
    height: 14px;
    width: 14px;
    display: inline-block;
    /* horizontal align */
    margin: auto;
    /* horizontal align */
    text-align: center;
    /* justify-content: center; */
    align-items: center;
    /* vertical align */
}

.menu_button {
    background: none;
    border: none;
    color: white;
    font-size: 11px;
    border-radius: 6px;
    Align-self: center;
}

.menu_button:hover {
    background: none;
    border: none;
    color: white;
    font-size: 11px;
    Align-self: center;
    background-color: #3D577C;
    border-radius: 6px;
}

.dropdown-menu {
    border-radius: 6px;
}
