﻿.SenEntrada {
    background-color: #eefeef !important
}

.SenSalida {
    background-color: #feeeff !important
}

.SenManiobra {
    background-color: #feefff !important
}

.SenEspiada {
    background-color: #fffeef !important
}

tr.Fondeado > td {
    background-color: var(--fondeado-row) !important;
}

tr.Exento > td {
    background-color: var(--movimiento-exento-row) !important;
}

tr.Facturado > td {
    background-color: var(--movimiento-facturado-row) !important;
}

tr.LlamadaBuque > td {
    background-color: var(--llamada-buque-row) !important;
}

tr.LlamadaPractico > td {
    background-color: var(--llamada-practico-row) !important;
}

tr.EditadoConsignatario > td {
    background-color: var(--editado-consignatario-row) !important;
}

tr.LlamadoFondeo > td {
    background-color: var(--llamada-fondeo-row) !important;
}

tr.BuqueRetenido > td {
    background-color: var(--buque-retenido-row) !important;
}

tr.NoConfirmado > td {
    background-color: var(--noconfirmado-row) !important;
}

tr.AguasPortuarias2 > td {
    background-color: var(--aguasportuarias2-row) !important;
}

tr.AguasPortuarias1 > td {
    background-color: var(--aguasportuarias1-row) !important;
}

tr.HoraEfectiva > td {
    background-color: var(--hora-efectiva-row) !important;
}

tr.Deriva > td {
    background-color: var(--deriva-row) !important;
}


.NoFacturable > td {
    background-color: var(--no-facturable-row) !important;
}

.FacturaVencida > td {
    background-color: var(--factura-vencida-row) !important;
}

.Abono > td {
    background-color: var(--factura-abono-row) !important;
}

.FacturaPagada > td {
    background-color: var(--factura-cobrada-row) !important;
}

.t-grid tbody tr.FacturaPagada td {
    color: var(--grid-row-font) !important;
}

.FacturaAnulada > td {
    background-color: var(--factura-anulada-row) !important;
}

.AlbaranConMovimientoCancelado > td {
    background-color: var(--albaran-movimiento-cancelado) !important;
}

.AlbaranServicioEspecial > td {
    background-color: var(--servicio-especial-row) !important;
}

.AlbaranEnCurso > td {
    background-color: var(--servicio-en-curso-row) !important;
}

/*Previsiones*/
tr.PracticoEmbarcado > td {
    background: var(--pilotonboard-row) !important;
}

tr.AsignadoPOB > td {
    background: var(--asignadopob-row) !important;
}

tr.Adelantado > td {
    background: var(--adelantado-row) !important;
}

tr.DebeManiobra > td {
    background: var(--debe-maniobra-row) !important;
}

.AlbaranValidado > td { /** Valores pendientes de diseño **/
    background-color: var(--albaran-validado) !important;
}

/*FONDOS DEL GRID*/
.fondo-grid-buque .t-grid-content tbody {
    background: var(--buque-grid-bg) no-repeat center center;
    background-size: cover;
}

.fondo-grid-consignatario .t-grid-content tbody {
    background: var(--consignatario-grid-bg) no-repeat center center;
    background-size: cover;
}

.fondo-grid-factura-proveedor .t-grid-content tbody {
    background: var(--facturas-proveedor-grid-bg) no-repeat center center;
    background-size: cover;
}

.fondo-grid-navieras .t-grid-content tbody {
    background: var(--navieras-grid-bg) no-repeat center center;
    background-size: cover;
}

.fondo-grid-proforma .t-grid-content tbody {
    background: var(--proforma-grid-bg) no-repeat center center;
    background-size: cover;
}
/*FONDOS DEL GRID*/
/**Albaranes aros*/
.textoAros {
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
}

.padding-textAros {
    padding: 0.6em !important;
}

.aro-entrada {
    background-image: url('themes/common/icons/aro-verde.png');
    background-repeat: no-repeat;
    background-position: center center;
}

.aro-salida {
    background-image: url('themes/common/icons/aro-rojo.png');
    background-repeat: no-repeat;
    background-position: center center;
}

.aro-maniobra {
    background-image: url('themes/common/icons/aro-violeta.png');
    background-repeat: no-repeat;
    background-position: center center;
}

.aro-espiada, .aro-fondeo {
    background-image: url('themes/common/icons/aro-azul.png');
    background-repeat: no-repeat;
    background-position: center center;
}

.aro-deriva {
    background-image: url('themes/common/icons/aro-amarillo.png');
    background-repeat: no-repeat;
    background-position: center center;
}

.aro-salida-fondeo {
    background-image: url('themes/common/icons/aro-naranja.png');
    background-repeat: no-repeat;
    background-position: center center;
}
/***/
/*Pin*/
.pin-entrada {
    background-image: url('themes/common/icons/pin-verde.png');
    background-repeat: no-repeat;
    background-position: center left;
}

.pin-deriva {
    background-image: url('themes/common/icons/pin-verde.png');
    background-repeat: no-repeat;
    background-position: center left;
}

.pin-salida {
    background-image: url('themes/common/icons/pin-rojo.png');
    background-repeat: no-repeat;
    background-position: center left;
}

.pin-salida-fondeo {
    background-image: url('themes/common/icons/pin-naranja.png');
    background-repeat: no-repeat;
    background-position: center left;
}


.pin-maniobra {
    background-image: url('themes/common/icons/pin-azul-oscuro.png');
    background-repeat: no-repeat;
    background-position: center left;
}

.pin-fondeo {
    background-image: url('themes/common/icons/pin-azul.png');
    background-repeat: no-repeat;
    background-position: center left;
}

.textoPing {
    padding-left: 1.3em !important;
}
