/* font-family: 'Play', sans-serif;
font-family: 'Work Sans', sans-serif; */



#vertical-menu-btn {
    background: #067baf;
}


.white_box.green_boxbg {
    background: #149cd8;
}
.white_box.yellowbox {
    background: #149cd8;
}
select.form-control, select.form-control:focus {
    background: #149cd8;
}
.badge-primary{
    background: #d8514e;
}
.table-striped tbody tr:nth-of-type(odd) {
    background: #cee4ed;
}
.table td{
    border-top: 1px dashed #ebc4c5;
}
.progress{
    background: #ffe8e8;
}
.progress-bar.bg-success{
    background:#2a2b2d!important;
}
.programContent span{
    color:#d8514e;
}
.pre_quel span{
    color:#262626;
}
.system_done h2{
    color:#2ea8d7;
}
.system_done p{
    color:#262626;
}
a.get_help{
    background:#d8514e;
}
body[data-sidebar=dark] .vertical-menu, .leftfixed-menue, .footer {
    background: #149cd8;
    color: #ffffff;
}
#sidebar-menu ul li a {
    border-bottom: 1px solid #0d79a9;
}
.metismenu li.mm-active:before {
    content: '';
    position: absolute;
    right: 0;
    top: -33px;
    width: 33px;
    height: 33px;
    background: url(../images/theme2/top_right.png) no-repeat;
}

.metismenu li.mm-active:after {
    content: '';
    position: absolute;
    right: 0;
    top: 55px;
    width: 45px;
    height: 42px;
    background: url(../images/theme2/bot_right.png) no-repeat;
}


.menue_icon img{
    display:none;
}
.metismenu li a{
    display:flex;
}
.metismenu li a span{
    padding-left: 30px;
}
.metismenu li .menue_icon{
    width:20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    top: 17px;
    left:10px;
    padding-left:0;
}
.metismenu li.dashboard .menue_icon {
    background: url(../images/theme2/menu_01.png) no-repeat;
}

.metismenu li.account .menue_icon {
    background: url(../images/theme2/menu_02.png) no-repeat;
}

.metismenu li.member .menue_icon {
    background: url(../images/theme2/menu_03.png) no-repeat;
}

.metismenu li.referralresource .menue_icon {
    background: url(../images/theme2/menu_12.png) no-repeat;
}

.metismenu li.training .menue_icon {
    background: url(../images/theme2/menu_04.png) no-repeat;
}

.metismenu li.marketing .menue_icon {
    background: url(../images/theme2/menu_05.png) no-repeat;
}

.metismenu li.finance .menue_icon {
    background: url(../images/theme2/menu_06.png) no-repeat;
}

.metismenu li.funding .menue_icon {
    background: url(../images/theme2/funding.png) no-repeat;
}

.metismenu li.systemadmin .menue_icon {
    background: url(../images/theme2/menu_07.png) no-repeat;
}

.metismenu li.target .menue_icon {
    background: url(../images/theme2/menu_08.png) no-repeat;
}

.metismenu li.creditproviders .menue_icon {
    background: url(../images/theme2/menu_09.png) no-repeat;
}
.metismenu.leftfixed-menue li:nth-child(1) .menue_icon{
    background: url(../images/theme2/menu_06.png) no-repeat;
}
.metismenu.leftfixed-menue li:nth-child(2) .menue_icon{
    background: url(../images/theme2/menu_07.png) no-repeat;
}



/*------------ Frontent color Theme Start ---------------------*/
.feature-box-1 {
    background: #007cb2;
}
.feature-content h5, .feature-content p{
    color:#fff!important;
}
.navbar .navbar-default {
    background: #149cd8;
}
.nav>li>a{
    color:#000!important;
}
.nav>li>a:focus, .nav>li>a:hover{
    background: #f1f4ef;
    color:#fff!important;
}
#wrapper, footer{
    
}
footer {
    background: #0a73a1 !important;
    margin-top: 0 !important;
    color: #fff !important;
}
body #page-wrapper{
   /* background: #f1f4ef;*/
}
body .feature-box-1:after {
    background: #0a73a1;
}
.card-header .nav-tabs > .nav-item > .nav-link {
    color: #000 !important;
    padding: 11px 15px;
    font-size: 12px;
    border: 1px solid #0a73a1;
}
    .card-header .nav-tabs > .nav-item > .nav-link:hover, .card-header .nav-tabs > .nav-item > .nav-link:active {
        background: #149cd8 !important;
        color: #fff !important;
    }
.nav.navbar-top-links li a{
    color:inherit!important;
}
.btn-danger {
    color: #000;
    background-color: #149cd8 !important;
    border-color: #0a73a1 !important;
}

/*06/10/2022*/
#wrapper {
    background: #149cd8 !important;
}

#page-wrapper {
    border-left: 0 !important;
}

#side-menu {
    padding-top: 35px;
}

.sidebar ul li {
    padding-left: 10px;
    position: relative;
}

.nav > li > a {
    border-radius: 30px 0 0 30px;
    padding: 15px;
    line-height: 25px;
}

.navbar .sidebar ul li a.active:before {
    content: '';
    position: absolute;
    right: 0;
    top: -33px;
    width: 33px;
    height: 33px;
    background: url(../images/theme2/top_right.png) no-repeat;
}

.navbar .sidebar ul li a.active:after {
    content: '';
    position: absolute;
    right: 0;
    top: 56px;
    width: 45px;
    height: 42px;
    background: url(../images/theme2/bot_right.png) no-repeat;
}

.loginpage #wrapper {
    background: none !important;
}

.nav > li > a:focus {
    background: none !important;
    color: #000 !important;
}

.nav > li > a:hover {
    background: none !important;
    color: #fff !important;
}

.navbar .sidebar ul li a.active:hover, .navbar .sidebar ul li a.active:focus {
    background: #f1f4ef;
    color: #3f3f3f !important;
}

.sidebar .nav-second-level li a {
    padding: 5px 15px 5px 37px;
}

.btn-danger {
    color: #000;
    background-color: #149cd8 !important;
    border-color: #0c6e99  !important;
}
/*07-10-2022*/

body #page-wrapper {
    background: #f1f4ef !important;
}

.sidebar ul li {
    border-bottom: 1px solid #068ac4 !important;
}



.navbar .sidebar ul li.active > a {
    background: #f1f4ef !important;
    color: #000 !important;
}

.navbar .navbar-default {
    box-shadow: none !important;
}

.navbar .sidebar ul li.active:before {
    content: '';
    position: absolute;
    right: 0;
    top: -33px;
    width: 33px;
    height: 33px;
    background: url(../images/theme2/top_right.png) no-repeat;
}

.navbar .sidebar ul li.active > a:hover {
    color: #000 !important;
}
.navbar .sidebar ul li a.active:before {
    top: -34px;
}

.navbar .sidebar ul li.active:after {
    content: '';
    position: absolute;
    right: 0;
    top: 58px;
    width: 45px;
    height: 42px;
    background: url(../images/theme2/bot_right.png) no-repeat;
}

.navbar .sidebar ul li a.active:after {
    top: 58px;
    color:#000;
}

.navbar .sidebar ul li a:hover {
    color: #000;
}
.navbar .sidebar ul.nav-second-level li a.active {
    background: none !important;
    color: #fff !important;
}

    .navbar .sidebar ul.nav-second-level li a.active:after, .navbar .sidebar ul.nav-second-level li a.active:before {
        display: none;
    }

.sidebar .nav > li > a {
    min-height: 56px;
}

.navbar .sidebar .nav-second-level li a {
    min-height: auto;
    color:#fff !important;
}

.navbar .sidebar .nav-second-level li a:hover {
    color: #000 !important;
}

.navbar .sidebar ul li:first-child a {
    min-height: 58px;
}

.navbar .sidebar .nav-second-level li:first-child a {
    min-height: auto;
}
.navbar .sidebar li a.active:after, .navbar .sidebar li a.active:before {
    display: none;
}

.navbar .sidebar ul li.active:first-child:before {
    top: -33px;
}
.sidebar ul li a.active {
    background: none !important;
}

.navbar .sidebar ul li a.active:hover, .navbar .sidebar ul li a.active:focus {
    color: #000 !important;
}
.navbar .sidebar ul li a {
    color: #fff !important;
}
.navbar .sidebar ul li a:hover {
    color: #000 !important;
}

/*.navbar .sidebar ul li.active a.active:hover, .navbar .sidebar ul li.active a.active:focus {
    background: #f1f4ef !important;
    color: #3f3f3f !important;
}*/

.btn-danger {
    color: #000;
    background-image: linear-gradient(to bottom,#149cd8 0,#149cd8 100%);
    background-color: #149cd8 !important;
    border-color: #0a73a1 !important;
}

.feature-box-1 * {
    font-size: 14px;
}
.navbar .sidebar ul li.active {
    border-bottom: 0 !important;
}

.blue_logoBox {
    background: #149cd8 !important;
}

/*prequalificationtest start*/
.project-box-color {
    background-color: #149cd8 !important; /*#139dd4;*/
}

    .project-box-color h2, .project-box-color p {
        color: #fff;
    }

.project-form {
    border: 2px solid #149cd8;
    border-radius: 10px;
    padding-bottom: 70px;
}

.project-form-theme {
    border-color: #149cd8;
}

.project-form-all-btn .btn.active {
    color: #fff !important;
    background-color: #149cd8;
}

.project-form-theme .project-form-all-btn .btn {
    border-color: #149cd8;
}

.small-banner-left {
    width: 35%;
    flex-shrink: 0;
    padding: 2.5rem 1.5rem;
    align-items: center;
    justify-content: center;
    background-color: #06d0e6;
}

.small-banner-right {
    width: 65%;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    padding: 2.5rem 1.5rem;
    background-color: #149cd8;
}
/*prequalificationtest end*/
/*@media (min-width:1800px) {

    .navbar .sidebar ul li.active:after {
        top: 57.3px;
    }

    .navbar .sidebar ul li.active:before {
        top: -32.2px;
    }
}*/
    /*------------ Frontent color Theme End ---------------------*/