.colorOscuro {
    color: #126DA6;
}

.colorClaro {
    color: #25B5B5;
}

.horas{
    background-color: #126DA6;
    border: 2px solid white;
    text-align: center;
}

.horas a{
    color: white !important;
    cursor: pointer;
}

#gridConsultaCita p {
    margin-bottom: 0px;
}

#calendarioSolicitud div{
    margin-left:0%;
}

.inputError{
    border-color: lightcoral;
}

.movil h4{
    font-size: 14px;
}
.movil h3{
    font-size: 20px;
}
#contentCalendario .btn-default{
    background-color: #90a878 !important;
    color: white;
}

#formConsulta .btn {
    padding: 0.75rem 0.1875rem;
}


.cargando {
    display: none;
    text-align: center;
    height:120px !important;
}

.cargando div {
    height: 90px;
    padding-top: 30px;
    font-weight: bold;
    font-size: 12pt;
    background: url(../img/loading2.gif) no-repeat center bottom;
}

.cargando label {
    color: #428bca;
}

.cargando img {
    width: 15%;
    height: 15%;
}

.negrita {
    font-weight: bold;
}

html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 0px;
}
.footer {
  position: relative;
  bottom: 0;
  width: 100%;
  margin-top : 51px;
  /* Set the fixed height of the footer here */
  height: 60px;
  /* background-color: #f5f5f5;*/
}

.noVisible {
    display: none !important;
}

.mt-2 {
    margin-top:20px;
}
.pt-2 {
    padding-top:20px;
}

.justificado {
    text-align: justify
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 40px;
    margin-bottom:30px;
}

.rec {
    border-style : solid;
    padding: 20px;
}


.imgInsideDatePicker{
    background-image:url(../img/iconos/usuarioVerde20.png); 
    background-repeat: no-repeat; 
    text-indent : 20px;
}

.text-danger{
    color: #a94442;
}

.avisoPago {
    font-size: 1.35em;   
}

.avisoPago>strong {
    color:blue;
}