@charset "utf-8";
/* CSS Document */

.frm_a{
	
}
.frm_a input{
	-webkit-box-shadow: inset 0px -1px 3px 0px rgba(0,0,0,0.1);
-moz-box-shadow: inset 0px -1px 3px 0px rgba(0,0,0,0.1);
box-shadow: inset 0px -1px 3px 0px rgba(0,0,0,0.1);
   
}
.frm_a label{
	font-size: 0.8rem;
	color: #474747;
	font-family: 'Roboto', sans-serif;
	margin-top: 10px;
}
.frm_a label span{
	color:rgba(200,4,7,1.00);
	font-weight: 400;
	font-size: 0.9rem;
	margin-left: 3px;
} 
.contSubFrm{
	border: solid 1px #FFF; padding: 15px 25px 20px 30px; border-radius: 10px;
	margin-bottom: 5px;
	-webkit-box-shadow: inset 0px -1px 5px 0px rgba(0,0,0,0.15);
-moz-box-shadow: inset 0px -1px 5px 0px rgba(0,0,0,0.15);
box-shadow: inset 0px -1px 5px 0px rgba(0,0,0,0.15);
	background:rgba(231,228,228,0.15);
}

.contProcessing{
	width: 100%;
        height: 100%;
        position: absolute;
        left: 0; top: 0;
        background-color:rgba(0,0,0,0.65);
        display: flex; 
        flex-wrap: wrap;
         justify-content: center;
        align-items: center;
     z-index: 1000;
	display:none;
}
#contLoadDataGrid{
	display:none;
}
.loadingDatagrid{
	position: absolute;
	z-index: 1000;
	background-color:rgba(255,255,255,0.65);
	height: 100%;
	width: 100%;
	padding-top: 150px;
}

.contLoad{
	padding: 2px 15px;
		border: solid 3px #fff;
		border-radius: 4px;
		background-color: #F5F3F3;
		display: flex;
		flex-direction: row;
		align-items: center;
		box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.75);
-webkit-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.75);
}
.contTxtLoad{
	font-family: 'Open Sans', sans-serif;
		font-size: 0.8em;
		color: #000;
		margin-left: 10px;
}