﻿.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: .77rem;
    padding-top: .3rem;
    text-align: center;
    color: red;
}

#formRecuperarPassword label.error {
    display: flex;
    align-items: center;
    font-size: .77rem;
    padding-top: .3rem;
    text-align: center;
    color: red;
}

.msg .msg--error {
    display: flex;
    align-items: center;
    font-size: .77rem;
    padding-top: .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: .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: .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;
}