
thead tr th{ 
          position: sticky;
          top: 0;
          z-index: 10;
        }
 thead tr th a {
        color: white !important;
        text-decoration: none !important;
        }
.footTotales{
   background-color: #003056;

   font-weight:bold;
   color:white;
    font-family: 'Roboto', sans-serif;
            border: 2px solid #ffffff;
            padding:8px;
     /*position: absolute;*/

  
}
span.question {
    display: inline-block !important;
    vertical-align: middle;
    margin-right: 10px;
    font-weight: bold;
    color: rgb(98, 99, 105) !important;
}
.switch {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 18px;
  vertical-align: middle;
}
 
/* Ocultamos el checkbox html */
.switch input {
  display:none;
}
 
/* Formateamos la caja del interruptor sobre la cual se deslizará la perilla de control o slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
 
/* Pintamos la perilla de control o slider usando el selector before */
.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  /*left: 4px;
  bottom: 4px;*/
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
 
/* Cambiamos el color de fondo cuando el checkbox esta activado */
input:checked + .slider {
  background-color: #ffa500;
}
 
/* Deslizamos el slider a la derecha cuando el checkbox esta activado */ 
input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
 
/* Aplicamos efecto de bordes redondeados en slider y en el fondo del slider */
.slider.round {
  border-radius: 24px;
}
 
.slider.round:before {
  border-radius: 50%;
} 
       .padre {
            /*NO BORARR AUNQUE ESTE VACIA*/
        }
        .btnExpandirDt {
                        /*NO BORARR AUNQUE ESTE VACIA*/

        }
.nochecked{
    color:rgb(98, 99, 105);
} 
pre {
  margin: 20px;
  padding: 10px;
  background: #eee;
  border: 1px solid silver;
  border-radius: 4px;
}

/*
   this is important!
   make sure you define this here
   or in jQuery codef
*/
.resizable{
	 use-select: none;
	 -webkit-user-select: none;
	  }
    
input[type='radio']:after {
        width: 15px;
        height: 15px;
        border-radius: 15px;
        top: -2px;
        left: -1px;
        position: relative;
        background-color: #d1d3d1;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 2px solid white;
    }

    input[type='radio']:checked:after {
        width: 15px;
        height: 15px;
        border-radius: 15px;
        top: -2px;
        left: -1px;
        position: relative;
        background-color: #ffa500;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 2px solid white;
    }
.navbar-headerCorp {
    height: 98px;
    background-color: #003056 !important;
    border-bottom: solid 4px #ff3734 !important;
    z-index:3 !important;
}
.logo_adm {
    background-image: url(../../Images/multiva-web.png);
    margin-top: 2em;
    margin-left: 5%; 
    width: 312px;
    height: 88px; /*LYCN: QUITÉ ESTAS OPCIONES PARA QUE NO AFECTARÁN EL DISEÑO*/
    background-repeat: no-repeat;
    /*position: fixed;*/ /*LYCN: QUITÉ ESTAS OPCIONES PARA QUE NO AFECTARÁN EL DISEÑO*/
}
.logo_nologin {
    background-image: url(../../Images/multiva-web.png);
    background-size:60% auto; /*KGP ADAPTAR LA IMAGEN AL DIV*/
    margin-top: 2em;
    margin-left: 5%; 
    /*max-width:50%;*/
    image-rendering: pixelated;
    width: 312px;
    height: 88px; /*LYCN: QUITÉ ESTAS OPCIONES PARA QUE NO AFECTARÁN EL DISEÑO*/
    background-repeat: no-repeat;
    /*position: fixed;*/ /*LYCN: QUITÉ ESTAS OPCIONES PARA QUE NO AFECTARÁN EL DISEÑO*/
}
.loginHeader {
    font-size: 14px;
}

/*LYCN: SE AGREGÓ ESTE MARGEN PARA QUE LAS OPCIONES DEL MENÚ ESTÉN EN LA PARTE INFERIOR Y NO ARRIBA*/
.margen-sup {
    margin-top:44px;
}

/*LYCN: COLOR Y FONDO DE LAS OPCIONES DEL MENÚ RESPONSIVE*/
.opmenu {
    /*background-color: #003056;*/
    color: white !important;
}
.active {
        background-color: #ea2c2c;

    /*background-color:rgb(35, 91, 160) !important;*/
}

.titulo_a {
    margin-top:2em;
    text-align:center;
    color:#003056;
    margin-bottom:40px;
    text-transform:uppercase;
}
/*LYCN: TEXTO LOGIN BIENVENIDA */
.us-login {
    text-align:center;
    font-size: 1em;
}
.us-login a {
    color:#ffffff;
    text-align:center;

}
.gral-login {
    text-align: center;
    font-size: 1em;
}

.gral-login a {
    color:#ffffff;
    text-align:center;
    text-decoration: underline;
}

.boton-login {
    font-size: 1em;
    text-align:center;
    width: 150px;
}

.boton-login a {
    color:#ffffff;
    border: 1px solid #ffffff;
    padding:5px 20px;
}

.boton-login a:hover {
    color: #ffffff;
    border: 1px solid #ffffff;
    padding: 5px 20px;
}

.boton-login a:visited {
    color: #ffffff;
    border: 1px solid #ffffff;
    padding: 5px 20px;
}

.datos-partial{
    display:inline-block;
}

/*LYCN: TEXTO LOGIN BIENVENIDA */

.pleca {
    background: #003056;
   
    color:#ffffff;
    padding:15px;
    text-align:center;
}
.pleca-nologin {
    background: #003056 !important;
    background: linear-gradient(180deg,rgba(0, 48, 86, 1) 0%, rgba(0, 58, 110, 1) 50%) !important;
    color: #ffffff;
    display: flex;
    align-items: center;
}
.navbar .navbar-default .navbar-headerCorp{
    border-radius: 0px !important;
}

.navbar-default {
    border-color: #003056 !important;
    border-radius: 0px !important;
}

/*CSS LOGIN */

/*CSS PLANTILLA NUEVA*/

/*LYCN: Aquí coloqué clases de los filtros*/

.filtros-short {
    width:24%;
    display:inline-block !important;
    height: 25px;
    border: 1px solid #ccc;
    height: 34px;
    color:rgb(98, 99, 105);
}

/*LYCN: Le puse un margen top a buscador filtros y fecha para que los filtros quedaran a la misma altura.*/
#buscador_filtros {
   margin-top:8px;
   display:inline-block;
}
#fecha {
    margin-top:8px;
}
/*.buscador_filtros p {
    padding-left:25px;
}*/
#otros_filtros {
    /*padding-top:10px;*/
}
.texto-filtros {
    font-size:1em;
    margin-bottom:5px;
    font-family:sans-serif;
}

.datepicker {
    background:#ffffff !important;
    width:100%;
}

#lupa {
    display:inline-block;
}

/*END*/

/*Botones menu triada*/
.btn3main{
    background-color: #3B0B0B; display: block; transform: scale(.9); white-space: normal; margin-top: 2px; margin-bottom: 2px; position: relative !important;
}

.limiter {
    width: 100%;
    margin: 0 auto;
}


.container-login100 {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    flex-wrap: wrap;
}

.login100-more {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: calc(100% - 520px);
    position: relative;
    z-index: 1;
}

.wrap-login100 {
    width: 520px;
    min-height: 100vh;
    background: #fff;
    border-radius: 2px;
    position: relative;
}
.p-r-50 {
    padding-right: 50px;
}
.p-l-50 {
    padding-left: 50px;
}

.p-b-50 {
    padding-bottom: 50px;
}
/*.p-t-72 {
    padding-top: 72px;
}*/

.login100-form {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
/**/
.iconos {
    /*width: 500px;
    height: 150px;
    margin-top: 25px;*/

}

.ordenes_de_compra {
    width: 112px;
    height: 137px;
    /*float: left;*/
    /*margin-left: 25px;*/
}

.texto_OC {
    font-size: 1em !Important;
    font-weight: bolder !Important;
    color: rgb(98, 99, 105);
    text-shadow: 1px 2px 1px #fff6e6, 0px 0px 0px black, 0px 0px 2px white;
    margin-bottom: 15px;
    width: 111px;
    height: 25px;
    /*float: left;*/
}

.imagen_OC {
    width: 112px;
    height: 80px;
    background: url(../../Images/ordenes_compra.png);
    /*float: left;*/
}

.ordenes_confirmadas {
    width: 112px;
    height: 137px;
    /*float: left;*/
}

.texto_confirm {
    font-size: 1em !Important;
    font-weight: bolder !Important;
    color: rgb(98, 99, 105);
    text-shadow: 1px 2px 1px #fff6e6, 0px 0px 0px black, 0px 0px 2px white;
    margin-bottom: 15px;
    width: 111px;
    height: 25px;
    /*float: left;*/
}

.imagen_confirm {
    width: 112px;
    height: 80px;
    background: url(../../Images/ordenes_confirm.png);
    /*float: left;*/
}

.recepcion {
    width: 112px;
    height: 137px;
    /*float: left;*/
}

.texto_recepcion {
    font-size: 1em !Important;
    font-weight: bolder !Important;
    color: rgb(98, 99, 105);
    text-shadow: 1px 2px 1px #fff6e6, 0px 0px 0px black, 0px 0px 2px white;
    margin-bottom: 15px;
    width: 111px;
    height: 25px;
    /*float: left;*/
}

.imagen_recepcion {
    width: 112px;
    height: 80px;
    background: url(../../Images/facturas.png);
    /*float: left;*/
}

.status_pago {
    width: 112px;
    height: 137px;
    /*float: left;*/
}

.texto_pago {
    font-size: 1em !Important;
    font-weight: bolder !Important;
    color: rgb(98, 99, 105);
    text-shadow: 1px 2px 1px #fff6e6, 0px 0px 0px black, 0px 0px 2px white;
    margin-bottom: 15px;
    width: 111px;
    height: 25px;
    /*float: left;*/
}

.imagen_pago {
    width: 112px;
    height: 80px;
    background: url(../../Images/status_pago.png);
    /*float: left;*/
}

.texto_azul {
    font-size: 1.22em !Important;
    font-weight: bolder !Important;
    color: rgb(35, 91, 160);
    text-shadow: 1px 2px 4px #fff6e6, 0px 0px 0px black, 0px 0px 2px white;
    margin-bottom: 15px;
}

.ImageLogin {
    background-image: url(../../Images/login_lateral.png);
    border: none;
    width: 190px;
    height: 84px;
}

.UserTextbox {
    background: url("../../Images/login_user.png") no-repeat white 10px;
}

.PassTextbox {
    background: url("../../Images/login_pass.png") no-repeat white 10px;
}

/*-------------checkbox login----------------*/
.checkbox-custom, .radio-custom {
    opacity: 0;
    position: absolute;
}

.checkbox-custom, .checkbox-custom-label, .radio-custom, .radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
}

.checkbox-custom-label, .radio-custom-label {
    position: relative;
}

.checkbox-custom + input + label {
    display: inline-block;
    /*font: normal normal normal 14px/1 FontAwesome;*/
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

    .checkbox-custom + input + label:before {
        content: "";
        background: #FFFFFF;
        /* border: 2px solid #ddd; */
        display: inline-block;
        vertical-align: middle;
        width: 10px;
        height: 10px;
        padding: 2px;
        margin-right: 10px;
        text-align: center;
    }

.checkbox-custom:checked + input + label:before {
    content: "";
    background: #235BA0;
}


/*.checkbox-custom + .checkbox-custom-label:before, .radio-custom + .radio-custom-label:before {
    content: '';
    background: #fff;
    border: 2px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
}

.checkbox-custom:checked + .checkbox-custom-label:before {
    background: rebeccapurple;
}
*/
.radio-custom + .radio-custom-label:before {
    border-radius: 50%;
}

.radio-custom:checked + .radio-custom-label:before {
    background: #ccc;
}


.checkbox-custom:focus + .checkbox-custom-label, .radio-custom:focus + .radio-custom-label {
    outline: 1px solid #ddd; /* focus style */
}

/*-----------------------------*/
h4 {
    font-size: 1.7em !Important;
    font-weight: bolder !Important;
    color: rgba(64, 64, 64, 0.81);
    text-shadow: 1px 2px 4px #fff6e6, 0px 0px 0px black, 0px 0px 2px white;
    margin-bottom: 15px;
}
fieldset ol {
    padding: 0;
    list-style: none;
}
fieldset, img {
    border: 0;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
}
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}
fieldset legend {
    display: none;
}
fieldset ol li {
    padding-bottom: 5px;
}

li {
    list-style: none;
}

#loginForm input[type="text"], #loginForm input[type="password"] {
    padding-left: 30px;
}
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    padding: 5px;
    /*-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 1px #d56664 solid;
    border-radius: 5px;
    background: #edabaa; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    /*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkYWJhYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZTc5NzgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #edabaa 0%, #de7978 100%); /* FF3.6+ */
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#edabaa), color-stop(100%,#de7978)); /* Chrome,Safari4+ */
    /*background: -webkit-linear-gradient(top, #edabaa 0%,#de7978 100%); /* Chrome10+,Safari5.1+ */
    /*background: -o-linear-gradient(top, #edabaa 0%,#de7978 100%); /* Opera 11.10+ */
    /*background: -ms-linear-gradient(top, #edabaa 0%,#de7978 100%); /* IE10+ */
    /*background: linear-gradient(to bottom, #edabaa 0%,#de7978 100%); /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edabaa', endColorstr='#de7978',GradientType=0 ); /* IE6-8 */
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-size: 1em;
}

.validation-summary-valid {
    display: none;
}



.login-page {
  padding: 8% 0 0;
}
.form {
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  margin: 0 auto 100px;
  padding: 45px;
  text-align: center;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}
.form input {
  font-family: "Roboto", sans-serif;
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  border: 0;
  /*margin: 0 0 15px;*/
  padding: 15px 15px 15px 35px;
  box-sizing: border-box;
  font-size: 14px;
}
.form button {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  outline: 0;
  background: #4CAF50;
  width: 100%;
  border: 0;
  padding: 15px;
  color: #FFFFFF;
  font-size: 14px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
}
.form button:hover,.form button:active,.form button:focus {
  background: #43A047;
}
.form .message {
  margin: 15px 0 0;
  color: #b3b3b3;
  font-size: 12px;
}
.form .message a {
  color: #4CAF50;
  text-decoration: none;
}
.form .register-form {
  display: none;
}



.input {
    position: relative;
    width: 90%;
    margin: 15px auto;
}
  .input span{
    position: absolute;
    display: block;
    color: lightgray;
    left: 10px;
    top: 8px;
    font-size: 20px;
    margin-right: 8px;
  }

    /*.input input {
        width: 100%;
        padding: 10px 5px 10px 40px;
        display: block;
        border: 1px solid #EDEDED;
        border-radius: 4px;
        transition: 0.2s ease-out;
        color: darken(#EDEDED, 30%);
    }*/
    .input:focus{
      padding: 10px 5px 10px 10px;
      outline: 0;
      border-color: #FF7052;
    }
  
 .Center {
           

            position: fixed;
            top: 50%;
            left: 50%;
            margin-top: -100px;
            margin-left: -100px;
        }
/*FIN CSS LOGIN*/


/*------------------------------------------------------------DIVS------------------------------------------------------------------*/
.div_centrado {
    position: absolute;
    top: 50%;
    left: 50%;
}

.div_contenedor {
    height: 150%;
    width: 100%;
}

    .div_contenedor::before {
        content: '';
        display: inline-block;
        margin: middle;
        vertical-align: middle;
        height: 100%;
    }

.divPadre {
    height: 100px;
    width: 800px;
    text-align: center;
    background-color: blue;
}

.divHijo {
    width: 80%;
    margin: 0px auto;
}

.contenido{
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-gap: 2px;
    }

    @media screen and (max-width: 850px) {
        .form {
            margin: 0 15% 100px;/*PARA CENTRAR LOS CUADROS DEL LOGIN*/
        }
    }/*media 850px*/

    @media screen and (max-width: 480px) {
      .contenido{
        grid-template-columns: 1fr;
        color: red;
      }
      /*SE AGREGÓ ESTAS CLASES ORIGINALES DE BOOTSTRAP PARA QUE LOS ICONOS DE LOGIN ESTÉN ALINEADOS AL CENTRO EN EL RESPONSIVE. ORIGINALMENTE NO ESTÁN ASÍ DESDE BOOTSTRAP*/
        .icons_login {
            float: none !important;
            padding-right: 0 !important;
            padding-left: 0 !important;
        }
      /*END*/
       .form {
            margin: 0 5% 100px; /*LYCN: PARA CENTRAR LOS CUADROS DEL LOGIN*/
        }
       .logo_adm {
            margin-top: -30px;/*LYCN: PARA QUE EL LOGO ESTÉ BIEN ALINEADO EN EL RESPONSIVE*/
        }
        /*LYCN: QUITÉ EL MARGEN PARA QUE EL COLLAPSE SE VEA BIEN*/
        .margen-sup {
            margin-top:0px;
        }
        /*LYCN: TEXTO LOGIN BIENVENIDA */
        .us-login {
            text-align:center;
            font-size: .8em;

        }
        .gral-login {
            font-size: .8em;
        }
        /*LYCN:FILTROS*/
        .filtros-short {
            width: 100%;
            margin-top:15px;
            padding:5px;
            border: 1px solid #ccc;
            height: 34px;
        }
        #otros_filtros {
            padding-top:0;
        }
        .btn-op {
            margin-top: 20px;
            margin-left:25%;
        }
        #calendarios{
            max-width:100%;
        }
    }/*media 480px*/

    .opciones {
            background-color: #003056;
            text-align: center;
            font-family: 'Roboto', sans-serif;
            font-weight: 700;
            border: 2px solid #ffffff;
            padding-top: 0.5%;
            padding-bottom: 0.5%;
              width:auto;
    display: table-cell;
        text-align: center;
        vertical-align:central;
        color:white!important;
            /*padding: 6px 12px;
    display: table-cell;*/
        }
 .tablaBarra{
  
    overflow: hidden;
    margin: 0 0 40px 0;
    width: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    display: table;
    margin-top: 20px;
}

 h1, h2, h3,
h4, h5, h6 {
    color: #3e3e3e;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.22em !Important;
    font-weight: bolder !Important;
    color: rgba(64, 64, 64, 0.81);
    text-shadow: 1px 2px 4px #fff6e6, 0px 0px 0px black, 0px 0px 2px white;
    margin-bottom: 15px;
    /* background: #8e4a12;
    color: white;
    height: 35px;
    padding-top: 18px;
    padding-left: 5px;
    font-family: "Myriad-Pro";
    margin-bottom: 10px;*/
}

h3 {
    font-size: 1.5em;
}

h4 {
    font-size: 1.7em !Important;
    font-weight: bolder !Important;
    color: rgba(64, 64, 64, 0.81);
    text-shadow: 1px 2px 4px #fff6e6, 0px 0px 0px black, 0px 0px 2px white;
    margin-bottom: 15px;
}

h5 {
    /*padding-top: 7px;*/
}

h5, h6 {
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }


    .renglon.titulo {
    font-size: 10px;
    color: #ffffff;
    height: 50px;
  width: 100% !IMPORTANT;
     


}

.renglon {
    display: table-row;
    /*background: #f6f6f6;*/
}

/*ajustes oct/21*/

.container_c {
    position: relative;
    width:100%;
}

.counter {
    width: 100%;
    background-color: #333;
    padding: 5px;
    color: #ffffff;
}

.instrucc {
    width: 100%;
    background-color: rgba(0,0,0,0.0980392);
    padding: 5px;
    color: #333333;
}


/*KGP NUEVOS ESTILOS, MODAL Y TABLA RESPONSIVA: KARINA GARNICA, ESTILOS VARIOS: YANETH*/
/*.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}


.modal-contenido {
    margin: 15% auto;
    width: 80%;
}

.modal-titulo {
    background-color: #003056;
    height: 20px;
    width: 100%;
    border-radius: 15px 15px 0px 0px;
    padding: 20px;
}

.modal-cuerpo {
    background-color: #FFFFFF;
    width: 100%;
    border-radius: 0px 0px 15px 15px;
    padding: 20px;
}*/

.close {
    color: #F5F5F5;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover, .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

.dot {
    height: 25px;
    width: 25px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
}

/*.breadcrumb {
    background-color: #003056;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    border: 2px solid #ffffff;
}*/

.cuerpo_tabla {
    background-color: #f4f4f4;
    font-family: 'Roboto', sans-serif;
    font-size: .9 em;
}

    /*.cuerpo_tabla td {
        padding: 2px;
    }*/

.table-text {
    font-family: 'Roboto', sans-serif;
    font-size: .9 em;
}

/*.counter {
    width: 100%;
    background-color: #333;
    padding: 5px;
    color: #ffffff;
}*/
.etiqueta {
    font-weight: 700;
    display: block;
    font-size: 1.2em;
}
.txtOC {
    width: 100%;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom: 1px solid #C00;
    background-image: url('../../Images/eye.png') !important;
    background-repeat: no-repeat;
    background-position: center right;
    background-origin: content-box;
    white-space: normal;
    cursor: pointer;
}

.exportarbtn
{
	display: inline-block; */
    background-color: #00B0F2;
    border: none;
    color: #FFFFFF;
    padding: 4px 25px;
    text-align: center;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    margin-left: 15px;
    text-decoration: none;
    font-size: 14px;
    border-bottom: 5px solid #2E7D51;
    border-radius: 2px;
    color: #fff!important;
    background-color: rgb(62, 165, 107)!important;
    float: right;
    text-align: center;
    -o-text-overflow: clip;
    text-overflow: clip;
    text-shadow: 0 0 2px rgba(0,0,0,0.0980392) , 0 1px 2px rgba(0,0,0,0.298039) , 0 2px 2px rgba(0,0,0,0.2) , 0 5px 5px rgba(0,0,0,0.247059) , 0 5px 10px rgba(0,0,0,0.2) , 0 20px 20px rgba(0,0,0,0.14902);
    -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    cursor: pointer;
    width: 175px;
	}
.rfacil {
    width: 100%;
}
.fondo {
    background-color: #666666;
    width: 100%;
    /*position: relative !important;*/
}
.lineaf {
    height: 2px;
    width: 100%;
    float: left;
    /*border-bottom: 1px solid white;*/
    opacity: .2;
}

.copyright_rfacil {
    color: #FFF;
    float: left;
    font-family: Helvetica;
    font-size: 11px;
    height: 40px;
    line-height: 1.2;
    padding-top: 23px;
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
    position: relative !important;
}



/*ESTAS CLASES SON PARA LAS LABEL DE DETALLES*/
.etiquetaDetalles {
    font-weight: 700;
    display: block;
    font-size: 1.2em;
}
.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
}

.btn-circle:hover {
    background-color: #dc3545;
}

.btn-op {
    background-color: #4CAF50;
    color: #fff;
    border: none;
}

/*Stilos para los status{======>*/
.Valido {
    background: url("../../Images/valido.png") no-repeat 0px 0px;
    height: 30px;
    width: 100px;
    /*background:Green;
    color:White;
    font-weight:bold;
    border:1px solid #000;
    padding:3px;
    width:85%;
    margin:0px auto;*/
}

.NoValido {
    background: url("../../Images/no_valido.png") no-repeat 0px 0px;
    height: 30px;
    width: 100px;
    /* background:#ED1B24;
    color:White;
    border:1px solid #000;
    font-weight:bold;
    padding:3px;
    width:90px;
    margin:0px auto;*/
}

.Cancelado {
    background: url("../../Images/cancelado.png") no-repeat 0px 0px;
    height: 30px;
    width: 100px;
    /*background:#FFFFFF;
    color:#FB2904;
    border:2px dashed #FB2904;
    font-weight:bold;
    font-size:16px;
    padding:3px;
    width:90%;
    margin:0px auto;*/
}

.Revalidacion {
    background: url("../../Images/rev_sat.png") no-repeat 0px 0px;
    height: 30px;
    width: 100px;
    /*background:#DCEBF9;
    color:rgb(252, 3, 63);
    font-weight:bold;
    border:1px solid #000;
    padding:3px;
    width:90%;
    margin:0px auto;
    font-size:13px;*/
}

.rev_oc {
    background: url("../../Images/rev_oc.png") no-repeat 0px 0px;
    height: 30px;
    width: 100px;
}

.rev_sat_oc {
    background: url("../Images/rev_sat_oc.png") no-repeat 0px 0px;
    height: 30px;
    width: 100px;
}

.action {
    width: 10px;
    height: 15px;
    display: inline-block;
    background-position: 0px;
    margin-left: 5px;
}
.downxml {
    width: 24px;
    background: url(../../Images/icono_xml.png) no-repeat;
}

.downpdf {
    width: 24px;
    background: url(../../Images/icono_acuse.png) no-repeat;
}

.down_pdfxml {
    width: 24px;
    background: url(../../Images/pdf.png) no-repeat;
}


/*<==============*/
/* Style the input container */
.input-container {
  display: flex;
  width: 100%;
  /*margin-bottom: 15px;*/
}

/* Style the form icons */
.icon {
  padding: 10px;
  border-radius: 4px 0px 0px 4px;
  background-color:transparent !important;
  font-size:1em;
  /*background: dodgerblue;*/
  background-color:lightblue;
  color: #666666;
  min-width: 50px;
  text-align: center;
}

/* Style the input fields */
.input-field {
  width: 100%;
  padding: 10px;
  outline: none;
}

.input-field:focus {
  border: 2px solid dodgerblue;
}

/* Set a style for the submit button */
.btn {
  background-color: dodgerblue;
  color: white;
  padding: 15px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  opacity: 0.9;
}

.btn:hover {
  opacity: 1;
}

/*Se agregó la clase buttonColors para el menú informativo que te indica en que vista estás*/
/**/
.buttonColorsx {
    width:30%;
    background-color: #cccccc;
            /*border-radius: 0.5em;*/
            border: none;
            cursor: pointer;
            /*height: 40px;*/
            text-transform: uppercase;
            font-weight: bold;
            font-family: sans-serif;
            letter-spacing: 0.1em;
            position: relative;
            overflow: hidden;
            font-size: 0.8em;
            color: white !important;
            margin: 0 0.5em;
            padding: 12px;
            display:inline-block;
}

    .activebtn {
        background-color: #4CAF50;
    }
.buttonColors {
            background-color: #4CAF50;
            /*border-radius: 0.5em;*/
            border: none;
            cursor: pointer;
            /*height: 40px;*/
            text-transform: uppercase;
            font-weight: bold;
            font-family: sans-serif;
            letter-spacing: 0.1em;
            position: relative;
            overflow: hidden;
            font-size: 0.8em;
            color: white !important;
            margin: 0 0.5em;
            padding: 12px;
        }

            .buttonColors:hover {
                background-color: #cccccc !important;
                transform: scale(.9);
            }

            .buttonColors i{
                font-size:1.8em;
            }

.activeButonColor {
                    background-color: #ff3734 !important;

}

.divDisabled {
    pointer-events: none;
    /*opacity: 0.4;*/
}
.headerProrrateo{
    color: white !important;
    background-color: dimgray !important;
      font-weight:bold;
}
.btn-success:hover {
background-color: #ff3734 !important;
                transform: scale(.9);
                text-transform: uppercase;
}
footer {
  width: 100%;
    clear: both;
    background-color: #333333;
    font-size: .8em;
    height: 100px;
    color: white !important;
    
    margin-top:10px;
      /*position: fixed;*/
  bottom: 0; 
}
html {
  min-height: 100%;
  position: relative;
}
body {
  margin: 0;
  margin-bottom: 40px;
}

@media (max-width: 1024px){
    .buttonColors {
            font-size: 0.7em;
        }
    .buttonColors i{
        width:100%;
    }
    .buttonColorsx i {
         width:100%;
    }
    .buttonColorsx {
        font-size: 0.7em;
    }
}
.opcionesMenu{}
.opmenu:hover{
    background-color: #003056 !important;
}
@media (max-width: 862px){
    #buscador_filtros {
        width:100%;
    }
}

@media (max-width: 500px){
    #lupa {
        width:100%;
        margin-top:10px;
    }

    .buttonColorsx {
        width:29%;
        position: relative;
        overflow: hidden;
        font-size: 0.6em;
        height:70px;
    }
    .logo_nologin {
    background-image: url(../../Images/multiva-web.png);
    background-size:40% auto; /*KGP ADAPTAR LA IMAGEN AL DIV*/
    margin-top: 2em;
    margin-left: 5%; 
    /*max-width:50%;*/
    image-rendering: pixelated;
    width: 312px;
    height: 88px; /*LYCN: QUITÉ ESTAS OPCIONES PARA QUE NO AFECTARÁN EL DISEÑO*/
    background-repeat: no-repeat;
    /*position: fixed;*/ /*LYCN: QUITÉ ESTAS OPCIONES PARA QUE NO AFECTARÁN EL DISEÑO*/
}
}
.activePage{
   font-weight: bold;
   text-decoration: underline;
   /*color:#23527c !important;*/
}
.selectCategory{
    /*background-color:ActiveCaption;*/
    background-color:#EEEEEE !important;
    flex-wrap: wrap; 
    margin-top:20px;
    padding:12px;
}
selectCategory tr td{
        background-color:ActiveCaption;

}
 .rowOculto {
            display: none !important;
        }
  .rowShow {
            display: table-row !important;
        }
  .PadreSelect{
      color: #003056;
   font-weight: bold;
  }
  .opcionesProrr{
      width:5% !important;
  }
/*.inner-addon {
  position: relative;
}
.inner-addon .fa {
  position: absolute;
  /*padding: 10px;*/
  /*pointer-events: none;
}
.left-addon .fa {
  left: 0px;
}
.right-addon .fa {
  right: 0px;
}
.left-addon input {
  padding-left: 30px;
}
.right-addon input {
  padding-right: 30px;
}*/

  /**********LOADERS ****************************/
  
/* ALL LOADERS */
.loader{
  width: 100px;
  height: 100px;
  border-radius: 100%;
  position: relative;
  margin: 0 auto;
}

/* LOADER 1 */

#loader-1:before, #loader-1:after{
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 10px solid transparent;
  border-top-color: #4CAF50;
}

#loader-1:before{
  z-index: 100;
  animation: spin 2s infinite;
}

#loader-1:after{
  border: 10px solid #ccc;
}

@keyframes spin{
  0%{
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100%{
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* LOADER 2 */

#loader-2 span{
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #3498db;
  margin: 35px 5px;
}

#loader-2 span:nth-child(1){
  animation: bounce 1s ease-in-out infinite;
}

#loader-2 span:nth-child(2){
  animation: bounce 1s ease-in-out 0.33s infinite;
}

#loader-2 span:nth-child(3){
  animation: bounce 1s ease-in-out 0.66s infinite;
}

@keyframes bounce{
  0%, 75%, 100%{
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  25%{
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

/* LOADER 3 */

#loader-3:before, #loader-3:after{
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: calc(50% - 10px);
  background-color: #3498db;
  animation: squaremove 1s ease-in-out infinite;
}

#loader-3:after{
  bottom: 0;
  animation-delay: 0.5s;
}

@keyframes squaremove{
  0%, 100%{
    -webkit-transform: translate(0,0) rotate(0);
    -ms-transform: translate(0,0) rotate(0);
    -o-transform: translate(0,0) rotate(0);
    transform: translate(0,0) rotate(0);
  }

  25%{
    -webkit-transform: translate(40px,40px) rotate(45deg);
    -ms-transform: translate(40px,40px) rotate(45deg);
    -o-transform: translate(40px,40px) rotate(45deg);
    transform: translate(40px,40px) rotate(45deg);
  }

  50%{
    -webkit-transform: translate(0px,80px) rotate(0deg);
    -ms-transform: translate(0px,80px) rotate(0deg);
    -o-transform: translate(0px,80px) rotate(0deg);
    transform: translate(0px,80px) rotate(0deg);
  }

  75%{
    -webkit-transform: translate(-40px,40px) rotate(45deg);
    -ms-transform: translate(-40px,40px) rotate(45deg);
    -o-transform: translate(-40px,40px) rotate(45deg);
    transform: translate(-40px,40px) rotate(45deg);
  }
}

/* LOADER 4 */

#loader-4 span{
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #4CAF50;
  margin: 35px 5px;
  opacity: 0;
}

#loader-4 span:nth-child(1){
  animation: opacitychange 1s ease-in-out infinite;
}

#loader-4 span:nth-child(2){
  animation: opacitychange 1s ease-in-out 0.33s infinite;
}

#loader-4 span:nth-child(3){
  animation: opacitychange 1s ease-in-out 0.66s infinite;
}
#loader-4 span:nth-child(4){
  animation: opacitychange 1s ease-in-out 0.99s infinite;
}
@keyframes opacitychange{
  0%, 100%{
    opacity: 0;
  }

  60%{
    opacity: 1;
  }
}

/* LOADER 5 */

#loader-5 span{
  display: block;
  position: absolute;
  left: calc(50% - 20px);
  top: calc(50% - 20px);
  width: 20px;
  height: 20px;
  background-color: #3498db;
}

#loader-5 span:nth-child(2){
  animation: moveanimation1 1s ease-in-out infinite;
}

#loader-5 span:nth-child(3){
  animation: moveanimation2 1s ease-in-out infinite;
}

#loader-5 span:nth-child(4){
  animation: moveanimation3 1s ease-in-out infinite;
}

@keyframes moveanimation1{
  0%, 100%{
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }

  75%{
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    -o-transform: translateX(30px);
    transform: translateX(30px);
  }
}

@keyframes moveanimation2{
  0%, 100%{
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }

  75%{
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
  }
}

@keyframes moveanimation3{
  0%, 100%{
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

  75%{
    -webkit-transform: translate(30px, 30px);
    -ms-transform: translate(30px, 30px);
    -o-transform: translate(30px, 30px);
    transform: translate(30px, 30px);
  }
}

/* LOADER 6 */

#loader-6{
  top: 40px;
  left: -2.5px;
}

#loader-6 span{
  display: inline-block;
  width: 5px;
  height: 20px;
  background-color: #3498db;
}

#loader-6 span:nth-child(1){
  animation: grow 1s ease-in-out infinite;
}

#loader-6 span:nth-child(2){
  animation: grow 1s ease-in-out 0.15s infinite;
}

#loader-6 span:nth-child(3){
  animation: grow 1s ease-in-out 0.30s infinite;
}

#loader-6 span:nth-child(4){
  animation: grow 1s ease-in-out 0.45s infinite;
}

@keyframes grow{
  0%, 100%{
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
  }

  50%{
    -webkit-transform: scaleY(1.8);
    -ms-transform: scaleY(1.8);
    -o-transform: scaleY(1.8);
    transform: scaleY(1.8);
  }
}

/* LOADER 7 */

#loader-7{
  -webkit-perspective: 120px;
  -moz-perspective: 120px;
  -ms-perspective: 120px;
  perspective: 120px;
}

#loader-7:before{
  content: "";
  position: absolute;
  left: 25px;
  top: 25px;
  width: 50px;
  height: 50px;
  background-color: #3498db;
  animation: flip 1s infinite;
}

@keyframes flip {
  0% {
    transform: rotate(0);
  }

  50% {
    transform: rotateY(180deg);
  }

  100% {
    transform: rotateY(180deg)  rotateX(180deg);
  }
}

/* LOADER 8 */

#loader-8:before{
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: calc(50% - 10px);
  left: 0px;
  background-color: #3498db;
  animation: rotatemove 1s infinite;
}

@keyframes rotatemove{
  0%{
    -webkit-transform: scale(1) translateX(0px);
    -ms-transform: scale(1) translateX(0px);
    -o-transform: scale(1) translateX(0px);
    transform: scale(1) translateX(0px);
  }

  100%{
    -webkit-transform: scale(2) translateX(45px);
    -ms-transform: scale(2) translateX(45px);
    -o-transform: scale(2) translateX(45px);
    transform: scale(2) translateX(45px);
  }
}


.glyphicon.spinning {
    animation: spin 1s infinite linear;
    -webkit-animation: spin2 1s infinite linear;
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg); }
    to { transform: scale(1) rotate(360deg); }
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}


.loaderBar {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.loader-page {
    position: fixed;
    z-index: 25000;
    background: #0d0d0d;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition:all .3s ease;
      opacity: 0.5;

  }

  @keyframes rotarload {
      0%   {transform: rotate(0deg)}
      100% {transform: rotate(360deg)}
  }
 
  .searchbar{
    margin-bottom: auto;
    margin-top: auto;
    height: 60px;
    background-color: #353b48;
    border-radius: 30px;
    padding: 10px;
    }

    .search_input{
    color: white;
    border: 0;
    outline: 0;
    background: none;
    width: 0;
    caret-color:transparent;
    line-height: 40px;
    transition: width 0.4s linear;
    }

    .searchbar:hover > .search_input{
    padding: 0 10px;
    width: 450px;
    caret-color:red;
    transition: width 0.4s linear;
    }

    .searchbar:hover > .search_icon{
    background: white;
    color: #e74c3c;
    }

    .search_icon{
    height: 40px;
    width: 40px;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color:white;
    text-decoration:none;
    }

    .tooltip-container {
  margin: 0 auto;
  display: inline-block;
}

/* EMPIEZA AQUÍ */

.tooltip-container {
  position: relative;
  cursor: pointer;
}

.tooltip-one {
  /*padding: 18px 32px;*/
  background: black;
  
 /*width: 220px;*/
  border-radius: 5px;
  text-align: center;
  /*filter: drop-shadow(0 3px 5px #ccc);*/
  line-height: 1.5;
  display: none;
  /*bottom: 40px;*/
  bottom: 0px;
  right: 50%;
  margin-right: -110px;
  /*opacity: 1;*/
  color: white;
}

.tooltip-one:after {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 50%;
  margin-left: -9px;
  
  background: white;
  transform: rotate(45deg);
}

.tooltip-trigger:hover + .tooltip-one {
  display: block;
}

.containerMessage {
  border: 2px solid #dedede;
  background-color: #f1f1f1;
  border-radius: 5px;
  padding: 10px;
  margin: 10px 0;
}

.darker {
  border-color: #ccc;
  background-color: #ddd;
}

.containerMessage::after {
  content: "";
  clear: both;
  display: table;
}

.containerMessage img {
  float: left;
  max-width: 60px;
  width: 100%;
  margin-right: 20px;
  border-radius: 50%;
}
.containerMessage i {
  float: left;
  max-width: 60px;
  width: 100%;
  margin-right: 20px;
  border-radius: 50%;
}
.containerMessage img.right {
  float: right;
  margin-left: 20px;
  margin-right:0;
}
.containerMessage i.right {
  float: right;
  margin-left: 20px;
  margin-right:0;
}
.time-right {
  float: right;
  color: #aaa;
}

.time-left {
  float: left;
  color: #999;
}
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400);

.containerChat {
    width: 400px;
    padding: 10px;
}

.message-blue {
    position: relative;
    margin-left: 20px;
    margin-bottom: 10px;
    padding: 10px;
    background-color: #A8DDFD;
    width: 200px;
    height: 50px;
    text-align: left;
    font: 400 .9em 'Open Sans', sans-serif;
    border: 1px solid #97C6E3;
    border-radius: 10px;
}

.message-orange {
    position: relative;
    margin-bottom: 10px;
    margin-left: calc(100% - 240px);
    padding: 10px;
    background-color: #f8e896;
    width: 200px;
    height: 50px;
    text-align: left;
    font: 400 .9em 'Open Sans', sans-serif;
    border: 1px solid #dfd087;
    border-radius: 10px;
}

.message-content {
    padding: 0;
    margin: 0;
}

.message-timestamp-right {
    position: absolute;
    font-size: .85em;
    font-weight: 300;
    bottom: 5px;
    right: 5px;
}

.message-timestamp-left {
    position: absolute;
    font-size: .85em;
    font-weight: 300;
    bottom: 5px;
    left: 5px;
}

.message-blue:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 15px solid #A8DDFD;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    top: 0;
    left: -15px;
}

.message-blue:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 17px solid #97C6E3;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    top: -1px;
    left: -17px;
}

.message-orange:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 15px solid #f8e896;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    bottom: 0;
    right: -15px;
}

.message-orange:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 17px solid #dfd087;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    bottom: -1px;
    right: -17px;
}













/******TABLE PANEL*/
.btn-group .btn {
    transition: background-color .3s ease;
}

.panel-table .panel-body {
    padding: 0;
}

.table > thead > tr > th {
    border-bottom: none;
}

.panel-footer, .panel-table .panel-body .table-bordered {
    border-style: none;
    margin: 0;
}

.panel-table .panel-body .table-bordered > thead > tr > th:first-of-type {
    text-align: center;
    width: 50px;
}

.panel-table .panel-body .table-bordered > thead > tr > th.col-tools {
    text-align: center;
    width: 120px;
}

.panel-table .panel-body .table-bordered > thead > tr > th:last-of-type,
.panel-table .panel-body .table-bordered > tbody > tr > td:last-of-type {
    border-right: 0;
}

.panel-table .panel-body .table-bordered > thead > tr > th:first-of-type,
.panel-table .panel-body .table-bordered > tbody > tr > td:first-of-type {
    border-left: 0;
}

.panel-table .panel-body .table-bordered > tbody > tr:first-of-type > td {
    border-bottom: 0;
}

.panel-table .panel-body .table-bordered > thead > tr:first-of-type > th {
    border-top: 0;
}

.pagination > li > a, .pagination > li > span {
    border-radius: 50% !important;
    margin: 0 5px;
}

.pagination {
    margin: 0;
}

.form-date {
padding: 3px;
display: flex;
flex-direction: column;
}
.form-date__label {
/*font-size: 16px;*/
font-size: 1em !important; 
font-weight: bold;
    color: #555;
    /*font-weight: 400;*/
    font-family: 'Poppins', sans-serif;}
.swal-button-Cancel{
color: #555;
    background-color: #efefef;
}

.tooltip-one-fijo {
  /*padding: 18px 32px;*/
  background: black;
  position: absolute;
 /*width: 220px;*/
  border-radius: 5px;
  text-align: center;
  /*filter: drop-shadow(0 3px 5px #ccc);*/
  line-height: 1.5;
  display: block;
  /*bottom: 40px;*/
  bottom: 0px;
  right: 50%;
  margin-right: -110px;
  /*opacity: 1;*/
  color: white;
}

.msg{
    padding:2px 2px;
    background: black;
    border-radius: 5px;
    text-align: center;
    color: white;
    line-height: 1.5;
}

.estatus1{
    color:gray;
    vertical-align:central;
}
.estatus12{
    color:#F2840F;
    vertical-align:central;
}
.estatus2 {
    color:#F2840F;
    vertical-align:central;
}
.estatus3{
    color:#F7CD74;
    vertical-align:central;
}
.estatus4{
    color:#F7B812;
    vertical-align:central;
}
.estatus5{
    color:greenyellow;
    vertical-align:central;
}
.estatus6{
    color:#AF0910;
    vertical-align:central;
}
.estatus7{
    color:#63060A;
    vertical-align:central;
}
.estatus8{
    color:#476F8A;
    vertical-align:central;
}
.estatus9{
    color:#A6CF8A;
    vertical-align:central;
}
.estatus10{
    color:green;
    vertical-align:central;
}
.estatus11{
    color:black;
    vertical-align:central;
}
.esperandoCFDI{
    color: #9ACD32;
    vertical-align:central;

}
.dropdown {
  position: relative;
  width: 200px;
}

.dropdown select {
  width: 100%;
}

.dropdown > * {
  box-sizing: border-box;
  height: 1.5em;
}

.dropdown input {
  position: absolute;
  width: calc(100% - 20px);
}
.theme-light, :root {
    --theme-text: #171717;
    --theme-text-subtle: #505050;
    --theme-text-invert: #fff;
    --theme-text-glow-high-contrast: #171717;
    --theme-box-shadow-light: hsla(0deg,0%,0%,0.11);
    --theme-box-shadow-medium: hsla(0deg,0%,0%,0.13);
    --theme-box-shadow-heavy: hsla(0deg,0%,0%,0.18);
    --theme-box-shadow-extra-heavy: hsla(0deg,0%,0%,0.22);
    --theme-overlay: hsla(0deg,0%,0%,0.7);
    --theme-overlay-invert: #fff;
    --theme-body-background: #fff;
    --theme-body-background-medium: #f2f2f2;
    --theme-alternate-background: #171717;
    --theme-alternate-background-medium: #2f2f2f;
    --theme-border: #e6e6e6;
    --theme-table-header: #e6e6e6;
    --theme-table-row: #f2f2f2;
    --theme-table-row-header: #fafafa;
    --theme-table-border-dark: #d2d2d2;
    --theme-hover-base: #2f2f2f;
    --theme-hover-invert: #fafafa;
    --theme-border-white-high-contrast: hsla(0deg,0%,100%,0);
    --theme-border-yellow-high-contrast: hsla(0deg,0%,0%,0);
    --theme-code-header: #e6e6e6;
    --theme-code-block: #f2f2f2;
    --theme-control-border: #757575;
    --theme-inline-code: #e6e6e6;
    --theme-code-highlight-background: #fff4ce;
    --theme-visited: #624991;
    --theme-score-low-off: hsla(0deg,100%,33%,0.3);
    --theme-score-low: #b62626;
    --theme-score-medium-off: hsla(44deg,100%,50%,0.3);
    --theme-score-medium: #ffb900;
    --theme-score-high-off: hsla(120deg,37%,45%,0.3);
    --theme-score-high: #2a8b2a;
    --theme-hyperlink: #0065b3;
    --theme-primary-base: #0078d4;
    --theme-primary-background: #d7eaf8;
    --theme-primary-background-glow-high-contrast: #d7eaf8;
    --theme-primary-dark: #004173;
    --theme-primary-hover: #0065b3;
    --theme-primary-active: #00579a;
    --theme-primary-box-shadow: hsla(206deg,100%,35%,0.3);
    --theme-primary-invert: #fff;
    --theme-secondary-base: #a2a2a2;
    --theme-secondary-background: #e6e6e6;
    --theme-secondary-background-glow-high-contrast: #e6e6e6;
    --theme-secondary-dark: #2f2f2f;
    --theme-secondary-hover: #d2d2d2;
    --theme-secondary-active: #d2d2d2;
    --theme-secondary-box-shadow: hsla(0deg,0%,0%,0.3);
    --theme-secondary-invert: #000;
    --theme-tertiary-base: #243a5e;
    --theme-tertiary-background: #061329;
    --theme-tertiary-background-glow-high-contrast: #061329;
    --theme-tertiary-dark: #a4b2c9;
    --theme-tertiary-hover: #14294c;
    --theme-tertiary-active: #70819f;
    --theme-tertiary-box-shadow: hsla(262deg,46%,17%,0.3);
    --theme-tertiary-invert: #fff;
    --theme-success-base: #107c10;
    --theme-success-background: #dff6dd;
    --theme-success-background-glow-high-contrast: #dff6dd;
    --theme-success-dark: #054b16;
    --theme-success-hover: #0b6413;
    --theme-success-active: #054b16;
    --theme-success-box-shadow: hsla(120deg,37%,45%,0.3);
    --theme-success-invert: #fff;
    --theme-info-base: #8661c5;
    --theme-info-background: #EFD9FE;
    --theme-info-background-glow-high-contrast: #efd9fd;
    --theme-info-dark: #3b2e58;
    --theme-info-hover: #8661c5;
    --theme-info-active: #624991;
    --theme-info-box-shadow: hsla(251deg,47%,18%,0.3);
    --theme-info-invert: #fff;
    --theme-warning-base: #ffb900;
    --theme-warning-background: #fff4ce;
    --theme-warning-background-glow-high-contrast: #fff4ce;
    --theme-warning-dark: #6a4b16;
    --theme-warning-hover: #d19501;
    --theme-warning-active: #966802;
    --theme-warning-box-shadow: hsla(44deg,100%,50%,0.3);
    --theme-warning-invert: #000;
    --theme-danger-base: #a80000;
    --theme-danger-background: #fde7e9;
    --theme-danger-background-glow-high-contrast: #fde7e9;
    --theme-danger-dark: #470001;
    --theme-danger-hover: #870000;
    --theme-danger-active: #630001;
    --theme-danger-box-shadow: hsla(0deg,100%,33%,0.3);
    --theme-danger-invert: #fff;
    --theme-facepile-red: #a80000;
    --theme-facepile-teal: #328e9f;
    --theme-facepile-blue: #0078d4;
}



.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-outline-plus {
    color: #003056 !IMPORTANT;
    background-color: transparent;
    background-image: none;
    border-color: #003056 !IMPORTANT;
}
.btn-outline-plus-hover{
     color: white !IMPORTANT;
    background-color:#003056!important;
}
.btn-outline-ops {
    color: gray !IMPORTANT;
    background-color: transparent;
    background-image: none;
    border-color: gray !IMPORTANT;

}
.btn-outline-ops-hover{
     color: white !IMPORTANT;
    background-color: gray !important;
}
.btn-outline-ops {
    color: gray !IMPORTANT;
    background-color: transparent;
    background-image: none;
    border-color: gray !IMPORTANT;

}
.btn-outline-ops-hover{
     color: white !IMPORTANT;
    background-color: gray !important;
}
.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}
.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.form-datos{
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 20%), 0 5px 5px 0 rgb(0 0 0 / 24%);
}
.resaltaRojo{
    color: rgb(172, 3, 3) !important;
}
.resaltaGris{
    color: rgb(98, 99, 105) !important;
}
.desplegable,
a[name='more']:target ~ .ver_mas {
 visibility: hidden;
 width:0;
 height:0; 
}

a[name='more']:target ~ .desplegable {
 visibility: visible;
 width: auto;
 height: auto;
}

summary {
	/*color: #ea2c2c;*/
	cursor: pointer;
	display: block;
	font-weight: bold;
}
summary::before {
/*color: #003056;*/
	font-size: 24px;
	padding-right: .1em;
	vertical-align: text-top;
}
details[open] summary::before {
}
.s0{
    opacity:.7;
}

.modal-backdrop {
    z-index: 0;
}

.multiva-logo {
    margin: 1em;
    padding: 0em;
}

.header-container {
    display:flex;
    width: 100vw;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#btnSubmit:disabled {
    opacity: .6;
    cursor: not-allowed;
}

.modalValidacionFondo {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.modalValidacionCaja {
    width: 25%;
    min-width: 300px;
    max-width: 600px;
    margin: auto;
    position: relative;
    padding: 5px;
    box-sizing: border-box;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.modalValidacionBarraTitulo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 10px;
    border-bottom: 1px solid #ddd;
    height: 30px;
}

.modalValidacionTitulo {
    font-size: 16px;
    font-weight: normal;
    margin: 0;
    line-height: 30px;
}

.modalValidacionContent {
    padding: 15px;
}

.modalValidacionCerrar {
    cursor: pointer;
    font-size: 18px;
    margin-left: 10px;
    line-height: 30px;
}

    .modalValidacionCerrar:hover {
        color: red;
    }

/* Anula los inline styles y organiza columnas */
.panel-body {
    display: flex !important;
    justify-content: flex-start !important; /* evita space-between */
    gap: 2rem; /* espacio entre columnas */
    align-items: flex-start;
}

    /* Cada columna ocupa el mismo espacio */
    .panel-body > div {
        flex: 1 1 0;
        display: flex !important;
        flex-direction: column !important;
        gap: 0.75rem;
    }

        /* Cada fila label+control */
        .panel-body > div > div {
            display: flex !important;
            align-items: center;
            gap: 0.5rem;
        }

            /* ANCHO FIJO para todas las etiquetas (ajusta 170px según tus textos) */
            .panel-body > div > div > div:first-child {
                width: 170px;
                min-width: 140px;
                text-align: right;
                white-space: nowrap; /* evita salto de línea */
                overflow: hidden;
                text-overflow: ellipsis; /* si no cabe, muestra ... */
                padding-right: 0.5rem;
                box-sizing: border-box;
            }

            /* El contenedor del input ocupa el resto */
            .panel-body > div > div > div:last-child {
                flex: 1;
            }

    /* Inputs / selects llenan su contenedor */
    .panel-body select,
    .panel-body input,
    .panel-body textarea {
        width: 100%;
        box-sizing: border-box;
        max-height: 30px;
    }

    .panel-body input[type="hidden"] {
        display: none !important;
    }

    .currency-input {
        display: flex;
        align-items: center;
        border: 1px solid #ccc;
        border-radius: 4px;
        overflow: hidden;
        width: 150px;
    }

    .currency-input span {
        background: #f4f4f4;
        padding: 6px 10px;
        border-right: 1px solid #ccc;
        font-weight: bold;
        color: #555;
    }

    .currency-input input {
        border: none;
        outline: none;
        padding: 6px 10px;
        text-align: left;
        width: 100%;
        font-size: 14px;
    }