body {
    background: #fff;
}

.preloader {
    width: 100%;
    height: 100%;
    top: 0;
    position: fixed;
    z-index: 99999;
    background: #fff;
}

    .preloader .cssload-speeding-wheel {
        position: absolute;
        top: calc(50% - 3.5px);
        left: calc(50% - 3.5px);
    }

.logo i {
    color: #fff;
}

.navbar-header {
    background: #fff;
}

.grey-icons{
    color: #B3B3B3;
}

.navbar-top-links > li > a {
    color: #028ba6
}

.right-sidebar .rpanel-title {
    background: #00c292;
}

.bg-title .breadcrumb .active {
    color: #028ba6;
}

.sidebar {
    background: #B3B3B3;
    box-shadow: 1px 0 20px rgba(0,0,0,.08);
}

    .sidebar .label-custom {
        background: #028ba6;
    }

#side-menu > li > a {
    color: #fff;
    border-left: 0 solid #fff;
    text-align: left;
    border-bottom: 2px solid #b3b3b3;
}

    #side-menu > li > a:visited, #side-menu > li > a:hover, #side-menu > li > a:focus {
        background-color: #C41230;
    }

.nav-second-level > li > a:visited > a, .nav-second-level > li > a:hover > a, .nav-second-level > li > a:focus > a, .nav-second-level > li > a:active > a {
    background-color: #C41230 !important;
}

.nav-second-level li {
    background-color: #B3B3B3 !important;
    color: #fff !important;
    border-top: 1px solid white;
    text-align:left;
}

.nav-second-level > li > a {
    background-color: #B3B3B3 !important;
    color: #fff !important;
}

    .nav-second-level > li > a:focus, .nav-second-level > li > a:hover {
        background-color: #C41230 !important;
        color: #fff !important;
    }

.nav-third-level > li > a {
    background-color: #B3B3B3 !important;
    color: #fff !important;
}

    .nav-third-level > li > a:focus, .nav-third-level > li > a:hover {
        background-color: #C41230 !important;
        color: #fff !important;
    }

#side-menu > li > a.active {
    border-bottom: 2px solid #C41230;
    color: #fff;
    font-weight: 500;
    background-color: #028ba6 !important;
}

    #side-menu > li > a.active i {
        color: #fff;
    }

#side-menu ul > li > a:hover {
    color: #fff;
    background: 0 0;
}

#side-menu ul > li > a.active {
    color: #fff;
    font-weight: 500;
}

.sidebar #side-menu .user-pro .nav-second-level a:hover {
    color: #fff;
}

.fix-sidebar .top-left-part {
    background: #028ba6;
}

#side-menu .nav-second-level li:hover > a {
    color: #fff;
}

.bg-theme {
    background-color: #C41230  !important;
}

.bg-theme-dark {
    background-color: #028ba6 !important;
}

.chat-list .odd .chat-text {
    background: #028ba6;
}

.btn-custom {
    background: #028ba6;
    border: 1px solid #028ba6;
    color: #fff;
}

    .btn-custom:hover {
        background: #028ba6;
        opacity: .8;
        color: #fff;
        border: 1px solid #028ba6;
    }

.customtab li.active a, .customtab li.active a:focus, .customtab li.active a:hover {
    border-bottom: 2px solid #028ba6;
    color: #028ba6;
}

.tabs-vertical li.active a, .tabs-vertical li.active a:focus, .tabs-vertical li.active a:hover {
    background: #028ba6;
    border-right: 2px solid #028ba6;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    background: #028ba6;
    color: #fff;
}
