﻿body {
    
}

.overlaycargando 
{
    position: absolute;
    background-color: grey;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    z-index: 10000;
}

.modalcargando {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
    z-index: 100002 !important;
}
.centercargando {
    z-index: 1000;
    margin: 300px auto;
    padding: 10px;
    width: 130px;
    background-color: White;
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}
.centercentercargando img {
    height: 128px;
    width: 128px;
}

.pequeno {
    font-size: x-small
}

.btn-icono-adaptacion {
    padding-left: 2.5em;
    text-decoration: none;
    color: black !important;
}

.centrar-texto {
    text-align: center
}

.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.ventanaModal {
    width: auto;
    max-width: 80vw;
    height: auto;
    min-height: 50vh;
    max-height: 80vh;
    background-color: #ffffff;
    padding: 3%;
    overflow: auto;
    min-width: 50vw;
}

.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 100px;
    height: 100px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.botonBuscar {

}

.cajaRedondeada {
    border-radius: 25px;
    border: 2px solid #73AD21;
    padding: 20px;
    background-color: #ffffff;
    margin: 2em;
}