/*Theme Colors*/

/*bootstrap Color*/

/*Normal Color*/

/*Border radius*/

/*Preloader*/

.preloader {
    width: 100%;
    height: 100%;
    top: 0px;
    position: fixed;
    z-index: 99999;
    background: #fff;
}

.preloader .cssload-speeding-wheel {
    position: absolute;
    top: calc(50% - 3.5px);
    left: calc(50% - 3.5px);
}

/*Just change your choise color here its theme Colors*/



body {
    background: #353c48;
}

/*Top Header Part*/



.top-left-part {
    background: none;
}

.logo i {
    color: #ffffff;
}

.navbar-header {
    background: #353c48;
}

.navbar-top-links>li>a {
    color: #ffffff;
}

/*Right panel*/



.right-sidebar .rpanel-title {
    background: #4C5667;
    border-bottom: 1px solid #353C48;
}

/*Bread Crumb*/



.bg-title .breadcrumb .active {
    color: #fb9678;
}

/*Sidebar*/



.sidebar {
    background: #353c48;
}

.sidebar .label-custom {
    background: #cddc39;
}

#side-menu li a {
    color: #96a2b4;
}

#side-menu li a {
    color: #96a2b4;
    border-left: 0px solid #353c48;
}

#side-menu>li>a:hover,
#side-menu>li>a:focus {
    background: #353c48;
}

#side-menu>li>a.active {
    border-left: 3px solid #00C292;
    color: #ffffff;
    font-weight: 500;
    /*background-color:#4C5667;*/

}

#side-menu>li>a.active i {
    color: #00C292;
}

#side-menu ul>li>a:hover {
    color: #00C292;
}

#side-menu ul>li>a.active {
    color: #00C292;
    font-weight: 500;
}

.sidebar #side-menu .user-pro .nav-second-level a:hover {
    color: #00C292;
}

.content-wrapper .sidebar .nav-second-level li {
    background: #444859;
}

@media (min-width: 768px) {

    .content-wrapper #side-menu ul,
    .content-wrapper .sidebar #side-menu>li:hover,
    .content-wrapper .sidebar .nav-second-level>li>a {
        background: #444859;
    }
}

.user-profile .user-pro-body .u-dropdown {
    color: #96a2b4;
}

/*themecolor*/



.bg-theme {
    background-color: #fb9678 !important;
}

.bg-theme-dark {
    background-color: #cddc39 !important;
}

/*Chat widget*/



.chat-list .odd .chat-text {
    background: #fb9678;
}

/*Button*/



.btn-custom {
    background: #fb9678;
    border: 1px solid #fb9678;
    color: #ffffff;
}

.btn-custom:hover {
    background: #fb9678;
    opacity: 0.8;
    color: #ffffff;
    border: 1px solid #fb9678;
}

/*Custom tab*/



.customtab li.active a,
.customtab li.active a:hover,
.customtab li.active a:focus {
    border-bottom: 2px solid #fb9678;
    color: #fb9678;
}

.tabs-vertical li.active a,
.tabs-vertical li.active a:hover,
.tabs-vertical li.active a:focus {
    background: #fb9678;
    border-right: 2px solid #fb9678;
}

/*Nav-pills*/



.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    background: #fb9678;
    color: #ffffff;
}