
/* COLORES DE LISTADO */

.table-hover > tbody > tr.wt-list-content:hover {
    background-color: #a7c5ff;
    /*font-weight: 600 !important;*/
}

.table-hover > tbody > tr.wt-list-content:hover > .td-showextendedrow > .glyphicon {
    color: #12377f !important;
}

/* COLORES CONF COLUMNS */
tr:hover > th.background-column-conf {
    color: #000 !important;
} 

th.background-column-conf,
.table-hover > tbody > tr.wt-list-title:hover > th.background-column-conf.corner-header,
.table-hover > tbody > tr.wt-list-title > th.background-column-conf.corner-header:hover {
    background-color: #256EFF !important;
    color: #FFF !important;
}

.table-hover > tbody > tr.wt-list-title:hover > th.background-column-conf  {
    background-color: #256EFF !important;
    color: #FFF !important;
}

.table-hover > tbody > tr.wt-list-title > th.background-column-conf:hover  {
    background-color: #ffcb66 !important;
    color: #4c360b !important;
}

/* COLORES DE PIE */

.chart-pie-1 {
    stroke: #cf5959 !important;
    color: #cf5959 !important;
}
.chart-pie-2 {
    stroke: #e67c47 !important;
    color: #e67c47 !important;
}
.chart-pie-3 {
    stroke: #fad052 !important;
    color: #fad052 !important;
}
.chart-pie-4 {
    stroke: #696b78 !important;
    color: #696b78 !important;
}
.chart-pie-5 {
    stroke: #2b3b4b !important;
    color: #2b3b4b !important;
}

/* COLORES DE WIDGETS */

.widget-color-0 {
    stroke: #E8E8E8 !important;
    color: #E8E8E8 !important;
}
.widget-color-1 {
    stroke: #cf5959 !important;
    color: #cf5959 !important;
}
.widget-color-2 {
    stroke: #e67c47 !important;
    color: #e67c47 !important;
}
.widget-color-3 {
    stroke: #fad052 !important;
    color: #fad052 !important;
}
.widget-color-4 {
    stroke: #696b78 !important;
    color: #696b78 !important;
}
.widget-color-5 {
    stroke: #2b3b4b !important;
    color: #2b3b4b !important;
}


/* POR ESTADOS */

.chart-pie-OP {
    stroke: #cf5959 !important;
    color: #cf5959 !important;
}

.background-chart-pie-OP {
    background-color: #cf5959 !important;
    color: #FFF !important;
}

.chart-pie-DEL {
    stroke: #e67c47 !important;
    color: #e67c47 !important;
}

.background-chart-pie-DEL {
    background-color: #e67c47 !important;
    color: #FFF !important;
}

.chart-pie-CNCL {
    stroke: #fad052 !important;
    color: #fad052 !important;
}

.background-chart-pie-CNCL {
    background-color: #fad052 !important;
    color: #FFF !important;
}

.chart-pie-APROB {
    stroke: #696b78 !important;
    color: #696b78 !important;
}

.background-chart-pie-APROB {
    background-color: #696b78 !important;
    color: #FFF !important;
}

.chart-pie-RCHZ {
    stroke: #2b3b4b !important;
    color: #2b3b4b !important;
}

.background-chart-pie-RCHZ {
    background-color: #2b3b4b !important;
    color: #FFF !important;
}

.chart-pie-FIX {
    stroke: #b4b5bb !important;
    color: #b4b5bb !important;
}

.background-chart-pie-FIX {
    background-color: #b4b5bb !important;
    color: #FFF !important;
}

