/*hide link*/

#Account {
	display: none
}
.gensize {
	height: 96.5%;
	overflow: hidden;
}
/*FFooter*/
html, body {
	height: 100%
}
.footer {
	position: absolute;
	width: 100%;
	/* Set the fixed height of the footer here */
	height: 60px;
	line-height: 40px; /* Vertically center the text there */
	background-color: #f5f5f5;
}
.navbar .navbar-brand img {
	height: 50px;
}
/*enabled disabler*/
	
.disabled {
	opacity: 0.50;
	pointer-events: none;
	cursor: not-allowed;
}
.g-recaptcha.disabled-element {
	opacity: 0.10;
	pointer-events: none;
	cursor: not-allowed;
}
/*end of disablers*/
	/*loader css*/
	
.no-js #loader {
	display: none;
}
.js #loader {
	display: block;
	position: absolute;
	left: 100px;
	top: 0;
}
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(//../spinner.gif) center no-repeat #fff;
}
 input::-webkit-calendar-picker-indicator {
 display: none;/* remove default arrow */
}
.myarrow:after {
	content: url(http://s25.postimg.org/6k40u5hcr/arrow.png);
	margin-left: -20px;
	padding: .1em;
	pointer-events: none;
}
