

body {
    background-color: #d5d5d5;
    font-family: 'Lato', sans-serif;
    color: #002c42;
    font-weight: 400;
    font-size: 16px;
}



h1, h2 {
    font-weight: 700;
    font-size: 25px;
    margin-top: 30px;
}

h3 {
    font-weight: 700;
    font-size: 20px;
    margin: 30px 0px;
}

input[type="text"], textarea {
    outline: none;
    border-radius: 0;
    box-shadow:none !important;
}

input:focus {
    border-bottom: 1px solid #dc241f !important;
}

.input-group-addon {
    background-color: white;
    text-align: center;
    padding: 9px 12px;
    line-height: 1;
    font-size: 16px;
    border: 1px solid #ccc;
    vertical-align: middle;
    border-left: 0;
}

.form-control, .form-control:focus {
    box-shadow: none;
    border-color: #ccc !important;
    border-radius: 0;
    outline: none;
}

.horario {
    padding: 6px 15px;
    background-color: #FFF;
    color: #002c42;
    border: none;
    margin: 7px;
}

.horario:disabled{
    padding: 6px 15px;
    background-color:#959595;
    color: #fff;
    border: none;
    margin: 7px;
    text-decoration: dashed;
}

.horario:disabled:hover{
    padding: 6px 15px;
    background-color:#959595;
    color: #fff;
    border: none;
    margin: 7px;
    text-decoration: dashed;
}

.active-horario {
    background-color: #002c42;
    color: #FFF;
}

.horario:hover, .horario:focus, .horario:active {
    background-color: #002c42;
    color: #FFF;
}

.disponible-square {
    background-color: #FFF;
    width: 20px;
    height: 20px;
    display: inline-block;
}

.no-disponible-square {
    background-color: #959595;
    width: 20px;
    height: 20px;
    display: inline-block;
}

.btn-agendar {
    background-color: #002c42;
    color: #FFF;
    padding: 15px 100px;
    font-weight: 700;
    font-size: 24px;
    border: none;
}

.modal-link, .modal-link:focus, .modal-link:hover {
    text-decoration:underline; 
    cursor:pointer;
    color: #002c42;
}

.text-alert {
    color: #dc241f;
}