html, body {
  height: 100%;
}

body {
  padding: 0;
  background-color: #eee;  
}

label {
  font-weight: bold;
}

#base {
  min-height: calc(100% - 43px);
  padding: 0 0 30px 0;
  overflow: auto;
}

#cabecera {
  background-image: url("../img/fondo-admin.png");
  background-repeat: repeat-x;
  background-color: #fff;
  border-bottom: solid 1px #669;  
  margin-bottom: 10px;
}

#cabecera button.navbar-toggler span {
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  display: inline-block;
  line-height: 1.5em;
}

#logo {
  height: 46px;
  margin: -5px 0;
  background-color: white;
  padding: 8px;
  border-radius: 5px;
}

#menu {
  margin: 8px 0 0 0;
  padding: 10px;
  background-color: #f8f8f8 !important;
  color: #000;
  font-size: .95em;
}

#menu a.nav-link {
  color: #666;
}

#menu .nav-link:hover,
#menu .nav-link:focus {
  color: #000;
}

#menu .dropdown-menu.show {
  display: inline-block;
}

#contenido {
  min-height: 100%;
}

#pie {
  clear: both;
  color: #aaa;
  line-height: 3em;
  font-size: .9em;
  text-align: center;
  overflow: auto;
}

#pie p {
  margin: 0;
}

#cronometro {
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

#banner-rotativo {
  text-align: center;
}

#banner-rotativo .carousel-item img {
  min-height: 250px;
  height: 430px;
}

#banner-rotativo .carousel-control-prev-icon,
#banner-rotativo .carousel-control-next-icon {
  height: 3em;
  width: 3em;
  outline: black;
  background-size: 100%, 100%;
}

#banner-rotativo .carousel-caption {
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  margin: 0;
  left: 0;
  bottom: 0;
  text-align: center;
  padding-bottom: 40px;
}

.titulo-marca {
  margin-left: 5px;
  font-family: Verdana;
  display: inline-block;
  font-size: 13px;
  line-height: 30px;
  vertical-align: bottom;
  font-stretch: extra-expanded !important;  
  letter-spacing: 2px;
}

.minimo {
  width: 10px;
  white-space: nowrap;
}

.scroll-arriba {
  width: 100px; 
  height: 100px;
  padding: 10px; 
  text-align: center; 
  font-weight: bold;
  color: #444;
  text-decoration: none;
  position: fixed;
  bottom: 10px;
  right: 5px;
  display: none;
  font-size: 1.2rem;
}

.scroll-arriba a:hover {
  color: #ccc;
}

.custom-file-label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lista-menu ul {
  padding-left: 0;
}

.lista-menu ul ul {
  padding-left: 30px;
}

.lista-menu li {
  list-style: none;
}

.lista-menu a {
  color: #777;
}

.lista-menu a:hover, 
.lista-menu a:focus {
  color: #000;
  text-decoration: none;
}

.custom-file-label {
  font-weight: normal;
}

.ancla {
  position: absolute;
  left: 0;
  top: -80px;
}

.foto-listado {
  width: 100px;
}

.foto-banner {
  width: 160px;
}

.foto-form {
  width: 200px;
}

.listado-fotos img {
  width: 100px;
}

.alerta {
  background-color: #ffb;
}

.btn-grabando {
  color: #000;
  animation: blink 1s infinite alternate;
}

.btn-pasos {
  width: 160px;
}

.base-paso .fila-nota:nth-child(even) {
  background-color: #f9f9f9;
}

.contenedor-grafico {
  position: relative;
  width: 100%;
  height: 300px;
}

@keyframes blink {
  from {
    color: #000;
  }
  to {
    color: #f54; 
  }
}   

@media (max-width: 576px) {

}

@media (max-width: 768px) {
  .scroll-grafico {
    overflow-x: scroll;
    padding-bottom: 20px;
  }
}

@media (min-width: 992px) {
  #base {
    padding-top: 95px;
  }

  #menu {
    margin: 0;
    padding: 0;
    background-color: #275192 !important;
    border: none;
  }

  #menu a.nav-link {
    color: #ddd;
  }

  #menu .nav-link:hover, 
  #menu .nav-link:focus {
    color: #fff;
  }
}

@media (min-width: 1200px) {
  #menu {
    font-size: 1em;
  }
}

@media (max-width: 992px) {
  #cabecera {
    position: static !important;
  }
}