.admin #header {
    background: url(../images/etransact-dashboard.png) !important;
    padding-bottom: 23%;
    position: initial !important;
    background-size: cover !important;
    opacity: 1;
    background-position: top !important;
    position: relative;
    height: 62px;
    width: auto !important;
    margin-left: 240px;
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #ee1c25;
}

.admin body #top_search input {
    background: rgb(23 23 23 / 34%);
    color: #000000;
}

.admin #top_search_button button {
    background: #ffffff;
    font-size: 17px;
}

#side-menu.nav > li > a:focus, #side-menu.nav > li > a:hover {
    background: #ee1c25;
    border-bottom: 0 !important;
    color: #f5f5f5;
}

.admin #side-menu li.active > a, .admin #setup-menu li.active > a {
    color: #ee1c25 !important;
    background: #8c671d;
    border-radius: 0;
    border-left: 21px solid #ee1c25;
    border-radius: 0px 0 0 0px !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0px 0 0 0px !important;
    -ms-border-radius: 0px 0 0 0px !important;
    -o-border-radius: 0px 0 0 0px !important;
    margin: 0;
    padding: 14px 20px;
}

#side-menu.nav > li:not(.active) > a:hover, #setup-menu > li:not(.active) > a:hover {
    color: #f3f3f3 !important;
    background: rgb(245 245 245 / 5%);
    border-left: 21px solid #ee1c25;
}

.admin nav {
    height: 87px;
    background: #dcdce2;
}

.admin .navbar-nav.navbar-right {
    margin-right: 26px;
    position: inherit;
}

.admin #side-menu, .admin #setup-menu {
    overflow-y: auto;
    height: 100vh;
    max-height: 100vh;
    background: #222222;
}

    .admin #side-menu li.dashboard_user {
        color: #fff;
        font-weight: 500;
        font-size: 17px;
        padding: 19px;
        background: #ee1c25;
        margin-bottom: 2%;
    }

    .admin #side-menu li a, .admin #setup-menu li a {
        color: #ebebeb;
        text-transform: unset;
    }

.admin #side-menu, .admin #setup-menu {
    overflow-y: auto;
    height: 100vh;
    max-height: 100vh;
    background: #11113a;
}

body #header {
    background: #333;
    opacity: 1;
    position: relative;
    height: 62px;
    width: calc(100% - 225px);
    left: 240px;
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
}

body #header {
    z-index: 100 !important;
}

#header {
    position: fixed !important;
}

#header {
    background: #333;
    background: -webkit-gradient(linear, left top, right top, from(#333), color-stop(26%, #333), color-stop(73%, #333), to(#333));
    background: linear-gradient(to right, #333 0, #333 26%, #333 73%, #333 100%) !important;
}

#header {
    background: #415165;
    background: -webkit-gradient(linear,left top,right top,from(#415165),color-stop(26%,#51647c),color-stop(73%,#51647c),to(#4f5d7a));
    background: linear-gradient(to right,#415165 0,#51647c 26%,#51647c 73%,#4f5d7a 100%);
    display: block;
    height: 63px;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 99;
}

body #side-menu li.dashboard_user {
    color: #fff;
    font-weight: 500;
    font-size: 17px;
    padding: 19px;
    background: #ee1c25;
}

.admin #side-menu li.active > a, .admin #setup-menu li.active > a {
    color: #f5f5f5 !important;
    background: rgba(200, 200, 200, 0.2);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.admin #side-menu li .nav-second-level li a, #setup-menu li .nav-second-level li a {
    color: #f1f1f1;
}

body #setup-menu .nav-second-level li a:hover,
body #setup-menu li .nav-second-level li a:hover,
body #side-menu li .nav-second-level li:not(.active) a:hover {
    color: #ffffff !important;
    background: #ee1c25;
    margin-left: -4%;
}

#side-menu li.active, li .nav-second-level li {
    background: #fff;
    border-bottom: 0;
}

.admin .nav > li > a:focus, .admin .nav > li > a:hover {
    text-decoration: none;
    background-color: #ee1c25;
    color: #fff;
}

.admin #side-menu li .nav-second-level li, .admin #setup-menu li .nav-second-level li {
    background: #11113a;
}

.admin #side-menu li.active > a, .admin #setup-menu li.active > a {
    color: #fff !important;
    background: #11113a !important;
    padding: 14px 20px;
    border-bottom: 0px solid #fff !important;
}

#side-menu .arrow {
    font-size: 10px;
    color: #fff;
    margin-top: 2px;
}

body #setup-menu-wrapper .active > a > .fa.arrow:before, body aside#menu #side-menu .active > a > .fa.arrow:before {
    content: "\f078";
    color: #ee1c25 !important;
}

.btn-info {
    background-color: #ee1c25;
}

.text-info, a, ul.search-results a {
    color: #333;
}

.text-info, a, ul.search-results a {
    color: #38393a;
}

/*body #wrapper th.sorting_desc, body #wrapper th.sorting_asc {
    color: #ee1c25 !important;
}*/

.onoffswitch-checkbox:checked + .onoffswitch-label {
    background-color: #ee1c25;
    border-color: #d6d2d2;
}

    .onoffswitch-checkbox:checked + .onoffswitch-label, .onoffswitch-checkbox:checked + .onoffswitch-label:before {
        border-color: #ee1c25;
    }

.onoffswitch-checkbox:checked + .onoffswitch-label {
    background-color: #ee1c25;
}

input[type="radio"]:checked + label:after, input[type="checkbox"]:checked + label:after, .radio-primary input[type=radio] + label::after {
    background: #ee1c25 !important;
    color: #ffffff;
}

body.hide-sidebar #header {
    position: inherit !important;
    margin: 0;
}

.admin .content {
    padding-top: 44px !important;
}

.tooltip > .tooltip-inner {
    padding: 7px 10px;
    background: #ee1c25;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #ee1c25;
}

#logo {
    float: left;
    padding: 0px 15px;
    height: 56px;
    text-align: center;
}

body .close-customizer .fa-close:before {
    content: "\f100" !important;
    background: #333;
}

.screen-options-btn {
    position: absolute;
    background: #ee1c25;
}

.dropdown-menu > .active > a:hover {
    color: #ee1c25;
    background: #f7f8fa;
}

body .dropdown-menu > li:not(.active) > a:not(.active):focus, body .dropdown-menu > li:not(.active) > a:not(.active):hover {
    color: #020202 !important;
    background: #ee1c25 !important;
}

#logo img {
    width: auto;
    height: 80px;
    margin-top: 3px;
}

body #top_search_button button i::before {
    color: #ee1c25 !important;
    position: relative;
    top: -12.5px;
    left: -8px;
}

a:hover,
a:focus {
    outline: unset;
    color: #333;
}

.pagination > .active > a {
    background: #333;
    border-color: unset !important;
    border-radius: 25px;
    line-height: 17px;
    margin-left: 5px;
    margin-right: 5px;
    -webkit-border-radius: 25px;
}

.bg-warning {
    background-color: #ee1c25;
}

#setup-menu li:first-child {
    background: #ee1c25;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover,
.nav-tabs > li > a:focus,
.nav-tabs > li > a:hover {
    color: #333;
    border-color: #333;
    background: #f7f8fa;
}

.btn-info {
    background-color: #ee1c25;
}

    .btn-info:focus,
    .btn-info.focus,
    .btn-info:hover,
    .btn-info:active,
    .btn-info.active,
    .open > .dropdown-toggle.btn-info,
    .btn-info:active:hover,
    .btn-info.active:hover,
    .open > .dropdown-toggle.btn-info:hover,
    .btn-info:active:focus,
    .btn-info.active:focus,
    .open > .dropdown-toggle.btn-info:focus,
    .btn-info:active.focus,
    .btn-info.active.focus,
    .open > .dropdown-toggle.btn-info.focus,
    .btn-info:active,
    .btn-info.active,
    .open > .dropdown-toggle.btn-info {
        background-color: #11113a;
        color: #fff;
        border: 1px solid #11113a;
    }

    .btn-info.disabled,
    .btn-info[disabled],
    fieldset[disabled] .btn-info,
    .btn-info.disabled:hover,
    .btn-info[disabled]:hover,
    fieldset[disabled] .btn-info:hover,
    .btn-info.disabled:focus,
    .btn-info[disabled]:focus,
    fieldset[disabled] .btn-info:focus,
    .btn-info.disabled.focus,
    .btn-info[disabled].focus,
    fieldset[disabled] .btn-info.focus,
    .btn-info.disabled:active,
    .btn-info[disabled]:active,
    fieldset[disabled] .btn-info:active,
    .btn-info.disabled.active,
    .btn-info[disabled].active,
    fieldset[disabled] .btn-info.active {
        background-color: #333;
        color: #fff;
        border-color: #333;
    }

.pagination > .active > a {
    background: #333;
    border-color: unset !important;
    border-radius: 25px;
    line-height: 17px;
    margin-left: 5px;
    margin-right: 5px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}

.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
    border: none;
}

.pagination > li > a {
    color: #ee1c25;
    border: none;
    margin-left: 5px;
    margin-right: 5px;
}

    .pagination > li > a:hover {
        color: #ee1c25;
        border-radius: 25px;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        -ms-border-radius: 25px;
        -o-border-radius: 25px;
    }

.table .alert-info {
    color: #ee1c25;
}

.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    color: #fff;
    background-color: #ee1c25;
    border-color: #ee1c25 !important;
}

/*body table.dataTable thead .sorting_asc:after {
    content: "\f063" !important;
    color: #ee1c25 !important;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body table.dataTable thead .sorting_desc:after {
    content: "\f062" !important;
    color: #ee1c25 !important;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}*/

body .label-info, body .label-primary, body span.project-status-2, body span[task-status-table="4"] {
    color: #f5f5f5 !important;
    cursor: text !important;
    font-size: 13px;
    background-color: rgba(44, 119, 244, .1);
    border: 1px solid rgb(247, 248, 250) !important;
    padding: .6rem 1.1rem;
}

body .label-info, body .label-primary, body span.project-status-2, body span[task-status-table="4"] {
    background-color: #333 !important;
}

#newsfeed {
    background: #272624b5;
}

body #setup-menu li .nav-second-level li.active a, body #side-menu li .nav-second-level li.active a {
    color: #f5f5f5 !important;
    border-radius: 2px !important;
    background-color: #ee1c25 !important;
    width: 104%;
    border-left: 0 !important;
    display: inline-block;
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    -ms-border-radius: 2px !important;
    -o-border-radius: 2px !important;
    position: relative;
    left: -6px;
    padding: 5px 15px 5px 50px;
}

#top_search input:active, #top_search input:focus, #top_search input:hover {
    color: #fff;
    border-radius: 30px;
    background: rgb(0 0 0 / 17%);
}

body #top_search input {
    background: rgb(255 250 250 / 18%);
}
/*#wrapper {*/
/*    background: url(../image/dark-honeycomb.png);*/
/*    background-repeat: repeat;*/
/*    background-repeat: repeat;*/
/*    box-shadow: inset 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.05), inset 0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03), inset 0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05), inset 0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03);*/
/*}*/

.user-data .home-activity .nav-tabs > li.active > a, .user-data .home-activity .nav-tabs > li.active > a:focus, .user-data .home-activity .nav-tabs > li.active > a:hover, .user-data .home-activity .nav-tabs > li > a:focus, .user-data .home-activity .nav-tabs > li > a:hover {
    color: #ee1c25 !important;
}

@media only screen and (max-width: 800px) {
    .admin #header {
        background: none !important;
        padding-bottom: 15% !important;
        position: initial !important;
    }

    .admin #side-menu {
        width: 240px;
        box-shadow: 0px 0px 6px #0000008a;
        background: #262729 !important;
    }

    body .screen-options-btn {
        margin-top: 104px;
        right: -55px;
    }

    body.show-sidebar #wrapper:after {
        background-color: rgb(26 26 26 / 90%);
        top: -61px;
    }
}
