.grid-view-loading {
    background: url(loading.gif) no-repeat;
}

.grid-view {
    padding: 0 0 15px 0;
    font-family: Arial, sans-serif;
    clear: both;
}

.grid-view table.items {
    border-collapse: collapse;
    width: 100%;
    border: 1px #D0E3EF solid;
}

.grid-view table.items th, .grid-view table.items td {
    border: 1px solid rgb(255, 255, 255);
    color: rgb(60, 60, 150);
    font-size: 9pt;
    padding: 0.3em;
}

.grid-view table.items tr.tv_educativa th, .grid-view table.items tr.tv_educativa td {
    color: rgb(55, 83, 18);
}

.grid-view .celda_fecha {
    min-width: 70px;
}

.grid-view table.items th {
    background-color: var(--cogiti-main-color);
    border: 1px solid rgb(58, 77, 205);
    color: rgb(255, 255, 255);
    font-size: 1em;
    font-weight: bold;
    padding: 0.4em;
}

.grid-view table.items th a {
    color: #EEE;
    font-weight: bold;
    text-decoration: none;
}

.grid-view table.items th a:hover {
    color: #FFF;
}

.grid-view table.items th a.asc {
    background: url(up.gif) right center no-repeat;
    padding-right: 10px;
}

.grid-view table.items th a.desc {
    background: url(down.gif) right center no-repeat;
    padding-right: 10px;
}

.grid-view table.items tr.even {
    background-color: rgb(220, 240, 255);
    /* background-color: rgba(220, 240, 255, 0.7);*/
}

.grid-view table.items tr.even.tv_educativa {
    background-color: rgb(217, 245, 180);
}

.grid-view table.items tr.even.baja {
    background-color: rgb(255, 204, 204);
}

.grid-view table.items tr.odd {
    background-color: rgb(200, 220, 235);
    /*background-color: rgba(200, 220, 235, 0.7);*/
}

.grid-view table.items tr.odd.tv_educativa {
    background-color: rgb(160, 207, 97);
}

.grid-view table.items tr.odd.baja {
    background-color: rgb(255, 196, 197);
}

.grid-view table.items tr.selected {
    background: #F2C355 !important;
}

.grid-view table.items tr:hover.selected {
    background: #FFDC66 !important;
}

.grid-view table.items tbody tr:hover {
    background: #FBF1D4 !important;
}

.grid-view .link-column img {
    border: 0;
}

.grid-view .button-column {
    text-align: center;
    width: 160px;
}

.grid-view .button-column img {
    border: 0;
}

/* boton_texto2 está para arreglar un problema con los eventos click que asigna automáticamente CGridView*/
.grid-view .button-column .boton_texto, .boton_texto2 {
    background-color: rgb(70, 117, 193);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
    border: 1px solid black;
    border-radius: 5px;
    font-size: 7pt;
    text-align: center;
    text-decoration: none;
    color: white;
    padding: 2px;
    display: block;
    width: 63%;
    margin: 2px auto;
    vertical-align: middle;
}

/* boton_texto2 está para arreglar un problema con los eventos click que asigna automáticamente CGridView*/
.grid-view .button-column .boton_texto_inline {
    background-color: rgb(70, 117, 193);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
    border: 1px solid black;
    border-radius: 5px;
    font-size: 7pt;
    text-align: center;
    text-decoration: none;
    color: white;
    padding: 2px;
    display: inline-block;
    /* width: 63%; */
    margin: 2px auto;
    vertical-align: middle;
}

.grid-view .button-column .boton_texto_naranja {
    background-color: rgb(193, 100, 70);
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
    border: 1px outset white;
    border-radius: 5px;
    font-size: 7pt;
    text-align: center;
    text-decoration: none;
    color: white;
    padding: 2px;
    display: block;
    width: 63%;
    margin: 10px auto;
}

.grid-view .button-column img {
    vertical-align: middle;
}

.grid-view .button-column .boton_peq img {
    max-height: 16px;
}

.grid-view .checkbox-column {
    width: 15px;
}

.grid-view .summary {
    margin: 0 0 5px 0;
    text-align: right;
}

.grid-view .pager {
    margin: 5px 0 0 0;
    text-align: right;
}

.grid-view .empty {
    font-style: italic;
}

.grid-view .filters input,
.grid-view .filters select {
    width: 100%;
    border: 1px solid #ccc;
}