.errores-sec {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 400px;
  margin-left: -200px;
  height: 300px;
  margin-top: -200px;
  padding: 5px;
  text-align: center;
}
.block-label {
  display: block !important;
}
.etiquetas input {
  margin-right: 10px;
}
.etiquetas label {
  font-weight: initial;
}
.titulo-sm {
  font-size: 1.6em;
  line-height: 1.6em;
}
.navbar .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}
.navbar .navbar-nav {
  margin-left: 30px;
}
.box-group {
  margin-bottom: 25px;
}
.col-md-17,
.col-sm-17 {
  width: 14.286%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}
.datalist-search select {
  min-width: 100px;
}
.btn-choice {
  width: 100%;
  disaplay: block;
  margin-left: 0px !important;
  margin-bottom: 10px;
  background-color: transparent;
  border: 1px solid #808080;
}
.qr-titulo {
  text-align: center;
  font-size: 4em;
  line-height: 1em;
  font-weight: 700;
  margin-top: 50px;
  margin-bottom: 10px;
}
.qr-subtitulo {
  text-align: center;
  font-size: 2em;
}
#qrcode img {
  margin: 90px auto 0 auto;
}
.tareas-container {
  margin-top: 15px;
}
.tareas-container .icon {
  font-size: 30px;
  margin-top: 7%;
}
#tareas-zona {
  min-width: 200px;
}
#tareas-zona .footer {
  background-color: #4d4d4d;
  padding-top: 20px;
  padding-bottom: 20px;
}
.tabla-mensajes {
  margin-bottom: 10px;
}
.tabla-mensajes .table-lst th {
  border-right: none !important;
}
.tabla-mensajes .table-lst th .btn.btn-error {
  background-color: #ff7272 !important;
}
@media (min-width: 500px) {
  .tareas-container .icon {
    margin-top: 4%;
  }
}
.btn-supervision-tabla {
  border: 1px solid #ccc;
  margin-bottom: 5px;
  background-color: #fff;
}
.btn-supervision-tabla:hover,
.btn-supervision-tabla:focus,
.btn-supervision-tabla:active {
  background-color: #29cade;
}
