.color-coopsana {
    background-color: #5AA2D0 !important;
}

.efecto-sombra:hover {
    background-color: rgb(245, 245, 245);
    -webkit-transition: background 0.5s ease;
    transition: background 0.5s ease;
    vertical-align: middle;
}

.efecto-sombra {
    -webkit-transition: background 0.5s ease;
    transition: background 0.5s ease;
    vertical-align: middle;
}

.item_seleccionado {
    background-color: #2196f3 !important;
    color: white;
    -webkit-transition: background 1s ease;
    transition: background 1s ease;
}

.poshospitalario {
    color: red;
    position: absolute;
    top: 45%;
    right: 20px;
    font-size: 13px;
}

.poshospitalario_amarillo {
    color: rgb(190, 147, 5);
    position: absolute;
    top: 45%;
    right: 20px;
    font-size: 13px;
}

.cargando_bot {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    position: fixed;
    align-items: center;
    justify-content: center;
    background-color: rgba(17, 51, 74, 0.91);
    z-index: 9999;
    display: flex;
    flex-direction: column;
    color: white;
    font-size: 19px;
    font-weight: lighter;
}

.lds-facebook {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-facebook div {
    display: inline-block;
    position: absolute;
    left: 8px;
    width: 16px;
    background: #4da7db;
    animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

.lds-facebook div:nth-child(1) {
    left: 8px;
    animation-delay: -0.24s;
}

.lds-facebook div:nth-child(2) {
    left: 32px;
    animation-delay: -0.12s;
}

.lds-facebook div:nth-child(3) {
    left: 56px;
    animation-delay: 0;
}

@keyframes lds-facebook {
    0% {
        top: 8px;
        height: 64px;
    }
    50%,
    100% {
        top: 24px;
        height: 32px;
    }
}

.lds-ripple {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ripple div {
    position: absolute;
    border: 4px solid #fff;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
}

@keyframes lds-ripple {
    0% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: 0px;
        left: 0px;
        width: 72px;
        height: 72px;
        opacity: 0;
    }
}

.lds-facebook_bot {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-facebook_bot div {
    display: inline-block;
    position: absolute;
    left: 8px;
    width: 16px;
    background: #eaeaea73;
    animation: lds-facebook_bot 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

.lds-facebook_bot div:nth-child(1) {
    left: 8px;
    animation-delay: -0.24s;
}

.lds-facebook_bot div:nth-child(2) {
    left: 32px;
    animation-delay: -0.12s;
}

.lds-facebook_bot div:nth-child(3) {
    left: 56px;
    animation-delay: 0;
}

@keyframes lds-facebook_bot {
    0% {
        top: 8px;
        height: 64px;
    }
    50%,
    100% {
        top: 24px;
        height: 32px;
    }
}

.lds-ripple {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ripple div {
    position: absolute;
    border: 4px solid #fff;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
}

@keyframes lds-ripple {
    0% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: 0px;
        left: 0px;
        width: 72px;
        height: 72px;
        opacity: 0;
    }
}

.respusetas_torre_control:hover {
    background-color: #f8f8f8 !important;
    -webkit-transition: background 0.5s ease;
}

.respusetas_torre_control {
    transition: background 0.5s ease;
}

.modal.modal-fixed-footer {
    padding: 0;
    height: 81%;
}

.altura_respuestas {
    height: 140px !important;
}

.tabs .indicator {
    position: absolute;
    bottom: 0;
    height: 2px;
    background-color: #4ea1ca;
    will-change: left, right;
}

.tabs .tab a:focus,
.tabs .tab a:focus.active {
    background-color: rgba(78, 161, 202, 0.18);
    outline: none;
}

.seleccionado_manual_tab {
    background-color: #4ea1ca21 !important;
}

.altura_solicitudes {
    height: 626px;
}

.tabs .tab a {
    color: rgba(238, 110, 115, 0.7);
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 24px;
    font-size: 14px;
    font-weight: bolder;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-transition: color .28s ease, background-color .28s ease;
    transition: color .28s ease, background-color .28s ease;
}

.contenedor-imagen {
    align-items: center;
    display: flex;
    flex-direction: column;
    padding: 1%;
}

.contenedor-imagen-vista-previa {
    background-color: #7f7f7f;
    transition: color .28s ease, background-color .28s ease;
}

.contenedor-imagen-vista-previa:hover {
    background-color: #969595;
    transition: color .28s ease, background-color .28s ease;
}

#modal_elegir_imagenes_notificacion {
    font-size: small;
    max-height: 85% !important;
    width: 77% !important;
    background-color: #ffffff;
}

#modal_otra_gestion {
    font-size: small;
    max-height: 36% !important;
    width: 53% !important;
    background-color: #ffffff;
    /* overflow: visible !important; */
}

.indicador_modulo_menu {
    color: grey;
    position: absolute;
    top: 15px;
    font-size: 22px;
    font-weight: lighter;
    font-variant: all-small-caps;
}

.btn_menu_disparador {
    float: right;
    padding: 21px 15px 19px 15px;
}

.desvanecido {
    height: 134px;
    width: calc(100% - 39px);
    position: absolute;
    bottom: 32px;
    background: -webkit-linear-gradient(top, #ff000000, white);
    background: linear-gradient(top, #ff000000, white);
    background: -moz-linear-gradient(top, #ff000000, white);
    background: -o-linear-gradient(top, #ff000000, white);
    background: -ms-linear-gradient(top, #ff000000, white);
}

.sedes_flotantes {
    position: absolute;
    top: 5px;
    right: 13px;
}

select.browser-default.filter {
    display: block;
    font-size: 10px;
    height: 24px;
    background: #387493;
    color: white;
    border-radius: 3px;
}