.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12 {
	float: left;
}

.col-xs-12 {
	width: 100%;
}

.col-xs-11 {
	width: 91.66666667%;
}

.col-xs-10 {
	width: 83.33333333%;
}

.col-xs-9 {
	width: 75%;
}

.col-xs-8 {
	width: 66.66666667%;
}

.col-xs-7 {
	width: 58.33333333%;
}

.col-xs-6 {
	width: 50%;
}

.col-xs-5 {
	width: 41.66666667%;
}

.col-xs-4 {
	width: 33.33333333%;
}

.col-xs-3 {
	width: 25%;
}

.col-xs-2 {
	width: 16.66666667%;
}

.col-xs-1 {
	width: 8.33333333%;
}

.col-xs-pull-12 {
	right: 100%;
}

.col-xs-pull-11 {
	right: 91.66666667%;
}

.col-xs-pull-10 {
	right: 83.33333333%;
}

.col-xs-pull-9 {
	right: 75%;
}

.col-xs-pull-8 {
	right: 66.66666667%;
}

.col-xs-pull-7 {
	right: 58.33333333%;
}

.col-xs-pull-6 {
	right: 50%;
}

.col-xs-pull-5 {
	right: 41.66666667%;
}

.col-xs-pull-4 {
	right: 33.33333333%;
}

.col-xs-pull-3 {
	right: 25%;
}

.col-xs-pull-2 {
	right: 16.66666667%;
}

.col-xs-pull-1 {
	right: 8.33333333%;
}

.col-xs-pull-0 {
	right: auto;
}

.col-xs-push-12 {
	left: 100%;
}

.col-xs-push-11 {
	left: 91.66666667%;
}

.col-xs-push-10 {
	left: 83.33333333%;
}

.col-xs-push-9 {
	left: 75%;
}

.col-xs-push-8 {
	left: 66.66666667%;
}

.col-xs-push-7 {
	left: 58.33333333%;
}

.col-xs-push-6 {
	left: 50%;
}

.col-xs-push-5 {
	left: 41.66666667%;
}

.col-xs-push-4 {
	left: 33.33333333%;
}

.col-xs-push-3 {
	left: 25%;
}

.col-xs-push-2 {
	left: 16.66666667%;
}

.col-xs-push-1 {
	left: 8.33333333%;
}

.col-xs-push-0 {
	left: auto;
}

.col-xs-offset-12 {
	margin-left: 100%;
}

.col-xs-offset-11 {
	margin-left: 91.66666667%;
}

.col-xs-offset-10 {
	margin-left: 83.33333333%;
}

.col-xs-offset-9 {
	margin-left: 75%;
}

.col-xs-offset-8 {
	margin-left: 66.66666667%;
}

.col-xs-offset-7 {
	margin-left: 58.33333333%;
}

.col-xs-offset-6 {
	margin-left: 50%;
}

.col-xs-offset-5 {
	margin-left: 41.66666667%;
}

.col-xs-offset-4 {
	margin-left: 33.33333333%;
}

.col-xs-offset-3 {
	margin-left: 25%;
}

.col-xs-offset-2 {
	margin-left: 16.66666667%;
}

.col-xs-offset-1 {
	margin-left: 8.33333333%;
}

.col-xs-offset-0 {
	margin-left: 0%;
}

table {
	background-color: transparent;
}

caption {
	padding-top: 8px;
	padding-bottom: 8px;
	color: #777777;
	text-align: left;
}

th {
	text-align: left;
}
fieldset {
	padding: 0;
	margin: 0;
	border: 0;
	min-width: 0;
}

legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 17px;
	font-size: 18px;
	line-height: inherit;
	color: #333333;
	border: 0;
	border-bottom: 1px solid #e5e5e5;
}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: bold;
}

input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

input[type="radio"],input[type="checkbox"] {
	margin: 4px 0 0;
	margin-top: 1px \9;
	line-height: normal;
}

input[type="file"] {
	display: block;
}

input[type="range"] {
	display: block;
	width: 100%;
}

select[multiple],select[size] {
	height: auto;
}

input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

output {
	display: block;
	padding-top: 7px;
	font-size: 12px;
	line-height: 1.42857143;
	color: #555555;
}

.form-control {
	display: block;
	width: 100%;
	height: 31px;
	padding: 6px 12px;
	font-size: 12px;
	line-height: 1.42857143;
	color: #555555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,0.6);
}

.form-control::-moz-placeholder {
	color: #999;
	opacity: 1;
}

.form-control:-ms-input-placeholder {
	color: #999;
}

.form-control::-webkit-input-placeholder {
	color: #999;
}

.form-control::-ms-expand {
	border: 0;
	background-color: transparent;
}

.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control {
	background-color: #eeeeee;
	opacity: 1;
}

.form-control[disabled],fieldset[disabled] .form-control {
	cursor: not-allowed;
}

select.input-sm {
	height: 28px;
	line-height: 28px;
}

textarea.input-sm,select[multiple].input-sm {
	height: auto;
}

.form-group-sm .form-control {
	height: 28px;
	padding: 5px 10px;
	font-size: 11px;
	line-height: 1.5;
	border-radius: 2px;
}

.form-group-sm select.form-control {
	height: 28px;
	line-height: 28px;
}

.form-group-sm textarea.form-control,.form-group-sm select[multiple].form-control {
	height: auto;
}

.form-group-sm .form-control-static {
	height: 28px;
	min-height: 28px;
	padding: 6px 10px;
	font-size: 11px;
	line-height: 1.5;
}

.input-lg {
	height: 42px;
	padding: 10px 16px;
	font-size: 15px;
	line-height: 1.3333333;
	border-radius: 5px;
}

select.input-lg {
	height: 42px;
	line-height: 42px;
}

textarea.input-lg,select[multiple].input-lg {
	height: auto;
}

.form-group-lg .form-control {
	height: 42px;
	padding: 10px 16px;
	font-size: 15px;
	line-height: 1.3333333;
	border-radius: 5px;
}

.form-group-lg select.form-control {
	height: 42px;
	line-height: 42px;
}

.form-group-lg textarea.form-control,.form-group-lg select[multiple].form-control {
	height: auto;
}

.form-group-lg .form-control-static {
	height: 42px;
	min-height: 32px;
	padding: 11px 16px;
	font-size: 15px;
	line-height: 1.3333333;
}

.has-feedback {
	position: relative;
}

.has-feedback .form-control {
	padding-right: 38.75px;
}

.form-control-feedback {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	display: block;
	width: 31px;
	height: 31px;
	line-height: 31px;
	text-align: center;
	pointer-events: none;
}

.input-lg + .form-control-feedback,.input-group-lg + .form-control-feedback,.form-group-lg .form-control + .form-control-feedback {
	width: 42px;
	height: 42px;
	line-height: 42px;
}

.input-sm + .form-control-feedback,.input-group-sm + .form-control-feedback,.form-group-sm .form-control + .form-control-feedback {
	width: 28px;
	height: 28px;
	line-height: 28px;
}

.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline,.has-success.radio label,.has-success.checkbox label,.has-success.radio-inline label,.has-success.checkbox-inline label {
	color: #18bc9c;
}

.has-success .form-control {
	border-color: #18bc9c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}

.has-success .form-control:focus {
	border-color: #128f76;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #51e9cb;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #51e9cb;
}

.has-success .input-group-addon {
	color: #18bc9c;
	border-color: #18bc9c;
	background-color: #dff0d8;
}

.has-success .form-control-feedback {
	color: #18bc9c;
}

.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline,.has-warning.radio label,.has-warning.checkbox label,.has-warning.radio-inline label,.has-warning.checkbox-inline label {
	color: #f39c12;
}

.has-warning .form-control {
	border-color: #f39c12;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}

.has-warning .form-control:focus {
	border-color: #c87f0a;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #f8c573;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #f8c573;
}

.has-warning .input-group-addon {
	color: #f39c12;
	border-color: #f39c12;
	background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
	color: #f39c12;
}

.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline,.has-error.radio label,.has-error.checkbox label,.has-error.radio-inline label,.has-error.checkbox-inline label {
	color: #e74c3c;
}

.has-error .form-control {
	border-color: #e74c3c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}

.has-error .form-control:focus {
	border-color: #d62c1a;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #f29f97;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #f29f97;
}

.has-error .input-group-addon {
	color: #e74c3c;
	border-color: #e74c3c;
	background-color: #f2dede;
}

.has-error .form-control-feedback {
	color: #e74c3c;
}

.has-feedback label ~ .form-control-feedback {
	top: 22px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
	top: 0;
}

.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #737373;
}


.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 7px;
}

.form-horizontal .radio,.form-horizontal .checkbox {
	min-height: 24px;
}

.form-horizontal .form-group {
	margin-left: -15px;
	margin-right: -15px;
}

@media (min-width:768px) {
	.form-horizontal .control-label {
		text-align: right;
		margin-bottom: 0;
		padding-top: 7px;
	}
}

.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 12px;
	line-height: 1.42857143;
	border-radius: 3px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.btn:focus,.btn:active:focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn.active.focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.btn:hover,.btn:focus,.btn.focus {
	color: #333;
	text-decoration: none;
}

.btn:active,.btn.active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
	box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
}

.btn.disabled,.btn[disabled],fieldset[disabled] .btn {
	cursor: not-allowed;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
}

a.btn.disabled,fieldset[disabled] a.btn {
	pointer-events: none;
}

.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}

.btn-default:focus,.btn-default.focus {
	color: #333;
	background-color: #e6e6e6;
	border-color: #8c8c8c;
}

.btn-default:hover {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}

.btn-default:active,.btn-default.active,.open > .dropdown-toggle.btn-default {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}

.btn-default:active:hover,.btn-default.active:hover,.open > .dropdown-toggle.btn-default:hover,.btn-default:active:focus,.btn-default.active:focus,.open > .dropdown-toggle.btn-default:focus,.btn-default:active.focus,.btn-default.active.focus,.open > .dropdown-toggle.btn-default.focus {
	color: #333;
	background-color: #d4d4d4;
	border-color: #8c8c8c;
}

.btn-default:active,.btn-default.active,.open > .dropdown-toggle.btn-default {
	background-image: none;
}

.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled.focus,.btn-default[disabled].focus,fieldset[disabled] .btn-default.focus {
	background-color: #fff;
	border-color: #ccc;
}

.btn-default .badge {
	color: #fff;
	background-color: #333;
}

.btn-primary {
	color: #fff;
	background-color: #2c3e50;
	border-color: #2c3e50;
}

.btn-primary:focus,.btn-primary.focus {
	color: #fff;
	background-color: #1a242f;
	border-color: #000000;
}

.btn-primary:hover {
	color: #fff;
	background-color: #1a242f;
	border-color: #161f29;
}

.btn-primary:active,.btn-primary.active,.open > .dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #1a242f;
	border-color: #161f29;
}

.btn-primary:active:hover,.btn-primary.active:hover,.open > .dropdown-toggle.btn-primary:hover,.btn-primary:active:focus,.btn-primary.active:focus,.open > .dropdown-toggle.btn-primary:focus,.btn-primary:active.focus,.btn-primary.active.focus,.open > .dropdown-toggle.btn-primary.focus {
	color: #fff;
	background-color: #0d1318;
	border-color: #000000;
}

.btn-primary:active,.btn-primary.active,.open > .dropdown-toggle.btn-primary {
	background-image: none;
}

.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled.focus,.btn-primary[disabled].focus,fieldset[disabled] .btn-primary.focus {
	background-color: #2c3e50;
	border-color: #2c3e50;
}

.btn-primary .badge {
	color: #2c3e50;
	background-color: #fff;
}

.btn-success {
	color: #fff;
	background-color: #236ffb;
	border-color: #236ffb;
}

.btn-success:focus,.btn-success.focus {
	color: #fff;
	background-color: #236ffb;
	border-color: #0a4b3e;
}

.btn-success:hover {
	color: #fff;
	background-color: #236ffb;
	border-color: #11866f;
}

.btn-success:active,.btn-success.active,.open > .dropdown-toggle.btn-success {
	color: #fff;
	background-color: #236ffb;
	border-color: #11866f;
}

.btn-success:active:hover,.btn-success.active:hover,.open > .dropdown-toggle.btn-success:hover,.btn-success:active:focus,.btn-success.active:focus,.open > .dropdown-toggle.btn-success:focus,.btn-success:active.focus,.btn-success.active.focus,.open > .dropdown-toggle.btn-success.focus {
	color: #fff;
	background-color: #0e6f5c;
	border-color: #0a4b3e;
}

.btn-success:active,.btn-success.active,.open > .dropdown-toggle.btn-success {
	background-image: none;
}

.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled.focus,.btn-success[disabled].focus,fieldset[disabled] .btn-success.focus {
	background-color: #18bc9c;
	border-color: #18bc9c;
}

.btn-success .badge {
	color: #18bc9c;
	background-color: #fff;
}

.btn-info {
	color: #fff;
	background-color: #3498db;
	border-color: #3498db;
}

.btn-info:focus,.btn-info.focus {
	color: #fff;
	background-color: #217dbb;
	border-color: #16527a;
}

.btn-info:hover {
	color: #fff;
	background-color: #217dbb;
	border-color: #2077b2;
}

.btn-info:active,.btn-info.active,.open > .dropdown-toggle.btn-info {
	color: #fff;
	background-color: #217dbb;
	border-color: #2077b2;
}

.btn-info:active:hover,.btn-info.active:hover,.open > .dropdown-toggle.btn-info:hover,.btn-info:active:focus,.btn-info.active:focus,.open > .dropdown-toggle.btn-info:focus,.btn-info:active.focus,.btn-info.active.focus,.open > .dropdown-toggle.btn-info.focus {
	color: #fff;
	background-color: #1c699d;
	border-color: #16527a;
}

.btn-info:active,.btn-info.active,.open > .dropdown-toggle.btn-info {
	background-image: none;
}

.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled.focus,.btn-info[disabled].focus,fieldset[disabled] .btn-info.focus {
	background-color: #3498db;
	border-color: #3498db;
}

.btn-info .badge {
	color: #3498db;
	background-color: #fff;
}

.btn-warning {
	color: #fff;
	background-color: #f39c12;
	border-color: #f39c12;
}

.btn-warning:focus,.btn-warning.focus {
	color: #fff;
	background-color: #c87f0a;
	border-color: #7f5006;
}

.btn-warning:hover {
	color: #fff;
	background-color: #c87f0a;
	border-color: #be780a;
}

.btn-warning:active,.btn-warning.active,.open > .dropdown-toggle.btn-warning {
	color: #fff;
	background-color: #c87f0a;
	border-color: #be780a;
}

.btn-warning:active:hover,.btn-warning.active:hover,.open > .dropdown-toggle.btn-warning:hover,.btn-warning:active:focus,.btn-warning.active:focus,.open > .dropdown-toggle.btn-warning:focus,.btn-warning:active.focus,.btn-warning.active.focus,.open > .dropdown-toggle.btn-warning.focus {
	color: #fff;
	background-color: #a66908;
	border-color: #7f5006;
}

.btn-warning:active,.btn-warning.active,.open > .dropdown-toggle.btn-warning {
	background-image: none;
}

.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled.focus,.btn-warning[disabled].focus,fieldset[disabled] .btn-warning.focus {
	background-color: #f39c12;
	border-color: #f39c12;
}

.btn-warning .badge {
	color: #f39c12;
	background-color: #fff;
}

.btn-danger {
	color: #fff;
	background-color: #e74c3c;
	border-color: #e74c3c;
}

.btn-danger:focus,.btn-danger.focus {
	color: #fff;
	background-color: #d62c1a;
	border-color: #921e12;
}

.btn-danger:hover {
	color: #fff;
	background-color: #d62c1a;
	border-color: #cd2a19;
}

.btn-danger:active,.btn-danger.active,.open > .dropdown-toggle.btn-danger {
	color: #fff;
	background-color: #d62c1a;
	border-color: #cd2a19;
}

.btn-danger:active:hover,.btn-danger.active:hover,.open > .dropdown-toggle.btn-danger:hover,.btn-danger:active:focus,.btn-danger.active:focus,.open > .dropdown-toggle.btn-danger:focus,.btn-danger:active.focus,.btn-danger.active.focus,.open > .dropdown-toggle.btn-danger.focus {
	color: #fff;
	background-color: #b62516;
	border-color: #921e12;
}

.btn-danger:active,.btn-danger.active,.open > .dropdown-toggle.btn-danger {
	background-image: none;
}

.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled.focus,.btn-danger[disabled].focus,fieldset[disabled] .btn-danger.focus {
	background-color: #e74c3c;
	border-color: #e74c3c;
}

.btn-danger .badge {
	color: #e74c3c;
	background-color: #fff;
}

.btn-link {
	color: #2c3e50;
	font-weight: normal;
	border-radius: 0;
}

.btn-link,.btn-link:active,.btn-link.active,.btn-link[disabled],fieldset[disabled] .btn-link {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active {
	border-color: transparent;
}

.btn-link:hover,.btn-link:focus {
	color: #11181f;
	text-decoration: underline;
	background-color: transparent;
}

.btn-link[disabled]:hover,fieldset[disabled] .btn-link:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:focus {
	color: #777777;
	text-decoration: none;
}

.btn-lg,.btn-group-lg > .btn {
	padding: 10px 16px;
	font-size: 15px;
	line-height: 1.3333333;
	border-radius: 5px;
}

.btn-sm,.btn-group-sm > .btn {
	padding: 5px 10px;
	font-size: 11px;
	line-height: 1.5;
	border-radius: 2px;
}

.btn-xs,.btn-group-xs > .btn {
	padding: 1px 5px;
	font-size: 11px;
	line-height: 1.5;
	border-radius: 2px;
}

.btn-block {
	display: block;
	width: 100%;
}

.btn-block + .btn-block {
	margin-top: 5px;
}

input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block {
	width: 100%;
}

select.input-group-lg > .form-control,select.input-group-lg > .input-group-addon,select.input-group-lg > .input-group-btn > .btn {
	height: 42px;
	line-height: 42px;
}

textarea.input-group-lg > .form-control,textarea.input-group-lg > .input-group-addon,textarea.input-group-lg > .input-group-btn > .btn,select[multiple].input-group-lg > .form-control,select[multiple].input-group-lg > .input-group-addon,select[multiple].input-group-lg > .input-group-btn > .btn {
	height: auto;
}

.input-group-sm > .form-control,.input-group-sm > .input-group-addon,.input-group-sm > .input-group-btn > .btn {
	height: 28px;
	padding: 5px 10px;
	font-size: 11px;
	line-height: 1.5;
	border-radius: 2px;
}

select.input-group-sm > .form-control,select.input-group-sm > .input-group-addon,select.input-group-sm > .input-group-btn > .btn {
	height: 28px;
	line-height: 28px;
}

textarea.input-group-sm > .form-control,textarea.input-group-sm > .input-group-addon,textarea.input-group-sm > .input-group-btn > .btn,select[multiple].input-group-sm > .form-control,select[multiple].input-group-sm > .input-group-addon,select[multiple].input-group-sm > .input-group-btn > .btn {
	height: auto;
}

.input-group-addon,.input-group-btn,.input-group .form-control {
	display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child) {
	border-radius: 0;
}

.input-group-addon,.input-group-btn {
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
}

.input-group-addon {
	padding: 6px 12px;
	font-size: 12px;
	font-weight: normal;
	line-height: 1;
	color: #555555;
	text-align: center;
	background-color: #eeeeee;
	border: 1px solid #ccc;
	border-radius: 3px;
}

.input-group-addon.input-sm {
	padding: 5px 10px;
	font-size: 11px;
	border-radius: 2px;
}

.input-group-addon.input-lg {
	padding: 10px 16px;
	font-size: 15px;
	border-radius: 5px;
}

.input-group-addon input[type="radio"],.input-group-addon input[type="checkbox"] {
	margin-top: 0;
}

.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child > .btn,.input-group-btn:first-child > .btn-group > .btn,.input-group-btn:first-child > .dropdown-toggle,.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

.input-group-addon:first-child {
	border-right: 0;
}

.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:last-child > .btn,.input-group-btn:last-child > .btn-group > .btn,.input-group-btn:last-child > .dropdown-toggle,.input-group-btn:first-child > .btn:not(:first-child),.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

.input-group-addon:last-child {
	border-left: 0;
}

.input-group-btn {
	position: relative;
	font-size: 0;
	white-space: nowrap;
}

.input-group-btn > .btn {
	position: relative;
}

.input-group-btn > .btn + .btn {
	margin-left: -1px;
}

.input-group-btn > .btn:hover,.input-group-btn > .btn:focus,.input-group-btn > .btn:active {
	z-index: 2;
}

.input-group-btn:first-child > .btn,.input-group-btn:first-child > .btn-group {
	margin-right: -1px;
}

.input-group-btn:last-child > .btn,.input-group-btn:last-child > .btn-group {
	z-index: 2;
	margin-left: -1px;
}

.navbar-toggle {
	position: relative;
	float: right;
	margin-right: 15px;
	padding: 9px 10px;
	margin-top: 8px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 3px;
}




.

.list-group-item.disabled,.list-group-item.disabled:hover,.list-group-item.disabled:focus {
	background-color: #eeeeee;
	color: #777777;
	cursor: not-allowed;
}

.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading {
	color: inherit;
}

.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text {
	color: #777777;
}

.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus {
	z-index: 2;
	color: #fff;
	background-color: #2c3e50;
	border-color: #2c3e50;
}

.list-group-item.active .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active .list-group-item-heading > small,.list-group-item.active:hover .list-group-item-heading > small,.list-group-item.active:focus .list-group-item-heading > small,.list-group-item.active .list-group-item-heading > .small,.list-group-item.active:hover .list-group-item-heading > .small,.list-group-item.active:focus .list-group-item-heading > .small {
	color: inherit;
}

.list-group-item.active .list-group-item-text,.list-group-item.active:hover .list-group-item-text,.list-group-item.active:focus .list-group-item-text {
	color: #8aa4be;
}

.list-group-item-success {
	color: #18bc9c;
	background-color: #dff0d8;
}

a.list-group-item-success,button.list-group-item-success {
	color: #18bc9c;
}

a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading {
	color: inherit;
}

a.list-group-item-success:hover,button.list-group-item-success:hover,a.list-group-item-success:focus,button.list-group-item-success:focus {
	color: #18bc9c;
	background-color: #d0e9c6;
}

a.list-group-item-success.active,button.list-group-item-success.active,a.list-group-item-success.active:hover,button.list-group-item-success.active:hover,a.list-group-item-success.active:focus,button.list-group-item-success.active:focus {
	color: #fff;
	background-color: #18bc9c;
	border-color: #18bc9c;
}

.list-group-item-info {
	color: #3498db;
	background-color: #d9edf7;
}

a.list-group-item-info,button.list-group-item-info {
	color: #3498db;
}

a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading {
	color: inherit;
}

a.list-group-item-info:hover,button.list-group-item-info:hover,a.list-group-item-info:focus,button.list-group-item-info:focus {
	color: #3498db;
	background-color: #c4e3f3;
}

a.list-group-item-info.active,button.list-group-item-info.active,a.list-group-item-info.active:hover,button.list-group-item-info.active:hover,a.list-group-item-info.active:focus,button.list-group-item-info.active:focus {
	color: #fff;
	background-color: #3498db;
	border-color: #3498db;
}

.list-group-item-warning {
	color: #f39c12;
	background-color: #fcf8e3;
}

a.list-group-item-warning,button.list-group-item-warning {
	color: #f39c12;
}

a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading {
	color: inherit;
}

a.list-group-item-warning:hover,button.list-group-item-warning:hover,a.list-group-item-warning:focus,button.list-group-item-warning:focus {
	color: #f39c12;
	background-color: #faf2cc;
}

a.list-group-item-warning.active,button.list-group-item-warning.active,a.list-group-item-warning.active:hover,button.list-group-item-warning.active:hover,a.list-group-item-warning.active:focus,button.list-group-item-warning.active:focus {
	color: #fff;
	background-color: #f39c12;
	border-color: #f39c12;
}

.list-group-item-danger {
	color: #e74c3c;
	background-color: #f2dede;
}

a.list-group-item-danger,button.list-group-item-danger {
	color: #e74c3c;
}

a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading {
	color: inherit;
}

a.list-group-item-danger:hover,button.list-group-item-danger:hover,a.list-group-item-danger:focus,button.list-group-item-danger:focus {
	color: #e74c3c;
	background-color: #ebcccc;
}

a.list-group-item-danger.active,button.list-group-item-danger.active,a.list-group-item-danger.active:hover,button.list-group-item-danger.active:hover,a.list-group-item-danger.active:focus,button.list-group-item-danger.active:focus {
	color: #fff;
	background-color: #e74c3c;
	border-color: #e74c3c;
}

.list-group-item-heading {
	margin-top: 0;
	margin-bottom: 5px;
}

.list-group-item-text {
	margin-bottom: 0;
	line-height: 1.3;
}

.panel {
	margin-bottom: 17px;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
	box-shadow: 0 1px 1px rgba(0,0,0,0.05);
}

.panel-body {
	padding: 15px;
}

.panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-right-radius: 2px;
	border-top-left-radius: 2px;
}

.panel-heading > .dropdown .dropdown-toggle {
	color: inherit;
}

.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 14px;
	color: inherit;
}

.panel-title > a,.panel-title > small,.panel-title > .small,.panel-title > small > a,.panel-title > .small > a {
	color: inherit;
}

.panel-footer {
	padding: 10px 15px;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
}




















.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
}

.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object,.embed-responsive video {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	border: 0;
}

.embed-responsive-16by9 {
	padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
	padding-bottom: 75%;
}

.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}

.well blockquote {
	border-color: #ddd;
	border-color: rgba(0,0,0,0.15);
}

.well-lg {
	padding: 24px;
	border-radius: 5px;
}

.well-sm {
	padding: 9px;
	border-radius: 2px;
}

.close {
	float: right;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: 0.2;
	filter: alpha(opacity=20);
}

.close:hover,.close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

button.close {
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
}

.modal-open {
	overflow: hidden;
}

.modal {
	display: none;
	overflow: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}




.modal-header .close {
	margin-top: -2px;
}

.modal-title {
	margin: 0;
	line-height: 1.42857143;
}

.modal-body {
	position: relative;
	padding: 15px;
}

.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
	margin-left: 5px;
	margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
	margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
	margin-left: 0;
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}

.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-break: auto;
	line-height: 1.42857143;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	white-space: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	font-size: 11px;
	opacity: 0;
	filter: alpha(opacity=0);
}
.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
	bottom: 0;
	right: 5px;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}


.popover.bottom > .arrow:after {
	content: " ";
	top: 1px;
	margin-left: -10px;
	border-top-width: 0;
	border-bottom-color: #fff;
}

.popover.left > .arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #999999;
	border-left-color: rgba(0,0,0,0.25);
}

.popover.left > .arrow:after {
	content: " ";
	right: 1px;
	border-right-width: 0;
	border-left-color: #fff;
	bottom: -10px;
}

.carousel {
	position: relative;
}

.carousel-inner {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.carousel-inner > .item {
	display: none;
	position: relative;
	-webkit-transition: 0.6s ease-in-out left;
	-o-transition: 0.6s ease-in-out left;
	transition: 0.6s ease-in-out left;
}


.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	border: 1px solid #fff;
	border-radius: 10px;
	cursor: pointer;
	background-color: #000 \9;
	background-color: rgba(0,0,0,0);
}

.carousel-indicators .active {
	margin: 0;
	width: 12px;
	height: 12px;
	background-color: #fff;
}

.carousel-caption {
	position: absolute;
	left: 15%;
	right: 15%;
	bottom: 20px;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,0.6);
}

.carousel-caption .btn {
	text-shadow: none;
}



.clearfix:before,.clearfix:after,.dl-horizontal dd:before,.dl-horizontal dd:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after,.form-horizontal .form-group:before,.form-horizontal .form-group:after,.btn-toolbar:before,.btn-toolbar:after,.btn-group-vertical > .btn-group:before,.btn-group-vertical > .btn-group:after,.nav:before,.nav:after,.navbar:before,.navbar:after,.navbar-header:before,.navbar-header:after,.navbar-collapse:before,.navbar-collapse:after,.pager:before,.pager:after,.panel-body:before,.panel-body:after,.modal-header:before,.modal-header:after,.modal-footer:before,.modal-footer:after {
	content: " ";
	display: table;
}

.clearfix:after,.dl-horizontal dd:after,.container:after,.container-fluid:after,.row:after,.form-horizontal .form-group:after,.btn-toolbar:after,.btn-group-vertical > .btn-group:after,.nav:after,.navbar:after,.navbar-header:after,.navbar-collapse:after,.pager:after,.panel-body:after,.modal-header:after,.modal-footer:after {
	clear: both;
}

.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.pull-right {
	float: right !important;
}

.pull-left {
	float: left !important;
}

.hide {
	display: none !important;
}

.show {
	display: block !important;
}

.invisible {
	visibility: hidden;
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.hidden {
	display: none !important;
}

.affix {
	position: fixed;
}




.wrapper {
	min-height: 100%;
	position: relative;
	overflow: hidden;
}

.wrapper:before,.wrapper:after {
	content: " ";
	display: table;
}

.wrapper:after {
	clear: both;
}

.wrapper:before,.wrapper:after {
	content: " ";
	display: table;
}

.wrapper:after {
	clear: both;
}

.layout-boxed .wrapper {
	max-width: 1250px;
	margin: 0 auto;
	min-height: 100%;
	box-shadow: 0 0 8px rgba(0,0,0,0.5);
	position: relative;
}

.layout-boxed {
	background: url(../img/boxed-bg.jpg) repeat fixed;
}

.content-wrapper,.right-side,.main-footer {
	-webkit-transition: -webkit-transform 0.3s ease-in-out,margin 0.3s ease-in-out;
	-moz-transition: -moz-transform 0.3s ease-in-out,margin 0.3s ease-in-out;
	-o-transition: -o-transform 0.3s ease-in-out,margin 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out,margin 0.3s ease-in-out;
	margin-left: 230px;
	z-index: 820;
}

.layout-top-nav .content-wrapper,.layout-top-nav .right-side,.layout-top-nav .main-footer {
	margin-left: 0;
}

.content-wrapper,.right-side {
	min-height: 100%;
	background-color: #ecf0f5;
	z-index: 800;
}

.main-footer {
	background: #fff;
	padding: 15px;
	color: #444;
	border-top: 1px solid #d2d6de;
}

.fixed .main-header,.fixed .main-sidebar,.fixed .left-side {
	position: fixed;
}

.fixed .main-header {
	top: 0;
	right: 0;
	left: 0;
}

.fixed .content-wrapper,.fixed .right-side {
	padding-top: 50px;
}


.content {
	min-height: 250px;
	padding: 15px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}



.page-header {
	margin: 10px 0 20px 0;
	font-size: 22px;
}

.page-header > small {
	color: #666;
	display: block;
	margin-top: 5px;
}

.main-header {
	position: relative;
	max-height: 100px;
	z-index: 1030;
}

.main-header .navbar {
	-webkit-transition: margin-left 0.3s ease-in-out;
	-o-transition: margin-left 0.3s ease-in-out;
	transition: margin-left 0.3s ease-in-out;
	margin-bottom: 0;
	margin-left: 230px;
	border: none;
	min-height: 50px;
	border-radius: 0;
}

.layout-top-nav .main-header .navbar {
	margin-left: 0;
}

.main-header #navbar-search-input.form-control {
	background: rgba(255,255,255,0.2);
	border-color: transparent;
}

.main-header #navbar-search-input.form-control:focus,.main-header #navbar-search-input.form-control:active {
	border-color: rgba(0,0,0,0.1);
	background: rgba(255,255,255,0.9);
}

.main-header #navbar-search-input.form-control::-moz-placeholder {
	color: #ccc;
	opacity: 1;
}

.main-header #navbar-search-input.form-control:-ms-input-placeholder {
	color: #ccc;
}

.main-header #navbar-search-input.form-control::-webkit-input-placeholder {
	color: #ccc;
}

.main-header .navbar-custom-menu,.main-header .navbar-right {
	float: right;
}






.main-header .logo .logo-lg {
	display: block;
}

.main-header .logo .logo-mini {
	display: none;
}

.main-header .navbar-brand {
	color: #fff;
}

.content-header {
	position: relative;
	padding: 15px 15px 0 15px;
}

.content-header > h1 {
	margin: 0;
	font-size: 24px;
}

.content-header > h1 > small {
	font-size: 15px;
	display: inline-block;
	padding-left: 4px;
	font-weight: 300;
}

.content-header > .breadcrumb {
	float: right;
	background: transparent;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 12px;
	padding: 7px 5px;
	position: absolute;
	top: 15px;
	right: 10px;
	border-radius: 2px;
}

.content-header > .breadcrumb > li > a {
	color: #444;
	text-decoration: none;
	display: inline-block;
}

.content-header > .breadcrumb > li > a > .fa,.content-header > .breadcrumb > li > a > .glyphicon,.content-header > .breadcrumb > li > a > .ion {
	margin-right: 5px;
}

.content-header > .breadcrumb > li + li:before {
	content: '>\00a0';
}


.sidebar {
	padding-bottom: 10px;
}

.sidebar-form input:focus {
	border-color: transparent;
}

.user-panel {
	position: relative;
	width: 100%;
	padding: 10px;
	overflow: hidden;
}

.user-panel:before,.user-panel:after {
	content: " ";
	display: table;
}

.user-panel:after {
	clear: both;
}

.user-panel:before,.user-panel:after {
	content: " ";
	display: table;
}

.user-panel:after {
	clear: both;
}

.user-panel > .image > img {
	width: 100%;
	max-width: 45px;
	height: auto;
}

.user-panel > .info {
	padding: 5px 5px 5px 15px;
	line-height: 1;
	position: absolute;
	left: 55px;
}

.user-panel > .info > p {
	font-weight: 600;
	margin-bottom: 9px;
}

.user-panel > .info > a {
	text-decoration: none;
	padding-right: 5px;
	margin-top: 3px;
	font-size: 11px;
}

.user-panel > .info > a > .fa,.user-panel > .info > a > .ion,.user-panel > .info > a > .glyphicon {
	margin-right: 3px;
}

.sidebar-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sidebar-menu > li {
	position: relative;
	margin: 0;
	padding: 0;
}

.sidebar-menu > li > a {
	padding: 12px 5px 12px 15px;
	display: block;
}

.sidebar-menu > li > a > .fa,.sidebar-menu > li > a > .glyphicon,.sidebar-menu > li > a > .ion {
	width: 20px;
}

.sidebar-menu > li .label,.sidebar-menu > li .badge {
	margin-right: 5px;
}

.sidebar-menu > li .badge {
	margin-top: 3px;
}

.sidebar-menu li.header {
	padding: 10px 25px 10px 15px;
	font-size: 12px;
}

.sidebar-menu li > a > .fa-angle-left,.sidebar-menu li > a > .pull-right-container > .fa-angle-left {
	width: auto;
	height: auto;
	padding: 0;
	margin-right: 10px;
}

.sidebar-menu li.active > a > .fa-angle-left,.sidebar-menu li.active > a > .pull-right-container > .fa-angle-left {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.sidebar-menu li.active > .treeview-menu {
	display: block;
}

.sidebar-menu .treeview-menu {
	display: none;
	list-style: none;
	padding: 0;
	margin: 0;
	padding-left: 5px;
}

.sidebar-menu .treeview-menu .treeview-menu {
	padding-left: 20px;
}

.sidebar-menu .treeview-menu > li {
	margin: 0;
}

.sidebar-menu .treeview-menu > li > a {
	padding: 12px 5px 12px 15px;
	display: block;
	font-size: 12px;
}

.sidebar-menu .treeview-menu > li > a > .fa,.sidebar-menu .treeview-menu > li > a > .glyphicon,.sidebar-menu .treeview-menu > li > a > .ion {
	width: 20px;
}

.sidebar-menu .treeview-menu > li > a > .pull-right-container > .fa-angle-left,.sidebar-menu .treeview-menu > li > a > .pull-right-container > .fa-angle-down,.sidebar-menu .treeview-menu > li > a > .fa-angle-left,.sidebar-menu .treeview-menu > li > a > .fa-angle-down {
	width: auto;
}


.sidebar-menu,.main-sidebar .user-panel,.sidebar-menu > li.header {
	white-space: nowrap;
	overflow: hidden;
}

.sidebar-menu:hover {
	overflow: visible;
}

.sidebar-form,.sidebar-menu > li.header {
	overflow: hidden;
	text-overflow: clip;
}

.sidebar-menu li > a {
	position: relative;
}

.sidebar-menu li > a > .pull-right-container {
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -7px;
}

.control-sidebar-bg {
	position: fixed;
	z-index: 1000;
	bottom: 0;
}

.control-sidebar-bg,.control-sidebar {
	top: 0;
	right: -230px;
	width: 230px;
	-webkit-transition: right 0.3s ease-in-out;
	-o-transition: right 0.3s ease-in-out;
	transition: right 0.3s ease-in-out;
}

.control-sidebar {
	position: absolute;
	padding-top: 50px;
	z-index: 1010;
}




.nav-tabs.control-sidebar-tabs > li:first-of-type > a,.nav-tabs.control-sidebar-tabs > li:first-of-type > a:hover,.nav-tabs.control-sidebar-tabs > li:first-of-type > a:focus {
	border-left-width: 0;
}

.nav-tabs.control-sidebar-tabs > li > a {
	border-radius: 0;
}

.nav-tabs.control-sidebar-tabs > li > a,.nav-tabs.control-sidebar-tabs > li > a:hover {
	border-top: none;
	border-right: none;
	border-left: 1px solid transparent;
	border-bottom: 1px solid transparent;
}

.nav-tabs.control-sidebar-tabs > li > a .icon {
	font-size: 16px;
}

.nav-tabs.control-sidebar-tabs > li.active > a,.nav-tabs.control-sidebar-tabs > li.active > a:hover,.nav-tabs.control-sidebar-tabs > li.active > a:focus,.nav-tabs.control-sidebar-tabs > li.active > a:active {
	border-top: none;
	border-right: none;
	border-bottom: none;
}



.control-sidebar-heading {
	font-weight: 400;
	font-size: 16px;
	padding: 10px 0;
	margin-bottom: 10px;
}

.control-sidebar-subheading {
	display: block;
	font-weight: 400;
	font-size: 14px;
}

.control-sidebar-menu {
	list-style: none;
	padding: 0;
	margin: 0 -15px;
}

.control-sidebar-menu > li > a {
	display: block;
	padding: 10px 15px;
}

.control-sidebar-menu > li > a:before,.control-sidebar-menu > li > a:after {
	content: " ";
	display: table;
}

.control-sidebar-menu > li > a:after {
	clear: both;
}

.control-sidebar-menu > li > a:before,.control-sidebar-menu > li > a:after {
	content: " ";
	display: table;
}

.control-sidebar-menu > li > a:after {
	clear: both;
}

.control-sidebar-menu > li > a > .control-sidebar-subheading {
	margin-top: 0;
}

.control-sidebar-menu .menu-icon {
	float: left;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	text-align: center;
	line-height: 35px;
}

.control-sidebar-menu .menu-info {
	margin-left: 45px;
	margin-top: 3px;
}

.control-sidebar-menu .menu-info > .control-sidebar-subheading {
	margin: 0;
}

.control-sidebar-menu .menu-info > p {
	margin: 0;
	font-size: 11px;
}

.control-sidebar-menu .progress {
	margin: 0;
}

.control-sidebar-dark {
	color: #b8c7ce;
}

.control-sidebar-dark,.control-sidebar-dark + .control-sidebar-bg {
	background: #222d32;
}

.control-sidebar-dark .nav-tabs.control-sidebar-tabs {
	border-bottom: #1c2529;
}

.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a {
	background: #181f23;
	color: #b8c7ce;
}

.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a,.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:hover,.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:focus {
	border-left-color: #141a1d;
	border-bottom-color: #141a1d;
}

.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:hover,.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:focus,.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:active {
	background: #1c2529;
}

.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:hover {
	color: #fff;
}

.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a,.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a:hover,.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a:focus,.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a:active {
	background: #222d32;
	color: #fff;
}

.control-sidebar-dark .control-sidebar-heading,.control-sidebar-dark .control-sidebar-subheading {
	color: #fff;
}

.control-sidebar-dark .control-sidebar-menu > li > a:hover {
	background: #1e282c;
}

.control-sidebar-dark .control-sidebar-menu > li > a .menu-info > p {
	color: #b8c7ce;
}

.control-sidebar-light {
	color: #5e5e5e;
}

.control-sidebar-light,.control-sidebar-light + .control-sidebar-bg {
	background: #f9fafc;
	border-left: 1px solid #d2d6de;
}

.control-sidebar-light .nav-tabs.control-sidebar-tabs {
	border-bottom: #d2d6de;
}

.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a {
	background: #e8ecf4;
	color: #444;
}

.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a,.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:hover,.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:focus {
	border-left-color: #d2d6de;
	border-bottom-color: #d2d6de;
}

.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:hover,.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:focus,.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:active {
	background: #eff1f7;
}

.control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a,.control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a:hover,.control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a:focus,.control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a:active {
	background: #f9fafc;
	color: #111;
}

.control-sidebar-light .control-sidebar-heading,.control-sidebar-light .control-sidebar-subheading {
	color: #111;
}

.control-sidebar-light .control-sidebar-menu {
	margin-left: -14px;
}

.control-sidebar-light .control-sidebar-menu > li > a:hover {
	background: #f4f4f5;
}

.control-sidebar-light .control-sidebar-menu > li > a .menu-info > p {
	color: #5e5e5e;
}

.dropdown-menu {
	box-shadow: none;
	border-color: #eee;
}

.dropdown-menu > li > a {
}

.dropdown-menu > li > a > .glyphicon,.dropdown-menu > li > a > .fa,.dropdown-menu > li > a > .ion {
	margin-right: 10px;
}

.dropdown-menu > li > a:hover {
	background-color: #e1e3e9;
	color: #333;
}

.dropdown-menu > .divider {
	background-color: #eee;
}

.form-group.has-success label {
	color: #18bc9c;
}

.form-group.has-success .form-control,.form-group.has-success .input-group-addon {
	border-color: #18bc9c;
	box-shadow: none;
}

.form-group.has-success .help-block {
	color: #18bc9c;
}

.form-group.has-warning label {
	color: #f39c12;
}

.form-group.has-warning .form-control,.form-group.has-warning .input-group-addon {
	border-color: #f39c12;
	box-shadow: none;
}

.form-group.has-warning .help-block {
	color: #f39c12;
}

.form-group.has-error label {
	color: #e74c3c;
}

.form-group.has-error .form-control,.form-group.has-error .input-group-addon {
	border-color: #e74c3c;
	box-shadow: none;
}

.form-group.has-error .help-block {
	color: #e74c3c;
}

.input-group .input-group-addon {
	border-radius: 0;
	border-color: #d2d6de;
	background-color: #fff;
}

.btn-group-vertical .btn.btn-flat:first-of-type,.btn-group-vertical .btn.btn-flat:last-of-type {
	border-radius: 0;
}

.icheck > label {
	padding-left: 0;
}

.form-control-feedback.fa {
	line-height: 31px;
}

.input-lg + .form-control-feedback.fa,.input-group-lg + .form-control-feedback.fa,.form-group-lg .form-control + .form-control-feedback.fa {
	line-height: 42px;
}

.input-sm + .form-control-feedback.fa,.input-group-sm + .form-control-feedback.fa,.form-group-sm .form-control + .form-control-feedback.fa {
	line-height: 28px;
}

.todo-list {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: auto;
}

.todo-list > li {
	border-radius: 2px;
	padding: 10px;
	background: #f4f4f4;
	margin-bottom: 2px;
	border-left: 2px solid #e6e7e8;
	color: #444;
}

.todo-list > li:last-of-type {
	margin-bottom: 0;
}

.todo-list > li > input[type='checkbox'] {
	margin: 0 10px 0 5px;
}

.todo-list > li .text {
	display: inline-block;
	margin-left: 5px;
	font-weight: 600;
}

.todo-list > li .label {
	margin-left: 10px;
	font-size: 9px;
}

.todo-list > li .tools {
	display: none;
	float: right;
	color: #e74c3c;
}

.todo-list > li .tools > .fa,.todo-list > li .tools > .glyphicon,.todo-list > li .tools > .ion {
	margin-right: 5px;
	cursor: pointer;
}

.todo-list > li:hover .tools {
	display: inline-block;
}

.todo-list > li.done {
	color: #999;
}

.todo-list > li.done .text {
	text-decoration: line-through;
	font-weight: 500;
}

.todo-list > li.done .label {
	background: #d2d6de !important;
}

.todo-list .danger {
	border-left-color: #e74c3c;
}

.todo-list .warning {
	border-left-color: #f39c12;
}

.todo-list .info {
	border-left-color: #3498db;
}

.todo-list .success {
	border-left-color: #18bc9c;
}

.todo-list .primary {
	border-left-color: #3c8dbc;
}

.todo-list .handle {
	display: inline-block;
	cursor: move;
	margin: 0 5px;
}

.chat {
	padding: 5px 20px 5px 10px;
}

.chat .item {
	margin-bottom: 10px;
}

.chat .item:before,.chat .item:after {
	content: " ";
	display: table;
}

.chat .item:after {
	clear: both;
}

.chat .item:before,.chat .item:after {
	content: " ";
	display: table;
}

.chat .item:after {
	clear: both;
}

.chat .item > img {
	width: 40px;
	height: 40px;
	border: 2px solid transparent;
	border-radius: 50%;
}

.chat .item > .online {
	border: 2px solid #18bc9c;
}

.chat .item > .offline {
	border: 2px solid #e74c3c;
}

.chat .item > .message {
	margin-left: 55px;
	margin-top: -40px;
}

.chat .item > .message > .name {
	display: block;
	font-weight: 600;
}

.chat .item > .attachment {
	border-radius: 3px;
	background: #f4f4f4;
	margin-left: 65px;
	margin-right: 15px;
	padding: 10px;
}

.chat .item > .attachment > h4 {
	margin: 0 0 5px 0;
	font-weight: 600;
	font-size: 14px;
}

.chat .item > .attachment > p,.chat .item > .attachment > .filename {
	font-weight: 600;
	font-size: 13px;
	font-style: italic;
	margin: 0;
}

.chat .item > .attachment:before,.chat .item > .attachment:after {
	content: " ";
	display: table;
}

.chat .item > .attachment:after {
	clear: both;
}

.chat .item > .attachment:before,.chat .item > .attachment:after {
	content: " ";
	display: table;
}

.chat .item > .attachment:after {
	clear: both;
}

.box-input {
	max-width: 200px;
}

.modal .panel-body {
	color: #444;
}

.info-box {
	display: block;
	min-height: 90px;
	background: #fff;
	width: 100%;
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	border-radius: 2px;
	margin-bottom: 15px;
}

.info-box small {
	font-size: 14px;
}

.info-box .progress {
	background: rgba(0,0,0,0.2);
	margin: 5px -10px 5px -10px;
	height: 2px;
}

.info-box .progress,.info-box .progress .progress-bar {
	border-radius: 0;
}

.info-box .progress .progress-bar {
	background: #fff;
}

.info-box-icon {
	border-top-left-radius: 2px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 2px;
	display: block;
	float: left;
	height: 90px;
	width: 90px;
	text-align: center;
	font-size: 45px;
	line-height: 90px;
	background: rgba(0,0,0,0.2);
}

.info-box-icon > img {
	max-width: 100%;
}

.info-box-content {
	padding: 5px 10px;
	margin-left: 90px;
}

.info-box-number {
	display: block;
	font-weight: bold;
	font-size: 18px;
}

.progress-description,.info-box-text {
	display: block;
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.info-box-text {
	text-transform: uppercase;
}

.info-box-more {
	display: block;
}

.progress-description {
	margin: 0;
}

.timeline {
	position: relative;
	margin: 0 0 30px 0;
	padding: 0;
	list-style: none;
}

.timeline:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 4px;
	background: #ddd;
	left: 31px;
	margin: 0;
	border-radius: 2px;
}

.timeline > li {
	position: relative;
	margin-right: 10px;
	margin-bottom: 15px;
}

.timeline > li:before,.timeline > li:after {
	content: " ";
	display: table;
}

.timeline > li:after {
	clear: both;
}

.timeline > li:before,.timeline > li:after {
	content: " ";
	display: table;
}

.timeline > li:after {
	clear: both;
}

.timeline > li > .timeline-item {
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	border-radius: 3px;
	margin-top: 0;
	background: #fff;
	color: #444;
	margin-left: 60px;
	margin-right: 15px;
	padding: 0;
	position: relative;
}

.timeline > li > .timeline-item > .time {
	color: #999;
	float: right;
	padding: 10px;
	font-size: 12px;
}

.timeline > li > .timeline-item > .timeline-header {
	margin: 0;
	color: #555;
	border-bottom: 1px solid #f4f4f4;
	padding: 10px;
	font-size: 16px;
	line-height: 1.1;
}

.timeline > li > .timeline-item > .timeline-header > a {
	font-weight: 600;
}

.timeline > li > .timeline-item > .timeline-body,.timeline > li > .timeline-item > .timeline-footer {
	padding: 10px;
}

.timeline > li > .fa,.timeline > li > .glyphicon,.timeline > li > .ion {
	width: 30px;
	height: 30px;
	font-size: 15px;
	line-height: 30px;
	position: absolute;
	color: #666;
	background: #d2d6de;
	border-radius: 50%;
	text-align: center;
	left: 18px;
	top: 0;
}

.timeline > .time-label > span {
	font-weight: 600;
	padding: 5px;
	display: inline-block;
	background-color: #fff;
	border-radius: 4px;
}

.timeline-inverse > li > .timeline-item {
	background: #f0f0f0;
	border: 1px solid #ddd;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.timeline-inverse > li > .timeline-item > .timeline-header {
	border-bottom-color: #ddd;
}

.btn {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid transparent;
}

.btn.uppercase {
	text-transform: uppercase;
}

.btn.btn-flat {
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-width: 1px;
}

.btn:active {
	-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
	-moz-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
	box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
}

.btn:focus {
	outline: none;
}

.btn.btn-file {
	position: relative;
	overflow: hidden;
}

.btn.btn-file > input[type='file'] {
	position: absolute;
	top: 0;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	font-size: 100px;
	text-align: right;
	opacity: 0;
	filter: alpha(opacity=0);
	outline: none;
	background: white;
	cursor: inherit;
	display: block;
}

.btn-default {
	background-color: #f4f4f4;
	color: #444;
	border-color: #ddd;
}

.btn-default:hover,.btn-default:active,.btn-default.hover {
	background-color: #e7e7e7;
}

.btn-outline {
	border: 1px solid #fff;
	background: transparent;
	color: #fff;
}

.btn-outline:hover,.btn-outline:focus,.btn-outline:active {
	color: rgba(255,255,255,0.7);
	border-color: rgba(255,255,255,0.7);
}

.btn-link {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn[class*='bg-']:hover {
	-webkit-box-shadow: inset 0 0 100px rgba(0,0,0,0.2);
	box-shadow: inset 0 0 100px rgba(0,0,0,0.2);
}

.btn-app {
	border-radius: 3px;
	position: relative;
	padding: 15px 5px;
	margin: 0 0 10px 10px;
	min-width: 80px;
	height: 60px;
	text-align: center;
	color: #666;
	border: 1px solid #ddd;
	background-color: #f4f4f4;
	font-size: 12px;
}

.btn-app > .fa,.btn-app > .glyphicon,.btn-app > .ion {
	font-size: 20px;
	display: block;
}

.btn-app:hover {
	background: #f4f4f4;
	color: #444;
	border-color: #aaa;
}

.btn-app:active,.btn-app:focus {
	-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
	-moz-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
	box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
}

.btn-app > .badge {
	position: absolute;
	top: -3px;
	right: -10px;
	font-size: 10px;
	font-weight: 400;
}

.callout {
	border-radius: 3px;
	margin: 0 0 20px 0;
	padding: 15px 30px 15px 15px;
	border-left: 5px solid #eee;
}

.callout a {
	color: #fff;
	text-decoration: underline;
}

.callout a:hover {
	color: #eee;
}

.callout h4 {
	margin-top: 0;
	font-weight: 600;
}

.callout p:last-child {
	margin-bottom: 0;
}

.callout code,.callout .highlight {
	background-color: #fff;
}

.callout.callout-danger {
	border-color: #d62c1a;
}

.callout.callout-warning {
	border-color: #c87f0a;
}

.callout.callout-info {
	border-color: #217dbb;
}

.callout.callout-success {
	border-color: #128f76;
}

.alert {
	border-radius: 3px;
}

.alert h4 {
	font-weight: 600;
}

.alert .icon {
	margin-right: 10px;
}

.alert .close {
	color: #000;
	opacity: 0.2;
	filter: alpha(opacity=20);
}

.alert .close:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.alert a {
	color: #fff;
	text-decoration: underline;
}

.alert-success {
	border-color: #15a589;
}

.alert-danger,.alert-error {
	border-color: #e43725;
}

.alert-warning {
	border-color: #e08e0b;
}

.alert-info {
	border-color: #258cd1;
}

.alert-primary-light {
	background-color: #E2E5E8;
	border-color: #D0D4D8;
	color: #85878A;
}

.alert-primary-light a {
	color: #787a7d;
}

.alert-success-light {
	background-color: #dff0d8;
	border-color: #d1eac8;
	color: #468847;
}

.alert-success-light a {
	color: #3d773e;
}

.alert-danger-light,.alert-error-light {
	background-color: #f2dede;
	border-color: #ebcdcd;
	color: #b94a48;
}

.alert-danger-light a,.alert-error-light a {
	color: #a74240;
}

.alert-warning-light {
	background-color: #fcf8e3;
	border-color: #faf3cd;
	color: #c09853;
}

.alert-warning-light a {
	color: #b78c43;
}

.alert-info-light {
	background-color: #d9edf7;
	border-color: #c6e4f3;
	color: #3a87ad;
}

.alert-info-light a {
	color: #34789a;
}

.nav > li > a:hover,.nav > li > a:active,.nav > li > a:focus {
	color: #444;
	background: #f7f7f7;
}

.nav-pills > li > a {
	border-radius: 0;
	border-top: 3px solid transparent;
	color: #444;
}

.nav-pills > li > a > .fa,.nav-pills > li > a > .glyphicon,.nav-pills > li > a > .ion {
	margin-right: 5px;
}

.nav-pills > li.active > a,.nav-pills > li.active > a:hover,.nav-pills > li.active > a:focus {
	border-top-color: #3c8dbc;
}

.nav-pills > li.active > a {
	font-weight: 600;
}

.nav-stacked > li > a {
	border-radius: 0;
	border-top: 0;
	border-left: 3px solid transparent;
	color: #444;
}

.nav-stacked > li.active > a,.nav-stacked > li.active > a:hover {
	background: transparent;
	color: #444;
	border-top: 0;
	border-left-color: #3c8dbc;
}

.nav-stacked > li.header {
	border-bottom: 1px solid #ddd;
	color: #777;
	margin-bottom: 10px;
	padding: 5px 10px;
	text-transform: uppercase;
}

.nav-tabs-custom {
	margin-bottom: 20px;
	background: #fff;
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	border-radius: 3px;
}

.nav-tabs-custom > .nav-tabs {
	margin: 0;
	border-bottom-color: #f4f4f4;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}

.nav-tabs-custom > .nav-tabs > li {
	border-top: 3px solid transparent;
	margin-bottom: -2px;
	margin-right: 5px;
}

.nav-tabs-custom > .nav-tabs > li > a {
	color: #444;
	border-radius: 0;
}

.nav-tabs-custom > .nav-tabs > li > a.text-muted {
	color: #999;
}

.nav-tabs-custom > .nav-tabs > li > a,.nav-tabs-custom > .nav-tabs > li > a:hover {
	background: transparent;
	margin: 0;
}

.nav-tabs-custom > .nav-tabs > li > a:hover {
	color: #999;
}

.nav-tabs-custom > .nav-tabs > li:not(.active) > a:hover,.nav-tabs-custom > .nav-tabs > li:not(.active) > a:focus,.nav-tabs-custom > .nav-tabs > li:not(.active) > a:active {
	border-color: transparent;
}

.nav-tabs-custom > .nav-tabs > li.active {
	border-top-color: #3c8dbc;
}

.nav-tabs-custom > .nav-tabs > li.active > a,.nav-tabs-custom > .nav-tabs > li.active:hover > a {
	background-color: #fff;
	color: #444;
}

.nav-tabs-custom > .nav-tabs > li.active > a {
	border-top-color: transparent;
	border-left-color: #f4f4f4;
	border-right-color: #f4f4f4;
}

.nav-tabs-custom > .nav-tabs > li:first-of-type {
	margin-left: 0;
}

.nav-tabs-custom > .nav-tabs > li:first-of-type.active > a {
	border-left-color: transparent;
}

.nav-tabs-custom > .nav-tabs.pull-right {
	float: none !important;
}

.nav-tabs-custom > .nav-tabs.pull-right > li {
	float: right;
}

.nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type {
	margin-right: 0;
}

.nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type > a {
	border-left-width: 1px;
}

.nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type.active > a {
	border-left-color: #f4f4f4;
	border-right-color: transparent;
}

.nav-tabs-custom > .nav-tabs > li.header {
	line-height: 35px;
	padding: 0 10px;
	font-size: 20px;
	color: #444;
}

.nav-tabs-custom > .nav-tabs > li.header > .fa,.nav-tabs-custom > .nav-tabs > li.header > .glyphicon,.nav-tabs-custom > .nav-tabs > li.header > .ion {
	margin-right: 5px;
}

.nav-tabs-custom > .tab-content {
	background: #fff;
	padding: 10px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

.nav-tabs-custom .dropdown.open > a:active,.nav-tabs-custom .dropdown.open > a:focus {
	background: transparent;
	color: #999;
}

.nav-tabs-custom.tab-primary > .nav-tabs > li.active {
	border-top-color: #3c8dbc;
}

.nav-tabs-custom.tab-info > .nav-tabs > li.active {
	border-top-color: #3498db;
}

.nav-tabs-custom.tab-danger > .nav-tabs > li.active {
	border-top-color: #e74c3c;
}

.nav-tabs-custom.tab-warning > .nav-tabs > li.active {
	border-top-color: #f39c12;
}

.nav-tabs-custom.tab-success > .nav-tabs > li.active {
	border-top-color: #18bc9c;
}

.nav-tabs-custom.tab-default > .nav-tabs > li.active {
	border-top-color: #d2d6de;
}

.pagination > li > a {
	background: #fafafa;
	color: #666;
}

.pagination.pagination-flat > li > a {
	border-radius: 0 !important;
}

.products-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.products-list > .item {
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	padding: 10px 0;
	background: #fff;
}

.products-list > .item:before,.products-list > .item:after {
	content: " ";
	display: table;
}

.products-list > .item:after {
	clear: both;
}

.products-list > .item:before,.products-list > .item:after {
	content: " ";
	display: table;
}

.products-list > .item:after {
	clear: both;
}

.products-list .product-img {
	float: left;
}

.products-list .product-img img {
	width: 50px;
	height: 50px;
}

.products-list .product-info {
	margin-left: 60px;
}

.products-list .product-title {
	font-weight: 600;
}

.products-list .product-description {
	display: block;
	color: #999;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.product-list-in-box > .item {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	border-bottom: 1px solid #f4f4f4;
}

.product-list-in-box > .item:last-of-type {
	border-bottom-width: 0;
}

.table > thead > tr > th,.table > tbody > tr > th,.table > tfoot > tr > th,.table > thead > tr > td,.table > tbody > tr > td,.table > tfoot > tr > td {
	border-top: 1px solid #f4f4f4;
}

.table > thead > tr > th {
	border-bottom: 2px solid #f4f4f4;
}

.table tr td .progress {
	margin-top: 5px;
}

.table-bordered {
	border: 1px solid #f4f4f4;
}

.table-bordered > thead > tr > th,.table-bordered > tbody > tr > th,.table-bordered > tfoot > tr > th,.table-bordered > thead > tr > td,.table-bordered > tbody > tr > td,.table-bordered > tfoot > tr > td {
	border: 1px solid #f4f4f4;
}

.table-bordered > thead > tr > th,.table-bordered > thead > tr > td {
	border-bottom-width: 2px;
}

.table.no-border,.table.no-border td,.table.no-border th {
	border: 0;
}

table.text-center,table.text-center td,table.text-center th {
	text-align: center;
}

.table.align th {
	text-align: left;
}

.table.align td {
	text-align: right;
}

.direct-chat .box-body {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	position: relative;
	overflow-x: hidden;
	padding: 0;
}

.direct-chat.chat-pane-open .direct-chat-contacts {
	-webkit-transform: translate(0,0);
	-ms-transform: translate(0,0);
	-o-transform: translate(0,0);
	transform: translate(0,0);
}

.direct-chat-messages {
	-webkit-transform: translate(0,0);
	-ms-transform: translate(0,0);
	-o-transform: translate(0,0);
	transform: translate(0,0);
	padding: 10px;
	height: 250px;
	overflow: auto;
}

.direct-chat-msg,.direct-chat-text {
	display: block;
}

.direct-chat-msg {
	margin-bottom: 10px;
}

.direct-chat-msg:before,.direct-chat-msg:after {
	content: " ";
	display: table;
}

.direct-chat-msg:after {
	clear: both;
}

.direct-chat-msg:before,.direct-chat-msg:after {
	content: " ";
	display: table;
}

.direct-chat-msg:after {
	clear: both;
}

.direct-chat-messages,.direct-chat-contacts {
	-webkit-transition: -webkit-transform 0.5s ease-in-out;
	-moz-transition: -moz-transform 0.5s ease-in-out;
	-o-transition: -o-transform 0.5s ease-in-out;
	transition: transform 0.5s ease-in-out;
}

.direct-chat-text {
	border-radius: 5px;
	position: relative;
	padding: 5px 10px;
	background: #d2d6de;
	border: 1px solid #d2d6de;
	margin: 5px 0 0 50px;
	color: #444;
}

.direct-chat-text:after,.direct-chat-text:before {
	position: absolute;
	right: 100%;
	top: 15px;
	border: solid transparent;
	border-right-color: #d2d6de;
	content: ' ';
	height: 0;
	width: 0;
	pointer-events: none;
}

.direct-chat-text:after {
	border-width: 5px;
	margin-top: -5px;
}

.direct-chat-text:before {
	border-width: 6px;
	margin-top: -6px;
}

.right .direct-chat-text {
	margin-right: 50px;
	margin-left: 0;
}

.right .direct-chat-text:after,.right .direct-chat-text:before {
	right: auto;
	left: 100%;
	border-right-color: transparent;
	border-left-color: #d2d6de;
}

.direct-chat-img {
	border-radius: 50%;
	float: left;
	width: 40px;
	height: 40px;
}

.right .direct-chat-img {
	float: right;
}

.direct-chat-info {
	display: block;
	margin-bottom: 2px;
	font-size: 12px;
}

.direct-chat-name {
	font-weight: 600;
}

.direct-chat-timestamp {
	color: #999;
}

.direct-chat-contacts-open .direct-chat-contacts {
	-webkit-transform: translate(0,0);
	-ms-transform: translate(0,0);
	-o-transform: translate(0,0);
	transform: translate(0,0);
}

.direct-chat-contacts {
	-webkit-transform: translate(101%,0);
	-ms-transform: translate(101%,0);
	-o-transform: translate(101%,0);
	transform: translate(101%,0);
	position: absolute;
	top: 0;
	bottom: 0;
	height: 250px;
	width: 100%;
	background: #222d32;
	color: #fff;
	overflow: auto;
}

.contacts-list > li {
	border-bottom: 1px solid rgba(0,0,0,0.2);
	padding: 10px;
	margin: 0;
}

.contacts-list > li:before,.contacts-list > li:after {
	content: " ";
	display: table;
}

.contacts-list > li:after {
	clear: both;
}

.contacts-list > li:before,.contacts-list > li:after {
	content: " ";
	display: table;
}

.contacts-list > li:after {
	clear: both;
}

.contacts-list > li:last-of-type {
	border-bottom: none;
}

.contacts-list-img {
	border-radius: 50%;
	width: 40px;
	float: left;
}

.contacts-list-info {
	margin-left: 45px;
	color: #fff;
}

.contacts-list-name,.contacts-list-status {
	display: block;
}

.contacts-list-name {
	font-weight: 600;
}

.contacts-list-status {
	font-size: 12px;
}

.contacts-list-date {
	color: #aaa;
	font-weight: normal;
}

.contacts-list-msg {
	color: #999;
}

.direct-chat-danger .right > .direct-chat-text {
	background: #e74c3c;
	border-color: #e74c3c;
	color: #fff;
}

.direct-chat-danger .right > .direct-chat-text:after,.direct-chat-danger .right > .direct-chat-text:before {
	border-left-color: #e74c3c;
}

.direct-chat-primary .right > .direct-chat-text {
	background: #3c8dbc;
	border-color: #3c8dbc;
	color: #fff;
}

.direct-chat-primary .right > .direct-chat-text:after,.direct-chat-primary .right > .direct-chat-text:before {
	border-left-color: #3c8dbc;
}

.direct-chat-warning .right > .direct-chat-text {
	background: #f39c12;
	border-color: #f39c12;
	color: #fff;
}

.direct-chat-warning .right > .direct-chat-text:after,.direct-chat-warning .right > .direct-chat-text:before {
	border-left-color: #f39c12;
}

.direct-chat-info .right > .direct-chat-text {
	background: #3498db;
	border-color: #3498db;
	color: #fff;
}

.direct-chat-info .right > .direct-chat-text:after,.direct-chat-info .right > .direct-chat-text:before {
	border-left-color: #3498db;
}

.direct-chat-success .right > .direct-chat-text {
	background: #18bc9c;
	border-color: #18bc9c;
	color: #fff;
}

.direct-chat-success .right > .direct-chat-text:after,.direct-chat-success .right > .direct-chat-text:before {
	border-left-color: #18bc9c;
}

.users-list > li {
	width: 25%;
	float: left;
	padding: 10px;
	text-align: center;
}

.users-list > li img {
	border-radius: 50%;
	max-width: 100%;
	height: auto;
}

.users-list > li > a:hover,.users-list > li > a:hover .users-list-name {
	color: #999;
}

.users-list-name,.users-list-date {
	display: block;
}

.users-list-name {
	font-weight: 600;
	color: #444;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.users-list-date {
	color: #999;
	font-size: 12px;
}

.carousel-control.left,.carousel-control.right {
	background-image: none;
}

.carousel-control > .fa {
	font-size: 40px;
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
	margin-top: -20px;
}

.modal {
	background: rgba(0,0,0,0.3);
}

.modal-content {
	border-radius: 0;
	-webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.125);
	box-shadow: 0 2px 3px rgba(0,0,0,0.125);
	border: 0;
}

@media (min-width:768px) {
	.modal-content {
		-webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.125);
		box-shadow: 0 2px 3px rgba(0,0,0,0.125);
	}
}

.modal-header {
	border-bottom-color: #f4f4f4;
}

.modal-footer {
	border-top-color: #f4f4f4;
}

.modal-primary .modal-header,.modal-primary .modal-footer {
	border-color: #307095;
}

.modal-warning .modal-header,.modal-warning .modal-footer {
	border-color: #c87f0a;
}

.modal-info .modal-header,.modal-info .modal-footer {
	border-color: #217dbb;
}

.modal-success .modal-header,.modal-success .modal-footer {
	border-color: #128f76;
}

.modal-danger .modal-header,.modal-danger .modal-footer {
	border-color: #d62c1a;
}

.box-widget {
	border: none;
	position: relative;
}

.widget-user .widget-user-header {
	padding: 20px;
	height: 120px;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}

.widget-user .widget-user-username {
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 25px;
	font-weight: 300;
	text-shadow: 0 1px 1px rgba(0,0,0,0.2);
}

.widget-user .widget-user-desc {
	margin-top: 0;
}

.widget-user .widget-user-image {
	position: absolute;
	top: 65px;
	left: 50%;
	margin-left: -45px;
}

.widget-user .widget-user-image > img {
	width: 90px;
	height: auto;
	border: 3px solid #fff;
}

.widget-user .box-footer {
	padding-top: 30px;
}

.widget-user-2 .widget-user-header {
	padding: 20px;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}

.widget-user-2 .widget-user-username {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 25px;
	font-weight: 300;
}

.widget-user-2 .widget-user-desc {
	margin-top: 0;
}

.widget-user-2 .widget-user-username,.widget-user-2 .widget-user-desc {
	margin-left: 75px;
}

.widget-user-2 .widget-user-image > img {
	width: 65px;
	height: auto;
	float: left;
}

.close,.mailbox-attachment-close {
	float: right;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: 0.2;
	filter: alpha(opacity=20);
}

.close:hover,.close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

button.close {
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
}

.clearfix:before,.clearfix:after,.content:before,.content:after {
	content: " ";
	display: table;
}

.clearfix:after,.content:after {
	clear: both;
}

.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.pull-right {
	float: right !important;
}

.pull-left {
	float: left !important;
}

.hide {
	display: none !important;
}

.show {
	display: block !important;
}

.invisible {
	visibility: hidden;
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.hidden {
	display: none !important;
}

.affix {
	position: fixed;
}

.mailbox-messages > .table {
	margin: 0;
}

.mailbox-controls {
	padding: 5px;
}

.mailbox-controls.with-border {
	border-bottom: 1px solid #f4f4f4;
}

.mailbox-read-info {
	border-bottom: 1px solid #f4f4f4;
	padding: 10px;
}

.mailbox-read-info h3 {
	font-size: 20px;
	margin: 0;
}

.mailbox-read-info h5 {
	margin: 0;
	padding: 5px 0 0 0;
}

.mailbox-read-time {
	color: #999;
	font-size: 13px;
}

.mailbox-read-message {
	padding: 10px;
}

.mailbox-attachments li {
	float: left;
	width: 200px;
	border: 1px solid #eee;
	margin-bottom: 10px;
	margin-right: 10px;
}

.mailbox-attachment-name {
	font-weight: bold;
	color: #666;
}

.mailbox-attachment-icon,.mailbox-attachment-info,.mailbox-attachment-size {
	display: block;
}

.mailbox-attachment-info {
	padding: 10px;
	background: #f4f4f4;
}

.mailbox-attachment-size {
	color: #999;
	font-size: 12px;
}

.mailbox-attachment-icon {
	text-align: center;
	font-size: 65px;
	color: #666;
	padding: 20px 10px;
}

.mailbox-attachment-icon.has-img {
	padding: 0;
}

.mailbox-attachment-icon.has-img > img {
	max-width: 100%;
	height: auto;
}

.lockscreen {
	background: #d2d6de;
}

.lockscreen-logo {
	font-size: 35px;
	text-align: center;
	margin-bottom: 25px;
	font-weight: 300;
}

.lockscreen-logo a {
	color: #444;
}

.lockscreen-wrapper {
	max-width: 400px;
	margin: 0 auto;
	margin-top: 10%;
}

.lockscreen .lockscreen-name {
	text-align: center;
	font-weight: 600;
}

.lockscreen-item {
	border-radius: 4px;
	padding: 0;
	background: #fff;
	position: relative;
	margin: 10px auto 30px auto;
	width: 290px;
}

.lockscreen-image {
	border-radius: 50%;
	position: absolute;
	left: -10px;
	top: -25px;
	background: #fff;
	padding: 5px;
	z-index: 10;
}

.lockscreen-image > img {
	border-radius: 50%;
	width: 70px;
	height: 70px;
}

.lockscreen-credentials {
	margin-left: 70px;
}

.lockscreen-credentials .form-control {
	border: 0;
}

.lockscreen-credentials .btn {
	background-color: #fff;
	border: 0;
	padding: 0 10px;
}

.lockscreen-footer {
	margin-top: 10px;
}

.login-logo,.register-logo {
	font-size: 35px;
	text-align: center;
	margin-bottom: 25px;
	font-weight: 300;
}

.login-logo a,.register-logo a {
	color: #444;
}

.login-page,.register-page {
	background: #d2d6de;
}

.login-box,.register-box {
	width: 360px;
	margin: 7% auto;
}

@media (max-width:768px) {
	.login-box,.register-box {
		width: 90%;
		margin-top: 20px;
	}
}

.login-box-body,.register-box-body {
	background: #fff;
	padding: 20px;
	border-top: 0;
	color: #666;
}

.login-box-body .form-control-feedback,.register-box-body .form-control-feedback {
	color: #777;
}

.login-box-msg,.register-box-msg {
	margin: 0;
	text-align: center;
	padding: 0 20px 20px 20px;
}

.social-auth-links {
	margin: 10px 0;
}

.error-page {
	width: 600px;
	margin: 20px auto 0 auto;
}

@media (max-width:991px) {
	.error-page {
		width: 100%;
	}
}

.error-page > .headline {
	float: left;
	font-size: 100px;
	font-weight: 300;
}

@media (max-width:991px) {
	.error-page > .headline {
		float: none;
		text-align: center;
	}
}

.error-page > .error-content {
	margin-left: 190px;
	display: block;
}

@media (max-width:991px) {
	.error-page > .error-content {
		margin-left: 0;
	}
}

.error-page > .error-content > h3 {
	font-weight: 300;
	font-size: 25px;
}

@media (max-width:991px) {
	.error-page > .error-content > h3 {
		text-align: center;
	}
}

.invoice {
	position: relative;
	background: #fff;
	border: 1px solid #f4f4f4;
	padding: 20px;
	margin: 10px 25px;
}

.invoice-title {
	margin-top: 0;
}

.profile-user-img {
	margin: 0 auto;
	width: 100px;
	padding: 3px;
	border: 3px solid #d2d6de;
}

.profile-username {
	font-size: 21px;
	margin-top: 5px;
}

.post {
	border-bottom: 1px solid #d2d6de;
	margin-bottom: 15px;
	padding-bottom: 15px;
	color: #666;
}

.post:last-of-type {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.post .user-block {
	margin-bottom: 15px;
}/* * Social Buttons for Bootstrap * * Copyright 2013-2015 Panayiotis Lipiridis * Licensed under the MIT License * * https://github.com/lipis/bootstrap-social */.btn-social {
	position: relative;
	padding-left: 41px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.btn-social > :first-child {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 29px;
	line-height: 31px;
	font-size: 1.6em;
	text-align: center;
	border-right: 1px solid rgba(0,0,0,0.2);
}

.btn-social.btn-lg {
	padding-left: 57px;
}

.btn-social.btn-lg > :first-child {
	line-height: 41px;
	width: 41px;
	font-size: 1.8em;
}

.btn-social.btn-sm {
	padding-left: 36px;
}

.btn-social.btn-sm > :first-child {
	line-height: 26px;
	width: 26px;
	font-size: 1.4em;
}

.btn-social.btn-xs {
	padding-left: 29px;
}

.btn-social.btn-xs > :first-child {
	line-height: 19px;
	width: 19px;
	font-size: 1.2em;
}

.btn-social-icon {
	position: relative;
	padding-left: 41px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 31px;
	width: 31px;
	padding: 0;
}

.btn-social-icon > :first-child {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 29px;
	line-height: 31px;
	font-size: 1.6em;
	text-align: center;
	border-right: 1px solid rgba(0,0,0,0.2);
}

.btn-social-icon.btn-lg {
	padding-left: 57px;
}

.btn-social-icon.btn-lg > :first-child {
	line-height: 41px;
	width: 41px;
	font-size: 1.8em;
}

.btn-social-icon.btn-sm {
	padding-left: 36px;
}

.btn-social-icon.btn-sm > :first-child {
	line-height: 26px;
	width: 26px;
	font-size: 1.4em;
}

.btn-social-icon.btn-xs {
	padding-left: 29px;
}

.btn-social-icon.btn-xs > :first-child {
	line-height: 19px;
	width: 19px;
	font-size: 1.2em;
}

.btn-social-icon > :first-child {
	border: none;
	text-align: center;
	width: 100%;
}

.btn-social-icon.btn-lg {
	height: 41px;
	width: 41px;
	padding-left: 0;
	padding-right: 0;
}

.btn-social-icon.btn-sm {
	height: 28px;
	width: 28px;
	padding-left: 0;
	padding-right: 0;
}

.btn-social-icon.btn-xs {
	height: 21px;
	width: 21px;
	padding-left: 0;
	padding-right: 0;
}



#add-new-event {
	-webkit-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
	transition: all linear 0.3s;
}

.external-event {
	padding: 5px 10px;
	font-weight: bold;
	margin-bottom: 4px;
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	text-shadow: 0 1px 1px rgba(0,0,0,0.1);
	border-radius: 3px;
	cursor: move;
}

.external-event:hover {
	box-shadow: inset 0 0 90px rgba(0,0,0,0.2);
}



.pad {
	padding: 10px;
}

.margin {
	margin: 10px;
}

.margin-bottom {
	margin-bottom: 20px;
}

.margin-bottom-none {
	margin-bottom: 0;
}

.margin-r-5 {
	margin-right: 5px;
}

.inline {
	display: inline;
}

.description-block {
	display: block;
	margin: 10px 0;
	text-align: center;
}

.description-block.margin-bottom {
	margin-bottom: 25px;
}

.description-block > .description-header {
	margin: 0;
	padding: 0;
	font-weight: 600;
	font-size: 16px;
}

.description-block > .description-text {
	text-transform: uppercase;
}

.bg-red,.bg-yellow,.bg-aqua,.bg-blue,.bg-light-blue,.bg-green,.bg-navy,.bg-teal,.bg-olive,.bg-lime,.bg-orange,.bg-fuchsia,.bg-purple,.bg-maroon,.bg-black,.bg-red-active,.bg-yellow-active,.bg-aqua-active,.bg-blue-active,.bg-light-blue-active,.bg-green-active,.bg-navy-active,.bg-teal-active,.bg-olive-active,.bg-lime-active,.bg-orange-active,.bg-fuchsia-active,.bg-purple-active,.bg-maroon-active,.bg-black-active,.callout.callout-danger,.callout.callout-warning,.callout.callout-info,.callout.callout-success,.alert-success,.alert-danger,.alert-error,.alert-warning,.alert-info,.modal-primary .modal-body,.modal-primary .modal-header,.modal-primary .modal-footer,.modal-warning .modal-body,.modal-warning .modal-header,.modal-warning .modal-footer,.modal-info .modal-body,.modal-info .modal-header,.modal-info .modal-footer,.modal-success .modal-body,.modal-success .modal-header,.modal-success .modal-footer,.modal-danger .modal-body,.modal-danger .modal-header,.modal-danger .modal-footer {
	color: #fff !important;
}

.bg-gray {
	color: #000;
	background-color: #d2d6de !important;
}

.bg-gray-light {
	background-color: #f7f7f7;
}

.bg-black {
	background-color: #111 !important;
}

.bg-red,.callout.callout-danger,.alert-danger,.alert-error,.modal-danger .modal-body {
	background-color: #e74c3c !important;
}

.bg-yellow,.callout.callout-warning,.alert-warning,.modal-warning .modal-body {
	background-color: #f39c12 !important;
}

.bg-aqua,.callout.callout-info,.alert-info,.modal-info .modal-body {
	background-color: #3498db !important;
}

.bg-blue {
	background-color: #0073b7 !important;
}

.bg-light-blue,.modal-primary .modal-body {
	background-color: #3c8dbc !important;
}

.bg-green,.callout.callout-success,.alert-success,.modal-success .modal-body {
	background-color: #18bc9c !important;
}

.bg-navy {
	background-color: #001F3F !important;
}

.bg-teal {
	background-color: #39CCCC !important;
}

.bg-olive {
	background-color: #3D9970 !important;
}

.bg-lime {
	background-color: #01FF70 !important;
}

.bg-orange {
	background-color: #FF851B !important;
}

.bg-fuchsia {
	background-color: #F012BE !important;
}

.bg-purple {
	background-color: #605ca8 !important;
}

.bg-maroon {
	background-color: #D81B60 !important;
}

.bg-gray-active {
	color: #000;
	background-color: #b5bbc8 !important;
}

.bg-black-active {
	background-color: #000000 !important;
}

.bg-red-active,.modal-danger .modal-header,.modal-danger .modal-footer {
	background-color: #e43321 !important;
}

.bg-yellow-active,.modal-warning .modal-header,.modal-warning .modal-footer {
	background-color: #db8b0b !important;
}

.bg-aqua-active,.modal-info .modal-header,.modal-info .modal-footer {
	background-color: #2489cc !important;
}

.bg-blue-active {
	background-color: #005384 !important;
}

.bg-light-blue-active,.modal-primary .modal-header,.modal-primary .modal-footer {
	background-color: #357ca5 !important;
}

.bg-green-active,.modal-success .modal-header,.modal-success .modal-footer {
	background-color: #15a589 !important;
}

.bg-navy-active {
	background-color: #001a35 !important;
}

.bg-teal-active {
	background-color: #30bbbb !important;
}

.bg-olive-active {
	background-color: #368763 !important;
}

.bg-lime-active {
	background-color: #00e765 !important;
}

.bg-orange-active {
	background-color: #ff7701 !important;
}

.bg-fuchsia-active {
	background-color: #db0ead !important;
}

.bg-purple-active {
	background-color: #555299 !important;
}

.bg-maroon-active {
	background-color: #ca195a !important;
}[class^="bg-"].disabled {
	opacity: 0.65;
	filter: alpha(opacity=65);
}

.text-red {
	color: #e74c3c !important;
}

.text-yellow {
	color: #f39c12 !important;
}

.text-aqua {
	color: #3498db !important;
}

.text-blue {
	color: #0073b7 !important;
}

.text-black {
	color: #111 !important;
}

.text-light-blue {
	color: #3c8dbc !important;
}

.text-green {
	color: #18bc9c !important;
}

.text-gray {
	color: #d2d6de !important;
}

.text-navy {
	color: #001F3F !important;
}

.text-teal {
	color: #39CCCC !important;
}

.text-olive {
	color: #3D9970 !important;
}

.text-lime {
	color: #01FF70 !important;
}

.text-orange {
	color: #FF851B !important;
}

.text-fuchsia {
	color: #F012BE !important;
}

.text-purple {
	color: #605ca8 !important;
}

.text-maroon {
	color: #D81B60 !important;
}

.link-muted {
	color: #7a869d;
}

.link-muted:hover,.link-muted:focus {
	color: #606c84;
}

.link-black {
	color: #666;
}

.link-black:hover,.link-black:focus {
	color: #999;
}

.hide {
	display: none !important;
}

.no-border {
	border: 0 !important;
}

.no-padding {
	padding: 0 !important;
}

.no-margin {
	margin: 0 !important;
}

.no-shadow {
	box-shadow: none !important;
}

.list-unstyled,.chart-legend,.contacts-list,.users-list,.mailbox-attachments {
	list-style: none;
	margin: 0;
	padding: 0;
}

.list-group-unbordered > .list-group-item {
	border-left: 0;
	border-right: 0;
	border-radius: 0;
	padding-left: 0;
	padding-right: 0;
}

.flat {
	border-radius: 0 !important;
}

.text-bold,.text-bold.table td,.text-bold.table th {
	font-weight: 700;
}

.text-sm {
	font-size: 12px;
}

.jqstooltip {
	padding: 5px !important;
	width: auto !important;
	height: auto !important;
}

.bg-teal-gradient {
	background: #39CCCC !important;
	background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#39CCCC),color-stop(1,#7adddd)) !important;
	background: -ms-linear-gradient(bottom,#39CCCC,#7adddd) !important;
	background: -moz-linear-gradient(center bottom,#39CCCC 0%,#7adddd 100%) !important;
	background: -o-linear-gradient(#7adddd,#39CCCC) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7adddd',endColorstr='#39CCCC',GradientType=0) !important;
	color: #fff;
}

.bg-light-blue-gradient {
	background: #3c8dbc !important;
	background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#3c8dbc),color-stop(1,#67a8ce)) !important;
	background: -ms-linear-gradient(bottom,#3c8dbc,#67a8ce) !important;
	background: -moz-linear-gradient(center bottom,#3c8dbc 0%,#67a8ce 100%) !important;
	background: -o-linear-gradient(#67a8ce,#3c8dbc) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#67a8ce',endColorstr='#3c8dbc',GradientType=0) !important;
	color: #fff;
}

.bg-blue-gradient {
	background: #0073b7 !important;
	background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#0073b7),color-stop(1,#0089db)) !important;
	background: -ms-linear-gradient(bottom,#0073b7,#0089db) !important;
	background: -moz-linear-gradient(center bottom,#0073b7 0%,#0089db 100%) !important;
	background: -o-linear-gradient(#0089db,#0073b7) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0089db',endColorstr='#0073b7',GradientType=0) !important;
	color: #fff;
}

.bg-aqua-gradient {
	background: #3498db !important;
	background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#3498db),color-stop(1,#52a7e0)) !important;
	background: -ms-linear-gradient(bottom,#3498db,#52a7e0) !important;
	background: -moz-linear-gradient(center bottom,#3498db 0%,#52a7e0 100%) !important;
	background: -o-linear-gradient(#52a7e0,#3498db) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#52a7e0',endColorstr='#3498db',GradientType=0) !important;
	color: #fff;
}

.bg-yellow-gradient {
	background: #f39c12 !important;
	background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#f39c12),color-stop(1,#f7bc60)) !important;
	background: -ms-linear-gradient(bottom,#f39c12,#f7bc60) !important;
	background: -moz-linear-gradient(center bottom,#f39c12 0%,#f7bc60 100%) !important;
	background: -o-linear-gradient(#f7bc60,#f39c12) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7bc60',endColorstr='#f39c12',GradientType=0) !important;
	color: #fff;
}

.bg-purple-gradient {
	background: #605ca8 !important;
	background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#605ca8),color-stop(1,#9491c4)) !important;
	background: -ms-linear-gradient(bottom,#605ca8,#9491c4) !important;
	background: -moz-linear-gradient(center bottom,#605ca8 0%,#9491c4 100%) !important;
	background: -o-linear-gradient(#9491c4,#605ca8) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9491c4',endColorstr='#605ca8',GradientType=0) !important;
	color: #fff;
}

.bg-green-gradient {
	background: #18bc9c !important;
	background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#18bc9c),color-stop(1,#1cdcb6)) !important;
	background: -ms-linear-gradient(bottom,#18bc9c,#1cdcb6) !important;
	background: -moz-linear-gradient(center bottom,#18bc9c 0%,#1cdcb6 100%) !important;
	background: -o-linear-gradient(#1cdcb6,#18bc9c) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1cdcb6',endColorstr='#18bc9c',GradientType=0) !important;
	color: #fff;
}

.bg-red-gradient {
	background: #e74c3c !important;
	background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#e74c3c),color-stop(1,#ed7669)) !important;
	background: -ms-linear-gradient(bottom,#e74c3c,#ed7669) !important;
	background: -moz-linear-gradient(center bottom,#e74c3c 0%,#ed7669 100%) !important;
	background: -o-linear-gradient(#ed7669,#e74c3c) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed7669',endColorstr='#e74c3c',GradientType=0) !important;
	color: #fff;
}

.bg-black-gradient {
	background: #111 !important;
	background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#111),color-stop(1,#2b2b2b)) !important;
	background: -ms-linear-gradient(bottom,#111,#2b2b2b) !important;
	background: -moz-linear-gradient(center bottom,#111 0%,#2b2b2b 100%) !important;
	background: -o-linear-gradient(#2b2b2b,#111) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b2b2b',endColorstr='#111',GradientType=0) !important;
	color: #fff;
}

.bg-maroon-gradient {
	background: #D81B60 !important;
	background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#D81B60),color-stop(1,#e73f7c)) !important;
	background: -ms-linear-gradient(bottom,#D81B60,#e73f7c) !important;
	background: -moz-linear-gradient(center bottom,#D81B60 0%,#e73f7c 100%) !important;
	background: -o-linear-gradient(#e73f7c,#D81B60) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e73f7c',endColorstr='#D81B60',GradientType=0) !important;
	color: #fff;
}

.description-block .description-icon {
	font-size: 16px;
}

.no-pad-top {
	padding-top: 0;
}

.position-static {
	position: static !important;
}

.list-header {
	font-size: 15px;
	padding: 10px 4px;
	font-weight: bold;
	color: #666;
}

.list-seperator {
	height: 1px;
	background: #f4f4f4;
	margin: 15px 0 9px 0;
}

.list-link > a {
	padding: 4px;
	color: #777;
}

.list-link > a:hover {
	color: #222;
}

.font-light {
	font-weight: 300;
}

.user-block:before,.user-block:after {
	content: " ";
	display: table;
}

.user-block:after {
	clear: both;
}

.user-block:before,.user-block:after {
	content: " ";
	display: table;
}

.user-block:after {
	clear: both;
}

.user-block img {
	width: 40px;
	height: 40px;
	float: left;
}

.user-block .username,.user-block .description,.user-block .comment {
	display: block;
	margin-left: 50px;
}

.user-block .username {
	font-size: 16px;
	font-weight: 600;
}

.user-block .description {
	color: #999;
	font-size: 13px;
}

.user-block.user-block-sm .username,.user-block.user-block-sm .description,.user-block.user-block-sm .comment {
	margin-left: 40px;
}

.user-block.user-block-sm .username {
	font-size: 14px;
}

.img-sm,.img-md,.img-lg,.box-comments .box-comment img,.user-block.user-block-sm img {
	float: left;
}

.img-sm,.box-comments .box-comment img,.user-block.user-block-sm img {
	width: 30px !important;
	height: 30px !important;
}

.img-sm + .img-push {
	margin-left: 40px;
}

.img-md {
	width: 60px;
	height: 60px;
}

.img-md + .img-push {
	margin-left: 70px;
}

.img-lg {
	width: 100px;
	height: 100px;
}

.img-lg + .img-push {
	margin-left: 110px;
}

.img-bordered {
	border: 3px solid #d2d6de;
	padding: 3px;
}

.img-bordered-sm {
	border: 2px solid #d2d6de;
	padding: 2px;
}

.attachment-block {
	border: 1px solid #f4f4f4;
	padding: 5px;
	margin-bottom: 10px;
	background: #f7f7f7;
}

.attachment-block .attachment-img {
	max-width: 100px;
	max-height: 100px;
	height: auto;
	float: left;
}

.attachment-block .attachment-pushed {
	margin-left: 110px;
}

.attachment-block .attachment-heading {
	margin: 0;
}

.attachment-block .attachment-text {
	color: #555;
}

.connectedSortable {
	min-height: 100px;
}

.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.sort-highlight {
	background: #f4f4f4;
	border: 1px dashed #ddd;
	margin-bottom: 10px;
}

.full-opacity-hover {
	opacity: 0.65;
	filter: alpha(opacity=65);
}

.full-opacity-hover:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.chart {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.chart svg,.chart canvas {
	width: 100% !important;
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-max:before {
	content: "\e623";
}

.icon-restore:before {
	content: "\e624";
}

.icon-min:before {
	content: "\e625";
}

.icon-close:before {
	content: "\e626";
}

.icon-coupon:before {
	content: "\e686";
}

.icon-kefu:before {
	content: "\e6d5";
}

.icon-package:before {
	content: "\e600";
}/*! * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome * License - http://fontawesome.io/license (Font:SIL OFL 1.1,CSS:MIT License) */@font-face {
	
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.fa-lg {
	font-size: 1.33333333em;
	line-height: .75em;
	vertical-align: -15%
}

.fa-2x {
	font-size: 2em
}

.fa-3x {
	font-size: 3em
}

.fa-4x {
	font-size: 4em
}

.fa-5x {
	font-size: 5em
}

.fa-fw {
	width: 1.28571429em;
	text-align: center
}

.fa-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none
}

.fa-ul>li {
	position: relative
}

.fa-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: .14285714em;
	text-align: center
}

.fa-li.fa-lg {
	left: -1.85714286em
}

.fa-border {
	padding: .2em .25em .15em;
	border: solid .08em #eee;
	border-radius: .1em
}

.fa-pull-left {
	float: left
}

.fa-pull-right {
	float: right
}

.fa.fa-pull-left {
	margin-right: .3em
}

.fa.fa-pull-right {
	margin-left: .3em
}

.pull-right {
	float: right
}

.pull-left {
	float: left
}

.fa.pull-left {
	margin-right: .3em
}

.fa.pull-right {
	margin-left: .3em
}

.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear
}

.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg)
}

.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1)";
	-webkit-transform: scale(-1,1);
	-ms-transform: scale(-1,1);
	transform: scale(-1,1)
}

.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1)";
	-webkit-transform: scale(1,-1);
	-ms-transform: scale(1,-1);
	transform: scale(1,-1)
}

:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical {
	filter: none
}

.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle
}

.fa-stack-1x,.fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center
}

.fa-stack-1x {
	line-height: inherit
}

.fa-stack-2x {
	font-size: 2em
}

.fa-inverse {
	color: #fff
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0
}

.sr-only-focusable:active,.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}

.toast-title {
	font-weight: 700
}

.toast-message {
	-ms-word-wrap: break-word;
	word-wrap: break-word
}

.toast-message a,.toast-message label {
	color: #FFF
}

.toast-message a:hover {
	color: #CCC;
	text-decoration: none
}

.toast-close-button {
	position: relative;
	right: -.3em;
	top: -.3em;
	float: right;
	font-size: 20px;
	font-weight: 700;
	color: #FFF;
	-webkit-text-shadow: 0 1px 0 #fff;
	text-shadow: 0 1px 0 #fff;
	opacity: .8;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	filter: alpha(opacity=80);
	line-height: 1
}

.toast-close-button:focus,.toast-close-button:hover {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: .4;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
	filter: alpha(opacity=40)
}

.rtl .toast-close-button {
	left: -.3em;
	float: left;
	right: .3em
}

button.toast-close-button {
	margin-top: 6px;
	padding: 0;
	cursor: pointer;
	background: 0 0;
	border: 0;
	-webkit-appearance: none
}

.toast-top-center {
	top: 0;
	right: 0;
	width: 100%
}

.toast-bottom-center {
	bottom: 0;
	right: 0;
	width: 100%
}

.toast-top-full-width {
	top: 0;
	right: 0;
	width: 100%
}

.toast-bottom-full-width {
	bottom: 0;
	right: 0;
	width: 100%
}

.toast-top-left {
	top: 12px;
	left: 12px
}

.toast-top-right {
	top: 12px;
	right: 12px
}

.toast-bottom-right {
	right: 12px;
	bottom: 12px
}

.toast-bottom-left {
	bottom: 12px;
	left: 12px
}

#toast-container {
	position: fixed;
	z-index: 999999;
	pointer-events: none
}

#toast-container * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

#toast-container>div {
	position: relative;
	pointer-events: auto;
	overflow: hidden;
	margin: 0 0 6px;
	padding: 15px 15px 15px 15px;
	width: 300px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-position: 15px center;
	background-repeat: no-repeat;
	-moz-box-shadow: 0 0 12px #999;
	-webkit-box-shadow: 0 0 12px #999;
	box-shadow: 0 0 12px #999;
	color: #FFF;
	opacity: .8;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	filter: alpha(opacity=80)
}

#toast-container>div.rtl {
	direction: rtl;
	padding: 15px 50px 15px 15px;
	background-position: right 15px center
}

#toast-container>div:hover {
	-moz-box-shadow: 0 0 12px #000;
	-webkit-box-shadow: 0 0 12px #000;
	box-shadow: 0 0 12px #000;
	opacity: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	filter: alpha(opacity=100);
	cursor: pointer
}



#toast-container.toast-bottom-center>div,#toast-container.toast-top-center>div {
	width: 300px;
	margin-left: auto;
	margin-right: auto
}

#toast-container.toast-bottom-full-width>div,#toast-container.toast-top-full-width>div {
	width: 96%;
	margin-left: auto;
	margin-right: auto
}

.toast {
	background-color: #030303
}

.toast-success {
	background-color: #51A351
}

.toast-error {
	background-color: #BD362F
}

.toast-info {
	background-color: #2F96B4
}

.toast-warning {
	background-color: #F89406
}

.toast-progress {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 4px;
	background-color: #000;
	opacity: .4;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
	filter: alpha(opacity=40)
}

@media all and (max-width:240px) {
	#toast-container>div {
		padding: 8px 8px 8px 50px;
		width: 11em
	}

	#toast-container>div.rtl {
		padding: 8px 50px 8px 8px
	}

	#toast-container .toast-close-button {
		right: -.2em;
		top: -.2em
	}

	#toast-container .rtl .toast-close-button {
		left: -.2em;
		right: .2em
	}
}

@media all and (min-width:241px) and (max-width:480px) {
	#toast-container>div {
		padding: 8px 8px 8px 50px;
		width: 18em
	}

	#toast-container>div.rtl {
		padding: 8px 50px 8px 8px
	}

	#toast-container .toast-close-button {
		right: -.2em;
		top: -.2em
	}

	#toast-container .rtl .toast-close-button {
		left: -.2em;
		right: .2em
	}
}


.layui-layer-imgbar,.layui-layer-imgtit a,.layui-layer-tab .layui-layer-title span,.layui-layer-title {
	text-overflow: ellipsis;
	white-space: nowrap
}

html #layuicss-layer {
	display: none;
	position: absolute;
	width: 1989px
}

.layui-layer,.layui-layer-shade {
	position: fixed;
	_position: absolute;
	pointer-events: auto
}

.layui-layer-shade {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	_height: expression(document.body.offsetHeight+"px")
}

.layui-layer {
	-webkit-overflow-scrolling: touch;
	top: 150px;
	left: 0;
	margin: 0;
	padding: 0;
	background-color: #fff;
	-webkit-background-clip: content;
	border-radius: 2px;
	box-shadow: 1px 1px 50px rgba(0,0,0,.3)
}

.layui-layer-close {
	position: absolute
}

.layui-layer-content {
	position: relative
}

.layui-layer-border {
	border: 1px solid #B2B2B2;
	border: 1px solid rgba(0,0,0,.1);
	box-shadow: 1px 1px 5px rgba(0,0,0,.2)
}


.layui-layer-btn a,.layui-layer-dialog .layui-layer-ico,.layui-layer-setwin a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top
}

.layui-layer-move {
	display: none;
	position: fixed;
	*position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	cursor: move;
	opacity: 0;
	filter: alpha(opacity=0);
	background-color: #fff;
	z-index: 2147483647
}

.layui-layer-resize {
	position: absolute;
	width: 15px;
	height: 15px;
	right: 0;
	bottom: 0;
	cursor: se-resize
}

.layer-anim {
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: .3s;
	animation-duration: .3s
}


.layer-anim-00 {
	-webkit-animation-name: layer-bounceIn;
	animation-name: layer-bounceIn
}

.layer-anim-06 {
	-webkit-animation-name: layer-shake;
	animation-name: layer-shake
}

.layui-layer-title {
	padding: 0 80px 0 20px;
	height: 42px;
	line-height: 42px;
	border-bottom: 1px solid #eee;
	font-size: 14px;
	color: #333;
	overflow: hidden;
	background-color: #F8F8F8;
	border-radius: 2px 2px 0 0
}

.layui-layer-setwin {
	position: absolute;
	right: 15px;
	*right: 0;
	top: 15px;
	font-size: 0;
	line-height: initial
}

.layui-layer-setwin a {
	position: relative;
	width: 16px;
	height: 16px;
	margin-left: 10px;
	font-size: 12px;
	_overflow: hidden
}

.layui-layer-setwin .layui-layer-min cite {
	position: absolute;
	width: 14px;
	height: 2px;
	left: 0;
	top: 50%;
	margin-top: -1px;
	background-color: #2E2D3C;
	cursor: pointer;
	_overflow: hidden
}

.layui-layer-setwin .layui-layer-close2 {
	position: absolute;
	right: -28px;
	top: -28px;
	width: 30px;
	height: 30px;
	margin-left: 0;
	background-position: -149px -31px;
	*right: -18px;
	_display: none
}

.layui-layer-setwin .layui-layer-close2:hover {
	background-position: -180px -31px
}

.layui-layer-btn {
	text-align: right;
	padding: 0 15px 12px;
	pointer-events: auto;
	user-select: none;
	-webkit-user-select: none
}

.layui-layer-btn a {
	height: 28px;
	line-height: 28px;
	margin: 5px 5px 0;
	padding: 0 15px;
	border: 1px solid #dedede;
	background-color: #fff;
	color: #333;
	border-radius: 2px;
	font-weight: 400;
	cursor: pointer;
	text-decoration: none
}

.layui-layer-btn a:hover {
	opacity: .9;
	text-decoration: none
}

.layui-layer-btn a:active {
	opacity: .8
}

.layui-layer-btn .layui-layer-btn0 {
	border-color: #1E9FFF;
	background-color: #1E9FFF;
	color: #fff
}

.layui-layer-btn-l {
	text-align: left
}

.layui-layer-btn-c {
	text-align: center
}

.layui-layer-dialog {
	min-width: 260px
}

.layui-layer-dialog .layui-layer-content {
	position: relative;
	padding: 20px;
	line-height: 24px;
	word-break: break-all;
	overflow: hidden;
	font-size: 14px;
	overflow-x: hidden;
	overflow-y: auto
}

.layui-layer-dialog .layui-layer-content .layui-layer-ico {
	position: absolute;
	top: 16px;
	left: 15px;
	_left: -40px;
	width: 30px;
	height: 30px
}

.layui-layer-ico1 {
	background-position: -30px 0
}

.layui-layer-ico2 {
	background-position: -60px 0
}

.layui-layer-ico3 {
	background-position: -90px 0
}

.layui-layer-ico4 {
	background-position: -120px 0
}

.layui-layer-ico5 {
	background-position: -150px 0
}

.layui-layer-ico6 {
	background-position: -180px 0
}

.layui-layer-rim {
	border: 6px solid #8D8D8D;
	border: 6px solid rgba(0,0,0,.3);
	border-radius: 5px;
	box-shadow: none
}

.layui-layer-msg {
	min-width: 180px;
	border: 1px solid #D3D4D3;
	box-shadow: none
}

.layui-layer-hui {
	min-width: 100px;
	background-color: #000;
	filter: alpha(opacity=60);
	background-color: rgba(0,0,0,.6);
	color: #fff;
	border: none
}

.layui-layer-hui .layui-layer-content {
	padding: 12px 25px;
	text-align: center
}

.layui-layer-dialog .layui-layer-padding {
	padding: 20px 20px 20px 55px;
	text-align: left
}

.layui-layer-page .layui-layer-content {
	position: relative;
	overflow: auto
}

.layui-layer-iframe .layui-layer-btn,.layui-layer-page .layui-layer-btn {
	padding-top: 10px
}

.layui-layer-nobg {
	background: 0 0
}

.layui-layer-iframe iframe {
	display: block;
	width: 100%
}

.layui-layer-loading {
	border-radius: 100%;
	background: 0 0;
	box-shadow: none;
	border: none
}



.layui-layer-tips {
	background: 0 0;
	box-shadow: none;
	border: none
}

.layui-layer-tips .layui-layer-content {
	position: relative;
	line-height: 22px;
	min-width: 12px;
	padding: 8px 15px;
	font-size: 12px;
	_float: left;
	border-radius: 2px;
	box-shadow: 1px 1px 3px rgba(0,0,0,.2);
	background-color: #000;
	color: #fff
}

.layui-layer-tips .layui-layer-close {
	right: -2px;
	top: -1px
}

.layui-layer-tips i.layui-layer-TipsG {
	position: absolute;
	width: 0;
	height: 0;
	border-width: 8px;
	border-color: transparent;
	border-style: dashed;
	*overflow: hidden
}

.layui-layer-tips i.layui-layer-TipsB,.layui-layer-tips i.layui-layer-TipsT {
	left: 5px;
	border-right-style: solid;
	border-right-color: #000
}

.layui-layer-tips i.layui-layer-TipsT {
	bottom: -8px
}

.layui-layer-tips i.layui-layer-TipsB {
	top: -8px
}

.layui-layer-tips i.layui-layer-TipsL,.layui-layer-tips i.layui-layer-TipsR {
	top: 5px;
	border-bottom-style: solid;
	border-bottom-color: #000
}

.layui-layer-tips i.layui-layer-TipsR {
	left: -8px
}

.layui-layer-tips i.layui-layer-TipsL {
	right: -8px
}

.layui-layer-lan[type=dialog] {
	min-width: 280px
}

.layui-layer-lan .layui-layer-title {
	background: #4476A7;
	color: #fff;
	border: none
}

.layui-layer-lan .layui-layer-btn {
	padding: 5px 10px 10px;
	text-align: right;
	border-top: 1px solid #E9E7E7
}

.layui-layer-lan .layui-layer-btn a {
	background: #fff;
	border-color: #E9E7E7;
	color: #333
}

.layui-layer-lan .layui-layer-btn .layui-layer-btn1 {
	background: #C9C5C5
}

.layui-layer-molv .layui-layer-title {
	background: #009f95;
	color: #fff;
	border: none
}

.layui-layer-molv .layui-layer-btn a {
	background: #009f95;
	border-color: #009f95
}

.layui-layer-molv .layui-layer-btn .layui-layer-btn1 {
	background: #92B8B1
}

.layui-layer-iconext {
	background: url(../libs/fastadmin-layer/dist/theme/default/icon-ext.png) no-repeat
}

.layui-layer-prompt .layui-layer-input {
	display: block;
	width: 230px;
	height: 36px;
	margin: 0 auto;
	line-height: 30px;
	padding-left: 10px;
	border: 1px solid #e6e6e6;
	color: #333
}

.layui-layer-prompt textarea.layui-layer-input {
	width: 300px;
	height: 100px;
	line-height: 20px;
	padding: 6px 10px
}

.layui-layer-prompt .layui-layer-content {
	padding: 20px
}

.layui-layer-prompt .layui-layer-btn {
	padding-top: 0
}

.layui-layer-tab {
	box-shadow: 1px 1px 50px rgba(0,0,0,.4)
}

.layui-layer-tab .layui-layer-title {
	padding-left: 0;
	overflow: visible
}

.layui-layer-tab .layui-layer-title span {
	position: relative;
	float: left;
	min-width: 80px;
	max-width: 260px;
	padding: 0 20px;
	text-align: center;
	overflow: hidden;
	cursor: pointer
}

.layui-layer-tab .layui-layer-title span.layui-this {
	height: 43px;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	background-color: #fff;
	z-index: 10
}

.layui-layer-tab .layui-layer-title span:first-child {
	border-left: none
}

.layui-layer-tabmain {
	line-height: 24px;
	clear: both
}

.layui-layer-tabmain .layui-layer-tabli {
	display: none
}

.layui-layer-tabmain .layui-layer-tabli.layui-this {
	display: block
}

.layui-layer-photos {
	-webkit-animation-duration: .8s;
	animation-duration: .8s
}

.layui-layer-photos .layui-layer-content {
	overflow: hidden;
	text-align: center
}

.layui-layer-photos .layui-layer-phimg img {
	position: relative;
	width: 100%;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top
}

.layui-layer-imgbar,.layui-layer-imguide {
	display: none
}

.layui-layer-imgnext,.layui-layer-imgprev {
	position: absolute;
	top: 50%;
	width: 27px;
	_width: 44px;
	height: 44px;
	margin-top: -22px;
	outline: 0;
	blr: expression(this.onFocus=this.blur())
}

.layui-layer-imgprev {
	left: 10px;
	background-position: -5px -5px;
	_background-position: -70px -5px
}

.layui-layer-imgprev:hover {
	background-position: -33px -5px;
	_background-position: -120px -5px
}

.layui-layer-imgnext {
	right: 10px;
	_right: 8px;
	background-position: -5px -50px;
	_background-position: -70px -50px
}

.layui-layer-imgnext:hover {
	background-position: -33px -50px;
	_background-position: -120px -50px
}

.layui-layer-imgbar {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 32px;
	line-height: 32px;
	background-color: rgba(0,0,0,.8);
	background-color: #000\9;
	filter: Alpha(opacity=80);
	color: #fff;
	overflow: hidden;
	font-size: 0
}

.layui-layer-imgtit * {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	font-size: 12px
}


.daterangepicker select.monthselect,.daterangepicker select.yearselect {
	font-size: 12px;
	padding: 1px;
	height: auto;
	margin: 0;
	cursor: default;
}

.daterangepicker select.monthselect {
	margin-right: 2%;
	width: 56%;
}

.daterangepicker select.yearselect {
	width: 40%;
}

.daterangepicker select.hourselect,.daterangepicker select.minuteselect,.daterangepicker select.secondselect,.daterangepicker select.ampmselect {
	width: 50px;
	margin-bottom: 0;
}

.daterangepicker .input-mini {
	border: 1px solid #ccc;
	border-radius: 4px;
	color: #555;
	height: 30px;
	line-height: 30px;
	display: block;
	vertical-align: middle;
	margin: 0 0 5px 0;
	padding: 0 6px 0 28px;
	width: 100%;
}

.daterangepicker .input-mini.active {
	border: 1px solid #08c;
	border-radius: 4px;
}

.daterangepicker .daterangepicker_input {
	position: relative;
}

.daterangepicker .daterangepicker_input i {
	position: absolute;
	left: 8px;
	top: 8px;
}

.daterangepicker.rtl .input-mini {
	padding-right: 28px;
	padding-left: 6px;
}

.daterangepicker.rtl .daterangepicker_input i {
	left: auto;
	right: 8px;
}

.daterangepicker .calendar-time {
	text-align: center;
	margin: 5px auto;
	line-height: 30px;
	position: relative;
	padding-left: 28px;
}

.daterangepicker .calendar-time select.disabled {
	color: #ccc;
	cursor: not-allowed;
}

.ranges {
	font-size: 11px;
	float: none;
	margin: 4px;
	text-align: left;
}

.ranges ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

.ranges li {
	font-size: 13px;
	background-color: #f5f5f5;
	border: 1px solid #f5f5f5;
	border-radius: 4px;
	color: #08c;
	padding: 3px 12px;
	margin-bottom: 8px;
	cursor: pointer;
}

.ranges li:hover {
	background-color: #08c;
	border: 1px solid #08c;
	color: #fff;
}

.ranges li.active {
	background-color: #08c;
	border: 1px solid #08c;
	color: #fff;
}




.n-inline-block,.nice-validator input,.nice-validator select,.nice-validator textarea,.nice-validator [contenteditable],.msg-wrap,.n-icon,.n-msg {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.nice-validator .msg-container .msg-box {
	display: block;
}

.nice-validator .msg-container .msg-wrap {
	position: static;
}

.msg-box {
	position: relative;
	*zoom: 1;
}

.msg-wrap {
	position: relative;
	white-space: nowrap;
	line-height: 16px;
	font-size: 12px;
}

.msg-wrap,.n-icon,.n-msg {
	vertical-align: top;
}

.msg-box .msg-wrap .n-error,.msg-box .msg-wrap .n-ok,.msg-box .msg-wrap .n-tip {
	display: block;
	background: none;
	box-shadow: none;
	padding: 3px 2px;
}

.n-arrow {
	position: absolute;
	overflow: hidden;
}

.n-arrow b,.n-arrow i {
	position: absolute;
	left: 0;
	top: 0;
	border: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	font-weight: 400;
	font-style: normal;
	font-size: 12px;
	font-family: serif;
	line-height: 14px;
	_line-height: 15px;
}


.

html,body {
	height: 100%;
}

body {
	padding-top: 50px;
	background: #f4f6f8;
}



.carousel .item .pro-con a.btn-primary {
	width: 190px;
	height: 60px;
	line-height: 46px;
	text-align: center;
	font-size: 24px;
	border-radius: 62px;
	background: #34d298;
}

.carousel .item .pro-con a.btn-primary:hover {
	background: #5edbad;
}

.carousel-indicators {
	bottom: 30px !important;
	font-size: 0;
}

.carousel-indicators li {
	width: 14px;
	height: 14px;
	margin-right: 15px !important;
	border-radius: 100%;
	border: 1px solid rgba(0,0,0,0.15);
	vertical-align: middle;
}

.carousel-indicators li:last-child {
	margin-right: 0;
}

.carousel-indicators li:hover {
	background: rgba(89,207,255,0.3);
	border-color: rgba(43,137,189,0.3);
}

.carousel-indicators .active,.carousel-indicators .active:hover {
	width: 14px;
	height: 14px;
	background: #34d298;
	border-color: transparent;
}

.addon-section {
	padding: 30px 0;
}

.feature-section {
	position: relative;
	background-color: #46c37b;
	padding: 30px 0;
	color: #fff;
}

.feature-section .text-line h2 {
	color: #fff;
}

.feature-section h3 {
	margin-bottom: 20px;
}

.feature-section img {
	margin: 0 auto 30px auto;
}

.feature-section p.lead {
	font-size: 16px;
}

.feature-section .text-line h5 {
	color: #fff;
}

.feature-section .text-line .subtitle {
	color: #fff;
}



.partner-section {
	padding-bottom: 30px;
}

.partner-section .partner-list {
	margin-bottom: 15px;
}

.partner-section .partner-list > div {
	text-align: center;
}

.partner-section .partner-list .img-responsive {
	max-width: 225px;
	padding: 0 20px;
	width: 100%;
}

.partner-section .partner-list a {
	display: inline-block;
	background: #fff;
	border-radius: 2px;
}

.partner-section .partner-list a:hover {
	border-color: #ddd;
}

.layui-layer-content {
	clear: both;
}

.layui-layer-fast .layui-layer-content > table.table {
	margin-bottom: 0;
}

.layui-layer-fast-msg {
	min-width: 100px;
	border-radius: 2px;
	background-color: rgba(0,0,0,0.6);
	color: #fff;
}

.layui-layer-fast-msg .layui-layer-content {
	padding: 12px 25px;
	text-align: center;
}

#header-navbar li.dropdown ul.dropdown-menu {
	min-width: 94px;
}

.panel-col {
	min-height: 400px;
}

.panel-default {
	padding: 0 15px;
	border: none;
}

.panel-default > .panel-heading {
	position: relative;
	font-size: 16px;
	padding: 15px 0;
	background: #fff;
	border-bottom: 1px solid #f5f5f5;
}

.panel-default > .panel-heading .panel-title {
	color: #313131;
}

.panel-default > .panel-heading .panel-title > i {
	display: none;
}

.panel-default > .panel-heading .more {
	position: absolute;
	top: 13px;
	right: 0;
	display: block;
	color: #919191;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.panel-default > .panel-heading .more:hover {
	color: #616161;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.panel-default > .panel-heading .panel-bar {
	position: absolute;
	top: 7px;
	right: 0;
	display: block;
}




.panel-gray > .panel-body {
	color: #919191;
	background: #fff;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.panel-page {
	padding: 35px 40px 40px;
	min-height: 500px;
}

.panel-page .panel-heading {
	background: transparent;
	border-bottom: none;
	margin: 0 0 30px 0;
	padding: 0;
}

.panel-page .panel-heading h2 {
	font-size: 25px;
	margin-top: 0;
}

.nav-pills > li {
	margin-right: 5px;
}

.nav-pills > li > a {
	padding: 10px 15px;
	color: #616161;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.nav-pills > li > a:hover {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background-color: #fff;
	border-radius: 3px;
}

.nav-pills > li.active > a {
	border: none;
	color: #fff;
	background: #46c37b;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border-radius: 3px;
}

.nav-pills.nav-pills-sm > li > a {
	font-size: 12px;
	line-height: 1.5;
	padding: 4px 13px;
}

.form-layer {
	height: 100%;
	min-height: 150px;
	min-width: 300px;
}

.form-layer .form-body {
	width: 100%;
	overflow: auto;
	top: 0;
	position: absolute;
	z-index: 10;
	bottom: 50px;
	padding: 15px;
}

.form-layer .form-footer {
	height: 50px;
	line-height: 50px;
	background-color: #ecf0f1;
	width: 100%;
	position: absolute;
	z-index: 200;
	bottom: 0;
	margin: 0;
}

.form-layer .form-footer .form-group {
	margin-left: 0;
	margin-right: 0;
}

.addon-filter {
	position: relative;
	min-height: 48px;
	margin: 0 0 10px 0;
	padding-right: 150px;
}

.addon-filter .nav-pills > li {
	margin: 0 30px 10px 0;
}

.addon-filter .addon-post {
	position: absolute;
	right: 0;
	top: 0;
}

.addon-filter .addon-post .btn-circle {
	margin-left: 10px;
}



.addon-list .addon-item {
	position: relative;
	z-index: 1;
	margin-bottom: 30px;
	-webkit-border-radius: 3px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 3px;
	-moz-background-clip: padding;
	border-radius: 3px;
	background-clip: padding-box;
	background-color: #fff;
}

.addon-list .addon-item .addon-img {
	position: relative;
	overflow: hidden;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.addon-list .addon-item .addon-img .img-responsive {
	width: 100%;
}

.addon-list .addon-item .title {
	margin-top: 10px;
	padding: 0 10px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
	line-height: 20px;
}

.addon-list .addon-item .title a {
	color: #444;
	font-size: 14px;
}

.tags {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 999;
	width: 68px;
	height: 68px;
	overflow: hidden;
	background: url("../img/tags_corner.png") no-repeat 0 0;
}

.tags.tags-free {
	background-position: 0 0;
}

.tags.tags-hot {
	background-position: 0 -68px;
}

.tags.tags-recommend {
	background-position: 0 -68px;
}

.tags.tags-new {
	background-position: 0 -136px;
}

.tags.tags-buy1get1free {
	background-position: 0 -204px;
}

.tags.tags-recommend {
	background-position: 0 -272px;
}

.tags.tags-unbuy {
	background-position: 0 -340px;
}



.metas {
	position: relative;
	padding: 10px;
	color: #c1c1c1;
}

.metas i {
	margin-right: 5px;
}

.metas .addon-price {
	float: right;
}

.metas .price {
	color: #e83d2c;
	font-size: 14px;
	margin-right: 0;
}

.metas .free {
	color: #238312;
}

.metas .addon-download {
	margin-left: 10px;
}



.text-line {
	position: relative;
	padding: 30px 0;
	text-align: center;
}

.text-line.small {
	padding: 10px 0;
}

.text-line.small h2 {
	font-size: 14px;
}

.text-line.small h2 > span {
	padding: 0 20px;
}

.text-line h2 {
	position: relative;
	margin-bottom: 20px;
	font-size: 32px;
	z-index: 1;
	color: #313131;
}

.text-line h2 > i {
	padding-left: 20px;
	background: #fff;
}

.text-line h2 > span {
	padding: 0 40px;
}

.text-line .subtitle {
	font-size: 16px;
	color: #919191;
}






.login-section {
	margin: 50px auto;
	width: 460px;
	-webkit-border-radius: 0;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 0;
	-moz-background-clip: padding;
	border-radius: 0;
	background-clip: padding-box;
}

.login-section.login-section-weixin {
	min-height: 315px;
}

.login-section .logon-tab {
	margin: -15px -15px 0 -15px;
}

.login-section .logon-tab > a {
	display: block;
	padding: 20px;
	float: left;
	width: 50%;
	font-size: 16px;
	text-align: center;
	color: #616161;
	background-color: #fafafa;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.login-section .logon-tab > a:hover {
	background-color: #f4f4f4;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.login-section .logon-tab > a.active {
	background-color: #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.login-section .login-main {
	padding: 40px 45px 20px 45px;
}

.login-section .control-label {
	font-size: 13px;
}

.login-section .n-bootstrap .form-group {
	position: relative;
}

.login-section .n-bootstrap .input-group {
	position: inherit;
}

.login-section .n-bootstrap .n-right {
	margin-top: 0;
	top: 0;
	position: absolute;
	left: 0;
	text-align: right;
	width: 100%;
}

.login-section .n-bootstrap .n-right .msg-wrap {
	position: relative;
}

main.content {
	margin: 0;
	padding: 0;
	min-height: calc(100vh - 355px);
}

#content-container {
	padding-top: 70px;
	padding-bottom: 50px;
}

.sidenav {
	padding: 20px 0 10px 0;
	margin-bottom: 20px;
	background-color: #fff;
	-webkit-border-radius: 4px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 4px;
	-moz-background-clip: padding;
	border-radius: 4px;
	background-clip: padding-box;
}

.sidenav .list-group:last-child {
	margin-bottom: 0;
}

.sidenav .list-group .list-group-heading {
	list-style-type: none;
	color: #919191;
	margin-bottom: 10px;
	margin-left: 35px;
	font-size: 14px;
}

.sidenav .list-group .list-group-item {
	-webkit-border-radius: 0;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 0;
	-moz-background-clip: padding;
	border-radius: 0;
	background-clip: padding-box;
	border: none;
	padding: 0;
	border-left: 2px solid transparent;
}

.sidenav .list-group .list-group-item:last-child,.sidenav .list-group .list-group-item:first-child {
	-webkit-border-radius: 0;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 0;
	-moz-background-clip: padding;
	border-radius: 0;
	background-clip: padding-box;
}

.sidenav .list-group .list-group-item:hover {
	background-color: #f5f5f5;
}

.sidenav .list-group .list-group-item > a {
	display: block;
	color: #616161;
	padding: 10px 15px 10px 35px;
}

.sidenav .list-group .list-group-item.active {
	border-left: 2px solid #4383fa;
	background: none;
}

.sidenav .list-group .list-group-item.active > a {
	color: #4383fa;
	font-weight: 500;
}

.demo-img-wrap {
	position: relative;
	overflow: hidden;
}

.demo-img-wrap .mask {
	position: absolute;
	top: 0;
	bottom: 8.5px;
	right: 0;
	left: 0;
	text-align: center;
	background-color: rgba(0,0,0,0.7);
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.demo-img-wrap .mask .btn {
	margin-top: 80%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.demo-img-wrap:hover .mask {
	opacity: 1;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.demo-img-wrap:hover .mask .btn {
	margin-top: 25%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.forum-section ul li a {
	font-size: 13px;
}

.nav li .avatar-text,.nav li .avatar-img {
	height: 30px;
	width: 30px;
	line-height: 30px;
	font-size: 14px;
}

.nav li .avatar-img {
	font-size: 0;
}

.nav li .avatar-img img {
	border-radius: 30px;
	width: 30px;
	height: 30px;
}

.avatar-text,.avatar-img {
	display: inline-block;
	box-sizing: content-box;
	color: #fff;
	text-align: center;
	vertical-align: top;
	background-color: #e8ecf3;
	font-weight: normal;
	width: 48px;
	height: 48px;
	border-radius: 48px;
	font-size: 24px;
	line-height: 48px;
}

.avatar-img {
	font-size: 0;
}



.index-discussionlist ul li p {
	margin-bottom: 11.5px;
}

.index-userlist .panel-body {
	height: 415px;
}

.index-userlist .media {
	height: 64px;
	overflow: hidden;
}

.index-userlist h4 {
	margin-top: 10px;
	font-size: 14px;
	word-break: break-all;
}


.rating-star.checked ~ .rating-star:after,.rating-star.checked:after {
	content: '\f005';
}

.rating.vote .rating:hover .rating-star:after {
	content: '\f006';
}

.rating.vote .rating-star:hover ~ .rating-star:after,.rating.vote .rating-star:hover:after {
	content: '\f005' !important;
}

.pager .pagination {
	margin: 0;
}

.pager li {
	margin: 0 .4em;
	display: inline-block;
}

.pager li:first-child > a,.pager li:last-child > a,.pager li:first-child > span,.pager li:last-child > span {
	padding: .5em 1.2em;
}

.pager li > a,.pager li > span {
	background: #fff;
	border: 1px solid #e6e6e6;
	border-radius: 0.25em;
	padding: .5em .93em;
	font-size: 14px;
}

.nicevalidator-small .controls {
	position: relative;
}

.nicevalidator-small .n-right {
	margin-top: 0;
	top: -20px;
	position: absolute;
	left: 0;
	text-align: right;
	width: 100%;
}

.nicevalidator-small .n-right .msg-wrap {
	position: relative;
}

.nicevalidator-small .col-xs-12 > .n-right .msg-wrap {
	margin-right: 15px;
}

.floatbar {
	position: fixed;
	right: 8px;
	top: 100%;
	margin-top: -275px;
	z-index: 100;
}

.floatbar-item {
	position: relative;
}

.floatbar-item:hover .floatbar-btn i {
	display: none;
}

.floatbar-item:hover .floatbar-btn p {
	display: block;
}

.floatbar-item:hover .floatbar-box {
	display: block;
}

.floatbar-btn {
	width: 48px;
	height: 48px;
	border: 1px solid #eee;
	text-align: center;
	display: block;
	margin-bottom: 6px;
	position: relative;
	background-color: #fff;
	color: #848484;
}

.floatbar-btn i {
	font-size: 24px;
	line-height: 48px;
	display: block;
}

.floatbar-btn p {
	color: #ff6800;
	font-size: 14px;
	line-height: 18px;
	padding-top: 5px;
	display: none;
}

.floatbar-box {
	position: absolute;
	top: 0px;
	right: 48px;
	padding-right: 25px;
	display: none;
}

.floatbar-box .floatbar-container {
	border-top: 4px solid #ff6800;
	padding: 20px;
	background-color: #fff;
	-webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.08);
	-moz-box-shadow: 0 2px 8px rgba(0,0,0,0.08);
	box-shadow: 0 2px 8px rgba(0,0,0,0.08);
	position: relative;
}

.floatbar-box .floatbar-container .arrow,.floatbar-box .floatbar-container .arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border: solid transparent;
}

.floatbar-box .floatbar-container .arrow {
	border-width: 9px;
	top: 25px;
	right: -9px;
	margin-top: -9px;
	border-right-width: 0;
	border-left-color: #999999;
	border-left-color: #eee;
}

.floatbar-box .floatbar-container .arrow:after {
	border-width: 9px;
	right: 1px;
	bottom: -9px;
	content: " ";
	border-right-width: 0;
	border-left-color: #fff;
}






