/* Estilos adicionales para manejo de formularios*/
@import 'styleAddon.css?v=5.0.31.23';

:root {
    --bs-modal-padding: 1rem;
    --bs-modal-zindex: 1055;
    --bs-modal-width: 500px;
    --bs-modal-padding: 1rem;
    --bs-modal-margin: 0.5rem;
    /*--bs-modal-color:;*/
    --bs-modal-bg: var(--bs-body-bg);
    --bs-modal-border-color: var(--bs-border-color-translucent);
    --bs-modal-border-width: var(--bs-border-width);
    --bs-modal-border-radius: var(--bs-border-radius-lg);
    /*--bs-modal-box-shadow: var(--bs-box-shadow-sm);*/
    --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
    /*--bs-modal-header-padding-x:;*/
    /*--bs-modal-header-padding-y:;*/
    --bs-modal-header-padding: 0 1rem;
    --bs-modal-header-border-color: var(--bs-border-color);
    --bs-modal-header-border-width: var(--bs-border-width);
    --bs-modal-title-line-height: 1.5;
    --bs-modal-footer-gap: 0.5rem;
    /*--bs-modal-footer-bg:;*/
    --bs-modal-footer-border-color: var(--bs-border-color);
    --bs-modal-footer-border-width: var(--bs-border-width);
}

body {
    /*font-family: Calibri, sans-serif;*/
    font-family: 'Arial Narrow';
    font-size: 14px;
    font-weight: 300;
    /*    color: #888;*/
    /*line-height: 30px;*/
    /*text-align: center;*/
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

strong {
    font-weight: 500;
}

a, a:hover, a:focus {
    color: #337ab7; /*Color de fuente menus y link */
    text-decoration: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

h1, h2 {
    margin-top: 10px;
    font-size: 38px;
    font-weight: 100;
    color: #555;
    line-height: 50px;
}

h3 {
    font-size: 22px;
    font-weight: 300;
    color: #555;
    line-height: 30px;
}

img {
    max-width: 100%;
}

.logotenant {
    max-width: 100% !important;
    height: 100px !important;
    object-fit: scale-down;
    object-position: center center;
}

::-moz-selection {
    background: #de995e;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #de995e;
    color: #fff;
    text-shadow: none;
}

.main-menu .navbar-nav {
    flex-flow: row wrap;
}

    .main-menu .navbar-nav > li > a {
        padding: 0;
        white-space: nowrap;
    }

.btn-link-1 {
    display: inline-block;
    height: 50px;
    margin: 5px;
    padding: 16px 20px 0 20px;
    background: #de995e;
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

    .btn-link-1:hover, .btn-link-1:focus, .btn-link-1:active {
        outline: 0;
        opacity: 0.6;
        color: #fff;
    }

    .btn-link-1.btn-link-1-facebook {
        background: #4862a3;
    }

    .btn-link-1.btn-link-1-twitter {
        background: #55acee;
    }

    .btn-link-1.btn-link-1-google-plus {
        background: #dd4b39;
    }

    .btn-link-1 i {
        padding-right: 5px;
        vertical-align: middle;
        font-size: 20px;
        line-height: 20px;
    }

.btn-link-2 {
    display: inline-block;
    height: 50px;
    margin: 5px;
    padding: 15px 20px 0 20px;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

    .btn-link-2:hover, .btn-link-2:focus,
    .btn-link-2:active, .btn-link-2:active:focus {
        outline: 0;
        opacity: 0.6;
        background: rgba(0, 0, 0, 0.3);
        color: #fff;
    }


/***** Top content *****/

.inner-bg {
    padding: 100px 0 170px 0;
}

.top-content .text {
    color: #fff;
}

    .top-content .text h1 {
        color: #fff;
    }

.top-content .description {
    margin: 20px 0 10px 0;
}

    .top-content .description p {
        opacity: 0.8;
    }

    .top-content .description a {
        color: #fff;
    }

        .top-content .description a:hover,
        .top-content .description a:focus {
            border-bottom: 1px dotted #fff;
        }

.form-box {
    margin-top: 120px;
}

.form-top {
    overflow: hidden;
    padding: 0 25px 15px 25px;
    background: #fff;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    text-align: left;
}

.form-top-left {
    float: left;
    width: 100%;
    line-height: 113px;
    /*background-color: #e6e6e6;*/
    /*padding-top: 25px;*/
}

    .form-top-left h3 {
        margin-top: 0;
    }

.form-top-right {
    float: left;
    width: 25%;
    padding-top: 5px;
    font-size: 66px;
    color: #ddd;
    line-height: 100px;
    text-align: right;
}

.form-bottom {
    padding: 25px 25px 30px 25px;
    background-color: white;
    border-radius: 30px 30px 30px 30px;
    -moz-border-radius: 30px 30px 30px 30px;
    -webkit-border-radius: 30px 30px 30px 30px;
}

    .form-bottom form textarea {
        height: 100px;
    }

    .form-bottom form button.btn {
        width: 100%;
    }

    .form-bottom form .input-error {
        border-color: #de995e;
    }

.social-login {
    margin-top: 35px;
}

    .social-login h3 {
        color: #fff;
    }

.social-login-buttons {
    margin-top: 25px;
}


/***** Media queries *****/

@media (min-width: 992px) and (max-width: 1199px) {
}

@media (min-width: 768px) and (max-width: 991px) {
}

@media (max-width: 767px) {

    .inner-bg {
        padding: 60px 0 110px 0;
    }
}

@media (max-width: 415px) {

    h1, h2 {
        font-size: 32px;
    }
}

/*se agrega clase responsive en la pagina cuando se reduce el tamaņo a vista de celular donde se incluye el padding para cada uno de los items del menu
    y asi no afecte el diseņo en su forma original
*/
@media (max-width: 768px) {
    .menu-item-padding {
        padding: 5px !important;
    }
}

.ValidacionFallo {
    color: red;
}

.vs__dropdown-menu {
    max-height: 150px !important;
}

/* ========================================================================================= */
/* ========================= Boostrap update 3x => 5.3.x overrides ========================= */
/* ========================================================================================= */

/* Boostrap 3x btn-default, no existe en Bootstrap4 */

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

    .btn-default:focus,
    .btn-default.focus {
        color: #333;
        background-color: #e6e6e6;
        border-color: #8c8c8c;
    }

    .btn-default:hover {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

    .btn-default:active,
    .btn-default.active,
    .open > .dropdown-toggle.btn-default {
        color: #333;
        background-color: #e6e6e6;
        background-image: none;
        border-color: #adadad;
    }

        .btn-default:active:hover,
        .btn-default.active:hover,
        .open > .dropdown-toggle.btn-default:hover,
        .btn-default:active:focus,
        .btn-default.active:focus,
        .open > .dropdown-toggle.btn-default:focus,
        .btn-default:active.focus,
        .btn-default.active.focus,
        .open > .dropdown-toggle.btn-default.focus {
            color: #333;
            background-color: #d4d4d4;
            border-color: #8c8c8c;
        }

    .btn-default.disabled:hover,
    .btn-default[disabled]:hover,
    fieldset[disabled] .btn-default:hover,
    .btn-default.disabled:focus,
    .btn-default[disabled]:focus,
    fieldset[disabled] .btn-default:focus,
    .btn-default.disabled.focus,
    .btn-default[disabled].focus,
    fieldset[disabled] .btn-default.focus {
        background-color: #fff;
        border-color: #ccc;
    }

    .btn-default .badge {
        color: #fff;
        background-color: #333;
    }

/* Bootstrap4 btn-primary override */

.btn-primary {
    color: #fff;
    background-color: #337ab7 !important;
    border-color: #2e6da4 !important;
}

    .btn-primary:focus,
    .btn-primary.focus {
        color: #fff;
        background-color: #286090 !important;
        border-color: #122b40 !important;
    }

    .btn-primary:hover {
        color: #fff;
        background-color: #286090 !important;
        border-color: #204d74 !important;
    }

/* Bootstrap4 modal-header override */

.headerModal {
    color: white;
    background: #5D7B9D;
    flex-direction: row-reverse !important;
    padding: 0 1rem !important;
    justify-content: space-between !important;
}

div:has(.headerModal):first-child {
    border-top-left-radius: calc(.5rem - 1px);
    border-top-right-radius: calc(.5rem - 1px);
}

.headerModal .close {
    color: #ffffff !important;
    font-size: 1rem !important;
    background-color: transparent;
    border: 0;
    opacity: 1;
    font-weight: 900;
    text-decoration: none;
    outline: none;
}

/*.modal-header {
    flex-direction: row-reverse !important;
    padding: 0 1rem !important;
}*/

.modal-header h4 {
    font-size: 1.5rem;
}

.modal-header > a {
    color: #ffffff;
    text-decoration: none;
    outline: none;
    font-size: 1.2rem;
}

.modal-header:has(:only-child) {
    flex-direction: row !important;
}

.modal-header .close {
    color: #122b40;
    font-size: 1.2rem;
    font-weight: 700;
    background-color: transparent;
    border: 0;
}

/* Bootstrap select override */

select[class="form-control"] {
    --bs-form-select-bg-img: 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-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
    background-repeat: no-repeat;
    background-position: right 0.1rem center;
    background-size: 16px 12px;
}

select[class="form-control form-control-sm"] {
    --bs-form-select-bg-img: 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-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
    background-repeat: no-repeat;
    background-position: right 0.1rem center;
    background-size: 16px 12px;
}

/* Bootstrap readonly override */

input[readonly] {
    background-color: #eeeeee;
    opacity: 1;
    pointer-events: none;
}

/* Bootstrap form-control override */
.btn, .form-control {
    padding: .15rem .3rem !important;
    min-height: 0; /* 2024-02-07 GVC Asigno 0 como minimo para reiniciar*/
}

.login-container .form-control {
    padding: .375rem .75rem !important;
}

.lista-desplegable {
    display: none;
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
    max-height: 200px; 
    overflow-y: auto;
}

.lista-desplegable li {
    padding: 10px;
    cursor: pointer;
}

.lista-desplegable li:hover {
    background-color: #ddd;
}