@media only screen and (max-device-width: 768px) {
  .login-background {
    background-image: url("../images/intro.png");
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
  }
}
.img {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 90px; }

.form-block {
  background: #fff;
  padding: 40px;
  max-width: 484px;
  -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
  }
  @media (max-width: 767.98px) {
    .form-block {
      padding: 14px;
      } }
      .label-before, .field input:valid + label::before, .field input:focus + label::before {
        line-height: 20px;
        font-size: 12px;
        top: -10px;
        background: #fff;
        padding: 0 6px;
        left: 9px;
     }
      #loginContainer {
        width: 80%;
        margin: 30px 10%;
     }
      .field {
        position: relative;
        margin-bottom: 15px;
     }
      .field label::before {
        content: attr(title);
        position: absolute;
        top: 0;
        left: 15px;
        line-height: 40px;
        font-size: 14px;
        color: #777;
        transition: 300ms all;
     }
      .field input {
        width: 100%;
        line-height: 40px;
        padding: 0 15px;
        box-sizing: border-box;
        font-size: 14px;
        color: #222;
        border: 1px solid #ccc;
        border-radius: 3px;
     }
      .field input:focus {
        outline: 0;
        border-color: #157dbb;
     }
      .field input:valid + label::before {
        content: attr(data-title);
     }
      .field input:focus + label::before {
        color: #157dbb;
     }
      

  .login-background {
    background-image: url("../images/introPasw.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;

  }

  .login-backgroundPass {
    background-image: url("../images/introPasw.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }


.text-control {
  max-width: 100%;
}
.text-control-cliente {
  max-width: 100%;
}

/* @media only screen and (min-device-width: 768px) { */
  .component-user {
    position: center;
  }

  .component-pass {
    position: center;
  }

  .component-client {
    position: center;
  }

  .component-button {
    position: center;
   
  }
  .component-button-cliente {
    position: center;
    
   
  }
  .component-forget {
    position: center;
  }
/* } */

/* .navb-navidad{
  background-image: url("../images/guirnalda.gif"), url("../images/navidad-nieve.gif");
  background-repeat: repeat, repeat;
  height: 70px;
} */

.session-button {
  background-color: #fec303;
  border: none;
  padding: 7px 12px;
  font-weight: bold;
  border-radius: 12%;
}

.full-height {
  height: 80vh;
}

.texto-nombreEmpleado {
  color: #428bca;
}

.texto-nombreEmpleadoNoValido {
  color: #ed9c28;
}

.flex-center {
  align-items: center;
  display: flex;
  justify-content: center;
}

.position-ref {
  position: relative;
}

.top-right {
  position: absolute;
  right: 10px;
  top: 18px;
}

.content {
  text-align: center;
}

.cursor {
  cursor: pointer;
}

.title {
  font-size: 84px;
}

.mensaje {
  font-size: 15px;
}

.links > a {
  color: #005;
  padding: 0 25px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1rem;
  text-decoration: none;
  text-transform: uppercase;
}

.red {
  background-color: red;
}

.yellow {
  background-color: yellow;
}

/* Estilos para checkbox toggle */
.toggle.ios,
.toggle-on.ios,
.toggle-off.ios {
  border-radius: 20px;
}

.toggle.ios .toggle-handle {
  border-radius: 20px;
}

/* Fin estilos para checkbox toggle */

/* Estilos evaluación desempeño */

.container-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, 100px);
  grid-row-gap: 10px;
  grid-column-gap: 120px;
  justify-content: center;
  width: 200%;
  margin: 0 auto;
  list-style: none;
}

.container-grid > .button-grid {
  border-radius: 4px;
  border: none;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  padding: 20px;
  width: 210px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.button-grid span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button-grid span:after {
  content: "\00bb";
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button-grid:hover span {
  padding-right: 25px;
}

.button-grid:hover span:after {
  opacity: 1;
  right: 0;
}

.container-grid > .conducta-unselected {
  transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
}

.container-grid > .conducta-selected {
  transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
}

/* Animaciones mostrar div */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.fast {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
label.required::before {
  content: "*";
  color: red;
  margin-right: 5px;
  font-size: 16px;
}
.fadeIn {
  animation-name: fadeIn;
}
/* Fin Animaciones mostrar div */
.box div {
  width: 300px;
}

.select {
  width: 100%;
  height: 50px;
  font-size: 50%;
  font-weight: bold;
  cursor: pointer;
  border-radius: 0;
  background-color: #317fda;
  border: none;
  border-bottom: 2px solid #317fda;
  color: white;
  padding: 10px;
  appearance: none;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 10px;
}
/* For IE <= 11 */
.select::-ms-expand {
  display: none;
}

.div-scroll {
  overflow-y: scroll;
  height: 600px;
  width: 100%;
  margin-bottom: 15px;
  align-items: center;
}

.frecuencia {
  margin-top: 20px;
  width: 100%;
}
/* Fin Estilos evaluación desempeño */

.asistencia-sin-linea {
  background-color: #d98686;
  cursor: pointer;
}

.asistencia-con-linea {
  background-color: transparent;
}

.tblMaestra:hover {
  background: white !important;
}

.in-valid {
  border-color: red;
}

/* Tabla informe Cobro B1 (Marcación) */
.titles {
  border-bottom: 2px solid #000000;
}

.header {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  /* height: 40%; */
}

.data-ent {
  border-bottom: 1px solid #000000;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  font-size: 26px;
  width: max-content;
}

.data-emb {
  border-bottom: 1px solid #000000;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  font-size: 27px;
  width: max-content;
}

.data {
  border-bottom: 1px solid #000000;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
}

/* Tabla informe Cobro B1 (Embalaje) */

.title-emb {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  border-left: 1px solid #000000;
}

.space-emb {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}

.merge-emb {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
}

.header-rev {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  width: 7%;
}

.header-total {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  width: 10%; /* Se emplía campo total de informe */
}

.text-rev {
  color: rgba(0, 0, 0, 0);
  /* -webkit-background-clip: text;  */
}

.cliente {
  padding-left: 70px;
  padding-right: 70px;
}

.height-ent {
  padding-top: 65px;
  padding-bottom: 65px;
}

.text-middle {
  vertical-align: middle !important;
}

.circle {
  border-radius: 50%;
}