.login-image {
    background-image: url('../ui/login_ui.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.c-sidebar-brand{
    display:unset;
}

.btn-warning {
    color: #1A1A1A;
}

.c-sidebar .c-sidebar-brand,
.c-sidebar .c-sidebar-header {
    background-color: #1A1A1A;
}

.c-sidebar-color {
    background: linear-gradient(0deg, #1A1A1A 30%, #3b3b3b 100%);
}

.c-sidebar .c-active.c-sidebar-nav-dropdown-toggle,
.c-sidebar .c-sidebar-nav-dropdown.c-show .c-sidebar-nav-link.c-active {
    color: #1A1A1A;
}

.c-sidebar .c-active.c-sidebar-nav-dropdown-toggle,
.c-sidebar .c-sidebar-nav-link.c-active {
    color: #1A1A1A;
    background: #FFD700;
}

.c-sidebar-color .c-sidebar-nav-link:hover {
    color: #1A1A1A;
    background: #FFD700;
}

.c-sidebar-nav-dropdown:hover {
    background: #3b3b3b;
}

.c-sidebar .c-sidebar-nav-dropdown.c-show .c-sidebar-nav-dropdown-toggle:hover,
.c-sidebar .c-sidebar-nav-dropdown.c-show .c-sidebar-nav-link:hover {
    color: #1A1A1A;
}


.c-sidebar .c-sidebar-nav-dropdown.c-show .c-sidebar-nav-dropdown-toggle, .c-sidebar .c-sidebar-nav-dropdown.c-show .c-sidebar-nav-link2{
    color:#fff;
}

.c-sidebar .c-sidebar-nav-dropdown-toggle, .c-sidebar .c-sidebar-nav-link2{
    color: rgba(255, 255, 255, .8) !important;
    background: 0 0;
}

.left { text-align: left; }
img.left { float: left; }
table.left { float: left; }
.right { text-align: right; }
img.right { float: right; }
table.right { float: right; } 
.center { text-align: center; } 
img.center { display: block; margin: 0 auto; } 
table.center { display: block; margin: 0 auto; } 
.full { text-align: justify; }
img.full { display: block; margin: 0 auto; }
table.full { display: block; margin: 0 auto; } 
.bold { font-weight: bold; }
.italic { font-style: italic; } 
.underline { text-decoration: underline; } 
body { font-family:Helvetica,Arial,sans-serif; font-size:14px }
.tablerow1 { background-color: #D3D3D3; }


.displaynone {
    display: none;
}
