﻿.modalbackground {
    background-color: black;
    filter: alpha(opacity=90);
    opacity: 0.8;
    z-index: 10000;
}
.modalposition {
    left: auto;
}
input#cphCont_txtNumeroDocumento:focus + .hovTol1 {
    display: block;
}

input#cphCont_txtNumeroDocumento2:focus + .hovTol1 {
    display: block;
}


.hovTol1 {
    display: none;
    position: absolute;
    top: 5px;
    right: -15px;
    color: red;
    height: 2.1em;
    width: 2.1em;
}

.loader {
    border: 16px solid #f3f3f3;
    border-top: 16px solid #3498db;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.load {
    display: none;
}
.td-label {
    width: 35%;
    vertical-align: text-top;
    text-align: justify;
    font-weight: bold;
}
.td-value {
    width: 60%;
    vertical-align: text-top;
    text-align: justify;
}

.acl-footer {
    width: 100%;
    border-bottom: 1pt solid black;
    border-left: 1pt solid black;
    border-right: 1pt solid black;
}