/***** clearfix *****/
.clear {clear: both;height: 0;line-height: 0;}
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.clearfix {height: 1%;}
.clearfix {display: block;}


/* sliding panel */
#citytech_toppanel {
    position: absolute;   /*Panel will overlap  content */
    /*position: relative;*/   /*Panel will "push" the content down */
    top: 97%;
	left:0px;
	/*min-width:981px;*/
    width: 100%;
    z-index: -1;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
	font-size:100%;
}

/* Panel Tab/button */
#citytech_toppanel .tab {
  	background: url(../images/tab_b.png) repeat-x 0 0;
	height: 42px;
	position: relative;
    top: 0;
    z-index: -1;
}

#citytech_toppanel .tab ul.login {
	display: block;
	position: absolute;
  	float: right;
  	clear: right;
  	height: 42px;
	width: auto;
  	font-weight: bold;
	line-height: 42px;
	margin: 0;
	right: 150px;
  	color: white;
  	font-size: 12px;
	text-align: center;
	padding-left: 0;
}

#citytech_toppanel .tab ul.login li.left {
  	background: url(../images/tab_l.png) no-repeat left 0;
  	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

#citytech_toppanel .tab ul.login li.right {
  	background: url(../images/tab_r.png) no-repeat left 0;
  	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

#citytech_toppanel .tab ul.login li {
 	text-align: left;
  	padding: 0 6px;
	margin: 0px;
	display: block;
	float: left;
	height: 42px;
  	background: url(../images/tab_m.png) repeat-x 0 0;
}

#citytech_toppanel .tab ul.login li span{ font-size:12px;}

#citytech_toppanel .tab ul.login li a {
	color: #15ADFF;
}

#citytech_toppanel .tab ul.login li a:hover {
	color: white;
}

#citytech_toppanel .tab .sep {color:#414141}

#citytech_toppanel .tab a.open, .tab a.close {
	height: 20px;
	line-height: 20px !important;
	padding-left: 25px !important;
	cursor: pointer;
	display: block;
	width: 100px;
	position: relative;
	top: 11px;
	font-size:13px;
}

#citytech_toppanel .tab a.open {background: url(../images/bt_open.png) no-repeat left 0;}
#citytech_toppanel .tab a.close {background: url(../images/bt_close.png) no-repeat left 0;}
#citytech_toppanel .tab a:hover.open {background: url(../images/bt_open.png) no-repeat left -19px;}
#citytech_toppanel .tab a:hover.close {background: url(../images/bt_close.png) no-repeat left -19px;}

#citytech_toppanel #panel {
	width: 100%;
	/*height: 320px;*/
	color: #b7b7b7;
	background: #272727;
	overflow: hidden;
	position: relative;
	z-index: -1;
	display: none;
	font-size:11px !important;
	font-family:Arial, Helvetica, sans-serif !important;
}

#citytech_toppanel #panel .h1_class {
	font-size: 16px;
	padding: 5px 0 10px;
	margin: 0;
	color: white;
	background:none !important;
}

#citytech_toppanel #panel h2{
	font-size: 12px;
	padding: 10px 0 5px;
	margin: 0;
	color: white;
	background:none !important;
}

#citytech_toppanel #panel p {
	margin: 5px 0;
	padding: 0;
	font-size:13px;
	background:none !important;
}

#citytech_toppanel #panel a {
	text-decoration: none;
	color: #15ADFF;
	background:none !important;
}

#citytech_toppanel #panel a:hover {
	color: white;
}

#citytech_toppanel #panel a-lost-pwd {
	display: block;
	float: left;
}

#citytech_toppanel #panel .content {
	max-width: 960px;
	width:100%;
	margin: 0 auto;
	padding-top: 15px;
	text-align: left;
	font-size: 11px;
}

#citytech_toppanel #panel .content .left {
	width: 280px;
	float: left;
	padding: 0 15px;
	border-left: 1px solid #333;
}

#citytech_toppanel #panel .content .right {
	border-left: 1px solid #333;
}

#citytech_toppanel #panel .content form {
	margin: 0 0 10px 0;
}

#citytech_toppanel #panel .content label {
	float: left;
	padding-top: 8px;
	clear: both;
	width: 280px;
	display: block;
}

#citytech_toppanel #panel .content input.field {
	border: 1px #1A1A1A solid;
	background: #414141;
	margin-right: 5px;
	margin-top: 4px;
	width: 200px;
	color: white;
	height: 16px;
}

#citytech_toppanel #panel .content input:focus.field {
	background: #545454;
}

/* BUTTONS */
/* Login and Register buttons */
#citytech_toppanel #panel .content input.bt_login,
#citytech_toppanel #panel .content input.bt_register,
#citytech_toppanel #panel .content input.bt_forgetpass {
	display: block;
	float: left;
	clear: left;
	height: 24px;
	text-align: center;
	cursor: pointer;
	border: none;
	font-size:11px;
	font-weight: bold;
	margin: 10px 0;
}

#citytech_toppanel #panel .content input.bt_login {
	width: 74px;
	background: transparent url(../images/bt_login.png) no-repeat 0 0;
}

#citytech_toppanel #panel .content input.bt_forgetpass {
	width: 180px;
	background: transparent url(../images/bt_forgetpass.png) no-repeat 0 0;
}


#citytech_toppanel #panel .content input.bt_register {
	width: 94px;
	color: white;
	background: transparent url(../images/bt_register.png) no-repeat 0 0;
}

#citytech_toppanel #panel .lost-pwd {
	display: block;
	float:left;
	clear: right;
	padding: 15px 5px 0;
	font-size: 11px;
	text-decoration: underline;
}

#citytech_toppanel #panel .captcha{
	width:100px;
	float:left;
	margin-right: 5px;
}

#citytech_toppanel #panel .captcha img{
	width:100%; float:left; 
}

#citytech_toppanel #panel .content .right label{width:110px;}

#citytech_toppanel #signup_form span.req{font-weight:bold; color: #ff8283; font-size: 17px; line-height: 8px; padding-top: 2px; display: inline-block;}

#citytech_toppanel #signup_form span.info, #citytech_toppanel #citytech_login_form span.info_login{
	color: #b1b1b1;
	font-size: 11px;
	display:block;
	clear:both;
}
#citytech_toppanel #signup_form span.error, #citytech_toppanel #citytech_login_form span.error{
	color: #ff8283;
}
#citytech_toppanel #signup_form input#uName.error, #citytech_toppanel #citytech_login_form input#uName.error{
	border: 1px dashed #FFFF00;
}
#citytech_toppanel #signup_form input#uEmail.error{
	border: 1px dashed #FFFF00;
}
#citytech_toppanel #signup_form input#uPassword.error, #citytech_toppanel #citytech_login_form input#uPassword.error{
	border: 1px dashed #FFFF00;
}
#citytech_toppanel #signup_form input#uPasswordConfirm.error{
	border: 1px dashed #FFFF00;
}
#citytech_toppanel .forgotButton{
	margin-top:20px;
}
#citytech_toppanel .forgotButton .btn{
padding: 10px 13px !important;
}
/*#citytech_toppanel .login_panel{ height:50px;}*/
#citytech_toppanel .welcomeuser { margin-top: 0 !important;}
#citytech_toppanel input.signup-submit{ margin-top:10px;}

@media (max-width:767px){
	
	#citytech_toppanel .tab ul.login{ right:20px;}
	.welcomeuser { width:100% !important; clear:both; margin-left:0px !important;}
	/*#citytech_toppanel .login_panel{ height:110px !important;}*/
	#citytech_toppanel #panel .content .left:first-child{ width:100% !important;}
	#citytech_toppanel #panel .content .left:first-child span.h1_class{ border-bottom:solid 1px #ccc; width:100%; display:block; margin-bottom:20px;}
	}

@media (max-width:480px){
	#citytech_toppanel #panel .content .left.login-form, #citytech_toppanel #panel .content .left.signup-form{ width:90% !important; margin-bottom:20px !important;}
	
}