body {
    background: #ffffff;
    background: linear-gradient(to bottom, #ececec, #ffffff);
    background-repeat: no-repeat;
}

#pnlLogo {
    background: url("/App_Images/admin/HeaderLogo_NewDesk.png?v=2024") no-repeat scroll center top transparent;
}

#header {
    background: #header_background#;
}

#headertop {
    background: #0ea7de;
}

a, a:visited, a:active, a:link, a:focus {
    color: #515251;
}

    a:hover {
        color: #0ea7de;
    }

h1, h2, h3, .main-color {
    color: #0ea7de !important;
}

#footer a {
    color: #515251;
}

#menu ul li a {
    color: #666666; /*#535353;*/
}

.nav-sub li a {
    color: #515251 !important;
}

    .nav-sub li a:hover {
        color: #0ea7de !important;
    }

#menu ul li a:hover {
    color: #0ea7de;
}

input:focus, textarea:focus {
    border-color: #0ea7de;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px #515251;
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px #515251;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px #515251;
}

legend, .legend {
    color: #515251;
}

.media-grid a:hover {
    border-color: #0ea7de;
}

fieldset legend {
    color: #515251;
    font-weight: bold;
}

.copyText {
    color: #0ea7de;
}

#headerBgImage {
    background: none;
}

.nav-sub .active a {
    background-image: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Digital-SerialBold", sans-serif!important;
    font-weight: normal!important;
}

#menu, #menu ul li a {
    font-family: "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.badge-warning {
    background-color: #ea017c;
}

h1 {
    font-size: 25px;
    line-height: 32px;
}