@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: "Roboto";
    src: url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
}

html {
    width: 100%;
    height: 100%;
    background-color: #fff;
}

body {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.cont {
    width: 100%;
    height: 97%;
    overflow: auto;
}
body {
    font-family: "roboto";
    font-size: 15px;
    background: #fff;
    margin: 0;
}
#fondo {
    display: none;
    z-index: 18002;
    position: absolute;
    background-image: url(../img/fancybox_overlay.png);
    width: 100%;
    height: 100%;
}
.msg_base {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}
#mensaje_2 {
    background-color: #fefefe;
    z-index: 2;
    position: absolute;
    top: 23%;
    width: 20%;
    height: 15%;
    border: 2px solid;
    margin-left: 40%;
    border-radius: 5px;
    background-color: white;
    text-align: center;
    font-family: lux;
    font-size: 2vw;
    padding-top: 2%;
}

#guardado_ok,
#guardado_err {
    display: none;
    z-index: 3;
    position: absolute;
    top: 50%;
    width: 20%;
    height: 15%;
    border: 2px solid;
    margin-left: 40%;
    border-radius: 5px;
    background-color: white;
    text-align: center;
    font-family: lux;
    font-size: 2vw;
    padding-top: 2%;
}
#header {
    text-align: center;
    background: none repeat scroll 0 0 #005589;
    color: #fff;
    height: 10%;
    width: 100%;
}

#content {
    overflow: hidden;
    height: 100vh;
    /*height: 100%;*/
    width: 100%;
    /*background-image: url(https://mp-web-resources.s3.amazonaws.com/img/360/360-logo-gray.png);*/
    background-repeat: repeat-y;
    background-size: contain;
    background-position-x: center;
    background-position-y: center;
}
#subcontent {
    height: 100%;
    margin-top: 0%;
    overflow: auto;
}


textarea {
    resize: none;
}

form {
    margin-bottom: 1%;
    margin-top: 0%;
    width: 80%;
}
#frm_mbo_excel {
    margin-bottom: 1%;
    margin-top: 0%;
    width: 95%;
    height: 70%;
}

#btn_form,
#btn_nuevo {
    cursor: pointer;
    padding: 0.5%;
    float: right;
    width: 15%;
    background-color: #80b940;
    border: none;
    color: white;
    margin-top: 1%;
    margin-bottom: 1%;
    margin-right: 5%;
}

#btn_form,
#btn_archivos {
    cursor: pointer;
    padding: 0.5%;
    float: right;
    width: 15%;
    background-color: #80b940;
    border: none;
    color: white;
    margin-top: 1%;
    margin-bottom: 1%;
    margin-right: 5%;
}

/*.fileset_cantent{
    height: 100%;
}*/
.item_agragar {
    background-color: #00adef;
    position: absolute;
    margin-left: 100%;
    width: 100%;
    height: 55%;
    font-size: 1.6vw;
    z-index: 99999;
}
.menu_item3 {
    height: 14.25%;
    font-size: 1.3vw;
}
.menu_item3 a:visited {
    color: white;
}
.menu_item3 a:link {
    color: white;
}
.menu_item3:hover {
    background-color: #005589;
    cursor: pointer;
}
.menu_item4 {
    padding-top: 5%;
    margin-left: 15%;
    width: 70%;
}
.img_none {
    display: none;
}
#content_login {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #005589;
}
#mensaje {
    color: white;
    float: left;
}

.btn {
    cursor: pointer;
    margin-top: 4%;
    width: 105%;
    font-size: 1.7vw;
    background-color: rgb(0, 174, 239);
    color: white;
    border-radius: 8px;
    padding: 2.5%;
    border: 1px solid rgb(0, 174, 239);
}
#logo_login {
    margin: 0 auto;
    font-size: 1vw;
    height: 90%;
    padding-top: 1%;
    text-align: center;
    width: 40%;
}
#logo_login_proyecto {
    width: 40%;
    height: auto;
    min-width: 250px;
    margin-top: 8% !important;
}
#frm_login {
    width: 50%;
    margin: 0 auto;
    /*min-width: 250px;*/
}
.form-control {
    cursor: text;
    margin-top: 4%;
    margin-bottom: 3%;
    width: 100%;
    font-size: 1.7vw;
    border-radius: 8px;
    border: 1px solid #005589;
    padding: 2.5%;
    text-align: center;
}

input {
    outline: none;
}

/*   -------------------tablas-----------------------  */

.form_table {
    width: 95%;
}

.formulario {
    width: 80%;
    margin: 0 auto;
    text-align: right;
}

.formulario th,
.formulario td {
    padding-bottom: 3%;
}
#grid {
    cursor: pointer;
}
.form_css {
    width: 80%;
    margin: 0 auto;
    text-align: right;
    padding-top: 3%;
}

.form_css input {
    width: 100%;
}
.form_css select {
    width: 100%;
}
#customers,
#cajas_table,
#salidas_table {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

#customers td,
#customers th,
#cajas_table td,
#cajas_table th,
#salidas_table td,
#salidas_table th {
    border: 1px solid #ddd;
    padding: 8px;
}
/*
#customers tr:nth-child(even){background-color: #f2f2f2;}
*/
#customers tr:hover {
    background-color: #ddd !important;
}
#cajas_table tr:hover {
    background-color: #ddd !important;
}
#customers th,
#cajas_table th,
#salidas_table th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: rgb(0, 173, 239);
    color: white;
}
.tr_hide {
    display: none;
}
.tr_select1 {
    background-color: #00528f;
    color: white;
}
.tr_select2 {
    background-color: #f18920;
    color: white;
}
#combo_registro {
    overflow-y: auto;
    height: 400px;
}
#frm_ump {
    width: 100% !important;
}
#proceso_cliente {
    left: 40%;
    position: relative;
    font-size: 3em;
    color: white;
}
#proceso_letra {
    left: 40%;
    position: relative;
    font-size: 3em;
    color: white;
}
#letras_grandes {
    position: absolute;
    left: 20%;
    top: 6%;
}
#combo_registro_tarima,
#combo_registro_caja,
#combo_salidas {
    width: 95%;
    overflow-y: auto;
    height: 65%;
    display: none;
}
#tarima_escaneada,
#caja_escaneada {
    margin-left: 17%;
}

#tabla_mover {
    position: absolute;
    margin-left: 68%;
    top: 5%;
}
#confirmacion,
#confirmacion_2 {
    display: none;
    z-index: 18003;
    position: absolute;
    top: 35%;
    width: 20%;
    height: 15%;
    border: 2px solid;
    margin-left: 40%;
    border-radius: 10px;
    background-color: white;
    text-align: center;
    font-family: lux;
    font-size: 2vw;
    padding: 2%;
}
#confirmacion_text {
    float: left;
    margin-bottom: 5%;
}
#si,
#no,
#si_2,
#no_2 {
    background-color: #0099ff;
    width: 30%;
    float: left;
    margin-left: 14%;
    color: white;
    border: none;
    cursor: pointer;
}
#box_etiquetas {
    margin-left: 25%;
    width: 50%;
    height: 80%;
    overflow: auto;
    margin-top: 5%;
}
#select_etiquetas {
    display: none;
    background: white;
    z-index: 999999;
    width: 40%;
    height: 80%;
    position: absolute;
    margin-left: 30%;
}

/* ---------------- Home botones -------------------------------*/

.svg {
    width: 16px;
    margin-right: 5px;
    margin-top: 6px;
}

.cont_btns {
    width: 96%;
    padding-top: 1%;
    height: 7%;
    margin-bottom: 1%;
}

.btn_azul {
    cursor: pointer;
    border: 0;
    margin-bottom: 0.5%;
    background-color: rgb(0, 173, 239);
    color: white;
    padding: 0%;
    font-family: "lux";
    font-size: 1.3em;
    border-radius: 3%;
    float: right;
    margin-right: 1%;
    border-radius: 8px;
    padding-left: 8px;
    padding-right: 8px;
}

#btn_cs {
    float: right;
    margin-top: 0.6%;
    color: white;
    text-decoration: none;
    font-size: 2.5vh;
    margin-right: -3%;
}

/*--------------Login---------------------------*/

#logo_login_lux {
    position: absolute;
    width: 12%;
    /* height: 5%; */
    top: 88%;
    left: 44%;
}

/*----------------HOME-------------------------*/

#log_name_usuario {
    margin-right: 2%;
}

#menu_1 {
    background-color: #005589 !important;
}

.style-line {
    height: 3%;
    left: 12%;
    position: absolute;
    background-color: white;
    margin-top: -1.8%;
    width: 1px;
}

.puerta_cs {
    margin-top: 0.4%;
    float: right;
    height: 68%;
    margin-right: 5%;
}

.lg_buscador_header {
    margin-left: 1.7%;
    margin-top: -0.5%;
}

.lg_lux_header {
    margin-top: -0.1%;
    margin-left: 5%;
}

.footer_format{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    font-size: 11px;
}

#support_link {
    margin-left: 20px;
    font-size: 11px;
}

.cont_filtro {
    margin-top: 1%;
    margin-bottom: 1%;
    display: none;
}

#form_filtro {
    margin-top: 1%;
}

#form_filtro td {
    padding-right: 10px;
    padding-bottom: 10px;
}

.btn_input {
    padding: 3px;
    border-radius: 7px;
    border: 1px solid #00528f;
}

#btn_aplicar_f {
    cursor: pointer;
    background-color: rgb(0, 173, 239);
    color: white;
    font-family: "lux";
    border-radius: 3%;
    border-radius: 4px;
    padding-left: 8px;
    padding-right: 8px;
    padding: 4px;
    margin-left: 75px;
    border: 2px solid rgb(0, 173, 239);
}

#contenedor_grid {
    margin-bottom: 1%;
}

#btn_clean_f {
    cursor: pointer;
    background-color: white;
    color: rgb(0, 173, 239);
    font-family: "lux";
    border-radius: 4px;
    padding-left: 8px;
    padding-right: 8px;
    padding: 4px;
    border: 2px solid rgb(0, 173, 239);
}

.error {
    margin-top: 1%;
    color: red;
}

/*--------------------Grid-------------------------*/

.jqx-grid-column-header
    jqx-grid-column-header-luxottica_1
    jqx-widget-header
    jqx-widget-header-luxottica_1 {
    width: 2% !important;
}

.jqx-grid-cell
    jqx-grid-cell-luxottica_1
    jqx-grid-cell-pinned
    jqx-grid-cell-pinned-luxottica_1
    jqx-grid-cell-filter-row
    jqx-grid-cell-filter-row-luxottica_1 {
    width: 2% !important;
}

/*.swal-base {
    border: solid 6px #005589;
    font-family: lux;
    color: black !important;
    font-weight: bold !important;
}*/

/*.swal2-container{
    z-index: 11112 !important;
}

.swal2-actions, .swal2-content{
    font-size: 1vw;
}

.swal2-popup{
    padding: 0% !important;
    border-radius: 0px !important;
}

.swal2-header{
    background-color: #002C54;
    height: 35px !important;
}

.swal2-content{
    margin-top: 5%;
    margin-bottom: 5%;
}

.swal2-header h2 {
    color: white;
    text-align: center;
    margin-top: 1rem;
}*/

.socket {
    width: 100%;
    height: 100%;
    border-style: none;
}

h1 {
    margin-top: 3%;
}

.head_prosperas {
    /* width: 100%;
    margin: 0;
    background: #fff; */

    height: 40px;
    background-color: #fff;
    width: 100%;
    font-family: "lux";
}

.head_prosperas > img{
    width: 160px;
    margin-top: 5px;
    margin-left: 5%;
}

.select {
}

.btn_next {
    border-radius: 10px;
    cursor: pointer;
    border: none;
    position: relative;
    margin-top: 25px;
    width: 95%;
    font-size: 17px;
    padding:10px 20px;
}

.header_title, .header_title_employment {
    width: 100%;
    display: flex;
}

.back_cont {
    width: 20%;
    display: flex;
    align-items: center;
    font-size: 17px;
    color: #1990CF !important;
}

h2 {
    width: 60%;
    text-align: center;
    font-size: 18px;
}

h1 {
    font-size: 21px;
    text-align: center;
}

p {
    font-size: 14px;
}

.swal2-container.swal2-center {
    padding: 0 !important;
}

.swal-full {
    width: 100% !important;
    height: 100%;
    padding: 0 !important;
}

.swal-full iframe {
    width: 100%;
    height: 80vh;
}

.swal2-content {
    font-size: 16px !important;
    padding: 0 !important;
}

.swal2-styled.swal2-confirm {
    font-size: 17px !important;
}

.swal2-actions {
    font-size: 1em;
}

.back0 {
    margin-left: 5%;
    display: none;
}

.inv {
    transform: rotate(0.5turn);
}

@media (orientation: landscape) {
  .survey_cont,
  .productamounts,
  .productpurposes,
  .employmenttypes,
  .supporttypes,
  .incometypes,
  .info_comercial,
  .list_banks {
    height: auto !important;
    padding-bottom: 50px;
  }

  .productpurposes_body_option,
  .employmenttypes_body_option,
  .supporttypes_body_option,
  .incometypes_body_option {
    height: auto !important;
  }

  .productpurposes_body_option img,
  .employmenttypes_body_option img,
  .supporttypes_body_option img {
    width: 8% !important;
  }

  .info_comercial_form {
    max-height: 200vh !important;
  }
}


/* Progress bar styles */
.progress-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    margin-top: 15px; /* Adjust spacing between title and progress bar */
}

.step {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 2px solid #1990CF;
    background-color: white;
    position: relative;
}

.step.completed {
    background-color: #1990CF;
}

/* Connecting line */
.step:not(:first-child)::before {
    content: "";
    position: absolute;
    width: 50px; /* Adjust width to match spacing */
    height: 2px;
    background-color: #1990CF;
    left: -52px; /* Move line to connect properly */
    top: 50%;
    transform: translateY(-50%);
}