/* Navbar */
#mobile-overlay {
    display: none;
    height: 100%;
    width: 100%;
}

.sequentra-navbar-container {
    display: flex;
    position: relative;
    box-shadow: 0px 1px 0px #E5EAEB;
    justify-content: space-between;
    background: hsl(0, 0%, 100%);
    height: 56px;
    padding: 0;
    width: 100%;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
   -ms-transition-duration: 0.5s;
   z-index: 2;
}
.left-header-logo {
    display: none;
    width: 146px;
    height: 24px;
    background: url(images/logo_sequentra.png) no-repeat center;
    background-size: 146px;
}
.mobile-left-header-logo {
    display: block;
    min-width: 24px;
    height: 24px;
}

.left-header-dropdown {
    width: 160px;
    height: 40px;
    border-radius: 4px;
    margin-left: 17px;
    border: 1px solid #D4DBDE;
    background-color: #EEF1F2;
}
.left-header-container {
    margin-left: 16px;
    display: flex;
    align-items: center;
}

.mobile-header-right-container {
    padding-right: 14px;
    display: flex;
}

#mobile-search-overlay {
    position: absolute;
    background: white;
    left: 0;
    top: 56px;
    width: 100%;
    height: 100%;
    z-index: -1000;
    display: none;
}

#mobile-search > button, #mobile-burger > button {
    height: 100%;
    width: 20px;
    padding: 0px;
}

.helpful-links, .helpful-links:hover {
    display: block;
    color:#00763E;
    text-decoration: none;
    width: 100%;
    height: 56px;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 23px;
    padding:16.5px 16px;
    background-color: #FFFFFF;
}

.small-title {
    padding: 0 16px;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    color: #87949B;
    line-height: 28px;
    background: #EEF1F2;
}

.regular-dropdown-menu-container {
    background-color: #FFFFFF;
    box-shadow: 0px 4px 12px rgba(57, 68, 71, 0.1);
    border-radius: 0px 0px 6px 6px
}

.dropdown-menu-item > a{
    white-space: nowrap;
    position: relative;
    display: block;
    width: 100%;
    height: 40px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: #00763E;
    padding: 8.5px 16px;
}

.dropdown-menu-item > a:hover{
    cursor: pointer;
    text-decoration: none;
}

.dropdown-menu-item > a > img{
    margin-right: 8px;
}

.mobile-search-input-container {
    padding: 24px;
    position: relative;
    background: #EEF1F2;
}

.mobile-search-input {
    display: block;
    background: #FFFFFF;
    border: 1px solid #C2CBCF;
    box-sizing: border-box;
    border-radius: 4px;
    height: 48px;
    width: 100%;
    padding: 12px;
}

.mobile-search-input:focus {
    border: 2px solid #00A657;
    outline: none;
}

.input-close-icon {
    position: absolute;
    visibility: hidden;
}

.clearable{
  background:url('css/ui2/images/input-close.svg') no-repeat right -16px center;
}
.clearable.x{
  background-position: right 8px center;
}
.clearable.onX{
  cursor:pointer;
}

.mobile-search-input-container > .input-close-icon {
    width: 16px;
    height: 16px;
    top: 40px;
    right: 40px;
    pointer-events: initial;
}

#mobile-burger {
    margin-left: 24px;
}

#mobile-burger-overlay {
    position: absolute;
    background: transparent;
    left: 0;
    top: 57px;
    width: 100%;
    height: 100%;
    z-index: -1000;
    display: none;
}

.mobile-burger-blank-overlay {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #191F20;
    opacity: 0.6;
}

.mobile-burger-dropdown {
    position: relative;
    background: #EEF1F2;
    float: right;
    height: 100%;
    z-index: 1001;
    width: 100%;
    overflow-x: hidden;
}

#right-nav {
    overflow: auto;
}

#right-nav .dropdown-menu-item > a {
    height: 48px!important;
    padding: 12.5px 16px !important;
    box-shadow: inset 0px -1px 0px #E5EAEB;
    background: #FFFFFF;
}

#right-nav .dropdown-menu-item > a:active {
    background: #F2FCED;
    box-shadow: inset 0px -1px 0px #E5EAEB;
}

#right-nav .dropdown-submenu.current.parent > a {
    background: #F9FFF5;
    box-shadow: inset 4px 0px 0px #00A657, inset 0px -1px 0px #DFE7EB;
}

#menu-back, .right-nav-item {
    display: block;
    height: 48px;
    width: 100%;
    padding: 12.5px 16px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    text-align: left;
    color: #00763E;
    box-shadow: inset 0px -1px 0px #E5EAEB;
    background: #FFFFFF;
}

#menu-back {
    padding-left: 32px;
    position: relative;
    background: #E5EAEB;
    color: #606F73;
    box-shadow: inset 0px -1px 0px #DFE7EB;
}

#menu-back:active {
    background: #F8F9F9;
    color: #394447;
}

#menu-back:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 41%;
    width: 12px;
    height: 12px;
    left: 12px;
    background: url('images/left-arrow.svg') no-repeat;
    background-size: contain;
    background-position: 50%;
}

.right-nav-item:active {
    background: #F2FCED;
}

.right-nav-2-item {
    display: flex;
    align-items: center;
    height: 64px;
    text-align: left;
    box-shadow: inset 0px -1px 0px #E5EAEB;
    background: #FFFFFF;
    padding: 14px 17px;
    color: #00763E;
}

.right-nav-2-item > div {
    margin-left: 16px;
    width: 80%;
}

.right-nav-2-item:hover {
    text-decoration: none;
}

.right-nav-2-item p {
    margin: 0;
    text-overflow: ellipsis;
    overflow-x: hidden;
    white-space: nowrap;
}

.right-nav-1-text {
    font-size: 16px;
    line-height: 21px;
}

.right-nav-2-text {
    font-size: 13px;
    line-height: 15px;
    color: #606F73;
}

.right-nav-parent {
    width: 100%;
    height: 100%;
    position: relative;
}

.right-nav-parent:after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 16px;
    top: 38%;
    width: 12px;
    height: 12px;
    background: url('images/right-arrow.svg') no-repeat;
    background-size: contain;
    background-position: 50%;
}

.right-nav-item.selected {
    background: #F9FFF5;
    padding-left: 12px;
    border-left: 4px solid #00A657;
}

.mobile-header-right-container > button:focus {
    outline: none;
}

.middle-header-container {
    display: none;
    height: 100%;
    height: 48px;
    flex-grow: 1;
}

.middle-header-container > ul {
    justify-content: flex-start;
    flex-direction: row;
    height: 100%;
}
.middle-header-container > ul > li {
    font-family: Source Sans Pro;
    padding: 0;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: #191F20;
}

.middle-header-container > ul.navbar-nav > li.nav-item > a.nav-link {
    display: flex;
    align-items: center;
    color: #545F62;
    text-decoration: none;
    height: 100%;
    width: 100%;
    padding: 0 16px;
}

.middle-header-container > ul.navbar-nav > li.nav-item.show > a.nav-link {
    color: #191F20;
}

nav.navbar .nav-item {
    border-bottom: 4px solid transparent;
}

.nav-item-regular {
    position: relative;
}

.nav-item-regular > .dropdown-menu {
    margin-top: 4px;
    padding: 0;
    min-width: 100%;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > a:after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 2%;
    top: 40%;
    width: 12px;
    height: 12px;
    background: url('images/right-arrow.svg') no-repeat;
    background-size: contain;
    background-position: 50%;
}

.current.dropdown-submenu > a:after {
    display: none;
}

.sequentra-navbar-container .nav-item:hover {
    border-bottom-color: #8DDB60;
}

nav.navbar .nav-item:active {
    background: #F2FCED;
    border-bottom: 4px solid #00A657;
}

.sequentra-navbar-container .nav-item.show {
    border-bottom: 4px solid #00A657;
}

.nav-item > .dropdown-menu {
    overflow-x: hidden;
}
.navbar-nav {
    justify-content: space-between;
}

.navbar .dropdown-menu {
    box-shadow: 0px 4px 12px rgba(57, 68, 71, 0.1);
    border-radius: 0px 0px 6px 6px;
}

.right-header-container {
    display: flex;
}

.right-header-container > img {
    margin-left: 22px;
}

.right-header-container .desktop-search-container .dropdown-menu {
    background: #EEF1F2; 
    padding: 0;
    min-width: 100%;
    right: 0;
    left: auto;
}

.text-in-img {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    color: #FFFFFF;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: block;
    line-height: 40px;
    background-color: #87949B;
}

.desktop-search-container {
    display: none;
}

.right-header-searchbox {
    display: none;
    width: 240px;
    padding: 12px;
    height: 40px;
    border-radius: 4px;
    border: 1px solid #C2c2cf;
    box-sizing: border-box;
    background-color: #FFFFFF;
    position: relative;
    z-index: 2;
}
.right-header-searchbox:focus {
    border-color: #00A657;
    outline: none;
}

.right-header-searchbox:focus + .searchboxOverlay {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #191F20;
    opacity: 0.4;
    z-index: 1;
}

.right-header-searchicon {
    position: absolute;
    height: 100%;
    right: 10px;
    padding: 10px;
    display: flex;
    align-items: center;
    border: transparent;
    background: url('images/magglass_logo.svg') no-repeat center;
    z-index: 2;
}

.right-header-searchicon:focus {
    outline: none;
    box-shadow: none;

}

.desktop-header-right-container {
    display: none;
}

.header-icon-button {
    position: relative;
    cursor: pointer;
}

.desktop-header-right-container a:hover {
    text-decoration: none;
}

.desktop-header-right-container .email-icon {
    width: 22px;
    height: 19px;
    background: url('images/envelope.svg') no-repeat center;
}

.desktop-header-right-container .email-icon .icon-badge {
    top: -8px;
    left: 14px;
}

.desktop-header-right-container .icon-alarm-bell-1 {
    font-size: 22px;
    color: #87949B;
}

.desktop-header-right-container .icon-alarm-bell-1 .icon-badge {
    background-color: #EA1B1B;
    top: -1px;
    left: 14px;
}

.dropdown-menu-large {
    -webkit-box-align: center; 
    -ms-flex-align: center; 
    align-items: center;
    width: 90%;
    max-width: 100%;
    flex-direction: column;
    background: #FFFFFF;
    box-shadow: 0px 4px 12px rgba(57, 68, 71, 0.1);
    border-radius: 0px 0px 6px 6px;
    overflow-y: scroll;
    justify-content: flex-start;
    padding: 10px 15px 0;
    right: 0;
    left: auto;
}

.dropdown-menu-column {
    display: flex;
    flex-direction: row;
}

.dropdown-menu-column > div {
    width: 20%;
}

.dropdown-menu-row {
    width: 100%;
}

.seq-dropdown-title {
    width: 100%;
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: #87949B;
    margin-top: 20px;
}

.seq-dropdown-list {
    display: inline-flex;
    flex-direction: column;
    white-space:nowrap
}
.seq-dropdown-item {
    margin-top: 0;
}
.seq-dropdown-item > a{
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    color: #00763E !important;
}

.seq-dropdown-item > a:hover{
    cursor: pointer;
}

/* sidebar */
#navPageContentSidebar .icon-hide-nav-left{
    margin-right: 24px;
}

#sidebarContent {
    padding: 0 24px;
}

#sidebarSticky {
    position: fixed;
    width: 395px;
    top: 0;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
   -ms-transition-duration: 0.5s;
}

.showNav .seq-container #sidebarSticky {
    top: 56px;
    top: var(--nav-small);
}

/* footer */
.dashboard-footer, .fixed-footer-container{
    height: 128px;
    width: 100%;
    background: #E5EAEB;
}

.fixed-footer-container {
    padding: 24px;
}

.footer-logo {
    width: 143px;
    height: 24px;
}

.footer-text {
    font-size: 14px;
    color: #606F73;
    margin-top: 17px;
}

/* sticky footer */
.sticky-footer {
    position: fixed;
    bottom: calc(-128px + 14px);
    transition-duration: 0.5s;
}

.sticky-footer:before {
    content: '';
    background: #c1e9d5 url('../../ui/images/colose_button.png') no-repeat 0 -1px;
    height: 14px;
    width: 32px;
    position: absolute;
    overflow: hidden;
    bottom: calc(128px - 14px);
    left: 50%;
    margin: 0 0 0 -16px;
}

.sticky-footer:hover:before {
    transition-delay: 0.5s;
    background-position: 0 -14px;
}

.sticky-footer:hover {
    bottom: 0;
    transition-delay: 0.5s;
}

@media only screen and (min-width: 600px) {
    .dropdown-menu-large {
        max-height: calc(100vh - 72px);
    }

    .sequentra-navbar-container, nav.navbar {
        height: 72px;
    }

    .showNav .seq-container #sidebarSticky {
        top: 72px;
        top: var(--nav-medium);
    }

    .mobile-left-header-logo {
        display: none;
    }

    .mobile-burger-dropdown {
        width: 66.66667%;
    }

    .left-header-container {
        margin-left: 24px;
    }

    .left-header-logo {
        display: block;
    }

    #mobile-burger-overlay, #mobile-search-overlay {
        top: 73px;
    }

    /* Footer */
    .dashboard-footer, .fixed-footer-container {
        height: 108px;
    }

    .seq-container.full-screen + footer .fixed-footer-container {
        position: fixed;
        bottom: 0;
        left: 0;
    }

    .sticky-footer {
        bottom: calc(-108px + 14px);
    }
    
    .sticky-footer:before {
        bottom: calc(108px - 14px);
    }
}

@media only screen and (min-width: 768px) {
    .right-header-searchbox {
        display: block;
    }

    /* Footer */
    .dashboard-footer, .fixed-footer-container {
        display: flex;
        height: 64px;
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: center;
    }
 
    .sticky-footer {
        bottom: calc(-64px + 14px);
    }

    .sticky-footer:before {
        bottom: calc(64px - 14px);
    }
  }

  @media only screen and (min-width: 1024px) {
    #navPageContentSidebar .icon-hide-nav-left.flip-icon{
        margin-right: 0;
    }

    .desktop-header-right-container {
        display: flex;
        align-items: center;
        height: 100%;
    }

    .left-header-container {
        height: 100%;
        width: unset;
        box-shadow: unset;
    }

    .middle-header-container {
        box-shadow: unset;
        display: block;
        height: 100%;
    }

    .right-header-container {
        margin-right: 24px;
        height: 100%;
    }

    .mobile-header-right-container {
        padding-right: 28px;
    }

    #mobile-burger {
        display: none;
    }

    .dropdown-menu-item > a:hover{
        background: #F2FCED;
        color: #191F20;
    }
  }

  @media only screen and (min-width: 1440px) {
    .dropdown-menu-large {
        max-height: calc(100vh - 80px);
    }

    .sequentra-navbar-container, nav.navbar {
        justify-content: start;
        height: 80px;
    }

    .showNav .seq-container #sidebarSticky {
        top: 80px;
        top: var(--nav-large);
    }
    

  .middle-header-container > ul.navbar-nav > li.nav-item > a.nav-link {
    padding: 0 24px;
    }

    .middle-header-container > ul.navbar-nav > li.nav-item > a.nav-link:hover {
        outline: none;
    }

    #mobile-overlay {
        display: none !important;
    }

    #mobile-burger-overlay, #mobile-search-overlay {
        top: 80px;
    }

    .right-header-container {
        justify-content: space-between;
        align-items: center;
    }

    .desktop-search-container {
        display: block;
        margin-right: 22px;
    }

    .mobile-header-right-container {
        display: none;
    }

    .text-in-img {
        left: 17px;
        top: 28px;
    }

}

  @media only screen and (min-width: 1920px) {
    .middle-header-container {
        flex: 1;
        max-width: unset;
        padding: 0 15px;
    }
    .navbar-nav {
        justify-content: start;
    }

    .right-header-searchbox {
        width: 340px;
    }
  }
