/* =========================================
   CRONOS - DHTMLX GRID 5.0 (FINAL FINAL)
   Color principal: #A12A2A
   ========================================= */

/* ===== CABECERA ===== */

/* Contenedor general */
body.cronos .xhdr {
    background: #A12A2A !important;
    border-bottom: 1px solid #6f1b1b !important;
}

/* Tabla cabecera */
body.cronos .xhdr table {
    background: #A12A2A !important;
}

/* Filas */
body.cronos .xhdr tr {
    background: #A12A2A !important;
}

/* Celdas */
body.cronos .xhdr td {
    background: #A12A2A !important;
    background-image: none !important;
    border-right: 1px solid #6f1b1b !important;
}

/* DIV interno de texto */
body.cronos .xhdr td div,
body.cronos .xhdr div.hdrcell {
    background: #A12A2A !important;
    background-image: none !important;
    color: #ffffff !important;
    font-weight: bold;
    text-align: center;
}

/* ===== CUERPO ===== */

body.cronos .objbox td {
    background: #ffffff !important;
    color: #333333 !important;
    border-bottom: 1px solid #e0e0e0 !important;
}

body.cronos .objbox tr:nth-child(even) td {
    background: #f6e6e6 !important;
}

body.cronos .objbox tr:hover td {
    background: #eac2c2 !important;
}

body.cronos .objbox tr.rowselected td {
    background: #A12A2A !important;
    color: #ffffff !important;
}

/* ===== PIE ===== */

body.cronos .xfooter td {
    background: #A12A2A !important;
    color: #ffffff !important;
    font-weight: bold;
}

/* ===== BORDE ===== */

body.cronos .dhx_grid_obj {
    border: 1px solid #A12A2A !important;
}
/* ===== BORDE SUPERIOR AZUL FANTASMA ===== */
body.cronos .dhx_grid_obj {
    border-top: 1px solid #A12A2A !important;
}

body.cronos .dhx_grid_obj table {
    border-top: none !important;
}
/* ===== TH DE CABECERA (BORDE AZUL FINAL) ===== */

body.cronos .xhdr th {
    background-color: #A12A2A !important;
    background-image: none !important;
    border-top: 1px solid #A12A2A !important;
    border-bottom: 1px solid #6f1b1b !important;
    border-right: 1px solid #6f1b1b !important;
	border-left: 1px solid #6f1b1b !important;
}

body.cronos .xhdr th div,
body.cronos .xhdr th div.hdrcell {
    background-color: #A12A2A !important;
    background-image: none !important;
    color: #ffffff !important;
}
