/*--- Common styles ---*/
.hide {
	display:none !important;
}
.show {
	display:block !important;
}
.vis {
	visibility:hidden !important;
}
.su_c1 {
	color: #3c3c3c !important;
}
.f1, .err {
	font-family: 'pt_sansregular' !important;
	font-size: 12px !important;
}
.grey {
	color: #96A2A6 !important;
}
.hgt_c1 {
	color: #dc582a !important;
}
.red, .err_tos, .err, .cu_err {
	color: #FF0000;
}
.float_left, .err_tos {
	float:left;
}
.cu_w1, .err_tos {
	width: 80%;
}
.cu_f1, .err_tos {
	font-size:12px;
}
.err_tos {
	height: 22px;
	padding-left: 32px;
}
.mapContainer {
	width: 550px !important;
	height: 400px !important;
}
.oh {
	overflow:hidden !important;
}
.cursor_pointer, .topic, .cState {
	cursor: pointer !important;
}
.searchPadding1 {
	margin:5px 0px 5px !important;
}
.wb {
	word-break:break-word !important;
}
.sl {
	color:#ea5011 !important;
}
.mtop1 {
	margin-top:15px !important;
}
#mainContent p {
	margin-top:10px !important;
}
#customMap {
	width:482px !important;
	height:301px !important;
}
.ri_prg, .em_prg {
	float:left;
	width:20px;
	height:20px;
	margin:60px 0px 0px 0px;
}
.em_prg {
	margin:7px 0px 0px 0px;
}
#popup_container h1 {
	float:none !important;
	width:100% !important;
}
#popup_panel input {
	border: 1px solid #D3D3D3 !important;
}
.cp, #logo {
	cursor: pointer !important;
}
.cpl {
	text-transform:capitalize !important;
}
.err {
	float:left !important;
	width:100% !important;
	margin-top:0px !important;
}
.green {
	color: #610B0B !important;
}
::-ms-clear {
      display: none;
}
.icw {
	width:108px !important;
}
.mnw {
	width:355px !important;
}
.cust_err {
	font-weight:normal !important;
	color: #FF0000;
}
.no_result {
	color:#008000 !important;
	font-size:14pt !important;
}
.cu_link, .cubt_link {
	color:#797a7a !important;
	margin-top:5px !important;
	margin-left:10px !important;
}
.cubt_link {
	font-size:11px !important;
}
@media only screen and (device-width: 768px) {

	#header {
		font-family: 'pt_sansregular';
		font-size : 14px;
		color: #797a7a;
	}
	
	.newSearchBtn a {
		width:220px;
	}
	
}
@media only screen and (min-device-width: 320px) and (max-device-width: 1024px) and (orientation:portrait) {
 
	.selectBox {
		width: 100%;
		min-height: 50px;
		height: auto;
		overflow: auto;
		float: left;
		background: url(../images/select_arrow.png) no-repeat center right;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		background-color: #fff;
		margin-bottom: 10px;
		color: #737373;
		font-size: 15px;
		padding: 18px 4% 13px;
		padding-right: 15%;
	}
	
	.emailPopup {
		padding:30px !important;
	}

}
.cu_h1 {
	height:450px !important;
}
.cu_err {
	font-size:16pt !important;
}
.cu_lh1 {
	line-height:10px !important;
	color:#51595e !important;
}