/* CSS Document */
@charset "UTF-8";
.login .logo span {
	font-size: 26px;
	font-weight: bold;
	color: #eee;
	height: 43px;
	line-height: 43px;
	padding-left: 15px
}
.login .content {
	background: url(../images/bg-white-lock.png) repeat;
	width: 400px;
	margin: 0 auto;
	margin-bottom: 0px;
	padding: 30px;
	padding-top: 20px;
	padding-bottom: 15px;
	margin-top:200px;
	padding-left:35px;
}
.login .content .login-form, .login .content .forget-form {
	padding: 0px;
	margin: 0px;
}
.input-icon.left i {
	color: #ccc;
	display: block !important;
	position: absolute !important;
	z-index: 1;
	margin: 9px 2px 4px 10px;
	width: 16px;
	height: 16px;
	font-size: 16px;
	text-align: center;
}
.input-icon.left input {
	padding-left: 33px !important;
}
.login .content .input-icon .m-wrap {
	margin: 0px !important;
}
.content span a:link {
	color: #eee;
	text-decoration: none;
	font-size:14px;
}
.content span a:visited {
	color: #eee;
	text-decoration: none;
	font-size:14px;
}
.content span a:hover {
	color: #1b6eaa;
	text-decoration: underline;
	font-size:14px;
}
.login .content .m-wrap {
	width: 240px;
	background-color: #fff;
	padding-left: 33px !important;
}
.input-icon.left input {
	padding-left: 33px !important;
}
.login .content .form-actions {
	background-color: transparent;
	clear: both;
	border: 0px;
	border-bottom1: 1px solid #999;
	padding: 0px 35px 25px 30px;
	margin-left: -30px;
	margin-right: -30px;
}
.form-actions {
	padding: 0px 0px 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #f5f5f5;
	border-top: 1px solid #e5e5e5;
}
div, input, select, textarea, span, img, table, td, th, p, a, button, ul, li {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}
.radio, .checkbox {
	float: left;
	padding-left: 20px;
	padding-left: 0px !important;
	cursor: pointer;
	font-size:14px;
}
.login .content .form-actions .btn {
	margin-top: 1px;
}
.btn.green:hover, .btn.green:focus, .btn.green:active, .btn.green.active, .btn.green.disabled, .btn.green[disabled] {
	background-color: #e5a236 !important;
	color: #fff !important;
}
.btn:hover, .btn:focus {
	color: #333;
	text-decoration: none;
	background-position: 0 -15px;
	-webkit-transition: background-position .1s linear;
	-moz-transition: background-position .1s linear;
	-o-transition: background-position .1s linear;
	transition: background-position .1s linear;
}
.btn:hover, .btn:focus, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
	color: #333;
	background-color: #e6e6e6;
}
.btn.green {
	color: white;
	text-shadow: none;
	background-color: #1b6eaa;
}
.btn {
	display: inline-block;
	padding: 4px 12px;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 20px;
	color: #333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255,255,255,0.75);
	vertical-align: middle;
	cursor: pointer;
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
	background-image: -o-linear-gradient(top, #fff, #e6e6e6);
	background-image: linear-gradient(to bottom, #fff, #e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #ccc;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	border-bottom-color: #b3b3b3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
}
.btn {
	background-color: #e5e5e5;
	background-image: none;
	filter: none;
	border: 0;
	padding: 7px 14px;
	text-shadow: none;
	font-size: 14px;
	color: #000;
	cursor: pointer;
	outline: none;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}
.m-icon-swapright {
	background-position: -27px -10px;
}
.m-icon-white {
	background-image: url(../images/syncfusion-icons-white.png);
}
 [class^="m-icon-"] {
display: inline-block;
width: 14px;
height: 14px;
margin-top: 4px;
line-height: 14px;
vertical-align: top;
}
.login .copyright {
	text-align: center;
	width: 270px;
	margin: 0 auto;
	padding: 10px 10px 0 10px;
	color: #eee;
	font-size: 12px;
}
h3 {
	font-size: 24.5px;
}
.control-group {
	margin-top: 20px
}
.login .content .control-group {
	margin-bottom: 20px !important;
}
.alert-danger, .alert-error {
	color: #b94a48;
	background-color: #f2dede;
	border-color: #eed3d7;
}
.login .content p, .login .content label {
	color: #fff;
}
.control-label {
	margin-top: 2px;
}
.visible-ie8 {
	display: none;
}
.visible-ie9 {
	display: none;
}
label {
	display: block;
	margin-bottom: 5px;
}
label, input, button, select, textarea {
	font-weight: normal;
	line-height: 20px;
}
input.m-wrap {
	border: 1px solid #e5e5e5;
}
.hide {
	display: none;
}
.uneditable-input, textarea.m-wrap, input[type="text"].m-wrap, input[type="password"].m-wrap, input[type="datetime"].m-wrap, input[type="datetime-local"].m-wrap, input[type="date"].m-wrap, input[type="month"].m-wrap, input[type="time"].m-wrap, input[type="week"].m-wrap, input[type="number"].m-wrap, input[type="email"].m-wrap, input[type="url"].m-wrap, input[type="search"].m-wrap, input[type="tel"].m-wrap, input[type="color"].m-wrap {
	margin: 0px;
	-webkit-appearance: none !important;
	color: #000;
	outline: 0;
	height: 20px;
	padding: 6px 6px !important;
	line-height: 20px;
	font-size: 14px;
	font-weight: normal;
	vertical-align: top;
	background-color: #ffffff;
	background-image: none !important;
	filter: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background: transparent;
}
.alert {
	padding: 8px 35px 8px 14px;
	margin-bottom: 10px;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	background-color: #fcf8e3;
	border: 1px solid #fbeed5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.close {
	display: inline-block;
	margin-top: 2px;
	margin-right: -14px;
	width: 9px;
	height: 9px;
	background-repeat: no-repeat !important;
	background-image: url(../images/remove-icon-small.png) !important;
}
.close {
	float: right;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .2;
	filter: alpha(opacity=20);
}
.button.close {
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
}
.control-group.error .control-label, .control-group.error .help-block, .control-group.error .help-inline {
	color: #b94a48;
}
.help-small {
	font-size: 12px;
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
.login .content .forget-form {
	display: none;
}
.m-icon-swapleft {
	background-position: -8px -10px;
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-top: 4px;
	line-height: 14px;
	vertical-align: top;
	background-image: url(../images/syncfusion-icons.png);
	background-repeat: no-repeat;
}
.login .content .captcha {
	width: 120px;
}