@CHARSET "UTF-8";

.module-title {
	height: 50px;
	border: 2px solid #ff7519;
	width: 95%;
	margin: 20px auto 0;
	border-radius: 10px;
	position: relative;
	min-width: 800px
}

.module-title h1 {
	color: #4c4c4c;
	font-size: 26px;
	font-family: 'Myriad Pro';
	line-height: 40px;
	margin-left: 70px
}

.module-title .title-icon {
	width: 52px;
	height: 47px;
	background: url('../images/module-title-icon.png') no-repeat;
	position: absolute;
	left: 10px;
	top: -10px
}

.module-widget {
	width: 95%;
	margin: 20px auto;
}

.required {
		color:#FF0000;
	}

.saldo .x-grid-cell {
	    background-color: #C2E4AD;
	    color: #000;
	}
	
.grid-cell-wrap-text div {
    white-space: normal;
}

.x-grid-row .custom-column1 { 
   	background-color: #E5D370; 
}

.x-grid-row .custom-column2 { 
   	background-color: #B2D895; 
}

.x-grid-row .custom-column3 { 
   	background-color: #9FC3EA; 
}