.letra_grande {
    font-size: 18px;
}

.letra_muy_grande {
    font-size: 20px;
}

.ocultar {
    display: none;
}

.boton {
    cursor: pointer;
}

.input_error {
    background-color: #FE2E2E;
}

.div_error {
    background-color: #FE2E2E;
    color: #ffffff;
    padding: 4px;
    font-weight: bold;
}

.servicio_despachado {
    background-color: #ffffff !important;
}

.servicio_pendiente {
    background-color: #FFB6B6 !important;
}

.servicio_cancelado {
    background-color: #64D0D1 !important;
}

.servicio_esperando_respuesta {
    background-color: #BDBDBD !important;
}

.servicio_rechazado {
    background-color: #FAB161 !important;
}

.servicio_aceptado {
    background-color: #848484 !important;
}

.text_cancelado {
    color: #64D0D1;
    font-weight: bold;
    text-align: right;
    width: 180px;
}

.cargador {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0%;
	left: 0%;
    padding-top: 25%;
    padding-left: 50%;
    opacity: 0.65;
    background: #999;
    z-index: 5001;
}

.cabecera-formulario-admin {
    color: var(--color_principal);
    padding-left: 30px;
}

.label_form {
    width: 150px;
    padding-left: 18px;
}

.div-formulario {
    border: 2px solid #bcbcbc;
    padding: 5px;
}

.input-calle-formulario, .input-formulario-admin {
    color: #414141;
    padding: 6px;
}

.tabla-formulario-admin {
    color: #ffffff;
}

.tr-tabla-impar-admin {
    background-color: #dfdfdf;
    border-bottom: solid 2px var(--color_principal);
}

.tr-tabla-par-admin {
    background-color: #f4f4f4;
}

.boton-primario {
    background-color: var(--color_principal);
    border: solid 1px #f4f4f4;
    font: 190% Roboto;
    height: 40px;
    width: 100px;
    font-weight: 500;
    color: #f4f4f4;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 4px;
}

.boton-secundario {
    background-color: #f4f4f4;
    border: solid 1px #f4f4f4;
    font: 190% Roboto;
    height: 40px;
    width: 100px;
    font-weight: 500;
    color: var(--color_principal);
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 4px;
}

.modal-dialog {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width:700px;
    height:700px;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), local('Roboto-Regular'), url(./fuentes/Roboto-Regular.ttf) format('woff2');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: local('Roboto Medium'), local('Roboto-Medium'), url(./fuentes/Roboto-Medium.ttf) format('woff2');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: local('Roboto Bold'), local('Roboto-Bold'), url(./fuentes/Roboto-Bold.ttf) format('woff2');
}

.campo_label {
    font-weight: normal;
    margin-bottom: 10px;
    margin-right: 10px;
    width: 140px;
    text-align: right;
}

.label_valor {
    text-align: left;
    width: 170px;
}

.boton_largo {
    width: 180px;
}

.contenedor {
    padding: 16px;
}

.lateral1 {
    float: left;
    width: 60%;
}

.lateral2 {
    float: left;
    width: 40%;
}

.pie {
    clear: both;
}

.lateral1_tabla {
    float: left;
    width: 50%;
}

.lateral2_tabla {
    float: left;
    width: 50%;
}

.tabla_chica {
    background-color: #ffffff;
    margin-bottom: 10px;
    width: 100%;
}

.scroll_vertical_destinos {
    height: 180px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.cabecera_tabla {
    background-color: #848484;
    border-top: 1px solid #A4A4A4;
    color: #ffffff;
    font-weight: bold;
    padding: 5px;
}

.dato_tabla {
    background-color: #ffffff;
    border-left: 1px solid #A4A4A4;
    border-bottom: 1px solid #A4A4A4;
    color: #333;
    padding: 5px;
}

.datos_mapa {
    margin-left: 12px;
    margin-top: 12px;
}

.datos_mapa2 {
    margin-left: 12px;
    margin-bottom: 12px;
}

.class_mapa {
    width: 256px;
    height: 256px;
    border: 1px solid #424242;
    background-color: #ffffff;
}

.ol-logo-only {
    display: none;
}

.ol-control, .ol-scale-line {
  position: absolute;
  padding: 2px;
  top:0;
}

.ol-scale-line {
  bottom: auto;
  left: auto;
  right: 8px
}

.div_direcciones {
    margin-left: 12px;
}

#combo_direcciones {
    width: 256px;
    color: #333;
}

.combo_destinos {
    width: 640px;
    color: #333;
}

#combo_centros_de_costos {
    color: #424242;
}

#combo_autorizantes {
    color: #424242;
}

.label_form_informes {
    color: #ffffff;
    font: Roboto;
    font-weight: 400;
    font-size: 18px;
}

.margen_campo {
    padding-left: 24px;
}

#tabla_cupones td:nth-child(6) {
    text-align: right;
}

#tabla_cupones td:nth-child(9) {
    text-align: right;
}

.orden_tabla {
   background-color: transparent !important;
}

.importe_cupones {
    margin-top: 10px;
    margin-left: 124px;
    margin-right: 124px;
    margin-bottom: 100px;
}

.icono {
    font-size:22px;
    color: #ffffff;
    cursor:pointer;
    align-items: center;
}

.boton-aprobar {
    background-color: #04B404;
    border: solid 1px #f4f4f4;
    font: 190% Roboto;
    height: 40px;
    width: 140px;
    font-weight: 500;
    color: #f4f4f4;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 4px;
}

.boton-rechazar {
    background-color: #FE642E;
    border: solid 1px #f4f4f4;
    font: 190% Roboto;
    height: 40px;
    width: 140px;
    font-weight: 500;
    color: #f4f4f4;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 4px;
}

.exportar_pdf_modal {
    float: right;
    margin-top: 10px;
    margin-right: 20px;
}

.input_motivo {
    width: 475px;
    color: #414141;
}

#estado_cupon {
    background-color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    height: 45px;
    width: 100%;
    padding-top: 10px;
}

.cupon_aprobado {
    color: #04B404;
    border: solid 2px #04B404;
}

.cupon_rechazado {
    color: #FE642E;
    border: solid 2px #FE642E;
}

.cupon_pendiente {
    color: #2E9AFE;
    border: solid 2px #2E9AFE;
}

.cupon_corregido {
    color: #FE9A2E;
    border: solid 2px #FE9A2E;
}

#ver_observaciones {
    font-size: 18px;
}

.tab {
    border: solid 1px #FFFFFF;
    cursor: pointer;
    color: #FFFFFF;
    font-weight: bold;
    background-color: #70c0f0;
    padding: 6px;
    margin: 0px;
}

.tab_activo {
    border-bottom: solid 0px #FFFFFF;
    cursor: default;
    background-color: var(--color_principal);
}

.tab_inicio {
    border-bottom: solid 1px #FFFFFF;
    border-top: solid 0px #FFFFFF;
    border-left: solid 0px #FFFFFF;
    background-color: var(--color_principal);
    cursor: default;
}

.tab_fin {
    border-bottom: solid 1px #FFFFFF;
    border-top: solid 0px #FFFFFF;
    border-right: solid 0px #FFFFFF;
    background-color: var(--color_principal);
    cursor: default;
    width: 380px;
}

.tab_fin2 {
    border-bottom: solid 1px #FFFFFF;
    border-top: solid 0px #FFFFFF;
    border-right: solid 0px #FFFFFF;
    background-color: var(--color_principal);
    cursor: default;
    width: 450px;
}

.linea {
    border-bottom: solid 1px #FFFFFF;
    margin-bottom: 16px;
}

/* TABLA OBSERVACIONES /////////////////////////////////////////////// */

.tabla_observaciones {
    width: 651px;
    table-layout: fixed;
}

.tabla_observaciones thead {
    background-color: #848484;
    border-top: 1px solid #A4A4A4;
    border-left: 1px solid #A4A4A4;
    border-bottom: 1px solid #A4A4A4;
    color: #ffffff;
    width: 651px;
}

.tabla_observaciones tbody {
    background-color: #ffffff;
    border-top: 1px solid #A4A4A4;
    border-bottom: 1px solid #A4A4A4;
    height: 440px;
    overflow-y: scroll;
    overflow-x: hidden;
    display: block;
    width: 651px;
    vertical-align: top;
}

.tabla_observaciones th {
    padding: 5px;
    width: 217px;
}

.tabla_observaciones td {
    padding: 5px;
    border-right: 1px solid #A4A4A4;
    border-bottom: 1px solid #A4A4A4;
    width: 217px;
}

/* //////////////////////////////////////////////////////////////////////// */

.esconder {
    z-index: -1;
    position: fixed;
    top: 0;
}

.mapa_mas_ancho {
    width: 630px;
}

.input_mensaje {
    border: 1px solid #E5E5E5;
    width: 100%;
}

.boton_base {
    background: url("../imagenes/btn_base.png") no-repeat;
    color: var(--color_principal);
    width: 140px;
    height: 40px;
    border: transparent;
    font-weight: bold;
}

.boton_base:focus {
    background: url("../imagenes/btn_base_press.png") no-repeat;
}

.texto_top {
    vertical-align: top;
}

#letra_bis {
    margin-top: 12px;
}

.modal-nuevo-servicio {
    margin-top: 1% !important;
}

.modal-cupones {
    margin-top: 5% !important;
}

#tabs_cuerpo {
    height: 500px;
}

.negrita {
    font-weight: bold;
}

.registro_deshabilitado {
    background-color: #FA5858 !important;
}

.form_destinos {
    margin-top: 14px;
    margin-left: 14px;
    color: #ffffff;
    border: 1px #ffffff solid;
    padding: 4px;
}

.input_destinos {
    width: 180px;
    height: 28px;
}

.label_destinos {
    width: 52px;
    font-weight: normal;
}

.campo_destinos {
    margin-top: 6px;
    margin-bottom: 6px;
}

.boton_destinos {
    background-color: #aeaeae;
    border: none;
    margin-right: 2px;
}

.titulo_destinos {
    font-weight: bold;
}

#combo_ver_destinos {
    width: 230px;
}

.listado_fechas {
    position: absolute;
    width: 144px;
}

.titulo_abm {
    font-family: Roboto;
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    opacity: 0.54;
    margin-top: 118px;
    margin-left: 100px;
    height: 28px;
}

.titulo_subrayado {
    border-bottom: solid 2px #000000;
    color: #000000;
    opacity: 0.54;
    width: 120px;
}

.boton_agregar_nuevo {
    color: var(--color_principal);
    font: 120% Roboto;
    font-weight: 500;
    border: transparent;
    background-color: transparent;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 100px;
    height: 40px;

    z-index: 3;
    position: absolute;
}

.form_fondo {
    background-color: var(--color_principal);
}

.input_fecha {
    background-color: var(--color_principal);
    border: none;
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    width: 110px;
    height: 20px;
    padding-left: 2px;
    position: relative;
    top: 6px;
}

.input_fecha::placeholder {
    color: #ffffff;
    opacity: 0.72;
}

.input_fecha::-webkit-input-placeholder {
    color: #ffffff;
    opacity: 0.72;
}

.input_fecha:focus {
    border: none;
    outline: none;
}

.opacity_72 {
    opacity: 0.72;
}

.subrayado {
    border-bottom: 1px solid rgba(255, 255, 255, 0.50);
}

.campo_fecha {
    padding-left: 2px;
    padding-right: 2px;
    position: relative;
    bottom: 6px;
}

.icono_calendario {
    padding-top: 6px;
}

.texto_centrado {
    text-align: center;
}

.form_cupones {
    margin-top: 82px;
    margin-left: 100px;
    margin-right: 100px;
    width: 88%;
    min-width: 1380px;
    z-index: 3;
    position: absolute;
}

.letra_cupon_pendiente {
    color: #FC8B27;
}

.letra_cupon_aprobado {
    color: #13B755;
}

.letra_cupon_cancelado {
    color: #F93E3E;
}

.letra_cupon_corregido {
    color: #666666;
}
