﻿
.pool ul {
    padding-left: 0px;
}

.pool li {
    border-bottom: 1px solid #ccc;
    font-weight: bold;
    color: #666;
    list-style-type: none;
    width: 100%;
    padding: 5px 0px 5px 5px;
    text-decoration: none;
    background: #ececec;
    -webkit-transition: all 0.3s ease-in;
}

    .pool li a {
        color: #5f5f5f;
    }

    .pool li i {
        color: #3598dc;
    }

    .pool li:hover {
        text-decoration: none !important;
        background-color: #f2f2f2;
        color: #000;
        border-left: 3px solid #d72326;
    }

    .pool li a:hover {
        text-decoration: none !important;
        transition: ease-in 3s ease;
    }

.cardOptions {
    padding: 56px 16px 41px 25px !important;
}

.cardIcons {
    font-size: 39px !important;
    display: block !important;
    padding-bottom: 22px !important;
}

.floatR {
    float: right !important;
}

.floatL {
    float: left !important;
}

.printwidth {
    width: 100% !important;
    clear: both !important;
}

.testBG {
    background-color: red !important;
}

.btn-color {
    background-color: red !important;
    color: #fff;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 25px;
}

    /* Hide default HTML checkbox */
    .switch input {
        display: none;
    }

/* The slider */
.slider-toggle {
    position: absolute;
    cursor: pointer;
    top: 4px;
    left: 2px;
    right: 0;
    bottom: 0px;
    background-color: #ea8c81;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider-toggle:before {
        position: absolute;
        content: "";
        height: 19px;
        width: 19px;
        left: 0px;
        bottom: 1.5px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider-toggle {
    background-color: rgb(121, 197, 165);
}

input:focus + .slider-toggle {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider-toggle:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider-toggle.round {
    border-radius: 34px;
}

    .slider-toggle.round:before {
        border-radius: 50%;
    }


.tooltipTop {
    position: relative;
    display: inline-block;
}

    .tooltipTop .tooltipToptext {
        visibility: hidden;
        width: 200px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        bottom: 100%;
        left: 50%;
        margin-left: -100px;
        /* Fade in tooltip - takes 1 second to go from 0% to 100% opac: */
        opacity: 0;
        transition: opacity 1s;
    }

        .tooltipTop .tooltipToptext::after {
            content: " ";
            position: absolute;
            top: 100%; /* At the bottom of the tooltip */
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: black transparent transparent transparent;
        }

    .tooltipTop:hover .tooltipToptext {
        visibility: visible;
        opacity: 1;
    }

.tg-list {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
}

.tg-list-item {
    /*margin: 0 2em;*/
}

.tgl {
    display: none;
}

    .tgl, .tgl:after, .tgl:before, .tgl *, .tgl *:after, .tgl *:before, .tgl + .tgl-btn {
        box-sizing: border-box;
    }

        .tgl::-moz-selection, .tgl:after::-moz-selection, .tgl:before::-moz-selection, .tgl *::-moz-selection, .tgl *:after::-moz-selection, .tgl *:before::-moz-selection, .tgl + .tgl-btn::-moz-selection {
            background: none;
        }

        .tgl::selection, .tgl:after::selection, .tgl:before::selection, .tgl *::selection, .tgl *:after::selection, .tgl *:before::selection, .tgl + .tgl-btn::selection {
            background: none;
        }

        .tgl + .tgl-btn {
            outline: 0;
            display: block;
            width: 8em;
            height: 2em;
            position: relative;
            cursor: pointer;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }

            .tgl + .tgl-btn:after, .tgl + .tgl-btn:before {
                position: relative;
                display: block;
                content: "";
                width: 50%;
                height: 100%;
            }

            .tgl + .tgl-btn:after {
                left: 0;
            }

            .tgl + .tgl-btn:before {
                display: none;
            }

        .tgl:checked + .tgl-btn:after {
            left: 50%;
        }

.tgl-light + .tgl-btn {
    background: #f0f0f0;
    border-radius: 2em;
    padding: 2px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

    .tgl-light + .tgl-btn:after {
        border-radius: 50%;
        background: #fff;
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
    }

.tgl-light:checked + .tgl-btn {
    background: #9FD6AE;
}

.tgl-ios + .tgl-btn {
    background: #fbfbfb;
    border-radius: 2em;
    padding: 2px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    border: 1px solid #e8eae9;
}

    .tgl-ios + .tgl-btn:after {
        border-radius: 2em;
        background: #fbfbfb;
        -webkit-transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), padding 0.3s ease, margin 0.3s ease;
        transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), padding 0.3s ease, margin 0.3s ease;
        box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 4px 0 rgba(0, 0, 0, 0.08);
    }

    .tgl-ios + .tgl-btn:hover:after {
        will-change: padding;
    }

    .tgl-ios + .tgl-btn:active {
        box-shadow: inset 0 0 0 2em #e8eae9;
    }

        .tgl-ios + .tgl-btn:active:after {
            padding-right: .8em;
        }

.tgl-ios:checked + .tgl-btn {
    background: #86d993;
}

    .tgl-ios:checked + .tgl-btn:active {
        box-shadow: none;
    }

        .tgl-ios:checked + .tgl-btn:active:after {
            margin-left: -.8em;
        }

.tgl-skewed + .tgl-btn {
    overflow: hidden;
    -webkit-transform: skew(-10deg);
    transform: skew(-10deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    font-family: sans-serif;
    background: #888;
}

    .tgl-skewed + .tgl-btn:after, .tgl-skewed + .tgl-btn:before {
        -webkit-transform: skew(10deg);
        transform: skew(10deg);
        display: inline-block;
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
        width: 100%;
        text-align: center;
        position: absolute;
        line-height: 2em;
        font-weight: bold;
        color: #fff;
        text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
    }

    .tgl-skewed + .tgl-btn:after {
        left: 100%;
        content: attr(data-tg-on);
    }

    .tgl-skewed + .tgl-btn:before {
        left: 0;
        content: attr(data-tg-off);
    }

    .tgl-skewed + .tgl-btn:active {
        background: #888;
    }

        .tgl-skewed + .tgl-btn:active:before {
            left: -10%;
        }

.tgl-skewed:checked + .tgl-btn {
    background: #86d993;
}

    .tgl-skewed:checked + .tgl-btn:before {
        left: -100%;
    }

    .tgl-skewed:checked + .tgl-btn:after {
        left: 0;
    }

    .tgl-skewed:checked + .tgl-btn:active:after {
        left: 10%;
    }

.tgl-flat + .tgl-btn {
    padding: 2px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    background: #fff;
    border: 4px solid #f2f2f2;
    border-radius: 2em;
}

    .tgl-flat + .tgl-btn:after {
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
        background: #f2f2f2;
        content: "";
        border-radius: 1em;
    }

.tgl-flat:checked + .tgl-btn {
    border: 4px solid #7FC6A6;
}

    .tgl-flat:checked + .tgl-btn:after {
        left: 50%;
        background: #02C66F;
    }

.tgl-flip + .tgl-btn {
    padding: 2px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    font-family: sans-serif;
    -webkit-perspective: 100px;
    perspective: 100px;
}

    .tgl-flip + .tgl-btn:after, .tgl-flip + .tgl-btn:before {
        display: inline-block;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
        width: 100%;
        text-align: center;
        position: absolute;
        line-height: 2em;
        font-weight: bold;
        color: #fff;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        border-radius: 4px;
    }

    .tgl-flip + .tgl-btn:after {
        content: attr(data-tg-on);
        background: #02C66F;
        -webkit-transform: rotateY(-180deg);
        transform: rotateY(-180deg);
    }

    .tgl-flip + .tgl-btn:before {
        background: #FF3A19;
        content: attr(data-tg-off);
    }

    .tgl-flip + .tgl-btn:active:before {
        -webkit-transform: rotateY(-20deg);
        transform: rotateY(-20deg);
    }

.tgl-flip:checked + .tgl-btn:before {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.tgl-flip:checked + .tgl-btn:after {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    left: 0;
    background: #7FC6A6;
}

.tgl-flip:checked + .tgl-btn:active:after {
    -webkit-transform: rotateY(20deg);
    transform: rotateY(20deg);
}


.carousel-indicators li {
    visibility: hidden;
}

.carousel-control.right {
    background-image: none;
}

.carousel-control.left {
    background-image: none;
}

.carousel-control {
    color: #c1bfbf;
}


.grid-msg-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
}

    .grid-msg-overlay .msg {
        opacity: 1;
        position: absolute;
        top: 20%;
        left: 20%;
        width: 60%;
        height: 50%;
        background-color: #eee;
        border-radius: 4px;
        border: 1px solid #555;
        text-align: center;
        font-size: 24px;
        display: table;
    }

        .grid-msg-overlay .msg span {
            display: table-cell;
            vertical-align: middle;
        }

@media print {
    #printThisElement {
        position: relative;
        background: red;
    }

        #printThisElement:after {
            content: '';
            background: url('http://localhost:6240/Common/Images/cbse-logo.png') no-repeat center center;
            position: absolute;
            top: 0px;
            left: 0px;
            width: 100%;
            height: 100%;
            opacity: 0.2;
        }
}

.ui-grid-viewport {
    overflow-anchor: none;
}

.sistable td {
    padding: 5px 0px 5px 0px;
}

.sistable span {
    margin-right: 30px;
}

.small_font {
    font-family: 'Times New Roman';
}

@media print {
    .small_font {
        font-family: 'Times New Roman';
        font-size: 5px !important;
        background-color: red !important;
    }
}

.app-modal-window .modal-dialog {
    width: 900px !important;
}
@media(max-width:992px){
    .app-modal-window .modal-dialog {
        width: 90% !important;
    }
}
.app-modal-window1200 .modal-dialog {
    width: 1200px !important;
    height: auto;
}

.app-modal-window1000 .modal-dialog {
    width: 950px;
}
.settings-color {
    position: static!important;
    transform: none!important;
}
.settings-color ul {
    list-style: none!important;
    padding: 0!important;
    transform: none!important;
    margin-top: 10px!important;
}
.settings-color ul li{
    display:inline-block;
}
.settings-color ul li button{
    width: 30px;
    height: 30px;
    border-radius: 0px;
    border: none;
    background-color: transparent;
    margin: 0;
    padding: 0;
}
.settings-color ul li button.co-red {
    background-color: #fe4c50;
}
.settings-color ul li button.co-blue {
    background-color: #053c6d;
}
.settings-color ul li button.co-black {
    background-color: #37a000;
}
.settings-color ul li button.co-yellow {
    background-color: #ffaa01;
}
/*color style by vishnu*/
/*new styles for color themes*/
    .theme-color-controler{
        position:fixed;
        top: 50%;
        transform: translateY(-50%);
        right:0px;
        margin:auto;
    }
    .theme-color-controler ul{
        list-style:none;
        margin:0;
        padding:0;
        background:#fff;
        position:relative;
        transform: translateX(30px);
        transition:all 0.3s;
    }
    .theme-color-controler ul.active{
        transform: translateX(0px);
        transition:all 0.3s;
    }
    .theme-color-controler ul li button{
        width:30px;
        height:30px;
        border-radius:0px;
        border:none;
        background-color:transparent;
        margin:0;
        padding:0;
        position:relative;
        transition:all 0.3s;
    }
     .theme-color-controler ul li button.active:after {
        content: "\f00c";
        font-family: FontAwesome;
        color: #fff;
        left: 0;
        top: 0;
        font-size: 16px;
        position: absolute;
        display: flex;
        align-content: center;
        justify-content: center;
        transition: all 0.3s;
        right: 0;
        bottom: 0;
        line-height: 30px;
    }
    .theme-color-controler ul li button.co-red {
        background-color: #fe4c50;
    }
    .theme-color-controler ul li button.co-blue {
        background-color: #053c6d;
    }
    .theme-color-controler ul li button.co-black {
        background-color: #37a000;
    }
    .theme-color-controler ul li button.co-yellow {
        background-color: #ffaa01;
    }
    .theme-settings-btn {
        position: absolute;
        top: 0;
        bottom: 0;
        left: -45px;
        margin: auto;
        background-color: #fff;
        font-size: 26px;
        color: #053c6d;
        height: 45px;
        width: 45px;
        text-align: center;
        line-height: 45px;
    }
    .theme-settings-btn i{
        -webkit-animation: rotation 2s infinite linear;
        animation:rotation 2s infinite linear;
    }
    /*animation keyframe*/
@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}

    /*theme color red*/
    body.pm_co-red .page-header.navbar.navbar-fixed-top {
        background-color: #303542;
    }
    body.pm_co-red .page-sidebar {
        background-color: #303542;
    }
    body.pm_co-red .page-sidebar .page-sidebar-menu > li.active > a {
        background: #fe4c50;
    }
    body.pm_co-red .page-footer {
        background-color: #303542;
    }
    body.pm_co-red .page-sidebar .page-sidebar-menu > li:hover > a {
        background: #fe4c50;
        color: #fff;
    }
    body.pm_co-red .page-sidebar .page-sidebar-menu > li:hover > a >i{
        color:#fff;
    }
    body.pm_co-red .page-sidebar .page-sidebar-menu > li > a > span.arrow:before {
        color:#fff;
    }
    body.pm_co-red .page-sidebar .page-sidebar-menu > li.open > a {
        background: #fe4c50;
        color: #fff;
    }
    body.pm_co-red .page-sidebar .page-sidebar-menu > li.open > a > i {
        color: #fff;
    }
    body.pm_co-red .page-sidebar-menu > li.open > a > .arrow.open:before {
        color:#fff;
    }
    body.pm_co-red .page-sidebar-menu .sub-menu > li > a > i{
        color:#fff!important;
    }
    body.pm_co-red .page-sidebar-menu .sub-menu > li  a > .arrow:before {
        color:#fff;
    }
    body.pm_co-red .page-sidebar-menu .sub-menu > li a > .arrow.open:before {
        color: #fff!important;
    }
    body.pm_co-red .page-sidebar .page-sidebar-menu > li.active > a {
        border-left: 3px solid #E74649 !important;
    }
    body.pm_co-red .page-header.navbar .top-menu .navbar-nav > li.dropdown .dropdown-toggle:hover {
        background-color: #fe4c50;
    }
    body.pm_co-red .page-header.navbar .top-menu .navbar-nav > li.dropdown.open .dropdown-toggle {
        background-color: #fe4c50;
    }
    body.pm_co-red .page-header.navbar .top-menu .navbar-nav > li.dropdown-dark .dropdown-menu {
        background: #fe4c50;
        border: 0;
    }
    body.pm_co-red .page-header.navbar .top-menu .navbar-nav > li.dropdown-dark .dropdown-submenu:hover > a {
        background-color: #303542 !important;
    }
    body.pm_co-red .page-header.navbar .top-menu .navbar-nav > li.dropdown-dark li:hover > a {
        background-color: #303542 !important;
    }
    body.pm_co-red #UserNotificationDropdown li ul li:hover a {
        background-color: #fe4c50 !important;
    }
    body.pm_co-red .theme-settings-btn {
        color: #fe4c50;
    }
    body.pm_co-red .page-header .badge-danger {
        background-color: #fe4c50;
    }
    body.pm_co-red .page-sidebar .page-sidebar-menu .sub-menu > li.active > a {
        background: #fe4c50;
    }
    body.pm_co-red .btn-primary,
    body.pm_co-red .btn-success,
    body.pm_co-red .btn-info,
    body.pm_co-red .btn-warning,
    body.pm_co-red .btn-danger {
        background-color: #fe4c50;
        border-color: #fe4c50;
    }
    body.pm_co-red .btn-primary:hover,
    body.pm_co-red .btn-success:hover,
    body.pm_co-red .btn-info:hover,
    body.pm_co-red .btn-warning:hover,
    body.pm_co-red .btn-danger:hover {
        background-color: #fe4c50;
        border-color: #fe4c50;
    }
    body.pm_co-red .btn-primary:active,
    body.pm_co-red .btn-success:active,
    body.pm_co-red .btn-info:active,
    body.pm_co-red .btn-warning:active,
    body.pm_co-red .btn-danger:active {
        background-color: #fe4c50;
        border-color: #fe4c50;
    }
    body.pm_co-red .btn-primary:focus,
    body.pm_co-red .btn-success:focus,
    body.pm_co-red .btn-info:focus,
    body.pm_co-red .btn-warning:focus,
    body.pm_co-red .btn-danger:focus {
        background-color: #fe4c50;
        border-color: #fe4c50;
    }
    /*Yellow color theme ffaa01*/
    body.pm_co-yellow .page-header.navbar.navbar-fixed-top {
        background-color: #042954;
    }

    body.pm_co-yellow .page-sidebar {
        background-color: #042954;
    }

    body.pm_co-yellow .page-sidebar .page-sidebar-menu > li.active > a {
        background: #ffaa01;
    }

    body.pm_co-yellow .page-footer {
        background-color: #042954;
    }

    body.pm_co-yellow .page-sidebar .page-sidebar-menu > li:hover > a {
        background: #ffaa01;
        color: #fff;
    }

    body.pm_co-yellow .page-sidebar .page-sidebar-menu > li:hover > a > i {
        color: #fff;
    }

    body.pm_co-yellow .page-sidebar .page-sidebar-menu > li > a > span.arrow:before {
        color: #fff;
    }

    body.pm_co-yellow .page-sidebar .page-sidebar-menu > li.open > a {
        background: #ffaa01;
        color: #fff;
    }

    body.pm_co-yellow .page-sidebar .page-sidebar-menu > li.open > a > i {
        color: #fff;
    }

    body.pm_co-yellow .page-sidebar-menu > li.open > a > .arrow.open:before {
        color: #fff;
    }

    body.pm_co-yellow .page-sidebar-menu .sub-menu > li > a > i {
        color: #fff !important;
    }

    body.pm_co-yellow .page-sidebar-menu .sub-menu > li a > .arrow:before {
        color: #fff;
    }

    body.pm_co-yellow .page-sidebar-menu .sub-menu > li a > .arrow.open:before {
        color: #fff !important;
    }

    body.pm_co-yellow .page-sidebar .page-sidebar-menu > li.active > a {
        border-left: 3px solid #E89B01 !important;
    }

    body.pm_co-yellow .page-header.navbar .top-menu .navbar-nav > li.dropdown .dropdown-toggle:hover {
        background-color: #ffaa01;
    }

    body.pm_co-yellow .page-header.navbar .top-menu .navbar-nav > li.dropdown.open .dropdown-toggle {
        background-color: #ffaa01;
    }

    body.pm_co-yellow .page-header.navbar .top-menu .navbar-nav > li.dropdown-dark .dropdown-menu {
        background: #042954;
        border: 0;
    }
    body.pm_co-yellow .page-header.navbar .top-menu .navbar-nav > li.dropdown-dark .dropdown-menu a:hover{
        color:#fff;
    }
    body.pm_co-yellow .page-header.navbar .top-menu .navbar-nav > li.dropdown-dark .dropdown-submenu:hover > a {
        background-color: #ffaa01 !important;
    }

    body.pm_co-yellow .page-header.navbar .top-menu .navbar-nav > li.dropdown-dark li:hover > a {
        background-color: #ffaa01 !important;
    }

    body.pm_co-yellow #UserNotificationDropdown li ul li:hover a {
        background-color: #ffaa01 !important;
    }

    body.pm_co-yellow .theme-settings-btn {
        color: #ffaa01;

    }
    body.pm_co-yellow .page-sidebar .page-sidebar-menu .sub-menu > li:hover > a {
        background-color: #FFB92F !important;
    }
    body.pm_co-yellow .page-header .badge-danger {
        background-color: #ffaa01;
    }
    body.pm_co-yellow .page-sidebar .page-sidebar-menu .sub-menu > li.active > a {
        background: #ffaa01;
    }
    body.pm_co-red .btn-primary,
    body.pm_co-red .btn-success,
    body.pm_co-red .btn-info,
    body.pm_co-red .btn-warning,
    body.pm_co-red .btn-danger {
        background-color: #E74649;
        border-color: #E74649;
    }

    body.pm_co-red .btn-primary:hover,
    body.pm_co-red .btn-success:hover,
    body.pm_co-red .btn-info:hover,
    body.pm_co-red .btn-warning:hover,
    body.pm_co-red .btn-danger:hover {
        background-color: #E74649;
        border-color: #E74649;
    }

    body.pm_co-red .btn-primary:active,
    body.pm_co-red .btn-success:active,
    body.pm_co-red .btn-info:active,
    body.pm_co-red .btn-warning:active,
    body.pm_co-red .btn-danger:active {
        background-color: #E74649;
        border-color: #E74649;
    }

    body.pm_co-red .btn-primary:focus,
    body.pm_co-red .btn-success:focus,
    body.pm_co-red .btn-info:focus,
    body.pm_co-red .btn-warning:focus,
    body.pm_co-red .btn-danger:focus {
        background-color: #E74649;
        border-color: #E74649;
    }
    /*color black #37a000*/
    body.pm_co-black .page-header.navbar.navbar-fixed-top {
        background-color: #1c1f22;
    }

    body.pm_co-black .page-sidebar {
        background-color: #1c1f22;
    }

    body.pm_co-black .page-sidebar .page-sidebar-menu > li.active > a {
        background: #37a000;
    }

    body.pm_co-black .page-footer {
        background-color: #1c1f22;
    }

    body.pm_co-black .page-sidebar .page-sidebar-menu > li:hover > a {
        background: #37a000;
        color: #fff;
    }

    body.pm_co-black .page-sidebar .page-sidebar-menu > li:hover > a > i {
        color: #fff;
    }

    body.pm_co-black .page-sidebar .page-sidebar-menu > li > a > span.arrow:before {
        color: #fff;
    }

    body.pm_co-black .page-sidebar .page-sidebar-menu > li.open > a {
        background: #37a000;
        color: #fff;
    }

    body.pm_co-black .page-sidebar .page-sidebar-menu > li.open > a > i {
        color: #fff;
    }

    body.pm_co-black .page-sidebar-menu > li.open > a > .arrow.open:before {
        color: #fff;
    }

    body.pm_co-black .page-sidebar-menu .sub-menu > li > a > i {
        color: #fff !important;
    }

    body.pm_co-black .page-sidebar-menu .sub-menu > li a > .arrow:before {
        color: #fff;
    }

    body.pm_co-black .page-sidebar-menu .sub-menu > li a > .arrow.open:before {
        color: #fff !important;
    }

    body.pm_co-black .page-sidebar .page-sidebar-menu > li.active > a {
        border-left: 3px solid #E89B01 !important;
    }

    body.pm_co-black .page-header.navbar .top-menu .navbar-nav > li.dropdown .dropdown-toggle:hover {
        background-color: #37a000;
    }

    body.pm_co-black .page-header.navbar .top-menu .navbar-nav > li.dropdown.open .dropdown-toggle {
        background-color: #37a000;
    }

    body.pm_co-black .page-header.navbar .top-menu .navbar-nav > li.dropdown-dark .dropdown-menu {
        background: #1c1f22;
        border: 0;
    }

    body.pm_co-black .page-header.navbar .top-menu .navbar-nav > li.dropdown-dark .dropdown-menu a:hover {
        color: #fff;
    }

    body.pm_co-black .page-header.navbar .top-menu .navbar-nav > li.dropdown-dark .dropdown-submenu:hover > a {
        background-color: #37a000 !important;
    }

    body.pm_co-black .page-header.navbar .top-menu .navbar-nav > li.dropdown-dark li:hover > a {
        background-color: #37a000 !important;
    }

    body.pm_co-black #UserNotificationDropdown li ul li:hover a {
        background-color: #37a000 !important;
    }

    body.pm_co-black .theme-settings-btn {
        color: #37a000;
    }

    body.pm_co-black .page-sidebar .page-sidebar-menu .sub-menu > li:hover > a {
        background-color: #37a000 !important;
    }

    body.pm_co-black .page-header .badge-danger {
        background-color: #37a000;
    }
    body.pm_co-black .page-sidebar .page-sidebar-menu .sub-menu > li.active > a {
        background: #37a000;
    }

    body.pm_co-black .btn-primary,
    body.pm_co-black .btn-success,
    body.pm_co-black .btn-info,
    body.pm_co-black .btn-warning,
    body.pm_co-black .btn-danger {
        background-color: #37a000;
        border-color: #37a000;
    }

    body.pm_co-black .btn-primary:hover,
    body.pm_co-black .btn-success:hover,
    body.pm_co-black .btn-info:hover,
    body.pm_co-black .btn-warning:hover,
    body.pm_co-black .btn-danger:hover {
        background-color: #37a000;
        border-color: #37a000;
    }

    body.pm_co-black .btn-primary:active,
    body.pm_co-black .btn-success:active,
    body.pm_co-black .btn-info:active,
    body.pm_co-black .btn-warning:active,
    body.pm_co-black .btn-danger:active {
        background-color: #37a000;
        border-color: #37a000;
    }

    body.pm_co-black .btn-primary:focus,
    body.pm_co-black .btn-success:focus,
    body.pm_co-black .btn-info:focus,
    body.pm_co-black .btn-warning:focus,
    body.pm_co-black .btn-danger:focus {
        background-color: #37a000;
        border-color: #37a000;
    }