/*
 * CSS for handling application Hand coding class at user level
*/
.x-field-chksize
{			
	margin-right: 5px !important;
	height:54px !important;
	width:54px !important;			
}
.x-field-chksize .x-form-check
{
	margin: 0px !important;
}
.x-field-chkgreen, .x-field-hrgreen_1_2, .x-field-hrgreen_1_3, .x-field-hrgreen_2_3
{	
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../resources/images/application/images/green.jpg", sizingMethod='scale');	
	background:url("../resources/images/application/images/green.jpg") no-repeat !important;								
	height:54px !important;
	width:54px !important;			
}
.x-form-check-checked .x-field-chkgreen, .x-form-check-checked .x-field-hrgreen_1_2, .x-form-check-checked .x-field-hrgreen_1_3,.x-form-check-checked .x-field-hrgreen_2_3
{	
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../resources/images/application/images/green_selected.jpg", sizingMethod='scale');
	background:url("../resources/images/application/images/green_selected.jpg") no-repeat !important;						
	height:54px !important;
	width:54px !important;			
}
.x-field-chkyellow, .x-field-hryellow_1_1, .x-field-hryellow_2_2, .x-field-hryellow_3_3
{
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../resources/images/application/images/yellow.jpg", sizingMethod='scale');
	background:url("../resources/images/application/images/yellow.jpg") no-repeat !important;					
	height:54px !important;
	width:54px !important;			
}
.x-form-check-checked .x-field-chkyellow, .x-form-check-checked .x-field-hryellow_1_1, .x-form-check-checked .x-field-hryellow_2_2, .x-form-check-checked .x-field-hryellow_3_3
{
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../resources/images/application/images/yellow_selected.jpg", sizingMethod='scale');
	background:url("../resources/images/application/images/yellow_selected.jpg") no-repeat !important;				
	height:54px !important;
	width:54px !important;			
}
.x-field-chkred, .x-field-hrred_2_1, .x-field-hrred_3_1, .x-field-hrred_3_2
{
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../resources/images/application/images/red.jpg", sizingMethod='scale');
	background:url("../resources/images/application/images/red.jpg") no-repeat !important;					
	height:54px !important;
	width:54px !important;			
}
.x-form-check-checked .x-field-chkred, .x-form-check-checked .x-field-hrred_2_1, .x-form-check-checked .x-field-hrred_3_1, .x-form-check-checked .x-field-hrred_3_2
{
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../resources/images/application/images/red_selected.jpg", sizingMethod='scale');
	background:url("../resources/images/application/images/red_selected.jpg") no-repeat !important;					
	height:54px !important;
	width:54px !important;			
}
.x-field-section_title
{
	color: orange !important;	
	font-weight:bold !important;
	font-size:12px !important;
}
.x-field-hipot_title, .summaryvalueblacktext
{
	font-weight:bolder !important;
	font-size:13px !important;
}

.x-field-hr_back_btn
{
	background:#FEB84C !important;
	background-image: url('../HRMSTMTPL/back.png') !important;
	background-position: left center  !important;
	padding: 3px  10px  5px  20px  !important;
	background-repeat: no-repeat !important;
	border-radius: 5px;
	font-weight: bold;
	height: 24px;
	word-break:break-all;
	border: 1px solid #D27D00;
	
}

.x-field-hr_back_btn div 
{	
    white-space: pre-line;
	width:119px;
	word-wrap: break-word;
    word-break: break-word;
}
.hr_next_btn
{
	background:#FEB84C !important;
	background-image: url('../HRMSTMTPL/next.png') !important;
	background-position: right center  !important;
	padding: 3px  5px  5px  20px  !important;
	background-repeat: no-repeat !important;
	color: #000000 !important;
	padding-left: 11px !important;
	border-radius: 5px;
	font-weight: bold !important;
	height: 24px	!important;
	border: 1px solid #D27D00;
	white-space: pre-line;
	width:110px;
	word-wrap: break-word;
    word-break: break-word;
}
/*.hr_next_btn div 
{	
    white-space: pre-line;
	width:85px;
	word-wrap: break-word;
    word-break: break-word;
}*/