@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined');
body {
    font-family: 'Material Symbols Outlined', sans-serif;
}

@font-face {
    font-family: 'opensans';
    src: url('fonts/opensans-regular-webfont.eot');
    src: url('fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/opensans-regular-webfont.woff') format('woff'),
        url('fonts/opensans-regular-webfont.ttf') format('truetype'),
        url('fonts/opensans-regular-webfont.svg#zag') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'opensansb';
    src: url('fonts/opensans-bold-webfont.eot');
    src: url('fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/opensans-bold-webfont.woff') format('woff'),
        url('fonts/opensans-bold-webfont.ttf') format('truetype'),
        url('fonts/opensans-bold-webfont.svg#zag') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'opensansl';
    src: url('fonts/opensans-light-webfont.eot');
    src: url('fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/opensans-light-webfont.woff') format('woff'),
        url('fonts/opensans-light-webfont.ttf') format('truetype'),
        url('fonts/opensans-light-webfont.svg#zag') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GillSansNovaCnHeavy';
    src: url('./fonts/GillSansNovaCnHeavy.ttf');
    font-display: swap
}

@font-face {
    font-family: 'SansationBold';
    src: url('./fonts/sansation-bold.ttf');
    font-display: swap
}

:root {
    --primary-color: #8B1D1D;
    --secondary-color: #333;
    --background-color: #f5f5f5;
    --accent-color: #790c0c;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.material-symbols-outlined {
    font-size: 20px !important;
    color: #000000 !important;
    text-decoration: none !important;
    vertical-align: middle;
    position: relative;
    top: -2px;
}

input,
textarea {
    max-width: 100%;
}

/* Forzar estilos de select e input */
/*select {
    font-size: 13.3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;*/
    /*Flecha personalizada */
    /*background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23666666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 8px center;
    background-size: 16px;
}
input {
    font-size: 13.3px;
}*/

input[disabled],
button[disabled],
select[disabled],
a[disabled] {
    cursor: not-allowed;
    opacity: 1;
}

button {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    cursor: pointer;
    line-height: 1em;
}

h1 {
    color: #000000;
    font-size: 25px !important;
    font-weight: bold;
    margin: 30px auto 20px auto !important;
    text-align: center;
    /* margin: 10px 0px 10px 0px; */
    /* float: left; */
    width: 100%;
    clear: both;
}

h4 {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
    font-size: 15px !important;
    display: block !important;
    margin-block-start: 1.33em !important;
    margin-block-end: 1.33em !important;
    margin-inline-start: 0px !important;
    margin-inline-end: 0px !important;
    font-weight: bold !important;
}

.pop-li {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
    font-size: 15px !important;
    margin-right: 1em !important;
    border-right: none !important;
    text-align: left !important;
}

#container {
    width: 100%;
    margin: 0px auto 0px auto;
    height: auto;
    display: block;
}

#pagina {
    /*float:left;*/
    height: auto;
    /* border: solid #0066FF 1px; */
    display: block;
    margin: 0px 30px 0px 50px;
    min-width: 900px;
    width: auto;
    max-width: 100%;
}

#modalManual{
    z-index: 1000;
}

#final {
    float: left;
    width: 100%;
}

#toolbar {
    margin: 0;
    padding: 0;
    height: 20px;
    width: 100%;
    left: 0px;
    top: 0px;
    text-align: right;
    color: #D8D8D8;
    font-size: 12px;
    line-height: 7px;


}

#toolbar span {
    color: #5C5C5C;
}

#toolbar a {
    color: #FFFFFF;
    text-decoration: none;
}

#toolbar a:hover {
    color: #00ADCB;
    text-decoration: none;
}

#volver_menu {
    float: right;
    margin: 10px 40px 10px 10px;
    text-align: center;
    color: #666666;
}

#info_user {
    float: right;
}

#info_user #nombre_user {
    float: right;
    height: 25px;
    width: 100%;
    font-size: 18px;
    text-align: right;
    font-weight: bold;
    margin: 0px 10px;
}

#info_user #tipo {
    float: right;
    width: 100%;
    height: 25px;
    font-size: 15px;
    text-align: right;
    margin: 0px 10px;

}

#volver_menu #usr {
    float: right;
    height: 50px;
    width: 40px;
    font-size: 38px;
}

#volver_menu #cer {
    float: right;
    height: 50px;
    width: 40px;
    font-size: 38px;
    margin: 0px 5px;
}

#volver_menu #cer a {
    text-decoration: none;
    color: #666666;
    display: block;
}

#volver_menu #cer a:hover {
    color: #000000;
}

#volver_menu #separa {
    border-right: #666666 solid 1px;
    float: right;
    height: 40px;
    width: 10px;
    margin: 0px 5px;
}


#logo {
    float: left;
    width: 300px;
}

.linea {
    display: inline;
}


#menu {
    margin: 0;
    padding: 0;
    height: 70px;
    width: 100%;
    left: 0px;
    top: 0px;
    font-size: 11px;
    margin-bottom: 25px;
}

#menu img {
    margin: 5px 15px;
}

#login {
    position: absolute;
    top: 55%;
    left: 50%;
    margin-top: -250px;
    margin-left: -170px;
}

#user {
    width: 300px;
    float: left;
    margin: 0px 40px 40px 40px;
    padding: 0px;
}

#titulo_index {
    float: left;
    width: 100%;
    color: #FFFFFF;
    font-size: 22px;
    text-align: left;
}

.titulos_columna {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}

#titulo_index span {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 26px;
}

#titulo_index a {
    color: #FFFFFF;
    text-decoration: none;
}

#titulo_index a:hover {
    color: #00ADCB;
}

#titulo_index_sel {
    float: left;
    width: 100px;
    margin: -1px 2px 30px 2px;
    background-color: #00ADCB;
    color: #FFFFFF;
    font-size: 18px;
    padding: 6px;
    text-align: center;
}

.blanco {
    color: #FFFFFF;
}


#logo_index {
    float: left;
    width: 387px;
    margin: -240px 0px 0px -75px;
    color: #00ADCB;
    font-size: 42px;
}

#campos {
    float: left;
    width: 100%;
    /* border: solid 1px #000066;*/
    height: 36px;
    font-size: 14px;
    line-height: 46px;

}

#campos2 {
    float: left;
    width: 100%;
    height: 36px;
    line-height: 36px;
}

#entrar {
    float: right;
    width: 100%;
    margin: 20px 2px 10px 2px;
}

#guardar {
    float: left;
    width: 300px;
    margin: 20px 2px 10px 2px;
}

#crear {
    float: right;
    width: 300px;
    margin: 20px 2px 10px 2px;
}

.cajas {
    border: #E2E5E5 solid 1px;
    background-color: #E8F2F3;
    padding: 8px;
    width: 280px;
    color: #000000;
}

.cajas_gra {
    border: #999999 solid 1px;
    padding: 4px;
    color: #666666;
    width: 100%;
}

.cajas_gra2 {
    border: #999999 solid 1px;
    padding: 4px;
    color: #666666;
    width: 300px;
}

.cajas_pe {
    border: #999999 solid 1px;
    padding: 4px;
    color: #666666;
    border-radius: 5px;
    width: 100%;
    min-width: 100px;
}

.cajas_select {
    border: #999999 solid 1px;
    padding: 3px;
    color: #666666;
    border-radius: 5px;
}

.cajas_tasar {
    border: #CCCCCC solid 1px;
    padding: 4px;
    color: #666666;
    background-color: #f4f4f4;
    /*  width: 70%; */
}

.cajas_tasar_gra {
    border: #CCCCCC solid 1px;
    padding: 4px;
    color: #666666;
    background-color: #f4f4f4;
    width: 70%;
}

.td_pe {
    width: 30px;
}

.td_pe2 {
    width: 45px;
}

.td_med {
    width: 100px;
}

.td_med2 {
    width: 90px;
}

.td_med3 {
    width: 70px;
}

.td_gra {
    width: 210px;
}

.td_gra2 {
    width: 160px;
}

.cajas_nope {
    border: #999999 solid 1px;
    padding: 4px;
    color: #666666;
    width: 130px;
}

.cajas_muype {
    border: #999999 solid 1px;
    padding: 4px;
    color: #666666;
    width: 66px;
    border-radius: 5px;
}

.cajas_muype_alargadas {
    border: #999999 solid 1px;
    padding: 4px;
    color: #666666;
    width: 150px;
    border-radius: 5px;
}

.cajas_muype2 {
    border: #999999 solid 1px;
    padding: 4px;
    color: #666666;
    width: 29px;
    text-align: right;

}

#marcado {
    color: #00ADCB;
}

.btn_or {
    float: left;
    width: 280px;
}

.btn_inci {
    float: left;
    width: 220px;
}

.btn_observ {
    float: left;
    width: 220px;
}

.inci {
    float: left;
    width: 220px;
}

.observ {
    float: left;
    width: 220px;
}

.inci_gra {
    float: left;
    width: 400px;
}

.observ_gra {
    width: 400px;
}

.inci select {
    width: 210px;
    border: solid 2px #CACACA;
    color: #333333;
    padding: 1px 5px;
}

.observ select {
    width: 210px;
    border: solid 2px #CACACA;
    color: #333333;
    padding: 1px 5px;
}

.inci_gra input {
    width: 370px;
    border: 2px solid #CACACA;
    padding: 2px 4px;
}

.observ_gra input {
    width: 370px;
    border: 2px solid #CACACA;
    padding: 2px 4px;
}

.txt_area_inci {
    width: 850px;
    height: 230px;
    border: 2px solid #CACACA;
    padding: 2px 4px;
}

.txt_area_comentarios {
    width: 400px;
    height: 160px;
    margin-left: 15px;
    border: 2px solid #CACACA;
    padding: 2px 4px;
}

.txt_area_observ {
    width: 850px;
    height: 230px;
    border: 2px solid #CACACA;
    padding: 2px 4px;
}

#nota_inci {
    float: left;
    width: 900px;
    margin: 5px 0px 0px 0px;
    color: #666666;
    font-weight: normal;
    font-style: italic;
    font-size: 12px;
}

#nota_observ {
    float: left;
    width: 900px;
    margin: 5px 0px 0px 0px;
    color: #666666;
    font-weight: normal;
    font-style: italic;
    font-size: 12px;
}

.noespacio {
    margin: 0px;
}

.enlace_boton_login {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    padding: 6px 0px;
    text-align: left;
    font-size: 32px;
    text-decoration: none;
    color: #FFFFFF;
    display: block;
}

.enlace_boton_login:hover {
    color: #3F3F3F;
}

#btn_actualizar_dir_en, #btn_eliminar_dir_en, #btn_actualizar_dir_re, #btn_eliminar_dir_re, #btn_enviar_mail{
    width: 375px !important;
    margin-top: 6px !important;
}

.boton {
    display: inline-block;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    padding: .375rem .75rem;
    font-size: 14px;
    line-height: 1.5;
    border-radius: .25rem;
    color: #fff !important;
    margin: 0 .25rem;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    gap: 4px;
}

.boton:hover {
    transform: translateY(-2px);
}

.boton .material-symbols-outlined {
    color: #fff !important;
}

.enlace_boton {
    background-color: #747474;
    border: 1px solid #747474;
}

.enlace_boton:hover {
    background-color: #333;
    border-color: #333;
}

.enlace_boton_exportar {
    background-color: #388E3C;
    border: 1px solid #388E3C;
}

.enlace_boton_exportar:hover {
    background: #29682c;
    border: 1px solid #29682c;
}

.btn-primary {
    background-color: var(--primary-color);
    border: none;
}

.btn-primary:hover {
    background-color: var(--accent-color);
}

.btn-primary .material-symbols-outlined {
    color: white !important;
}

#error {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    float: left;
    width: 100%;
    background-color: #D44A26;
    padding: 10px;
    color: #FFFFFF;
    margin: 10px 2px;
}

#ok {
    float: left;
    width: 100%;
    background-color: #5BB75B;
    padding: 10px;
    color: #FFFFFF;
    margin: 10px 2px;
}

#aviso {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    float: left;
    width: 100%;
    background-color: #2D89F0;
    padding: 10px;
    color: #FFFFFF;
    margin: 10px 2px;
}

#aviso_email {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    float: left;
    width: 90%;
    background-color: #CD4900;
    padding: 10px;
    color: #FFFFFF;
    margin: 10px 2px;
    height: auto;
}


#img_centrar {
    vertical-align: middle;
    margin: 0px 8px;
}

.img2_centrar {
    vertical-align: top;
    margin: 0px 4px;
}

.boton_mini {
    color: #000000;
    text-decoration: none;
    margin-left: 20px;
}


.btn_enlace {
    text-decoration: none;
    background-color: #00ADCB;
    display: block;
    color: #FFFFFF;
    border: solid 1px #EAEAEA;
    padding: 5px;
    margin: 5px 0px;
    line-height: 24px;
}

.btn_enlace:hover {
    color: #FFFFFF;
    background-color: #3F3F3F;
}

.btn_enlace span {
    font-size: 24px;
    vertical-align: middle;
}

#margen_btn {
    margin-left: 18px;
}

/* MENU ========================================================================================================================= */

#bloque_menu1 {
    float: left;
    width: 450px;
    margin: 0px 0px 0px 0px;
}

#bloque_menu2 {
    float: left;
    width: 600px;
    margin: 0px 40px 40px 0px;
}

#btn_menu {
    text-decoration: none;
    display: block;
    color: #FFFFFF;
    border: solid 3px #F4F4F4;
}

#btn_menu:hover {
    border: solid 3px #225A68;
}

#btn_menu img {
    margin: 10px 20px;
    width: 84px;
    display: block;
}

#btn_menu div {
    margin: 20px 20px;
    display: block;
}

#btn_menu span {
    display: block;
}

.mico {
    margin: 20px;
}

.boton_menu {
    text-align: center;
    float: left;
    margin: 2px;
}

.tit_box {
    padding: 4px;
}

.azul {
    background-color: #2C83EF;
}

.naranja {
    background-color: #CD4900;
}

.verde {
    background-color: #008641;
}

.lila {
    background-color: #662D91;
}

.gris {
    background-color: rgba(75, 75, 75, 0.637);
}

.rojo {
    background-color: #BC1C48;
}

.amarillo {
    background-color: #FFC40D;
}

.lila2 {
    background-color: #603CBA;
}

.amarillo2 {
    background-color: #FAA732;
}

.azul2 {
    background-color: #46ACCA;
}

.verde2 {
    background-color: #6AB620;
}

.verde3 {
    background-color: #1E7982;
}

.rojo2 {
    background-color: #999999;
}

.negro {
    background-color: #000000;
}

.transparent {
    background-color: transparent;
}


.verde_txt {
    color: #008641 !important;
}

.rojo_txt {
    color: #BC1C48 !important;
}

.amarillo_txt {
    color: #FAA732;
}

.azul_txt {
    color: #2C83EF !important;
}

.naranja_txt {
    color: #FFBD59;
}

.fucsia_txt {
    color: #FF00FF;
}

.verde_fnd {
    font-weight: bold;
    background-color: #008641;
    color: #FFFFFF;
}

.rojo2_fnd {
    font-weight: bold;
    background-color: #BC1C48;
    color: #FFFFFF;
}

.rojo_fnd {
    font-weight: bold;
    background-color: #ff0000 !important;
    color: #FFFFFF;
}

.naranja_fnd {
    font-weight: bold;
    background-color: #ff5b00;
    color: #FFFFFF;
}

.amarillo_fnd {
    font-weight: bold;
    background-color: #FAA732;
    color: #FFFFFF;
}

.azul_fnd {
    font-weight: bold;
    background-color: #2C83EF;
    color: #FFFFFF;
}

.azul_fnd2 {
    font-weight: bold;
    background-color: #807bea;
    color: #FFFFFF;
}

.negrita_fnd {
    font-weight: bold;
}

.fucsia_fnd {
    font-weight: bold;
    background-color: #FF00FF;
    color: #FFFFFF;
}

.fondoRojo, .fondoRojo:read-only {
    background-color: #ffadad85 !important;
}

.fondoSituacion_negro {
    font-weight: bold;
    color: #000000;
}

.fondoSituacion_rojo {
    font-weight: bold;
    color: #FFFFFF;
    background-color: #FF3131 ;
}

.fondoSituacion_rosado {
    font-weight: bold;
    color: #FFFFFF;
    background-color: #ED8C8C ;
}

.fondoSituacion_azulClaro {
    font-weight: bold;
    color: #FFFFFF;
    background-color: #38B6FF;
}

.fondoSituacion_gris {
    font-weight: bold;
    color: #000000;
    background-color: #D9D9D9;
}

.fondoSituacion_azul {
    font-weight: bold;
    background-color: #004AAD;
    color: #FFFFFF;
}

.fondoSituacion_naranja {
    font-weight: bold;
    background-color: #FFBD59 ;
    color: #FFFFFF;
}

.fondoSituacion_lila {
    font-weight: bold;
    background-color: #A179C5;
    color: #FFFFFF;
}

.fondoSituacion_naranjaRojo{
    font-weight: bold;
    background-color: #FFBD59 ;
    color: #FF0000;
    border-color: #FF0000;
}

.fondoSituacion_amarillo {
    font-weight: bold;
    background-color: #FFDE59;
    color: #000000;
}

.fondoSituacion_verde {
    font-weight: bold;
    background-color: #7ED957;
    color: #FFFFFF;
}

.desactivo_fnd,
.desactivo_fnd td {
    background-color: #A3C9F7 !important;
}

.desactivo_prioridad,
.desactivo_prioridad td {
    background-color: #faffad !important;
    border-color: #d6d9a8 !important;
}

.incompleta_prioridad,
.incompleta_prioridad td {
    background-color: #ffefa1 !important;
}

.anulada_prioridad,
.anulada_prioridad td {
    background-color: #ffc0b1 !important;
}

.fondo_gris {
    background-color: #E9E9E9;
}
.incidencia,
.incidencia td {
    background-color: #ffd2d2 !important;
}

.imedio {
    width: 135px;
    height: 135px;
    font-size: 56px;
}

.fmedio {
    font-size: 16px;
    text-align: center;
    margin: 20px 0px;
}

.entero {
    width: 280px;
    height: 135px;
    font-size: 56px;
}

.fentero {
    font-size: 16px;
    text-align: center;
    margin: 20px;
}


#logo_menu {
    float: left;
    width: 40%;
    padding: 5px 0px 0px 3%;
    text-align: left;
    font-size: 16px;
}

#logo_menu div {
    float: left;
    display: block;
    width: 100%;
    text-align: left;
    font-size: 18px;
}

#logo_menu span {
    font-size: 20px;
}

#logo_menu a {
    color: #00ADCB;
    font-size: 30px;
    text-decoration: none;
}

#logo_menu a:hover {
    color: #662D91;
}

#pie_botones {
    width: 1060px;
    margin: auto;
    padding-bottom: 100px !important;
    clear: both;
    display: flex;
    justify-content: space-between;
}

#pie_botones .boton:first-child {
    margin-left: -5px;
}

#pie_botones .boton:last-child {
    margin-right: -5px;
}

#pie_botones .boton {
    margin: 0;
}

#pie_botones_recortados {
    width: 500px;
    margin: auto;
    padding-bottom: 100px !important;
    clear: both;
}

/* FORMULARIO =======================================================================================================================*/
#formu {
    float: left;
    width: 700px;
    /*border: solid 1px #00FF33;*/
}

#separador {
    float: left;
    width: 700px;
    height: 2px;
    border-bottom: solid 4px #00ADCB;
    margin: 20px 0px;
}

#titulo {
    float: left;
    width: 500px;
    font-size: 24px;
    margin: 10px 0px 20px 0px;
}

#mas {
    width: 90px;
    float: left;
    margin: 10px 2px;
    border: 1px solid #CEE3E5;
}

#mas a {
    display: block;
    background-color: #00ADCB;
    text-decoration: none;
    padding: 2px 5px;
    color: #FFFFFF;
}

#mas a:hover {
    background-color: #333333;
    color: #FFFFFF;
    text-decoration: none;
}

#cabecera {
    float: left;
    width: 700px;
}

#cabecera div {
    float: left;
    width: 115px;
    font-weight: bold;
    text-align: center;
}

.elementos {
    float: left;
    width: 690px;
    border: 1px solid #666666;
    padding: 0px 2px;
    margin: 2px 0px;
}

.elementos div {
    float: left;
    width: 115px;
}

.elementos div input {
    padding: 2px;
    width: 104px;
    text-align: right;
}

.elementos div span {
    float: left;
    font-weight: normal;
    font-size: 15px;
    margin: 4px 5px;
}


#form_datos {
    float: left;
    width: 700px;
    margin: 10px 0px;
    border: #333333 solid 1px;
}

.dato_input {
    width: 450px;
    margin: 4px;
    padding: 2px;
    text-align: left;
}

#dato_f1 {
    float: left;
    width: 230px;
    height: 30px;
}

#dato_f1 span {
    float: left;
    margin: 4px;
    font-size: 18px;
}

#dato_f2 {
    height: 30px;
    float: left;
    width: 460px;
}

.form_datos_check {
    height: 20px;
    width: 20px;
}


.enlace_boton2 {
    background: #00ADCB;
    border: 1px solid #CEE3E5;

    text-align: center;
    font-size: 19px;
    text-decoration: none;
    color: #FFFFFF;
    display: block;
    padding: 2px;
    margin: 2px;
}

.enlace_boton2:hover {
    color: #FFFFFF;
    background: #3F3F3F;
}


/* tablas ======================================================================================================================== */

#tabla {
    margin: 20px 0px;
    border: solid #666666 1px;
    font-size: 10px;
}

#tabla th {
    text-align: center;
    padding: 5px;
    font-size: 12px;
    background-color: #3F3F3F;
    color: #FFFFFF;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-right-color: #000000;
    border-bottom-color: #000000;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

#tabla td {
    text-align: center;
    padding: 4px;
}

.tr_inputs td {
    padding: 8px !important;
    border: 1px solid #dee2e6;
}
.tr_inputs input, .tr_inputs select {
    border: 1px solid #ddd;
    padding: 6px;
    border-radius: 4px;
    width: 100%;
    box-sizing: border-box;
}
.tr_inputs input:focus, .tr_inputs select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,0,0,.15);
}

.cebra {
    background-color: #D1DBDC;
}

.titulo_lista {
    color: #666666;

}

.titulo_lista_campos_calendar {
    color: #666666;
    padding: -10px;

}

.error_lista {
    color: #CD1111;
}

.sin {
    color: #34484E;
    font-weight: bold;
}

.pais {
    font-weight: bold;
}

.excepcion {
    color: #990000;
}


.titulo_lista_cli {
    color: #FFFFFF;
    width: 120px;
    vertical-align: middle;
}


table#tablas {
    display: block;
    overflow-y: auto;
    height: 630px;
    margin: 0;
    border-collapse: separate;
    width: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 13px;
    border: 1px solid #dee2e6;
    margin-top: 60px;
}

table#tablas thead {
    position: sticky;
    top: -2px;
    background-color: #f9f9f9;
    border: 1px solid #e9e9e9;
    z-index: 1;
}

/*table#tablas thead::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #f9f9f9;
    z-index: -1;
    pointer-events: none;
}*/

table#tablas thead th,
table#tablas thead td {
    padding: 5px 8px;
    text-align: center;
    border: 1px solid #e9e9e9;
    color: #333;
    vertical-align: middle;
    position: relative;
    z-index: 1;
}

.div_listado{
    margin: 0px 10px 0px 15px; 
    line-height: 26px; 
    width: 500px; 
    float: left;
}

.addButton {
    margin: 5px 0px 0px 15px;
}
.addButton a {
    color: inherit;
}
.cajas_pe2 {
    width: 69px;
    border: #999999 solid 1px;
    padding: 4px;
    color: #666666;
    border-radius: 5px;
}

.cajas_pe3 {
    width: 250px;
    border: #999999 solid 1px;
    padding: 4px;
    color: #666666;
    border-radius: 5px;
}

.contenedor {
    display: flex;
    justify-content: space-between;
}

#tablas tbody tr:nth-child(even) td {
    background-color: #f5f5f7;
}

.alineado td {
    vertical-align: middle;
}

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

table#tablas td {
    padding: 12px 8px;
    text-align: center;
    border: 1px solid #e9e9e9;
    color: #333;
    vertical-align: middle;
}

table#tablas tbody tr:hover td {
    background-color: #D8D6DD;
}

.acortadas2 {
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.acortadas {
    max-width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#mostrar:hover {
    cursor: pointer;
}

.btn_tablas {
    text-decoration: none;
    color: #666666;
    display: block;
    font-weight: bold;
}

.btn_tablas:hover,
.btn_tablas:hover * {
    text-decoration: none;
    color: #999999 !important;
}

#msn_eliminar {
    width: 910px;
    border: solid 1px black;
    margin: 10px 0px 0px 0px;
    padding: 10px;
    text-align: center;
    margin: auto;
}

#eliminar_datos {
    float: left;
}

#icon_error {
    color: #D44A26;
    font-size: 86px;
}


#intro {
    float: left;
    width: 100%;
    border: solid 1px #999999;
}

#intro label {
    float: left;
    width: 440px;
    margin: 5px;
}

#intro input {
    width: 420px;
    padding: 2px;
}

#intro select {
    width: 425px;
    padding: 2px;
}

#intro textarea {
    width: 420px;
    height: 44px;
    padding: 2px;
}

#intro #descripcion3 {
    width: 420px;
    height: 64px;
    padding: 2px;
}

#intro .titulos {
    float: left;
    background-color: #634415;
    color: #FFFFFF;
    padding: 5px;
    width: 890px;
}

#intro img {
    height: 200px;
    /*margin: 0px 160px;*/
    padding: 0px 170px;
    background-color: #000000;
}

#medio {
    float: left;
    width: 445px;
    /* border: solid 1px #00FF66;*/
}

#intro .numero {
    text-align: right;
    width: 40px;
}


.desactivado {
    border: solid 1px #abadb3;
    padding: 2px 1px;
    background-color: #ebebe4;
}

#tablas .desactivado {
    border: solid 1px #abadb3;
    background-color: #ebebe4;
    padding: 4px;
    border-radius: 5px;
}

.marcado {
    border: solid 1px #FF0000 !important;
    padding: 2px 1px;
    background-color: #FEEBEB;
}

.tocado {
    border: solid 1px #114CA4 !important;
    padding: 2px 1px;
    background-color: #FFFFFF;
}


#enviar_datos {
    float: right;
    margin-right: 500px;
}

#guardar_datos {
    float: right;
    margin-left: 2px;
    padding-top: 5px;
}
#ver_datos {
    float: left;
    margin-right: 0;
    padding-top: 5px;
}

#volver_datos {
    float: left;
    margin-right: 0;
    padding-top: 5px;
}

#izquierda {
    float: right;
    text-align: right;
}

#nota {
    float: left;
    width: 900px;
    margin: 60px 0px 0px 0px;
    color: #666666;
    font-weight: normal;
    font-style: italic;
}

/* ALBARAN ====================================================================================================================== */

#fm_albaran {
    float: left;
    width: 100%;
    margin: 20px 2px;
}

#fm_albaran input {
    border: solid 1px #abadb3;
    padding: 2px 5px;
    color: #333333;
}

#fm_albaran select {
    border: solid 1px #abadb3;
    padding: 2px 5px;
    color: #333333;
}

.desactivado,
input:read-only {
    border: solid 1px #abadb3;
    padding: 2px 1px;
    background-color: #ebebe4;
}

.marcado {
    border: solid 1px #FF0000 !important;
    padding: 2px 1px;
    background-color: #FEEBEB;
}

.tocado {
    border: solid 1px #114CA4 !important;
    padding: 2px 1px;
    background-color: #FFFFFF;
}

#fm_albaran select {
    width: 200px;
    border: solid 1px #abadb3;
    color: #333333;
    padding: 1px 5px;
}

.albaran {
    float: left;
    width: 1055px;
    margin: 0 50px 0px 0px;
    border: solid 1px #000000;
    border-radius: 8px;
}
.albaran_bulto{
    width: 1055px;
}
#albaran_1{
    width: 620px !important;
}
.label_bulto{
    width: 620px !important;
}
#albaran_2{
    width: 430px !important;
}
.recortado {
    width: 500px;
}

#sinn {
    border: 0px;
    /* ID de seguimiento:RNH-215-6YVX Ticket Numero :141 */
    /* height: 500px;
    overflow-y: auto; */
    height: auto;
    overflow-y: hidden;
    overflow-x: hidden;
    width: 100%;
}

#sinn_dentro {
    border: 0px;
    margin: 20px;
}

#sinn_dentro_observaciones {
    width: 860px;
    border: 0px;
    margin: 20px;
}

#sinn_medio {
    border: 0px;
    /* ID de seguimiento:RNH-215-6YVX Ticket Numero :141 */
    /* height: 512px; 
    overflow-y: auto; */
    height: auto;
    overflow-y: hidden;
    overflow-x: hidden;
}

#sinn_largo {
    border: 0px;
    /* ID de seguimiento:RNH-215-6YVX Ticket Numero :141 */
    /* height: 780px; */
    height: auto;
    overflow-y: auto;
    overflow-x: hidden;
}

/* ID de seguimiento:RNH-215-6YVX Ticket Numero :141 */
.texarea-cliente-contacto {
    height: auto !important;
}

.albaran label {
    float: left;
    width: 500px;
    /* ID de seguimiento:RNH-215-6YVX Ticket Numero :141 */
    height: 26px;
    line-height: 26px;
    margin: 0px 10px 0px 15px;
    /* border: solid 1px #009933;*/
}

.div_albaran {
    float: left;
    width: 500px;
    /* ID de seguimiento:RNH-215-6YVX Ticket Numero :141 */
    height: 26px;
    line-height: 26px;
    margin: 0px 10px 0px 15px;
    /* border: solid 1px #009933;*/
}

.pestana label {
    float: left;
    width: 400px;
    /* ID de seguimiento:RNH-215-6YVX Ticket Numero :141 */
    height: 26px;
    line-height: 26px;
    margin: 0px 10px 0px 15px;
    /* border: solid 1px #009933;*/
}

#remi {
    text-align: left;
    font-size: 14px;
    font-weight: bold;
}

.numerico {
    text-align: right;
    width: 111px !important;
}

.numerico_pe {
    text-align: right;
    width: 20px !important;
}

.numerico_pe2 {
    text-align: right;
    width: 35px !important;
}

.numerico_pe3 {
    text-align: right;
    width: 48px !important;
}

.numerico_med {
    text-align: right;
    width: 60px !important;
    float: right;
}

.explicacion {
    font-style: italic;
    color: #333333;
}

.txt_area {
    width: 450px;
    height: 50px;
    border: 1px solid #CACACA;
    padding: 4px 6px;
    border-radius: 4px;

}

.txt_area_alta {
    width: 400px;
    height: 210px;
    border: 1px solid #CACACA;
    padding: 4px 6px;
    border-radius: 4px;
}

.txt_area_gra {
    width: 850px;
    height: 260px;
    border: 1px solid #CACACA;
    padding: 4px 6px;
    border-radius: 4px;
}

.txt_area_pe {
    width: 420px;
    height: 120px;
    border: 1px solid #CACACA;
    padding: 4px 6px;
    border-radius: 4px;
}

.albaran_dentro_centro {
    float: left;
    width: 510px;
    margin: 10px 225px;
    padding: 10px 0px;
}

.albaran_dentro {
    float: left;
    width: 527px;
    margin: 10px 0px;
    padding: 10px 0px;

}

.albaran_dentro input, .form-group input {
    width: 420px;
    border: 1px solid #CACACA;
    padding: 4px 6px;
    border-radius: 4px;
}


.albaran_dentro select, .form-group select {
    width: 432px;
    border: solid 1px #CACACA;
    color: #333333;
    padding: 4px 6px;
    border-radius: 4px;
}

.albaran_dentro .medio select {
    width: 196px;
}

.albaran_dentro_bulto {
    float: left;
    width: 527px;
    margin: 10px 0px;
    padding: 10px 0px;

}

.albaran_dentro_bulto2 {
    float: left;
    width: 527px;
    margin: 10px 0px;
    padding: 10px 0px;

}

.albaran_dentro_bulto input {
    width: 400px;
    border: 1px solid #CACACA;
    padding: 4px 6px;
    border-radius: 4px;
}


.albaran_dentro_bulto select {
    width: 412px;
    border: solid 1px #CACACA;
    color: #333333;
    padding: 4px 6px;
    border-radius: 4px;
}

.albaran_dentro_bulto2 input {
    width: 400px;
    border: 1px solid #CACACA;
    padding: 4px 6px;
    border-radius: 4px;
}

.albaran_dentro_bulto2 select {
    width: 203px;
    border: solid 1px #CACACA;
    color: #333333;
    padding: 4px 6px;
    border-radius: 4px;
}

.albaran_dentro_bulto .medio select {
    width: 196px;
}

.albaran_dentro_bulto2 .medio select {
    width: 196px;
}

.select_pe {
    width: 112px !important;
}


.texto_area {
    float: left;
    height: 60px;
    width: 400px;
}

.texto_area2 {
    float: left;
    height: 17px;
    width: 400px;
}

#cierra_der {
    border-right: 1px solid #00ADCB;
    border-left: 0px;
}

#cierra_der_min {
    border-right: 1px solid #00ADCB;
    border-left: 0px;
    height: 286px;
}

#altura_min {
    height: 358px;
}

#altura_min2 {
    height: 260px;
}



#altura_borde {
    height: 286px;
    border-color: #E6EBEC;
    border-left: 1px solid #00ADCB;
}

.fichero {
    float: left;
    width: 415px;
}

label.cuarto {
    float: left;
    width: 80px;
}

label.cuarto {
    width: 120px;
}

label.cuarto_b {
    float: left;
    width: 35px;
}

label.cuarto_b #tipo_bulto {
    width: 55px;
}

label.medio {
    float: left;
    width: 210px;
}

label.medio_bulto {
    float: left;
    width: 187px;
}

label.medio_datos_bulto {
    float: left;
    width: 180px;
}

.medio_datos_bulto_titulo{
    margin-top: 5px !important;
}

label.medios {
    margin-top: 8px;
    margin-bottom: 8px;
    float: left;
    width: 110px;
}

label.medios input {
    width: 160px;
}

label.medios input[type='checkbox'] {
    width: 15px;
    display: inline;
    margin: 7px 0px 0px 0px;
    float: right;
    border: solid 1px #CACACA;
    color: #333333;
}

label.medio-00 {
    float: left;
    width: max-content;
    margin-right: -5px;
}

button.lanzador_btn {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}

label.medio input {
    width: 185px;
}

.fa-phone,
.fa-at {
    margin-left: 5px;
}

label.medio2 {
    float: left;
    width: 215px;
}

label.medio2 input {
    width: 20px;
}

label.medio2 span {
    color: #999999;
}

label.medio_ex {
    float: left;
    width: 215px;
    font-style: italic;
    color: #333333;
}

label.medio input[type='checkbox'] {
    width: 15px;
    display: inline;
    margin: 7px 0px 0px 0px;
    float: right;
    border: solid 1px #CACACA;
    color: #333333;
}

label.medio2 input[type='checkbox'] {
    width: 15px;
    display: inline;
    margin: 7px 0px 0px 0px;
    float: left;
    border: solid 1px #CACACA;
    color: #333333;
}

#pesoc {
    text-align: right;
    width: 80px;
}

#volumenc {
    text-align: right;
    width: 80px;
}

#volumetrico {
    float: left;
    width: 975px;
}

.albaran_alarga {
    float: left;
    width: 100%;
    border: solid 1px #666666;
    padding: 10px;
    margin: 10px 0px;
}

.albaran_alarga label input {
    text-align: right;
}

.albaran_alarga div input {
    text-align: right;
}

#volumetrico #largo {
    float: left;
    width: 485px;
    margin: 2px 5px 2px 5px;
}

#volumetrico #largo input {
    width: 47px;
}

#volumetrico #corto {
    float: left;
    width: 250px;
    margin: 2px 5px 2px 5px;
}

#volumetrico #corto input {
    width: 215px;
}

#volumetrico #corto2 {
    float: right;
    width: 175px;
    text-align: right;
    margin: 2px 0px 2px 5px;

    /*border: solid 1px #000099;*/
}

#enlace_mas {
    text-decoration: none;
    color: #FFFFFF;
    background-color: #3F3F3F;
    margin: 5px;
    padding: 5px;

}

#enlace_mas:hover {
    color: #000000;
    background-color: #FA0203;
}




#enviar_albaran {
    float: right;
}



#botones_gra {
    float: left;
    clear: both;
    margin-left: 18px;
}

#derecha {
    float: left;
    width: 100%;
}

#derecha2 {
    float: left;
    margin: 0px 0px 20px 0px;
    width: 100%;
}


.enlace_fichero {
    color: #2D4760;
    text-decoration: none;
    display: block;
}

.enlace_fichero:hover {
    color: #FFFFFF;
    background-color: #5E8BB4
}

#mas_historico {
    text-decoration: none;
    background-color: #00ADCB;
    color: #FFFFFF;
    margin: 3px;
}

#mas_historico:hover {
    background-color: #333333;
}

/* LECTOR CODIGOS====================================================================================================================== */

#cod_barras {
    float: left;
    text-decoration: none;
    background-color: #FFFFFF;
    display: block;
    color: #FA0203;

    border: solid 1px #EAEAEA;
    padding: 10px 20px;
    margin: 10px auto;
}

#cod_img {
    float: left;
    width: 80px;
}

#cod_img img {
    width: 62px;
}

#cod_input {
    float: left;
    width: 480px;
}

#cod_input input {
    float: left;
    width: 440px;
    padding: 5px;
    font-size: 36px;
    color: #333333;

}

#cod_boton {
    float: left;
    width: 80px;
    margin: 15px 0px 0px 0px;
}

#bloque_doc {
    float: left;
    width: 940px;
    margin: 40px 0px;
}


.completo {
    background: #00ADCB;
    border: 1px solid #CEE3E5;
    padding: 3px;
    text-align: center;
    font-size: 15px;
    text-decoration: none;
    color: #FFFFFF;
    display: block;
}

.incompleto {
    background: #D70F0F;
    border: 1px solid #CEE3E5;
    padding: 3px;
    text-align: center;
    font-size: 15px;
    text-decoration: none;
    color: #FFFFFF;
    display: block;
}

#telefono_ormon {
    font-size: 28px;
    font-weight: bold;
    color: #00ADCB;
}

#logo_ormon {
    margin: 0px 15px;

}

.enlace_listado {
    text-decoration: none;
    color: #00ADCB;
}

.enlace_listado:hover {
    color: #000000;
}

.fecha_hora {
    text-align: right;
    width: 142px !important;
}

.lanza_calendar {
    color: #000;
    text-decoration: none;
    font-size: 18px;
    background-color: #F4F4F4;
    margin-left: 1px;
    margin-top: 3px;
}

.lanza_calendar2 {
    color: #000;
    text-decoration: none;
    font-size: 18px;
    margin-left: 1px;
    margin-top: 3px;
}

.refrescar_calendar {
    text-decoration: none;
    font-size: 18px;
    margin-left: 1px;
    margin-top: 3px;
}


/*  TABS ==================================================================================================================================*/
#pestanas {
    width: 1055px;
    margin: auto;
    margin-bottom: 5px;
    top: -50px;
    height: auto;
}
#pestana {
    float: left;
    width: 900px;
    padding: 15px;
    border: solid 1px #000000;
}

ul.tabs {
    margin: 0px;
    padding: 0px;
    float: left;
    list-style: none;
    height: 41px;
    /*--Define el ancho de las tabs-- */
    width: 100%;
}

ul.tabs li {
    float: left;
    margin: 0;
    padding: 0;
    height: 40px;
    line-height: 40px;
    margin-bottom: 1px;
    position: relative;
    background-color: #DBDBDB;
    border-radius: 8px 8px 0 0;
}

ul.tabs li a {
    color: #666666;
    text-decoration: none;
    display: block;
    font-style: normal;
    font-size: 12px;
    padding: 0 15px;
    border-radius: 8px 8px 0 0;
    border: 1px solid transparent;
}

ul.tabs li a:hover {
    background-color: #666666;
    color: #FFFFFF;
    border-radius: 8px 8px 0 0;
}

html ul.tabs li.active a {
    color: #000000;
    background-color: #F4F4F4;
    border: #838383 solid 1px;
    border-bottom: 1px solid #F4F4F4;
    border-radius: 8px 8px 0 0;
}

.tab_container {
    overflow: hidden;
    clear: both;
    float: left;
    width: 100%;
    height: auto;
    border: 1px solid #838383;
    border-radius: 0 8px 8px 8px;
}

.tab_container_gra {
    overflow: hidden;
    clear: both;
    float: left;
    width: 100%;
    height: auto;
    border: 1px solid #838383;
    border-radius: 0 8px 8px 8px;
}

.tab_container_gra2 {
    overflow: hidden;
    clear: both;
    float: left;
    width: 100%;
    height: auto;
    border: 1px solid #000000;

}

.tab_content {
    width: 100%;
}

.albaran_medio {
    clear: both;
    height: 700px;
}


#tablas tr:nth-child(even) td.destacado {
    background-color: #fdfa8a;
}

.destacado {
    background-color: #fdfa8a;
}


/* mensaje emergente */

#overbox3 {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 999999;
    display: block;
}

#infobox3 {
    float: left;
    width: 100%;
    background-color: black;
    padding: 10px;
    color: #FFFFFF;
    margin: 10px 2px;
    margin: auto;
    position: relative;
    height: auto;
    text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

/* Absolute Center Spinner */
.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/* Transparent Overlay */
.loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 3000ms infinite linear;
    -moz-animation: spinner 3000ms infinite linear;
    -ms-animation: spinner 3000ms infinite linear;
    -o-animation: spinner 3000ms infinite linear;
    animation: spinner 3000ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.fadebox {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
}

#tabla_tarifas {
    margin: 15px 0px 10px 0px;
    float: left;
    font-size: 10px;
}

#tabla_tarifas td {
    padding: 2px 2px;
}

#tabla_tarifas th {
    width: 41px;
}

#tabla_tarifas input {
    width: 30px;
    padding: 2px 4px;
    text-align: right;
    font-size: 10px !important;
}

.oscuro {
    background-color: #E6E6E6;
    border: solid 1px #abadb3;
    padding: 2px 5px;
    color: #333333;
}

#tabla_tarifas2 {

    margin: 15px 0px 10px 0px;
    float: left;
}

#tabla_tarifas2 td {
    text-align: right;
    padding: 2px 4px 2px 4px;
}


#tabla_tarifas2 input {
    width: 21px;
    padding: 2px 4px;
    text-align: right;
}

.tabla-overflow {
    height: 370px;
    overflow-y: auto;
}


/* clearfix =========================================================================================================================== */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/* End hide from IE-mac */

/*-----------
NOTIFICACIONES OR Y PRESUPUESTOS
-----------*/

#notificaciones {
    position: fixed;
    right: 10%;
    bottom: 0;
    background-color: #000000;
    border-width: 2px 2px 0 2px;
    border-style: solid;
    /* border-color: #ffff; */
    transition: all 500ms;
}

#notificaciones a {
    display: block;
    color: #FFFFFF;
    text-decoration: none;
    padding: 5px 10px 5px;
    line-height: 25px;
    transition: all 500ms;
}

#notificaciones .notificaciones_header a {
    border: 1px solid #ffff;
}

#notificaciones .notificaciones_header a:hover {
    border-color: #2C83EF;
    background-color: #333333;
}

#notificaciones .notificaciones_header a span.icon {
    margin-left: 10px;
    padding: 2px 5px 0 3px;
}

#notificaciones .notificaciones_body {
    max-height: 200px;
    overflow-y: auto;
}

#notificaciones #not_or,
#notificaciones #not_pr,
#notificaciones #not_doc {
    display: none;
}

#notificaciones ul li a {
    line-height: 20px;
}

#notificaciones ul li a:hover {
    color: #333333;
    font-weight: bold;
}

#notificaciones ul#not_or li a:hover {
    background-color: #30AE6E;
}

#notificaciones ul#not_pr li a:hover {
    background-color: #7EB2F4;
}

#notificaciones ul#not_doc li a:hover {
    background-color: #e07ef4;
}

/*-----------
ALERT MODAL
-----------*/

#overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(images2/overlay-pattern.png);
    z-index: 10000;
    display: none;
}

#alertModalOuter {
    padding: 6px;
    border-radius: 5px;
    background: url(images2/alert-modal-outer.png);
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 10001;
    transform: translate(-50%, -50%);
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
}

#alertModal {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 20px;
    background: #fff;
    border-radius: 5px;
    overflow: auto;
    width: 500px !important;
    height: auto !important;
}

/*-----------
ALERT PAGE
-----------*/

#alert {
    display: none;
    width: auto;
    height: auto;
    text-align: center;
}

#alert p {
    font-size: 16px;
    color: #616161;
    margin-bottom: 20px;
    display: inline-block;
    text-shadow: 0 1px 1px transparent
}

/*-----------
ALERT BUTTONS
-----------*/

.alertButton {
    display: inline-block;
    padding: 4px 15px 4px 12px;
    border-radius: 3px;
    font-size: 16px;
    color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.4);
    margin-right: 15px;
}

.alertButton span {
    display: block;
    padding: 0 0 0 22px;
}

#aceptar {
    background: #7ce59a;
    /* Old browsers */
    background: -moz-linear-gradient(top, #1f211f 0%, #000000 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1f211f), color-stop(100%, #000000));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #1f211f 0%, #000000 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #1f211f 0%, #000000 100%);
    /* Opera11.10+ */
    background: -ms-linear-gradient(top, #1f211f 0%, #000000 100%);
    /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1f211f', endColorstr='#000000', GradientType=0);
    /* IE6-9 */
    background: linear-gradient(top, #1f211f 0%, #000000 100%);
    /* W3C */
    border: 1px solid #323332;
    border-bottom-color: #1f211f;
    text-shadow: 0 -1px 0px #000000;
}

#aceptar:hover {
    background: #323332;
    /* Old browsers */
    background: -moz-linear-gradient(top, #323332 0%, #1f211f 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #323332), color-stop(100%, #1f211f));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #323332 0%, #1f211f 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #323332 0%, #1f211f 100%);
    /* Opera11.10+ */
    background: -ms-linear-gradient(top, #323332 0%, #1f211f 100%);
    /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#323332', endColorstr='#1f211f', GradientType=0);
    /* IE6-9 */
    background: linear-gradient(top, #323332 0%, #1f211f 100%);
    /* W3C */
    color: white;
    cursor: pointer;
}

.albaran2 {
    height: 500px;
    width: 1055px;
}

.tablas_auto {
    width: auto !important;
}

#tabla_proforma td {
    border: 2px solid black;
    border-collapse: collapse;
}

#tabla_proforma td {
    padding: 10px 10px 10px 10px;
    vertical-align: middle;
    text-align: center;
    border: 2px solid black;
}

#tabla_proforma td input {
    width: 65%;
}

.pestana_proforma {
    height: 900px;
    border: 0px;
    height: 512px;
    overflow-y: auto;
    overflow-x: hidden;
}

.mouse:hover {
    cursor: pointer;
}

.td_med4 {
    width: 65px;
}

.td_pe3 {
    width: 50px;
}

.desactivo_punteo,
.desactivo_punteo td {
    background-color: #abe291 !important;
}

small {
    font-size: 11px;
    font-weight: bold;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}


/* Modal para actualizar las tarifas */

/* The Modal (background) */
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 50%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

/* The Close Button */
.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.close_2 {
    color: #2b2b2b;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close_2:hover,
.close_2:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 15px 16px;
    background-color: #2C83EF;
    color: white;
}

.modal-header_2 {
    padding: 15px 16px;
    color: #000;
}

.modal-body {
    padding: 25px 16px;
}

.modal-footer {
    padding: 12px 16px;
    color: white;
    height: 35px;
}


.btn-down-modal {
    justify-content: flex-end;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    /* text-decoration: none; */
}


#modal_btn_popup {
    cursor: pointer;
}

#aceptar_modal {
    cursor: pointer;
}

#select_modal {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    /* font-size: x-large; */
    line-height: inherit;
}


.btn {
    margin-left: 5px;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
}

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
}

/* Tooltip Incoterm */
.tooltip_incoterm {
    position: relative;
    display: inline-block;
}

.tooltip_incoterm .tooltip_incoterm_text {
    visibility: hidden;
    width: 400px;
    background-color: #F4F4F4;
    border: 2px solid #2196F3;
    color: rgb(60, 60, 60);
    text-align: left;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: 150%;
    margin-left: -100px;
}

.tooltip_incoterm .tooltip_incoterm_text::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 23%;
    margin-left: -5px;
    top: -25px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #2196F3 transparent;
}

.tooltip_incoterm:hover .tooltip_incoterm_text {
    visibility: visible;
}

/* Carga de Archivos */
.content_files {
    margin: 20px;
}

#tabla_archivos_subidos {
    border-collapse: collapse;
}

.files_head {
    width: 40px;
    text-align: center;
}

.container_file {
    height: 50px;
    border: 1px solid darkgrey;
    border-left: darkslateblue solid 5px;
    background-color: white;
}

.file_logo {
    width: 40px;
    text-align: center;
    vertical-align: middle;
}

.file_name {
    width: auto;
    vertical-align: middle;
}

.file_delete {
    color: darkslateblue;
    background-color: white;
    width: 50px;
    text-align: center;
    border-left: darkgrey solid 1px;
    vertical-align: middle;
}

.albaran_dentro input.files_input {
    width: 10px;
}

.files_a {
    vertical-align: middle;
}

/* Fromulario - Direcciones -Botones Actualizar */
#lbl_btn_act_elim_re_or,
#lbl_btn_act_elim_en_or {
    height: auto !important;
    margin-top: 15px;
}

.spanAsterisk {
    color: red;
}

marquee {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    position: relative;
    top: 0;
    left: 0;
}

/*.manual-formularios-btn {
    float: right;
    position: fixed;
    bottom: 5rem;
    right: 5rem;
}*/

/* The Modal (background) */
.modal-manual {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 5% auto;
    /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close-modal-manual {
    background-color: rgb(156, 156, 156) !important;
    float: right;
    font-size: 28px;
    font-weight: bold;
}



.style-btn-modal-manual {
    color: white;
    background-color: #747474;
    padding: 0.2rem;
    border-radius: 5px;
    border: solid 1px #747474;
}

.style-btn-modal-manual:hover {
    opacity: 75%;
}

.modal-contenido-conjunto {
    margin: 5rem;
}

.modal-contenido-conjunto p {
    margin-bottom: 0.4rem;
}

.btn-crearForm-info {
    display: flex;
    align-items: center;
}

.btn_action_modal {
    background-color: #000;
    color: white;
    border-radius: 4px;
    width: 5rem;
    height: 2.5rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.btn_action_modal:hover,
.btn_action_modal:focus {
    opacity: 75%;
    text-decoration: none;
    cursor: pointer;
    color: white;
}

.comment_update_button {
    background: none;
    border: none;
    color: #00adcb;
}

/*.option_agencia_modal {
    font-size: x-large;
}*/

#tablas td {
    padding: 8px 4px;
    text-align: center;
    border: 1px solid #dee2e6;
    color: #000;
    vertical-align: middle;
}

#tablas th .titulo_lista {
    font-weight: 500;
    color: #000;
    padding: 8px 4px;
    margin-bottom: 4px;
    display: inline-block;
    white-space: nowrap;
    width: auto;
    min-width: fit-content;
}

#tablas th .titulo_lista a {
    color: #000;
    text-decoration: none;
    display: inline-block;
    white-space: nowrap;
}

#tablas th .titulo_lista a:hover {
    color: #333;
}

#tablas td input,
#tablas td select {
    padding: 6px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
}

#tablas td input:focus,
#tablas td select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,0,0,.15);
}

#tablas td .contenedor {
    margin-bottom: 4px;
}

#tablas td .contenedor:last-child {
    margin-bottom: 0;
}

.max-warning {
    background-color: #ffebee !important;
    border-color: #f44336 !important;
    color: #d32f2f !important;
    animation: shake 0.2s ease-in-out;
}

@keyframes shake {
    0%, 100% { transform: translateX(0); }
    25% { transform: translateX(-5px); }
    75% { transform: translateX(5px); }
}

.switch {
    position: relative;
    display: inline-block;
    width: 38px;
    height: 20px;
}
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 20px;
}
.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}
input:checked + .slider {
    background-color: #00ca1b;
}
input:checked + .slider:before {
    transform: translateX(18px);
}

.bultos-validados span {
    color: #00ca1b !important;
}

/* Input con unidad a la derecha */
.input-unit {
    position: relative;
    display: block;
}
.input-unit input.form-control {
    padding-right: 32px !important;
    width: 100%;
    box-sizing: border-box;
}
.unit-label {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    color: #888;
    font-size: 13px;
    pointer-events: none;
}