
/*LOGIN*/


.bg-enconciliacion {
    color: #00258c !important;
}
.bg-enconciliacion-resultados {
    text-align: center;
    color: #620202;
}

.bg-conciliado {
    color: #336719 !important;
}

.bg-paraconciliar {
    color: #0058bf !important;
}

/*ENCABEZADOS DE TABLA CBSRES*/
table {
    line-height: 1 !important;
}
table.dataTable th {
    background-color: #007bff!important;
    color: white !important;

}

/*TAMAÑO TEXTO CBSRES*/
.texto-cbsres {
    font-size: 12px;
    font-weight: 350;
}


/* ENCABEZADO */
table.dataTable.nowrap th, table.dataTable.nowrap td {
    white-space: normal !important;
}

.bg-conciliado-resultados {
    color: #1c6000 ;
    text-align: center;
}
.status-resultados-header {
    padding: 0;
}

.bg-default {
    color: #000000 !important;
}

td.highlight {
    background-color: #e0eecc !important;
}
td {
  vertical-align: middle;
}
.callout-conc {
    font-size: small;
    border-left: 10px solid !important;
}

td.current {
    background-color: #9facc8 !important;

}

.callout a {
    color: #34395a;
}
.callout a:hover {
    color: #00257c;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.buttons-columnVisibility:active {
    color: #fff !important;
    text-decoration: none !important;
    background-color: #419bff !important;
}
div.dataTables_wrapper div.dataTables_length select {
    width: 50px !important;
    margin-right: 3px !important;
}

div.dataTables_wrapper div.dataTables_length label {
    padding-right: 10px !important;
}

div.dt-button-collection button.dt-button, div.dt-button-collection div.dt-button, div.dt-button-collection a.dt-button {
    background-color: red !important;
}

dt-button buttons-columnVisibility active
{
    background-color: greenyellow !important;
}


table#data.dataTable tbody tr:hover {
  background-color: #ffa;
}

table#data.dataTable tbody tr:hover > .sorting_1 {
  background-color: #ffa;
}

