/* 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;
}

.uc-paginator {
    width: 100%;
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
    opacity: 0.6;
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    font-size: 16px;
    line-height: 1.25;
    color: #6D7278;
    background-color: #fff;
    border-radius: 0px;
    margin-right: 4px;
}

    .page-link.active {
        background-color: #307FE2;
        color: white;
        border-radius: 4px;
    }

.uc-paginator img {
    height: 15px;
}

.uc-paginator-next .uc-paginator-chevron {
    rotate: 180deg;
}

.uc-paginator-input {
    border-radius: 5px;
    width: 51px;
    border: 1px solid #B0B6BD;
    height: 38px;
    padding-left: 16px;
    box-shadow: none;
    margin-right: 10px;
    margin-left: 10px;
}

.uc-paginator-goto {
    color: #6D7278;
    font-size: 16px;
}

/* Mi familia */
.form-login-uc .form-group .ic-form {
    top: 2.1rem;
}

.form-login-uc .form-group {
    margin-bottom: 0.6rem;
}

.progress {
    margin-bottom: 10px
}

.panel-editar__content {
    padding: 0rem 1rem 0;
}

.box-login-uc__title {
    text-align: left;
}

.uc-close-session {
    display: none;
}

.ic-close-session {
    filter: brightness(0);
}
/*.botonClick:nth-last-child(2) {
    border-bottom: none !important;
}*/
/* msg */
.uc-msg-success {
    padding-top: 12px;
    padding-left: 14px;
    padding-right: 5px;
    padding-bottom: 12px;
    background-color: #193d5b;
    margin-bottom: 20px;
    color: white;
    font-size: 14px;
    border-radius: 4px;
}
/* uc load icon */
#ucLoadIcon img {
    position: absolute;
    left: 42%;
    right: 50%;
    top: 25%;
}
/* modal terminos y condiciones */
#VerTerminosCondiciones .modal-header {
    border-bottom: none;
    height: 0px;
    padding-bottom: 0px;
}

    #VerTerminosCondiciones .modal-header .close {
        font-size: 2.5rem;
        padding: 1rem 2rem;
        z-index: 10;
    }

#VerTerminosCondiciones .modal-body p {
    text-align: justify;
    font-size: 16px;
    line-height: 22px;
}

#VerTerminosCondiciones .modal-body {
    padding: 60px;
    padding-top: 10px;
}

#VerTerminosCondiciones .modal-footer {
    display: none;
}


/* Intro js */

.uc-tooltip {
    min-width: 385px;
    padding: 14px;
    border-radius: 20px;
    left: 250px !important;
}

    .uc-tooltip .introjs-tooltip-title {
        font-family: "Montserrat", sans-serif;
        font-size: 18px;
        font-weight: 700;
        line-height: 21px;
        letter-spacing: 0px;
        text-align: left;
        color: black;
    }

    .uc-tooltip .introjs-tooltip-text {
        font-family: "Montserrat", sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: 0px;
        text-align: left;
        color: black;
    }

    .uc-tooltip .introjs-helperNumberLayer {
        position: absolute;
        left: 43px;
        bottom: 26px;
        font-family: "Montserrat", sans-serif;
        font-size: 12px;
        font-weight: 400;
        line-height: 14px;
        letter-spacing: 0px;
        text-align: left;
        color: black;
    }

    .uc-tooltip .introjs-button.introjs-prevbutton {
        display: none;
    }

    .uc-tooltip .introjs-button.introjs-nextbutton {
        font-family: "Montserrat", sans-serif;
        font-size: 16px;
        font-weight: 500;
        line-height: 20px;
        letter-spacing: 0px;
        text-align: center;
        background-color: #307FE2;
        border-radius: 4px;
        color: white;
        padding-top: 12px;
        padding-bottom: 12px;
        padding-left: 40px;
        padding-right: 40px;
        box-shadow: none;
        border: none;
        text-shadow: none;
    }

    .uc-tooltip .introjs-tooltipbuttons {
        padding-top: 22px;
    }

    .uc-tooltip .introjs-dontShowAgain label {
        font-size: 16px;
    }

    .uc-tooltip .introjs-dontShowAgain input {
        width: 13px;
        height: 13px;
        vertical-align: middle;
    }

    .uc-tooltip .introjs-arrow.left {
        left: -47px;
        top: 21px;
    }

    .uc-tooltip .introjs-arrow.left-bottom {
        left: -47px;
        bottom: 23px;
    }

    .uc-tooltip .introjs-arrow {
        border: 24px solid transparent;
        border-right-color: #fff;
    }

    .uc-tooltip .introjs-skipbutton {
        position: absolute;
        top: 5px;
        right: 12px;
        width: 83px;
        height: 25px;
        line-height: 23px;
        font-weight: initial;
        color: #616161;
        font-size: 15px;
        border: 1px solid #616161;
        border-radius: 6px;
        padding-bottom: 22px;
    }





@media (max-width: 768px) {
    .mi-perfil {
        display: block;
    }

    .mi-perfil__der {
        display: block;
        width: 100%;
    }

    .card-familia:last-child {
        margin-right: 0;
        width: 100%;
        height: 100%;
    }

    .head-mi-familia {
        padding-top: 20px;
        padding-bottom: 10px;
    }

    .card-familia.tipo2 {
        margin-left: 0;
    }

    .link-ver {
        padding-left: 10px;
    }

    .box-login-uc__title {
        text-align: center;
    }

    .uc-close-session {
        display: block;
    }

    .botonClick:nth-last-child(2) {
        border-bottom: 1px solid #D9D9D9 !important;
    }

    #ucLoadIcon img {
        left: 36%;
        top: 25%;
        height: 100px;
    }

    #VerTerminosCondiciones .modal-body {
        padding: 30px;
    }

    .card-familia.tipo2 .card-familia__txt {
        margin-bottom: .7rem;
        min-height: 5.5rem;
    }

    /* uc-tooltip */

    .uc-tooltip {
        min-width: 333px;
        padding: 14px;
        border-radius: 20px;
        left: 17px !important;
    }

        .uc-tooltip .introjs-arrow {
            border: 30px solid transparent;
        }

    .uc-tooltip-alert {
        position: absolute;
        right: 18px;
        bottom: 62px;
        color: #872899;
        font-size: 29px;
        display: none;
    }
}



.modal-filtro2 {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}

    .modal-filtro2.visible {
        opacity: 1;
        visibility: visible;
    }

    .modal-filtro2 .w-modal {
        background: #fff;
        width: 364px;
        max-width: 100%;
        position: relative;
        padding: 1.5rem;
    }

        .modal-filtro2 .w-modal .cerrar-modal2 {
            position: absolute;
            top: 1rem;
            right: 1rem;
            cursor: pointer;
        }

        .modal-filtro2 .w-modal .titulo-2 {
            font-size: 1.4rem;
        }

        .modal-filtro2 .w-modal .btn {
            width: 100%;
        }

            .modal-filtro2 .w-modal .btn i {
                font-size: .7rem;
                margin-right: .2rem;
            }

@media only screen and (max-width: 768px) {
    .subir-avatar {
        text-align: center !important;
        padding: 38% !important;
        position: absolute !important;
        margin-top: -3rem;
    }

        .subir-avatar .btn-cambiar-avatar {
            margin-left: -9% !important;
        }
}

@media only screen and (max-width: 768px) {
    .btn2 {
        width: 100% !important;
    }
}

.splash {
    position: fixed;
    z-index: 200000 !important;
    background: white;
    color: gray;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.5;
}

.splash-title {
    text-align: center;
    max-width: 500px;
    margin: 15% auto;
    padding: 20px
}

    .splash-title h1 {
        font-size: 22px;
        padding-top: 150px;
    }

.cargando {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0,0,0,0.8);
    z-index: 999999;
    color: #508694;
}

.cargandoContenedor {
    position: absolute;
    left: 0;
    right: 0;
    top: 20%;
    bottom: 0;
    margin: auto;
    text-align: center;
}

    .cargandoContenedor span {
        font-size: 2em;
        font-family: arial;
        font-weight: bold;
        color: black;
        transition: color 3s linear;
        -webkit-transition: color 3s linear; /* Chrome y Safari */
        -o-transition: color 3s linear; /* Opera */
        -moz-transition: color 3s linear; /* Mozilla Firefox */
        -ms-transition: color 3s linear; /* Internet Explorer */
    }

.textoCargando {
    margin: 30px;
    display: block;
    font-size: 1.2em;
}

.iconoCargando {
    font-size: 3em;
    width: 47px;
    display: inline-block;
    margin: auto;
    -webkit-animation: spin 50ms infinite linear;
    animation: spin 50ms infinite linear;
}

.field-validation-error {
    color: red !important;
}

.modal-xl {
    max-width: 90%
}

.validation-summary-errors {
    color: red !important;
}
/*
                PDFObject appends the classname "pdfobject-container" to the target element.
                This enables you to style the element differently depending on whether the embed was successful.
                In this example, a successful embed will result in a large box.
                A failed embed will not have dimensions specified, so you don't see an oddly large empty box.
                */

.pdfobject-container {
    width: 100%;
    max-width: 600px;
    height: 600px;
    margin: 0em 0;
}

.pdfobject {
    border: solid 1px #666;
}

#results {
    padding: 1rem;
}

.hidden {
    display: none;
}

.success {
    color: #4F8A10;
    background-color: #DFF2BF;
}

.fail {
    color: #D8000C;
    background-color: #FFBABA;
}

/* Estilo para el enlace */
.tooltipUC {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

    .tooltipUC .tooltiptextUC {
        visibility: visible;
        width: 120px;
        background-color: #fff;
        color: #000;
        text-align: center;
        box-shadow: 0px 0px 7px -1px rgba(0,0,0,0.75);
        -webkit-box-shadow: 0px 0px 7px -1px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 0px 7px -1px rgba(0, 0, 0, 0.75);
        border-radius: 6px;
        padding: 5px 0;
        padding: .5rem;
        font-size: 12px;
        position: absolute;
        z-index: 1;
        top: 150%;
        left: 50%;
        margin-left: -60px;
    }

        .tooltipUC .tooltiptextUC::after {
            content: "";
            position: absolute;
            bottom: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: transparent transparent white transparent;
        }

    .tooltipUC:hover .tooltiptextUC {
        visibility: visible;
    }



/*.anatomiaPatologica{
    display:none !important;
}*/
