.date-picker{
    background-color: #eee !important;
}

.input2-container{
    border-bottom: 1px dotted #d2d2d2!important;
    background: #eee !important;
    width: 100%;
    margin-top: 11px;
}
.input-invalid{
  background: #ff1800ba;
    color: white;
}
.date-invalid{
  background: #ff1800ba !important;
    color: white !important;
    }

    .form-contol{
      border: solid gray 3px !important;
    }

    .input-text{
      border: solid #ecf0f1 3px !important;

    }
    .btn-continuar{
      border: solid;
        background-color: #2980b9 !important;
        color: white !important;
        width: 100%;
    }

    .input-invalid{
      background: #ff1800ba !important;
        color: white !important;
        }


.form-group label{
  color: black !important;
  font-weight: bold;
}

.date-invalid{
  background: #ff1800ba !important;
    color: white !important;
    }
  .input-invalid2{
    border: solid 1px #ff1800ba !important;
  }
.color-red{
  color:#ff1800ba !important;
}



.disponible{
  background: #2ecc71;
  color:white;
  font-weight: bold;
transition: all 0.5s;
cursor: pointer;
}
.disponible:hover , .sujeto-disponibilidad:hover{
  background: #2980b9 !important;
}
.sujeto-disponibilidad{
  background: #f1c40f;
  color:white;
  font-weight: bold;
transition: all 0.5s;
cursor: pointer;
}
.no-disponible{
  background: #e74c3c;

}
.no-disponible:hover{
  background: #c0392b !important;

}

.day-selected{
  background: #3498db !important;
}
.day-selected .cal-day-number{
font-weight: bold;
color: white;
}
.cal-month-view .cal-cell-row .cal-cell:hover, .cal-month-view .cal-cell.cal-has-events.cal-open{

}

