/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 16-mar-2021, 9:46:03
    Author     : jairo.pabon
*/

body, html {
    height: 100%;
    color: #6d6f72;
    font-family: "Trebuchet MS";
    overflow: hidden;
    font-size: 12px;
}

.spinner {
    position: fixed;
    opacity: 0.9;
    filter: alpha(opacity=90);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
    z-index: 855555 !important;
    background: #fff;
    display:none;
    left:0;
    top:0;
    width:100%;
    height:100%;
    text-align:center;
}
/*.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 500000;
}*/
.form-control{
    color: #6d6f72 !important;

}
.hidden{
    display: none;
}
.btn {
    background-color: #FFFFFF;
    color: #6d6f72;
    box-shadow: 0px 0px 3px 0px #6d6f72;
}
.btnClose{
    border-radius: 6px;
    font-size: 14px;
    width: 5%;
}

.fill {
    height:100%;
    min-height:100%;
}

.contenedor {
    height:100%;
    min-height:100%;
    padding: 0px;
}

.contenedorInicio {
    position: relative;
    top: 15%;
}

.salto {
    margin-top: 90px;
}

.inputBusqueda {
    border-radius: 5px;
    height: 35px;
    font-size: 11px !important;
    box-shadow: 0px 0px 1px 0px #6d6f72;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent url(../iconos/flechaDown.png) no-repeat 97% !important;
    background-size: 17px !important;
    background-color: #FFFFFF !important;
    border-radius: 5px !important;
    border: 1px solid #ccc;
    padding: 4px 10px 6px 10px !important;
    color: #6d6f72 !important;
    outline: none !important;
}

.spanIngreso {
    font-size: 21px;
    font-weight: bold;
}

#wrapper {
    min-height:100%;
    margin: auto;
    position:relative;
    background-image: url(../iconos/Background1.gif);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-color: white;
    padding-left: 30px;
}

#footer {
    color: #6d6f72;
    position:absolute;
    bottom:0;
    height:115px;
    font-size: 15px;
    margin-bottom: 10px;
    line-height: 1.2em;
}
#logoNotaria{
    width: 100%;
}
#helpImg{
    width: 18px;
    height: 21px;
    cursor: pointer;
}
/*Break Contenedores Input y Logo Notaria*/
@media(max-width: 1240px){
    .contInputs {
        padding-left: 6% !important;
        padding-right: 6% !important;
    }

    #logoNotaria{
        width: 80%;
    }
}
@media(max-width: 1150px){
    .spanIngreso {
        font-size: 16px;
    }
    select {
        -webkit-appearance: none;
        -moz-appearance: none;
        background: transparent url(../iconos/flechaDown.png) no-repeat 97% !important;
        background-size: 17px !important;
        background-color: #FFFFFF !important;
        border-radius: 5px !important;
        border: 1px solid #ccc;
        padding: 2px 10px 2px 10px !important;
        color: #4D4D4D !important;
        outline: none !important;
    }
    .inputBusqueda {
        border-radius: 5px;
        font-size: 11px !important;
    }
    #helpImg{
        width: 17px;
        height: 20px;
        cursor: pointer;
    }
    #logoNotaria{
        width: 70% !important;
    }
    .btn{
        font-size: 13px !important;
    }
}

@media(max-width: 1170px){
    .contInputs {
        padding-left: 4% !important;
        padding-right: 4% !important;
    }

    #logoNotaria{
        width: 90%;
    }
}
/*Fin Break Contenedores Input*/

/*inicio modal*/
.wizard {
    width: 1000px;
    position: relative;
    border-radius: 10px;
}

.inner {
    display: flex;
    max-height: 985px;
}

.image-holder {
    width: 35%;
    min-height: 520px;
    background-color: #f2f2f2;
    border-bottom-left-radius: 7px;
    border-top-left-radius: 7px;
}

.form-content {
    width: 65%;
    padding-top: 15px;
    padding-left: 25px;
    padding-right: 25px;
    border-bottom-right-radius: 7px;
    border-top-right-radius: 7px;
    min-height: 615px;
}

.contLogo {
    height: 100%;
    border: 0px !important;
}

.logoPasos {
    width: 210px;
    margin: 35% auto 0 auto;
}

.contDescripcionPaso {
    padding-left: 40px;
    padding-right: 40px;
}

.descripcionPaso {
    margin: 0px;
    font-size: 14px;
    font-weight: bold;
}

.form-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

span.palabraPasos {
    font-size: 30px;
    font-weight: 900;
    width: 100%;
}

.imgIndicadorPasos {
    width: 150px;
    margin-left: 20px;
    margin-top: 10px;
}

.tituloPasos {
    font-size: 12px;
    font-weight: bold;
}

.subTituloPasos {
    margin: 0px;
}

.tituloCabeceras {
    font-size: 12px;
    font-weight: bold;
}

.contCabecera {
    margin-top: 15px;

    min-height: 25px;
    display: flex;
    align-items: center;
}

/*al bajar la resolucion*/
@media (min-width: 992px){
    .modal-lg, .modal-xl {
        max-width: 1000px;
    }
}


@media (max-width: 767px) {


    .wizard {
        height: 100%;
        width: 100%;
        border: 0px none;
    }

    .inner {
        display: block;
    }

    .image-holder {
        width: 100%;
        min-height: 20%;
        padding-top: 20px;
        padding-bottom: 20px;
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

    .image-holder img {
        width: 20%;
        margin: 0 auto !important;
    }

    div#contPaso4 .image-holder img {
        width: 25%;
    }

    .form-content {
        width: 100%;
        padding: 15px;
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
        height: 100%;
    }

    .contDescripcionPaso {
        padding-bottom: 0px;
    }

    .contNombreDocumento {
        width: 100%;
        white-space: unset;
        text-overflow: unset;
        overflow: unset;
    }

    #visorDoc {
        height: 300px !important;
    }
}

@media (max-width: 987px) {


    .wizard {
        height: 100%;
        width: 100%;
        border: 0px none;
    }

    .inner {
        display: block;
    }

    .image-holder {
        width: 100%;
        min-height: 20%;
        padding-top: 20px;
        padding-bottom: 20px;
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

    .image-holder img {
        width: 19%;
        margin: 0 auto !important;
    }

    div#contPaso4 .image-holder img {
        width: 25%;
    }

    .form-content {
        width: 100%;
        padding: 15px;
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
        height: 100%;
    }

    .contDescripcionPaso {
        padding-bottom: 0px;
    }

    .contNombreDocumento {
        width: 100%;
        white-space: unset;
        text-overflow: unset;
        overflow: unset;
    }

    #visorDoc {
        height: 300px !important;
    }
}
.inscripcion::after
{
    content: '';
    border-bottom: 1px solid #f2f2f2;
    width: 63%;
    display: block;
    margin: 0 auto;
    float: left;
}
.modal-footer{
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: .75rem;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px);
}
.modal-content{
    box-shadow: 14px 13px 13px #4d4d4d;
}
.underline:hover{
    text-decoration: underline !important;
}
.intl-tel-input.allow-dropdown{
    width: 100% !important;
}
.divCheck{
    background-color: white;
    display: inline-block;
    margin: 0 -2px;
    height: 25px;
    text-align: center;
    padding-top: 4px;
    border: 1px solid #6d6f72;
    cursor: pointer;
}

.divCheck:not(.divSelected):hover{
    background-color: #f2f2f2;
}
.divCheck[tipoestado="t"]{
    border-top-left-radius: 7%;
    border-bottom-left-radius: 7%;
}
.divCheck[tipoestado="f"]{
    border-top-right-radius: 7%;
    border-bottom-right-radius: 7%;
}

.divSex .divCheck{
    width: 50%;
}
.divSelected{
    background-color: #6d6f72;
    color: #ffffff;
    border: 1px solid #6d6f72;
}



.divSex .divCheck{
    height: 35px;
    padding-top:8px;
}
#fechaNacimiento:disabled, #fechaNacimiento[readonly] {
    background-color: #ffff !important;
    opacity: 1;
}
.inputOTP{
    width: 10% !important;
    margin-right: 5px;
}
.inputOTPInicio{
    width: 10% !important;
    margin-right: 5px;
}
.inputOtpReset{
    width: 10% !important;
    margin-right: 5px;
}
.flexJustify{
    display: flex;
    justify-content: center;
}
.flexAlign{
    display: flex;
    align-items: center;
}
.fondoGris{
    background-color: #f2f2f2;
}
#cuenta{
    font-size: 40px;
    font-style: italic;
    font-weight: bold;
}
.cursive14bold{
    font-weight: bold;
    font-size: 14px;
    font-style: italic;
}
.logoNegativo{
    position: fixed;
    bottom: -45px;
    top: auto;
    right: 20px;
    z-index: 500;
    padding: 6px 20px 3px;
    font-size: 16px;
    font-family: Arial;
    font-weight: 700;
    text-align: right;
    /*    -moz-box-shadow: 0px 0px 9px rgba(0,0,0,0.3);
        -moz-box-sizing: content-box !important;
        background: linear-gradient(center top, #fbb450, #f89406);
        background: -moz-linear-gradient(#fbb450, #f89406);
        background: -o-linear-gradient(#fbb450, #f89406);
        background: -ms-linear-gradient(#fbb450, #f89406);
        background: -o-linear-gradientcenter(center top, #fbb450, #f89406);*/
}
.logoNegativo{
    left: auto;
    right: -34px !important;
    width: 56%;
}
.logoNegativo img{
    width: 70%;
    padding-bottom: 12px;
}
@media (max-width: 1200px) {
    .logoNegativo {
        left: auto;
        right: 15px !important;
        width: 25%;
    }
}
@media (max-height: 640px) {
    .logoNegativo {
        width: 41%;
    }
}
@media (max-height: 450px) {
    .logoNegativo {
        width: 35%;
    }
}
@media (max-height: 408px) {
    .logoNegativo {
        width: 30%;
    }
}
@media (max-height: 300px) {
    .logoNegativo {
        width: 22%;
    }
}
@media (max-width: 991px) {
    .logoNegativo {
        display: none;
    }
}
.opacidadLogo{
    opacity: 0;
    transition: opacity .15s linear;
}
#btn_next2[disabled="disabled"]{
    background-color: #ccc;
}
.table{
    color: #6d6f72 !important;
}


/*Datepicker*/
.ui-datepicker-month, .ui-datepicker-year {
    height: 34px;
}

#ui-datepicker-div{
    border-radius: 0px !important;
    width: 230px !important;
    font-size: 11px !important;
}

.ui-datepicker td {
    border: 0 !important;
    padding: 1px !important;
}

.ui-datepicker .ui-datepicker-header {
    border: 1px solid #999999 !important;
    background-color: #e6e6e6 !important;
}

select.ui-datepicker-month,
select.ui-datepicker-year{
    border-radius: 7px !important;
    border: 1px solid #aaaaaa !important;
    margin: 2px 5px !important;
    font-size: 11px !important;
    color: #6f6f6e !important;
    width: 40% !important;
    height: 25px !important;
    background-color: #cccccc !important;
}

.ui-widget-header {
    border: 1px solid #999999 !important;
    background: #e6e6e6 !important;
    margin-bottom: 0px !important;
}

table.ui-datepicker-calendar thead tr th{
    background: white !important;
    /*color: #6f6f6e !important;*/
    color: #4d4d4d !important;
    font-weight: bold !important;
    font-size: 11px !important;
    padding: 4px !important;
}

table.ui-datepicker-calendar tbody tr td.ui-datepicker-current-day a{
    border: 2px solid #213b87 !important;
    background-color: #14236b !important;
    color: #fff !important;
}

a.ui-datepicker-prev{
    top: 8px !important;
    margin-left: 8px !important;
    cursor: pointer;
}

a.ui-datepicker-next{
    top: 8px !important;
    margin-right: 8px !important;
    cursor: pointer;
}

.ui-state-default{
    height: 22px !important;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 42% !important;
    text-align: center !important;
    background-color: #ffffff !important;
    font-size: 11px !important;
    padding: 2px 4px !important;
}

#ui-datepicker-div {
    font-size: 11px;
}

.calendario {
    font-size: 11px;
}

table.ui-datepicker-calendar tbody tr td.registros a{
    background-color: #CB5342 !important;
    color: #ffffff !important;
    font-weight: bold !important;
    font-size: 11px !important;
}

table.ui-datepicker-calendar tbody tr td.disponibles a{
    background-color: #79B473 !important;
    color: #ffffff !important;
    font-weight: bold !important;
    font-size: 11px !important;

}

table.ui-datepicker-calendar tbody tr td.diaSeleccionado a{
    /*color: #fff !important;*/
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border-color: #c5c5c5 !important;
}

.ui-datepicker-unselectable span.ui-state-default {
    background: #cdcdcd !important;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    opacity: 0.65 !important;
}
table.ui-datepicker-calendar tbody tr td a {
    background-color: #ffffff !important;
    color: #4d4d4d !important;
}
table.ui-datepicker-calendar tbody tr td.permiso a {
    background-color: #d0e6d8 !important;
    color: #4d4d4d !important;
    font-weight: bold !important;
    font-size: 11px !important;
}
table.ui-datepicker-calendar tbody tr td.disponible a {
    background: #92d050 !important;
    color: #4d4d4d !important;
    font-weight: bold !important;
    font-size: 11px !important;
}
table.ui-datepicker-calendar tbody tr td.ambas a {
    background: #c5c4b9 !important;
    color: #4d4d4d !important;
    font-weight: bold !important;
    font-size: 11px !important;
}
table.ui-datepicker-calendar tbody tr td.festivo a {
    background: #C34B6F !important;
    color: #fff !important;
    font-weight: bold !important;
    font-size: 11px !important;
}

#ui-datepicker-div {
    z-index: 1500 !important;
}
.ui-corner-all {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}
#ui-datepicker-div {
    border-radius: 0px !important;
    width: 260px !important;
    font-size: 11px !important;
}
.ui-datepicker .ui-datepicker-header {
    border: 1px solid #999999 !important;
    background-color: #e6e6e6 !important;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}
.ui-widget-header {
    background: #213b87;
}
.ui-timepicker-div {
    padding: 0px 12px;
}
table.table-bordered.dataTable {
    border-collapse: collapse !important;
}
table.dataTable {
    clear: both;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    max-width: none !important;
}
#date_picker div.ui-datepicker-inline{
    width: 100% !important;
}
.fila{
    background-color: #ccc;
}

.cuadrado {
    width: 15px;
    height: 15px;
    border: 1px solid #ccc;
}
.bodyPanelOtorgante {
    padding: 0px;
    min-height: 240px;
    max-height: 290px;
    overflow-x: hidden;
    overflow-y: auto;
}
.sticky{
    position: sticky;
    top: 0;
}

.checkboxes > div.checkbox:first-child {
    margin: 0;
    padding-top: 5px;
}
.checkboxes div {
    display: inline-block;
}
.checkbox {
    padding-left: 20px;
    width: 100%;
    font-size: 13px;
}
.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

#exampleModalLong .modal-content .modal-body{
    max-height: 460px;
    overflow: auto;
}
.msjE{
    background-color: #e6e6e6;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #6d6f72;
    font-family: "Trebuchet MS";
    font-size: 21px;
    font-weight: bold;
    height: 100%;
}
.fontSE,.fontSE::placeholder{
        color:var(--colorFuenteSignoSe) !important;
}