.header_user_icon {
    padding-top: 0 !important;
}

/* header-section styles */
.main-header {
    position: fixed;
    width: 100%;
    z-index: 1;
}

#header-section.main-header {
    border-bottom: 1px solid #d2d6de;
    height: 55px;
    min-height: 55px;
    max-height: 55px;
    background: linear-gradient(180deg, #ffb900 0%, #ffb900 100%, #ffb900 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%;
    }
}

/*end of header-section styles */
/* content area styles */
#sidebar-menu {
    position: fixed;
    top: 55px;
}

#main-text .sidebar-content .line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

#main-text .sidebar-content {
    padding: 15px;
}