.half {
	width: 50%;
}
.three_forth {
	width: 75%;
}
.full {
	width: 100%;
}

.select2-container .select2-choice, .select2-selection{
	z-index:9999;
}

.ui-datepicker{
	z-index:1000000 !important;
	background:#fff;
}

.required{
color:#a94442;	
}