﻿/*********************Modales*********************/

#ModalFormContent{
    width: 65%;
    max-width: 65%;
    height: auto;
    max-height:85%;
    min-height: 150px;
    margin: 50px auto 10%;
    padding: 15px;
    border-radius: 15px;
    visibility: visible;
    background-color: #EEEEEE;
    overflow:auto;
}

#ModalLoginContent{
    width: 65%;
    max-width: 65%;
    height: auto;
    max-height:85%;
    min-height: 150px;
    margin: 50px auto 10%;
    padding: 15px;
    border-radius: 15px;
    visibility: visible;
    background-color: #EEEEEE;
    overflow:auto;
}

#ModalConfirmContent{
    width: 65%;
    max-width: 65%;
    height: auto;
    max-height:85%;
    min-height: 150px;
    margin: 50px auto 10%;
    padding: 15px;
    border-radius: 15px;
    visibility: visible;
    background-color: #EEEEEE;
    overflow:auto;
}

#ModalContent {
    min-width:30%; 
    max-width:65%; 
    height: auto; 
    max-height:70%;
    min-height:150px; 
    margin: 10% auto; 
    background-color:#EEEEEE; 
    padding:15px; 
    border-radius:15px;
    width: 50%;    
    overflow:auto;
    color: #F7F9F9;
}

#ModalWaitContent {
    width:100%; 
    height: 100%; 
    position:fixed;
    top:30%;
    
}


/*****************Fin Modales******************/

@media screen and (max-width: 767px) {
        
        #ModalFormContent {
            width: 95%;
            max-width: 95%;
        }
}
