﻿.resultados-citas__dia .fecha {
    margin-top: 10px;
}

.ac-citas .content-cita .item-c-cita p {
    margin-top: 5px;
}

#formLogin label.error {
    display: flex;
    align-items: center;
    font-size: 0.77rem;
    padding-top: 0.3rem;
    text-align: center;
    color: red;
}

#formRecuperarPassword label.error {
    display: flex;
    align-items: center;
    font-size: 0.77rem;
    padding-top: 0.3rem;
    text-align: center;
    color: red;
}

.msg .msg--error {
    display: flex;
    align-items: center;
    font-size: 0.77rem;
    padding-top: 0.3rem;
    color: red;
}

.fa-plus:before {
    content: "\f078" !important;
    font-weight: bold !important;
    font-size: 18px !important;
    color: #008EFF !important;
}

.error {
    color: red !important;
    display: flex !important;
    align-items: center !important;
    font-size: 0.77rem !important;
    padding-top: 0.3rem !important;
}

/* Login */
.login-uc .box-login-uc h1 {
    margin-bottom: 10px;
}

.my-auto {
    margin-top: auto;
    margin-bottom: auto;
}

/* Mix examenes */
.filtros .form-group {
    width: 33%;
}

.ac-examenes__item {
    width: 16%;
}

.c-date--custom {
    appearance: none;
    background-repeat: no-repeat;
    background-image: url(../images/bg-select.png);
    background-size: 10px auto;
    background-position: 96% center;
    background-color: transparent;
    border-radius: 4px;
    border: 1px solid #DEDEDE;
    width: 100%;
    height: 2.2rem;
    font-size: 0.66rem;
    padding: 0.5rem 0.7rem;
}

    .c-date--custom span {
        position: relative;
        top: -6px;
    }

/* Mi familia */
.link-ver {
    width: 100%;
}

/* index.html */
.calendario-citas__form {
    padding-bottom: 10px;
}

.calendarios-citas__error {
    font-size: 14px;
}

/* menu */
.fa-minus::before {
    content: "\f077" !important;
    font-weight: bold !important;
    font-size: 18px !important;
    color: #008EFF !important;
}

.login-uc .box-login-uc h1 {
    font-size: 1rem;
}

abbr[title] {
    border-bottom: none;
    text-decoration: none;
}

@media only screen and (min-width: 991px) {
    .calendar-inicio {
        transform: translate(185px, -243px);
    }

    .calendar-fin {
        transform: translate(94.5px, -243px);
    }
}

.calendario-custom {
    width: 190px;
}

.daterangepicker.opensright:before {
    display: none;
}

.daterangepicker.opensright:after {
    display: none;
}

.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
    min-width: 28px;
    width: 28px;
}

.daterangepicker td.disabled,
.daterangepicker option.disabled {
    text-decoration: none;
    opacity: 0.5;
}

.drp-calendar.left .active.end-date {
    background-color: #ebf4f8;
    border-color: transparent;
    color: #000;
    border-radius: 0;
}

.drp-calendar.right .active.start-date {
    background-color: #ebf4f8;
    border-color: transparent;
    color: #000;
    border-radius: 0;
}

.titulo-cal-init {
    text-align: center;
    font-size: 14px;
    margin: 0;
}

.titulo-cal-end {
    text-align: center;
    font-size: 14px;
    margin: 0;
}

@media only screen and (max-width: 991px) {
    .daterangepicker {
        width: calc(100% - 30px);
        top: 120px;
    }

    .calendar-inicio {
        transform: translate(0, -350px);
    }

    .daterangepicker .ranges {
        position: fixed;
        top: -60%;
        width: 105%;
        display: block !important;
        left: 0;
        z-index: -1;
        height: 100vh;
        background: transparent;
    }

    .calendar-fin {
        transform: translate(-20px, -350px);
    }
}
/*# sourceMappingURL=custom-css.css.map */
