﻿/*Imprementación del login*/
@font-face {
    font-family: 'RubikCustom';
    src: url(fonts/Rubik/static/Rubik-Regular.ttf);
}

@font-face {
    font-family: 'RubikBold';
    src: url('fonts/Rubik/static/Rubik-Bold.ttf')
}

*, :after, :before {
    -moz-box-sizing: border-box
}

*, :after, :before {
    -moz-box-sizing: border-box
}

.info-message {
    padding: 5px 10px;
    color: #4F4F50
}

div.search-form, div.data-form {
    max-width: 850px;
    width: 100%;
    padding-top: 30px
}

div.data-form-login {
    max-width: 850px;
    /*width: 100%;*/
    padding-top: 18px
    
}

div .search-form > span > div, div.data-form > span > div {
    width: 100% !important;
    float: left
}

div.form {
    text-align: center;
    width: 50%;
    float: left;
    padding: 0
}

    div.form div.form-element {
        width: 100%;
        text-align: left;
        padding: 0 10px;
        overflow: hidden;
        margin-bottom: 30px;
    }

    div.form span {
        padding: 10px
    }

    div.form input:not([type="radio"]):not([type="checkbox"]), div.form textarea {
        width: 85%;
        padding: 0.375rem 0rem;
        line-height: 1.5;
        color: #373737;
        background-color: #fff;
        background-clip: padding-box;
        border-bottom: 1px solid #A4A4A6;
        border-top: none;
        border-left: none;
        border-right: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        font-family: 'Rubik-Light';
        font-size: 18px;
        /*padding: 0.375rem 2.25rem 0.375rem 0rem;*/
    }

    div.form select {
        width: 90%;
        padding: 0.375rem 2.25rem 0.375rem 0rem;
        -moz-padding-start: calc(0.75rem - 3px);
        line-height: 1.5;
        color: #000000;
        background-color: #fff;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
        background-repeat: no-repeat;
        background-position: right 0rem center;
        background-size: 16px 12px;
        border-bottom: 1px solid #A4A4A6;
        border-top: none;
        border-left: none;
        border-right: none;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        font-family: 'Rubik-Light';
        font-size: 18px;
    }

        div.form input:focus, div.form textarea:focus, div.form select:focus {
            border-bottom: 1px solid #A784E1;
            border-top: none;
            border-left: none;
            border-right: none;
            outline: none !important;
        }

        div.form select:focus {
            border-bottom: 1px solid #A784E1;
            border-top: none;
            border-left: none;
            border-right: none;
            outline: none !important;
        }

    div.form label {
        /*display: block;
        float: left;
        width: 100%;
        padding: 5px 10px 3px 0;
        cursor: pointer*/
        font-size: 20px;
        color: #000000;
        font-family: Rubik-Light;
        padding: 0.375rem 2.25rem 0.375rem 0rem;
        font-weight: normal !important;
    }

        div.form label.datepicker-label {
            width: auto !important
        }

    div.form .uniform-selectTipoIdentificacion, div.form .jqTransformInputWrapper, div.form jqTransformSelectWrapper ul {
        width: 50% !important;
        float: left
    }

.tool-bar {
    text-align: center;
    width: 100%;
    /*padding-top: 40px*/
}

.ui-tabs .ui-tabs-panel {
    padding: 10px 0
}

.full-width {
    width: 100% !important
}

div.login-form {
    /*border: 1px solid #1756AE;*/
    background: #fff;
    padding: 10px;
    max-width: 800px;
    margin: 0 auto;
    overflow: hidden
}

    div.login-form > table {
        float: right;
        width: 50%
    }

        div.login-form > table td {
            padding: 10px
        }

    div.login-form .form {
        width: 100%;
        background: #fff;
        padding: 20px 0 8px;
        /*border: 1px solid #00C649*/
    }

    div.login-form .tool-bar {
        padding: 10px 0
    }

        div.login-form .tool-bar a {
            color: #1756AE
        }

    div.login-form a {
        color: #FFFFFF
    }

    div.login-form .image {
        float: left;
        width: 50%;
        height: 400px;
        margin: 0;
    }

    div.login-form .login-image {
        height: auto;
        background-image: url('img/CrediEstado/recovery_password.jpg');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
    }

    div.login-form .remember-pasword-image {
        background-image: url(img/Apps-preferences-desktop-user-password-icon.png);
        width: 128px;
        height: 128px;
        margin: 60px;
        position: relative;
        background-size: cover;
    }

    div.login-form .create-user-image {
        background-image: url(img/create-user.jpg);
        width: 40%;
        background-size: cover;
        background-position: center;
        position: relative;
        margin: 10px;
    }

    div.login-form .home-image {
        background-image: url(img/database-process-icon.png);
        width: 128px;
        height: 128px;
        margin: 60px
    }
.th-td-register {
    padding: 38px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    div.form input, div.form textarea, div.form select {
        width: 90%
    }
}

@media screen and (max-width: 1200px) {
    div.form {
        text-align: center;
        width: 50%;
        float: left;
        padding: 0
    }
}

@media screen and (max-width: 1150px) {
    .search-form, .data-form {
        max-width: 750px;
        width: 100%
    }
}

@media screen and (max-width: 1100px) {
    .search-form, .data-form {
        max-width: 700px;
        width: 100%
    }
}

@media screen and (max-width: 1050px) {
    .search-form, .data-form {
        max-width: 650px;
        width: 100%
    }
}

@media screen and (max-width: 1000px) {
    .search-form, .data-form {
        max-width: 600px;
        width: 100%
    }
}

@media screen and (max-width: 950px) {
    .search-form, .data-form {
        max-width: 500px;
        width: 100%
    }
}

@media screen and (max-width: 900px) {
    .search-form, .data-form {
        max-width: 400px;
        width: 100%
    }
}

@media screen and (max-width: 600px) {
    .search-form, .data-form {
        max-width: 400px;
        width: 100%
    }

    div.form {
        width: 100%;
        padding: 10px
    }
}

@media screen and (max-width: 650px) {
    .search-form, .data-form {
        max-width: 350px;
        width: 100%
    }

    div.form {
        width: 100%;
        padding: 10px
    }
}

@media screen and (max-width: 550px) {
    .search-form, .data-form {
        max-width: 300px;
        width: 100%
    }

    div.form {
        width: 100%;
        padding: 10px
    }
}

@media screen and (max-width: 500px) {
    .search-form, .data-form {
        max-width: 250px;
        width: 100%
    }

    div.form {
        width: 100%;
        padding: 10px
    }
}

@media screen and (max-width: 400px) {
    .search-form, .data-form {
        max-width: 200px;
        width: 100%
    }

    div.form {
        width: 100%;
        padding: 10px
    }
}

@media screen and (max-width: 350px) {
    div.form {
        width: 100%;
        padding: 10px
    }

    .search-form, .data-form {
        max-width: 150px;
        width: 100%
    }
}

@media screen and (max-width: 300px) {
    div.form {
        width: 100%;
        padding: 10px
    }

    .search-form, .data-form {
        max-width: 100px;
        width: 100%
    }
}

.ui-datepicker {
    z-index: 10000
}

div #instruccionesSolicitudPagare {
    padding-bottom: 80px;
    padding-left: 80px;
    padding-right: 80px
}

.form .form .form input, .form .form .form textarea, .form .form .form select {
    width: 80%
}

.form .form-element input[type="checkbox"] {
    height: 30px;
    margin: 0;
    position: relative;
    top: -1px;
    width: 15px !important
}

.form .form-element input[type="radio"] {
    position: relative;
    top: -1px;
    width: 15px !important;
    border: 1px solid black !important;
    margin-left: 15px;
}

.tituloPagareWeb {
    text-align: center
}

    .tituloPagareWeb h3 {
        margin-top: 0
    }

.form_radio_TipoPersona {
    margin-bottom: 0;
    margin-top: 20px
}

.frmLeftRight {
    float: left !important;
    padding: 0 !important;
    text-align: center !important;
    width: 50% !important
}

    .frmLeftRight label {
        padding-left: 40px !important;
        width: auto !important
    }

    .frmLeftRight input {
        width: 40% !important
    }

    .frmLeftRight div {
        border: 1px solid silver;
        border-radius: 5px;
        padding: 5px;
        width: 60%
    }

.fLeft {
    float: left !important
}

.fRight {
    float: right !important
}

.notaInformativa {
    background-color: #faebd7;
    font-size: 10px;
    padding: 5px !important;
    width: 92% !important
}

#divArchivosCargados > a {
    margin: 8px 0;
    display: inline-block
}

.DireccionCadena {
    display: block !important;
    width: 25rem !important;
    height: 3rem;
    margin-top: -5px;
    margin-left: 15px;
    padding-left: 10px;
    background: #A784E1;
    color: #FFFFFF;
    /*border: 1px solid #00C649;*/
    border-radius: 15px;
    font-size: 1.4rem;
    text-shadow: 0 -1px 0 rgba(0,0,0,.5);
    background-image: linear-gradient(#1b5db9 10%,#0e305f 100%)
}

.rfvSpan {
    padding: 0 !important
}

.checkboxCenter {
    margin-left: 40%
}

/*Login Styles */
.container-login {
    border-radius: 6px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.7);
    display: flex;
    overflow: hidden;
    margin-top: 5%;
}

.slogan-login {
    background: url(img/CrediEstado/Login-Image-Sm.jpg);
    width: 50%;
    background-size: cover;
    background-position: center;
    position: relative;
}

    .slogan-login::after {
        content: ""; /* Obligatorio para que funcione el ::after */
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(60, 27, 113, 0.2); /* Color y opacidad de la capa */
        pointer-events: none; /* Permite interactuar con los elementos debajo */
    }

.slogan-login-text {
    font-family: RubikBold;
    text-transform: none;
    color: #00FF6D;
    z-index: 1;
    position: relative;
    padding-left: 7%;
    padding-top: 10%;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    font-size: 60px;
    line-height: 1.1;
}

.form-login {
    width: 50%;
    padding: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .form-login h2 {
        margin-bottom: 20px;
    }

.form-group-login {
    margin-bottom: 10px;
}


.login-content-custom {
    padding-left: 10%;
    padding-right: 10%;
}

/* Media query para pantallas más pequeñas (menos de 600px de ancho) */
@media screen and (max-width: 600px) {
    .login-content-custom {
        padding-left: 10%;
    }

    .container-login {
        flex-direction: column; /* Cambio importante */
        width: 80vw;
        border-radius: 6px;
        box-shadow: 0px 0px 10px rgba(0,0,0,0.7);
        display: flex;
        overflow: hidden;
        margin-top: 13%;
        margin-bottom: 5%;
    }

    .slogan-login {
        width: 100%;
        background-size: cover;
        background-position: center;
        position: relative;
        height: 250px;
    }

    .logo,
    .form-login {
        order: initial; /* Reinicia el orden */
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

/*Recovery password Styles*/
.container-recovery-password {
    border-radius: 6px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.7);
    display: flex;
    overflow: hidden;
    margin-top: 5%;
    padding-left: 0px;
    padding-right: 8px;
    justify-content: space-between;
}

div.form-password {
    text-align: center;
    width: 100%;
    float: left;
    padding: 0
}

    div.form-password div.form-element {
        width: 100%;
        text-align: left;
        padding: 0 10px;
        overflow: hidden
    }

div.form2 {
    text-align: center;
    width: 100%;
    float: left;
    padding: 0
}

    div.form2 div.form-element {
        width: 100%;
        text-align: left;
        padding: 0 10px;
        overflow: hidden
    }

.hover-back:hover {
    background-color: #5327C6;
}

/*registro nuevo usuario*/
.container-register-user {
    border-radius: 6px;

    box-shadow: 0px 0px 10px rgba(0,0,0,0.7);
    display: flex;
    overflow: hidden;
    margin-top: 5%;
    padding-left: 0px;
    padding-right: 8px;
    justify-content: space-between;
    background-size: cover; /* Hace que la imagen cubra todo el contenedor */
}