/**
 * Admui-iframe v1.0.0 (http://www.admui.com/)
 * Copyright 2015-2017 Admui Team
 * Licensed under the Admui License 1.0 (http://www.admui.com/about/#license)
 */
* {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
*:before, *:after {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
html {
	font-size: 10px;

	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
	font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma, Arial, "Hiragino Sans GB", "WenQuanYi Micro Hei", sans-serif;
	font-size: 14px;
	line-height: 1.6;
	/* color: #76838f; */
	color: #001E40;
	background-color: #fff;
}
input, button, select, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
a {
	color: #62a8ea;
	text-decoration: none;
}
a:hover, a:focus {
	color: #89bceb;
	text-decoration: underline;
}
a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline: none;
	outline-offset: -2px;
}
figure {
	margin: 0;
}
img {
	vertical-align: middle;
}


.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;
}
[role="button"] {
	cursor: pointer;
}
input, button, select, textarea {
	font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma, Arial, "Hiragino Sans GB", "WenQuanYi Micro Hei", sans-serif;
}

html {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
input, textarea, keygen, select, button {
	outline: none;

	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale !important;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-weight: 500;
}
h1 .icon:first-child, h2 .icon:first-child, h3 .icon:first-child, h4 .icon:first-child, h5 .icon:first-child, h6 .icon:first-child, .h1 .icon:first-child, .h2 .icon:first-child, .h3 .icon:first-child, .h4 .icon:first-child, .h5 .icon:first-child, .h6 .icon:first-child {
	margin-right: .5em;
}
mark, .mark {
	padding: 1px 3px;
	color: #fff;
	border-radius: 2px;
}
.drop-cap {
	float: left;
	padding: 5px;
	margin-right: 5px;
	font-family: Georgia;
	font-size: 60px;
	line-height: 50px;
	color: #263238;
}
.drop-cap-reversed {
	color: #fff;
	background-color: #263238;
}
.list-icons {
	padding-left: 10px;
	margin-left: 0;
	list-style: none;
}
.list-icons > li {
	margin-top: 6px;
}
.list-icons > li:first-child {
	margin-top: 0;
}
.list-icons > li i {
	float: left;
	width: 1em;
	margin: 0 6px 0 0;
}
.text-primary {
	color: #62a8ea;
}
a.text-primary:hover, a.text-primary:focus {
	color: #358fe4;
}
.text-success {
	color: #46be8a;
}
a.text-success:hover, a.text-success:focus {
	color: #369b6f;
}
.text-info {
	color: #57c7d4;
}
a.text-info:hover, a.text-info:focus {
	color: #33b6c5;
}
.text-warning {
	color: #f2a654;
}
a.text-warning:hover, a.text-warning:focus {
	color: #ee8d25;
}
.text-danger {
	color: #f96868;
}
a.text-danger:hover, a.text-danger:focus {
	color: #f73737;
}
blockquote {
	font-size: 14px;
	color: #526069;
	border-left-width: 4px;
}
blockquote p {
	margin-bottom: 0;
}
blockquote footer, blockquote small, blockquote .small {
	font-size: 12px;
}
.blockquote-reverse {
	border-right-width: 4px;
}
.blockquote {
	padding: 10px 15px;
	border-left-width: 4px;
	border-radius: 3px;
}
.blockquote.blockquote-reverse {
	border-right-width: 4px;
}
.blockquote-success {
	background-color: rgba(70, 190, 138, .1);
	border-color: #46be8a;
}
.blockquote-info {
	background-color: rgba(87, 199, 212, .1);
	border-color: #57c7d4;
}
.blockquote-warning {
	background-color: rgba(242, 166, 84, .1);
	border-color: #f2a654;
}
.blockquote-danger {
	background-color: rgba(249, 104, 104, .1);
	border-color: #f96868;
}
code {
	padding: 1px 2px;
	border: 1px solid #bcd8f1;
}
pre code {
	border: none;
}
.container {
	max-width: 100%;
}
@media (min-width: 1600px) {
	.container {
		width: 1304px;
	}
}

.form-control {
	-webkit-appearance: none;
	-webkit-box-shadow: none;
	        box-shadow: none;
	-webkit-transition: border .25s linear, color .25s linear, background-color .25s linear, -webkit-box-shadow .25s linear;
	     -o-transition: box-shadow .25s linear, border .25s linear, color .25s linear, background-color .25s linear;
	        transition: border .25s linear, color .25s linear, background-color .25s linear, -webkit-box-shadow .25s linear;
	        transition: box-shadow .25s linear, border .25s linear, color .25s linear, background-color .25s linear;
	        transition: box-shadow .25s linear, border .25s linear, color .25s linear, background-color .25s linear, -webkit-box-shadow .25s linear;

	   -moz-appearance: none;
}
select.form-control {
	padding-right: 30px;
	background: #fff url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAFCAYAAABB9hwOAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpiNWZkMzNlMC0zNTcxLTI4NDgtYjA3NC01ZTRhN2RjMWVmNjEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RTUxRUI3MDdEQjk4MTFFNUI1NDA5QTcyNTlFQzRERTYiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RTUxRUI3MDZEQjk4MTFFNUI1NDA5QTcyNTlFQzRERTYiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ZWNiNjQzMjYtNDc1Yi01OTQxLWIxYjItNDVkZjU5YjZlODA2IiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6N2RlYzI2YWMtZGI5OC0xMWU1LWIwMjgtY2ZhNDhhOGNjNWY1Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+AXTIGgAAAFRJREFUeNpidI1KSWFgYDBlwASngXjOrqWzGcgBTEC8DIjfo4m/h4qTDUAGfwPi+UD8Hyr2H8r/RqnBIHATiPdC2XuhfIoACxJ7PRDzQmmKAUCAAQDxOxHyb4DjOAAAAABJRU5ErkJggg==") no-repeat center right;
}
select[multiple].form-control {
	padding-right: 12px;
	background: #fff;
}
.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: #46be8a;
}
.has-success .form-control {
	border-color: #46be8a;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus {
	border-color: #369b6f;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #91d9ba;
	        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #91d9ba;
}
.has-success .input-group-addon {
	color: #46be8a;
	background-color: #fff;
	border-color: #46be8a;
}
.has-success .form-control-feedback {
	color: #46be8a;
}
.has-success .form-control {
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
	        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.has-success .form-control:focus {
	border-color: #46be8a;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(70, 190, 138, .6);
	        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(70, 190, 138, .6);
}
.has-success .form-control.focus, .has-success .form-control:focus {
	border-color: #46be8a;
	-webkit-box-shadow: none;
	        box-shadow: none;
}
.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: #f2a654;
}
.has-warning .form-control {
	border-color: #f2a654;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .form-control:focus {
	border-color: #ee8d25;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #f9d7b3;
	        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #f9d7b3;
}
.has-warning .input-group-addon {
	color: #f2a654;
	background-color: #fff;
	border-color: #f2a654;
}
.has-warning .form-control-feedback {
	color: #f2a654;
}
.has-warning .form-control {
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
	        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.has-warning .form-control:focus {
	border-color: #f2a654;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(242, 166, 84, .6);
	        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(242, 166, 84, .6);
}
.has-warning .form-control.focus, .has-warning .form-control:focus {
	border-color: #f2a654;
	-webkit-box-shadow: none;
	        box-shadow: none;
}
.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: #f96868;
}
.has-error .form-control {
	border-color: #f96868;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
	border-color: #f73737;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #fdcaca;
	        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #fdcaca;
}
.has-error .input-group-addon {
	color: #f96868;
	background-color: #fff;
	border-color: #f96868;
}
.has-error .form-control-feedback {
	color: #f96868;
}
.has-error .form-control {
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
	        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.has-error .form-control:focus {
	border-color: #f96868;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(249, 104, 104, .6);
	        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(249, 104, 104, .6);
}
.has-error .form-control.focus, .has-error .form-control:focus {
	border-color: #f96868;
	-webkit-box-shadow: none;
	        box-shadow: none;
}
.form-group:last-child {
	margin-bottom: 0;
}
.form-group.has-feedback.no-label .form-control-feedback {
	top: 0;
}
.form-group.has-feedback.left-feedback .form-control-feedback {
	right: auto;
	left: 0;
}
.form-group.has-feedback.left-feedback .form-control {
	padding-right: 13px;
	padding-left: 50px;
}
.form-group .required {
	color: #d6494b;
}
.form-control.square {
	border-radius: 0;
}
.form-control.round {
	border-radius: 200px;
}
textarea.form-control.no-resize {
	resize: none;
}
.input-group-file input[type="text"] {
	background-color: #fff;
}
.input-group-file .btn-file {
	position: relative;
	overflow: hidden;
}
.input-group-file .btn-file.btn-outline {
	border: 1px solid #e4eaec;
	border-left: none;
}
.input-group-file .btn-file.btn-outline:hover {
	border-left: none;
}
.input-group-file .btn-file > .icon {
	margin: 0 3px;
}
.input-group-file .btn-file input[type="file"] {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	min-width: 100%;
	min-height: 100%;
	text-align: left;
	cursor: pointer;
	opacity: 0;
}
.help-block {
	margin-top: 7px;
	margin-bottom: 8px;
}
.help-block > .icon {
	margin: 0 5px;
}
label {
	font-weight: 400;
}


/*@btn-floating-xs-padding:10px;*/
/*@btn-floating-sm-padding:3px;*/
/*@btn-floating-lg-padding:15px;*/
.btn {
	padding: 4px 12px;
	font-size: 14px;
	line-height: 1.6;
	border-radius: 3px;
	-webkit-transition: border .2s linear, color .2s linear, width .2s linear, background-color .2s linear;
	     -o-transition: border .2s linear, color .2s linear, width .2s linear, background-color .2s linear;
	        transition: border .2s linear, color .2s linear, width .2s linear, background-color .2s linear;
}
.btn:focus, .btn:active:focus, .btn.active:focus {
	outline: 0;
}
.btn:active, .btn.active {
	-webkit-box-shadow: none;
	        box-shadow: none;
}
.btn .icon {
	width: 1em;
	margin: 0 3px;
	line-height: inherit;
	text-align: center;
}
.btn-block {
	white-space: normal;
}
.btn-outline.btn-default {
	color: #76838f;
	background-color: transparent;
}
.btn-outline.btn-default:hover, .btn-outline.btn-default:focus, .btn-outline.btn-default:active, .btn-outline.btn-default.active, .open > .dropdown-toggle.btn-outline.btn-default {
	color: #76838f;
	background-color: rgba(118, 131, 143, .1);
	border-color: #e4eaec;
}
.btn-outline.btn-default:hover .badge, .btn-outline.btn-default:focus .badge, .btn-outline.btn-default:active .badge, .btn-outline.btn-default.active .badge, .open > .dropdown-toggle.btn-outline.btn-default .badge {
	color: #76838f;
	background-color: #76838f;
}
.btn-outline.btn-primary {
	color: #62a8ea;
	background-color: transparent;
}
.btn-outline.btn-primary:hover, .btn-outline.btn-primary:focus, .btn-outline.btn-primary:active, .btn-outline.btn-primary.active, .open > .dropdown-toggle.btn-outline.btn-primary {
	color: #fff;
	background-color: #62a8ea;
	border-color: #62a8ea;
}
.btn-outline.btn-primary:hover .badge, .btn-outline.btn-primary:focus .badge, .btn-outline.btn-primary:active .badge, .btn-outline.btn-primary.active .badge, .open > .dropdown-toggle.btn-outline.btn-primary .badge {
	color: #62a8ea;
	background-color: #fff;
}
.btn-outline.btn-success {
	color: #46be8a;
	background-color: transparent;
}
.btn-outline.btn-success:hover, .btn-outline.btn-success:focus, .btn-outline.btn-success:active, .btn-outline.btn-success.active, .open > .dropdown-toggle.btn-outline.btn-success {
	color: #fff;
	background-color: #46be8a;
	border-color: #46be8a;
}
.btn-outline.btn-success:hover .badge, .btn-outline.btn-success:focus .badge, .btn-outline.btn-success:active .badge, .btn-outline.btn-success.active .badge, .open > .dropdown-toggle.btn-outline.btn-success .badge {
	color: #46be8a;
	background-color: #fff;
}
.btn-outline.btn-info {
	color: #57c7d4;
	background-color: transparent;
}
.btn-outline.btn-info:hover, .btn-outline.btn-info:focus, .btn-outline.btn-info:active, .btn-outline.btn-info.active, .open > .dropdown-toggle.btn-outline.btn-info {
	color: #fff;
	background-color: #57c7d4;
	border-color: #57c7d4;
}
.btn-outline.btn-info:hover .badge, .btn-outline.btn-info:focus .badge, .btn-outline.btn-info:active .badge, .btn-outline.btn-info.active .badge, .open > .dropdown-toggle.btn-outline.btn-info .badge {
	color: #57c7d4;
	background-color: #fff;
}
.btn-outline.btn-warning {
	color: #f2a654;
	background-color: transparent;
}
.btn-outline.btn-warning:hover, .btn-outline.btn-warning:focus, .btn-outline.btn-warning:active, .btn-outline.btn-warning.active, .open > .dropdown-toggle.btn-outline.btn-warning {
	color: #fff;
	background-color: #f2a654;
	border-color: #f2a654;
}
.btn-outline.btn-warning:hover .badge, .btn-outline.btn-warning:focus .badge, .btn-outline.btn-warning:active .badge, .btn-outline.btn-warning.active .badge, .open > .dropdown-toggle.btn-outline.btn-warning .badge {
	color: #f2a654;
	background-color: #fff;
}
.btn-outline.btn-danger {
	color: #f96868;
	background-color: transparent;
}
.btn-outline.btn-danger:hover, .btn-outline.btn-danger:focus, .btn-outline.btn-danger:active, .btn-outline.btn-danger.active, .open > .dropdown-toggle.btn-outline.btn-danger {
	color: #fff;
	background-color: #f96868;
	border-color: #f96868;
}
.btn-outline.btn-danger:hover .badge, .btn-outline.btn-danger:focus .badge, .btn-outline.btn-danger:active .badge, .btn-outline.btn-danger.active .badge, .open > .dropdown-toggle.btn-outline.btn-danger .badge {
	color: #f96868;
	background-color: #fff;
}
.btn-outline.btn-dark {
	color: #526069;
	background-color: transparent;
}
.btn-outline.btn-dark:hover, .btn-outline.btn-dark:focus, .btn-outline.btn-dark:active, .btn-outline.btn-dark.active, .open > .dropdown-toggle.btn-outline.btn-dark {
	color: #fff;
	background-color: #526069;
	border-color: #526069;
}
.btn-outline.btn-dark:hover .badge, .btn-outline.btn-dark:focus .badge, .btn-outline.btn-dark:active .badge, .btn-outline.btn-dark.active .badge, .open > .dropdown-toggle.btn-outline.btn-dark .badge {
	color: #526069;
	background-color: #fff;
}
.btn-outline.btn-inverse {
	color: #fff;
	background-color: transparent;
}
.btn-outline.btn-inverse:hover, .btn-outline.btn-inverse:focus, .btn-outline.btn-inverse:active, .btn-outline.btn-inverse.active, .open > .dropdown-toggle.btn-outline.btn-inverse {
	color: #76838f;
	background-color: #fff;
	border-color: #fff;
}
.btn-outline.btn-inverse:hover .badge, .btn-outline.btn-inverse:focus .badge, .btn-outline.btn-inverse:active .badge, .btn-outline.btn-inverse.active .badge, .open > .dropdown-toggle.btn-outline.btn-inverse .badge {
	color: #fff;
	background-color: #76838f;
}
.btn-lg {
	padding: 6px 18px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 4px;
}
.btn-sm {
	padding: 3px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 2px;
}
.btn-xs {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 2px;
}
.btn-squared {
	border-radius: 0;
}
.btn-round {
	border-radius: 1000px;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus {
	background-color: #f3f7f9;
	border-color: #f3f7f9;
}
.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
	background-color: #ccd5db;
	border-color: #ccd5db;
}
.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 {
	background-color: #ccd5db;
	border-color: #ccd5db;
}
.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .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, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
	color: #76838f;
	background-color: #f3f7f9;
	border-color: #f3f7f9;
}
.btn-default.btn-up:before {
	border-bottom-color: #e4eaec;
}
.btn-default.btn-up:hover:before, .btn-default.btn-up:focus:before {
	border-bottom-color: #f3f7f9;
}
.btn-default.btn-up:active:before, .btn-default.btn-up.active:before, .open > .dropdown-toggle.btn-default.btn-up:before {
	border-bottom-color: #ccd5db;
}
.btn-default.btn-right:before {
	border-left-color: #e4eaec;
}
.btn-default.btn-right:hover:before, .btn-default.btn-right:focus:before {
	border-left-color: #f3f7f9;
}
.btn-default.btn-right:active:before, .btn-default.btn-right.active:before, .open > .dropdown-toggle.btn-default.btn-right:before {
	border-left-color: #ccd5db;
}
.btn-default.btn-bottom:before {
	border-top-color: #e4eaec;
}
.btn-default.btn-bottom:hover:before, .btn-default.btn-bottom:focus:before {
	border-top-color: #f3f7f9;
}
.btn-default.btn-bottom:active:before, .btn-default.btn-bottom.active:before, .open > .dropdown-toggle.btn-default.btn-bottom:before {
	border-top-color: #ccd5db;
}
.btn-default.btn-left:before {
	border-right-color: #e4eaec;
}
.btn-default.btn-left:hover:before, .btn-default.btn-left:focus:before {
	border-right-color: #f3f7f9;
}
.btn-default.btn-left:active:before, .btn-default.btn-left.active:before, .open > .dropdown-toggle.btn-default.btn-left:before {
	border-right-color: #ccd5db;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus {
	background-color: #89bceb;
	border-color: #89bceb;
}
.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
	background-color: #4e97d9;
	border-color: #4e97d9;
}
.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 {
	background-color: #4e97d9;
	border-color: #4e97d9;
}
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .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, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
	color: #fff;
	background-color: #a2caee;
	border-color: #a2caee;
}
.btn-primary.btn-up:before {
	border-bottom-color: #62a8ea;
}
.btn-primary.btn-up:hover:before, .btn-primary.btn-up:focus:before {
	border-bottom-color: #89bceb;
}
.btn-primary.btn-up:active:before, .btn-primary.btn-up.active:before, .open > .dropdown-toggle.btn-primary.btn-up:before {
	border-bottom-color: #4e97d9;
}
.btn-primary.btn-right:before {
	border-left-color: #62a8ea;
}
.btn-primary.btn-right:hover:before, .btn-primary.btn-right:focus:before {
	border-left-color: #89bceb;
}
.btn-primary.btn-right:active:before, .btn-primary.btn-right.active:before, .open > .dropdown-toggle.btn-primary.btn-right:before {
	border-left-color: #4e97d9;
}
.btn-primary.btn-bottom:before {
	border-top-color: #62a8ea;
}
.btn-primary.btn-bottom:hover:before, .btn-primary.btn-bottom:focus:before {
	border-top-color: #89bceb;
}
.btn-primary.btn-bottom:active:before, .btn-primary.btn-bottom.active:before, .open > .dropdown-toggle.btn-primary.btn-bottom:before {
	border-top-color: #4e97d9;
}
.btn-primary.btn-left:before {
	border-right-color: #62a8ea;
}
.btn-primary.btn-left:hover:before, .btn-primary.btn-left:focus:before {
	border-right-color: #89bceb;
}
.btn-primary.btn-left:active:before, .btn-primary.btn-left.active:before, .open > .dropdown-toggle.btn-primary.btn-left:before {
	border-right-color: #4e97d9;
}
.btn-success:hover, .btn-success:focus, .btn-success.focus {
	background-color: #5cd29d;
	border-color: #5cd29d;
}
.btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
	background-color: #36ab7a;
	border-color: #36ab7a;
}
.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 {
	background-color: #36ab7a;
	border-color: #36ab7a;
}
.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .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, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active {
	color: #fff;
	background-color: #7dd3ae;
	border-color: #7dd3ae;
}
.btn-success.btn-up:before {
	border-bottom-color: #46be8a;
}
.btn-success.btn-up:hover:before, .btn-success.btn-up:focus:before {
	border-bottom-color: #5cd29d;
}
.btn-success.btn-up:active:before, .btn-success.btn-up.active:before, .open > .dropdown-toggle.btn-success.btn-up:before {
	border-bottom-color: #36ab7a;
}
.btn-success.btn-right:before {
	border-left-color: #46be8a;
}
.btn-success.btn-right:hover:before, .btn-success.btn-right:focus:before {
	border-left-color: #5cd29d;
}
.btn-success.btn-right:active:before, .btn-success.btn-right.active:before, .open > .dropdown-toggle.btn-success.btn-right:before {
	border-left-color: #36ab7a;
}
.btn-success.btn-bottom:before {
	border-top-color: #46be8a;
}
.btn-success.btn-bottom:hover:before, .btn-success.btn-bottom:focus:before {
	border-top-color: #5cd29d;
}
.btn-success.btn-bottom:active:before, .btn-success.btn-bottom.active:before, .open > .dropdown-toggle.btn-success.btn-bottom:before {
	border-top-color: #36ab7a;
}
.btn-success.btn-left:before {
	border-right-color: #46be8a;
}
.btn-success.btn-left:hover:before, .btn-success.btn-left:focus:before {
	border-right-color: #5cd29d;
}
.btn-success.btn-left:active:before, .btn-success.btn-left.active:before, .open > .dropdown-toggle.btn-success.btn-left:before {
	border-right-color: #36ab7a;
}
.btn-info:hover, .btn-info:focus, .btn-info.focus {
	background-color: #77d6e1;
	border-color: #77d6e1;
}
.btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
	background-color: #47b8c6;
	border-color: #47b8c6;
}
.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 {
	background-color: #47b8c6;
	border-color: #47b8c6;
}
.btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .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, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active {
	color: #fff;
	background-color: #9ae1e9;
	border-color: #9ae1e9;
}
.btn-info.btn-up:before {
	border-bottom-color: #57c7d4;
}
.btn-info.btn-up:hover:before, .btn-info.btn-up:focus:before {
	border-bottom-color: #77d6e1;
}
.btn-info.btn-up:active:before, .btn-info.btn-up.active:before, .open > .dropdown-toggle.btn-info.btn-up:before {
	border-bottom-color: #47b8c6;
}
.btn-info.btn-right:before {
	border-left-color: #57c7d4;
}
.btn-info.btn-right:hover:before, .btn-info.btn-right:focus:before {
	border-left-color: #77d6e1;
}
.btn-info.btn-right:active:before, .btn-info.btn-right.active:before, .open > .dropdown-toggle.btn-info.btn-right:before {
	border-left-color: #47b8c6;
}
.btn-info.btn-bottom:before {
	border-top-color: #57c7d4;
}
.btn-info.btn-bottom:hover:before, .btn-info.btn-bottom:focus:before {
	border-top-color: #77d6e1;
}
.btn-info.btn-bottom:active:before, .btn-info.btn-bottom.active:before, .open > .dropdown-toggle.btn-info.btn-bottom:before {
	border-top-color: #47b8c6;
}
.btn-info.btn-left:before {
	border-right-color: #57c7d4;
}
.btn-info.btn-left:hover:before, .btn-info.btn-left:focus:before {
	border-right-color: #77d6e1;
}
.btn-info.btn-left:active:before, .btn-info.btn-left.active:before, .open > .dropdown-toggle.btn-info.btn-left:before {
	border-right-color: #47b8c6;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning.focus {
	background-color: #f4b066;
	border-color: #f4b066;
}
.btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
	background-color: #ec9940;
	border-color: #ec9940;
}
.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 {
	background-color: #ec9940;
	border-color: #ec9940;
}
.btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .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, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active {
	color: #fff;
	background-color: #f6be80;
	border-color: #f6be80;
}
.btn-warning.btn-up:before {
	border-bottom-color: #f2a654;
}
.btn-warning.btn-up:hover:before, .btn-warning.btn-up:focus:before {
	border-bottom-color: #f4b066;
}
.btn-warning.btn-up:active:before, .btn-warning.btn-up.active:before, .open > .dropdown-toggle.btn-warning.btn-up:before {
	border-bottom-color: #ec9940;
}
.btn-warning.btn-right:before {
	border-left-color: #f2a654;
}
.btn-warning.btn-right:hover:before, .btn-warning.btn-right:focus:before {
	border-left-color: #f4b066;
}
.btn-warning.btn-right:active:before, .btn-warning.btn-right.active:before, .open > .dropdown-toggle.btn-warning.btn-right:before {
	border-left-color: #ec9940;
}
.btn-warning.btn-bottom:before {
	border-top-color: #f2a654;
}
.btn-warning.btn-bottom:hover:before, .btn-warning.btn-bottom:focus:before {
	border-top-color: #f4b066;
}
.btn-warning.btn-bottom:active:before, .btn-warning.btn-bottom.active:before, .open > .dropdown-toggle.btn-warning.btn-bottom:before {
	border-top-color: #ec9940;
}
.btn-warning.btn-left:before {
	border-right-color: #f2a654;
}
.btn-warning.btn-left:hover:before, .btn-warning.btn-left:focus:before {
	border-right-color: #f4b066;
}
.btn-warning.btn-left:active:before, .btn-warning.btn-left.active:before, .open > .dropdown-toggle.btn-warning.btn-left:before {
	border-right-color: #ec9940;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger.focus {
	background-color: #fa7a7a;
	border-color: #fa7a7a;
}
.btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
	background-color: #e9595b;
	border-color: #e9595b;
}
.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 {
	background-color: #e9595b;
	border-color: #e9595b;
}
.btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .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, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active {
	color: #fff;
	background-color: #fa9898;
	border-color: #fa9898;
}
.btn-danger.btn-up:before {
	border-bottom-color: #f96868;
}
.btn-danger.btn-up:hover:before, .btn-danger.btn-up:focus:before {
	border-bottom-color: #fa7a7a;
}
.btn-danger.btn-up:active:before, .btn-danger.btn-up.active:before, .open > .dropdown-toggle.btn-danger.btn-up:before {
	border-bottom-color: #e9595b;
}
.btn-danger.btn-right:before {
	border-left-color: #f96868;
}
.btn-danger.btn-right:hover:before, .btn-danger.btn-right:focus:before {
	border-left-color: #fa7a7a;
}
.btn-danger.btn-right:active:before, .btn-danger.btn-right.active:before, .open > .dropdown-toggle.btn-danger.btn-right:before {
	border-left-color: #e9595b;
}
.btn-danger.btn-bottom:before {
	border-top-color: #f96868;
}
.btn-danger.btn-bottom:hover:before, .btn-danger.btn-bottom:focus:before {
	border-top-color: #fa7a7a;
}
.btn-danger.btn-bottom:active:before, .btn-danger.btn-bottom.active:before, .open > .dropdown-toggle.btn-danger.btn-bottom:before {
	border-top-color: #e9595b;
}
.btn-danger.btn-left:before {
	border-right-color: #f96868;
}
.btn-danger.btn-left:hover:before, .btn-danger.btn-left:focus:before {
	border-right-color: #fa7a7a;
}
.btn-danger.btn-left:active:before, .btn-danger.btn-left.active:before, .open > .dropdown-toggle.btn-danger.btn-left:before {
	border-right-color: #e9595b;
}
.btn-inverse {
	color: #76838f;
	background-color: #fff;
	border-color: #e4eaec;
}
.btn-inverse:focus, .btn-inverse.focus {
	color: #76838f;
	background-color: #e6e6e6;
	border-color: #99b0b7;
}
.btn-inverse:hover {
	color: #76838f;
	background-color: #e6e6e6;
	border-color: #c0ced3;
}
.btn-inverse:active, .btn-inverse.active, .open > .dropdown-toggle.btn-inverse {
	color: #76838f;
	background-color: #e6e6e6;
	border-color: #c0ced3;
}
.btn-inverse:active:hover, .btn-inverse.active:hover, .open > .dropdown-toggle.btn-inverse:hover, .btn-inverse:active:focus, .btn-inverse.active:focus, .open > .dropdown-toggle.btn-inverse:focus, .btn-inverse:active.focus, .btn-inverse.active.focus, .open > .dropdown-toggle.btn-inverse.focus {
	color: #76838f;
	background-color: #d4d4d4;
	border-color: #99b0b7;
}
.btn-inverse:active, .btn-inverse.active, .open > .dropdown-toggle.btn-inverse {
	background-image: none;
}
.btn-inverse.disabled:hover, .btn-inverse[disabled]:hover, fieldset[disabled] .btn-inverse:hover, .btn-inverse.disabled:focus, .btn-inverse[disabled]:focus, fieldset[disabled] .btn-inverse:focus, .btn-inverse.disabled.focus, .btn-inverse[disabled].focus, fieldset[disabled] .btn-inverse.focus {
	background-color: #fff;
	border-color: #e4eaec;
}
.btn-inverse .badge {
	color: #fff;
	background-color: #76838f;
}
.btn-inverse:hover, .btn-inverse:focus, .btn-inverse.focus {
	background-color: #fff;
	border-color: #f3f7f9;
}
.btn-inverse:active, .btn-inverse.active, .open > .dropdown-toggle.btn-inverse {
	background-color: #fff;
	border-color: #ccd5db;
}
.btn-inverse:active:hover, .btn-inverse.active:hover, .open > .dropdown-toggle.btn-inverse:hover, .btn-inverse:active:focus, .btn-inverse.active:focus, .open > .dropdown-toggle.btn-inverse:focus, .btn-inverse:active.focus, .btn-inverse.active.focus, .open > .dropdown-toggle.btn-inverse.focus {
	background-color: #fff;
	border-color: #ccd5db;
}
.btn-inverse.disabled, .btn-inverse[disabled], fieldset[disabled] .btn-inverse, .btn-inverse.disabled:hover, .btn-inverse[disabled]:hover, fieldset[disabled] .btn-inverse:hover, .btn-inverse.disabled:focus, .btn-inverse[disabled]:focus, fieldset[disabled] .btn-inverse:focus, .btn-inverse.disabled.focus, .btn-inverse[disabled].focus, fieldset[disabled] .btn-inverse.focus, .btn-inverse.disabled:active, .btn-inverse[disabled]:active, fieldset[disabled] .btn-inverse:active, .btn-inverse.disabled.active, .btn-inverse[disabled].active, fieldset[disabled] .btn-inverse.active {
	color: #ccd5db;
	background-color: #fff;
	border-color: #a3afb7;
}
.btn-inverse.btn-up:before {
	border-bottom-color: #fff;
}
.btn-inverse.btn-up:hover:before, .btn-inverse.btn-up:focus:before {
	border-bottom-color: #fff;
}
.btn-inverse.btn-up:active:before, .btn-inverse.btn-up.active:before, .open > .dropdown-toggle.btn-inverse.btn-up:before {
	border-bottom-color: #fff;
}
.btn-inverse.btn-right:before {
	border-left-color: #fff;
}
.btn-inverse.btn-right:hover:before, .btn-inverse.btn-right:focus:before {
	border-left-color: #fff;
}
.btn-inverse.btn-right:active:before, .btn-inverse.btn-right.active:before, .open > .dropdown-toggle.btn-inverse.btn-right:before {
	border-left-color: #fff;
}
.btn-inverse.btn-bottom:before {
	border-top-color: #fff;
}
.btn-inverse.btn-bottom:hover:before, .btn-inverse.btn-bottom:focus:before {
	border-top-color: #fff;
}
.btn-inverse.btn-bottom:active:before, .btn-inverse.btn-bottom.active:before, .open > .dropdown-toggle.btn-inverse.btn-bottom:before {
	border-top-color: #fff;
}
.btn-inverse.btn-left:before {
	border-right-color: #fff;
}
.btn-inverse.btn-left:hover:before, .btn-inverse.btn-left:focus:before {
	border-right-color: #fff;
}
.btn-inverse.btn-left:active:before, .btn-inverse.btn-left.active:before, .open > .dropdown-toggle.btn-inverse.btn-left:before {
	border-right-color: #fff;
}
.btn-dark {
	color: #fff;
	background-color: #526069;
	border-color: #526069;
}
.btn-dark:focus, .btn-dark.focus {
	color: #fff;
	background-color: #3c464c;
	border-color: #1a1f21;
}
.btn-dark:hover {
	color: #fff;
	background-color: #3c464c;
	border-color: #374147;
}
.btn-dark:active, .btn-dark.active, .open > .dropdown-toggle.btn-dark {
	color: #fff;
	background-color: #3c464c;
	border-color: #374147;
}
.btn-dark:active:hover, .btn-dark.active:hover, .open > .dropdown-toggle.btn-dark:hover, .btn-dark:active:focus, .btn-dark.active:focus, .open > .dropdown-toggle.btn-dark:focus, .btn-dark:active.focus, .btn-dark.active.focus, .open > .dropdown-toggle.btn-dark.focus {
	color: #fff;
	background-color: #2c3338;
	border-color: #1a1f21;
}
.btn-dark:active, .btn-dark.active, .open > .dropdown-toggle.btn-dark {
	background-image: none;
}
.btn-dark.disabled:hover, .btn-dark[disabled]:hover, fieldset[disabled] .btn-dark:hover, .btn-dark.disabled:focus, .btn-dark[disabled]:focus, fieldset[disabled] .btn-dark:focus, .btn-dark.disabled.focus, .btn-dark[disabled].focus, fieldset[disabled] .btn-dark.focus {
	background-color: #526069;
	border-color: #526069;
}
.btn-dark .badge {
	color: #526069;
	background-color: #fff;
}
.btn-dark:hover, .btn-dark:focus, .btn-dark.focus {
	background-color: #76838f;
	border-color: #76838f;
}
.btn-dark:active, .btn-dark.active, .open > .dropdown-toggle.btn-dark {
	background-color: #37474f;
	border-color: #37474f;
}
.btn-dark:active:hover, .btn-dark.active:hover, .open > .dropdown-toggle.btn-dark:hover, .btn-dark:active:focus, .btn-dark.active:focus, .open > .dropdown-toggle.btn-dark:focus, .btn-dark:active.focus, .btn-dark.active.focus, .open > .dropdown-toggle.btn-dark.focus {
	background-color: #37474f;
	border-color: #37474f;
}
.btn-dark.disabled, .btn-dark[disabled], fieldset[disabled] .btn-dark, .btn-dark.disabled:hover, .btn-dark[disabled]:hover, fieldset[disabled] .btn-dark:hover, .btn-dark.disabled:focus, .btn-dark[disabled]:focus, fieldset[disabled] .btn-dark:focus, .btn-dark.disabled.focus, .btn-dark[disabled].focus, fieldset[disabled] .btn-dark.focus, .btn-dark.disabled:active, .btn-dark[disabled]:active, fieldset[disabled] .btn-dark:active, .btn-dark.disabled.active, .btn-dark[disabled].active, fieldset[disabled] .btn-dark.active {
	color: #fff;
	background-color: #a3afb7;
	border-color: #a3afb7;
}
.btn-dark.btn-up:before {
	border-bottom-color: #526069;
}
.btn-dark.btn-up:hover:before, .btn-dark.btn-up:focus:before {
	border-bottom-color: #76838f;
}
.btn-dark.btn-up:active:before, .btn-dark.btn-up.active:before, .open > .dropdown-toggle.btn-dark.btn-up:before {
	border-bottom-color: #37474f;
}
.btn-dark.btn-right:before {
	border-left-color: #526069;
}
.btn-dark.btn-right:hover:before, .btn-dark.btn-right:focus:before {
	border-left-color: #76838f;
}
.btn-dark.btn-right:active:before, .btn-dark.btn-right.active:before, .open > .dropdown-toggle.btn-dark.btn-right:before {
	border-left-color: #37474f;
}
.btn-dark.btn-bottom:before {
	border-top-color: #526069;
}
.btn-dark.btn-bottom:hover:before, .btn-dark.btn-bottom:focus:before {
	border-top-color: #76838f;
}
.btn-dark.btn-bottom:active:before, .btn-dark.btn-bottom.active:before, .open > .dropdown-toggle.btn-dark.btn-bottom:before {
	border-top-color: #37474f;
}
.btn-dark.btn-left:before {
	border-right-color: #526069;
}
.btn-dark.btn-left:hover:before, .btn-dark.btn-left:focus:before {
	border-right-color: #76838f;
}
.btn-dark.btn-left:active:before, .btn-dark.btn-left.active:before, .open > .dropdown-toggle.btn-dark.btn-left:before {
	border-right-color: #37474f;
}
.btn-dark:hover, .btn-dark:focus {
	color: #fff;
}
.btn-dark:active, .btn-dark.active, .open > .dropdown-toggle.btn-dark {
	color: #fff;
}
.btn-dark.btn-flat {
	color: #526069;
}
.btn-flat {
	background: none;
	border: none;
	-webkit-box-shadow: none;
	        box-shadow: none;
}
.btn-flat.disabled {
	color: #a3afb7;
}
.btn-icon, .btn.icon {
	padding: 10px;
	line-height: 1em;
}
.btn-icon.btn-xs, .btn.icon.btn-xs {
	padding: 4px;
	font-size: 12px;
}
.btn-icon.btn-sm, .btn.icon.btn-sm {
	padding: 8px;
	font-size: 14px;
}
.btn-icon.btn-lg, .btn.icon.btn-lg {
	padding: 12px;
	font-size: 20px;
}
.btn-icon.disabled, .btn.icon.disabled {
	color: #a3afb7;
}
.btn-icon {
	padding: 8px;
}
.btn-icon .icon {
	margin: -13px 0 0;
}
.btn-icon.btn-lg {
	padding: 7.5px;
}
.btn-icon.btn-sm {
	padding: 5px;
}
.btn-icon.btn-xs {
	padding: 4px;
}
.btn-raised {
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .18), 0 2px 4px rgba(0, 0, 0, .21);
	        box-shadow: 0 0 2px rgba(0, 0, 0, .18), 0 2px 4px rgba(0, 0, 0, .21);
	-webkit-transition: -webkit-box-shadow .25s cubic-bezier(.4, 0, .2, 1);
	     -o-transition:         box-shadow .25s cubic-bezier(.4, 0, .2, 1);
	        transition: -webkit-box-shadow .25s cubic-bezier(.4, 0, .2, 1);
	        transition:         box-shadow .25s cubic-bezier(.4, 0, .2, 1);
	        transition:         box-shadow .25s cubic-bezier(.4, 0, .2, 1), -webkit-box-shadow .25s cubic-bezier(.4, 0, .2, 1);
}
.btn-raised:hover, .btn-raised:active, .btn-raised.active, .open > .dropdown-toggle.btn-raised {
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .15), 0 3px 6px rgba(0, 0, 0, .2);
	        box-shadow: 0 0 3px rgba(0, 0, 0, .15), 0 3px 6px rgba(0, 0, 0, .2);
}
.btn-raised.disabled, .btn-raised[disabled], fieldset[disabled] .btn-raised {
	-webkit-box-shadow: none;
	        box-shadow: none;
}
.btn-floating {
	width: 56px;
	height: 56px;
	padding: 0;
	margin: 0;
	font-size: 24px;
	text-align: center;
	border-radius: 100%;
	-webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, .15);
	        box-shadow: 0 6px 10px rgba(0, 0, 0, .15);
}
.btn-floating.btn-xs {
	width: 30px;
	height: 30px;
	padding: 0;
	font-size: 13px;
}
.btn-floating.btn-sm {
	width: 40px;
	height: 40px;
	padding: 0;
	font-size: 15px;
}
.btn-floating.btn-lg {
	width: 70px;
	height: 70px;
	padding: 0;
	font-size: 30px;
}
.btn-floating i {
	position: relative;
	top: 0;
}
.btn-animate {
	position: relative;
	overflow: hidden;
}
.btn-animate span {
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transform: translate(0px, 0);
	    -ms-transform: translate(0px, 0);
	     -o-transform: translate(0px, 0);
	        transform: translate(0px, 0);
}
.btn-animate-side {
	padding: 4px 28px;
}
.btn-animate-side span {
	-webkit-transition: -webkit-transform .2s ease-out 0s;
	     -o-transition:      -o-transform .2s ease-out 0s;
	        transition: -webkit-transform .2s ease-out 0s;
	        transition:         transform .2s ease-out 0s;
	        transition:         transform .2s ease-out 0s, -webkit-transform .2s ease-out 0s, -o-transform .2s ease-out 0s;
}
.btn-animate-side span > .icon {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	margin-top: -1px;
	opacity: 0;
	-webkit-transition: opacity .2s ease-out 0s;
	     -o-transition: opacity .2s ease-out 0s;
	        transition: opacity .2s ease-out 0s;
	-webkit-transform: translate(-20px, -50%);
	    -ms-transform: translate(-20px, -50%);
	     -o-transform: translate(-20px, -50%);
	        transform: translate(-20px, -50%);
}
.btn-animate-side:hover span {
	-webkit-transform: translate(10px, 0);
	    -ms-transform: translate(10px, 0);
	     -o-transform: translate(10px, 0);
	        transform: translate(10px, 0);
}
.btn-animate-side:hover span > .icon {
	opacity: 1;
}
.btn-animate-side.btn-xs {
	padding: 1px 14px;
}
.btn-animate-side.btn-xs span > .icon {
	left: 5px;
}
.btn-animate-side.btn-xs:hover span {
	-webkit-transform: translate(8px, 0);
	    -ms-transform: translate(8px, 0);
	     -o-transform: translate(8px, 0);
	        transform: translate(8px, 0);
}
.btn-animate-side.btn-sm {
	padding: 3px 22px;
}
.btn-animate-side.btn-sm span > .icon {
	left: 3px;
}
.btn-animate-side.btn-sm:hover span {
	-webkit-transform: translate(8px, 0);
	    -ms-transform: translate(8px, 0);
	     -o-transform: translate(8px, 0);
	        transform: translate(8px, 0);
}
.btn-animate-side.btn-lg {
	padding: 6px 33px;
}
.btn-animate-side.btn-lg span > .icon {
	left: -6px;
}
.btn-animate-side.btn-lg:hover span {
	-webkit-transform: translate(14px, 0);
	    -ms-transform: translate(14px, 0);
	     -o-transform: translate(14px, 0);
	        transform: translate(14px, 0);
}
.btn-animate-vertical span {
	-webkit-transition: all .2s ease-out 0s;
	     -o-transition: all .2s ease-out 0s;
	        transition: all .2s ease-out 0s;
}
.btn-animate-vertical span > .icon {
	position: absolute;
	top: -3px;
	left: 50%;
	display: block;
	margin-top: 0;
	font-size: 24px;
	-webkit-transform: translate(-50%, -100%);
	    -ms-transform: translate(-50%, -100%);
	     -o-transform: translate(-50%, -100%);
	        transform: translate(-50%, -100%);
}
.btn-animate-vertical:hover span {
	-webkit-transform: translate(0, 150%);
	    -ms-transform: translate(0, 150%);
	     -o-transform: translate(0, 150%);
	        transform: translate(0, 150%);
}
.btn-animate-vertical.btn-xs span > .icon {
	top: -5px;
	font-size: 16px;
}
.btn-animate-vertical.btn-sm span > .icon {
	top: -3px;
	font-size: 20px;
}
.btn-animate-vertical.btn-lg span > .icon {
	top: -5px;
	font-size: 28px;
}
.btn-labeled {
	padding: 0;
	padding-right: 8px;
}
.btn-labeled .btn-label {
	padding: 4px 8px;
	margin-right: 5px;
}
.btn-labeled.btn-xs {
	padding-right: 5px;
}
.btn-labeled.btn-xs .btn-label {
	padding: 1px 4px;
	margin-right: 2px;
}
.btn-labeled.btn-sm {
	padding-right: 10px;
}
.btn-labeled.btn-sm .btn-label {
	padding: 3px 6px;
	margin-right: 7px;
}
.btn-labeled.btn-lg {
	padding-right: 14px;
}
.btn-labeled.btn-lg .btn-label {
	padding: 6px 14px;
	margin-right: 11px;
}
.btn-labeled.btn-block {
	text-align: left;
}
.btn-label {
	display: inline-block;
	background-color: rgba(0, 0, 0, .15);
	border-radius: 3px 0 0 3px;
}
.btn-pill-left {
	border-radius: 500px 0 0 500px;
}
.btn-pill-right {
	border-radius: 0 500px 500px 0;
}
.btn-direction {
	position: relative;
}
.btn-direction:before {
	position: absolute;
	line-height: 0;
	content: "";
	border: 6px solid transparent;
}
.btn-up:before {
	top: -12px;
	left: 50%;
	margin-left: -6px;
	border-bottom-color: #e4eaec;
}
.btn-right:before {
	top: 50%;
	right: -12px;
	margin-top: -6px;
	border-left-color: #e4eaec;
}
.btn-bottom:before {
	bottom: -12px;
	left: 50%;
	margin-left: -6px;
	border-top-color: #e4eaec;
}
.btn-left:before {
	top: 50%;
	left: -12px;
	margin-top: -6px;
	border-right-color: #e4eaec;
}
.btn-pure, .btn-pure:hover, .btn-pure:focus, .btn-pure:active, .btn-pure.active, .open > .dropdown-toggle.btn-pure, .btn-pure[disabled], fieldset[disabled] .btn-pure {
	background-color: transparent;
	border-color: transparent;
	-webkit-box-shadow: none;
	        box-shadow: none;
}
.btn-pure:hover, .btn-pure:hover:hover, .btn-pure:focus:hover, .btn-pure:active:hover, .btn-pure.active:hover, .open > .dropdown-toggle.btn-pure:hover, .btn-pure[disabled]:hover, fieldset[disabled] .btn-pure:hover, .btn-pure:focus, .btn-pure:hover:focus, .btn-pure:focus:focus, .btn-pure:active:focus, .btn-pure.active:focus, .open > .dropdown-toggle.btn-pure:focus, .btn-pure[disabled]:focus, fieldset[disabled] .btn-pure:focus, .btn-pure.focus, .btn-pure:hover.focus, .btn-pure:focus.focus, .btn-pure:active.focus, .btn-pure.active.focus, .open > .dropdown-toggle.btn-pure.focus, .btn-pure[disabled].focus, fieldset[disabled] .btn-pure.focus {
	background-color: transparent;
	border-color: transparent;
	-webkit-box-shadow: none;
	        box-shadow: none;
}
.btn-pure.btn-default {
	color: #a3afb7;
}
.btn-pure.btn-default:hover, .btn-pure.btn-default:focus, .btn-pure.btn-default:active, .btn-pure.btn-default.active, .open > .dropdown-toggle.btn-pure.btn-default {
	color: #526069;
}
.btn-pure.btn-default:hover:hover, .btn-pure.btn-default:focus:hover, .btn-pure.btn-default:active:hover, .btn-pure.btn-default.active:hover, .open > .dropdown-toggle.btn-pure.btn-default:hover, .btn-pure.btn-default:hover:focus, .btn-pure.btn-default:focus:focus, .btn-pure.btn-default:active:focus, .btn-pure.btn-default.active:focus, .open > .dropdown-toggle.btn-pure.btn-default:focus, .btn-pure.btn-default:hover.focus, .btn-pure.btn-default:focus.focus, .btn-pure.btn-default:active.focus, .btn-pure.btn-default.active.focus, .open > .dropdown-toggle.btn-pure.btn-default.focus {
	color: #526069;
}
.btn-pure.btn-default:hover .badge, .btn-pure.btn-default:focus .badge, .btn-pure.btn-default:active .badge, .btn-pure.btn-default.active .badge, .open > .dropdown-toggle.btn-pure.btn-default .badge {
	color: #526069;
}
.btn-pure.btn-primary {
	color: #62a8ea;
}
.btn-pure.btn-primary:hover, .btn-pure.btn-primary:focus, .btn-pure.btn-primary:active, .btn-pure.btn-primary.active, .open > .dropdown-toggle.btn-pure.btn-primary {
	color: #3583ca;
}
.btn-pure.btn-primary:hover:hover, .btn-pure.btn-primary:focus:hover, .btn-pure.btn-primary:active:hover, .btn-pure.btn-primary.active:hover, .open > .dropdown-toggle.btn-pure.btn-primary:hover, .btn-pure.btn-primary:hover:focus, .btn-pure.btn-primary:focus:focus, .btn-pure.btn-primary:active:focus, .btn-pure.btn-primary.active:focus, .open > .dropdown-toggle.btn-pure.btn-primary:focus, .btn-pure.btn-primary:hover.focus, .btn-pure.btn-primary:focus.focus, .btn-pure.btn-primary:active.focus, .btn-pure.btn-primary.active.focus, .open > .dropdown-toggle.btn-pure.btn-primary.focus {
	color: #3583ca;
}
.btn-pure.btn-primary:hover .badge, .btn-pure.btn-primary:focus .badge, .btn-pure.btn-primary:active .badge, .btn-pure.btn-primary.active .badge, .open > .dropdown-toggle.btn-pure.btn-primary .badge {
	color: #3583ca;
}
.btn-pure.btn-success {
	color: #46be8a;
}
.btn-pure.btn-success:hover, .btn-pure.btn-success:focus, .btn-pure.btn-success:active, .btn-pure.btn-success.active, .open > .dropdown-toggle.btn-pure.btn-success {
	color: #279566;
}
.btn-pure.btn-success:hover:hover, .btn-pure.btn-success:focus:hover, .btn-pure.btn-success:active:hover, .btn-pure.btn-success.active:hover, .open > .dropdown-toggle.btn-pure.btn-success:hover, .btn-pure.btn-success:hover:focus, .btn-pure.btn-success:focus:focus, .btn-pure.btn-success:active:focus, .btn-pure.btn-success.active:focus, .open > .dropdown-toggle.btn-pure.btn-success:focus, .btn-pure.btn-success:hover.focus, .btn-pure.btn-success:focus.focus, .btn-pure.btn-success:active.focus, .btn-pure.btn-success.active.focus, .open > .dropdown-toggle.btn-pure.btn-success.focus {
	color: #279566;
}
.btn-pure.btn-success:hover .badge, .btn-pure.btn-success:focus .badge, .btn-pure.btn-success:active .badge, .btn-pure.btn-success.active .badge, .open > .dropdown-toggle.btn-pure.btn-success .badge {
	color: #279566;
}
.btn-pure.btn-info {
	color: #57c7d4;
}
.btn-pure.btn-info:hover, .btn-pure.btn-info:focus, .btn-pure.btn-info:active, .btn-pure.btn-info.active, .open > .dropdown-toggle.btn-pure.btn-info {
	color: #37a9b7;
}
.btn-pure.btn-info:hover:hover, .btn-pure.btn-info:focus:hover, .btn-pure.btn-info:active:hover, .btn-pure.btn-info.active:hover, .open > .dropdown-toggle.btn-pure.btn-info:hover, .btn-pure.btn-info:hover:focus, .btn-pure.btn-info:focus:focus, .btn-pure.btn-info:active:focus, .btn-pure.btn-info.active:focus, .open > .dropdown-toggle.btn-pure.btn-info:focus, .btn-pure.btn-info:hover.focus, .btn-pure.btn-info:focus.focus, .btn-pure.btn-info:active.focus, .btn-pure.btn-info.active.focus, .open > .dropdown-toggle.btn-pure.btn-info.focus {
	color: #37a9b7;
}
.btn-pure.btn-info:hover .badge, .btn-pure.btn-info:focus .badge, .btn-pure.btn-info:active .badge, .btn-pure.btn-info.active .badge, .open > .dropdown-toggle.btn-pure.btn-info .badge {
	color: #37a9b7;
}
.btn-pure.btn-warning {
	color: #f2a654;
}
.btn-pure.btn-warning:hover, .btn-pure.btn-warning:focus, .btn-pure.btn-warning:active, .btn-pure.btn-warning.active, .open > .dropdown-toggle.btn-pure.btn-warning {
	color: #e98f2e;
}
.btn-pure.btn-warning:hover:hover, .btn-pure.btn-warning:focus:hover, .btn-pure.btn-warning:active:hover, .btn-pure.btn-warning.active:hover, .open > .dropdown-toggle.btn-pure.btn-warning:hover, .btn-pure.btn-warning:hover:focus, .btn-pure.btn-warning:focus:focus, .btn-pure.btn-warning:active:focus, .btn-pure.btn-warning.active:focus, .open > .dropdown-toggle.btn-pure.btn-warning:focus, .btn-pure.btn-warning:hover.focus, .btn-pure.btn-warning:focus.focus, .btn-pure.btn-warning:active.focus, .btn-pure.btn-warning.active.focus, .open > .dropdown-toggle.btn-pure.btn-warning.focus {
	color: #e98f2e;
}
.btn-pure.btn-warning:hover .badge, .btn-pure.btn-warning:focus .badge, .btn-pure.btn-warning:active .badge, .btn-pure.btn-warning.active .badge, .open > .dropdown-toggle.btn-pure.btn-warning .badge {
	color: #e98f2e;
}
.btn-pure.btn-danger {
	color: #f96868;
}
.btn-pure.btn-danger:hover, .btn-pure.btn-danger:focus, .btn-pure.btn-danger:active, .btn-pure.btn-danger.active, .open > .dropdown-toggle.btn-pure.btn-danger {
	color: #d6494b;
}
.btn-pure.btn-danger:hover:hover, .btn-pure.btn-danger:focus:hover, .btn-pure.btn-danger:active:hover, .btn-pure.btn-danger.active:hover, .open > .dropdown-toggle.btn-pure.btn-danger:hover, .btn-pure.btn-danger:hover:focus, .btn-pure.btn-danger:focus:focus, .btn-pure.btn-danger:active:focus, .btn-pure.btn-danger.active:focus, .open > .dropdown-toggle.btn-pure.btn-danger:focus, .btn-pure.btn-danger:hover.focus, .btn-pure.btn-danger:focus.focus, .btn-pure.btn-danger:active.focus, .btn-pure.btn-danger.active.focus, .open > .dropdown-toggle.btn-pure.btn-danger.focus {
	color: #d6494b;
}
.btn-pure.btn-danger:hover .badge, .btn-pure.btn-danger:focus .badge, .btn-pure.btn-danger:active .badge, .btn-pure.btn-danger.active .badge, .open > .dropdown-toggle.btn-pure.btn-danger .badge {
	color: #d6494b;
}
.btn-pure.btn-dark {
	color: #526069;
}
.btn-pure.btn-dark:hover, .btn-pure.btn-dark:focus, .btn-pure.btn-dark:active, .btn-pure.btn-dark.active, .open > .dropdown-toggle.btn-pure.btn-dark {
	color: #37474f;
}
.btn-pure.btn-dark:hover:hover, .btn-pure.btn-dark:focus:hover, .btn-pure.btn-dark:active:hover, .btn-pure.btn-dark.active:hover, .open > .dropdown-toggle.btn-pure.btn-dark:hover, .btn-pure.btn-dark:hover:focus, .btn-pure.btn-dark:focus:focus, .btn-pure.btn-dark:active:focus, .btn-pure.btn-dark.active:focus, .open > .dropdown-toggle.btn-pure.btn-dark:focus, .btn-pure.btn-dark:hover.focus, .btn-pure.btn-dark:focus.focus, .btn-pure.btn-dark:active.focus, .btn-pure.btn-dark.active.focus, .open > .dropdown-toggle.btn-pure.btn-dark.focus {
	color: #37474f;
}
.btn-pure.btn-dark:hover .badge, .btn-pure.btn-dark:focus .badge, .btn-pure.btn-dark:active .badge, .btn-pure.btn-dark.active .badge, .open > .dropdown-toggle.btn-pure.btn-dark .badge {
	color: #37474f;
}
.btn-pure.btn-inverse {
	color: #fff;
}
.btn-pure.btn-inverse:hover, .btn-pure.btn-inverse:focus, .btn-pure.btn-inverse:active, .btn-pure.btn-inverse.active, .open > .dropdown-toggle.btn-pure.btn-inverse {
	color: #fff;
}
.btn-pure.btn-inverse:hover:hover, .btn-pure.btn-inverse:focus:hover, .btn-pure.btn-inverse:active:hover, .btn-pure.btn-inverse.active:hover, .open > .dropdown-toggle.btn-pure.btn-inverse:hover, .btn-pure.btn-inverse:hover:focus, .btn-pure.btn-inverse:focus:focus, .btn-pure.btn-inverse:active:focus, .btn-pure.btn-inverse.active:focus, .open > .dropdown-toggle.btn-pure.btn-inverse:focus, .btn-pure.btn-inverse:hover.focus, .btn-pure.btn-inverse:focus.focus, .btn-pure.btn-inverse:active.focus, .btn-pure.btn-inverse.active.focus, .open > .dropdown-toggle.btn-pure.btn-inverse.focus {
	color: #fff;
}
.btn-pure.btn-inverse:hover .badge, .btn-pure.btn-inverse:focus .badge, .btn-pure.btn-inverse:active .badge, .btn-pure.btn-inverse.active .badge, .open > .dropdown-toggle.btn-pure.btn-inverse .badge {
	color: #fff;
}
.caret {
	border-top: 4px solid;
	-webkit-transition: .25s;
	     -o-transition: .25s;
	        transition: .25s;
	-webkit-transform: scale(1.001);
	    -ms-transform: scale(1.001);
	     -o-transform: scale(1.001);
	        transform: scale(1.001);
}

.input-group-addon {
	-webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
	     -o-transition: border .25s linear, color .25s linear, background-color .25s linear;
	        transition: border .25s linear, color .25s linear, background-color .25s linear;
}
.input-group-btn .btn > .icon {
	vertical-align: bottom;
}
.input-group-btn .dropdown-toggle.btn .caret {
	margin-left: 2px;
}
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
	z-index: 1;
}
.text-center {
	text-align: center !important;
}
@media (min-width: 1600px) {
	.hidden-xlg {
		display: none !important;
	}
}
body.layout-full {
	height: 100vh;
	overflow-x: hidden;
}
.page {
	position: relative;
	min-height: 100vh;
	overflow: visible;
	background: #f1f4f5;
}
.page-dark.layout-full {
	color: #fff;
}
.page-dark.layout-full:before {
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	content: "";
	background-position: center top;
	-webkit-background-size: cover;
	        background-size: cover;
}
.page-dark.layout-full:after {
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	content: "";
	background-color: rgba(38, 50, 56, .6);
}
.page-dark.layout-full .brand {
	margin-bottom: 22px;
}
.page-dark.layout-full .brand-text {
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
}
.page-nav-tabs {
	padding: 0 20px;
}
.page-content {
	padding: 0px 0px;
}
.page-content > *:not(script):last-child {
	margin-bottom: 0 !important;
}
.page-content-actions {
	padding: 0 20px 20px;
}
.page-content-actions .dropdown {
	display: inline-block;
}
.page-content-actions:before, .page-content-actions:after {
	display: table;
	content: " ";
}
.page-content-actions:after {
	clear: both;
}
.page-content-table {
	max-width: 100%;
	padding: 0;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}
.page-content-table .table > thead > tr > th, .page-content-table .table > tbody > tr > th, .page-content-table .table > thead > tr > td, .page-content-table .table > tbody > tr > td {
	padding-top: 20px;
	padding-bottom: 20px;
}
.page-content-table .table > thead > tr > th:first-child, .page-content-table .table > tbody > tr > th:first-child, .page-content-table .table > thead > tr > td:first-child, .page-content-table .table > tbody > tr > td:first-child {
	padding-left: 20px;
}
.page-content-table .table > thead > tr > th:last-child, .page-content-table .table > tbody > tr > th:last-child, .page-content-table .table > thead > tr > td:last-child, .page-content-table .table > tbody > tr > td:last-child {
	padding-right: 20px;
}
.page-content-table .table > tbody > tr:hover > td {
	background-color: #f3f7f9;
}
.page-content-table .table > tbody > tr > td {
	cursor: pointer;
}
.page-content-table .table > tbody > tr:last-child td {
	border-bottom: 1px solid #e4eaec;
}
.page-content-table .table.is-indent > thead > tr > th.pre-cell, .page-content-table .table.is-indent > tbody > tr > th.pre-cell, .page-content-table .table.is-indent > thead > tr > td.pre-cell, .page-content-table .table.is-indent > tbody > tr > td.pre-cell, .page-content-table .table.is-indent > thead > tr > th.suf-cell, .page-content-table .table.is-indent > tbody > tr > th.suf-cell, .page-content-table .table.is-indent > thead > tr > td.suf-cell, .page-content-table .table.is-indent > tbody > tr > td.suf-cell {
	width: 30px;
	padding: 0;
	border-top: none;
	border-bottom: none;
}
.page-content-table .table.is-indent > tbody > tr:first-child td {
	border-top: none;
}
.page-content-table .table.is-indent > tbody > tr:last-child td.pre-cell, .page-content-table .table.is-indent > tbody > tr:last-child td.suf-cell {
	border-bottom: none;
}
.page-content-table .table.is-indent > tfoot > tr > td {
	border-top: none;
}
.page-content-table .pagination {
	margin-right: 20px;
	margin-left: 20px;
}
.page-copyright {
	margin-top: 60px;
	font-size: 12px;
	color: #37474f;
	letter-spacing: 1px;
}
.page-copyright .social a {
	margin: 0 10px;
	text-decoration: none;
}
.page-copyright .social .icon {
	font-size: 16px;
	color: rgba(55, 71, 79, .6);
}
.page-copyright .social .icon:hover, .page-copyright .social .icon:focus {
	color: rgba(55, 71, 79, .8);
}
.page-copyright .social .icon.active, .page-copyright .social .icon:active {
	color: #37474f;
}
.page-copyright-inverse {
	color: #fff;
}
.page-copyright-inverse .social .icon {
	color: #fff;
}
.page-copyright-inverse .social .icon:hover, .page-copyright-inverse .social .icon:active {
	color: rgba(255, 255, 255, .8);
}
.page-header + .page-content {
	padding-top: 0;
}
.page-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 18px;
}
.page-title > .icon {
	margin-right: .3em;
}
.page-description {
	margin-top: 6px;
	color: #a3afb7;
}
.page-header {
	position: relative;
	padding: 20px 20px;
	margin-top: 0;
	margin-bottom: 0;
	background: transparent;
	border-bottom: none;
}
.page-header-actions {
	position: absolute;
	top: 50%;
	right: 20px;
	z-index: 1;
	margin: auto;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.page-header-actions .btn-icon {
	margin-left: 6px;
}
.page-header-actions > * {
	margin-bottom: 0;
}
.page-header .breadcrumb {
	padding: 0;
	margin: 6px 0 0;
}
.page-header-bordered {
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	background-color: #fff;
	border-bottom: 1px solid transparent;
}
.page-header-tabs {
	padding-bottom: 0;
}
.page-header-tabs .nav-tabs-line {
	margin-top: 5px;
	border-bottom-color: transparent;
}
.page-header-tabs .nav-tabs-line > li > a {
	padding: 5px 20px;
}
.page-aside {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 220px;
	overflow-y: hidden;
	background: #fff;
	border-right: 1px solid #e4eaec;
	-webkit-transition: visibility .1s ease, top .3s ease, left .5s ease;
	     -o-transition: visibility .1s ease, top .3s ease, left .5s ease;
	        transition: visibility .1s ease, top .3s ease, left .5s ease;
}
.page-aside + .page-main {
	height: 100%;
	margin-left: 220px;
	overflow-y: auto;
}
.page-aside .list-group-item.active, .page-aside .list-group-item.active:focus, .page-aside .list-group-item.active:hover {
	z-index: 0;
}
.page-aside-inner {
	height: 100%;
}
.page-aside-section {
	position: relative;
}
.page-aside-section:first-child {
	padding-top: 11px;
}
.page-aside-section:last-child {
	margin-bottom: 11px;
}
.page-aside-section:after {
	position: relative;
	display: block;
	margin: 11px;
	content: "";
	border-bottom: 1px solid #e4eaec;
}
.page-aside-section:last-child:after {
	display: none;
}
.page-aside-switch {
	position: absolute;
	top: -webkit-calc(50% - 40px);
	top:         calc(50% - 40px);
	left: -webkit-calc(100% - 1px);
	left:         calc(100% - 1px);
	display: none;
	padding: 25px 16px 25px 4px;
	line-height: 1;
	cursor: pointer;
	background-color: white;
	border-radius: 0 100px 100px 0;
	-webkit-box-shadow: 1px 0 3px rgba(0, 0, 0, .2);
	        box-shadow: 1px 0 3px rgba(0, 0, 0, .2);
}
.page-aside-switch .wb-chevron-right {
	display: inline;
}
.page-aside-switch .wb-chevron-left {
	display: none;
}
.page-aside-title {
	padding: 10px 20px;
	overflow: hidden;
	font-weight: 400;
	color: #526069;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: default;
}
.page-aside .list-group {
	margin-bottom: 22px;
}
.page-aside .list-group-item {
	padding: 13px 20px;
	margin-bottom: 1px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border: none;
	border-radius: 0;
}
.page-aside .list-group-item .icon {
	color: #a3afb7;
}
.page-aside .list-group-item .item-right {
	float: right;
}
.page-aside .list-group-item:hover, .page-aside .list-group-item:focus {
	color: #62a8ea;
	background-color: #f3f7f9;
	border: none;
}
.page-aside .list-group-item:hover > .icon, .page-aside .list-group-item:focus > .icon {
	color: #62a8ea;
}
.page-aside .list-group-item.active {
	color: #62a8ea;
	background-color: transparent;
}
.page-aside .list-group-item.active > .icon {
	color: #62a8ea;
}
.page-aside .list-group-item.active:hover, .page-aside .list-group-item.active:focus {
	color: #62a8ea;
	background-color: #f3f7f9;
	border: none;
}
.page-aside .list-group-item.active:hover > .icon, .page-aside .list-group-item.active:focus > .icon {
	color: #62a8ea;
}
.page-aside .list-group.has-actions .list-group-item {
	padding-top: 6px;
	padding-bottom: 6px;
	line-height: 32px;
	cursor: pointer;
}
.page-aside .list-group.has-actions .list-group-item .list-editable {
	position: relative;
	display: none;
}
.page-aside .list-group.has-actions .list-group-item .list-editable .input-editable-close {
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 1;
	-webkit-appearance: none;
	padding: 0;
	margin: 0;
	cursor: pointer;
	background: 0 0;
	border: 0;
	outline: none;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.page-aside .list-group.has-actions .list-group-item .list-editable .form-group {
	margin: 0;
}
.page-aside .list-group.has-actions .list-group-item .item-actions {
	position: absolute;
	top: 6px;
	right: 20px;
	display: none;
}
.page-aside .list-group.has-actions .list-group-item .item-actions .btn-icon {
	padding-right: 2px;
	padding-left: 2px;
	background-color: transparent;
}
.page-aside .list-group.has-actions .list-group-item .item-actions .btn-icon:hover .icon {
	color: #62a8ea;
}
.page-aside .list-group.has-actions .list-group-item .item-actions .icon {
	margin: 0;
}
.page-aside .list-group.has-actions .list-group-item:hover .item-right {
	display: none;
}
.page-aside .list-group.has-actions .list-group-item:hover .item-actions {
	display: block;
}
.page-aside .list-group.has-actions .list-group-item:hover .item-actions .icon {
	color: #76838f;
}
@media (max-width: 1199px) {
	.page-aside {
		width: 220px;
	}
	.page-aside + .page-main {
		margin-left: 220px;
	}
}
@media (max-width: 767px) {
	.page-aside {
		position: fixed;
		top: 100px;
		left: -220px;
		z-index: 900;
		width: 220px;
		height: -webkit-calc(100% - 140px);
		height:         calc(100% - 140px);
		overflow-y: visible;
		visibility: visible;
	}
	.site-navbar-collapse-show .page-aside {
		top: 120px;
		height: -webkit-calc(100% - 120px);
		height:         calc(100% - 120px);
	}
	.site-menubar-changing .page-aside, .site-menubar-open .page-aside {
		height: 100%;
	}
	.page-aside .page-aside-inner {
		background-color: white;
	}
	.page-aside.open {
		left: 0;
	}
	.site-menubar-changing .page-aside.open, .site-menubar-open .page-aside.open {
		visibility: hidden;
	}
	.page-aside.open .page-aside-switch .wb-chevron-right {
		display: none;
	}
	.page-aside.open .page-aside-switch .wb-chevron-left {
		display: inline;
	}
	.page-aside + .page-main {
		margin-left: 0;
	}
	.page-aside-switch {
		display: block;
	}
}
@media (max-width: 480px) {
	.page-aside {
		top: 60px;
		height: -webkit-calc(100% - 60px);
		height:         calc(100% - 60px);
	}
}


@media (min-width: 768px) {
	.form-inline .radio-custom, .form-inline .checkbox-custom {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle;
	}
	.form-inline .radio-custom label, .form-inline .checkbox-custom label {
		padding-left: 0;
	}
	.form-inline .radio-custom input[type="radio"], .form-inline .checkbox-custom input[type="checkbox"] {
		position: relative;
		margin-left: 0;
	}
	.form-inline .radio-custom label {
		padding-left: 10px;
	}
	.form-inline .checkbox-custom label {
		padding-left: 10px;
	}
	.form-inline .checkbox-custom input[type="checkbox"] {
		position: absolute;
		margin-left: -20px;
	}
	.form-inline .radio-custom input[type="radio"] {
		position: absolute;
		margin-left: -20px;
	}
}
.form-horizontal .radio-custom, .form-horizontal .checkbox-custom {
	padding-top: 5px;
	margin-top: 0;
	margin-bottom: 0;
}
.form-horizontal .radio-custom, .form-horizontal .checkbox-custom {
	min-height: 27px;
}
.form-horizontal .input-group-addon .radio-custom, .form-horizontal .input-group-addon .checkbox-custom {
	padding-top: 0;
}
.form-horizontal .input-group-addon .radio-custom, .form-horizontal .input-group-addon .checkbox-custom {
	min-height: 22px;
}
.form-control-wrap {
	position: relative;
}
.loader {
	position: relative;
	display: inline-block;
	margin: 0 auto;
	font-size: 30px;
	text-indent: -9999em;
	-webkit-transform: translateZ(0);
	    -ms-transform: translateZ(0);
	        transform: translateZ(0);
}
.loader.loader-default {
	width: 1em;
	height: 1em;
	background-color: #a3afb7;
	border-radius: 100%;
	-webkit-animation: loader-default 1s infinite ease-in-out;
	     -o-animation: loader-default 1s infinite ease-in-out;
	        animation: loader-default 1s infinite ease-in-out;
}
.loader.loader-grill {
	width: .25em;
	height: .5em;
	background: #a3afb7;
	-webkit-animation: default-grill 1s infinite ease-in-out;
	     -o-animation: default-grill 1s infinite ease-in-out;
	        animation: default-grill 1s infinite ease-in-out;
	-webkit-animation-delay: -.16s;
	     -o-animation-delay: -.16s;
	        animation-delay: -.16s;
}
.loader.loader-grill:before, .loader.loader-grill:after {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: #a3afb7;
	-webkit-animation: default-grill 1s infinite ease-in-out;
	     -o-animation: default-grill 1s infinite ease-in-out;
	        animation: default-grill 1s infinite ease-in-out;
}
.loader.loader-grill:before {
	left: -.375em;
	-webkit-animation-delay: -.32s;
	     -o-animation-delay: -.32s;
	        animation-delay: -.32s;
}
.loader.loader-grill:after {
	left: .375em;
}
.loader.loader-circle {
	width: 1em;
	height: 1em;
	border-top: .125em solid rgba(163, 175, 183, .5);
	border-right: .125em solid rgba(163, 175, 183, .5);
	border-bottom: .125em solid rgba(163, 175, 183, .5);
	border-left: .125em solid #a3afb7;
	border-radius: 50%;
	-webkit-animation: loader-circle 1.1s infinite linear;
	     -o-animation: loader-circle 1.1s infinite linear;
	        animation: loader-circle 1.1s infinite linear;
}
.loader.loader-tadpole {
	width: 1em;
	height: 1em;
	border-radius: 50%;
	-webkit-animation: loader-tadpole 1.7s infinite ease;
	     -o-animation: loader-tadpole 1.7s infinite ease;
	        animation: loader-tadpole 1.7s infinite ease;
}
.loader.loader-ellipsis {
	top: -.625em;
	width: .625em;
	height: .625em;
	border-radius: 50%;
	-webkit-animation: loader-ellipsis 1.8s infinite ease-in-out;
	     -o-animation: loader-ellipsis 1.8s infinite ease-in-out;
	        animation: loader-ellipsis 1.8s infinite ease-in-out;
	-webkit-animation-delay: -.16s;
	     -o-animation-delay: -.16s;
	        animation-delay: -.16s;

	-webkit-animation-fill-mode: both;
	     -o-animation-fill-mode: both;
	        animation-fill-mode: both;
}
.loader.loader-ellipsis:before, .loader.loader-ellipsis:after {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	border-radius: 50%;
	-webkit-animation: loader-ellipsis 1.8s infinite ease-in-out;
	     -o-animation: loader-ellipsis 1.8s infinite ease-in-out;
	        animation: loader-ellipsis 1.8s infinite ease-in-out;

	-webkit-animation-fill-mode: both;
	     -o-animation-fill-mode: both;
	        animation-fill-mode: both;
}
.loader.loader-ellipsis:before {
	left: -.875em;
	-webkit-animation-delay: -.32s;
	     -o-animation-delay: -.32s;
	        animation-delay: -.32s;
}
.loader.loader-ellipsis:after {
	left: .875em;
}
.loader.loader-dot {
	width: 2em;
	height: 2em;
	-webkit-animation: loader-dot-rotate 2s infinite linear;
	     -o-animation: loader-dot-rotate 2s infinite linear;
	        animation: loader-dot-rotate 2s infinite linear;
}
.loader.loader-dot:before, .loader.loader-dot:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 60%;
	height: 60%;
	content: "";
	background: #a3afb7;
	border-radius: 100%;
	-webkit-animation: loader-dot-bounce 2s infinite ease-in-out;
	     -o-animation: loader-dot-bounce 2s infinite ease-in-out;
	        animation: loader-dot-bounce 2s infinite ease-in-out;
}
.loader.loader-dot:after {
	top: auto;
	bottom: 0;
	-webkit-animation-delay: -1s;
	     -o-animation-delay: -1s;
	        animation-delay: -1s;
}
.loader.loader-bounce {
	width: 1.5em;
	height: 1.5em;
}
.loader.loader-bounce:before, .loader.loader-bounce:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: #a3afb7;
	border-radius: 50%;
	opacity: .6;
	-webkit-animation: loader-bounce 2s infinite ease-in-out;
	     -o-animation: loader-bounce 2s infinite ease-in-out;
	        animation: loader-bounce 2s infinite ease-in-out;
}
.loader.loader-bounce:after {
	-webkit-animation-delay: -1s;
	     -o-animation-delay: -1s;
	        animation-delay: -1s;
}
.side-panel-loading, body > .loader {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -20px;
}
.site-menubar-unfold > .loader {
	margin-left: 130px;
}
.site-menubar-fold > .loader {
	margin-left: 45px;
}
.site-menubar-hide.site-menubar-unfold > .loader {
	margin-left: 0;
}
@-webkit-keyframes loader-default {
	0% {
		-webkit-transform: scale(0);
		        transform: scale(0);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
}
@-o-keyframes loader-default {
	0% {
		-webkit-transform: scale(0);
		     -o-transform: scale(0);
		        transform: scale(0);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(1);
		     -o-transform: scale(1);
		        transform: scale(1);
	}
}
@keyframes loader-default {
	0% {
		-webkit-transform: scale(0);
		     -o-transform: scale(0);
		        transform: scale(0);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(1);
		     -o-transform: scale(1);
		        transform: scale(1);
	}
}
@-webkit-keyframes default-grill {
	0%, 80%, 100% {
		height: 1em;
		-webkit-box-shadow: 0 0 #a3afb7;
		        box-shadow: 0 0 #a3afb7;
	}
	40% {
		height: 1.2em;
		-webkit-box-shadow: 0 -.25em #a3afb7;
		        box-shadow: 0 -.25em #a3afb7;
	}
}
@-o-keyframes default-grill {
	0%, 80%, 100% {
		height: 1em;
		box-shadow: 0 0 #a3afb7;
	}
	40% {
		height: 1.2em;
		box-shadow: 0 -.25em #a3afb7;
	}
}
@keyframes default-grill {
	0%, 80%, 100% {
		height: 1em;
		-webkit-box-shadow: 0 0 #a3afb7;
		        box-shadow: 0 0 #a3afb7;
	}
	40% {
		height: 1.2em;
		-webkit-box-shadow: 0 -.25em #a3afb7;
		        box-shadow: 0 -.25em #a3afb7;
	}
}
@-webkit-keyframes loader-circle {
	0% {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}
@-o-keyframes loader-circle {
	0% {
		-webkit-transform: rotate(0deg);
		     -o-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		     -o-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}
@keyframes loader-circle {
	0% {
		-webkit-transform: rotate(0deg);
		     -o-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		     -o-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}
@-webkit-keyframes loader-tadpole {
	0% {
		-webkit-box-shadow: 0 -.83em 0 -.4em #a3afb7, 0 -.83em 0 -.42em #a3afb7, 0 -.83em 0 -.44em #a3afb7, 0 -.83em 0 -.46em #a3afb7, 0 -.83em 0 -.477em #a3afb7;
		        box-shadow: 0 -.83em 0 -.4em #a3afb7, 0 -.83em 0 -.42em #a3afb7, 0 -.83em 0 -.44em #a3afb7, 0 -.83em 0 -.46em #a3afb7, 0 -.83em 0 -.477em #a3afb7;
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	5%, 95% {
		-webkit-box-shadow: 0 -.83em 0 -.4em #a3afb7, 0 -.83em 0 -.42em #a3afb7, 0 -.83em 0 -.44em #a3afb7, 0 -.83em 0 -.46em #a3afb7, 0 -.83em 0 -.477em #a3afb7;
		        box-shadow: 0 -.83em 0 -.4em #a3afb7, 0 -.83em 0 -.42em #a3afb7, 0 -.83em 0 -.44em #a3afb7, 0 -.83em 0 -.46em #a3afb7, 0 -.83em 0 -.477em #a3afb7;
	}
	10%, 59% {
		-webkit-box-shadow: 0 -.83em 0 -.4em #a3afb7, -.087em -.825em 0 -.42em #a3afb7, -.173em -.812em 0 -.44em #a3afb7, -.256em -.789em 0 -.46em #a3afb7, -.297em -.775em 0 -.477em #a3afb7;
		        box-shadow: 0 -.83em 0 -.4em #a3afb7, -.087em -.825em 0 -.42em #a3afb7, -.173em -.812em 0 -.44em #a3afb7, -.256em -.789em 0 -.46em #a3afb7, -.297em -.775em 0 -.477em #a3afb7;
	}
	20% {
		-webkit-box-shadow: 0 -.83em 0 -.4em #a3afb7, -.338em -.758em 0 -.42em #a3afb7, -.555em -.617em 0 -.44em #a3afb7, -.671em -.488em 0 -.46em #a3afb7, -.749em -.34em 0 -.477em #a3afb7;
		        box-shadow: 0 -.83em 0 -.4em #a3afb7, -.338em -.758em 0 -.42em #a3afb7, -.555em -.617em 0 -.44em #a3afb7, -.671em -.488em 0 -.46em #a3afb7, -.749em -.34em 0 -.477em #a3afb7;
	}
	38% {
		-webkit-box-shadow: 0 -.83em 0 -.4em #a3afb7, -.377em -.74em 0 -.42em #a3afb7, -.645em -.522em 0 -.44em #a3afb7, -.775em -.297em 0 -.46em #a3afb7, -.82em -.09em 0 -.477em #a3afb7;
		        box-shadow: 0 -.83em 0 -.4em #a3afb7, -.377em -.74em 0 -.42em #a3afb7, -.645em -.522em 0 -.44em #a3afb7, -.775em -.297em 0 -.46em #a3afb7, -.82em -.09em 0 -.477em #a3afb7;
	}
	100% {
		-webkit-box-shadow: 0 -.83em 0 -.4em #a3afb7, 0 -.83em 0 -.42em #a3afb7, 0 -.83em 0 -.44em #a3afb7, 0 -.83em 0 -.46em #a3afb7, 0 -.83em 0 -.477em #a3afb7;
		        box-shadow: 0 -.83em 0 -.4em #a3afb7, 0 -.83em 0 -.42em #a3afb7, 0 -.83em 0 -.44em #a3afb7, 0 -.83em 0 -.46em #a3afb7, 0 -.83em 0 -.477em #a3afb7;
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}
@-o-keyframes loader-tadpole {
	0% {
		box-shadow: 0 -.83em 0 -.4em #a3afb7, 0 -.83em 0 -.42em #a3afb7, 0 -.83em 0 -.44em #a3afb7, 0 -.83em 0 -.46em #a3afb7, 0 -.83em 0 -.477em #a3afb7;
		-webkit-transform: rotate(0deg);
		     -o-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	5%, 95% {
		box-shadow: 0 -.83em 0 -.4em #a3afb7, 0 -.83em 0 -.42em #a3afb7, 0 -.83em 0 -.44em #a3afb7, 0 -.83em 0 -.46em #a3afb7, 0 -.83em 0 -.477em #a3afb7;
	}
	10%, 59% {
		box-shadow: 0 -.83em 0 -.4em #a3afb7, -.087em -.825em 0 -.42em #a3afb7, -.173em -.812em 0 -.44em #a3afb7, -.256em -.789em 0 -.46em #a3afb7, -.297em -.775em 0 -.477em #a3afb7;
	}
	20% {
		box-shadow: 0 -.83em 0 -.4em #a3afb7, -.338em -.758em 0 -.42em #a3afb7, -.555em -.617em 0 -.44em #a3afb7, -.671em -.488em 0 -.46em #a3afb7, -.749em -.34em 0 -.477em #a3afb7;
	}
	38% {
		box-shadow: 0 -.83em 0 -.4em #a3afb7, -.377em -.74em 0 -.42em #a3afb7, -.645em -.522em 0 -.44em #a3afb7, -.775em -.297em 0 -.46em #a3afb7, -.82em -.09em 0 -.477em #a3afb7;
	}
	100% {
		box-shadow: 0 -.83em 0 -.4em #a3afb7, 0 -.83em 0 -.42em #a3afb7, 0 -.83em 0 -.44em #a3afb7, 0 -.83em 0 -.46em #a3afb7, 0 -.83em 0 -.477em #a3afb7;
		-webkit-transform: rotate(360deg);
		     -o-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}
@keyframes loader-tadpole {
	0% {
		-webkit-box-shadow: 0 -.83em 0 -.4em #a3afb7, 0 -.83em 0 -.42em #a3afb7, 0 -.83em 0 -.44em #a3afb7, 0 -.83em 0 -.46em #a3afb7, 0 -.83em 0 -.477em #a3afb7;
		        box-shadow: 0 -.83em 0 -.4em #a3afb7, 0 -.83em 0 -.42em #a3afb7, 0 -.83em 0 -.44em #a3afb7, 0 -.83em 0 -.46em #a3afb7, 0 -.83em 0 -.477em #a3afb7;
		-webkit-transform: rotate(0deg);
		     -o-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	5%, 95% {
		-webkit-box-shadow: 0 -.83em 0 -.4em #a3afb7, 0 -.83em 0 -.42em #a3afb7, 0 -.83em 0 -.44em #a3afb7, 0 -.83em 0 -.46em #a3afb7, 0 -.83em 0 -.477em #a3afb7;
		        box-shadow: 0 -.83em 0 -.4em #a3afb7, 0 -.83em 0 -.42em #a3afb7, 0 -.83em 0 -.44em #a3afb7, 0 -.83em 0 -.46em #a3afb7, 0 -.83em 0 -.477em #a3afb7;
	}
	10%, 59% {
		-webkit-box-shadow: 0 -.83em 0 -.4em #a3afb7, -.087em -.825em 0 -.42em #a3afb7, -.173em -.812em 0 -.44em #a3afb7, -.256em -.789em 0 -.46em #a3afb7, -.297em -.775em 0 -.477em #a3afb7;
		        box-shadow: 0 -.83em 0 -.4em #a3afb7, -.087em -.825em 0 -.42em #a3afb7, -.173em -.812em 0 -.44em #a3afb7, -.256em -.789em 0 -.46em #a3afb7, -.297em -.775em 0 -.477em #a3afb7;
	}
	20% {
		-webkit-box-shadow: 0 -.83em 0 -.4em #a3afb7, -.338em -.758em 0 -.42em #a3afb7, -.555em -.617em 0 -.44em #a3afb7, -.671em -.488em 0 -.46em #a3afb7, -.749em -.34em 0 -.477em #a3afb7;
		        box-shadow: 0 -.83em 0 -.4em #a3afb7, -.338em -.758em 0 -.42em #a3afb7, -.555em -.617em 0 -.44em #a3afb7, -.671em -.488em 0 -.46em #a3afb7, -.749em -.34em 0 -.477em #a3afb7;
	}
	38% {
		-webkit-box-shadow: 0 -.83em 0 -.4em #a3afb7, -.377em -.74em 0 -.42em #a3afb7, -.645em -.522em 0 -.44em #a3afb7, -.775em -.297em 0 -.46em #a3afb7, -.82em -.09em 0 -.477em #a3afb7;
		        box-shadow: 0 -.83em 0 -.4em #a3afb7, -.377em -.74em 0 -.42em #a3afb7, -.645em -.522em 0 -.44em #a3afb7, -.775em -.297em 0 -.46em #a3afb7, -.82em -.09em 0 -.477em #a3afb7;
	}
	100% {
		-webkit-box-shadow: 0 -.83em 0 -.4em #a3afb7, 0 -.83em 0 -.42em #a3afb7, 0 -.83em 0 -.44em #a3afb7, 0 -.83em 0 -.46em #a3afb7, 0 -.83em 0 -.477em #a3afb7;
		        box-shadow: 0 -.83em 0 -.4em #a3afb7, 0 -.83em 0 -.42em #a3afb7, 0 -.83em 0 -.44em #a3afb7, 0 -.83em 0 -.46em #a3afb7, 0 -.83em 0 -.477em #a3afb7;
		-webkit-transform: rotate(360deg);
		     -o-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}
@-webkit-keyframes loader-ellipsis {
	0%, 80%, 100% {
		-webkit-box-shadow: 0 .625em 0 -.325em #a3afb7;
		        box-shadow: 0 .625em 0 -.325em #a3afb7;
	}
	40% {
		-webkit-box-shadow: 0 .625em 0 0 #a3afb7;
		        box-shadow: 0 .625em 0 0 #a3afb7;
	}
}
@-o-keyframes loader-ellipsis {
	0%, 80%, 100% {
		box-shadow: 0 .625em 0 -.325em #a3afb7;
	}
	40% {
		box-shadow: 0 .625em 0 0 #a3afb7;
	}
}
@keyframes loader-ellipsis {
	0%, 80%, 100% {
		-webkit-box-shadow: 0 .625em 0 -.325em #a3afb7;
		        box-shadow: 0 .625em 0 -.325em #a3afb7;
	}
	40% {
		-webkit-box-shadow: 0 .625em 0 0 #a3afb7;
		        box-shadow: 0 .625em 0 0 #a3afb7;
	}
}
@-webkit-keyframes loader-dot-rotate {
	0% {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}
@-o-keyframes loader-dot-rotate {
	0% {
		-webkit-transform: rotate(0deg);
		     -o-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		     -o-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}
@keyframes loader-dot-rotate {
	0% {
		-webkit-transform: rotate(0deg);
		     -o-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		     -o-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}
@-webkit-keyframes loader-dot-bounce {
	0%, 100% {
		-webkit-transform: scale(0);
		        transform: scale(0);
	}
	50% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
}
@-o-keyframes loader-dot-bounce {
	0%, 100% {
		-webkit-transform: scale(0);
		     -o-transform: scale(0);
		        transform: scale(0);
	}
	50% {
		-webkit-transform: scale(1);
		     -o-transform: scale(1);
		        transform: scale(1);
	}
}
@keyframes loader-dot-bounce {
	0%, 100% {
		-webkit-transform: scale(0);
		     -o-transform: scale(0);
		        transform: scale(0);
	}
	50% {
		-webkit-transform: scale(1);
		     -o-transform: scale(1);
		        transform: scale(1);
	}
}
@-webkit-keyframes loader-bounce {
	0%, 100% {
		-webkit-transform: scale(0);
		        transform: scale(0);
	}
	50% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
}
@-o-keyframes loader-bounce {
	0%, 100% {
		-webkit-transform: scale(0);
		     -o-transform: scale(0);
		        transform: scale(0);
	}
	50% {
		-webkit-transform: scale(1);
		     -o-transform: scale(1);
		        transform: scale(1);
	}
}
@keyframes loader-bounce {
	0%, 100% {
		-webkit-transform: scale(0);
		     -o-transform: scale(0);
		        transform: scale(0);
	}
	50% {
		-webkit-transform: scale(1);
		     -o-transform: scale(1);
		        transform: scale(1);
	}
}
[class*=animation-] {
	-webkit-animation-duration: .5s;
	     -o-animation-duration: .5s;
	        animation-duration: .5s;
	-webkit-animation-timing-function: ease-out;
	     -o-animation-timing-function: ease-out;
	        animation-timing-function: ease-out;
}
.animation-hover:not(:hover), .animation-hover:not(:hover) [class*=animation-], .touch .animation-hover:not(.hover), .touch .animation-hover:not(.hover) [class*=animation-] {
	-webkit-animation-name: none;
	     -o-animation-name: none;
	        animation-name: none;
}
.animation-reverse {
	-webkit-animation-timing-function: ease-in;
	     -o-animation-timing-function: ease-in;
	        animation-timing-function: ease-in;
	animation-direction: reverse;
}
.animation-repeat {
	-webkit-animation-iteration-count: infinite;
	     -o-animation-iteration-count: infinite;
	        animation-iteration-count: infinite;
}
.animation-fade {
	-webkit-animation-name: fade;
	     -o-animation-name: fade;
	        animation-name: fade;
	-webkit-animation-duration: .8s;
	     -o-animation-duration: .8s;
	        animation-duration: .8s;
	-webkit-animation-timing-function: linear;
	     -o-animation-timing-function: linear;
	        animation-timing-function: linear;
}
.animation-scale {
	-webkit-animation-name: scale-12;
	     -o-animation-name: scale-12;
	        animation-name: scale-12;
}
.animation-scale-up {
	-webkit-animation-name: fade-scale-02;
	     -o-animation-name: fade-scale-02;
	        animation-name: fade-scale-02;
}
.animation-scale-down {
	-webkit-animation-name: fade-scale-18;
	     -o-animation-name: fade-scale-18;
	        animation-name: fade-scale-18;
}
.animation-slide-top {
	-webkit-animation-name: slide-top;
	     -o-animation-name: slide-top;
	        animation-name: slide-top;
}
.animation-slide-bottom {
	-webkit-animation-name: slide-bottom;
	     -o-animation-name: slide-bottom;
	        animation-name: slide-bottom;
}
.animation-slide-left {
	-webkit-animation-name: slide-left;
	     -o-animation-name: slide-left;
	        animation-name: slide-left;
}
.animation-slide-right {
	-webkit-animation-name: slide-right;
	     -o-animation-name: slide-right;
	        animation-name: slide-right;
}
.animation-shake {
	-webkit-animation-name: shake;
	     -o-animation-name: shake;
	        animation-name: shake;
}
.animation-duration-10 {
	-webkit-animation-duration: 15s;
	     -o-animation-duration: 15s;
	        animation-duration: 15s;
}
.animation-duration-9 {
	-webkit-animation-duration: 9s;
	     -o-animation-duration: 9s;
	        animation-duration: 9s;
}
.animation-duration-8 {
	-webkit-animation-duration: 8s;
	     -o-animation-duration: 8s;
	        animation-duration: 8s;
}
.animation-duration-7 {
	-webkit-animation-duration: 7s;
	     -o-animation-duration: 7s;
	        animation-duration: 7s;
}
.animation-duration-6 {
	-webkit-animation-duration: 6s;
	     -o-animation-duration: 6s;
	        animation-duration: 6s;
}
.animation-duration-5 {
	-webkit-animation-duration: 5s;
	     -o-animation-duration: 5s;
	        animation-duration: 5s;
}
.animation-duration-4 {
	-webkit-animation-duration: 4s;
	     -o-animation-duration: 4s;
	        animation-duration: 4s;
}
.animation-duration-3 {
	-webkit-animation-duration: 3s;
	     -o-animation-duration: 3s;
	        animation-duration: 3s;
}
.animation-duration-2 {
	-webkit-animation-duration: 2s;
	     -o-animation-duration: 2s;
	        animation-duration: 2s;
}
.animation-duration-1 {
	-webkit-animation-duration: 1s;
	     -o-animation-duration: 1s;
	        animation-duration: 1s;
}
.animation-delay-100 {
	-webkit-animation-duration: 100ms;
	     -o-animation-duration: 100ms;
	        animation-duration: 100ms;
}
.animation-duration-250 {
	-webkit-animation-duration: 250ms;
	     -o-animation-duration: 250ms;
	        animation-duration: 250ms;
}
.animation-duration-300 {
	-webkit-animation-duration: 300ms;
	     -o-animation-duration: 300ms;
	        animation-duration: 300ms;
}
.animation-duration-500 {
	-webkit-animation-duration: 500ms;
	     -o-animation-duration: 500ms;
	        animation-duration: 500ms;
}
.animation-duration-750 {
	-webkit-animation-duration: 750ms;
	     -o-animation-duration: 750ms;
	        animation-duration: 750ms;
}
.animation-delay-1000 {
	-webkit-animation-delay: 1s;
	     -o-animation-delay: 1s;
	        animation-delay: 1s;
}
.animation-delay-900 {
	-webkit-animation-delay: 900ms;
	     -o-animation-delay: 900ms;
	        animation-delay: 900ms;
}
.animation-delay-800 {
	-webkit-animation-delay: 800ms;
	     -o-animation-delay: 800ms;
	        animation-delay: 800ms;
}
.animation-delay-700 {
	-webkit-animation-delay: 700ms;
	     -o-animation-delay: 700ms;
	        animation-delay: 700ms;
}
.animation-delay-600 {
	-webkit-animation-delay: 600ms;
	     -o-animation-delay: 600ms;
	        animation-delay: 600ms;
}
.animation-delay-500 {
	-webkit-animation-delay: 500ms;
	     -o-animation-delay: 500ms;
	        animation-delay: 500ms;
}
.animation-delay-400 {
	-webkit-animation-delay: 400ms;
	     -o-animation-delay: 400ms;
	        animation-delay: 400ms;
}
.animation-delay-300 {
	-webkit-animation-delay: 300ms;
	     -o-animation-delay: 300ms;
	        animation-delay: 300ms;
}
.animation-delay-200 {
	-webkit-animation-delay: 200ms;
	     -o-animation-delay: 200ms;
	        animation-delay: 200ms;
}
.animation-delay-100 {
	-webkit-animation-delay: 100ms;
	     -o-animation-delay: 100ms;
	        animation-delay: 100ms;
}
.animation-top-left {
	-webkit-transform-origin: 0 0;
	    -ms-transform-origin: 0 0;
	     -o-transform-origin: 0 0;
	        transform-origin: 0 0;
}
.animation-top-center {
	-webkit-transform-origin: 50% 0;
	    -ms-transform-origin: 50% 0;
	     -o-transform-origin: 50% 0;
	        transform-origin: 50% 0;
}
.animation-top-right {
	-webkit-transform-origin: 100% 0;
	    -ms-transform-origin: 100% 0;
	     -o-transform-origin: 100% 0;
	        transform-origin: 100% 0;
}
.animation-middle-left {
	-webkit-transform-origin: 0 50%;
	    -ms-transform-origin: 0 50%;
	     -o-transform-origin: 0 50%;
	        transform-origin: 0 50%;
}
.animation-middle-right {
	-webkit-transform-origin: 100% 50%;
	    -ms-transform-origin: 100% 50%;
	     -o-transform-origin: 100% 50%;
	        transform-origin: 100% 50%;
}
.animation-bottom-left {
	-webkit-transform-origin: 0 100%;
	    -ms-transform-origin: 0 100%;
	     -o-transform-origin: 0 100%;
	        transform-origin: 0 100%;
}
.animation-bottom-center {
	-webkit-transform-origin: 50% 100%;
	    -ms-transform-origin: 50% 100%;
	     -o-transform-origin: 50% 100%;
	        transform-origin: 50% 100%;
}
.animation-bottom-right {
	-webkit-transform-origin: 100% 100%;
	    -ms-transform-origin: 100% 100%;
	     -o-transform-origin: 100% 100%;
	        transform-origin: 100% 100%;
}
.animation-easing-easeInOut {
	-webkit-animation-timing-function: cubic-bezier(.42, 0, .58, 1);
	     -o-animation-timing-function: cubic-bezier(.42, 0, .58, 1);
	        animation-timing-function: cubic-bezier(.42, 0, .58, 1);
}
.animation-easing-easeInQuad {
	-webkit-animation-timing-function: cubic-bezier(.55, .085, .68, .53);
	     -o-animation-timing-function: cubic-bezier(.55, .085, .68, .53);
	        animation-timing-function: cubic-bezier(.55, .085, .68, .53);
}
.animation-easing-easeInCubic {
	-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	     -o-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
}
.animation-easing-easeInQuart {
	-webkit-animation-timing-function: cubic-bezier(.895, .03, .685, .22);
	     -o-animation-timing-function: cubic-bezier(.895, .03, .685, .22);
	        animation-timing-function: cubic-bezier(.895, .03, .685, .22);
}
.animation-easing-easeInQuint {
	-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
	     -o-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
	        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
}
.animation-easing-easeInSine {
	-webkit-animation-timing-function: cubic-bezier(.47, 0, .745, .715);
	     -o-animation-timing-function: cubic-bezier(.47, 0, .745, .715);
	        animation-timing-function: cubic-bezier(.47, 0, .745, .715);
}
.animation-easing-easeInExpo {
	-webkit-animation-timing-function: cubic-bezier(.95, .05, .795, .035);
	     -o-animation-timing-function: cubic-bezier(.95, .05, .795, .035);
	        animation-timing-function: cubic-bezier(.95, .05, .795, .035);
}
.animation-easing-easeInCirc {
	-webkit-animation-timing-function: cubic-bezier(.6, .04, .98, .335);
	     -o-animation-timing-function: cubic-bezier(.6, .04, .98, .335);
	        animation-timing-function: cubic-bezier(.6, .04, .98, .335);
}
.animation-easing-easeInBack {
	-webkit-animation-timing-function: cubic-bezier(.6, -.28, .735, .045);
	     -o-animation-timing-function: cubic-bezier(.6, -.28, .735, .045);
	        animation-timing-function: cubic-bezier(.6, -.28, .735, .045);
}
.animation-easing-eastOutQuad {
	-webkit-animation-timing-function: cubic-bezier(.25, .46, .45, .94);
	     -o-animation-timing-function: cubic-bezier(.25, .46, .45, .94);
	        animation-timing-function: cubic-bezier(.25, .46, .45, .94);
}
.animation-easing-easeOutCubic {
	-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	     -o-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
}
.animation-easing-easeOutQuart {
	-webkit-animation-timing-function: cubic-bezier(.165, .84, .44, 1);
	     -o-animation-timing-function: cubic-bezier(.165, .84, .44, 1);
	        animation-timing-function: cubic-bezier(.165, .84, .44, 1);
}
.animation-easing-easeOutQuint {
	-webkit-animation-timing-function: cubic-bezier(.23, 1, .32, 1);
	     -o-animation-timing-function: cubic-bezier(.23, 1, .32, 1);
	        animation-timing-function: cubic-bezier(.23, 1, .32, 1);
}
.animation-easing-easeOutSine {
	-webkit-animation-timing-function: cubic-bezier(.39, .575, .565, 1);
	     -o-animation-timing-function: cubic-bezier(.39, .575, .565, 1);
	        animation-timing-function: cubic-bezier(.39, .575, .565, 1);
}
.animation-easing-easeOutExpo {
	-webkit-animation-timing-function: cubic-bezier(.19, 1, .22, 1);
	     -o-animation-timing-function: cubic-bezier(.19, 1, .22, 1);
	        animation-timing-function: cubic-bezier(.19, 1, .22, 1);
}
.animation-easing-easeOutCirc {
	-webkit-animation-timing-function: cubic-bezier(.075, .82, .165, 1);
	     -o-animation-timing-function: cubic-bezier(.075, .82, .165, 1);
	        animation-timing-function: cubic-bezier(.075, .82, .165, 1);
}
.animation-easing-easeOutBack {
	-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1.275);
	     -o-animation-timing-function: cubic-bezier(.175, .885, .32, 1.275);
	        animation-timing-function: cubic-bezier(.175, .885, .32, 1.275);
}
.animation-easing-easeInOutQuad {
	-webkit-animation-timing-function: cubic-bezier(.455, .03, .515, .955);
	     -o-animation-timing-function: cubic-bezier(.455, .03, .515, .955);
	        animation-timing-function: cubic-bezier(.455, .03, .515, .955);
}
.animation-easing-easeInOutCubic {
	-webkit-animation-timing-function: cubic-bezier(.645, .045, .355, 1);
	     -o-animation-timing-function: cubic-bezier(.645, .045, .355, 1);
	        animation-timing-function: cubic-bezier(.645, .045, .355, 1);
}
.animation-easing-easeInOutQuart {
	-webkit-animation-timing-function: cubic-bezier(.77, 0, .175, 1);
	     -o-animation-timing-function: cubic-bezier(.77, 0, .175, 1);
	        animation-timing-function: cubic-bezier(.77, 0, .175, 1);
}
.animation-easing-easeInOutQuint {
	-webkit-animation-timing-function: cubic-bezier(.86, 0, .07, 1);
	     -o-animation-timing-function: cubic-bezier(.86, 0, .07, 1);
	        animation-timing-function: cubic-bezier(.86, 0, .07, 1);
}
.animation-easing-easeInOutSine {
	-webkit-animation-timing-function: cubic-bezier(.445, .05, .55, .95);
	     -o-animation-timing-function: cubic-bezier(.445, .05, .55, .95);
	        animation-timing-function: cubic-bezier(.445, .05, .55, .95);
}
.animation-easing-easeInOutExpo {
	-webkit-animation-timing-function: cubic-bezier(1, 0, 0, 1);
	     -o-animation-timing-function: cubic-bezier(1, 0, 0, 1);
	        animation-timing-function: cubic-bezier(1, 0, 0, 1);
}
.animation-easing-easeInOutCirc {
	-webkit-animation-timing-function: cubic-bezier(.785, .135, .15, .86);
	     -o-animation-timing-function: cubic-bezier(.785, .135, .15, .86);
	        animation-timing-function: cubic-bezier(.785, .135, .15, .86);
}
.animation-easing-easeInOutBack {
	-webkit-animation-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
	     -o-animation-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
	        animation-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
}
.animation-easing-easeInOutElastic {
	-webkit-animation-timing-function: cubic-bezier(1, -.56, 0, 1.455);
	     -o-animation-timing-function: cubic-bezier(1, -.56, 0, 1.455);
	        animation-timing-function: cubic-bezier(1, -.56, 0, 1.455);
}
@-webkit-keyframes fade {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-o-keyframes fade {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes fade {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-webkit-keyframes scale-12 {
	0% {
		-webkit-transform: scale(1.2);
		        transform: scale(1.2);
	}
	100% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
}
@-o-keyframes scale-12 {
	0% {
		-o-transform: scale(1.2);
		   transform: scale(1.2);
	}
	100% {
		-o-transform: scale(1);
		   transform: scale(1);
	}
}
@keyframes scale-12 {
	0% {
		-webkit-transform: scale(1.2);
		     -o-transform: scale(1.2);
		        transform: scale(1.2);
	}
	100% {
		-webkit-transform: scale(1);
		     -o-transform: scale(1);
		        transform: scale(1);
	}
}
@-webkit-keyframes fade-scale-02 {
	0% {
		opacity: 0;
		-webkit-transform: scale(.2);
		        transform: scale(.2);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
}
@-o-keyframes fade-scale-02 {
	0% {
		opacity: 0;
		-o-transform: scale(.2);
		   transform: scale(.2);
	}
	100% {
		opacity: 1;
		-o-transform: scale(1);
		   transform: scale(1);
	}
}
@keyframes fade-scale-02 {
	0% {
		opacity: 0;
		-webkit-transform: scale(.2);
		     -o-transform: scale(.2);
		        transform: scale(.2);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		     -o-transform: scale(1);
		        transform: scale(1);
	}
}
@-webkit-keyframes fade-scale-18 {
	0% {
		opacity: 0;
		-webkit-transform: scale(1.8);
		        transform: scale(1.8);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
}
@-o-keyframes fade-scale-18 {
	0% {
		opacity: 0;
		-o-transform: scale(1.8);
		   transform: scale(1.8);
	}
	100% {
		opacity: 1;
		-o-transform: scale(1);
		   transform: scale(1);
	}
}
@keyframes fade-scale-18 {
	0% {
		opacity: 0;
		-webkit-transform: scale(1.8);
		     -o-transform: scale(1.8);
		        transform: scale(1.8);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		     -o-transform: scale(1);
		        transform: scale(1);
	}
}
@-webkit-keyframes slide-top {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		        transform: translate3d(0, -100%, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		        transform: translate3d(0, 0, 0);
	}
}
@-o-keyframes slide-top {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		        transform: translate3d(0, -100%, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		        transform: translate3d(0, 0, 0);
	}
}
@keyframes slide-top {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		        transform: translate3d(0, -100%, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		        transform: translate3d(0, 0, 0);
	}
}
@-webkit-keyframes slide-bottom {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		        transform: translate3d(0, 100%, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		        transform: translate3d(0, 0, 0);
	}
}
@-o-keyframes slide-bottom {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		        transform: translate3d(0, 100%, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		        transform: translate3d(0, 0, 0);
	}
}
@keyframes slide-bottom {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		        transform: translate3d(0, 100%, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		        transform: translate3d(0, 0, 0);
	}
}
@-webkit-keyframes slide-left {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		        transform: translate3d(-100%, 0, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		        transform: translate3d(0, 0, 0);
	}
}
@-o-keyframes slide-left {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		        transform: translate3d(-100%, 0, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		        transform: translate3d(0, 0, 0);
	}
}
@keyframes slide-left {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		        transform: translate3d(-100%, 0, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		        transform: translate3d(0, 0, 0);
	}
}
@-webkit-keyframes slide-right {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		        transform: translate3d(100%, 0, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		        transform: translate3d(0, 0, 0);
	}
}
@-o-keyframes slide-right {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		        transform: translate3d(100%, 0, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		        transform: translate3d(0, 0, 0);
	}
}
@keyframes slide-right {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		        transform: translate3d(100%, 0, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		        transform: translate3d(0, 0, 0);
	}
}
@-webkit-keyframes shake {
	0%, 100% {
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
	10% {
		-webkit-transform: translateX(-9px);
		        transform: translateX(-9px);
	}
	20% {
		-webkit-transform: translateX(8px);
		        transform: translateX(8px);
	}
	30% {
		-webkit-transform: translateX(-7px);
		        transform: translateX(-7px);
	}
	40% {
		-webkit-transform: translateX(6px);
		        transform: translateX(6px);
	}
	50% {
		-webkit-transform: translateX(-5px);
		        transform: translateX(-5px);
	}
	60% {
		-webkit-transform: translateX(4px);
		        transform: translateX(4px);
	}
	70% {
		-webkit-transform: translateX(-3px);
		        transform: translateX(-3px);
	}
	80% {
		-webkit-transform: translateX(2px);
		        transform: translateX(2px);
	}
	90% {
		-webkit-transform: translateX(-1px);
		        transform: translateX(-1px);
	}
}
@-o-keyframes shake {
	0%, 100% {
		-o-transform: translateX(0);
		   transform: translateX(0);
	}
	10% {
		-o-transform: translateX(-9px);
		   transform: translateX(-9px);
	}
	20% {
		-o-transform: translateX(8px);
		   transform: translateX(8px);
	}
	30% {
		-o-transform: translateX(-7px);
		   transform: translateX(-7px);
	}
	40% {
		-o-transform: translateX(6px);
		   transform: translateX(6px);
	}
	50% {
		-o-transform: translateX(-5px);
		   transform: translateX(-5px);
	}
	60% {
		-o-transform: translateX(4px);
		   transform: translateX(4px);
	}
	70% {
		-o-transform: translateX(-3px);
		   transform: translateX(-3px);
	}
	80% {
		-o-transform: translateX(2px);
		   transform: translateX(2px);
	}
	90% {
		-o-transform: translateX(-1px);
		   transform: translateX(-1px);
	}
}
@keyframes shake {
	0%, 100% {
		-webkit-transform: translateX(0);
		     -o-transform: translateX(0);
		        transform: translateX(0);
	}
	10% {
		-webkit-transform: translateX(-9px);
		     -o-transform: translateX(-9px);
		        transform: translateX(-9px);
	}
	20% {
		-webkit-transform: translateX(8px);
		     -o-transform: translateX(8px);
		        transform: translateX(8px);
	}
	30% {
		-webkit-transform: translateX(-7px);
		     -o-transform: translateX(-7px);
		        transform: translateX(-7px);
	}
	40% {
		-webkit-transform: translateX(6px);
		     -o-transform: translateX(6px);
		        transform: translateX(6px);
	}
	50% {
		-webkit-transform: translateX(-5px);
		     -o-transform: translateX(-5px);
		        transform: translateX(-5px);
	}
	60% {
		-webkit-transform: translateX(4px);
		     -o-transform: translateX(4px);
		        transform: translateX(4px);
	}
	70% {
		-webkit-transform: translateX(-3px);
		     -o-transform: translateX(-3px);
		        transform: translateX(-3px);
	}
	80% {
		-webkit-transform: translateX(2px);
		     -o-transform: translateX(2px);
		        transform: translateX(2px);
	}
	90% {
		-webkit-transform: translateX(-1px);
		     -o-transform: translateX(-1px);
		        transform: translateX(-1px);
	}
}
.primary-100 {
	color: #e8f1f8 !important;
}
.primary-200 {
	color: #d5e4f1 !important;
}
.primary-300 {
	color: #bcd8f1 !important;
}
.primary-400 {
	color: #a2caee !important;
}
.primary-500 {
	color: #89bceb !important;
}
.primary-600 {
	color: #62a8ea !important;
}
.primary-700 {
	color: #4e97d9 !important;
}
.primary-800 {
	color: #3583ca !important;
}
.blue-100 {
	color: #e8f1f8 !important;
}
.blue-200 {
	color: #d5e4f1 !important;
}
.blue-300 {
	color: #bcd8f1 !important;
}
.blue-400 {
	color: #a2caee !important;
}
.blue-500 {
	color: #89bceb !important;
}
.blue-600 {
	color: #62a8ea !important;
}
.blue-700 {
	color: #4e97d9 !important;
}
.blue-800 {
	color: #3583ca !important;
}
.red-100 {
	color: #ffeaea !important;
}
.red-200 {
	color: #fad3d3 !important;
}
.red-300 {
	color: #fab4b4 !important;
}
.red-400 {
	color: #fa9898 !important;
}
.red-500 {
	color: #fa7a7a !important;
}
.red-600 {
	color: #f96868 !important;
}
.red-700 {
	color: #e9595b !important;
}
.red-800 {
	color: #d6494b !important;
}
.pink-100 {
	color: #fce4ec !important;
}
.pink-200 {
	color: #ffccde !important;
}
.pink-300 {
	color: #fba9c6 !important;
}
.pink-400 {
	color: #fb8db4 !important;
}
.pink-500 {
	color: #f978a6 !important;
}
.pink-600 {
	color: #f96197 !important;
}
.pink-700 {
	color: #f44c87 !important;
}
.pink-800 {
	color: #e53b75 !important;
}
.purple-100 {
	color: #f6f2ff !important;
}
.purple-200 {
	color: #e3dbf4 !important;
}
.purple-300 {
	color: #d2c5ec !important;
}
.purple-400 {
	color: #bba7e4 !important;
}
.purple-500 {
	color: #a58add !important;
}
.purple-600 {
	color: #926dde !important;
}
.purple-700 {
	color: #7c51d1 !important;
}
.purple-800 {
	color: #6d45bc !important;
}
.indigo-100 {
	color: #edeff9 !important;
}
.indigo-200 {
	color: #dadef5 !important;
}
.indigo-300 {
	color: #bcc5f4 !important;
}
.indigo-400 {
	color: #9daaf3 !important;
}
.indigo-500 {
	color: #8897ec !important;
}
.indigo-600 {
	color: #677ae4 !important;
}
.indigo-700 {
	color: #5166d6 !important;
}
.indigo-800 {
	color: #465bd4 !important;
}
.cyan-100 {
	color: #ecf9fa !important;
}
.cyan-200 {
	color: #d3eff2 !important;
}
.cyan-300 {
	color: #baeaef !important;
}
.cyan-400 {
	color: #9ae1e9 !important;
}
.cyan-500 {
	color: #77d6e1 !important;
}
.cyan-600 {
	color: #57c7d4 !important;
}
.cyan-700 {
	color: #47b8c6 !important;
}
.cyan-800 {
	color: #37a9b7 !important;
}
.teal-100 {
	color: #ecfdfc !important;
}
.teal-200 {
	color: #cdf4f1 !important;
}
.teal-300 {
	color: #99e1da !important;
}
.teal-400 {
	color: #79d1c9 !important;
}
.teal-500 {
	color: #56bfb5 !important;
}
.teal-600 {
	color: #3aa99e !important;
}
.teal-700 {
	color: #269b8f !important;
}
.teal-800 {
	color: #178d81 !important;
}
.green-100 {
	color: #e7faf2 !important;
}
.green-200 {
	color: #bfedd8 !important;
}
.green-300 {
	color: #9fe5c5 !important;
}
.green-400 {
	color: #7dd3ae !important;
}
.green-500 {
	color: #5cd29d !important;
}
.green-600 {
	color: #46be8a !important;
}
.green-700 {
	color: #36ab7a !important;
}
.green-800 {
	color: #279566 !important;
}
.light-green-100 {
	color: #f1f7ea !important;
}
.light-green-200 {
	color: #e0ecd1 !important;
}
.light-green-300 {
	color: #cadfb1 !important;
}
.light-green-400 {
	color: #bad896 !important;
}
.light-green-500 {
	color: #acd57c !important;
}
.light-green-600 {
	color: #9ece67 !important;
}
.light-green-700 {
	color: #83b944 !important;
}
.light-green-800 {
	color: #70a532 !important;
}
.yellow-100 {
	color: #fffae7 !important;
}
.yellow-200 {
	color: #f9eec1 !important;
}
.yellow-300 {
	color: #f6e7a9 !important;
}
.yellow-400 {
	color: #f8e59b !important;
}
.yellow-500 {
	color: #f7e083 !important;
}
.yellow-600 {
	color: #f7da64 !important;
}
.yellow-700 {
	color: #f9cd48 !important;
}
.yellow-800 {
	color: #fbc02d !important;
}
.orange-100 {
	color: #fff3e6 !important;
}
.orange-200 {
	color: #ffddb9 !important;
}
.orange-300 {
	color: #fbce9d !important;
}
.orange-400 {
	color: #f6be80 !important;
}
.orange-500 {
	color: #f4b066 !important;
}
.orange-600 {
	color: #f2a654 !important;
}
.orange-700 {
	color: #ec9940 !important;
}
.orange-800 {
	color: #e98f2e !important;
}
.brown-100 {
	color: #fae6df !important;
}
.brown-200 {
	color: #e2bdaf !important;
}
.brown-300 {
	color: #d3aa9c !important;
}
.brown-400 {
	color: #b98e7e !important;
}
.brown-500 {
	color: #a17768 !important;
}
.brown-600 {
	color: #8d6658 !important;
}
.brown-700 {
	color: #7d5b4f !important;
}
.brown-800 {
	color: #715146 !important;
}
.grey-100 {
	color: #fafafa !important;
}
.grey-200 {
	color: #eee !important;
}
.grey-300 {
	color: #e0e0e0 !important;
}
.grey-400 {
	color: #bdbdbd !important;
}
.grey-500 {
	color: #9e9e9e !important;
}
.grey-600 {
	color: #757575 !important;
}
.grey-700 {
	color: #616161 !important;
}
.grey-800 {
	color: #424242 !important;
}
.blue-grey-100 {
	color: #f3f7f9 !important;
}
.blue-grey-200 {
	color: #e4eaec !important;
}
.blue-grey-300 {
	color: #ccd5db !important;
}
.blue-grey-400 {
	color: #a3afb7 !important;
}
.blue-grey-500 {
	color: #76838f !important;
}
.blue-grey-600 {
	color: #526069 !important;
}
.blue-grey-700 {
	color: #37474f !important;
}
.blue-grey-800 {
	color: #263238 !important;
}
.bg-primary-100 {
	background-color: #e8f1f8 !important;
}
.bg-primary-200 {
	background-color: #d5e4f1 !important;
}
.bg-primary-300 {
	background-color: #bcd8f1 !important;
}
.bg-primary-400 {
	background-color: #a2caee !important;
}
.bg-primary-500 {
	background-color: #89bceb !important;
}
.bg-primary-600 {
	background-color: #62a8ea !important;
}
.bg-primary-700 {
	background-color: #4e97d9 !important;
}
.bg-primary-800 {
	background-color: #3583ca !important;
}
.bg-blue-100 {
	background-color: #e8f1f8 !important;
}
.bg-blue-200 {
	background-color: #d5e4f1 !important;
}
.bg-blue-300 {
	background-color: #bcd8f1 !important;
}
.bg-blue-400 {
	background-color: #a2caee !important;
}
.bg-blue-500 {
	background-color: #89bceb !important;
}
.bg-blue-600 {
	background-color: #62a8ea !important;
}
.bg-blue-700 {
	background-color: #4e97d9 !important;
}
.bg-blue-800 {
	background-color: #3583ca !important;
}
.bg-red-100 {
	background-color: #ffeaea !important;
}
.bg-red-200 {
	background-color: #fad3d3 !important;
}
.bg-red-300 {
	background-color: #fab4b4 !important;
}
.bg-red-400 {
	background-color: #fa9898 !important;
}
.bg-red-500 {
	background-color: #fa7a7a !important;
}
.bg-red-600 {
	background-color: #f96868 !important;
}
.bg-red-700 {
	background-color: #e9595b !important;
}
.bg-red-800 {
	background-color: #d6494b !important;
}
.bg-pink-100 {
	background-color: #fce4ec !important;
}
.bg-pink-200 {
	background-color: #ffccde !important;
}
.bg-pink-300 {
	background-color: #fba9c6 !important;
}
.bg-pink-400 {
	background-color: #fb8db4 !important;
}
.bg-pink-500 {
	background-color: #f978a6 !important;
}
.bg-pink-600 {
	background-color: #f96197 !important;
}
.bg-pink-700 {
	background-color: #f44c87 !important;
}
.bg-pink-800 {
	background-color: #e53b75 !important;
}
.bg-purple-100 {
	background-color: #f6f2ff !important;
}
.bg-purple-200 {
	background-color: #e3dbf4 !important;
}
.bg-purple-300 {
	background-color: #d2c5ec !important;
}
.bg-purple-400 {
	background-color: #bba7e4 !important;
}
.bg-purple-500 {
	background-color: #a58add !important;
}
.bg-purple-600 {
	background-color: #926dde !important;
}
.bg-purple-700 {
	background-color: #7c51d1 !important;
}
.bg-purple-800 {
	background-color: #6d45bc !important;
}
.bg-indigo-100 {
	background-color: #edeff9 !important;
}
.bg-indigo-200 {
	background-color: #dadef5 !important;
}
.bg-indigo-300 {
	background-color: #bcc5f4 !important;
}
.bg-indigo-400 {
	background-color: #9daaf3 !important;
}
.bg-indigo-500 {
	background-color: #8897ec !important;
}
.bg-indigo-600 {
	background-color: #677ae4 !important;
}
.bg-indigo-700 {
	background-color: #5166d6 !important;
}
.bg-indigo-800 {
	background-color: #465bd4 !important;
}
.bg-cyan-100 {
	background-color: #ecf9fa !important;
}
.bg-cyan-200 {
	background-color: #d3eff2 !important;
}
.bg-cyan-300 {
	background-color: #baeaef !important;
}
.bg-cyan-400 {
	background-color: #9ae1e9 !important;
}
.bg-cyan-500 {
	background-color: #77d6e1 !important;
}
.bg-cyan-600 {
	background-color: #57c7d4 !important;
}
.bg-cyan-700 {
	background-color: #47b8c6 !important;
}
.bg-cyan-800 {
	background-color: #37a9b7 !important;
}
.bg-teal-100 {
	background-color: #ecfdfc !important;
}
.bg-teal-200 {
	background-color: #cdf4f1 !important;
}
.bg-teal-300 {
	background-color: #99e1da !important;
}
.bg-teal-400 {
	background-color: #79d1c9 !important;
}
.bg-teal-500 {
	background-color: #56bfb5 !important;
}
.bg-teal-600 {
	background-color: #3aa99e !important;
}
.bg-teal-700 {
	background-color: #269b8f !important;
}
.bg-teal-800 {
	background-color: #178d81 !important;
}
.bg-green-100 {
	background-color: #e7faf2 !important;
}
.bg-green-200 {
	background-color: #bfedd8 !important;
}
.bg-green-300 {
	background-color: #9fe5c5 !important;
}
.bg-green-400 {
	background-color: #7dd3ae !important;
}
.bg-green-500 {
	background-color: #5cd29d !important;
}
.bg-green-600 {
	background-color: #46be8a !important;
}
.bg-green-700 {
	background-color: #36ab7a !important;
}
.bg-green-800 {
	background-color: #279566 !important;
}
.bg-light-green-100 {
	background-color: #f1f7ea !important;
}
.bg-light-green-200 {
	background-color: #e0ecd1 !important;
}
.bg-light-green-300 {
	background-color: #cadfb1 !important;
}
.bg-light-green-400 {
	background-color: #bad896 !important;
}
.bg-light-green-500 {
	background-color: #acd57c !important;
}
.bg-light-green-600 {
	background-color: #9ece67 !important;
}
.bg-light-green-700 {
	background-color: #83b944 !important;
}
.bg-light-green-800 {
	background-color: #70a532 !important;
}
.bg-yellow-100 {
	background-color: #fffae7 !important;
}
.bg-yellow-200 {
	background-color: #f9eec1 !important;
}
.bg-yellow-300 {
	background-color: #f6e7a9 !important;
}
.bg-yellow-400 {
	background-color: #f8e59b !important;
}
.bg-yellow-500 {
	background-color: #f7e083 !important;
}
.bg-yellow-600 {
	background-color: #f7da64 !important;
}
.bg-yellow-700 {
	background-color: #f9cd48 !important;
}
.bg-yellow-800 {
	background-color: #fbc02d !important;
}
.bg-orange-100 {
	background-color: #fff3e6 !important;
}
.bg-orange-200 {
	background-color: #ffddb9 !important;
}
.bg-orange-300 {
	background-color: #fbce9d !important;
}
.bg-orange-400 {
	background-color: #f6be80 !important;
}
.bg-orange-500 {
	background-color: #f4b066 !important;
}
.bg-orange-600 {
	background-color: #f2a654 !important;
}
.bg-orange-700 {
	background-color: #ec9940 !important;
}
.bg-orange-800 {
	background-color: #e98f2e !important;
}
.bg-brown-100 {
	background-color: #fae6df !important;
}
.bg-brown-200 {
	background-color: #e2bdaf !important;
}
.bg-brown-300 {
	background-color: #d3aa9c !important;
}
.bg-brown-400 {
	background-color: #b98e7e !important;
}
.bg-brown-500 {
	background-color: #a17768 !important;
}
.bg-brown-600 {
	background-color: #8d6658 !important;
}
.bg-brown-700 {
	background-color: #7d5b4f !important;
}
.bg-brown-800 {
	background-color: #715146 !important;
}
.bg-grey-100 {
	background-color: #fafafa !important;
}
.bg-grey-200 {
	background-color: #eee !important;
}
.bg-grey-300 {
	background-color: #e0e0e0 !important;
}
.bg-grey-400 {
	background-color: #bdbdbd !important;
}
.bg-grey-500 {
	background-color: #9e9e9e !important;
}
.bg-grey-600 {
	background-color: #757575 !important;
}
.bg-grey-700 {
	background-color: #616161 !important;
}
.bg-grey-800 {
	background-color: #424242 !important;
}
.bg-blue-grey-100 {
	background-color: #f3f7f9 !important;
}
.bg-blue-grey-200 {
	background-color: #e4eaec !important;
}
.bg-blue-grey-300 {
	background-color: #ccd5db !important;
}
.bg-blue-grey-400 {
	background-color: #a3afb7 !important;
}
.bg-blue-grey-500 {
	background-color: #76838f !important;
}
.bg-blue-grey-600 {
	background-color: #526069 !important;
}
.bg-blue-grey-700 {
	background-color: #37474f !important;
}
.bg-blue-grey-800 {
	background-color: #263238 !important;
}
.black {
	color: #000 !important;
}
.white {
	color: #fff !important;
}
.bg-white {
	color: #76838f;
	background-color: #fff;
}
.bg-primary {
	color: #fff;
	background-color: #62a8ea;
}
.bg-primary:hover {
	background-color: #8fc1f0;
}
.bg-primary a, a.bg-primary {
	color: #fff;
}
.bg-primary a:hover, a.bg-primary:hover {
	color: #fff;
}
.bg-success {
	color: #fff;
	background-color: #46be8a;
}
.bg-success:hover {
	background-color: #6ccba2;
}
.bg-success a, a.bg-success {
	color: #fff;
}
.bg-success a:hover, a.bg-success:hover {
	color: #fff;
}
.bg-info {
	color: #fff;
	background-color: #57c7d4;
}
.bg-info:hover {
	background-color: #80d5de;
}
.bg-info a, a.bg-info {
	color: #fff;
}
.bg-info a:hover, a.bg-info:hover {
	color: #fff;
}
.bg-warning {
	color: #fff;
	background-color: #f2a654;
}
.bg-warning:hover {
	background-color: #f6bf83;
}
.bg-warning a, a.bg-warning {
	color: #fff;
}
.bg-warning a:hover, a.bg-warning:hover {
	color: #fff;
}
.bg-danger {
	color: #fff;
	background-color: #f96868;
}
.bg-danger:hover {
	background-color: #fb9999;
}
.bg-danger a, a.bg-danger {
	color: #fff;
}
.bg-danger a:hover, a.bg-danger:hover {
	color: #fff;
}
.bg-dark {
	color: #fff;
	background-color: #526069;
}
.bg-dark:hover {
	background-color: #687a86;
}
.bg-dark a, a.bg-dark {
	color: #fff;
}
.bg-dark a:hover, a.bg-dark:hover {
	color: #fff;
}
.social-wechat {
	color: #fff;
	background-color: #51c332 !important;
}
.social-wechat:hover, .social-wechat:focus {
	color: #fff;
	background-color: #70d355 !important;
}
.social-wechat:active, .social-wechat.active {
	color: #fff;
	background-color: #409a28 !important;
}
.bg-wechat {
	background-color: #51c332;
}
.social-qq {
	color: #fff;
	background-color: #12b7f5 !important;
}
.social-qq:hover, .social-qq:focus {
	color: #fff;
	background-color: #43c6f7 !important;
}
.social-qq:active, .social-qq.active {
	color: #fff;
	background-color: #0996cb !important;
}
.bg-qq {
	background-color: #12b7f5;
}
.social-weibo {
	color: #fff;
	background-color: #e6624b !important;
}
.social-weibo:hover, .social-weibo:focus {
	color: #fff;
	background-color: #ec8978 !important;
}
.social-weibo:active, .social-weibo.active {
	color: #fff;
	background-color: #df3b1f !important;
}
.bg-weibo {
	background-color: #e6624b;
}
.social-facebook {
	color: #fff;
	background-color: #3b5998 !important;
}
.social-facebook:hover, .social-facebook:focus {
	color: #fff;
	background-color: #4c70ba !important;
}
.social-facebook:active, .social-facebook.active {
	color: #fff;
	background-color: #2d4373 !important;
}
.bg-facebook {
	background-color: #3b5998;
}
.social-twitter {
	color: #fff;
	background-color: #55acee !important;
}
.social-twitter:hover, .social-twitter:focus {
	color: #fff;
	background-color: #83c3f3 !important;
}
.social-twitter:active, .social-twitter.active {
	color: #fff;
	background-color: #2795e9 !important;
}
.bg-twitter {
	background-color: #55acee;
}
.social-google-plus {
	color: #fff;
	background-color: #dd4b39 !important;
}
.social-google-plus:hover, .social-google-plus:focus {
	color: #fff;
	background-color: #e47365 !important;
}
.social-google-plus:active, .social-google-plus.active {
	color: #fff;
	background-color: #c23321 !important;
}
.bg-google-plus {
	background-color: #dd4b39;
}
.social-linkedin {
	color: #fff;
	background-color: #0976b4 !important;
}
.social-linkedin:hover, .social-linkedin:focus {
	color: #fff;
	background-color: #0b96e5 !important;
}
.social-linkedin:active, .social-linkedin.active {
	color: #fff;
	background-color: #075683 !important;
}
.bg-linkedin {
	background-color: #0976b4;
}
.social-flickr {
	color: #fff;
	background-color: #ff0084 !important;
}
.social-flickr:hover, .social-flickr:focus {
	color: #fff;
	background-color: #ff339d !important;
}
.social-flickr:active, .social-flickr.active {
	color: #fff;
	background-color: #cc006a !important;
}
.bg-flickr {
	background-color: #ff0084;
}
.social-tumblr {
	color: #fff;
	background-color: #35465c !important;
}
.social-tumblr:hover, .social-tumblr:focus {
	color: #fff;
	background-color: #485f7c !important;
}
.social-tumblr:active, .social-tumblr.active {
	color: #fff;
	background-color: #222d3c !important;
}
.bg-tumblr {
	background-color: #35465c;
}
.social-xing {
	color: #fff;
	background-color: #024b4d !important;
}
.social-xing:hover, .social-xing:focus {
	color: #fff;
	background-color: #037b7f !important;
}
.social-xing:active, .social-xing.active {
	color: #fff;
	background-color: #011b1b !important;
}
.bg-xing {
	background-color: #024b4d;
}
.social-github {
	color: #fff;
	background-color: #4183c4 !important;
}
.social-github:hover, .social-github:focus {
	color: #fff;
	background-color: #689cd0 !important;
}
.social-github:active, .social-github.active {
	color: #fff;
	background-color: #3269a0 !important;
}
.bg-github {
	background-color: #4183c4;
}
.social-html5 {
	color: #fff;
	background-color: #e44f26 !important;
}
.social-html5:hover, .social-html5:focus {
	color: #fff;
	background-color: #ea7453 !important;
}
.social-html5:active, .social-html5.active {
	color: #fff;
	background-color: #bf3c18 !important;
}
.bg-html5 {
	background-color: #e44f26;
}
.social-openid {
	color: #fff;
	background-color: #f67d28 !important;
}
.social-openid:hover, .social-openid:focus {
	color: #fff;
	background-color: #f89b59 !important;
}
.social-openid:active, .social-openid.active {
	color: #fff;
	background-color: #e26309 !important;
}
.bg-openid {
	background-color: #f67d28;
}
.social-stack-overflow {
	color: #fff;
	background-color: #f86c01 !important;
}
.social-stack-overflow:hover, .social-stack-overflow:focus {
	color: #fff;
	background-color: #fe882e !important;
}
.social-stack-overflow:active, .social-stack-overflow.active {
	color: #fff;
	background-color: #c55601 !important;
}
.bg-stack-overflow {
	background-color: #f86c01;
}
.social-css3 {
	color: #fff;
	background-color: #1572b6 !important;
}
.social-css3:hover, .social-css3:focus {
	color: #fff;
	background-color: #1a8fe4 !important;
}
.social-css3:active, .social-css3.active {
	color: #fff;
	background-color: #105588 !important;
}
.bg-css3 {
	background-color: #1572b6;
}
.social-youtube {
	color: #fff;
	background-color: #b31217 !important;
}
.social-youtube:hover, .social-youtube:focus {
	color: #fff;
	background-color: #e1171d !important;
}
.social-youtube:active, .social-youtube.active {
	color: #fff;
	background-color: #850d11 !important;
}
.bg-youtube {
	background-color: #b31217;
}
.social-dribbble {
	color: #fff;
	background-color: #c32361 !important;
}
.social-dribbble:hover, .social-dribbble:focus {
	color: #fff;
	background-color: #dc3d7b !important;
}
.social-dribbble:active, .social-dribbble.active {
	color: #fff;
	background-color: #981b4b !important;
}
.bg-dribbble {
	background-color: #c32361;
}
.social-instagram {
	color: #fff;
	background-color: #3f729b !important;
}
.social-instagram:hover, .social-instagram:focus {
	color: #fff;
	background-color: #548cb9 !important;
}
.social-instagram:active, .social-instagram.active {
	color: #fff;
	background-color: #305777 !important;
}
.bg-instagram {
	background-color: #3f729b;
}
.social-pinterest {
	color: #fff;
	background-color: #cc2127 !important;
}
.social-pinterest:hover, .social-pinterest:focus {
	color: #fff;
	background-color: #e04046 !important;
}
.social-pinterest:active, .social-pinterest.active {
	color: #fff;
	background-color: #a01a1f !important;
}
.bg-pinterest {
	background-color: #cc2127;
}
.social-vk {
	color: #fff;
	background-color: #3d5a7d !important;
}
.social-vk:hover, .social-vk:focus {
	color: #fff;
	background-color: #4e739f !important;
}
.social-vk:active, .social-vk.active {
	color: #fff;
	background-color: #2c415b !important;
}
.bg-vk {
	background-color: #3d5a7d;
}
.social-yahoo {
	color: #fff;
	background-color: #350178 !important;
}
.social-yahoo:hover, .social-yahoo:focus {
	color: #fff;
	background-color: #4b01ab !important;
}
.social-yahoo:active, .social-yahoo.active {
	color: #fff;
	background-color: #1f0145 !important;
}
.bg-yahoo {
	background-color: #350178;
}
.social-behance {
	color: #fff;
	background-color: #1769ff !important;
}
.social-behance:hover, .social-behance:focus {
	color: #fff;
	background-color: #4a8aff !important;
}
.social-behance:active, .social-behance.active {
	color: #fff;
	background-color: #0050e3 !important;
}
.bg-behance {
	background-color: #024b4d;
}
.social-dropbox {
	color: #fff;
	background-color: #007ee5 !important;
}
.social-dropbox:hover, .social-dropbox:focus {
	color: #fff;
	background-color: #1998ff !important;
}
.social-dropbox:active, .social-dropbox.active {
	color: #fff;
	background-color: #0062b2 !important;
}
.bg-dropbox {
	background-color: #007ee5;
}
.social-reddit {
	color: #fff;
	background-color: #ff4500 !important;
}
.social-reddit:hover, .social-reddit:focus {
	color: #fff;
	background-color: #ff6a33 !important;
}
.social-reddit:active, .social-reddit.active {
	color: #fff;
	background-color: #cc3700 !important;
}
.bg-reddit {
	background-color: #ff4500;
}
.social-spotify {
	color: #fff;
	background-color: #7ab800 !important;
}
.social-spotify:hover, .social-spotify:focus {
	color: #fff;
	background-color: #9ceb00 !important;
}
.social-spotify:active, .social-spotify.active {
	color: #fff;
	background-color: #588500 !important;
}
.bg-spotify {
	background-color: #7ab800;
}
.social-vine {
	color: #fff;
	background-color: #00b488 !important;
}
.social-vine:hover, .social-vine:focus {
	color: #fff;
	background-color: #00e7af !important;
}
.social-vine:active, .social-vine.active {
	color: #fff;
	background-color: #008161 !important;
}
.bg-vine {
	background-color: #00b488;
}
.social-foursquare {
	color: #fff;
	background-color: #0cbadf !important;
}
.social-foursquare:hover, .social-foursquare:focus {
	color: #fff;
	background-color: #2ad0f4 !important;
}
.social-foursquare:active, .social-foursquare.active {
	color: #fff;
	background-color: #0992af !important;
}
.bg-foursquare {
	background-color: #0cbadf;
}
.social-vimeo {
	color: #fff;
	background-color: #1ab7ea !important;
}
.social-vimeo:hover, .social-vimeo:focus {
	color: #fff;
	background-color: #49c6ee !important;
}
.social-vimeo:active, .social-vimeo.active {
	color: #fff;
	background-color: #1295bf !important;
}
.bg-vimeo {
	background-color: #1ab7ea;
}
.social-skype {
	color: #fff;
	background-color: #77bcfd !important;
}
.social-skype:hover, .social-skype:focus {
	color: #fff;
	background-color: #a9d5fe !important;
}
.social-skype:active, .social-skype.active {
	color: #fff;
	background-color: #45a3fc !important;
}
.bg-skype {
	background-color: #77bcfd;
}
a:focus {
	outline: none;
}
.box {
	font-size: 14px;
	text-align: center;
}
.status {
	display: block;
	width: 10px;
	height: 10px;
	border: 2px solid #fff;
	border-radius: 100%;
}
.status-online {
	background-color: #46be8a;
}
.status-off {
	background-color: #526069;
}
.status-busy {
	background-color: #f2a654;
}
.status-away {
	background-color: #f96868;
}
.status-lg {
	width: 14px;
	height: 14px;
}
.status-md {
	width: 10px;
	height: 10px;
}
.status-sm {
	width: 8px;
	height: 8px;
}
.status-xs {
	width: 7px;
	height: 7px;
}
.height-full {
	height: 100% !important;
}
.margin-top-20 {
	margin-top: 20px !important;
}
@media (max-width: 767px) {
	.margin-xs-0 {
		margin: 0 !important;
	}
}
@media (min-width: 768px) {
	.margin-sm-0 {
		margin: 0 !important;
	}
}
@media (min-width: 992px) {
	.margin-md-0 {
		margin: 0 !important;
	}
}
@media (min-width: 1200px) {
	.margin-lg-0 {
		margin: 0 !important;
	}
}
@media (max-width: 767px) {
	.padding-xs-0 {
		padding: 0 !important;
	}
}
@media (min-width: 768px) {
	.padding-sm-0 {
		padding: 0 !important;
	}
}
@media (min-width: 992px) {
	.padding-md-0 {
		padding: 0 !important;
	}
}
@media (min-width: 1200px) {
	.padding-lg-0 {
		padding: 0 !important;
	}
}
@media screen and (max-width: 767px) {
	.example-responsive {
		width: 100%;
		overflow-y: hidden;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
}
.example-well .page-header {
	padding: 30px 20px;
}