﻿         .FondoEspera
    {
        position:fixed;
            top:0px;
            bottom:0px;
            left:0px;
            right:0px;
            overflow:hidden;
            padding:0;
            margin:0;
            /*background-color:Aqua;*/
            filter:alpha(cpacity=20);
            cpacity:0.0;
            z-index:100000;
    }
        
    .GifEspera
    {
        position:fixed;
            top:40%;
            bottom:40%;
            left:45%;
            height:20%;
            width:20%;
            background-color:#ffffff;
            border:1px solid Gray;
            background-image:url('../img/cargando.gif');
            background-repeat:no-repeat;
            background-position:center;
            z-index:100001;         
    }

	.Background
        {
            position:fixed;
            top:0px;
            bottom:0px;
            left:0px;
            right:0px;
            overflow:hidden;
            padding:0;
            margin:0;
            /*background-color:Aqua;*/
            filter:alpha(cpacity=20);
            cpacity:0.0;
            z-index:100000;
            
          }
          
    .Progress
          {
            position:fixed;
			top: 40%;
			bottom: 40%;
			left: 45%;
			height: 15%;
			width: 18%;
            background-color:#ffffff;
            border:1px solid  #f8f8f8;
            background-image:url('../img/cargando.gif');
            background-repeat:no-repeat;
            background-position:center;
            z-index:100001;            
          }
		  
	.progress {
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #ffffff;
    border-radius: 4px;
    -webkit-box-shadow: -4px 2px 20px 9px rgba(232, 232, 232, 0.5);
    box-shadow: -4px 2px 20px 9px rgba(232, 232, 232, 0.5);
}
#Progress p {
	color:#545454!important;
}
.dxflHACSys > .dxflItemSys{
    border-bottom-color: #fff!important;
    border-bottom-style: Solid;
    border-bottom-width: 1px;
    margin-left: 0;
}
div.dxflItemSys, div.dxflGroupSys{
padding-right: 1%;
    margin-left: -14px;
    margin-top: 25px;
}
#MainContent_LeftPanel_cmdPopup.btn{
    -moz-box-shadow: 0 0px 0px 0 rgba(0,0,0,0.16), 0 0px 0px 0 rgba(0,0,0,0.12)!important;
    -webkit-box-shadow: 0 0px 0px 0 rgba(0,0,0,0.16), 0 0px 0px 0 rgba(0,0,0,0.12)!important;
    box-shadow: 0 0px 0px 0 rgba(0,0,0,0.16), 0 0px 0px 0 rgba(0,0,0,0.12)!important;
}
#MainContent_LeftPanel_cmdPopup_close.btn{
    -moz-box-shadow: 0 0px 0px 0 rgba(0,0,0,0.16), 0 0px 0px 0 rgba(0,0,0,0.12)!important;
    -webkit-box-shadow: 0 0px 0px 0 rgba(0,0,0,0.16), 0 0px 0px 0 rgba(0,0,0,0.12)!important;
    box-shadow: 0 0px 0px 0 rgba(0,0,0,0.16), 0 0px 0px 0 rgba(0,0,0,0.12)!important;
}

