﻿html {
    font-size: 14px;
    background-color: #f1f4f6;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}
/*@font-face {
    font-family: 'password';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/51b459eae74df5b00ba922028ccb20be.eot');
    src: url('../fonts/51b459eae74df5b00ba922028ccb20be.eot?#iefix') format('embedded-opentype'),
        url('../fonts/51b459eae74df5b00ba922028ccb20be.woff2') format('woff2'),
        url('../fonts/51b459eae74df5b00ba922028ccb20be.woff') format('woff'),
        url('../fonts/51b459eae74df5b00ba922028ccb20be.ttf') format('truetype'),
        url('../fonts/51b459eae74df5b00ba922028ccb20be.svg#Password') format('svg');
}
input.tpPassword {
    font-family: 'password';
}

input.tpPassword::placeholder,input.tpPassword::-webkit-input-placeholder,input.tpPassword:-moz-placeholder,input.tpPassword::-moz-placeholder,input.tpPassword:-ms-input-placeholder {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}*/
input.tpPassword {
    -webkit-text-security: disc !important;
}
/*body {
  margin-bottom: 60px;
}*/

/*input range picker*/
.daterangepicker {
    z-index: 1100;
}



.form-control:hover {
    border-color: rgba(51, 122, 183, .4);
}

.form-control:focus, .form-control:active {
    border-color: #337ab7 !important;
    box-shadow: none !important;
    background: #e8f4fe;
}

.form-control::placeholder {
    color: #999;
}


.app-logo {
    background-color: #e9ecef !important;
    background-image: url("/architectui/assets/images/logo-sydecor.png") !important;
    /*background-size: contain; /* Ajusta el tamaño de la imagen al contenedor */
    background-repeat: no-repeat; /* Evita que la imagen se repita */
    background-position: center; /* Centra la imagen dentro del contenedor */
    height: 220px;
    width: 220px;
    border-radius: 50%;
}


.text-align-center {
    text-align: center;
}

a.btn:focus {
    box-shadow: none !important;
}

.bg-plum-plate {
    background-image: linear-gradient(135deg, #073763 0, #a26c4b 100%) !important;
}

.bg-sunny-morning {
    background-image: linear-gradient(120deg, #494021 0, #603d33 100%) !important;
}

.invalid-feedback-personalizado {
    color: #fff;
    background: #d92550;
    width: fit-content;
    padding: 5px;
}

/* Mensaje de error oculto por defecto */
.additional-error-class {
    display: none !important; /* Oculto por defecto */
    position: absolute;
    color: #fff !important;
    background: #d92550;
    width: fit-content;
    padding: 4px 8px;
    border-radius: 4px;
}

/* Mostrar el mensaje de error solo cuando el campo tiene el enfoque */
input.is-invalid:focus ~ .additional-error-class,
textarea.is-invalid:focus ~ .additional-error-class {
    display: block !important; /* Mostrar cuando el campo está enfocado */
}

.input-group em.error.invalid-feedback.additional-error-class {
    /*border-color: #d9255063 !important;*/
    z-index: 1506 !important;
    font-size: 12px;
    top: 38px;
}

.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
    border-color: #d9255063 !important;
}

.form-control.is-invalid:hover {
    border-color: #d92550 !important;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: #d9255063;
}

.form-control[readonly].is-invalid,
.was-validated .form-control[readonly]:invalid {
    border-color: #d92550 !important;
}

.form-control.is-invalid:focus, .form-control.is-invalid:active {
    border-color: #d92550 !important;
}
.noIconVal {
    background-image: none !important;
    font-size: 14px;
    padding-right: 0 !important;
}
.styleEmail {
    margin-bottom: 1rem !important;
    font-size: 1rem !important;
    color: #16aaff !important;
}

/*STYLE PARA EL OTP*/
.seccionInputsOTP .input {
    width: 50px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    margin: 0 5px;
    font-size: 24px;
    text-align: center;
}

    .seccionInputsOTP .input:focus {
        border-color: orange;
        outline: none;
    }

    .seccionInputsOTP .input::placeholder {
        color: transparent;
    }

    .seccionInputsOTP .input.invalid {
        border-color: red !important;
    }

    .seccionInputsOTP .input.valid {
        border-color: green !important;
    }

.tooltip-inner {
    background: #fff !important;
    color: #343a40 !important;
    box-shadow: 0 .46875rem 2.1875rem rgba(4, 9, 20, .03), 0 .9375rem 1.40625rem rgba(4, 9, 20, .03), 0 .25rem .53125rem rgba(4, 9, 20, .05), 0 .125rem .1875rem rgba(4, 9, 20, .03) !important;
    border: rgba(26, 54, 126, .125) solid 1px !important;
}

.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
    border-bottom-color: #fff !important;
}

.app-page-title .page-title-icon i {
    margin: 0 !important;
}

.app-page-title .page-title-icon {
    justify-content: center !important;
}

.app-main .app-main__inner {
    /*padding: 10px 10px;*/
}

.app-container {
    /*min-height: 98vh !important;*/
}

.card-body {
    /*padding: 0.5em;*/
}

.app-page-title {
/*    padding: 30px 30px 0px 30px;
    margin: -30px -30px 15px;*/
}

.row {
    margin-right: 5px;
    margin-left: -5px;
}

.ajuste-titulo {
    width: 100% !important;
    display: flex !important;
    justify-content: space-between !important;
}

.icon-descrip-titulo {
    display: none !important;
    font-size: 13px;
}

.vertical-nav-menu img.metismenu-icon, .vertical-nav-menu img.metismenu-state-icon {
    text-align: center;
    width: 40px; /*34px*/
    height: 40px; /*34px*/
    line-height: 34px; /*34px*/
    position: absolute;
    left: 2.5px; /*5px*/
    top: 42%; /*50%*/
    margin-top: -17px;
    font-size: 1.5rem;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23) !important;
    transition: color .3s;
}

.closed-sidebar .app-sidebar .app-sidebar__inner img.metismenu-icon {
    text-indent: 0;
    left: 13px;
    margin-left: -17px;
}
/*.closed-sidebar .app-sidebar .app-sidebar__inner .vertical-nav-menu li:nth-child(2) {
    display: none !important;
}*/
.vertical-nav-menu li.perfil-Menu-Opcion a:hover {
    background: none !important;
}

.vertical-nav-menu li.perfil-Menu-Opcion {
    border-bottom: 1px solid #e0f3ff;
}

    .vertical-nav-menu li.perfil-Menu-Opcion a span {
        opacity: .8;
        font-weight: 700;
    }

.fa-buildings:before {
    content: "\e0cc" !important;
}

.input-group .input-group-addon {
    border-radius: 0;
    border-color: #d2d6de;
    background-color: #fff;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.input-group-addon, .input-group-btn {
    /*width: 1%;*/
    white-space: nowrap;
    vertical-align: middle;
}

.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell;
}

.form-group {
    margin-bottom: 25px;
}

.vertical-nav-menu ul > li > a .metismenu-icon {
    display: inline-block;
    left: -4%;
    font-size: 20px;
}

.closed-sidebar ul.mm-collapse > li > a .metismenu-icon {
    display: none !important;
}

.focus-none {
    box-shadow: none !important;
}

.cabecera-icon {
    text-align: center;
    border: 0 !important;
    padding: 12px 20px;
    border-bottom: 2px solid #3f6ad8 !important;
    color: #6c757d;
}

    .cabecera-icon i {
        margin-bottom: .375rem !important;
        margin-top: .375rem !important;
        font-size: 22px;
    }

.cabecera-titulo {
    font-weight: 700;
    font-size: .88rem !important;
    text-transform: uppercase !important;
    padding-left: 1.5rem .75rem !important;
    text-align: center;
}

    .cabecera-titulo span {
        padding: .375rem 0 !important;
        display: block !important;
    }

.seccion-filtros {
    width: 320px;
    height: 100%;
    position: fixed;
    right: -320px;
    top: 0;
    transition: all .2s;
    z-index: 1000;
}

.seccion-filtros.oculto-seccion-filtros {
    right: 0;
    box-shadow: 0 .76875rem 2.4875rem rgba(52, 58, 64, .3), 0 1.3375rem 1.70625rem rgba(52, 58, 64, .3), 0 .55rem .53125rem rgba(0, 0, 0, .05), 0 .225rem .4375rem rgba(52, 58, 64, .3);
}

.fondo-oscuro-seccion-filtros {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 999;
    background: rgba(0, 0, 0, .4);
    display: block;
    content: '';
    left: 0;
    top: 0;
}



.form-control:disabled, .form-control[readonly] {
    background-color: #fff !important;
    border-style: dashed !important;
    border-color: #ced4da;
    background-image: none !important;
}

.visibAsteRequi {
    color: #d92550 !important;
    margin-left: .5rem !important;
}

.desabAsteRequi .visibAsteRequi {
    display: none !important;
}
.SeccionBotonesAcciones button, .SeccionBotonesAcciones a {
    font-size: 16px;
}

.btn-Nivel01 {
    color: #fff;
    background-color: #3085d6;
    border-color: #3085d6;
}

.btn-Nivel01:hover {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}

.btn-Nivel02 {
    color: #3085d6 !important;
    border-color: #3085d6 !important;
    padding: 7px !important;
}

.btn-Nivel02:hover {
    color: #fff !important;
    background-color: #337ab7 !important;
    border-color: #337ab7 !important;
    padding: 7px !important;
}

.content-filtro {
    display: inline-block !important;
    padding: 7px !important;
    border-radius: 25px !important;
    border: 1px solid #bfedd6 !important;
    user-select: none !important;
    background-color: #e1fff0 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
}

    .content-filtro span {
        color: #3ac47d !important;
    }

.text-DeepSkyBlue {
    color: #2a96c3 !important;
}

.btn-content-filtro {
    font-weight: 400 !important;
    color: #6c757d !important;
    text-align: center !important;
    vertical-align: middle !important;
    font-size: small !important;
    line-height: 1.5 !important;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    padding: 0 5px !important;
    border: 0 !important;
    background-color: transparent !important;
}

.btn-content-filtro:hover {
    background: #ade8cb !important;
    color: #74a58d !important;
    border-radius: 50%;
}

.icon-content-filtro {
    line-height: 1.5 !important;
}

.drawer-content-wrapper .drawer-section {
    padding: 0.5em 0.5em;
    /*height: 100%;*/
}

.select2-container--bootstrap4.select2-container--disabled .select2-selection, .select2-container--bootstrap4.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
    background-color: #fff !important;
    border-style: dashed !important;
    border-color: #ced4da;
    background-image: none !important;
}

.select2-container--bootstrap4.select2-container--disabled .select2-selection__arrow {
    display: none !important;
}

.select2-dropdown {
    z-index: 1060;
}
.select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
    text-align:left;
}
.select2-container--bootstrap4 .select2-results__option[aria-disabled=true] {
    background: #d3d5d7;
}
.FGinfo_emergente ul, li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.FGinfo_emergente {
    z-index: 1060;
    position: absolute;
    top: 0; /* Cambia a 0 inicialmente */
    left: 0; /* Cambia a 0 inicialmente */
    width: 250px;
    padding: 15px;
    background: #fefefe;
    font-size: .875em;
    border-radius: 5px;
    box-shadow: 0 1px 3px #ccc;
    border: 1px solid #ddd;
    display: none;
}
.FGinfo_emergente h4{
    font-size: 14px;
    font-weight: 600 !important;
    color: #000;
}
.FGinfo_emergente::before {
    content: "\25B2";
    position: absolute;
    top: -12px;
    left: 45%;
    font-size: 14px;
    line-height: 14px;
    color: #ddd;
    text-shadow: none;
    display: block;
}

.FGinfo_emergente h4 {
    margin: 0 0 10px 0;
    padding: 0;
    font-weight: normal;
}

.invalid {
    color: #d92550;
}

.valid {
    color: #3a7d34;
}

.invalid i {
    color: #d92550;
    margin-right: 5px;
}

.valid i {
    color: #3a7d34;
    margin-right: 5px;
}

.modal .modal-title.card-title {
    font-size: 1.25rem;
}
fieldset.Personalizado01 {
    border-width: 2px;
    border-style: groove;
    border-color: #e0f3ff;
    padding-block-start: 0.35em;
    padding-inline-start: 0.75em;
    padding-inline-end: 0.75em;
    padding-block-end: 0.625em;
    margin-inline-start: 2px;
    margin-inline-end: 2px;
}
fieldset.Personalizado01 legend {
    width: auto;
    text-transform: uppercase;
    color: #3f6ad8;
    padding-inline-start: 2px;
    padding-inline-end: 2px;
}

@media (min-width: 768px) {
    .modal-dialog.modal-md {
        max-width: 600px;
        margin: 30px auto;
    }
    html {
        font-size: 16px;
    }
}

@media (max-width: 991.98px) {
    .ajuste-titulo {
        display: block !important;
    }

    .descripcion-titulo {
        display: none !important;
    }

    .icon-descrip-titulo {
        display: block !important;
        font-size: 13px;
    }

    .closed-sidebar .app-sidebar .app-sidebar__inner img.metismenu-icon {
        left: 5px !important;
        margin-left: 0 !important;
    }

    #Layout-btnCambiarSucursalSinText{
        display: block !important;
    }
}

@media (max-width: 768px) {
    .vertical-nav-menu ul > li > a .metismenu-icon {
        display: none !important;
    }
    .SeccionBotonesAcciones .breadcrumb-item a {
        font-size: 14px;
    }
}
@media (min-width: 992px) {
    .col-md-offset-3 {
        margin-left: 25%;
    }
}


.filepond--fullsize-overlay {
    z-index: 1050;
}
.filepond--drip {
     opacity: 1;
    background: #edf0f4;
}
.filepond--item-panel {
    background-color: #595e68;
}
.filepond--file-info {
    font-weight: 500;
}
.filepond--label-action {
    font-weight: 500;
}
.filepond--image-preview {
    background: #595e68;
}
.filepond--image-preview-overlay-idle {
    color: #595e68c7;
}
.justify-content-space-between {
    justify-content: space-between;
}



.loading-spinner {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 200px;
    background-color: #00000087;
}
.loading-spinner .loader-wrapper {
    height: 100%;
    width: 100%;
}
.loading-spinner .loader-wrapper .loader {
    background: #fff;
    border-radius: .25rem;
    box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03), 0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03), 0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05), 0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03);
    padding: 1.5rem;
}



/* Estilos para los botones flotantes */
.BotonesFlotantes {
    position: fixed;
    bottom: 80px;
    right: 30px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 155;
    opacity: 0;
    display: none;
    transition: opacity 0.3s;
}
.BotonesFlotantes.show {
    opacity: 1;
    display: flex;
}
.BotonesFlotantes button {
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    width: 40px;
    text-align: center;
    display: block;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}
.BotonesFlotantes button i {
    font-size: 2em;
    line-height: 1;
}


/*CHECKBOX PERZONALIZADO*/

.perzoCheckBox {
    display: inline-block;
    position: relative;
    width: 17.2px;
    height: 17.2px;
    border: 2px solid #ddd;
    border-radius: 4px;
    background-color: white;
    /*margin-right: 10px;*/
    transition: all 0.2s ease;
    box-shadow: 0 0 0 0 #337ab7;
}
.perzoCheckBox edit,.perzoCheckBox editForm {
    cursor: pointer;
}
.perzoCheckBox[data-checked="true"] {
    animation: shake 0.2s ease;
}

.perzoCheckBox[data-checked="true"]::after {
    content: "";
    position: absolute;
    left: 3px;
    top: -1px;
    width: 7px;
    height: 12px;
    border: solid #337ab7;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    transition: all 0.25s;
}

.perzoCheckBox[data-checked="false"]::after {
    display: none;
}

@keyframes shake {
    0% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(-1px);
    }

    50% {
        transform: translateX(1px);
    }

    75% {
        transform: translateX(-1px);
    }

    100% {
        transform: translateX(0);
    }
}
.modal.fade.show {
    overflow-x: hidden;
    overflow-y: auto;
}
.dsFnUppy .uppy-DashboardContent-bar,
.dsFnUppy .uppy-Dashboard-Item-action--remove,
.dsFnUppy .uppy-Dashboard-Item-action--edit {
    display: none !important;
}

/*CONTENEDOR DE IMAGEN*/
.contentImgCarta {
    width: 100%;
    display: flex;
    justify-content: center;
}
.content-img-uno {
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 24rem;
    display: flex;
    justify-content: center;
}
.imgResponsive {
    width: 24rem;
    box-shadow: 0 0px 3px 0 rgba(0, 0, 0, 0.16), 0 2px 2px 0 rgba(0, 0, 0, 0.1) !important;
    max-width: 200px;
    max-height: 200px;
    height: auto;
    transition: all 0.3s linear;
}
.imgResponsive:hover {
    transform: scale(1.1);
}