

/*    .success-dimmed {
        background: #08893c!important;
        border-color: #08893c!important;
    }*/


/*    .secondary-dimmed {
        background: #7575c2!important;
    }*/

    .pocpov-total {
        background: #9b2b6a!important;
        border-color: #9b2b6a!important;
        color: white!important;
    }

    .pocpov-planning {
        background: #7575c2!important;
        border-color: #7575c2!important;
        color: white!important;
    }

    .pocpov-in-progress {
        background: #48abf7!important;
        border-color: #48abf7!important;
        color: white!important;
    }

    .pocpov-completed {
        background: #08893c!important;
        border-color: #08893c!important;
        color: white!important;
    }



    .health-green-white-rim {
        background-color:#0aaf10!important;
        border-color: #ffffff!important;
        color: white!important;
    }

    .health-yellow-white-rim  {
        background-color: #ffad46!important;
        border-color: #ffffff!important;
        color: white!important;
    }

    .health-red-white-rim  {
        background-color: #f25961!important;
        border-color: #ffffff!important;
        color: white!important;
    }

    .health-unknown-white-rim {
        background-color: #888d91!important;
        border-color: #ffffff!important;
        color: white!important;
    }

    .texales-color-background {
        background: #015756!important;
        color: white!important;
    }    

    .nav-link-texales.active {
        background: #015756!important;

    }

    .nav-texales.active {
        background:#015756!important; 
        color:#ffffff
    }

    .nav-pills.nav-texales {
        background: #015756!important;
        
    }

    .texales-color thead th {
        background: #015756!important;
        color: white;
        font-size:16px;
    }


    .pocpov-planning-th thead th {
        background: #7575c2!important;
        border-color: #7575c2!important;
        color: white;
        font-size:16px;
    }

    .pocpov-in-progress-th thead th {
        background: #48abf7!important;
        border-color: #48abf7!important;
        color: white;
        font-size:16px;
    }

    .pocpov-completed-th thead th {
        background: #08893c!important;
        border-color: #08893c!important;
        color: white;
        font-size:16px;
    }

    .sidebar.sidebar-style-2 .nav.nav-primary>.nav-item.active>a {
        background:#015756!important; 
        color:#ffffff
    }

