.margin{
	margin:20px;
}

.margin_top_left{
	margin-top:20px;
	margin-left:20px;
	margi-right:20px;
}

.margin_bottom{
	margin-bottom:15px;
}

.click_image_100{
	cursor:pointer;
	height:90px;
	/**width:90px; **/
}

.click_image_50{
	cursor:pointer;
	height:35px;
	/**width:90px; **/
}

.click_image{
	cursor:pointer;
	margin-right:5px;
}

body{
	
}

.width50{
	width:150px;
}

.widthfull{
	
}

.required_advice{
	font-style:italic;
	margin-left:2px;
}

.fact_sheet_advice{
	font-style:italic;
	margin-left:2px;
}

.search_input{
	width:300px !important;
}

.valign_top .ui-widget-content{
	vertical-align:top !important;
}

.ui-panel{
/* 	background:none !important; */
/* 	background-color:#f5f3e5 !important; */

  background: #f5f3e5
		url("/givd/faces/javax.faces.resource/images/ui-bg_highlight-hard_100_f5f3e5_1x100.png?ln=primefaces-south-street")
		50% top repeat-x;
}
.ui-autocomplete-input{
	width:300px !important;
}

.ui-panelgrid, .ui-panelgrid .ui-widget-content{
	background:none !important;
	background-color:#FFFDFC !important;
	/* vertical-align:top; */
}

.ui-panelgrid .ui-panelgrid .ui-widget-content{
	 border:none !important; 
}

.ui-panelgrid-cell, .ui-widget-content .ui-panelgrid-cell{
	 border:none !important; 
}



.sub_head{
	color:orange !important;
}

.ui-panelgrid-cell{
}

/* .ui-panelgrid .ui-panelgrid .ui-panelgrid-cell{
	border:none !important; 
} */

.ui-panelgrid .ui-panelgrid-cell{
	padding: 4px 10px !important;
} 

.clear, .clear .ui-widget-content, .clear .ui-panelgrid{
	border:none !important;
	background:none !important;
}

.small_table{
	width:500px; !important;
}

.formation_input{
	width:80px !important;	
}

.percent_input{
	width:50px !important;	
}

.ui-panelgrid{
	margin-bottom:4px !important;
	margin-top:4px !important;
	
}

.hyperlink{
	color:#E06100 !important;
	font-size:15px !important;
}

.fat{
	/* font-size: 120%; */
	color:orange !important;
	font-weight:bold !important;
}

.super_fat{
	font-size: 120%; 
	color:orange !important;
	font-weight:bold !important;
}

.wide{
	width:200px;
}

.extra_wide{
	width:400px;
}

.thin{
	/* font-size: 80%; */
}

.no_border{
	border:0px solid grey !important;
}

.ui-datagrid-content{
	border:0px solid grey !important;
	background:none !important;
	margin-top:13px;
}

.formation_panel .ui-panel-content{
	text-align:center !important;	
}



.ui-panel{
	box-shadow: none !important;
	 /* text-align: center !important; */
}

.formation_panel{ 
	vertical-align:top !important;	
	border:none !important;
}  

.vertical-line{
  width: 1px !important; /* Line width */
  border-left-style:solid;
  border-left-width:2px;
  border-left-color:orange;
  display:inline-block !important;
  height: 50px !important; 
}

.formation_group{
	border-style: dotted;
	border-top-style:solid;
	border-width: 2px;
	border-color: orange;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
}  

.formation_panel .ui-widget-content{
	border:none !important;
}

.formation_panel .ui-panel-content{
	padding: 0em !important;
}

.ui-panel-titlebar{
	padding: 0.2em 0.5em 0.1em !important;
	box-shadow: none !important;

}

.panel_wo_header .ui-panel-titlebar{
	width:17px !important;
}

.panel_wo_header{
	padding: none !important;
}

.no_padding, .no_padding .ui-panelgrid-cell, .no_padding .ui-panel-content{
	padding: 0px !important;
}

.formation_panel .ui-panel-titlebar{
	margin-bottom:4px !important;
	background:none !important;
	background-color:#bbffbb!important;
	text-align:center !important;
	font-size:120%;
}

.formation_panel .ui-panel-title{
	margin:0px !important;
}



input{
	width:150px;
}

select{
	width:210px;
}

.ui-widget,
        .ui-widget .ui-widget {
               font-size: 15px; !important;
         }
 
 .ui-inputfield{
 	moz-box-shadow: inset 0 1px 1px #8f8f8f !important;
	-webkit-box-shadow: inset 0 1px 1px #8f8f8f !important;
	box-shadow: inset 0 1px 1px #8f8f8f !important;
	background-color:  #FFFDFC !important;
 }
 
 .ui-corner-all{
 	-moz-border-radius: 4px !important;
	-webkit-border-radius: 4px !important;
	border-radius: 4px !important;
 }
 
 .ui-state-disabled{
 	opacity: .70 !important;
	filter: Alpha(Opacity=70) !important;
 }
 
  .ui-state-hidden{
 	display: none !important;
	}
 
 .ui-state-error{
 	border-color:red !important;
 	border-style:dashed !important;
 	border-width:1px !important;
 	background-color:yellow !important;
 }
 
 .ui-radiobutton-box{
 	background:none !important;
 	background-color:white !important;
 	border: 1px solid #d4ccb0 !important;
 }
 
  .ui-chkbox-box{
 	background:none !important;
 	background-color:white !important;
 	border: 1px solid #d4ccb0 !important;
 }
 
 .hidden-true{
 	background:none !important;
 	background-color:#F5C842 !important;
 }
 
  .panel-hidden-true{
 	background:none !important;
 	background-color:#F5C842 !important;
 }
 
 .menu_header{
 	margin-right:20px !important;
 	margin-top:5px !important;
 	
 	padding-right:5px !important;
 	font-size:125% !important;
 	border: 1px solid #d4ccb0 !important;
 	border-bottom-width: 0px !important;
 }
 
 .ui-menu{
 	border-bottom-width:0px;
 	border-left-width:0px !important;
 	border-right-width:0px !important;
 	border-top-width:0px !important;
 	padding:0px !important;
 }
 
 .text_area{
 	width:500px;
 	height:200px;
 }
 
 .ui-menubar .ui-menuitem-link{
 	padding:0.5em !important;
 	padding-bottom: 0px !important;
 }
 
 .ui-panel.ui-widget-content{
 	background:none !important;
 	background-color: #f5f3e5 !important;
 }
 
 .ui-menu-list.ui-widget-content{
 	background:none !important;
 	background-color: #f5f3e5 !important;
 }
 
  .ui-menu.ui-widget-content{
 	background:none !important;
/*  	background-color: #f5f3e5 !important; */
 }
 
 .ui-menuitem-text{
 	padding-bottom:5px !important;
 	margin-bottom:5px !important;
 }