﻿/*Formulario tercero principal*/
.k-widget.k-tooltip-validation {
    width: 94% !important;
}

.k-autocomplete {
    width: 100% !important;
}

.k-multiselect .k-button {
    color: #000 !important;
    border-color: #a0a0a0 !important;
    background-color: #d1d2ce !important;
}

.k-dialog-content p {
    color: black;
}

.k-dialog .k-button-group .k-primary {
    background-color: #4c6f33 !important;
}

.k-window-titlebar .k-window-actions a span {
    margin-top: -5px;
    margin-left: -8px;
}

.k-i-warning {
    display: none !important;
}


.containerTitleEncabezado {
    border: 1px dotted;
    padding: 2%;
}

    .containerTitleEncabezado p {
        color: #5F7B39;
    }

.containerFormPrincipal {
    background-color: white;
    padding: 2%;
    border: 1px solid #244f0536;
    margin-top: 20px;
}


.containerEncabezadoTitulo {
    width: 100%;
    text-align: center;
    background-color: #55632e;
    border: 1px solid #244F05;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 17px;
    font-weight: 500;
}
.containerEncabezadoSubTituloDatos {
    width: 100%;
    text-align: center;
    background-color: #55632e;
    border: 1px solid #244F05;
    padding-top: 2px;
    padding-bottom: 3px;
    font-size: 17px;
    font-weight: 500;
}

.containerEncabezadoSubTitulo {
    width: 100%;
    text-align: center;
    background-color: #55632e;
    border: 1px solid #244F05;
    padding-top: 15px;
    font-size: 15px;
}

.formatInfoSpan {
    margin-left: 40px;
    margin-top: 6px;
}

.marginTop20 {
    margin-top: 20px;
    text-align: justify;
}

.formActions .btn {
    width: 200px;
}
/*Controles*/
#FRM_DIRECCION {
    width: 85%;
    display: inline;
}

.campoNumerico .field-validation-error {
    position: absolute !important;
    top: 34px !important;
    left: 0;
}

    .campoNumerico .field-validation-error span {
        height: 20px !important;
    }

.campoFecha .field-validation-error {
    display: none !important;
}

.required {
    color: red;
}

#modalDireccion {
    position: fixed;
    background-color: white;
    width: 1000px;
    height: 400px;
    z-index: 9999;
    top: 16%;
    left: 10%;
    padding: 1%;
    border-radius: 12px;
    padding-left: 3%;
    padding-right: 3%;
}

.modalCompliance {
    position: fixed;
    background-color: white;
    width: 96%;
    max-height: 100%;
    z-index: 10022;
    top: 3%;
    left: 2%;
    border-radius: 12px;
    height: 90%;
}
.modalDataCredito{
    position: fixed;
    background-color: white;
    width: 96%;
    max-height: 100%;
    z-index: 10022;
    top: 3%;
    left: 2%;
    border-radius: 12px;
    height: 90%;
}
.modalDataCreditoJuridica{
    position: fixed;
    background-color: white;
    width: 96%;
    max-height: 100%;
    z-index: 10022;
    top: 3%;
    left: 2%;
    border-radius: 12px;
    height: 90%;
}
.modalComplianceH {
    position: fixed;
    background-color: white;
    width: 96%;
    max-height: 100%;
    z-index: 10022;
    top: 3%;
    left: 2%;
    border-radius: 12px;
    height: 90%;
}
.modalHistorialFormulario {
    position: fixed;
    background-color: white;
    width: 96%;
    max-height: 100%;
    z-index: 10022;
    top: 3%;
    left: 2%;
    border-radius: 12px;
    height: 90%;
}

.cabeceraModalCompliance {
    padding-top: 14px;
    padding-bottom: 5px;
    background-color: #4c6f33;
    color: white;
    border-bottom: 1px solid white;
    text-align: center;
}


.tdDetalleCompliance {
    padding-left: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
}


/* Comentario .modal-backdrop {
    opacity: 0.9;
    z-index: 9999;
    text-align: center;
    padding-top: 19%;
}*/

.k-i-loading {
    display: none !important;
}


.spinnerCiuu {
    position: absolute;
    right: 25px;
    top: 12px;
}

.iconMensajes {
    font-size: 16px;
}

.divMensajesFormTercero {
    display: none;
    text-align: center;
    padding-top: 3%;
    color: #516521;
}
/*#FRM_ACT_ECONOMICA_SECUNDARIA {
    width: 85% !important;
    display: inline;
}*/
/* Animaciones */
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.fast {
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 0.9;
    }
}

@keyframes fadeOut {
    from {
        opacity: 0.9;
    }

    to {
        opacity: 0;
    }
}

.fadeIn {
    animation-name: fadeIn;
}

.fadeOut {
    animation-name: fadeOut;
}

.punteroMano {
    cursor: pointer;
}


#gridReporte .k-button {
    min-width: 40px;
}

#gridReporte .k-command-cell {
    text-align: center;
}

#gridReporte .k-link {
    border: none !important;
}

#gridReporte .k-state-selected {
    background-color: transparent;
    color: black;
    border: none;
}

.btnVerDocumento {
    margin-left: 1% !important;
}

.btnEliminarDocumento {
    margin-left: 1% !important;
}

.marginLeft-5px {
    margin-left: 5px;
}
.required-valid {
    border-color: #fbeed5;
    background-color: #fbeed5;
    color: #90640e;
}

.example {
    background-color: #fff;
    width: 100%;
    padding: 20px;
    border-radius: 6px;
    margin: 0 auto;
}

.tableC {
    margin-bottom: 2px;
}
.tableCt {
    width: 97%;
    margin-left: 19px;
}

.color {
    background-color: #2E86C1;
    color: white;
    text-align: center;
    padding: 2px;
    border: 1px solid #808B96;
}
.colortwo {
    background-color: #3B5671;
    color: white;
    text-align: center;
    padding: 2px;
    border: 1px solid #808B96;
}
.colortitle {
    width: 20%;
    text-align: center;
    border: 1px solid #3B5671;
}
.tamanoletra {
    font-size: 12px;
    text-align: left;
}
.des {
    border: 1px solid #808B96;
}
.lis {
    width: 20%;
    text-align:center;
    border: 1px solid #808B96;
}
.lis_icon {
    width: 1%;
    text-align: center;
    border: 1px solid #808B96;
}
.description {
    text-align: justify;
    border: 1px solid #808B96;
}
.destr {
    border: 1px solid #808B96;
}

#exTab1 .tab-content {
    color: white;
    background-color: #428bca;
    padding: 5px 15px;
}

#exTab2 h3 {
    color: white;
    background-color: #428bca;
    padding: 5px 15px;
}

/* remove border radius for the tab */

#exTab1 .nav-pills > li > a {
    border-radius: 0;
}

/* change border radius for the tab , apply corners on top*/

#exTab3 .nav-pills > li > a {
    border-radius: 4px 4px 0 0;
}

#exTab3 .tab-content {
    color: white;
    background-color: #428bca;
    padding: 5px 15px;
}

.judicial_table {
    width: 100%;
    font-size: 12px;
    text-align: center;
}
.judicial_tr {
    background: #3B5671;
    color: white;
}

.judicial_title {
    font-weight: normal;
    border: 1px solid #808B96;
}
.judicial_data {
    border: 1px solid #808B96;
    background: white;
    color: black;
}


[tooltip] {
    margin: 20px;
    position: relative;
}

    [tooltip]::before {
        content: "";
        position: absolute;
        top: -6px;
        left: 50%;
        transform: translateX(-50%);
        border-width: 4px 6px 0 6px;
        border-style: solid;
        border-color: rgba(0,0,0,0.7) transparent transparent transparent;
        z-index: 100;
        opacity: 0;
    }

    [tooltip]::after {
        content: attr(tooltip);
        position: absolute;
        left: 50%;
        top: -6px;
        transform: translateX(-50%) translateY(-100%);
        background: rgba(0,0,0,0.7);
        text-align: center;
        color: #fff;
        padding: 4px 2px;
        font-size: 12px;
        min-width: 80px;
        border-radius: 5px;
        pointer-events: none;
        opacity: 0;
    }

    [tooltip]:hover::after, [tooltip]:hover::before {
        opacity: 1
    }

[toltip-position='left']::before {
    left: 0%;
    top: 50%;
    margin-left: -12px;
    transform: translatey(-50%) rotate(-90deg)
}

[toltip-position='top']::before {
    left: 50%;
}

[toltip-position='buttom']::before {
    top: 100%;
    margin-top: 8px;
    transform: translateX(-50%) translatey(-100%) rotate(-180deg)
}

[toltip-position='right']::before {
    left: 100%;
    top: 50%;
    margin-left: 1px;
    transform: translatey(-50%) rotate(90deg)
}

[toltip-position='left']::after {
    left: 0%;
    top: 50%;
    margin-left: -8px;
    transform: translateX(-100%) translateY(-50%);
}

[toltip-position='top']::after {
    left: 50%;
}

[toltip-position='buttom']::after {
    top: 100%;
    margin-top: 8px;
    transform: translateX(-50%) translateY(0%);
}

[toltip-position='right']::after {
    left: 100%;
    top: 50%;
    margin-left: 8px;
    transform: translateX(0%) translateY(-50%);
}