:root {
	--color0: #f3f3f4;
	--colorO: #fbfbfb;
	--color1: #f18569;
	--color2: #e74e3e;
	--color3: #adc1cb;
	--color4: #4f5b8d;
	--color5: #304682;
	--color6: #272727;
}

body {
	padding: 0;
	margin: 0;
	font-family: "Open Sans", "Trebuchet MS", arial, sans-serif;
	font-size: 13px;
}
p {
	line-height: 1.7em;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	margin-top: 0;
	margin-bottom: 0.75em;
	color: var(--color4);
	font-family: "Oswald", "Trebuchet MS", "Open Sans", arial, sans-serif;
}
label {
	font-weight: 600;
}
.semibold {
	font-weight: 600;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 32px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 24px;
}
h5 {
	font-size: 20px;
}
h6 {
	font-size: 16px;
}
.input-group-addon {
	font-size: 13px;
}
.text-primary {
	color: var(--color2);
}
a.text-primary:hover,
a.text-primary:focus {
	color: #c42b2b;
}
.text-secondary {
	color: #6685a4;
}
a.text-secondary:hover,
a.text-secondary:focus {
	color: #516c87;
}
.text-tertiary {
	color: var(--color3);
}
a.text-tertiary:hover,
a.text-tertiary:focus {
	color: #969696;
}
.text-success {
	color: #5cb85c;
}
a.text-success:hover,
a.text-success:focus {
	color: #449d44;
}
.text-warning {
	color: #f0ad4e;
}
a.text-warning:hover,
a.text-warning:focus {
	color: #ec971f;
}
.text-danger {
	color: #d9534f;
}
a.text-danger:hover,
a.text-danger:focus {
	color: var(--color1);
}
.text-info {
	color: #5bc0de;
}
a.text-info:hover,
a.text-info:focus {
	color: #31b0d5;
}
.text-sm {
	font-size: 11px;
}
.text-md {
	font-size: 13px;
}
.text-lg {
	font-size: 18px;
}
.text-xl {
	font-size: 24px;
}
.text-semi-bold,
.text-semibold {
	font-weight: 600;
}
.text-bold {
	font-weight: 800;
}
.bg-primary {
	color: #fff;
	background: var(--color2);
}
.bg-secondary {
	color: #fff;
	background: #6685a4;
}
.bg-tertiary {
	color: #fff;
	background: var(--color3);
}
.bg-success {
	color: #fff;
	background: #5cb85c;
}
.bg-warning {
	color: #fff;
	background: #f0ad4e;
}
.bg-danger {
	color: #fff;
	background: #d9534f;
}
.bg-info {
	color: #fff;
	background: #5bc0de;
}
.bg-default {
	color: #354b5e;
	background: #fff;
	border: 1px solid #ddd;
}
.btn-primary,
.btn-secondary,
.btn-tertiary,
.btn-facebook,
.btn-twitter {
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-primary:active,
.btn-secondary:active,
.btn-tertiary:active,
.btn-facebook:active,
.btn-twitter:active,
.btn-primary.active,
.btn-secondary.active,
.btn-tertiary.active,
.btn-facebook.active,
.btn-twitter.active {
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-primary {
	color: #ffffff;
	background-color: var(--color2);
	border-color: #cc2d2d;
}
.btn-primary:focus,
.btn-primary.focus {
	color: #ffffff;
	background-color: #c42b2b;
	border-color: #641616;
}
.btn-primary:hover {
	color: #ffffff;
	background-color: #c42b2b;
	border-color: #9a2222;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
	color: #ffffff;
	background-color: #c42b2b;
	border-color: #9a2222;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
	color: #ffffff;
	background-color: #a62525;
	border-color: #641616;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
	background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
	background-color: var(--color2);
	border-color: #cc2d2d;
}
.btn-primary .badge {
	color: var(--color2);
	background-color: #ffffff;
}
.btn-secondary {
	color: #ffffff;
	background-color: #6685a4;
	border-color: #54718d;
}
.btn-secondary:focus,
.btn-secondary.focus {
	color: #ffffff;
	background-color: #516c87;
	border-color: #25313e;
}
.btn-secondary:hover {
	color: #ffffff;
	background-color: #516c87;
	border-color: #3d5267;
}
.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary {
	color: #ffffff;
	background-color: #516c87;
	border-color: #3d5267;
}
.btn-secondary:active:hover,
.btn-secondary.active:hover,
.open > .dropdown-toggle.btn-secondary:hover,
.btn-secondary:active:focus,
.btn-secondary.active:focus,
.open > .dropdown-toggle.btn-secondary:focus,
.btn-secondary:active.focus,
.btn-secondary.active.focus,
.open > .dropdown-toggle.btn-secondary.focus {
	color: #ffffff;
	background-color: #435a71;
	border-color: #25313e;
}
.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary {
	background-image: none;
}
.btn-secondary.disabled:hover,
.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-secondary:hover,
.btn-secondary.disabled:focus,
.btn-secondary[disabled]:focus,
fieldset[disabled] .btn-secondary:focus,
.btn-secondary.disabled.focus,
.btn-secondary[disabled].focus,
fieldset[disabled] .btn-secondary.focus {
	background-color: #6685a4;
	border-color: #54718d;
}
.btn-secondary .badge {
	color: #6685a4;
	background-color: #ffffff;
}
.btn-tertiary {
	color: #ffffff;
	background-color: var(--color3);
	border-color: #a8a8a8;
}
.btn-tertiary:focus,
.btn-tertiary.focus {
	color: #ffffff;
	background-color: #a3a3a3;
	border-color: #686868;
}
.btn-tertiary:hover {
	color: #ffffff;
	background-color: #a3a3a3;
	border-color: #898989;
}
.btn-tertiary:active,
.btn-tertiary.active,
.open > .dropdown-toggle.btn-tertiary {
	color: #ffffff;
	background-color: #a3a3a3;
	border-color: #898989;
}
.btn-tertiary:active:hover,
.btn-tertiary.active:hover,
.open > .dropdown-toggle.btn-tertiary:hover,
.btn-tertiary:active:focus,
.btn-tertiary.active:focus,
.open > .dropdown-toggle.btn-tertiary:focus,
.btn-tertiary:active.focus,
.btn-tertiary.active.focus,
.open > .dropdown-toggle.btn-tertiary.focus {
	color: #ffffff;
	background-color: #919191;
	border-color: #686868;
}
.btn-tertiary:active,
.btn-tertiary.active,
.open > .dropdown-toggle.btn-tertiary {
	background-image: none;
}
.btn-tertiary.disabled:hover,
.btn-tertiary[disabled]:hover,
fieldset[disabled] .btn-tertiary:hover,
.btn-tertiary.disabled:focus,
.btn-tertiary[disabled]:focus,
fieldset[disabled] .btn-tertiary:focus,
.btn-tertiary.disabled.focus,
.btn-tertiary[disabled].focus,
fieldset[disabled] .btn-tertiary.focus {
	background-color: var(--color3);
	border-color: #a8a8a8;
}
.btn-tertiary .badge {
	color: var(--color3);
	background-color: #ffffff;
}
.btn-inverse {
	color: #ffffff;
	background-color: #354b5e;
	border-color: var(--color5);
}
.btn-inverse:focus,
.btn-inverse.focus {
	color: #ffffff;
	background-color: #23313d;
	border-color: #000000;
}
.btn-inverse:hover {
	color: #ffffff;
	background-color: #23313d;
	border-color: #10171d;
}
.btn-inverse:active,
.btn-inverse.active,
.open > .dropdown-toggle.btn-inverse {
	color: #ffffff;
	background-color: #23313d;
	border-color: #10171d;
}
.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: #ffffff;
	background-color: #161f27;
	border-color: #000000;
}
.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: #354b5e;
	border-color: var(--color5);
}
.btn-inverse .badge {
	color: #354b5e;
	background-color: #ffffff;
}
.btn-facebook {
	color: #ffffff;
	background-color: #3b5998;
	border-color: #30487b;
}
.btn-facebook:focus,
.btn-facebook.focus {
	color: #ffffff;
	background-color: #2d4373;
	border-color: #0c121f;
}
.btn-facebook:hover {
	color: #ffffff;
	background-color: #2d4373;
	border-color: #1e2e4f;
}
.btn-facebook:active,
.btn-facebook.active,
.open > .dropdown-toggle.btn-facebook {
	color: #ffffff;
	background-color: #2d4373;
	border-color: #1e2e4f;
}
.btn-facebook:active:hover,
.btn-facebook.active:hover,
.open > .dropdown-toggle.btn-facebook:hover,
.btn-facebook:active:focus,
.btn-facebook.active:focus,
.open > .dropdown-toggle.btn-facebook:focus,
.btn-facebook:active.focus,
.btn-facebook.active.focus,
.open > .dropdown-toggle.btn-facebook.focus {
	color: #ffffff;
	background-color: #23345a;
	border-color: #0c121f;
}
.btn-facebook:active,
.btn-facebook.active,
.open > .dropdown-toggle.btn-facebook {
	background-image: none;
}
.btn-facebook.disabled:hover,
.btn-facebook[disabled]:hover,
fieldset[disabled] .btn-facebook:hover,
.btn-facebook.disabled:focus,
.btn-facebook[disabled]:focus,
fieldset[disabled] .btn-facebook:focus,
.btn-facebook.disabled.focus,
.btn-facebook[disabled].focus,
fieldset[disabled] .btn-facebook.focus {
	background-color: #3b5998;
	border-color: #30487b;
}
.btn-facebook .badge {
	color: #3b5998;
	background-color: #ffffff;
}
.btn-twitter {
	color: #ffffff;
	background-color: #00acee;
	border-color: #008fc5;
}
.btn-twitter:focus,
.btn-twitter.focus {
	color: #ffffff;
	background-color: #0087bb;
	border-color: #003246;
}
.btn-twitter:hover {
	color: #ffffff;
	background-color: #0087bb;
	border-color: #006288;
}
.btn-twitter:active,
.btn-twitter.active,
.open > .dropdown-toggle.btn-twitter {
	color: #ffffff;
	background-color: #0087bb;
	border-color: #006288;
}
.btn-twitter:active:hover,
.btn-twitter.active:hover,
.open > .dropdown-toggle.btn-twitter:hover,
.btn-twitter:active:focus,
.btn-twitter.active:focus,
.open > .dropdown-toggle.btn-twitter:focus,
.btn-twitter:active.focus,
.btn-twitter.active.focus,
.open > .dropdown-toggle.btn-twitter.focus {
	color: #ffffff;
	background-color: #006d97;
	border-color: #003246;
}
.btn-twitter:active,
.btn-twitter.active,
.open > .dropdown-toggle.btn-twitter {
	background-image: none;
}
.btn-twitter.disabled:hover,
.btn-twitter[disabled]:hover,
fieldset[disabled] .btn-twitter:hover,
.btn-twitter.disabled:focus,
.btn-twitter[disabled]:focus,
fieldset[disabled] .btn-twitter:focus,
.btn-twitter.disabled.focus,
.btn-twitter[disabled].focus,
fieldset[disabled] .btn-twitter.focus {
	background-color: #00acee;
	border-color: #008fc5;
}
.btn-twitter .badge {
	color: #00acee;
	background-color: #ffffff;
}
.btn-transparent {
	color: #ffffff;
	background-color: transparent;
	border-color: #ffffff;
	border-width: 2px;
}
.btn-transparent:focus,
.btn-transparent.focus {
	color: #ffffff;
	background-color: rgba(0, 0, 0, 0);
	border-color: #bfbfbf;
}
.btn-transparent:hover {
	color: #ffffff;
	background-color: rgba(0, 0, 0, 0);
	border-color: #e0e0e0;
}
.btn-transparent:active,
.btn-transparent.active,
.open > .dropdown-toggle.btn-transparent {
	color: #ffffff;
	background-color: rgba(0, 0, 0, 0);
	border-color: #e0e0e0;
}
.btn-transparent:active:hover,
.btn-transparent.active:hover,
.open > .dropdown-toggle.btn-transparent:hover,
.btn-transparent:active:focus,
.btn-transparent.active:focus,
.open > .dropdown-toggle.btn-transparent:focus,
.btn-transparent:active.focus,
.btn-transparent.active.focus,
.open > .dropdown-toggle.btn-transparent.focus {
	color: #ffffff;
	background-color: rgba(0, 0, 0, 0);
	border-color: #bfbfbf;
}
.btn-transparent:active,
.btn-transparent.active,
.open > .dropdown-toggle.btn-transparent {
	background-image: none;
}
.btn-transparent.disabled:hover,
.btn-transparent[disabled]:hover,
fieldset[disabled] .btn-transparent:hover,
.btn-transparent.disabled:focus,
.btn-transparent[disabled]:focus,
fieldset[disabled] .btn-transparent:focus,
.btn-transparent.disabled.focus,
.btn-transparent[disabled].focus,
fieldset[disabled] .btn-transparent.focus {
	background-color: transparent;
	border-color: #ffffff;
}
.btn-transparent .badge {
	color: transparent;
	background-color: #ffffff;
}
.btn-transparent:hover {
	background: rgba(0, 0, 0, 0.1);
}
.btn-jumbo {
	padding: 13px 20px;
	font-size: 22px;
	line-height: 1.33;
	border-radius: 6px;
}
.badge {
	font-weight: 600;
}
.badge-primary {
	background-color: var(--color2);
	color: #ffffff;
}
.badge-secondary {
	background-color: #6685a4;
	color: #ffffff;
}
.badge-tertiary {
	background-color: var(--color3);
	color: #ffffff;
}
.label {
	font-weight: 600;
}
.label-primary {
	background-color: var(--color2);
	color: #ffffff;
}
.label-secondary {
	background-color: #6685a4;
	color: #ffffff;
}
.label-tertiary {
	background-color: var(--color3);
	color: #ffffff;
}
.progress {
	background-color: #f5f5f5;
}
.progress-bar-primary {
	background-color: var(--color2);
}
.progress-bar-secondary {
	background-color: #6685a4;
}
.progress-bar-tertiary {
	background-color: var(--color3);
}
.progress-sm {
	height: 12px;
}
.progress-lg {
	height: 28px;
}
.popover-title {
	font-size: 15px;
}
.popover-content {
	font-family: "Open Sans", "Trebuchet MS", arial, sans-serif;
	font-size: 13px;
}
.alert {
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.alert strong {
	font-weight: 600;
}
.alert-success {
	background-color: #5cb85c;
	border-color: #5cb85c;
	color: #ffffff;
}
.alert-success hr {
	border-top-color: #4cae4c;
}
.alert-success .alert-link {
	color: #e6e6e6;
}
.alert-info {
	background-color: #5bc0de;
	border-color: #5bc0de;
	color: #ffffff;
}
.alert-info hr {
	border-top-color: #46b8da;
}
.alert-info .alert-link {
	color: #e6e6e6;
}
.alert-warning {
	background-color: #f0ad4e;
	border-color: #f0ad4e;
	color: #ffffff;
}
.alert-warning hr {
	border-top-color: #eea236;
}
.alert-warning .alert-link {
	color: #e6e6e6;
}
.alert-danger {
	background-color: #d9534f;
	border-color: #d9534f;
	color: #ffffff;
}
.alert-danger hr {
	border-top-color: #d43f3a;
}
.alert-danger .alert-link {
	color: #e6e6e6;
}
.form-group {
	margin-bottom: 20px;
}
.form-control {
	padding: 6px 12px;
	font-size: 13px;
	box-shadow: none;
	border-radius: 3px;
}
.control-label {
	font-weight: 600;
}
.checkbox,
.radio {
	margin-bottom: 15px;
}
.checkbox-inline,
.radio-inline {
	margin-right: 20px;
	margin-bottom: 20px;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
	margin-left: 0;
}
.checkbox-right,
.radio-right {
	padding-right: 30px;
}
.checkbox-right label,
.radio-right label,
.checkbox-right .checkbox-inline,
.radio-right .checkbox-inline,
.checkbox-right .radio-inline,
.radio-right .radio-inline {
	padding-left: 0;
}
.checkbox-right input,
.radio-right input {
	position: absolute;
	left: auto;
	right: 0;
}
.checkbox-right.checkbox-inline,
.radio-right.checkbox-inline,
.checkbox-right.radio-inline,
.radio-right.radio-inline {
	padding-left: 0;
}
.checkbox-right .ui-icheck,
.radio-right .ui-icheck {
	position: absolute;
	top: 7px;
	right: -5px;
	left: auto;
}
.form-group .ui-slider {
	margin-top: 15px;
}
.form-horizontal .control-label {
	position: relative;
	top: 1px;
	text-align: right;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
	z-index: 4;
	margin-right: -2px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
	z-index: 2;
	margin-left: -1px;
}
.has-feedback-left .form-control {
	padding-left: 34px;
}
.has-feedback-left .form-control-feedback {
	right: auto;
	left: 0;
}
.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
	color: #ed9d2b;
}
.has-warning .form-control {
	border-color: #eea236;
}
.has-warning .form-control:focus {
	border-color: #eea236;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ec971f;
}
.has-warning .form-control-feedback {
	color: #ed9d2b;
}
.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
	color: #48a648;
}
.has-success .form-control {
	border-color: #48a648;
}
.has-success .form-control:focus {
	border-color: #449d44;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #449d44;
}
.has-success .form-control-feedback {
	color: #48a648;
}
.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
	color: #d74945;
}
.has-error .form-control {
	border-color: #d74945;
}
.has-error .form-control:focus {
	border-color: var(--color1);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px var(--color1);
}
.has-error .form-control-feedback {
	color: #d23430;
}
.btn-primary .caret,
.btn-secondary .caret,
.btn-tertiary .caret,
.btn-facebook .caret,
.btn-twitter .caret {
	border-top-color: #fff;
}
.dropup .btn-primary .caret,
.dropup .btn-secondary .caret,
.dropup .btn-tertiary .caret,
.dropup .btn-facebook .caret,
.dropup .btn-twitter .caret {
	border-bottom-color: #fff;
}
.dropdown-menu > li {
	margin-right: 0.5em;
	margin-left: 0.5em;
}
.dropdown-menu > li > a {
	padding: 6px 12px;
	font-size: 13px;
	outline: none;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	background-color: #ededed;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	color: #444;
	background-color: #dbdbdb;
}
.dropdown-header {
	padding-right: 12px;
	padding-left: 12px;
	font-size: 11px;
	text-transform: uppercase;
}
.dropdown-icon {
	width: 16px;
	margin-right: 8px;
	color: #444;
	font-size: 15px;
	text-align: center;
}
.dropdown-submenu {
	position: relative;
}
.dropdown-submenu > .dropdown-menu {
	display: none;
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
}
.dropdown-submenu:hover > .dropdown-menu {
	display: block;
}
.dropdown-submenu:hover > .dropdown-menu:before,
.dropdown-submenu:hover > .dropdown-menu:after {
	display: none;
}
.navbar .dropdown-submenu > .dropdown-menu,
.mainnav .dropdown-submenu > .dropdown-menu {
	display: block;
	margin-top: -6px;
	margin-left: 20px;
}
@media (min-width: 768px) {
	.navbar .dropdown-submenu > .dropdown-menu,
	.mainnav .dropdown-submenu > .dropdown-menu {
		display: none;
		margin-left: -1px;
	}
	.navbar .dropdown-submenu:hover > .dropdown-menu,
	.mainnav .dropdown-submenu:hover > .dropdown-menu {
		display: block;
	}
	.dropdown-submenu > a:after {
		content: "";
		display: block;
		float: right;
		width: 0;
		height: 0;
		margin-top: 5px;
		margin-right: -10px;
		border-color: transparent;
		border-style: solid;
		border-width: 5px 0 5px 5px;
		border-left-color: #cccccc;
	}
	.dropdown-submenu:hover > a:after {
		border-left-color: var(--color2);
	}
}
.table > thead > tr > th,
.table > tfoot > tr > th {
	font-family: Oswald;
	font-size: 14px;
	font-weight: 500;
}
.table-bordered thead tr th,
.table-bordered tfoot tr th {
	color: #444;
	background-color: #fff;
	border-bottom-width: 1px;
	vertical-align: middle;
}
.pagination > li {
	display: inline-block;
	margin: 0 3px;
}
.pagination > li:first-child {
	margin-left: 0;
}
.pagination > li:last-child {
	margin-right: 0;
}
.pagination > li > a,
.pagination > li > span {
	color: #222222;
	background-color: transparent;
	border-color: #dddddd;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	color: #2a6496;
	background-color: #eeeeee;
	border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	color: #ffffff;
	background-color: var(--color2);
	border-color: #af2727;
	cursor: default;
}
.pager > li > a {
	color: #222;
}
.page-header {
	padding: 0;
	margin-top: 0;
	margin-bottom: 1.5em;
	border-bottom: none;
}
.page-header .page-title {
	margin-top: 0;
	margin-bottom: 8px;
}
.page-header .page-subtitle {
	color: #666;
}
.page-header .breadcrumb {
	padding-left: 0;
	margin-bottom: 0;
	background: transparent;
}
.tab-content.stacked-content > .tab-pane {
	padding-top: 0;
}
.tab-pane {
	position: relative;
}
.nav-tabs,
.nav-pills {
	margin-bottom: 1.5em;
}
.nav-tabs .fa-caret-down,
.nav-pills .fa-caret-down {
	margin-left: 3px;
}
.nav-pills.nav-stacked > li {
	margin-right: 0;
	margin-bottom: 0.5em;
}
.nav-pills.nav-stacked > li > a {
	padding: 10px 15px;
}
.nav-pills > li {
	margin-right: 6px;
}
.nav-pills > li > a {
	padding: 5px 12px;
	color: #444444;
	background-color: #eeeeee;
	border: 1px solid transparent;
}
.nav-pills > li > a:hover,
.nav-pills > li > a:focus {
	color: #444444;
	background-color: #e4e4e4;
	border-color: transparent;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
	color: #ffffff;
	background-color: var(--color2);
	border-color: transparent;
}
.nav-tabs > li > a {
	color: #444444;
	background-color: transparent;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
	color: #444444;
	background-color: #eeeeee;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
	color: var(--color2);
	background-color: #ffffff;
	font-weight: 600;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
	color: #444444;
	background-color: #eeeeee;
	border-color: var(--color2);
}
.modal-backdrop {
	background-color: #ffffff;
}
.modal-backdrop.in {
	opacity: 0.65;
	filter: alpha(opacity=65);
}
.lt-ie9 .modal-content {
	border-color: #ccc;
}
.modal-styled .modal-header {
	color: #ffffff;
	background-color: var(--color5);
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}
.modal-styled .modal-header .close {
	color: #7797b2;
	background-color: transparent;
	text-shadow: none;
	opacity: 1;
	filter: alpha(opacity=100);
}
.modal-styled .modal-header .close:hover {
	color: #ffffff;
	background-color: transparent;
}
.modal-styled .modal-title {
	color: #fff;
	font-weight: 300;
}
.modal-styled .modal-content {
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
}
.modal-styled .modal-footer {
	color: #555555;
	background-color: #f1f1f1;
	border-top-color: #dddddd;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.thumbnail-view {
	position: relative;
	display: inline-block;
	overflow: hidden;
	cursor: zoom-in;
}
.thumbnail-view img {
	max-width: 100%;
}
.thumbnail-view .thumbnail-view-hover {
	display: block;
	position: absolute;
	right: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	background: #111;
	background: rgba(0, 0, 0, 0.5);
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transition: all 0.25s ease-in-out;
}
.thumbnail-view .thumbnail-view-hover i,
.thumbnail-view .thumbnail-view-hover-lg i {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 48px;
	height: 48px;
	margin-left: -24px;
	margin-top: -24px;
	color: #ddd;
	color: rgba(255, 255, 255, 0.6);
	font-size: 28px;
	line-height: 44px;
	text-align: center;
	background: transparent;
	border: 3px solid #fff;
	border-color: rgba(255, 255, 255, 0.6);
	border-top-right-radius: 100px;
	border-top-left-radius: 100px;
	border-bottom-right-radius: 100px;
	border-bottom-left-radius: 100px;
}
.thumbnail-view .thumbnail-view-hover-lg i {
	width: 72px;
	height: 72px;
	margin-left: -36px;
	margin-top: -36px;
	font-size: 48px;
	line-height: 72px;
}
.thumbnail-view:hover .thumbnail-view-hover {
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
}
.thumbnail-footer {
	padding: 7px 10px;
	border-top: 1px dotted #ccc;
}
.thumbnail-footer:before,
.thumbnail-footer:after {
	content: " ";
	display: table;
}
.thumbnail-footer:after {
	clear: both;
}
.thumbnail-footer a {
	color: #999;
	font-size: 12px;
}
.thumbnail-footer a:hover {
	text-decoration: none;
	color: var(--color2);
}
.thumbnail-footer .pull-left a {
	padding: 0 12px 0 0;
}
.thumbnail-footer .pull-right a {
	padding: 0 0 0 12px;
}
.thumbnail-table .thumbnail {
	margin-bottom: 0;
}
.accordion-panel .panel {
	border-color: #dddddd;
}
.accordion-panel .panel-heading {
	padding: 0;
}
.accordion-panel .accordion-toggle {
	display: block;
	padding: 10px 15px;
	font-size: 14px;
	color: #555555;
	background-color: #ffffff;
	cursor: pointer;
}
.accordion-panel .accordion-toggle:hover,
.accordion-panel .accordion-toggle:focus {
	text-decoration: none;
	outline: none !important;
}
.accordion-panel .panel.is-open {
	border-color: #dddddd;
}
.accordion-panel .panel.is-open .accordion-toggle {
	color: #ffffff;
	background-color: #354b5e;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}
.accordion-simple .panel + .panel {
	margin-top: 0;
}
.accordion-simple .panel-heading {
	padding-right: 0;
	padding-left: 0;
}
.accordion-simple .panel-body {
	padding-left: 25px;
}
.accordion-simple .panel-title {
	position: relative;
	padding-left: 0;
	color: #444444;
	font-family: "Open Sans", "Trebuchet MS", arial, sans-serif;
	font-size: 14px;
	line-height: 1.75em;
	letter-spacing: -1px;
}
.accordion-simple .accordion-caret:before {
	content: "\f196";
	top: 1px;
	left: 0;
	margin-right: 8px;
}
.accordion-simple .panel.is-open .accordion-caret:before {
	content: "\f146";
}
.accordion-caret:before {
	content: "\f0da";
	display: inline-block;
	position: relative;
	left: 2px;
	width: 16px;
	height: 16px;
	margin-right: 3px;
	color: var(--color2);
	font-size: 1.25em;
}
.panel.is-open .panel-title {
	color: #444444;
}
.panel.is-open .accordion-caret:before {
	content: "\f0d7";
	left: 0;
	color: var(--color2);
}
.list-group .list-group-item .list-group-chevron {
	float: right;
	margin-top: 5px;
	color: #bbb;
}
.list-group .list-group-item .badge {
	margin-top: 2px;
}
.list-group .list-group-item .list-group-chevron + .badge {
	margin-right: 10px;
}
.carousel-fade .carousel-inner .item {
	opacity: 0;
	transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
	opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
.carousel-fade .carousel-control {
	z-index: 2;
}
.container {
	position: relative;
}
.content {
	position: relative;
	margin-bottom: 2em;
}
.layout {
	margin-top: -40px;
	margin-left: -15px;
	margin-right: -15px;
}
.layout-main {
	padding-top: 40px;
	padding-bottom: 26px;
}
.layout-sidebar {
	padding-top: 40px;
	padding-bottom: 60px;
}
.layout-main-left .layout-main {
	padding-right: 30px;
	padding-left: 15px;
}
.layout-main-left .layout-sidebar {
	padding-right: 15px;
	padding-left: 30px;
	border-left: 1px solid #ccc;
	box-shadow: inset 8px 0px 15px -10px rgba(0, 0, 0, 0.2);
}
.layout-main-right .layout-main {
	padding-right: 15px;
	padding-left: 30px;
}
.layout-main-right .layout-sidebar {
	padding-right: 30px;
	padding-left: 15px;
	border-right: 1px solid #ccc;
	box-shadow: inset -8px 0 15px -10px rgba(0, 0, 0, 0.2);
}
/* !Nav Layout */
/* ----------------------------------------------- */
.nav-layout-sidebar-skip {
	display: none;
	margin-bottom: 1em;
	font-size: 12px;
	text-align: center;
}
.nav-layout-sidebar {
	position: relative;
	z-index: 101;
	margin: 0 0 2em;
	border-top: 1px solid #e5e5e5;
}
.nav-layout-sidebar > li {
	padding: 0;
	margin: 0;
}
.nav-layout-sidebar > li > a {
	padding-top: 15px;
	padding-bottom: 15px;
	color: #666;
	border-bottom: 1px solid #e5e5e5;
	outline: none;
}
.nav-layout-sidebar > li > a .fa {
	position: relative;
	top: 1px;
	width: 1em;
	margin-right: 4px;
	font-size: 1.25em;
	text-align: center;
}
.nav-layout-sidebar > li > a:hover {
	background-color: #f4f4f4;
}
.nav-layout-sidebar > .active > a,
.nav-layout-sidebar > .active > a:focus,
.nav-layout-sidebar > .active > a:hover {
	color: var(--color2);
	font-weight: 600;
	background-color: #fff;
}
.nav-layout-sidebar > li + li {
	margin-top: 0;
}
.layout-main-left .nav-layout-sidebar {
	margin-right: 0;
	margin-left: -31px;
}
.layout-main-left .nav-layout-sidebar > li {
	margin: 0 0 0 1px;
}
.layout-main-left .nav-layout-sidebar > .active {
	margin-left: 0;
}
.layout-main-right .nav-layout-sidebar {
	margin-left: 0;
	margin-right: -31px;
}
.layout-main-right .nav-layout-sidebar > li {
	margin: 0 1px 0 0;
}
.layout-main-right .nav-layout-sidebar > .active {
	margin-right: 0;
}
/* !Responsive Layout */
/* ----------------------------------------------- */
@media (max-width: 1200px) {
	.layout-stack-lg {
		margin-top: 0;
	}
	.layout-stack-lg .layout-main,
	.layout-stack-lg .layout-sidebar {
		padding-top: 0;
	}
	.layout-stack-lg .layout-main {
		padding-right: 15px;
		padding-left: 15px;
	}
	.layout-stack-lg .layout-sidebar {
		padding-right: 15px;
		padding-left: 15px;
		border-right: none;
		border-left: none;
		box-shadow: none;
	}
	.layout-stack-lg .nav-layout-sidebar-skip {
		display: block;
	}
	.layout-stack-lg .nav-layout-sidebar {
		margin-right: 0;
		margin-left: 0;
	}
}
@media (max-width: 992px) {
	.layout-stack-md {
		margin-top: 0;
	}
	.layout-stack-md .layout-main,
	.layout-stack-md .layout-sidebar {
		padding-top: 0;
	}
	.layout-stack-md .layout-main {
		padding-right: 15px;
		padding-left: 15px;
	}
	.layout-stack-md .layout-sidebar {
		padding-right: 15px;
		padding-left: 15px;
		border-right: none;
		border-left: none;
		box-shadow: none;
	}
	.layout-stack-md .nav-layout-sidebar-skip {
		display: block;
	}
	.layout-stack-md .nav-layout-sidebar {
		margin-right: 0;
		margin-left: 0;
	}
}
@media (max-width: 768px) {
	.layout-stack-sm {
		margin-top: 0;
	}
	.layout-stack-sm .layout-main,
	.layout-stack-sm .layout-sidebar {
		padding-top: 0;
	}
	.layout-stack-sm .layout-main {
		padding-right: 15px;
		padding-left: 15px;
	}
	.layout-stack-sm .layout-sidebar {
		padding-right: 15px;
		padding-left: 15px;
		border-right: none;
		border-left: none;
		box-shadow: none;
	}
	.layout-stack-sm .nav-layout-sidebar-skip {
		display: block;
	}
	.layout-stack-sm .nav-layout-sidebar {
		margin-right: 0;
		margin-left: 0;
	}
}
@media (max-width: 480px) {
	.layout-stack-xs {
		margin-top: 0;
	}
	.layout-stack-xs .layout-main,
	.layout-stack-xs .layout-sidebar {
		padding-top: 0;
	}
	.layout-stack-xs .layout-main {
		padding-right: 15px;
		padding-left: 15px;
	}
	.layout-stack-xs .layout-sidebar {
		padding-right: 15px;
		padding-left: 15px;
		border-right: none;
		border-left: none;
		box-shadow: none;
	}
	.layout-stack-xs .nav-layout-sidebar-skip {
		display: block;
	}
	.layout-stack-xs .nav-layout-sidebar {
		margin-right: 0;
		margin-left: 0;
	}
}
.mega-menu-header {
	padding: 0;
	margin: 0 10px 10px;
	color: #aaa;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
}
.mega-menu-menu {
	padding: 0 10px;
	margin: 0 0 10px;
	list-style: none;
}
.mega-menu-menu > li > a {
	display: block;
	padding: 6px 15px;
	color: #555;
	font-size: 13px;
	border-radius: 4px;
}
.mega-menu-menu > li > a:hover {
	text-decoration: none;
	background: #f3f3f3;
}
.mega-menu-menu > li > a .label {
	position: relative;
	top: 3px;
}
.mega-menu-menu li:not(.mega-menu-header) + .mega-menu-header {
	margin-top: 10px;
}
@media (min-width: 768px) {
	.mega-menu-header {
		margin-right: 0;
		margin-left: 0;
	}
	.mega-menu-menu {
		padding: 0;
	}
	.mega-menu-menu > li {
		padding: 0;
	}
	.mega-menu-menu > li > a {
		padding: 6px;
	}
	.mega-menu-menu li:not(.mega-menu-header) + .mega-menu-header {
		margin-top: 20px;
	}
	.mega-menu-4 .mega-menu-col,
	.mega-menu-3 .mega-menu-col,
	.mega-menu-2 .mega-menu-col,
	.mega-menu-1 .mega-menu-col {
		float: left;
		padding: 10px 10px;
	}
	.mega-menu-4 {
		width: 800px;
	}
	.mega-menu-4 .mega-menu-col {
		width: 25%;
	}
	.mega-menu-3 {
		width: 650px;
	}
	.mega-menu-3 .mega-menu-col {
		width: 33%;
	}
	.mega-menu-2 {
		width: 450px;
	}
	.mega-menu-2 .mega-menu-col {
		width: 50%;
	}
	.mega-menu-1 {
		width: 225px;
	}
	.mega-menu-1 .mega-menu-col {
		width: 100%;
	}
}
.portlet {
	position: relative;
	padding: 0;
	margin: 0 0 2em;
}
.portlet-header {
	padding: 0;
	margin: 0;
}
.portlet-title u {
	text-decoration: none;
}
.portlet-icon {
	position: relative;
	top: -1px;
	margin-right: 10px;
	font-size: 16px;
}
.portlet-body {
	padding: 0;
	margin: 0;
	background: #fff;
}
.portlet-body:before,
.portlet-body:after {
	content: " ";
	display: table;
}
.portlet-body:after {
	clear: both;
}
.portlet-default .portlet-title {
	position: relative;
	margin-bottom: 30px;
}
.portlet-default .portlet-title:before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 1px;
	z-index: 9;
	background: #e6e6e6;
}
.portlet-default .portlet-title:after {
	content: "";
	display: block;
	position: relative;
	z-index: 10;
	width: 80px;
	height: 1px;
	margin: 20px 0 0;
	background: #6685a4;
}
.portlet-boxed .portlet-header {
	padding: 20px 20px;
	border: 1px solid #ddd;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}
.portlet-boxed .portlet-title {
	display: inline-block;
	margin-bottom: 0;
	font-size: 18px;
}
.portlet-boxed .portlet-title u {
	text-decoration: none;
}
.portlet-boxed .portlet-title:after {
	content: "";
	display: block;
	position: relative;
	bottom: -22px;
	z-index: 100;
	width: auto;
	height: 1px;
	padding: 0 0 0 0;
	margin: 0 -35px 0 0;
	background: #6685a4;
}
.portlet-boxed .portlet-body {
	padding: 25px 25px 25px;
	border: 1px solid #ddd;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.portlet-boxed .portlet-header + .portlet-body {
	padding-top: 30px;
	border-top: none;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}
.portlet-table .portlet-body {
	padding: 0;
}
.portlet-table .table-bordered {
	margin-top: -2px !important;
	margin-bottom: -2px !important;
	border-right: none;
	border-left: none;
}
.portlet-table .table-bordered > thead > tr > th:first-child,
.portlet-table .table-bordered > tbody > tr > td:first-child,
.portlet-table .table-bordered > tfoot > tr > th:first-child {
	padding-left: 20px;
}
.portlet-table .table-bordered > thead > tr > th:last-child,
.portlet-table .table-bordered > tbody > tr > td:last-child,
.portlet-table .table-bordered > tfoot > tr > th:last-child {
	padding-right: 20px;
}
.portlet-table .dataTables_filter,
.portlet-table .dataTables_paginate {
	float: right;
	padding-right: 20px;
}
.portlet-table .dataTables_info,
.portlet-table .dataTables_length {
	float: left;
	padding-left: 20px;
}
.portlet-table .dataTables_filter,
.portlet-table .dataTables_length {
	padding-top: 13px;
	padding-bottom: 10px;
}
.portlet-table .dataTables_paginate,
.portlet-table .dataTables_info {
	padding-top: 10px;
	padding-bottom: 10px;
}
.portlet-table .dataTables_info {
	padding-top: 20px;
}
.portlet-body .layout {
	margin-top: -30px;
}
.portlet-boxed .portlet-header {
	background-color: #ffffff;
}
.portlet-boxed .portlet-title {
	color: #435f76;
}
.portlet-boxed.portlet-inverse .portlet-header {
	background-color: #354b5e;
}
.portlet-boxed.portlet-inverse .portlet-title {
	color: #ffffff;
}
.portlet-boxed.portlet-danger .portlet-header {
	background-color: #db5b57;
}
.portlet-boxed.portlet-danger .portlet-title {
	color: #ffffff;
}
.portlet-boxed.portlet-warning .portlet-header {
	background-color: #f1b157;
}
.portlet-boxed.portlet-warning .portlet-title {
	color: #ffffff;
}
.portlet-boxed.portlet-success .portlet-header {
	background-color: #5cb85c;
}
.portlet-boxed.portlet-success .portlet-title {
	color: #ffffff;
}
.portlet-boxed.portlet-info .portlet-header {
	background-color: #5bc0de;
}
.portlet-boxed.portlet-info .portlet-title {
	color: #ffffff;
}
.portlet-boxed.portlet-primary .portlet-header {
	background-color: var(--color2);
}
.portlet-boxed.portlet-primary .portlet-title {
	color: #ffffff;
}
.portlet-boxed.portlet-secondary .portlet-header {
	background-color: #6685a4;
}
.portlet-boxed.portlet-secondary .portlet-title {
	color: #ffffff;
}
.portlet-boxed.portlet-tertiary .portlet-header {
	background-color: var(--color3);
}
.portlet-boxed.portlet-tertiary .portlet-title {
	color: #ffffff;
}
.icons-list {
	padding: 0;
	margin: 0 0 10px;
	list-style: none;
}
.icons-list > li {
	position: relative;
	padding-left: 1.75em;
	margin-bottom: 1em;
	line-height: 1.65em;
}
.icons-list > li > .icon-li {
	position: absolute;
	top: 0.25em;
	left: 0;
	width: 1em;
	font-size: 1.25em;
	text-align: center;
}
.parsley-form .form-group {
	position: relative;
}
.parsley-form .form-group .parsley-success .parsley-error-list {
	display: none !important;
}
.parsley-form .form-group .parsley-error-list {
	position: relative;
	top: 0;
	display: none !important;
	padding: 2px 10px;
	margin: 0;
	list-style: none;
	color: #ffffff;
	font-size: 12px;
	font-weight: 600;
	background: #d9534f;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}
.parsley-form .form-group .parsley-error-list > li {
	list-style-type: none;
}
.parsley-form .form-group .parsley-error-list:before,
.parsley-form .form-group .parsley-error-list:after {
	content: "";
	display: inline-block;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #d9534f;
	position: absolute;
	top: -6px;
	left: 3px;
}
.parsley-form .form-group .parsley-error-list.filled {
	display: inline-block !important;
}
.parsley-form.form-horizontal .form-group span.error {
	margin-left: 1.5em;
	margin-left: 15px;
}
.parsley-form .form-group .parsley-error-list {
	position: relative;
	top: 7px;
	left: auto;
	right: 0;
	color: #bf2e29;
	background: #f9e2e2;
	border: 1px solid #d9534f;
}
.parsley-form .form-group .parsley-error-list::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: -6px;
	left: 5px;
	z-index: 10;
	border-bottom: 6px solid #f9e2e2;
	border-top: none;
}
.parsley-form .form-group .parsley-error-list:after {
	top: -8px;
	left: 5px;
	z-index: 9;
	margin-top: 1px;
	border-bottom: 6px solid #b52b27;
	border-top: none;
}
.form-horizontal.parsley-form .form-group .parsley-error-list {
	position: relative;
	top: 7px;
	left: auto;
}
.form-horizontal.parsley-form .form-group .parsley-error-list:after {
	top: -8px;
	left: 5px;
	border-bottom: 6px solid #b52b27;
	border-top: none;
}
#back-to-top {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 1001;
	width: 30px;
	height: 30px;
	display: block;
	color: #ffffff;
	font-size: 13px;
	text-align: center;
	line-height: 30px;
	background-color: rgba(43, 61, 76, 0.85);
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	cursor: pointer;
	transition: background 0.25s linear;
}
#back-to-top:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: rgba(215, 75, 75, 0.85);
}
#back-to-top i {
	color: #fff;
}
@media (min-width: 768px) {
	#back-to-top {
		width: 45px;
		height: 45px;
		font-size: 16px;
		line-height: 45px;
	}
}
.notifications-list > li {
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 2.5em;
	margin-bottom: 0;
	font-size: 13px;
	border-bottom: 1px solid #ddd;
}
.notifications-list > li > .icon-li {
	top: 10px;
	font-size: 1.4em;
}
.pricing-plan {
	position: relative;
	display: block;
	vertical-align: top;
	width: 100%;
	padding: 15px 15px;
	margin-bottom: 4em;
	text-align: center;
	background: #ffffff;
	border: 1px solid #dddddd;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}
.pricing-header {
	padding: 15px;
	margin: -25px -15px 15px;
	color: #87a3bc;
	background-color: #344a5c;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}
.pricing-plan-help {
	border-bottom: 1px dotted #000;
	cursor: help;
}
.pricing-plan-help strong.ui-popover {
	border-bottom: 1px dotted #000;
}
.pricing-plan-label {
	padding-right: 12px;
	padding-left: 12px;
	margin-bottom: 0;
	font-size: 13px;
}
.pricing-plan-title {
	margin-top: 0;
	margin-bottom: 6px;
	color: #ffffff;
	font-size: 21px;
	font-weight: 400;
	text-transform: uppercase;
}
.pricing-plan-price {
	display: block;
	padding: 10px;
	margin: -15px -15px 0;
	color: #555555;
	background-color: #f9f9f9;
	border-bottom: 1px solid #dddddd;
}
.pricing-plan-amount {
	color: #46a546;
	font-size: 24px;
	font-weight: 400;
}
.pricing-plan-details {
	padding: 0.5em 0 0;
	margin: 0 0 1em;
}
.pricing-plan-details li {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	list-style: none;
	border-bottom: 1px solid #e8e8e8;
}
.pricing-plan hr {
	margin-top: 10px;
	margin-bottom: 10px;
}
.pricing-plan-current,
.pricing-plan-current:hover {
	color: #333;
	font-weight: 800;
	text-decoration: none;
	cursor: default;
}
.pricing-plan-ribbon,
.pricing-plan-ribbon-primary,
.pricing-plan-ribbon-secondary,
.pricing-plan-ribbon-tertiary,
.pricing-plan-ribbon-current {
	display: inline-block;
	position: absolute;
	top: 0;
	right: 15px;
	width: 28px;
	padding: 8px 0 12px;
	color: #fff;
	background-color: #777;
}
.pricing-plan-ribbon:before,
.pricing-plan-ribbon-primary:before,
.pricing-plan-ribbon-secondary:before,
.pricing-plan-ribbon-tertiary:before,
.pricing-plan-ribbon-current:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 0;
	border-bottom: 6px solid #344a5c;
	border-right: 14px solid transparent;
	border-left: 14px solid transparent;
}
.pricing-plan-ribbon-primary {
	background-color: var(--color2);
}
.pricing-plan-ribbon-secondary {
	background-color: #6685a4;
}
.pricing-plan-ribbon-tertiary {
	background-color: var(--color3);
}
.pricing-plan-ribbon-current {
	background-color: #3d576d;
	color: var(--color2);
}
@media (min-width: 768px) {
	.pricing-plan {
		padding-top: 25px;
		padding-bottom: 25px;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 2em;
	}
	.pricing-plan hr {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.pricing-plan-amount {
		font-size: 32px;
	}
	.pricing-plan-details {
		margin: 0 0 2em;
	}
	.pricing-plan-details li {
		padding-top: 1.25em;
		padding-bottom: 1.25em;
	}
}
.pricing-table {
	margin-bottom: 3em;
}
.pricing-table-head {
	height: 70px;
	padding: 15px 5px;
	text-align: center;
	background-color: #344a5c;
	border-bottom: solid 1px #dddddd;
}
.pricing-table-head-title {
	margin: 0 0 4px;
	color: #ffffff;
	font-size: 18px;
	font-weight: 400;
}
.pricing-table-head-byline {
	display: block;
	color: #87a3bc;
	font-family: "Open Sans", "Trebuchet MS", arial, sans-serif;
	font-size: 13px;
}
.pricing-table-amount {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	height: 50px;
	margin-bottom: 0;
	color: #444444;
	font-family: "Open Sans", "Trebuchet MS", arial, sans-serif;
	font-size: 15px;
	font-weight: 300;
	line-height: 50px;
	text-align: center;
	background-color: #ffffff;
	border-left: solid 1px #dddddd;
}
.pricing-table-amount i {
	font-style: normal;
	font-size: 22px;
	font-weight: 600;
	line-height: 0px;
}
.pricing-table-index {
	margin-top: 120px;
	font-weight: 600;
}
.pricing-table-index .pricing-table-content {
	text-align: right;
}
.pricing-table-content {
	padding: 0;
	margin: 0;
	text-align: center;
	list-style-type: none;
	border-top: 1px solid #dddddd;
	border-left: solid 1px #dddddd;
}
.pricing-table-content > li {
	padding: 12px 10px;
	margin: 0;
	background-color: #ffffff;
	border-bottom: solid 1px #dddddd;
}
.pricing-table-content li:nth-child(2n + 1) {
	background-color: #f9f9f9;
}
.pricing-table-footer {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	border-bottom: 1px solid #dddddd;
	border-left: solid 1px #dddddd;
}
.pricing-table-footer .btn {
	padding-right: 20px;
	padding-left: 20px;
}
/* Fix the missing border on the right side */
.pricing-tables .pricing-col:last-child .pricing-table-amount,
.pricing-tables .pricing-col:last-child .pricing-table-content,
.pricing-tables .pricing-col:last-child .pricing-table-footer {
	border-right: solid 1px #dddddd;
}
.pricing-tables .row .pricing-col:first-child .pricing-table-content {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.pricing-tables .row .pricing-col:nth-child(2) .pricing-table-head {
	border-top-left-radius: 4px;
}
.pricing-tables .row .pricing-col:nth-child(2) .pricing-table-footer {
	border-bottom-left-radius: 4px;
}
.pricing-tables .row .pricing-col:last-child .pricing-table-head {
	border-top-right-radius: 4px;
}
.pricing-tables .row .pricing-col:last-child .pricing-table-footer {
	border-bottom-right-radius: 4px;
}
@media (min-width: 992px) {
	.pricing-table {
		margin-bottom: 0;
	}
	.pricing-col {
		margin: 0;
		padding: 0;
	}
}
@media (max-width: 991px) {
	.pricing-table-head {
		border-top-right-radius: 4px;
		border-top-left-radius: 4px;
	}
	.pricing-table-content span {
		display: block;
	}
	.pricing-table {
		border-right: solid 1px #dddddd;
	}
}
.share-widget-actions {
	padding: 8px 15px;
	background-color: #f5f5f5;
	border: 1px solid #dddddd;
	border-top: none;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}
.share-widget-actions:before,
.share-widget-actions:after {
	content: " ";
	display: table;
}
.share-widget-actions:after {
	clear: both;
}
.share-widget-types a {
	display: inline-block;
	width: 2em;
	padding: 5px 0;
	color: #aaaaaa;
	font-size: 17px;
	text-align: center;
	background-color: transparent;
	border: 1px solid transparent;
}
.share-widget-types a:hover {
	text-decoration: none;
	color: var(--color2);
	background-color: #ffffff;
	border-color: #cccccc;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}
.share-widget-textarea {
	border-color: #ddd;
	resize: none;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.feed-item {
	position: relative;
	padding: 0;
	margin: 0;
	padding-top: 22px;
	padding-bottom: 35px;
	padding-left: 40px;
	margin-left: 20px;
	border-left: 2px solid #ddd;
}
.feed-item:last-child {
	padding-bottom: 15px;
}
.feed-subject {
	margin-bottom: 1.5em;
}
.feed-subject a {
	font-weight: 600;
}
.feed-content {
	padding-left: 25px;
}
.feed-content .thumbnail {
	max-width: 100%;
}
.feed-actions {
	padding: 10px 10px;
	margin-top: 2em;
	border-top: 1px dotted #ccc;
}
.feed-actions:before,
.feed-actions:after {
	content: " ";
	display: table;
}
.feed-actions:after {
	clear: both;
}
.feed-actions a {
	color: #999;
	font-size: 13px;
}
.feed-actions a:hover {
	text-decoration: none;
	color: var(--color2);
}
.feed-actions .pull-left {
	margin: 0 15px 0 0;
}
.feed-actions .pull-right {
	margin: 0 0 0 15px;
}
.feed-icon {
	position: absolute;
	top: 15px;
	left: -23px;
	width: 40px;
	height: 40px;
	text-align: center;
	font-size: 16px;
	line-height: 34px;
	border: 3px solid #fff;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.35);
}
.progress-stat {
	margin-bottom: 3em;
}
.progress-stat:last-child {
	margin-bottom: 0;
}
.progress-stat-value {
	float: right;
	width: 50%;
	color: #666;
	font-size: 14px;
	font-weight: 600;
	text-align: right;
	text-transform: uppercase;
}
.progress-stat-label {
	float: left;
	width: 50%;
	color: #999;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
}
.progress-stat .progress {
	clear: both;
	position: relative;
	top: 0.5em;
}
.lt-ie9 .progress-stat-value {
	font-size: 13px;
}
.row-stat {
	padding: 17px 13px 21px;
	margin-bottom: 1em;
	background: #fff;
	border: 1px solid #ddd;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
.row-stat-label {
	color: #999;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
}
.row-stat-value {
	display: inline-block;
	margin-right: 0.25em;
	margin-bottom: 0;
}
.row-stat-badge {
	position: relative;
	top: -3px;
	font-size: 85%;
}
.row-stat {
	position: relative;
}
.icon-stat {
	display: block;
	overflow: hidden;
	position: relative;
	padding: 15px;
	margin-bottom: 1em;
	background-color: #fff;
	border-radius: 4px;
	border: 1px solid #ddd;
}
.icon-stat-details {
	position: relative;
	text-align: left;
}
.icon-stat-details:before,
.icon-stat-details:after {
	content: " ";
	display: table;
}
.icon-stat-details:after {
	clear: both;
}
.icon-stat-label {
	display: block;
	color: #999;
	font-size: 13px;
}
.icon-stat-value {
	display: block;
	font-size: 28px;
	font-weight: 600;
}
.icon-stat-visual {
	position: relative;
	top: 22px;
	display: inline-block;
	width: 32px;
	height: 32px;
	border-radius: 4px;
	text-align: center;
	font-size: 16px;
	line-height: 30px;
}
.icon-stat-footer {
	padding: 10px 0 0;
	margin-top: 10px;
	color: #aaa;
	font-size: 12px;
	border-top: 1px solid #eee;
}
@media (min-width: 768px) {
	.icon-stat {
		margin-bottom: 2em;
	}
}
.keyvalue-table > tbody > tr > td {
	vertical-align: middle;
	padding-top: 11px;
	padding-bottom: 11px;
	border-top: none;
	border-bottom: 1px solid #ddd;
}
.kv-key {
	color: #555;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
}
.kv-icon {
	position: relative;
	top: 1px;
	width: 30px;
	height: 30px;
	margin-right: 0.75em;
	color: #444;
	font-size: 15px;
	text-align: center;
	line-height: 30px;
	background-color: #eee;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}
.kv-icon-default {
	background-color: #fff;
	color: #555;
	border: 1px solid #ccc;
}
.kv-icon-primary {
	background-color: var(--color2);
	color: #fff;
}
.kv-icon-secondary {
	background-color: #6685a4;
	color: #fff;
}
.kv-icon-tertiary {
	background-color: var(--color3);
	color: #fff;
}
.kv-icon-success {
	background-color: #5cb85c;
	color: #fff;
}
.kv-icon-info {
	background-color: #5bc0de;
	color: #fff;
}
.kv-icon-danger {
	background-color: #d9534f;
	color: #fff;
}
.kv-icon-warning {
	background-color: #f0ad4e;
	color: #fff;
}
.kv-value {
	font-size: 18px;
	font-weight: 600;
	text-align: right;
}
.lt-ie9 .kv-value {
	font-size: 15px;
}
.heading-block {
	position: relative;
	margin-bottom: 30px;
	text-align: left;
}
.heading-block h1,
.heading-block h2,
.heading-block h3,
.heading-block h4,
.heading-block h5,
.heading-block h6 {
	margin-bottom: 0;
	color: #354b5e;
}
.heading-block .lead {
	width: 100%;
	margin: 20px auto 0;
	font-size: 19px;
	line-height: 1.5em;
}
.heading-block:before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 1px;
	z-index: 9;
	background: #e6e6e6;
}
.heading-block:after {
	content: "";
	display: block;
	position: relative;
	z-index: 10;
	width: 80px;
	height: 1px;
	margin: 20px 0 0;
	background: #6685a4;
}
.heading-block.heading-minimal {
	margin-bottom: 60px;
}
.heading-block.heading-minimal:before,
.heading-block.heading-minimal:after {
	height: 2px;
}
.heading-block.heading-minimal:before {
	display: none;
}
.heading-block.heading-minimal:after {
	margin-top: 40px;
}
.heading-block.heading-center {
	text-align: center;
}
.heading-block.heading-center:after {
	margin-right: auto;
	margin-left: auto;
}
@media (min-width: 768px) {
	.heading-block .lead {
		width: 70%;
	}
}
.blank-slate {
	max-width: 400px;
	margin: 0 auto;
	text-align: center;
}
.blank-slate-icon {
	width: 80px;
	height: 80px;
	margin: 0 auto 25px;
	color: #6685a4;
	text-align: center;
	font-size: 40px;
	line-height: 78px;
	border: 1px solid #ddd;
	border-radius: 5px;
}
.blank-slate-lead {
	margin-bottom: 20px;
	color: #999;
	font-size: 18px;
}
.sitemap {
	padding: 0;
	margin: 0 0 30px;
	list-style: none;
}
.sitemap > li > .sitemap-entry:before,
.sitemap > li > .sitemap-header:before,
.sitemap > li > .sitemap-entry:after,
.sitemap > li > .sitemap-header:after {
	display: none;
}
.sitemap ul {
	position: relative;
	padding: 10px 10px 10px 40px;
	margin: 0;
	list-style: none;
}
.sitemap ul:before {
	content: " ";
	position: absolute;
	top: 0;
	left: 20px;
	width: 1px;
	height: 100%;
	background: #e2e2e2;
}
.sitemap-entry,
.sitemap-header {
	position: relative;
	display: block;
	padding: 10px;
	margin-bottom: 0.5em;
	color: #777;
	font-weight: 300;
	border: 1px solid #ddd;
	border-radius: 4px;
}
.sitemap-entry:before,
.sitemap-header:before,
.sitemap-entry:after,
.sitemap-header:after {
	content: "";
	display: block;
	position: absolute;
	top: 20px;
	background: #e2e2e2;
}
.sitemap-entry:before,
.sitemap-header:before {
	left: -20px;
	width: 20px;
	height: 1px;
	margin-top: -1px;
}
.sitemap-entry:after,
.sitemap-header:after {
	left: -23px;
	width: 5px;
	height: 5px;
	margin-top: -3px;
	border-radius: 50%;
}
.sitemap-header {
	display: block;
	padding: 10px;
	margin-bottom: 0;
	color: #666;
	font-size: 12px;
	font-weight: 800;
	border: 1px solid #ddd;
	border-radius: 4px;
}
.sitemap-entry:hover,
.sitemap-entry:focus {
	color: #333;
	text-decoration: none;
	background: #f6f6f6;
}
.sitemap-entry:hover .sitemap-entry-indicator,
.sitemap-entry:focus .sitemap-entry-indicator {
	color: #999;
}
.sitemap-entry-indicator {
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -6px;
	color: #ccc;
}
@media (max-width: 767px) {
	.sitemap ul {
		padding-right: 12px;
		padding-left: 12px;
	}
	.sitemap ul:before {
		display: none;
	}
	.sitemap-entry:before,
	.sitemap-header:before,
	.sitemap-entry:after,
	.sitemap-header:after {
		display: none;
	}
}
.account-bg {
	background-color: #f4f4f4;
}
.account-wrapper {
	position: relative;
	width: 90%;
	padding: 0;
	margin: 0 auto;
	text-align: center;
}
.account-wrapper .row > div {
	margin-bottom: 1em;
}
.account-form {
	padding: 0;
	margin-top: 2em;
	margin-bottom: 2em;
	text-align: left;
}
.account-form .placeholder-hidden {
	display: none;
}
.account-form .form-control {
	height: 40px;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-bottom: 1.25em;
}
.account-body {
	position: relative;
	padding: 35px 30px 10px;
	margin-bottom: 1em;
	color: #444444;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}
.account-footer {
	padding: 0 25px;
	margin-top: 1.5em;
}
.account-or-social {
	display: block;
	margin-top: 1em;
}
@media (min-width: 768px) {
	.account-wrapper {
		width: 450px;
		padding: 0;
	}
	.account-wrapper .row > div {
		margin-bottom: 0;
	}
	.account-body .account-form {
		padding: 0 25px;
		text-align: left;
	}
	.account-or-social {
		margin-top: 2em;
	}
}
.error-container {
	margin-top: 1em;
	text-align: center;
}
.error-code {
	display: inline-block;
	vertical-align: top;
	font-family: "Oswald", "Trebuchet MS", "Open Sans", arial, sans-serif;
	font-size: 100px;
	font-weight: 500;
	line-height: 0.7em;
}
.error-details {
	display: inline-block;
	vertical-align: top;
	margin-top: 4em;
}
.error-details ul {
	text-align: left;
}
@media (min-width: 768px) {
	.error-container {
		margin-top: 2.5em;
	}
	.error-details {
		width: 250px;
		margin-top: 0;
		margin-left: 25px;
		text-align: left;
	}
}
@media (min-width: 992px) {
	.error-container {
		margin-top: 5em;
	}
	.error-code {
		font-size: 150px;
	}
	.error-details {
		width: 350px;
		margin-left: 50px;
	}
}
.maintenance-bg {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: #eee;
}
.maintenance-wrapper {
	transform-style: preserve-3d;
	height: 100%;
}
.maintenance {
	position: relative;
	width: auto;
	max-width: 500px;
	padding: 30px 20px;
	margin: 0 auto;
	text-align: center;
}
@media (min-width: 768px) {
	.maintenance {
		height: 440px;
		padding: 0;
		top: 50%;
		transform: translateY(-50%);
	}
}
.maintenance hr {
	margin-right: 50px;
	margin-left: 50px;
	border-top-color: #ccc;
	border-bottom: 1px solid #fff;
}
.maintenance-social-icons {
	margin-top: 18px;
}
.maintenance-social-icons .social-icon {
	width: 36px;
	height: 36px;
	color: #666;
	font-size: 20px;
	line-height: 36px;
}
.maintenance-icon {
	position: relative;
	width: 110px;
	height: 105px;
	margin: 0 auto;
}
.maintenance-icon i {
	position: absolute;
}
.maintenance-icon .gear-1 {
	top: 10px;
	left: 0;
	font-size: 72px;
}
.maintenance-icon .gear-2 {
	right: 5px;
	font-size: 36px;
}
.maintenance-icon .gear-3 {
	right: 0;
	bottom: 0;
	font-size: 48px;
}
.maintenance-title {
	margin-top: 25px;
}
.maintenance-description {
	font-size: 16px;
}
.social-icon {
	display: inline-block;
	width: 28px;
	height: 28px;
	padding: 0;
	margin: 0 3px;
	color: var(--color5);
	font-size: 18px;
	line-height: 26px;
	text-align: center;
	border: 1px solid transparent;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}
.social-icon:hover {
	color: var(--color2);
	background-color: #fff;
	border-color: #ccc;
}
.lead {
	color: #888;
}
.img-center {
	margin: 0 auto;
}
.valign-top {
	vertical-align: top !important;
}
.valign-middle {
	vertical-align: middle !important;
}
.valign-bottom {
	vertical-align: bottom !important;
}
.chart-bg {
	padding: 30px 30px 20px;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}
.chart-bg .tickLabel {
	color: #fff;
}
.chart-holder,
.chart-holder-200,
.chart-holder-250,
.chart-holder-300,
.chart-holder-350 {
	width: 98%;
	margin: 0 auto;
}
.chart-holder {
	height: 300px;
}
.chart-holder-100 {
	height: 100px;
}
.chart-holder-150 {
	height: 150px;
}
.chart-holder-200 {
	height: 200px;
}
.chart-holder-250 {
	height: 250px;
}
.chart-holder-300 {
	height: 300px;
}
.chart-holder-350 {
	height: 350px;
}
.clear {
	clear: both;
}
.required {
	color: #d9534f;
}
hr.spacer-xl,
hr.spacer-lg,
hr.spacer-md,
hr.spacer-sm,
hr.spacer-xs {
	margin-top: 0;
	margin-bottom: 0;
	border: none;
}
hr.spacer-xl {
	height: 120px;
}
hr.spacer-lg {
	height: 90px;
}
hr.spacer-md {
	height: 60px;
}
hr.spacer-sm {
	height: 30px;
}
hr.spacer-xs {
	height: 15px;
}
iframe {
	border: none;
}
.semi-bold {
	font-weight: 600;
}
.no-bold {
	font-weight: 300;
}
/*!
 * Gap CSS v1.0.0
 * Copyright 2015 Rod Howard
 * Licensed under MIT (https://github.com/rodh/gap-css/blob/master/LICENSE)
 */
br.xs-0,
br.xs-10,
br.xs-20,
br.xs-30,
br.xs-40,
br.xs-50,
br.xs-60,
br.xs-70,
br.xs-80,
br.xs-90,
br.xs-100,
br.sm-0,
br.sm-10,
br.sm-20,
br.sm-30,
br.sm-40,
br.sm-50,
br.sm-60,
br.sm-70,
br.sm-80,
br.sm-90,
br.sm-100,
br.md-0,
br.md-10,
br.md-20,
br.md-30,
br.md-40,
br.md-50,
br.md-60,
br.md-70,
br.md-80,
br.md-90,
br.md-100,
br.lg-0,
br.lg-10,
br.lg-20,
br.lg-30,
br.lg-40,
br.lg-50,
br.lg-60,
br.lg-70,
br.lg-80,
br.lg-90,
br.lg-100 {
	display: none;
	width: 100%;
	height: 0;
	margin: 0;
}
br.xs-0 {
	display: none;
}
br.xs-10 {
	display: inline-block;
	height: 10px;
	line-height: 10px;
}
br.xs-20 {
	display: inline-block;
	height: 20px;
	line-height: 20px;
}
br.xs-30 {
	display: inline-block;
	height: 30px;
	line-height: 30px;
}
br.xs-40 {
	display: inline-block;
	height: 40px;
	line-height: 40px;
}
br.xs-50 {
	display: inline-block;
	height: 50px;
	line-height: 50px;
}
br.xs-60 {
	display: inline-block;
	height: 60px;
	line-height: 60px;
}
br.xs-70 {
	display: inline-block;
	height: 70px;
	line-height: 70px;
}
br.xs-80 {
	display: inline-block;
	height: 80px;
	line-height: 80px;
}
br.xs-90 {
	display: inline-block;
	height: 90px;
	line-height: 90px;
}
br.xs-100 {
	display: inline-block;
	height: 100px;
	line-height: 100px;
}
@media (min-width: 768px) {
	br.sm-0 {
		display: none;
	}
	br.sm-10 {
		display: inline-block;
		height: 10px;
		line-height: 10px;
	}
	br.sm-20 {
		display: inline-block;
		height: 20px;
		line-height: 20px;
	}
	br.sm-30 {
		display: inline-block;
		height: 30px;
		line-height: 30px;
	}
	br.sm-40 {
		display: inline-block;
		height: 40px;
		line-height: 40px;
	}
	br.sm-50 {
		display: inline-block;
		height: 50px;
		line-height: 50px;
	}
	br.sm-60 {
		display: inline-block;
		height: 60px;
		line-height: 60px;
	}
	br.sm-70 {
		display: inline-block;
		height: 70px;
		line-height: 70px;
	}
	br.sm-80 {
		display: inline-block;
		height: 80px;
		line-height: 80px;
	}
	br.sm-90 {
		display: inline-block;
		height: 90px;
		line-height: 90px;
	}
	br.sm-100 {
		display: inline-block;
		height: 100px;
		line-height: 100px;
	}
}
@media (min-width: 992px) {
	br.md-0 {
		display: none;
	}
	br.md-10 {
		display: inline-block;
		height: 10px;
		line-height: 10px;
	}
	br.md-20 {
		display: inline-block;
		height: 20px;
		line-height: 20px;
	}
	br.md-30 {
		display: inline-block;
		height: 30px;
		line-height: 30px;
	}
	br.md-40 {
		display: inline-block;
		height: 40px;
		line-height: 40px;
	}
	br.md-50 {
		display: inline-block;
		height: 50px;
		line-height: 50px;
	}
	br.md-60 {
		display: inline-block;
		height: 60px;
		line-height: 60px;
	}
	br.md-70 {
		display: inline-block;
		height: 70px;
		line-height: 70px;
	}
	br.md-80 {
		display: inline-block;
		height: 80px;
		line-height: 80px;
	}
	br.md-90 {
		display: inline-block;
		height: 90px;
		line-height: 90px;
	}
	br.md-100 {
		display: inline-block;
		height: 100px;
		line-height: 100px;
	}
}
@media (min-width: 1200px) {
	br.lg-0 {
		display: none;
	}
	br.lg-10 {
		display: inline-block;
		height: 10px;
		line-height: 10px;
	}
	br.lg-20 {
		display: inline-block;
		height: 20px;
		line-height: 20px;
	}
	br.lg-30 {
		display: inline-block;
		height: 30px;
		line-height: 30px;
	}
	br.lg-40 {
		display: inline-block;
		height: 40px;
		line-height: 40px;
	}
	br.lg-50 {
		display: inline-block;
		height: 50px;
		line-height: 50px;
	}
	br.lg-60 {
		display: inline-block;
		height: 60px;
		line-height: 60px;
	}
	br.lg-70 {
		display: inline-block;
		height: 70px;
		line-height: 70px;
	}
	br.lg-80 {
		display: inline-block;
		height: 80px;
		line-height: 80px;
	}
	br.lg-90 {
		display: inline-block;
		height: 90px;
		line-height: 90px;
	}
	br.lg-100 {
		display: inline-block;
		height: 100px;
		line-height: 100px;
	}
}
table.dataTable {
	margin-top: 12px !important;
	margin-bottom: 12px !important;
}
table.table-bordered.dataTable {
	border-collapse: collapse !important;
}
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after {
	color: var(--color2);
	opacity: 1;
}
#flotTip {
	padding: 3px 6px !important;
	color: #fff !important;
	font-size: 11px !important;
	text-align: center !important;
	text-decoration: none !important;
	background-color: #222 !important;
	background-color: rgba(0, 0, 0, 0.75) !important;
	border: 1px solid #222 !important;
	border-radius: 3px !important;
	/*  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);*/
}
.select2-search {
	padding-top: 0;
}
.ui-icheck {
	display: inline-block;
	position: relative;
	top: -2px;
	margin-right: 6px;
	margin-left: -20px;
}
.wizard.wizard-enhanced > .steps {
	position: relative;
	z-index: 101;
	font-size: 14px;
}
.wizard.wizard-enhanced > .steps > ul > li {
	width: auto;
}
.wizard.wizard-enhanced > .steps .number {
	display: inline-block;
	position: relative;
	width: 24px;
	height: 24px;
	margin-right: 8px;
	color: #bbb;
	text-align: center;
	font-size: inherit;
	font-size: 13px;
	font-weight: 800;
	line-height: 21px;
	border: 1px solid #ccc;
	border-radius: 100px;
}
.wizard.wizard-enhanced > .steps .number:after {
	content: "";
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 24px;
	height: 24px;
	border-radius: 100px;
}
.wizard.wizard-enhanced > .steps a,
.wizard.wizard-enhanced > .steps a:hover,
.wizard.wizard-enhanced > .steps a:active {
	position: relative;
	display: block;
	font-size: 14px;
	text-decoration: none;
	border: 1px solid #eee;
	border-radius: 0;
}
.wizard.wizard-enhanced > .steps .done a,
.wizard.wizard-enhanced > .steps .done a:hover,
.wizard.wizard-enhanced > .steps .done a:active {
	color: #444;
	background: #eee;
}
.wizard.wizard-enhanced > .steps .done a .number,
.wizard.wizard-enhanced > .steps .done a:hover .number,
.wizard.wizard-enhanced > .steps .done a:active .number {
	border-color: transparent;
}
.wizard.wizard-enhanced > .steps .done a .number:after,
.wizard.wizard-enhanced > .steps .done a:hover .number:after,
.wizard.wizard-enhanced > .steps .done a:active .number:after {
	content: "\f00c";
	display: block;
	color: #ffffff;
	font-family: "FontAwesome";
	font-size: 11px;
	line-height: 26px;
	background: #6685a4;
}
.wizard.wizard-enhanced > .steps .current a,
.wizard.wizard-enhanced > .steps .current a:hover,
.wizard.wizard-enhanced > .steps .current a:active {
	color: #444;
	font-weight: 800;
	background: #fff;
	cursor: default;
	border: 1px solid #ddd;
}
.wizard.wizard-enhanced > .steps .current a .number,
.wizard.wizard-enhanced > .steps .current a:hover .number,
.wizard.wizard-enhanced > .steps .current a:active .number {
	color: #444;
	border-color: #bbb;
}
.wizard.wizard-enhanced > .steps .current.done a .number,
.wizard.wizard-enhanced > .steps .current.done a:hover .number,
.wizard.wizard-enhanced > .steps .current.done a:active .number {
	border-color: transparent;
}
.wizard.wizard-enhanced > .steps .error a,
.wizard.wizard-enhanced > .steps .error a:hover,
.wizard.wizard-enhanced > .steps .error a:active {
	color: #d9534f;
	font-weight: 800;
}
.wizard.wizard-enhanced > .steps .error a .number,
.wizard.wizard-enhanced > .steps .error a:hover .number,
.wizard.wizard-enhanced > .steps .error a:active .number {
	border-color: transparent;
}
.wizard.wizard-enhanced > .steps .error a .number:after,
.wizard.wizard-enhanced > .steps .error a:hover .number:after,
.wizard.wizard-enhanced > .steps .error a:active .number:after {
	content: "!";
	font-size: 17px;
	line-height: 23px;
	font-family: "Open Sans";
	display: block;
	color: #ffffff;
	background: #d9534f;
}
.wizard.wizard-enhanced > .content {
	position: relative;
	z-index: 51;
	padding: 0;
	margin: 0;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 0;
	-webkit-border-radius: 4px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 4px;
	-moz-border-radius-topleft: 0;
	border-radius: 4px;
	border-top-left-radius: 0;
}
.wizard.wizard-enhanced > .content > .body {
	width: 100%;
	height: 100%;
	padding: 20px 15px;
	overflow-y: auto;
}
.wizard.wizard-enhanced > .content > .body legend {
	position: relative;
	top: 20px;
}
.wizard.wizard-enhanced > .content > .body .form-control:focus {
	border-color: #66afe9;
	outline: 0;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.wizard.wizard-enhanced > .actions {
	padding: 0;
	margin: 10px 0 0;
}
.wizard.wizard-enhanced > .actions > ul > li {
	margin: 0 0 0 6px;
}
.wizard.wizard-enhanced > .actions > ul > li > a[href="#next"] {
	color: #ffffff;
	background: #6685a4;
	border: 1px solid #54718d;
}
.wizard.wizard-enhanced > .actions > ul > li > a[href="#next"]:hover,
.wizard.wizard-enhanced > .actions > ul > li > a[href="#next"]:focus,
.wizard.wizard-enhanced > .actions > ul > li > a[href="#next"]:active {
	background: #54718d;
}
.wizard.wizard-enhanced > .actions > ul > li > a[href="#finish"] {
	color: #ffffff;
	background: #354b5e;
	border: 1px solid var(--color5);
}
.wizard.wizard-enhanced > .actions > ul > li > a[href="#finish"]:hover,
.wizard.wizard-enhanced > .actions > ul > li > a[href="#finish"]:focus,
.wizard.wizard-enhanced > .actions > ul > li > a[href="#finish"]:active {
	background: var(--color5);
}
.wizard.wizard-enhanced > .actions > ul > li > a[href="#previous"] {
	color: #444444;
	background: #ffffff;
	border: 1px solid #dddddd;
}
.wizard.wizard-enhanced > .actions > ul > li > a[href="#previous"]:hover,
.wizard.wizard-enhanced > .actions > ul > li > a[href="#previous"]:focus,
.wizard.wizard-enhanced > .actions > ul > li > a[href="#previous"]:active {
	background: #ebebeb;
}
.wizard.wizard-enhanced > .actions > ul > li > a[href="#cancel"] {
	color: #444444;
	background: #ffffff;
	border: 1px solid #dddddd;
}
.wizard.wizard-enhanced > .actions > ul > li > a[href="#cancel"]:hover,
.wizard.wizard-enhanced > .actions > ul > li > a[href="#cancel"]:focus,
.wizard.wizard-enhanced > .actions > ul > li > a[href="#cancel"]:active {
	background: #ebebeb;
}
.wizard.wizard-enhanced > .actions > ul > li.disabled > a[href="#next"],
.wizard.wizard-enhanced > .actions > ul > li.disabled > a[href="#finish"],
.wizard.wizard-enhanced > .actions > ul > li.disabled > a[href="#previous"] {
	opacity: 0.4;
}
.wizard.wizard-enhanced > .actions > ul > li.disabled > a[href="#next"]:hover,
.wizard.wizard-enhanced > .actions > ul > li.disabled > a[href="#finish"]:hover,
.wizard.wizard-enhanced > .actions > ul > li.disabled > a[href="#previous"]:hover,
.wizard.wizard-enhanced > .actions > ul > li.disabled > a[href="#next"]:focus,
.wizard.wizard-enhanced > .actions > ul > li.disabled > a[href="#finish"]:focus,
.wizard.wizard-enhanced > .actions > ul > li.disabled > a[href="#previous"]:focus,
.wizard.wizard-enhanced > .actions > ul > li.disabled > a[href="#next"]:active,
.wizard.wizard-enhanced > .actions > ul > li.disabled > a[href="#finish"]:active,
.wizard.wizard-enhanced > .actions > ul > li.disabled > a[href="#previous"]:active {
	color: inherit;
	background: inherit;
}
.wizard-enhanced.wizard-vertical > .steps a,
.wizard-enhanced.wizard-vertical > .steps a:hover,
.wizard-enhanced.wizard-vertical > .steps a:active {
	padding: 1.35em 1em;
	margin: 0 0 0.5em;
	border-right-color: #ddd;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.wizard-enhanced.wizard-vertical > .steps .current a,
.wizard-enhanced.wizard-vertical > .steps .current a:hover,
.wizard-enhanced.wizard-vertical > .steps .current a:active {
	border-color: #ddd;
	border-right-color: #fff;
}
.wizard-enhanced.wizard-vertical > .content {
	left: -1px;
	width: 70%;
	margin: 0;
}
.wizard-enhanced.wizard-horizontal > .steps a,
.wizard-enhanced.wizard-horizontal > .steps a:hover,
.wizard-enhanced.wizard-horizontal > .steps a:active {
	width: auto;
	min-width: 150px;
	margin: 0 6px 0 0;
	padding: 1.35em 1em;
	border-bottom-color: #ddd;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.wizard-enhanced.wizard-horizontal > .steps .current a,
.wizard-enhanced.wizard-horizontal > .steps .current a:hover,
.wizard-enhanced.wizard-horizontal > .steps .current a:active {
	border-bottom-color: #fff;
}
.wizard-enhanced.wizard-horizontal > .content {
	top: -1px;
}
.simplecolorpicker span.color {
	width: 24px;
	height: 24px;
	text-align: center;
	border: 3px solid rgba(0, 0, 0, 0.075);
	border-radius: 3px;
	outline: none;
}
.simplecolorpicker span.color:hover {
	border-color: rgba(0, 0, 0, 0.15);
	border-width: 3px;
}
.simplecolorpicker span.color[data-selected],
.simplecolorpicker span.color:hover[data-selected] {
	border-color: #111;
	border-width: 3px;
}
.simplecolorpicker span.color[data-selected]:after,
.simplecolorpicker span.color:hover[data-selected]:after {
	content: "\f00c";
	font-family: "FontAwesome";
}
.simplecolorpicker span.color[data-color="#ffffff"][data-selected]:after,
.simplecolorpicker span.color[data-color="#ffffff"]:hover[data-selected]:after {
	color: #444;
}
.simplecolorpicker.icon {
	display: block;
	width: 100px;
	height: 25px;
	text-align: center;
	border: 3px solid #222;
	border-radius: 3px;
}
.simplecolorpicker.picker {
	margin-top: 8px;
	margin-left: 6px;
	border-color: #ccc;
}
.simplecolorpicker.picker:before {
	position: absolute;
	top: -7px;
	left: 9px;
	display: inline-block;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #ccc;
	border-left: 7px solid transparent;
	border-bottom-color: rgba(0, 0, 0, 0.2);
	content: "";
}
.simplecolorpicker.picker:after {
	position: absolute;
	top: -6px;
	left: 10px;
	display: inline-block;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #ffffff;
	border-left: 6px solid transparent;
	content: "";
}
.form-group .simplecolorpicker.icon {
	margin-top: 5px;
}
.ui-slider {
	position: relative;
	text-align: left;
	background: #eeeeee;
	border-color: #cecece;
	border-radius: 2px;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 16px;
	height: 21px;
	padding-top: 8px;
	text-align: center;
	background: #ffffff;
	border-radius: 2px;
	border: 1px solid #bbbbbb;
	cursor: pointer;
	outline: 0;
}
.ui-slider .ui-slider-handle.ui-state-hover,
.ui-slider .ui-slider-handle.ui-state-focus {
	background: #ffffff;
}
.ui-slider .ui-slider-handle:before,
.ui-slider .ui-slider-handle:after {
	content: "";
	display: block;
	position: relative;
}
.ui-slider-horizontal {
	height: 8px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.ui-slider-horizontal .ui-slider-handle {
	top: -8px;
}
.ui-slider-horizontal .ui-slider-handle:before,
.ui-slider-horizontal .ui-slider-handle:after {
	left: 4px;
	width: 6px;
}
.ui-slider-horizontal .ui-slider-handle:after {
	height: 4px;
	border-top: 1px solid #354b5e;
	border-bottom: 1px double #354b5e;
}
.ui-slider-horizontal .ui-slider-handle:before {
	top: -2px;
	background: #354b5e;
	height: 1px;
}
.ui-slider-vertical {
	width: 8px;
	box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.05);
}
.ui-slider-vertical .ui-slider-handle {
	left: -9px;
	width: 24px;
	height: 16px;
}
.ui-slider-vertical .ui-slider-handle:before,
.ui-slider-vertical .ui-slider-handle:after {
	display: inline-block;
	top: -11px;
}
.ui-slider-vertical .ui-slider-handle:before {
	left: 4px;
	width: 1px;
	height: 7px;
	background: #354b5e;
}
.ui-slider-vertical .ui-slider-handle:after {
	left: 0;
	width: 7px;
	height: 7px;
	border: none;
	border-left: 1px solid #354b5e;
	border-right: 1px solid #354b5e;
}
.ui-slider .ui-slider-range {
	background: #354b5e;
}
.ui-slider-primary .ui-slider-range {
	background: var(--color2);
}
.ui-slider-secondary .ui-slider-range {
	background: #6685a4;
}
.ui-slider-tertiary .ui-slider-range {
	background: var(--color3);
}
.ui-slider-success .ui-slider-range {
	background: #5cb85c;
}
.ui-slider-warning .ui-slider-range {
	background: #f0ad4e;
}
.ui-slider-danger .ui-slider-range {
	background: #d9534f;
}
.ui-slider-info .ui-slider-range {
	background: #5bc0de;
}
.ui-slider-vertical.ui-slider-pips .ui-slider-pip {
	left: 25px;
}
.note-editor.note-frame {
	border-color: #ddd;
	overflow: hidden;
}
table.dataTable-helper > thead > tr > th {
	padding-left: 8px;
	padding-right: 8px;
}
table.dataTable-helper > thead > tr > th .form-control {
	display: block !important;
	width: 100% !important;
	font-family: "Open Sans", "Trebuchet MS", arial, sans-serif;
	font-size: 13px;
}
table.dataTable-helper th.highlight {
	background-color: #ffd !important;
}
table.dataTable-helper td.highlight {
	background-color: #ffe !important;
}
.navbar {
	margin-bottom: 0;
	border-radius: 0;
}
.navbar .navbar-brand {
	height: 54px;
	padding-top: 0;
	padding-bottom: 0;
}
.navbar-profile-avatar {
	position: relative;
	top: -1px;
	width: 30px;
	margin-right: 0.65em;
	border: 2px solid #87a3bc;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
.navbar-profile-label-visible {
	display: inline !important;
}
.navbar-nav > .navbar-profile .dropdown-toggle {
	padding-left: 50px;
}
.navbar-nav > .navbar-profile .dropdown-toggle:hover .navbar-profile-avatar,
.navbar-nav > .navbar-profile.open .navbar-profile-avatar {
	border-color: #ffffff;
}
.navbar-profile-avatar {
	position: absolute;
	top: 50%;
	left: 12px;
	margin-top: -14px;
}
@media (min-width: 768px) {
	.navbar-nav > li > a {
		padding-top: 17px;
		padding-bottom: 17px;
	}
}
.navbar {
	background-color: var(--color5);
	border-color: var(--color5);
}
.navbar .navbar-brand {
	color: #87a3bc;
}
.navbar .navbar-brand:hover,
.navbar .navbar-brand:focus {
	color: #ffffff;
	background-color: var(--color5);
}
.navbar .navbar-text {
	color: #ffffff;
}
.navbar .navbar-nav > li > a {
	color: #87a3bc;
	font-weight: 600;
}
.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:focus {
	color: #ffffff;
	background-color: var(--color5);
}
.navbar .navbar-nav > .active > a,
.navbar .navbar-nav > .active > a:hover,
.navbar .navbar-nav > .active > a:focus {
	color: #ffffff;
	background-color: #253542;
}
.navbar .navbar-nav > .disabled > a,
.navbar .navbar-nav > .disabled > a:hover,
.navbar .navbar-nav > .disabled > a:focus {
	color: #444444;
	background-color: transparent;
}
.navbar .navbar-toggle {
	border-color: transparent;
}
.navbar .navbar-toggle:hover,
.navbar .navbar-toggle:focus {
	background-color: #273746;
}
.navbar .navbar-toggle .icon-bar {
	background-color: #ffffff;
}
.navbar .navbar-collapse,
.navbar .navbar-form {
	border-color: #1e2a35;
}
.navbar .navbar-nav > .open > a,
.navbar .navbar-nav > .open > a:hover,
.navbar .navbar-nav > .open > a:focus {
	background-color: #253542;
	color: #ffffff;
}
@media (max-width: 767px) {
	.navbar .navbar-nav .open .dropdown-menu > .dropdown-header {
		border-color: var(--color5);
	}
	.navbar .navbar-nav .open .dropdown-menu .divider {
		background-color: var(--color5);
	}
	.navbar .navbar-nav .open .dropdown-menu > li > a {
		color: #87a3bc;
	}
	.navbar .navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #ffffff;
		background-color: var(--color5);
	}
	.navbar .navbar-nav .open .dropdown-menu > .active > a,
	.navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
	.navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
		color: #ffffff;
		background-color: #253542;
	}
	.navbar .navbar-nav .open .dropdown-menu > .disabled > a,
	.navbar .navbar-nav .open .dropdown-menu > .disabled > a:hover,
	.navbar .navbar-nav .open .dropdown-menu > .disabled > a:focus {
		color: #444444;
		background-color: transparent;
	}
}
.navbar .navbar-link {
	color: #87a3bc;
}
.navbar .navbar-link:hover {
	color: #ffffff;
}
.navbar .btn-link {
	color: #87a3bc;
}
.navbar .btn-link:hover,
.navbar .btn-link:focus {
	color: #ffffff;
}
.navbar .btn-link[disabled]:hover,
fieldset[disabled] .navbar .btn-link:hover,
.navbar .btn-link[disabled]:focus,
fieldset[disabled] .navbar .btn-link:focus {
	color: #444444;
}
.navbar .navbar-toggle {
	height: 54px;
	padding: 0 15px;
	margin: 0;
	color: #50718d;
	font-size: 18px;
	line-height: 54px;
	border-color: transparent;
}
@media (min-width: 768px) {
	.navbar-collapse .navbar-nav.navbar-left:first-child {
		margin-left: 0;
	}
	.navbar .navbar-divider {
		position: relative;
		float: left;
		overflow: hidden;
		z-index: 101;
		width: 1px;
		height: 54px;
		margin: 0;
		background-color: #22303c;
	}
	.navbar .dropdown-menu:before {
		content: "";
		display: inline-block;
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
		border-bottom: 8px solid #fff;
		position: absolute;
		top: -7px;
		left: 9px;
	}
	.navbar-right .dropdown-menu:before {
		right: 9px;
		left: auto;
	}
}
.navbar .navbar-nav > .navbar-notification > .dropdown-toggle {
	color: #87a3bc;
	background-color: transparent;
	font-size: 13px;
}
.navbar .navbar-nav > .navbar-notification > .dropdown-toggle .badge {
	padding: 4px 7px;
	font-size: 10px;
	border-top-right-radius: 100px;
	border-top-left-radius: 100px;
	border-bottom-right-radius: 100px;
	border-bottom-left-radius: 100px;
}
.navbar .navbar-nav > .navbar-notification > .dropdown-toggle .navbar-notification-icon {
	color: #50718d;
}
.navbar .navbar-nav > .navbar-notification > .dropdown-toggle:hover,
.navbar .navbar-nav > .navbar-notification > .dropdown-toggle:focus {
	color: #ffffff;
	background-color: var(--color5);
}
.navbar .navbar-nav > .navbar-notification > .dropdown-toggle:hover .navbar-notification-icon,
.navbar .navbar-nav > .navbar-notification > .dropdown-toggle:focus .navbar-notification-icon {
	color: #ffffff;
}
.navbar .navbar-nav > .navbar-notification.open > .dropdown-toggle,
.navbar .navbar-nav > .navbar-notification.open > .dropdown-toggle:hover,
.navbar .navbar-nav > .navbar-notification.open > .dropdown-toggle:focus {
	color: #ffffff;
	background-color: #253542;
}
.navbar .navbar-nav > .navbar-notification.open > .dropdown-toggle .navbar-notification-icon,
.navbar .navbar-nav > .navbar-notification.open > .dropdown-toggle:hover .navbar-notification-icon,
.navbar .navbar-nav > .navbar-notification.open > .dropdown-toggle:focus .navbar-notification-icon {
	color: #ffffff;
}
.navbar .navbar-nav > .navbar-notification .dropdown-menu {
	min-width: 300px;
}
.navbar .navbar-nav > .navbar-notification .dropdown-menu:before {
	left: 15px;
}
.navbar .navbar-nav > .navbar-notification .notification {
	display: block;
	position: relative;
	padding: 6px 12px 6px 75px;
	border-bottom: 1px solid #ddd;
}
.navbar .navbar-nav > .navbar-notification .notification,
.navbar .navbar-nav > .navbar-notification .notification:hover {
	color: #aaa;
	text-decoration: none;
}
.navbar .navbar-nav > .navbar-notification .notification:hover {
	background-color: #f2f2f2;
}
.navbar .navbar-nav > .navbar-notification .dropdown-header {
	padding-top: 8px;
	padding-bottom: 8px;
	text-transform: initial;
	border-bottom: 1px solid #ddd;
	color: #444;
	font-size: 13px;
	font-weight: 600;
}
.navbar .navbar-nav > .navbar-notification .notification-list {
	overflow: hidden;
	position: relative;
}
.navbar .navbar-nav > .navbar-notification.empty .notification-list {
	display: table-cell;
	vertical-align: middle;
	padding: 0 18px;
	text-align: center;
}
.navbar .navbar-nav > .navbar-notification.empty .notification-link {
	display: none;
}
.navbar .navbar-nav > .navbar-notification.empty .slimScrollBar {
	display: none !important;
}
.navbar .navbar-nav > .navbar-notification .notification-title,
.navbar .navbar-nav > .navbar-notification .notification-description,
.navbar .navbar-nav > .navbar-notification .notification-time {
	display: block;
	font-size: 12px;
}
.navbar .navbar-nav > .navbar-notification .notification-title {
	padding-bottom: 1px;
	color: #222;
	font-weight: 600;
}
.navbar .navbar-nav > .navbar-notification .notification-description {
	padding-bottom: 3px;
	color: #666;
	font-size: 12px;
}
.navbar .navbar-nav > .navbar-notification .notification-time {
	font-size: 11px;
	font-style: italic;
	color: #bbb;
}
.navbar .navbar-nav > .navbar-notification .notification-icon {
	position: absolute;
	top: 50%;
	left: 10px;
	width: 50px;
	height: 50px;
	margin: -25px 12px 0 0;
	font-size: 14px;
	line-height: 50px;
	text-align: center;
}
.navbar .navbar-nav > .navbar-notification .notification-icon img {
	width: 50px;
	height: 50px;
}
.navbar .navbar-nav > .navbar-notification .notification-icon i {
	width: 50px;
	height: 50px;
	text-align: center;
	font-size: 28px;
	display: block;
	line-height: 40px;
}
.navbar .navbar-nav > .navbar-notification .notification-link {
	text-align: center;
	padding: 8px 0 !important;
	border-top: 1px solid #ddd;
	display: block;
	text-decoration: none !important;
	font-size: 12px;
	font-weight: 600;
	line-height: 18px !important;
	height: auto !important;
}
.navbar .navbar-nav > .navbar-notification .notification-link:hover {
	background: #eee;
}
.navbar .navbar-nav > .navbar-notification .notification-empty-title {
	color: var(--color2);
}
.navbar .navbar-nav > .navbar-notification .notification-empty-text {
	color: #777;
}
.navbar .navbar-nav.navbar-right > .navbar-notification .dropdown-menu:before {
	left: auto;
	right: 15px;
}
@media (min-width: 768px) {
	.navbar .navbar-nav > .navbar-notification > .dropdown-toggle {
		font-size: 18px;
	}
	.navbar .navbar-nav > .navbar-notification > .dropdown-toggle .badge {
		position: absolute;
		top: 6px;
		right: 3px;
	}
}
@media (max-width: 767px) {
	.navbar-notification .dropdown-menu {
		display: none !important;
	}
}
#wrapper {
	min-height: 0;
	padding: 0;
	margin: 0;
}
.container {
	width: auto;
}
.navbar {
	position: relative;
	top: 0;
	z-index: 1030;
	box-shadow: none;
}
.navbar-header {
	display: block;
	float: none;
}
.navbar .navbar-brand {
	width: auto;
	padding-right: 0;
	padding-left: 15px;
	margin-right: 15px;
}
.navbar-toggle {
	display: block;
}
.navbar-collapse {
	position: relative;
	top: 0;
	padding-right: 20px;
	padding-left: 20px;
	margin: 0;
}
.navbar-search-form {
	margin-right: -20px;
	margin-left: -20px;
	border: none;
	box-shadow: none;
}
@media (max-width: 767px) {
	.navbar-search-form .navbar-search-field {
		width: 100% !important;
	}
}
@media (max-width: 1199px) {
	.navbar-collapse.collapse {
		display: none !important;
	}
	.navbar-collapse.collapse.in {
		display: block !important;
	}
}
@media (min-width: 768px) {
	.navbar-header {
		float: left;
	}
	.navbar .navbar-toggle {
		display: none;
	}
	.navbar-collapse {
		padding-right: 0;
		padding-left: 0;
	}
	.navbar-collapse.collapse {
		position: static !important;
		width: auto;
		display: block !important;
		height: auto !important;
		padding-bottom: 0;
		overflow: visible !important;
	}
	.navbar-search-form {
		position: relative;
		top: -1px;
		border: none;
		box-shadow: none;
		padding: 0px;
		margin-right: 0;
		margin-left: 0;
	}
	.navbar-search-form:before {
		content: "\f002";
		position: relative;
		top: 5px;
		margin-right: 0.75em;
		margin-left: 1em;
		color: #46647d;
		font-family: "FontAwesome";
		font-size: 15px;
	}
	.navbar-search-form.active:before {
		color: var(--color2);
	}
	.navbar-search-form.active .navbar-search-field {
		border-bottom-color: var(--color2);
	}
	.navbar-search-form .navbar-search-field {
		padding-left: 4px;
		background-color: transparent !important;
		border: none;
		box-shadow: none !important;
		color: #212121;
		font-size: 14px;
		height: 50px;
		color: #fff;
		height: 36px;
		border-bottom: 1px solid transparent;
		border-bottom-color: #3d576d;
		border-radius: 0;
	}
	.navbar-search-form .navbar-search-field::-webkit-input-placeholder {
		color: #547795;
	}
	.navbar-search-form .navbar-search-field:-moz-placeholder {
		color: #547795;
	}
	.navbar-search-form .navbar-search-field::-moz-placeholder {
		color: #547795;
	}
	.navbar-search-form .navbar-search-field:-ms-input-placeholder {
		color: #547795;
	}
}
@media (min-width: 992px) {
	.navbar {
		box-shadow: 1px 0 6px 0 rgba(0, 0, 0, 0.6);
	}
	.navbar .navbar-brand {
		width: 260px;
		background: var(--color5);
	}
}
.sidebar {
	display: block;
	position: static;
	top: 0;
	bottom: 0;
	z-index: 101;
	width: 100%;
	background: #fff;
	outline: none;
	box-shadow: 1px 0 6px 0 rgba(0, 0, 0, 0.2);
}
.sidebar-bg {
	display: none;
}
.sidebar-inner {
	display: none;
}
.sidebar-menu {
	padding-bottom: 15px;
}
.sidebar-toggle {
	display: block;
}
.sidebar-inner {
	height: 100%;
}
.sidebar-menu {
	padding: 15px 0 100px;
	margin: 0;
}
.sidebar-menu a {
	display: block;
	padding: 8px 15px;
	color: #666666;
	font-size: 13px;
	line-height: 1.15;
	text-decoration: none;
	background-color: #ffffff;
	border-right: 1px solid transparent;
}
.sidebar-menu a .label {
	position: relative;
	top: 0;
}
.sidebar-menu a > i {
	display: inline-block;
	position: relative;
	top: -1px;
	vertical-align: middle;
	width: 20px;
	margin-right: 5px;
	margin-left: 3px;
	font-size: 15px;
	line-height: 17px;
	text-align: center;
}
.sidebar-menu a:hover {
	text-decoration: none;
	color: #666666;
	background: #f4f4f4;
}
.sidebar-menu li.sidebar-header {
	padding: 6px 20px;
	color: #999999;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	background: #ffffff;
}
.sidebar-menu li.divider {
	height: 1px;
	margin: 12px 0 12px;
	background: #eaeaea;
}
.sidebar-menu > li {
	padding: 0;
	margin: 0;
}
.sidebar-menu > li.open > a {
	color: #354b5e;
	font-weight: 600 !important;
	background: #f4f4f4;
	border-right-color: #6685a4;
}
.sidebar-menu > li.open > ul {
	display: block;
}
.sidebar-menu > li.active > a {
	color: var(--color2);
	font-weight: 600;
	background: #f4f4f4;
	border-right-color: var(--color2);
}
.sidebar-menu > li.active > a i {
	color: var(--color2);
}
.sidebar-menu > li ul {
	display: none;
	padding: 0 0 10px 0;
	margin: 0;
	list-style: none;
}
.sidebar-menu > li ul > li > a {
	display: block;
	padding: 8px 25px 8px 48px;
	color: #666666;
	background: #f4f4f4;
}
.sidebar-menu > li ul > li > a:hover,
.sidebar-menu > li ul > li > a:active {
	color: var(--color2);
	text-decoration: none;
	background: #f8f8f8;
}
@media (min-width: 768px) {
	.sidebar-bg {
		position: fixed;
		top: 0;
		bottom: 0;
		z-index: -1;
		width: 260px;
		background: #ffffff;
		box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
	}
}
@media (min-width: 992px) {
	.sidebar {
		position: absolute;
		top: 54px;
		width: 260px;
		box-shadow: none;
	}
	.sidebar-bg {
		display: block;
	}
	.sidebar-toggle {
		display: none;
	}
	.sidebar-inner {
		display: block !important;
	}
}
.content-page {
	position: relative;
	top: 0;
	right: 0;
	margin-left: 260px;
	padding-top: 40px;
}
.content {
	padding: 0;
}
@media (max-width: 991px) {
	.content-page {
		margin-left: 0;
	}
}
@media (max-width: 992px) {
	.content {
		padding: 0;
	}
}
@media (min-width: 992px) {
	.content-page {
		padding-top: 15px;
	}
	.content {
		padding: 15px 15px 10px;
	}
}
body {
	background: #f4f4f4;
}
@media (max-width: 991px) {
	.sidebar-opened .sidebar {
		display: block;
		left: 0;
		right: 0;
		width: auto;
	}
	.sidebar-opened .sidebar-inner {
		display: block;
		width: 100%;
	}
	.sidebar-toggle {
		text-align: center;
		display: block;
		padding: 12px 10px;
		color: var(--color2);
		font-size: 18px;
		cursor: pointer;
	}
}
@media (min-width: 992px) {
	.layout-fixed .navbar {
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		z-index: 1030;
	}
	.layout-fixed .sidebar {
		bottom: 50px;
		height: 100%;
		padding-bottom: 50px;
		margin-top: 0px;
		position: fixed;
	}
	.layout-fixed .content-page {
		top: 54px;
	}
}
.demo-btn {
	margin: 0 0.5em 1em 0;
}
.demo-element {
	display: inline-block;
	margin: 0 0.5em 1em 0;
}
.demo-dropdown-menu {
	display: inline-block;
	position: static;
	top: auto;
	left: auto;
	float: none;
}
.demo-section:before,
.demo-section:after {
	content: " ";
	display: table;
}
.demo-section:after {
	clear: both;
}
.fontawesome-icon-list {
	margin-top: 3em;
	margin-bottom: 3em;
}
.fontawesome-icon-list > div {
	margin-bottom: 3em;
	text-align: center;
}
.fontawesome-icon-list > div a {
	display: block;
	color: #777;
}
.fontawesome-icon-list > div a:hover {
	color: var(--color2);
	text-decoration: none;
}
.fontawesome-icon-list > div i {
	display: block;
	margin-bottom: 10px;
	font-size: 22px;
}
.demo-block {
	margin: 0 0 2em;
}
.demo-launcher {
	display: block;
	padding-bottom: 6px;
	margin-bottom: 0px;
	color: #555;
	text-align: center;
}
.demo-launcher img {
	padding: 3px;
	margin: 0 auto 6px;
	border: 1px solid #ddd;
	border-radius: 4px;
	transition: all 0.5s ease-in-out;
}
.demo-launcher:hover {
	text-decoration: none;
	color: var(--color2);
}
.demo-launcher:hover img {
	border-color: var(--color2);
}
.demo-external {
	text-align: center;
}
.demo-external a {
	color: #888;
}
.demo-external a small {
	font-size: 80%;
}
.demo-corner {
	position: absolute;
	top: 0;
	left: 0;
}
.demo-corner .dropdown-menu {
	top: 33px;
}
.demo-corner-toggle {
	position: absolute;
	top: 0;
	left: 0;
	padding-right: 100px;
}
.demo-corner-toggle:hover {
	text-decoration: none;
}
.demo-corner-toggle:hover i {
	color: #fff;
	text-decoration: none;
	background: #ce2e2e;
}
.demo-corner-toggle i {
	display: block;
	width: 36px;
	height: 36px;
	color: #fff;
	font-size: 18px;
	line-height: 36px;
	text-align: center;
	background: var(--color2);
	cursor: pointer;
	border-bottom-right-radius: 3px;
}
@media (min-width: 768px) {
	.demo-block {
		margin: 0;
	}
	.demo-block + .demo-block {
		margin-top: 1.5em;
	}
}

.logo-dev {
	max-height: 16px;
	margin-top: -3px;
}
