﻿/*Centrado vertical del texto del Cuw_Encabezado1 en IE inicio*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .tab-menu
    {
        height: 80px;
    }
}
/*Centrado vertical del texto del Cuw_Encabezado1 en IE fin*/

.wrap_request .data, .wrap_print .data {
    max-width: 95% !important;
}

.radio_tipo_cuotas span label {
    margin: 0 .5rem 0 .5rem;
}

.form-control, .PanelTabla table {
    font-size: 8pt; /*0.8rem*/
}

.PanelTabla .table thead th {
    vertical-align: top
}

.PanelTabla .row {
    margin-left: unset
}

.PanelTabla {
    min-height: 100px;
}

/*enlaces auxiliares incio*/
ul.auxiliares {
    margin-left: 24px !important;
    display: flex;
    justify-content: space-between;
}

.auxiliares a {
    height: 0px;
    width: 100%;
    position: relative;
}

    .auxiliares a.down_tv {
        padding: 20px 52px !important;
    }

    .auxiliares a.down_java {
        padding: 20px 20px !important;
    }

    .auxiliares a.down_firefox {
        padding: 40px 60px !important;
    }

.auxiliares img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
}
/*enlaces auxiliares fin*/

.module-form .image .img {
    min-height: 500px;
}

.login .module-form .text .legal {
    align-self: flex-start;
}

.msg_notificacion_error {
    background: #FFF;
    /*margin: 30px;*/
    padding: 20px;
    border-radius: 20px;
    text-align: center;
    /*color : #FFF !important*/
}

.btn {
    min-width: 100%;
    font-size: 8pt;
}

    .btn:disabled, .btn:disabled:hover, .btn-primary.disabled, .btn-primary:disabled {
        border-color: #007bff;
        color: #007bff;
        background-color: transparent;
    }

.btn_validacion {
    line-height: 1.5;
    letter-spacing: unset;
    min-width: 100%;
    /*min-width : fit-content()*/
}

.btn.btn-outline-light:hover {
    background: #00AD3A;
    border-color: #00AD3A;
    color: #fff;
}

label {
    font-size: 9pt;
}

.module-form .text .title h1 {
    font-size: 15pt;
}

.module-form .text .title {
    margin-bottom: 0;
    margin-top: 0.4rem;
}

.form-textform-check input {
    margin-left: .25rem;
    margin-right: .25rem;
}

/*Grillas*/
.template_grillas {
    overflow: scroll;
    max-height: 20rem;
}


.grd_solicitudes table {
    width: max-content;
}

.rows:hover td {
    background-color: aquamarine;
}

.grd_DetalleCtaCteClienteV2 {
    overflow: scroll;
    max-height:20rem;
}


.Grd_Personas th {
    overflow: scroll;
    max-height: 10px;
}

/*Frm_Solicitud_Credito*/
.navegador{
    color:black;
    font-size:small;
    text-align:left;
    font-weight:bold;
}

.custom_contenedor {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 20rem;
}
.custom_title {
    display: flex;
    flex-direction:row;
}
.custom_bill_icon {
    background-image: url(../assets/img/Billetes.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 2rem;
    margin-right: 1rem;
    /*height: 34px;*/
}

.custom_error_icon {
    background-image: url(../assets/img/CruzRojaConCirculo.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 2.5rem;
    height: 2.5rem;
    margin-right: 1rem;
}

.custom_btn_solo{
    min-width: 50%;
    width:50%!important;
}

.custom_btn {
    width: 50% !important;
}
.custom_cliente_unico {
    display: flex;
    flex-direction: column;
    align-items:flex-start;
    max-width:max-content;
}
.custom_cliente_unico_botones {
    display: flex;
    flex-direction: row;
    align-items:flex-end;
    /*justify-content:center;*/
}
.mensaje_error_solicitud {
    display: flex;
    align-items:center;
   /* flex-direction: row;
    align-items: flex-end;*/
}
.monto_disponible_fondo {
    background-image: url(../assets/img/MontoDisponible.png);
    background-repeat:no-repeat;
    background-size:cover;
    height:inherit;
    display:flex;
}
.monto_disponible_importe {
    border-radius: 25px;
    background: #FFF;
    box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.04);
    display:flex;
    flex-direction:column;
    align-items:center;
}
.custom_tilde_circulo_icon {
    background-image: url(../assets/img/TildeConCirculo.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 5rem;
    height: 5rem;
}
.custom_tilde_icon {
    background-image: url(../assets/img/Tilde.png);
    background-repeat: no-repeat;
    width: 2rem;
    height: 2rem;
}

.credito_no_disponible_fondo {
    background-image: url(../assets/img/Cred_No_Disponible.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: inherit;
    display: flex;
}

.custom_cruz_roja_icon {
    background-image: url(../assets/img/CruzRoja.png);
    background-repeat: no-repeat;
    width: 2rem;
    height: 2rem;
}
.vertical-line {
    border-left: 1px solid #000;
    height: 100px;
    margin-left: 10px;
    color: #59595B;
}
.centrar_texto_textbox {
    text-align:center;
}
.fondo_textbox_deshabilitado {
    background-color: white;
}
.popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    z-index: 1000;
    padding: 20px;
    /*box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);*/
    border-radius: 25px;
    background: #FFF;
    box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.04);
}
.popup-content {
    display:flex;
    flex-direction: column;
    align-items: center;
}

.fondo-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
}
.hipervinculo-button {
    background: none;
    border: none;
    color: #FF8C00;
    text-decoration: none; /* Eliminar el subrayado al pasar por encima */
    cursor: pointer;
}

    .hipervinculo-button:hover {
        text-decoration: underline; /* Subrayar el texto */
        
    }
.custom-checkbox {
    transform: scale(1.5); 
    margin-left: 15px;
    display:flex;
}

/*Estilos para la página de adhesión al Débito automático*/
.custom_exclamacion_rojo_icon {
    background-image: url(../assets/img/SignoExclamacionRojo.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 3rem;
    height: 3rem;
    margin: 0.5rem;
}

.custom_reloj_de_arena_icon {
    background-image: url(../assets/img/RelojDeArena.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 3rem;
    height: 3rem;
    margin: 0.5rem;
}
/*.panel_relleno {
    background-color: green;
    width: 100px; 
    height: 100px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
*/
.numero_en_panel {
    background-color: white;
    width: 40px;
    height: 40px; 
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px; 
}

/* Grid Plan de Cuotas */
.radio_valor_cuotas label {
    font-weight: normal;
    margin: 0 0 0 .5rem;
    font-size: small;
    line-height: 2;
}
.label_grid_plan_cuotas {
    font-size: small;
    line-height: 2;
}





 /*Spinner 6 starts here */
.spinner6 {
    background: #FF8C00;
    border-radius: 50%;
    height: 1em;
    margin: .1em;
    width: 1em;
}

.p1 {
    animation: fall 1s linear .3s infinite;
}

.p2 {
    animation: fall 1s linear .2s infinite;
}

.p3 {
    animation: fall 1s linear .1s infinite;
}

.p4 {
    animation: fall 1s linear infinite;
}

@keyframes fall {
    0% {
        transform: translateY(-15px);
    }

    25%, 75% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-15px);
    }
}
/* Spinner 6 ends here */
/*
@media (max-width: 600px) {
    .container_activity {
        align-items: center;
        flex-direction: column;
    }

    .canvas {
        margin: 1em;
    }
}*/