body,  ul, h1, h2, h3, h4, h5, h6, img, a {
    list-style: none;
    border: 0;
    text-decoration: none;
    color: #838938;
    margin: 0;
}
html, body {
    font-family:Arial, Helvetica, sans-serif;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    font-size: 12px;
    color: #948A54;
}
.centrado{
    margin:0 auto 0 auto;
}
.titulo {
    --font-weight: bold;
    --text-align: center;
    color: #CE5A3A;
    font-size: 17px;
    padding-bottom: 20px;
}
.subTitulo {
    font-weight: bold;
    font-size:13px;
    color: #CE5A3A;
}
.cabeceraTitulo {
    color: #CE5A3A;
    font-size: 17px;
    padding-bottom: 20px;
}
#cabeceraMenu {
    height:20px;
    width:auto;
    line-height:20px;
    margin-top:0px;
    font-size:11px;
    text-align:right;
    float:right;
}
#cabeceraMenu ul li {
    display: inline;
    margin-left:7px;
    float:right;
}
#barra {
    background-color: #969760;
    background-image: url(../img/menu_barra.png);
    height: 25px;
    color: #FFFFFF;
    line-height: 26px;
    padding:0 15px;
}
.menuLateral li{
    display: block;
    background-image:url(../../img/vineta.png);
    background-repeat:no-repeat;
    background-position:left;
    padding-left:15px;
    line-height:24px;
}

#contenedor {
    width: 1250px;
    height: auto;
    background-color: #FFFFFF;
    margin-left: auto;
    margin-right: auto;

}
#cabecera {
    height: 85px;
    padding-top: 10px;
}
#cabeceraLogo {
    float:left;
}
#contenido {
    margin-top: 20px;
    overflow: hidden;
}
#pie {
    clear: both;
    border-top: solid 1px #CE5B3B;
    width: 1150px;
    line-height: 27px;
    text-align: center;
    font-size: 11px;
    height: 27px;
    margin: -27px auto 0 auto;
}
#pie ul li{
    display: inline;
    margin:0 3px;
}
#borrarPie {
    display: block;
    height: 37px;
}
.calendario {
    position: absolute;
    display: none;
    background-color: #FFFFFF;
    z-index: 10000;
}
.imgCalendario {
    position: absolute;
    border: solid 0px;
    float:right;
    margin-left: -16px;
    margin-top: 2px;
    cursor:pointer;
}
.imgCalendarioExperiencia {
    position: relative !important;
}
select {
    background-color: #FFFFFF;
    border: 1px solid #CFD69A;
    color: #948A54;
    font-size: 11px;
}
textarea {
    background-color: #FFFFFF;
    border: 1px solid #CFD69A;
    color: #948A54;
    font-size: 11px;
    resize: none;
}
input {
    background-color: #FFFFFF;
    border-width: 1px;
    border-style: solid;
    border-color: #CFD69A;
    color: #948A54;
    font-size: 11px;
}
input[type=text], [type=password] {
    width: 130px;
    --text-indent:3px;
}
input[type=radio], input[type=checkbox], input[type=image] {
    border-color: transparent;
    background-color: transparent;
    margin-left: 0px;
}
input[type=image] {
    float: right;
    margin-top: 10px;
    margin-bottom: 10px;
}
input[type=submit], input[type=button] {
    background-image:url(../img/boton_fondo.png);
    background-repeat:no-repeat;
    background-position:right;
    height:25px;
    width:100px;
    font-weight: bold;
    border: transparent;
    color: #FFFFFF;
    float: right;
    cursor:pointer;
}
#boton{
    background-image:url();
    font-size: 11px;
    width: 76px;
    color: #FFFFFF;
    border: solid 1px #747B32;
    background-color: #747B32;
    font-weight: bold;
    height: 18px;
    float:right;
    --height:23px;
}
.zend_form_login dt {
    float: left;
    width: 100px;
    padding : 3px;
}
.zend_form_login dd {
    padding : 3px;
}
.zend_form_login input[type=text], input[type=password] {
    margin-top: 0px;
    width: 160px;
}
.zend_form dt {
    float: left;
    width: 195px;
    padding : 3px;
}
.zend_form dd {
    padding : 3px;
}
.zend_form select {
    margin-top: 0px;
    width: 165px;
}
.zend_form input[type=text], input[type=password] {
    margin-top: 0px;
    width: 160px;
}
.zend_form1 input[type=text] {
    width: 100%;
}
.zend_form1 select {
    width: 100%;
}
.zend_form1 div {
    padding-bottom: 10px;
}
.zend_form1 input, select {
    margin-top: 5px;
}
.grilla {
    width:100%;
    background-color: #FFFFFF;
    border-left: 1px solid #D3D89E;
    border-right: 1px solid #D3D89E;
    --border-top: 1px solid #D3D89E;
    border-spacing: inherit;
    --padding-top: 5px;
    margin-top:5px;
    margin-bottom:5px;
}
.grilla tr:hover {
    --background-color: #F3F5E6;
}
.grilla thead td {
    background-color:#747B32;
    color: #FFFFFF;
    height: 20px;
    font-weight: bold;
    font-size: 11px;
}
.grilla thead th {
    background-image: url(../img/menu_barra.png);
    border-left: 1px dotted #D3D89E !important;
    color: #FFFFFF;
    height: 20px;
    font-size: 11px;
    text-align:center;
}
.grilla td {
    border-bottom: 1px solid #D3D89E;
    border-left: 1px dotted #D3D89E;
    font-size: 10px;
    padding-right: 5px;
    padding-left: 5px;
    height: 20px;
}
.grilla th[scope=col], td[scope=col] {
    border-left: transparent !important;
}
.grilla input[type=text] {
    text-transform: uppercase;
    background-color: #FFFFFF;
    width: 108px;
}
.grilla select {
    background-color: #FFFFFF;
    width: 120px;
    margin-top: 3px;
    margin-bottom: 3px;
}
.grilla td.textoDerecha {
    text-align: right;
}
.grilla.grilla-scroll{
    display: block;
    width: 100%;
}
.grilla.grilla-scroll thead{
    width: 100%;
}
.grilla.grilla-scroll tbody{
    width: 100%;
    display: block;
    height: 300px;
    overflow-y: scroll;
    overflow-x: hidden;
}
div.errorMensaje {
    position: absolute;
    background: url(/js/jquery/img/tooltipConnectorLeft.png) no-repeat scroll left center;
    padding-left: 14px;
    display: none;
}
div.error {
    background: transparent;
    background: #fff;
    border: 1px solid #7eabcd;
    padding: 2px 5px;
}
.error {
    border: solid 1px red;
    background: #FAFAD2;
}
.grilla2 {
    padding: 10px;
    width: 100%;
    border: 1px solid #FECA9E;
    background-color: #FEE2CB;
    line-height: 20px;
    margin-top:5px;
    padding-left: 25px;
}
.grilla2 th {
    text-align: left;
    --width: 19%;
}
.grilla2 td {
    --width: 31%;
}
.grilla3 {
    padding: 10px;
    width: 100%;
    line-height: 20px;
    margin-top:5px;
}
.grilla3 th {
    text-align: left;
    --width: 19%;
}
.grilla3 td {
    --width: 31%;
}
.negrita {
    font-weight: bold;
}
.mensajeError {
    color: #CE5A3A;
}
#alingDerecha {
    text-align: right;
}
#alingIzquierda {
    text-align: left;
}
.subMenu {
    width:150px;
    float:left;
    border: 1px solid #CE5B3B;
    padding: 20px;
    background-color:#FFFBF2;
}

.izquierda {
    float:left;
    width: 170px;
}
.derecha {
    float:right;
    width:1070px;
}
#alingCentro {
    text-align: center;
}
.recuadro {
    border: 1px solid #CE5B3B;
    padding: 10px;
    background-color:#FFFBF2;
    width:100%;
    line-height: 20px;
}
.recuadro th{
    text-align: left;
}
.recuadro select, select{
    width:154px;
    margin-top: 0px;
}
.recuadro input[type=text]{
    width:150px;
}
.recuadroTitulo {
    font-size: 15px;
    border-bottom: 3px solid #747B32;
    height: 34px;
    color: #ffffff;
    line-height: 34px;
    text-indent: 10px;
    background-image: url(../img/menu_barra.png);
}
#paginadorContenedor {
	height: 15px;
}
#paginadorContenedor a {
	color: #CE5A3A;
}
#paginado{
    float:right;
}
#paginado ul li{
    display: inline;
    margin:0 3px;
}
.form-errors {
    float: left;
    border:solid 1px transparent;
}
.form-errors li{
    color: #CE5A3A;
}
.link{
    --text-decoration: underline;
    color: #CE5A3A;
    cursor: pointer;
}

#capaEmergente, #subCapaEmergente {
    background-color:#FFFBF2;
    cursor:default;
    border: 1px solid #747B32;
}
.emergenteTitulo {
    text-align: left;
    background-color:#747B32;
    height: 25px;
    line-height: 26px;
    color:#FFFFFF;
    font-weight: bold;
    padding-left:10px;
}
.emergenteTexto {
    text-align: left;
    padding: 25px;
}
.emergenteTexto li {
    display: block;
}
.inputInactivo{
    background-color:#C0C0C0;
}
#contenido a{
    color: #CE5A3A;
}
#contenido a:hover{
    text-decoration:underline;
}
.cerrar {
    float:right;
    cursor:pointer
}
.mayuscula{
    text-transform: uppercase;
}
.minuscula{
    text-transform: lowercase;
}
.filaAnulado{
    background-color:#EF6060;
    color:#ffffff;
}
.filaAnulado span{
    color:#ffffff;
}
.fila{
    background-color:#F3F5E6;
}
.filaActivo {
    background-color:#FFFBD9;
}
.filaEmitido {
    background-color:#D4E8F7;
}
.impTotal {
    font-size: 15px;
    text-align: right;
    font-weight: bold;
}

.trAsientoVendido{
    background: #F3F5E6;
}
.trAsientoReservado{
    background: #E2D67C;
}
.trAsientoEndosoCharter{
    background: #D4E8F7;
}
.trAsientoBloqueado{
    background: #EF6060;
}
.trAsientoBloqueadoIR{
    background: #b8ef0d;
}
.trAsientoBloqueadoComercial{
    background: #ef8fd9;
}
.trAsientoFueraServicio{
    background: #CCCCCC;
}

#indVentaBP{
    background-color:#FEE2CB;
    color: #838938;
}

img {
    cursor: pointer;
}
.grilla-tr-desactivado {
    background-color:#EF6060;
    color:#FFFFFF;
}
.grilla-tr-desactivado span{
    color: #FFFFFF;
}
.grilla-tr{
    background: #F3F5E6;
    --color:#838938;
}
.cursor{
    cursor:pointer;
}
input[type="text"]:disabled, select:disabled{
    background: #cccccc none repeat scroll 0 0;
}
#frmComprobanteAnticipoBuscar input::-webkit-input-placeholder{ /* Chrome/Opera/Safari */
    color: #ccc;
}

.importe {
    text-align: right;
}
.texto-derecha{
    text-align: right;
}
.boton{
    font-size: 11px;
    padding: 2px 5px 3px;
    color: #FFFFFF;
    border: solid 1px #747B32;
    background-color: #747B32;
    font-weight: bold;
    height: 15px;
    line-height: 15px;
    cursor: pointer;
    position: relative;
    top: -1px;
}
.botonBuscar{
    font-size: 11px;
    padding: 1px 5px 1px;
    color: #FFFFFF;
    border: solid 1px #747B32;
    background-color: #747B32;
    font-weight: bold;
    height: 15px;
    line-height: 15px;
    cursor: pointer;
    position: relative;
}
.inputTable{
    width: 99% !important;
}
.textoPagoForma{
    font-size: 12px;
}
#detallePago .impTotal{
    font-size: 11px;
}
.alineadoCentro {
    text-align: center;
}
#fecEmisionCalendario{
    margin-top:1px;
}
.datoCabecera{
    position: relative;
    top: 20px;
}
.datoCabecera li{
    display: block !important;
    float: none !important;
    margin-bottom: -3px;
}
.lineaRoja{
    border: 0.5px solid #CE5B3B;
}
#frmAnticipo input[readonly], #frmDevolucion input[readonly]
{
    background-color: #F4F4F4;
}
.blockMsg{
    z-index: 999999;
}
/***** Css para el autocomplete *****/
.contenedorCoincidencia{
    max-height: 300px;
    height: auto;
    overflow-y: auto;
    background: #fff none repeat scroll 0 0;
    border: 1px solid #cfd69a;
    padding: 5px;
    position: absolute;
    z-index: 9999;
}
.contenidoOculto{
    display: none;
}
.contenedorCoincidencia ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.contenedorCoincidencia ul li{
    font-size: 11px;
    cursor: pointer;
    display: block;
}
.contenedorCoincidencia ul li:hover, .contenedorCoincidencia ul li.active, .autocomplete-mark{
    background-color: #747B32 !important;
    color: #fff;
}
.desactivado{
    pointer-events:none;
}
/****** fin css autocomplete ****/

/***** estilos para scroll *****/
#referenciaDetalle::-webkit-scrollbar {
    width: 5px;
}
#referenciaDetalle::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
#referenciaDetalle::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: rgba(255,0,0,0.8);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
#referenciaDetalle::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(255,0,0,0.4);
}

#pagoListado::-webkit-scrollbar {
    width: 5px;
}
#pagoListado::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
#pagoListado::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: rgba(255,0,0,0.8);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
#pagoListado::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(255,0,0,0.4);
}

.scrollbar::-webkit-scrollbar {
    width: 5px;
}
.scrollbar-red::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: rgba(255,0,0,0.8);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
.scrollbar-red::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#comprobanteDetalle::-webkit-scrollbar {
    width: 5px;
}
#comprobanteDetalle::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
#comprobanteDetalle::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: rgba(255,0,0,0.8);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
#comprobanteDetalle::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(255,0,0,0.4);
}
/**** fin de stilos para scroll ****/
#tablaPagoComprobante{
    position: relative;
    z-index: 999;
}
#detallePago td.numeracionFila{
    width: 3% !important;
}
#detallePago td.formaPago{
    width: 18% !important;
}
#detallePago td.marcaTarjetaPago{
    width: 15% !important;
}
#detallePago td.numTarjetaPago{
    width: 8% !important;
}
#detallePago td.numOperacionPago{
    width: 12% !important;
}
#detallePago td.monedaPago{
    width: 10% !important;
}
#detallePago td.importePago{
    width: 15% !important;
}
#detallePago td.impTotal{
    width: 15% !important;
}
#detallePago td.eliminaFila{
    width: 4%;
}
#detallePago input{
    width: 96% !important; margin: 0 !important;
}
#detallePago select{
    width: 100% !important; margin: 0 !important;
}
#tablaPagoComprobante .cabecera tr th{background: #747B32 !important;}

#ventaDetalle td.numeracionDetalle{
    width: 4% !important;
}
#ventaDetalle td.codigoDetalle{
    width: 10% !important;
}
#ventaDetalle td.descripcionDetalle{
    width: 38% !important;
}
#ventaDetalle td.cantidadDetalle{
    width: 10% !important;
}
#ventaDetalle td.precioUnitarioDetalle{
    width: 17% !important;
}
#ventaDetalle td.totalMaterialDetalle{
    width: 17% !important;
}
#ventaDetalle td.eliminaDetalle{
    width: 4% !important;
}
#ventaDetalle input{
    width: 96% !important; margin: 0 !important;
}
#ventaDetalle td.descripcionDetalle input{
    width: 98.5% !important;
}
#ventaDetalle td.precioUnitarioDetalle input, #ventaDetalle td.totalMaterialDetalle input{
    width: 97.5% !important;
}
#ventaDetalle input[readonly]{
    background: #f8f3f4 !important;
}
/*css para la grilla de precios para registrar una regla de pricing*/
tbody.listaMaterial tr:hover td{
    background-color: #747B32 !important;
    color: #fff;
    cursor: pointer;
}
tbody.scrollContent {
    display: block;
    height: 100px;
    overflow: auto;
    width: 100%;
}
.impPrecioBase{
    margin: 0;
    width: 25px;
    background-color: inherit;
    border: none;
    padding: 2px;
    vertical-align: baseline;
    display: inline-block;
    font-size: 10px;
}
.impPrecioPricing{
    width: 48px;
    background-color: inherit;
    border: none;
    border-bottom: 1px solid;
    margin: 2px;
    font-weight: bold;
}
.contenerdor-botones{
    display: inline-block;
    vertical-align: top;
    width: 49%;
    text-align: center;
}
#boton-aprobar{
    background-image: none;
    font-size: 11px;
    width: 76px;
    color: #FFFFFF;
    border: solid 1px #747B32;
    background-color: #747B32;
    font-weight: bold;
    height: 18px;
    float: none;
}
#boton-rechazar{
    background-image: none;
    font-size: 11px;
    width: 76px;
    color: #FFF;
    border: solid 1px #CA0000;
    background-color: #CA0000;
    font-weight: bold;
    height: 18px;
    float: none;
}
#boton-anular{
    background-image: none;
    font-size: 11px;
    width: 76px;
    color: #FFF;
    border: solid 1px #CA0000;
    background-color: #CA0000;
    font-weight: bold;
    height: 18px;
    float: none;
}
#frmVenta #fecEmisionCalendario{
    position: relative;
}

a.celdaEditadaInactiva {
    color: #cfd69a !important;
    font-weight: bold;
}

a.celdaEditadaActiva {
    color: #808080 !important;
    font-weight: bold;
}

a.celdaProgramacion {
    color: #948A54 !important;
}

.grilla-tr-desactivado a.celdaProgramacion {
    color: #FFFFFF !important;
}

.trBoletoAnulado{
    background: #EF6060;
    color: #FFFFFF;
}

.trBoletoGratuito{
    background: #D4E8F7;
}

.trBoletoCredito{
    background: #00995c;
}

.trBoletoExtornado{
    background: #CCCCCC;
}

.img-menu-desplegable {
    width: 16px;
    cursor: pointer;
}

.icono-menu-desplegable {
    position: relative;
    float: left;
    margin-top: 5px;
    margin-left: -3px;
    width: 16px;
    background-repeat: no-repeat;
    cursor: pointer;
}

#menu {
    background:white;
    display: none;
    float: left;
    position: absolute;
    z-index: 1;
    width: 305px;
    margin-left: -15px;
    box-shadow: 8px 8px 10px 0 #e0dfdf;
}

#menu li{
    padding-top:0px !important;
}

#menu ol{
    padding-left: 14px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 10px;
}

#menu ol a{
    color: #CE5A3A;
}

#menu ol a:hover {
    text-decoration: underline;
}

.custom-loader{
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    width: 99.3%;
    border: 1px solid #CE5B3B;
    min-height: 205px;
}

.upper{
    text-transform: uppercase;
}
.ck-editor__editable_inline {
    min-height: 400px;
    color: #000000!important;
}

.ck-sticky-panel__content {
    width: 100%!important;
}
.ck-editor__editable_inline ul{
    list-style: disc!important;
    color: #000000!important;
}

.ck-editor__editable_inline {
    color: #000000!important;
}

.grilla ul{
    list-style: disc!important;
}

.x-rojo{
    list-style-image: url(../img/x_rojo.jpg)!important;
}
.check-verde{
    list-style-image: url(../img/check_verde.jpg)!important;
}
.check-negro{
    list-style-image: url(../img/check_negro.jpg)!important;
}

.ck-editor__editable_inline .titulo{
    font-size: 1.3rem;
    font-weight: 600;
    color: #000000!important;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 35%;
}
.mb-2, .my-2 {
    margin-bottom: 0.5rem!important;
}
.pl-4, .px-4 {
    padding-left: 1.5rem!important;
}
.pr-0, .px-0 {
    padding-right: 0!important;
}
.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}
.posicion-informacion-vista-rapida {
    bottom: 2px;
}
.pl-1, .px-1 {
    padding-left: 0.25rem!important;
}
.ml-4, .mx-4 {
    margin-left: 1.5rem!important;
}
.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
.informacion-vista-rapida {
    font-family: "TT travels Medium";
    font-size: 1rem;
    color: #070B2C;
    line-height: 19px;
    font-weight: 500;
}

.select-contenido{
    width: auto!important;
}
.px-10{
    padding-left: 10px;
    padding-right: 10px;
}

.item-sistema-mensaje {
    padding: 10px;
    background-color:#FFFBF2;
    width:100%;
    line-height: 20px;
}

#frmActualizarContenido textarea{
    width: 100%;
    height: 40px;
}

#frmActualizarContenido .textarea-mensaje-tipo-41{
    min-height: 80px;
}

#frmActualizarContenido th{
    width: 14%;
    padding-bottom: 10px;
}

#frmActualizarContenido td{
    padding-bottom: 10px;
}

#frmActualizarContenido table{
    width: 100%;
}

#frmActualizarContenido .detalle-titulo{
    font-size: 1.37rem;
    font-weight: 600;
    font-family: TT Travels bold;
    color: #070B2C;
    line-height: 26px;
}

.tabla-interna{
    padding-top: 10px;
}
.tabla-interna td{
    width: 40%;
}

.linea-inferior{
    border-bottom:solid 1px #CE5B3B;
    padding-bottom: 0px!important;
}
.ck-source-editing-area textarea {
    height: 100% !important;
}
.desactivado {
    background: #dbdad7;
}
.d-none{
    display: none;
}
.tablaRegistroExperiencia {
    display: block;
    max-height: calc(100vh - 200px);
    overflow-y: scroll;
    overflow-x: hidden;
}
.table {
    width: 100%;
    margin-bottom: 1rem;
}

.table th,
.table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
    border-top: 2px solid #dee2e6;
}
.table-sm th,
.table-sm td {
    padding: 0.3rem;
}

.encuesta-cabecera {
    background-color: #747b32;
    color:white
}
.encuesta-cabecera td {
    padding-left: 15px;
    font-weight: bold;
}

.encuesta-cuerpo td{
    padding-left: 15px; 
}

.nomFondoVerdeClaro{
    background: #D0FDD7;
}
.nomFondoRojoClaro {
    background: #FF8C78;
    color: #ffffff;
}

.esquina-celda {
    position: relative;
    width: 10px; /* Ajusta según sea necesario */
    height: 10px; /* Ajusta según sea necesario */
}

.esquina-celda::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 10px; /* Tamaño de la esquina */
    height: 10px; /* Tamaño de la esquina */
    background-color: red; /* Color de la esquina */
    clip-path: polygon(0 0, 100% 0, 100% 100%);
}

/* contenido de experiencias */
.lista-caracteristicas .circulo-verde {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: #053220;
    padding: 5px;
    text-align: center;
}

.lista-caracteristicas .texto-caracteristica {
    color: #053220;
    margin-bottom: 10px;
}

.card-recomendacion .image-inline img {
    height: 100px;
}

/* css para la plantilla 3*/

/* Sección template vista rapida*/
.contenedor-plantilla-tres.contenedor-experiencia-resumen {
    padding: 28px;
    border-radius: 16px;
    width: 45rem;
}

/* Sección template resumen*/
.contenedor-plantilla-tres.contenedor-lista-caracteristicas{
    width: 45rem;
}

.contenedor-plantilla-tres.contenedor-lista-caracteristicas .row{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.contenedor-plantilla-tres.contenedor-lista-caracteristicas .col-md-6{
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contenedor-plantilla-tres.contenedor-lista-caracteristicas .caracteristica{
    display: flex;
    align-items: center;
    gap: 12px;
}

.contenedor-plantilla-tres.contenedor-lista-caracteristicas .texto-caracteristica{
    font-weight: 700;
}

/* Sección template contenido*/
.contenedor-plantilla-tres.contenedor-experiencia-detalle {
    width: 45rem;
}

.contenedor-plantilla-tres.contenedor-experiencia-detalle .titulo{
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0.5;
}

.contenedor-plantilla-tres.contenedor-experiencia-detalle .sub-titulo{
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.contenedor-plantilla-tres.contenedor-experiencia-detalle .cuerpo-lista-incluido{
    margin: 0;
    padding: 0;
}

.contenedor-plantilla-tres.contenedor-experiencia-detalle .lista-incluido-item{
    margin-bottom: 15px;
    position: relative;
    padding-left: 35px;
}


.contenedor-plantilla-tres.contenedor-experiencia-detalle .lista-incluido-item:after {
    content: "";
    position: absolute;
    left: 0;
    top: 30%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-image: url(/img/iconos/check-verde.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.contenedor-plantilla-tres.contenedor-experiencia-detalle .cuerpo-lista-no-incluido{
    margin: 0;
    padding: 0;
}

.contenedor-plantilla-tres.contenedor-experiencia-detalle .lista-no-incluido-item{
    margin-bottom: 15px;
    position: relative;
    padding-left: 35px;
}

.contenedor-plantilla-tres.contenedor-experiencia-detalle .lista-no-incluido-item:after {
    content: "";
    position: absolute;
    left: 0;
    top: 30%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-image: url(/img/iconos/check-gris.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.contenedor-plantilla-tres.contenedor-experiencia-detalle .contenedor-detalle-incluido-no-incluido{
    border-bottom: 1px solid #E1E1E1 !important; 
}

.contenedor-plantilla-tres.contenedor-experiencia-detalle .cuerpo-lista-item{
    padding-left: 40px !important;
}

.contenedor-plantilla-tres.contenedor-experiencia-detalle .cuerpo-lista-icono{
    position: absolute !important;
    left: 5px;
    width: 28px;
    height: 28px;
}

.contenedor-plantilla-tres.contenedor-experiencia-detalle .cuerpo-lista-titulo{
    font-weight: 600;
    line-height: 20px;
}

.contenedor-plantilla-tres.contenedor-experiencia-detalle .cuerpo-minuto{
    display: flex;
    align-items: cneter;
    gap: 6px;
    font-size: 14px;
}

.contenedor-plantilla-tres.contenedor-experiencia-detalle .cuerpo-lista-imagen{
    margin-top: 10px;
    max-width: 100%;
    border-radius: 8px;
    display: block;
    max-height: 100%;
}

.contenedor-plantilla-tres.contenedor-experiencia-detalle .contenedor-detalle{
    padding-left: 0;
    margin: 0;
}

.contenedor-plantilla-tres.contenedor-experiencia-detalle .detalle-item{
    position: relative;
    padding-left: 20px !important; 
    margin-bottom: 0.8rem;
    line-height: 1.6;
    font-size: 14px;
}

.contenedor-plantilla-tres.contenedor-experiencia-detalle .detalle-item:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0.6em;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background-color: #009A61;
    border-radius: 50%;
}

.text-titulo-grilla{
    font-size: 12px !important;
    font-weight: bold !important;
}
.text-subtitulo-grilla{
    font-size: 11px !important;
}
.indicador-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    line-height: 1;
    background-color: transparent;
    border-radius: 2%;
    margin-right: 5px;
}
.categoria-nombre{
    font-size: 13px;
    font-weight: 500;
}
.color-low{
    background: rgb(255, 60, 29);
}
.color-medium{
    background: rgb(255, 159, 64);
}
.color-high{
    background: #008000;
}
#frmItinerarioOrigen table tr td, #frmItinerarioDestino table tr td, .tblReubicacionobservacion tr td {
    font-family:Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #948A54;
}