body {
  background: #ffffff;
}

.login {
  width: 27rem;
  margin: auto;
  opacity: .95;
  box-shadow: 0px 0px 3px #848484;
  border-color: #5e5a5a;
  border-radius: 20px;
}

.header-login {
  width: 27rem;
  border-radius: calc(1rem - 1px) calc(1rem - 1px) 0 0 !important;
  border-bottom: 2px solid rgba(70, 68, 68, 0.125) !important;
}

.card-body {
  padding: 2rem;
  font-size: 15px;
}

.btn-link {
  padding: 0;
}

.acciones {
  height: auto;
  max-height: 100px;
  overflow-x: hidden;
}

td {
  white-space: nowrap;
}

/* Cuando la pantalla es mas pequeña, reduce el tamaño de la fuente*/
@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }

  .sidenav a {
    font-size: 18px;
  }
}

.recuadroFormularios {
  box-shadow: rgba(136, 136, 136, 0.72) 1px 2px 2px 2px;
  padding: 23px 23px 13px;
  overflow: auto;
  background: white;
  margin-bottom: 4%;
  margin-top: 2%;
}

.sombras {
  box-shadow: rgba(136, 136, 136, 0.72) 1px 2px 2px 2px;
}

.separadores {
  border-bottom: 3px solid #00ADAA !important;
}

.recuadroInterno {
  box-shadow: 1px 1px 2px 1px rgb(155, 155, 155);
  padding: 23px 23px 13px;
  overflow: auto;
  background: white;
  margin-bottom: 4%;
  margin-top: 0;
}

.iconForm:hover {
  color: #00ADAA;
}

/************ESTILOS SEDIEL*******/
.white {
  color: #fff !important;
}

.btn-grid {
  margin-top: 30px;
}

.noVisible {
  display: none;
}

.cursor {
  cursor: pointer;
}

.font-15 {
  font-size: 15px;
}

.font-18 {
  font-size: 18px;
}

.success {
  color: #38c172;
}

.noWrap {
  white-space: nowrap;
}

.check {
  width: 60px;
  height: 25px;
}

.specialFont {
  font-family: 'Open Sans', Regular, sans-serif;
  font-size: 17px;
}

/********************ESTILOS PARA EL CRONOMETRO*****************************/
.chronometer {
  text-align: center;
}

#screen {
  font-family: Calibri, Arial, sans-serif;
  font-weight: 300;
  font-size: 45px;
  width: 330px;
  height: 50px;
  color: gray;
  letter-spacing: 3px;
}

.buttons {
  width: 330px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.emerald {
  border-radius: 5px;
  width: 80px;
  height: 30px;
  margin: 5px;
  border: 1px solid #384049;
  color: white;
  cursor: pointer;
  font-family: Calibri, Arial, sans-serif;
  font-weight: 300;
  outline: none;
  text-shadow: 0px -1px 1px black;
  text-transform: uppercase;
  transition: all 0.2s ease;
  background-image: linear-gradient(#3aad02, #2c6f05);
}

.emerald:active {
  background-image: linear-gradient(#2c6f05, #3aad02);
  text-shadow: 0px 1px 1px black;
}

caption {
  color: #fff;
  display: none;
}