 /* Set height of the grid so .sidenav can be 100% (adjust as needed) */
 .row.content {height: 550px}
        
 /* Set gray background color and 100% height */
 .sidenav {
     background-color: #f1f1f1;
     height: 100%;
 }
 .blue{
     background-color:#337AB7;
 }
 .yellow{
    background-color:#dfc12a;
}

 .white{
    background-color:#f9f9f9;
}
}
 .text-white{
     color:white;
 }

 .pointer{
     cursor:pointer;
 }

 .region{
    z-index: 1;
    right: 60px;
    position: absolute;
    height: 150px;
 }


 #prueba{
font-size: 13px;
 }

 .prueba2{
  position: relative;
  top: -220px;
  color: red;
 }


 #alinear{
  background-image: linear-gradient(120deg, #afe58e 0, #afe58e 50%, #afe58e 100%);
 }

 .anuncios{
    float: left;
    top: 30%;
    margin-top: 50px;

 }



 .animo{
    position: absolute;
    top: 40%;
    left: 45%;
    margin-top: -100px;
    margin-left: -100px;
 }


 .flecha_derecha{
    position: absolute;
    top: 15%;
    left: 95%;
 }


 .sector_derecho{
    position: absolute;
    top: 35%;
    left: 80%;
 }



  #validacion, #validacion1, #validacion2, #validacion3, #validacion4, #validacion5, #validacion6, #validacion1_edit, #validacion2_edit, #validacion3_edit, #validacion4_edit, #validacion5_edit, #validacion6_edit {
     margin-left: 20px;
 }



.img-container {
  font-family: Comic Sans MS, cursive;
  font-size: 14px;
  color: #000000;
  background-image: linear-gradient(120deg, #afe58e 0, #afe58e 50%, #afe58e 50%);   
  padding: 15px;
  width: 230px;
  margin: 10px;
  border-radius: 20px;
}



#general {
  margin: left;
  float: float;

}


 .menu{

        list-style-type: none;
        margin: 0;
        padding: 0;
        left:0;
        width: 16.5%;
        background-color: #f1f1f1;
        height: 100%; /* Full height */
        position: fixed; /* Make it stick, even on scroll */
        overflow: auto; /* Enable scrolling if the sidenav has too much content */
    
 }

 .fixed{
    position: fixed; /* Make it stick, even on scroll */

 }

  .firma{
      text-align: center;
      position: relative;
      top: 180px;

    }

 li a:hover, .dropdown:hover .dropbtn {
    background-color: #337AB7;
    color:white;
}

li.dropdown {
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
    display: block;
}
.only-print{
    display: none;
}

.badge {
    padding: 1px 9px 2px;
    font-size: 12.025px;
    font-weight: bold;
    white-space: nowrap;
    color: #ffffff;
    background-color: #999999;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
  }

  .badge:hover {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
  }
  .badge-danger {
    background-color: #b94a48;
  }
  .badge-error:hover {
    background-color: #953b39;
  }
  .badge-warning {
    background-color: #f89406;
  }
  .badge-warning:hover {
    background-color: #c67605;
  }
  .badge-success {
    background-color: #468847;
  }
  .badge-success:hover {
    background-color: #356635;
  }
  .badge-info {
    background-color: #3a87ad;
  }
  .badge-info:hover {
    background-color: #2d6987;
  }
  .badge-inverse {
    background-color: #333333;
  }
  .badge-inverse:hover {
    background-color: #1a1a1a;
  }
  .table td {
    text-align: center;   
 }
 /* On small screens, set height to 'auto' for the grid */
 @media screen and (max-width: 767px) {
     .row.content {height: auto;} 
 }

  /* Para imprimir */
  @media print {
    body {-webkit-print-color-adjust: exact;}

@page {
    size:letter /*landscape*/;
    margin-left: 20px;
    margin-right: 20px;
    
    margin-bottom: 0px;
    margin: 5;
    -webkit-print-color-adjust: exact;
}
    .no-print{
        display: none;
    }
    .only-print{
        display: inline;
    }
    img{
        width: 200px;
        height: 100px;
    }
   
    .logo{
        position: absolute;
        width: 100%;
        align-content: center;
        z-index: -1;
        opacity: 0.25; /* Firefox, Chrome, Safari, Opera, IE >= 9 (preview) */
        filter:alpha(opacity=25); /* for <= IE 8 */
        -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Safari 3-8 */
    transform: rotate(315deg);
    }
    *{
        font-size: 7pt;
    }
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
   }
   .col-sm-12 {
        width: 100%;
   }
   .col-sm-11 {
        width: 91.66666667%;
   }
   .col-sm-10 {
        /*width: 83.33333333%;*/
   }
   .col-sm-9 {
        width: 75%;
   }
   .col-sm-8 {
        width: 66.66666667%;
   }
   .col-sm-7 {
        width: 58.33333333%;
   }
   .col-sm-6 {
        width: 50%;
   }
   .col-sm-5 {
        width: 41.66666667%;
   }
   .col-sm-4 {
        width: 33.33333333%;
   }
   .col-sm-3 {
        width: 25%;
   }
   .col-sm-2 {
        width: 16.66666667%;
   }
   .col-sm-1 {
        width: 8.33333333%;
   }
   .imp-derecha{
    float: right;
   }



   /*Para Colorear Progress bar*/
   .progress {
    position: relative;
}
.progress:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    border-bottom: 2rem solid #eeeeee;
}
.progress-bar {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    border-bottom: 2rem solid #337ab7;
}
.progress-bar-success {
    -webkit-print-color-adjust: exact;
    border-bottom: 2rem solid #337ab7;
    border-bottom: 2rem solid #67c600 !important;
}
.progress-bar-info {
    -webkit-print-color-adjust: exact;
    border-bottom: 2rem solid #337ab7;
    border-bottom-color: #5bc0de !important;
}
.progress-bar-warning {
    -webkit-print-color-adjust: exact;
    border-bottom-color: #f0a839 !important;
}
.progress-bar-danger {
    -webkit-print-color-adjust: exact;
    border-bottom-color: #ee2f31 !important;
}
   /*Fin progress bar*/
   .well-print {
    -webkit-print-color-adjust: exact;
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5 !important;
    border: 1px solid #e3e3e3 !important;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05)!important;
}
.print-blue{
    -webkit-print-color-adjust: exact;
    background-color:#337AB7!important;
}
.print-text-white{
    -webkit-print-color-adjust: exact;
    
    color: white !important;
}
.print-red{
    -webkit-print-color-adjust: exact;
    background-color:#F2DEDE!important;
}
.print-skyblue{
    -webkit-print-color-adjust: exact;
    background-color:#D9EDF7!important;
}
.table>thead>tr>th.success {
    -webkit-print-color-adjust: exact;
    background-color: #dff0d8!important;
}

}

.reporte{
    text-align:center
    margin:100px;
}
.izq{
 float: left;
margin-left: 50px;
}
.logo_izq{ 
  width: 50px; height: 50px;
}
.der{
    float: right;
     margin-right: 100px;


}
.cen{
  float: center;
  margin-top: 50px; 
}
.agua{
        position: absolute;
        width: 100%;
        align-content: center;
        z-index: 0;
        opacity: 0.25; /* Firefox, Chrome, Safari, Opera, IE >= 9 (preview) */
        filter:alpha(opacity=25); /* for <= IE 8 */
        
    }
}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.inputfile + label {
    max-width: 80%;
    font-size: 1.25rem;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
}

.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    margin-right: 0.25em;
}

.iborrainputfile {
  font-size:16px; 
  font-weight:normal;
  font-family: 'Lato';
}

#titulo{
  text-align: left;
  font-weight: bold;
}
#cantidad{
  text-align: right;
  font-weight: bold;
}

/*CSS PARA BOTON DE ANONIMATO */

.button-cover, .knobs, .layer
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.button
{
    position: relative;
    width: 74px;
    height: 36px;
    margin: -10px auto 0 auto;
    overflow: hidden;
}



.checkbox
{
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
}

.knobs
{
    z-index: 2;
}

.layer
{
    width: 100%;
    background-color: #ebf7fc;
    transition: 0.3s ease all;
    z-index: 1;
}


/* Button 1 */
#button-1
{
    overflow: visible;
}

#button-1 .knobs
{
    perspective: 70px;
}

#button-1 .knobs:before, #button-1 .knobs:after, #button-1 .knobs span
{
    position: absolute;
    top: 4px;
    border-radius: 2px;
}

#button-1 .knobs:before, #button-1 .knobs:after
{
    width: 20px;
    height: 10px;
    color: #4e4e4e;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    padding: 9px 4px;
}

#button-1 .knobs:before
{
    content: 'YES';
    left: 4px;
}

#button-1 .knobs:after
{
    content: 'NO';
    right: 4px;
}

#button-1 .knobs span
{
    right: 4px;
    width: 33px;
    height: 28px;
    background-color: #03a9f4;
    transform: rotateY(0);
    transform-origin: 0% 50%;
    transition: 0.6s ease all;
    z-index: 1;
}

#button-1 .checkbox:checked + .knobs span
{
    transform: rotateY(-180deg);
    background-color: #f44336;
}

#button-1 .checkbox:checked ~ .layer
{
    background-color: #fcebeb;
}

/*PRUEBA */



.humburger{
  width: 33px;
  height: 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  right: 40px;
  top: 200px;
  cursor: pointer;
  transition: 0.5s all ease-in;
  }
  
  .humburger:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #EC1C24;
    transform: scale(0);
    transition: 0.5s all ease-in;
    z-index: 1; }
  .humburger .line{
    height: 4px;
    width: 100%;
    background: #1f6b0c;
    display: flex;
    transition: 0.5s all ease-in;
    position: relative;
    z-index: 2; }
    .humburger .line:after {
      content: "";
      position: absolute;
      height: 100%;
      left: 0;
      top: 0;
      bottom: 0;
      background: white;
      width: 0;
      transition: 0.5s all ease-in-out;
      z-index: 1; }
  .humburger:hover:after {
    transform: scale(1.4); }
  .humburger:hover .line:after {
    width: 100%; }




   
/*# sourceMappingURL=style.css.map */

.humburger_left{
  width: 33px;
  height: 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  left: 40px;
  top: 200px;
  cursor: pointer;
  transition: 0.5s all ease-in;
  }

    .humburger_left:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #EC1C24;
    transform: scale(0);
    transition: 0.5s all ease-in;
    z-index: 1; }
  .humburger_left .line2{
    height: 4px;
    width: 100%;
    background: #1f6b0c;
    display: flex;
    transition: 0.5s all ease-in;
    position: relative;
    z-index: 2; }
    .humburger_left .line2:after {
      content: "";
      position: absolute;
      height: 100%;
      left: 0;
      top: 0;
      bottom: 0;
      background: white;
      width: 0;
      transition: 0.5s all ease-in-out;
      z-index: 1; }
  .humburger_left:hover:after {
    transform: scale(1.4); }
  .humburger_left:hover .line2:after{
    width: 100%; }
  .humburger_left.open .line2{
    background: black; }
  

@media(prefers-color-scheme: dark){
  body{
    background-color: #486270;
  }
}