.navbar-horizontal .navbar-brand img {
  height: 100px !important;
}

.dataTables_length {
  padding-left: 0px !important;
}

.tabla_length {
  margin: 0px !important;
}

.list-group-item {
  /*padding: 0.3em 1em !important;*/
}

.bg-yellow {
  background-color: #fdefaf !important;
}

.bg-fondo {
  background-color: #f5f8fa !important;
}

.lela .list-group-item {
  position: relative;
  display: block;
  margin-bottom: 10px;
  padding: 0.3rem 0.4rem;
  border: none !important;
  background-color: #fff;
}

.lela .list-group-item.active {
  z-index: 2;
  color: #019ef7;
  border-color: #5e72e4;
  background-color: #f8f9fb;
}

.lela .list-group-item:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.swal2-container {
  z-index: 999999999 !important;
}

.contenedorCampo {
  margin-bottom: 20px;
}

.capitalizar::first-letter {
  text-transform: uppercase;
}

.boton-fecha-seleccionado {
  background-color: green !important;
}

.boton-hora-seleccionado {
  border: unset;
  background: rgb(71, 158, 249);
  background: linear-gradient(
    90deg,
    rgba(71, 158, 249, 1) 0%,
    rgba(23, 135, 196, 1) 100%
  );
  color: #fff !important;
}

/*estilo Cargando*/
.loader-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.3);
}
.loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #8060e4;
  -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

.loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #004aff;
  -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

.loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #5f7bd8;
  -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg); /* IE 9 */
    transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
  }
  100% {
    -webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg); /* IE 9 */
    transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg); /* IE 9 */
    transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
  }
  100% {
    -webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg); /* IE 9 */
    transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
  }
}

.item-hora {
  border: #5e72e4 1px solid;
  border-radius: 15px;
  color: #5e72e4;
}

.pignose-calendar {
  max-width: unset !important;
  width: 100% !important;
  margin: 0 !important;
  user-select: none;
}

.desactivado .pignose-calendar-unit,
.desactivado .pignose-calendar-unit a {
  cursor: not-allowed;
  pointer-events: none;
}

/*Ver foto en el jover*/
.hover_img a { position:relative; }
.hover_img a span { position:absolute; display:none; z-index:99; }
.hover_img a:hover span { display:block; border: lightblue solid 1px;}

/*Toggles*/

.toggle.btn-default, .toggle-group .btn-default{
  color: #6c6c6c!important;
    border-color: #FFF!important;
    background-color: #FFF!important;
}
.rayas:nth-child(odd) {
  background: #ececec;
}