﻿
/*Estilo Contenedores del sistema*/
#WebPage_Loading     
{
    display:none;
    z-index: 99999;
    position: fixed;
    top: 0;
    right: 0;
    padding:0px;
    height:100%;
    background-color:#000000;
    content:"";
    background-image:url(../../images/loading.gif);
    background-repeat:no-repeat;
    background-position:center;
    opacity:0.5;
    
}

#WebPage_MessagesError {
    display: none;
    z-index: 99999;
    position: absolute;
    bottom: 0px;
    right: 0;
}

#WebPage_Messages {
    display: none;
    z-index: 99999;
    position: fixed;
    bottom: 0;
    right: 0;
}

#WebPage_Messages .alert-success {
    border-color: #468847 !important;
    font-weight: bold !important;
    font-size: 16px !important;
}
