/* Footer */
.footer {
    font-size: 12px;
}

/* Header */
.nav-pane>.nav-link, .nav-pane>.nav-item>.nav-link {
    color: #ffffff;
}

#dropdown-toggle::after {
    display: none;
}

.main-header {
    position: fixed;
    width: 100%;
    z-index: 1;
}

.header_user_icon {
    padding-top: 0 !important;
}


#header-section.main-header {
    border-bottom: 1px solid #d2d6de;
    height: 64px;
    min-height: 64px;
    max-height: 64px;
    background: linear-gradient(180deg, #0057FF 0%, rgba(0, 87, 255, 0.7) 100%, rgba(0, 87, 255, 0.7) 100%);
    color: #fff;
}

#header-section .header-style {
    line-height: 40px;
    height: 55px;
    padding: 8px;
    list-style: none;
    text-align: center;
    font-size: 18px;
}

#header-section .border-left {
    border-left: 1px solid #d2d6de;
    width: 10em;
}

#header-section .float-left {
    float: left;
    padding-right: 0;
}

#header-section .icon-menu {
    width: 40px;
    cursor: pointer;
}

#header-section .header-list, #sidebar-treeview .e-treeview, #sidebar-treeview .e-treeview .e-ul {
    padding: 0;
    margin: 0;
}

@media(max-width:800px) {
    #header-section .support {
        display: none;
    }

    #header-section .nav-pane {
        width: 15%;
    }
}

/* Sidebar */
.sidebar {
    background-color: #EEEEEE;
    height: 100%;
}

/* Used only in NotUsed/Page.tsx */
.sidebarDrop_custom_page_fd>button, .sidebarDrop_custom_page_fd>button:focus, .sidebarDrop_custom_page_fd>button:hover {
    color: black;
    background-color: #d2d6de;
    border: none;
    padding: 0px;
}