body {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif !important;
}

.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: 1;
    }
}

.fadeIn {
    animation-name: fadeIn;
}

.Tabla {
    border-left: 1px solid black;
    border-right: 1px solid black;
    margin-top: 70px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 50px;
    margin-bottom: 100px;
}

.seccion-head {
    border-top: 7px solid #A52A2A;
    border-left: 7px solid #4983E6;
    padding: 2em !important;
    border-radius: 7px;
    box-shadow: 10px 10px 5px -10px rgba(0, 0, 0, 0.75);
    margin-bottom: 20px;
}

.seccciones {
    border-top: 1px solid #DDDBDC;
    border-left: 7px solid #4983E6;
    padding: 2em !important;
    border-radius: 7px;
    box-shadow: 10px 10px 5px -9px rgba(0, 0, 0, 0.75);
    margin-bottom: 20px;
}

.seccion-head-ppal {
    margin-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 2em !important;
    border-radius: 7px;
    box-shadow: -4px 7px 30px -7px rgba(0, 0, 0, 0.75);
    margin-bottom: 20px;
}

.columna-division {
    margin-bottom: 20px;
}

.stylecolumna {
    border: 1px solid teal;
    padding: 10px;
    text-align: center;
}

.column1 {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    background-color: darkslategrey;
    color: white;
}

.column2 {
    margin-top: 3px;
    background-color: lavender;
}

.colu2 {
    padding-top: 15px;
}

.boton-flotante {
    position: fixed !important;
    bottom: 30px !important;
    right: 30px !important;
    padding: 1em !important;
}

.date {
    margin-bottom: 20px;
}

.mb {
    margin-top: 21px;
    border-radius: 5px;
    color: gray;
    padding: 4px;
}

.encabezado {
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 20px;
}

.btnhead {
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px;
}

.boton-flotante {
    border: 2px solid black;
    float: none;
}

.documento-input {
    margin-bottom: 10px;
}

.radio {
    margin-bottom: 20px;
    margin-top: 10px;
}

.rtm {
    margin-left: 85px;
}

div#ajaxBusy.mostrar{
    display:block !important;
}
#ajaxBusy {
    display: none;
    margin: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
    width: 100px;
    height: 100px;
    z-index: 10;
}

#loading {
    display: none;
    margin: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
    width: 100px;
    height: 100px;
    z-index: 10;
}

.grande {
    max-width: 80% !important;
}


/* 
modal informe encuestas */

.modal_encuesta {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.81);
    display: block;
    z-index: 1;
}

.bodyModal_encuesta {
    width: 100%;
    height: 100%;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.table_modal {
    background-color: #fff;
}

.rtm {
    background-color: #fff;
}