/**
 * loading
 */
/* LOADING INICIO */
.lmask {
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: #f5f5f5;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9999999999;
  opacity: 0.9;
}

.lmask:after {
  content: "";
  background-color: transparent;
  border: 5px solid #ff9900;
  opacity: 0.98;
  border-left: 5px solid transparent;
  /* border-right: 5px solid transparent; */
  border-radius: 50px;
  width: 30px;
  height: 30px;
  -moz-animation: spinoffPulse 0.8s infinite linear;
  -webkit-animation: spinoffPulse 0.8s infinite linear;
  margin: -15px 0 0 -15px;
  position: fixed;
  top: 40%;
  left: 50%;
}

@-moz-keyframes spinPulse {
  0% {
    -moz-transform: rotate(160deg);
    opacity: 0;
    box-shadow: 0 0 1px #5636cc;
  }

  50% {
    -moz-transform: rotate(145deg);
    opacity: 1;
  }

  100% {
    -moz-transform: rotate(-320deg);
    opacity: 0;
  }
}

@-moz-keyframes spinoffPulse {
  0% {
    -moz-transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes spinPulse {
  0% {
    -webkit-transform: rotate(160deg);
    opacity: 0;
    box-shadow: 0 0 1px #5636cc;
  }

  50% {
    -webkit-transform: rotate(145deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: rotate(-320deg);
    opacity: 0;
  }
}

@-webkit-keyframes spinoffPulse {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

.texto_loading {
  margin: auto;
  margin-top: 21%;
  text-align: center;
  width: 500px;
  color: #0e1726;
  font-size: 1rem;
}

/*FIN FIG LOADGIN*/

.btnFiltros{
    margin-top: 27px;
}

.red{
    color: red;
    font-weight: bold;
}
.green{
    color: green;
    font-weight: bold;
}
.center{
    text-align: center;
}
.table th, .table td {
    padding: 2px !important;
    vertical-align: top;
}

.confirmada {
    color: black;
    background-color: #dff0d8;
    border-color: #d0e9c6;
}
.pendiente {
    color: black;
    background-color: #fcf8e3;
    border-color: #faf2cc;
}
.cancelada {
    color: black;
    background-color: #f2dede;
    border-color: #ebcccc;
}
.suspendida {
    color: black;
    background-color: #d9edf7;
    border-color: #bcdff1;
}
.hecha {
    color: black;
    background-color: #dff0d8;
    border-color: #d0e9c6;
}
.aprogramar{
    color: black;
    background-color: #d9edf7;
    border-color: #bcdff1;
}
.table-responsive {
    overflow-x: visible;
}

.pl0{
  padding-left: 0px !important;
}
.mtl0{
  margin-top: 10px !important;
}
.p0{
  padding: 0px !important;
}
.center-td {
  display: flex;
  align-items: center;
  align-content: center;
  min-height: 39px;
}
.time_inline {
  width: 55px;
  float: left;
  padding: 6px 10px;
}

.main-menu{
  margin-left: -20px !important;
}

@media (min-width: 992px) {
  .cardH{
    min-height: 430px;
  }
  .card300{
    min-height: 300px;
  }
}