@CHARSET "UTF-8";
/**
	only for login style
**/
html,body {
	margin: 0px auto;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 13px;
	background: #d2d6de none repeat scroll 0 0;
	padding: 0px;
	width: 100%;
	height: 100%;
	overflow:hidden;
}

form {
	margin: 0px;
	padding: 0px;
}

a:hover, a:link, a:visited, a {
	text-decoration: none;
}

ul, li {
	list-style: none
}

i {
	font-style: normal
}

.clearall {
	clear: both;
}

.ajax_normal_loading {
	background: #000;
	opacity: 0.6;
	filter: alpha(opacity = 60);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	text-align: center;
	z-index: 99999;
	vertical-align: middle;
	display: none;
}

.hidden {
	display: none;
}

.color_promary {
	color: #F78642;
}

.color_success {
	color: #00A65A;
}

.color_dancer {
	color: #DD4B39;
}

.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	box-shadow: none;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	cursor: pointer;
	outline: none;
}

.btn_href{
	text-decoration: none;
}
.btn_href:hover{
	text-decoration: none;
	color:#FFFFFF;
}

.btn_disabled {
	pointer-events: none;
	cursor: not-allowed;
	filter: alpha(opacity = 65);
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: .65;
}

.btn_primarycolor {
	background-clip: padding-box;
	background-color: #F78642;
	border-color: #F78642;
	color: #fff;
	text-decoration: none;
}

.btn_bluecolor {
	background-clip: padding-box;
	background-color: #00C0EF;
	border-color: #00C0EF;
	color: #fff;
	text-decoration: none;
}

.btn_successcolor {
	background-clip: padding-box;
	background-color: #00A65A;
	border-color: #00A65A;
	color: #fff;
	text-decoration: none;
}

.btn_redcolor {
	background-clip: padding-box;
	background-color: #DD4B39;
	border-color: #DD4B39;
	color: #fff;
	text-decoration: none;
}

.btn_darkredcolor {
	background-clip: padding-box;
	background-color: #9C524E;
	border-color: #9C524E;
	color: #fff;
	text-decoration: none;
}

.btn_lg {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
}

.btn_sm {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
}

.btn_xs {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
}

.form_group {
	margin-bottom: 15px;
	position: relative;
	width: 100%;
	margin-top: 15px;
}

.form_input {
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #D1D1D1;
	border-radius: 5px;
	color: #252525;
	font-size: 14px;
	height: 40px;
	width: 100%;
	margin-bottom: 10px;
	padding-left: 10px;
	outline: none;
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset;
}

.form_input:focus {
	border-color: #15c288 !important;
	box-shadow: none;
}

.has_faceicon .form_input {
	padding-left: 35px;
}

.form_input_face_left {
	display: block;
	height: 44px;
	line-height: 44px;
	pointer-events: none;
	position: absolute;
	left: 0;
	text-align: center;
	top: 0;
	width: 44px;
	z-index: 2;
}

.form_input_face_right {
	display: block;
	height: 44px;
	line-height: 44px;
	pointer-events: none;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 44px;
	z-index: 2;
}

.left{
	float:left;
}
.right{
	float:right;
}

.loginbg{
	margin: 7% auto;
    width: 450px;	
}
.logintitle{
	font-size: 28px;
    font-weight: 300;
    margin-bottom: 25px;
    text-align: center;
}
.loginformbg{
	background: #fff none repeat scroll 0 0;
    border-top: 0 none;
    color: #666;
    padding: 20px;
    padding-bottom:5px;
}
.errorinfo{
	width:100%;
	text-align:center;
	color:red;
	font-size:14px;
	font-weight:bold;
}