/* Minification failed. Returning unminified contents.
(13003,114): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
 */
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}
audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden],
template {
	display: none;
}
a {
	-webkit-transition: 150ms ease-in-out;
	-o-transition: 150ms ease-in-out;
	transition: 150ms ease-in-out;
	text-decoration: none;
	color: #458ac6;
	background-color: transparent;
}
a:active,
a:hover {
	outline: 0;
}
b,
optgroup,
strong {
	font-weight: 700;
}
dfn {
	font-style: italic;
}
h1 {
	margin: .67em 0;
}
sub,
sup {
	position: relative;
	vertical-align: baseline;
	font-size: 75%;
	line-height: 0;
}
sup {
	top: -.5em;
}
sub {
	bottom: -.25em;
}
svg:not(:root) {
	overflow: hidden;
}
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}
pre {
	overflow: auto;
}
code,
kbd,
pre,
samp {
	font-family: monospace,monospace;
	font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
	margin: 0;
	color: inherit;
	font: inherit;
}
button {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled],
html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}
input[type=checkbox],
input[type=radio] {
	box-sizing: border-box;
	padding: 0;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	height: auto;
}
input[type=search] {
	-webkit-appearance: textfield;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}
textarea {
	overflow: auto;
	min-height: 150px;
	resize: vertical;
}
td,
th {
	padding: 0;
}
.inline,
.inline + label {
	display: inline-block;
	width: auto;
	vertical-align: middle;
}
.inline + .inline {
	padding-left: 10px;
}
.sr-only {
	position: absolute!important;
	overflow: hidden;
	clip: rect(0,0,0,0);
	width: 1px!important;
	height: 1px!important;
	margin: -1px!important;
	padding: 0!important;
	border: 0;
}
.pull-left {
	float: left;
}
.pull-right {
	float: right;
}
.scrollbar-measure {
	position: absolute;
	top: -9999px;
	overflow: scroll;
	width: 50px;
	height: 50px;
}
.container {
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
}
.row {
	position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;

	-webkit-box-direction: normal;
	-webkit-box-flex: 0;
	-webkit-box-orient: horizontal;
}
.row-collapse > .col,
.space-between .col {
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;

	-webkit-box-flex: 0;
}
.row-collapse > .col:last-child {
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;

	-webkit-box-flex: 1;
}
.row-no-wrap {
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.reverse {
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;

	-webkit-box-direction: reverse;
	-webkit-box-orient: horizontal;
}
.aligned-start {
	text-align: flex-start;

	-webkit-box-pack: start;
	-ms-flex-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}
.aligned-center {
	text-align: center;

	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.aligned-end {
	text-align: flex-end;

	-webkit-box-pack: end;
	-ms-flex-pack: end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
.aligned-top {
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
}
.aligned-middle {
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
}
.aligned-bottom {
	-webkit-align-items: flex-end;
	align-items: flex-end;
	-webkit-box-align: end;
	-ms-flex-align: end;
}
.space-around {
	-webkit-box-pack: justify;
	-ms-flex-pack: distribute;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}
.space-between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9 {
	position: relative;
	padding-right: 15px;
	padding-left: 15px;
}
.col-12 {
	max-width: 100%;

	-webkit-flex-basis: 100%;
	flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
}
.col-11 {
	max-width: 91.66666667%;

	-webkit-flex-basis: 91.66666666666666%;
	flex-basis: 91.66666666666666%;
	-ms-flex-preferred-size: 91.66666666666666%;
}
.col-10 {
	max-width: 83.33333333%;

	-webkit-flex-basis: 83.33333333333334%;
	flex-basis: 83.33333333333334%;
	-ms-flex-preferred-size: 83.33333333333334%;
}
.col-9 {
	max-width: 75%;

	-webkit-flex-basis: 75%;
	flex-basis: 75%;
	-ms-flex-preferred-size: 75%;
}
.col-8 {
	max-width: 66.66666667%;

	-webkit-flex-basis: 66.66666666666666%;
	flex-basis: 66.66666666666666%;
	-ms-flex-preferred-size: 66.66666666666666%;
}
.col-7 {
	max-width: 58.33333333%;

	-webkit-flex-basis: 58.333333333333336%;
	flex-basis: 58.333333333333336%;
	-ms-flex-preferred-size: 58.333333333333336%;
}
.col-6 {
	max-width: 50%;

	-webkit-flex-basis: 50%;
	flex-basis: 50%;
	-ms-flex-preferred-size: 50%;
}
.col-5 {
	max-width: 41.66666667%;

	-webkit-flex-basis: 41.66666666666667%;
	flex-basis: 41.66666666666667%;
	-ms-flex-preferred-size: 41.66666666666667%;
}
.col-4 {
	max-width: 33.33333333%;

	-webkit-flex-basis: 33.33333333333333%;
	flex-basis: 33.33333333333333%;
	-ms-flex-preferred-size: 33.33333333333333%;
}
.col-3 {
	max-width: 25%;

	-webkit-flex-basis: 25%;
	flex-basis: 25%;
	-ms-flex-preferred-size: 25%;
}
.col-2 {
	max-width: 16.66666667%;

	-webkit-flex-basis: 16.666666666666664%;
	flex-basis: 16.666666666666664%;
	-ms-flex-preferred-size: 16.666666666666664%;
}
.col-1 {
	max-width: 8.33333333%;

	-webkit-flex-basis: 8.333333333333332%;
	flex-basis: 8.333333333333332%;
	-ms-flex-preferred-size: 8.333333333333332%;
}
.col {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	max-width: 100%;

	-webkit-box-flex: 1;
	-webkit-flex-basis: 0;
	flex-basis: 0;
	-ms-flex-preferred-size: 0;
}
.row-tiny-padding {
	margin-right: -2px;
	margin-left: -2px;
}
.row-tiny-padding [class*=col] {
	padding-right: 2px!important;
	padding-left: 2px!important;
}
.order-first {
	-webkit-box-ordinal-group: -1;
	-ms-flex-order: -1;
	-webkit-order: -1;
	order: -1;
}
.order-last {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 2;
	-webkit-order: 2;
	order: 2;
}
@media screen and (max-width:769px) {
	.reverse-mobile {
		-webkit-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;

		-webkit-box-direction: reverse;
		-webkit-box-orient: horizontal;
	}
	.aligned-start-mobile {
		text-align: flex-start;

		-webkit-box-pack: start;
		-ms-flex-pack: start;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
	}
	.aligned-center-mobile {
		text-align: center;

		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
	}
	.aligned-end-mobile {
		text-align: flex-end;

		-webkit-box-pack: end;
		-ms-flex-pack: end;
		-webkit-justify-content: flex-end;
		justify-content: flex-end;
	}
	.aligned-top-mobile {
		-webkit-align-items: flex-start;
		align-items: flex-start;
		-webkit-box-align: start;
		-ms-flex-align: start;
	}
	.aligned-middle-mobile {
		-webkit-align-items: center;
		align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
	}
	.aligned-bottom-mobile {
		-webkit-align-items: flex-end;
		align-items: flex-end;
		-webkit-box-align: end;
		-ms-flex-align: end;
	}
	.space-around-mobile {
		-webkit-box-pack: justify;
		-ms-flex-pack: distribute;
		-webkit-justify-content: space-around;
		justify-content: space-around;
	}
	.space-between-mobile {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	.col-mobile,
	.col-mobile-1,
	.col-mobile-10,
	.col-mobile-11,
	.col-mobile-12,
	.col-mobile-2,
	.col-mobile-3,
	.col-mobile-4,
	.col-mobile-5,
	.col-mobile-6,
	.col-mobile-7,
	.col-mobile-8,
	.col-mobile-9 {
		position: relative;
		padding-right: 15px;
		padding-left: 15px;
	}
	.col-mobile-12 {
		max-width: 100%;

		-webkit-flex-basis: 100%;
		flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
	}
	.col-mobile-11 {
		max-width: 91.66666667%;

		-webkit-flex-basis: 91.66666666666666%;
		flex-basis: 91.66666666666666%;
		-ms-flex-preferred-size: 91.66666666666666%;
	}
	.col-mobile-10 {
		max-width: 83.33333333%;

		-webkit-flex-basis: 83.33333333333334%;
		flex-basis: 83.33333333333334%;
		-ms-flex-preferred-size: 83.33333333333334%;
	}
	.col-mobile-9 {
		max-width: 75%;

		-webkit-flex-basis: 75%;
		flex-basis: 75%;
		-ms-flex-preferred-size: 75%;
	}
	.col-mobile-8 {
		max-width: 66.66666667%;

		-webkit-flex-basis: 66.66666666666666%;
		flex-basis: 66.66666666666666%;
		-ms-flex-preferred-size: 66.66666666666666%;
	}
	.col-mobile-7 {
		max-width: 58.33333333%;

		-webkit-flex-basis: 58.333333333333336%;
		flex-basis: 58.333333333333336%;
		-ms-flex-preferred-size: 58.333333333333336%;
	}
	.col-mobile-6 {
		max-width: 50%;

		-webkit-flex-basis: 50%;
		flex-basis: 50%;
		-ms-flex-preferred-size: 50%;
	}
	.col-mobile-5 {
		max-width: 41.66666667%;

		-webkit-flex-basis: 41.66666666666667%;
		flex-basis: 41.66666666666667%;
		-ms-flex-preferred-size: 41.66666666666667%;
	}
	.col-mobile-4 {
		max-width: 33.33333333%;

		-webkit-flex-basis: 33.33333333333333%;
		flex-basis: 33.33333333333333%;
		-ms-flex-preferred-size: 33.33333333333333%;
	}
	.col-mobile-3 {
		max-width: 25%;

		-webkit-flex-basis: 25%;
		flex-basis: 25%;
		-ms-flex-preferred-size: 25%;
	}
	.col-mobile-2 {
		max-width: 16.66666667%;

		-webkit-flex-basis: 16.666666666666664%;
		flex-basis: 16.666666666666664%;
		-ms-flex-preferred-size: 16.666666666666664%;
	}
	.col-mobile-1 {
		max-width: 8.33333333%;

		-webkit-flex-basis: 8.333333333333332%;
		flex-basis: 8.333333333333332%;
		-ms-flex-preferred-size: 8.333333333333332%;
	}
	.order-first-mobile {
		-webkit-box-ordinal-group: -1;
		-ms-flex-order: -1;
		-webkit-order: -1;
		order: -1;
	}
	.order-last-mobile {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 2;
		-webkit-order: 2;
		order: 2;
	}
}
@media screen and (min-width:768px)and (max-width:1025px) {
	.reverse-tablet {
		-webkit-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;

		-webkit-box-direction: reverse;
		-webkit-box-orient: horizontal;
	}
	.aligned-start-tablet {
		text-align: flex-start;

		-webkit-box-pack: start;
		-ms-flex-pack: start;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
	}
	.aligned-center-tablet {
		text-align: center;

		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
	}
	.aligned-end-tablet {
		text-align: flex-end;

		-webkit-box-pack: end;
		-ms-flex-pack: end;
		-webkit-justify-content: flex-end;
		justify-content: flex-end;
	}
	.aligned-top-tablet {
		-webkit-align-items: flex-start;
		align-items: flex-start;
		-webkit-box-align: start;
		-ms-flex-align: start;
	}
	.aligned-middle-tablet {
		-webkit-align-items: center;
		align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
	}
	.aligned-bottom-tablet {
		-webkit-align-items: flex-end;
		align-items: flex-end;
		-webkit-box-align: end;
		-ms-flex-align: end;
	}
	.space-around-tablet {
		-webkit-box-pack: justify;
		-ms-flex-pack: distribute;
		-webkit-justify-content: space-around;
		justify-content: space-around;
	}
	.space-between-tablet {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	.col-tablet,
	.col-tablet-1,
	.col-tablet-10,
	.col-tablet-11,
	.col-tablet-12,
	.col-tablet-2,
	.col-tablet-3,
	.col-tablet-4,
	.col-tablet-5,
	.col-tablet-6,
	.col-tablet-7,
	.col-tablet-8,
	.col-tablet-9 {
		position: relative;
		padding-right: 15px;
		padding-left: 15px;
	}
	.col-tablet-12 {
		max-width: 100%;

		-webkit-flex-basis: 100%;
		flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
	}
	.col-tablet-11 {
		max-width: 91.66666667%;

		-webkit-flex-basis: 91.66666666666666%;
		flex-basis: 91.66666666666666%;
		-ms-flex-preferred-size: 91.66666666666666%;
	}
	.col-tablet-10 {
		max-width: 83.33333333%;

		-webkit-flex-basis: 83.33333333333334%;
		flex-basis: 83.33333333333334%;
		-ms-flex-preferred-size: 83.33333333333334%;
	}
	.col-tablet-9 {
		max-width: 75%;

		-webkit-flex-basis: 75%;
		flex-basis: 75%;
		-ms-flex-preferred-size: 75%;
	}
	.col-tablet-8 {
		max-width: 66.66666667%;

		-webkit-flex-basis: 66.66666666666666%;
		flex-basis: 66.66666666666666%;
		-ms-flex-preferred-size: 66.66666666666666%;
	}
	.col-tablet-7 {
		max-width: 58.33333333%;

		-webkit-flex-basis: 58.333333333333336%;
		flex-basis: 58.333333333333336%;
		-ms-flex-preferred-size: 58.333333333333336%;
	}
	.col-tablet-6 {
		max-width: 50%;

		-webkit-flex-basis: 50%;
		flex-basis: 50%;
		-ms-flex-preferred-size: 50%;
	}
	.col-tablet-5 {
		max-width: 41.66666667%;

		-webkit-flex-basis: 41.66666666666667%;
		flex-basis: 41.66666666666667%;
		-ms-flex-preferred-size: 41.66666666666667%;
	}
	.col-tablet-4 {
		max-width: 33.33333333%;

		-webkit-flex-basis: 33.33333333333333%;
		flex-basis: 33.33333333333333%;
		-ms-flex-preferred-size: 33.33333333333333%;
	}
	.col-tablet-3 {
		max-width: 25%;

		-webkit-flex-basis: 25%;
		flex-basis: 25%;
		-ms-flex-preferred-size: 25%;
	}
	.col-tablet-2 {
		max-width: 16.66666667%;

		-webkit-flex-basis: 16.666666666666664%;
		flex-basis: 16.666666666666664%;
		-ms-flex-preferred-size: 16.666666666666664%;
	}
	.col-tablet-1 {
		max-width: 8.33333333%;

		-webkit-flex-basis: 8.333333333333332%;
		flex-basis: 8.333333333333332%;
		-ms-flex-preferred-size: 8.333333333333332%;
	}
	.order-first-tablet {
		-webkit-box-ordinal-group: -1;
		-ms-flex-order: -1;
		-webkit-order: -1;
		order: -1;
	}
	.order-last-tablet {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 2;
		-webkit-order: 2;
		order: 2;
	}
}
@media screen and (min-width:1024px) {
	.reverse-desktop {
		-webkit-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;

		-webkit-box-direction: reverse;
		-webkit-box-orient: horizontal;
	}
	.aligned-start-desktop {
		text-align: flex-start;

		-webkit-box-pack: start;
		-ms-flex-pack: start;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
	}
	.aligned-center-desktop {
		text-align: center;

		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
	}
	.aligned-end-desktop {
		text-align: flex-end;

		-webkit-box-pack: end;
		-ms-flex-pack: end;
		-webkit-justify-content: flex-end;
		justify-content: flex-end;
	}
	.aligned-top-desktop {
		-webkit-align-items: flex-start;
		align-items: flex-start;
		-webkit-box-align: start;
		-ms-flex-align: start;
	}
	.aligned-middle-desktop {
		-webkit-align-items: center;
		align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
	}
	.aligned-bottom-desktop {
		-webkit-align-items: flex-end;
		align-items: flex-end;
		-webkit-box-align: end;
		-ms-flex-align: end;
	}
	.space-around-desktop {
		-webkit-box-pack: justify;
		-ms-flex-pack: distribute;
		-webkit-justify-content: space-around;
		justify-content: space-around;
	}
	.space-between-desktop {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	.col-desktop,
	.col-desktop-1,
	.col-desktop-10,
	.col-desktop-11,
	.col-desktop-12,
	.col-desktop-2,
	.col-desktop-3,
	.col-desktop-4,
	.col-desktop-5,
	.col-desktop-6,
	.col-desktop-7,
	.col-desktop-8,
	.col-desktop-9 {
		position: relative;
		padding-right: 15px;
		padding-left: 15px;
	}
	.col-desktop-12 {
		max-width: 100%;

		-webkit-flex-basis: 100%;
		flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
	}
	.col-desktop-11 {
		max-width: 91.66666667%;

		-webkit-flex-basis: 91.66666666666666%;
		flex-basis: 91.66666666666666%;
		-ms-flex-preferred-size: 91.66666666666666%;
	}
	.col-desktop-10 {
		max-width: 83.33333333%;

		-webkit-flex-basis: 83.33333333333334%;
		flex-basis: 83.33333333333334%;
		-ms-flex-preferred-size: 83.33333333333334%;
	}
	.col-desktop-9 {
		max-width: 75%;

		-webkit-flex-basis: 75%;
		flex-basis: 75%;
		-ms-flex-preferred-size: 75%;
	}
	.col-desktop-8 {
		max-width: 66.66666667%;

		-webkit-flex-basis: 66.66666666666666%;
		flex-basis: 66.66666666666666%;
		-ms-flex-preferred-size: 66.66666666666666%;
	}
	.col-desktop-7 {
		max-width: 58.33333333%;

		-webkit-flex-basis: 58.333333333333336%;
		flex-basis: 58.333333333333336%;
		-ms-flex-preferred-size: 58.333333333333336%;
	}
	.col-desktop-6 {
		max-width: 50%;

		-webkit-flex-basis: 50%;
		flex-basis: 50%;
		-ms-flex-preferred-size: 50%;
	}
	.col-desktop-5 {
		max-width: 41.66666667%;

		-webkit-flex-basis: 41.66666666666667%;
		flex-basis: 41.66666666666667%;
		-ms-flex-preferred-size: 41.66666666666667%;
	}
	.col-desktop-4 {
		max-width: 33.33333333%;

		-webkit-flex-basis: 33.33333333333333%;
		flex-basis: 33.33333333333333%;
		-ms-flex-preferred-size: 33.33333333333333%;
	}
	.col-desktop-3 {
		max-width: 25%;

		-webkit-flex-basis: 25%;
		flex-basis: 25%;
		-ms-flex-preferred-size: 25%;
	}
	.col-desktop-2 {
		max-width: 16.66666667%;

		-webkit-flex-basis: 16.666666666666664%;
		flex-basis: 16.666666666666664%;
		-ms-flex-preferred-size: 16.666666666666664%;
	}
	.col-desktop-1 {
		max-width: 8.33333333%;

		-webkit-flex-basis: 8.333333333333332%;
		flex-basis: 8.333333333333332%;
		-ms-flex-preferred-size: 8.333333333333332%;
	}
	.order-first-desktop {
		-webkit-box-ordinal-group: -1;
		-ms-flex-order: -1;
		-webkit-order: -1;
		order: -1;
	}
	.order-last-desktop {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 2;
		-webkit-order: 2;
		order: 2;
	}
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Proxima Nova','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight: 500;
	line-height: 24px;
}
h1 {
	margin-top: 18px;
	margin-bottom: 18px;
	font-size: 36px;
}
h2 {
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 30px;
}
h3 {
	margin-top: 11.5px;
	margin-bottom: 11.5px;
	font-size: 23px;
}
h4 {
	margin-top: 8.5px;
	margin-bottom: 8.5px;
	font-size: 17px;
}
h5 {
	margin-top: 7px;
	margin-bottom: 7px;
	font-size: 14px;
}
h6 {
	margin-top: 5.5px;
	margin-bottom: 5.5px;
	font-size: 11px;
}
p {
	margin: 0 0 22px;
}
p:last-child {
	margin-bottom: 0;
}
a:hover {
	color: #3575ad;
}
.lead {
	font-size: 16px;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.text-justify {
	text-align: justify;
}
.text-nowrap {
	white-space: nowrap;
}
.text-lowercase {
	text-transform: lowercase;
}
.text-uppercase {
	text-transform: uppercase;
}
.text-capitalize {
	text-transform: capitalize;
}
small {
	font-size: 85.71428571%;
}
mark {
	padding: .2em;
	color: #000;
	background: #fcf8e3;
}
.page-header {
	margin: 0 0 24px;
	padding-bottom: 23px;
	border-bottom: 1px solid #111;
}
ol,
ul {
	margin: 0 0 11px;
	padding: 0 0 0 33px;
}
ol ol,
ol ul,
ul ol,
ul ul {
	margin-bottom: 0;
}
.list-unstyled {
	padding-left: 0;
	list-style: none;
}
.list-inline {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-bottom: 0;
	margin-left: -10px;
	padding-left: 0;
	list-style: none;
}
.list-inline > li {
	margin: 0 5px;
	padding: 0 5px;
}
dl {
	margin-top: 0;
	margin-bottom: 24px;
}
dd,
dt {
	line-height: 22px;
}
dt {
	font-weight: 700;
}
dd {
	margin-left: 0;
}
.dl-horizontal dt {
	float: left;
	clear: left;
	overflow: hidden;
	width: 200px;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: right;
}
.dl-horizontal dd {
	margin-left: 215px;
}
abbr[title] {
	cursor: help;
	border-bottom: 1px dotted #111;
}
blockquote {
	margin: 0 0 22px;
	padding: 11px 22px;
	border-left: 4px solid rgba(17,17,17,.25);
	font-size: 16px;
}
blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child,
blockquote:last-child {
	margin-bottom: 0;
}
blockquote footer {
	font-size: 80%;
}
blockquote footer:before {
	content: '\2014 \00A0';
}
address {
	margin: 0 0 22px;
	font-style: normal;
}
@font-face {
	font-family: icomoon;
	src: url(../fonts/icomoon.eot?-g8uc3k);
	src: url(../fonts/icomoon.eot?#iefix-g8uc3k)format('embedded-opentype'),url(../fonts/icomoon.woff?-g8uc3k)format('woff'),url(../fonts/icomoon.ttf?-g8uc3k)format('truetype'),url(../fonts/icomoon.svg?-g8uc3k#icomoon)format('svg');
	font-weight: 400;
	font-style: normal;
}
.icon,
[class*=icon-] {
	text-transform: none;
	font-family: icomoon;
	font-weight: 400;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	speak: none;
}
.icon-accessibility2:before {
	content: '\e817';
}
.icon-address-book2:before {
	content: '\e818';
}
.icon-aid-kit2:before {
	content: '\e819';
}
.icon-airplane2:before {
	content: '\e81a';
}
.icon-alarm3:before {
	content: '\e81b';
}
.icon-alarm22:before {
	content: '\e81c';
}
.icon-android2:before {
	content: '\e81d';
}
.icon-angry3:before {
	content: '\e81e';
}
.icon-angry22:before {
	content: '\e81f';
}
.icon-apple2:before {
	content: '\e820';
}
.icon-arrow-down-left3:before {
	content: '\e821';
}
.icon-arrow-down-left22:before {
	content: '\e822';
}
.icon-arrow-down-right3:before {
	content: '\e823';
}
.icon-arrow-down-right22:before {
	content: '\e824';
}
.icon-arrow-down3:before {
	content: '\e825';
}
.icon-arrow-down22:before {
	content: '\e826';
}
.icon-arrow-left3:before {
	content: '\e827';
}
.icon-arrow-left22:before {
	content: '\e828';
}
.icon-arrow-right3:before {
	content: '\e829';
}
.icon-arrow-right22:before {
	content: '\e82a';
}
.icon-arrow-up-left3:before {
	content: '\e82b';
}
.icon-arrow-up-left22:before {
	content: '\e82c';
}
.icon-arrow-up-right3:before {
	content: '\e82d';
}
.icon-arrow-up-right22:before {
	content: '\e82e';
}
.icon-arrow-up3:before {
	content: '\e82f';
}
.icon-arrow-up22:before {
	content: '\e830';
}
.icon-arrows2:before {
	content: '\e831';
}
.icon-attachment2:before {
	content: '\e832';
}
.icon-backward3:before {
	content: '\e833';
}
.icon-backward22:before {
	content: '\e834';
}
.icon-baffled3:before {
	content: '\e835';
}
.icon-baffled22:before {
	content: '\e836';
}
.icon-barcode2:before {
	content: '\e837';
}
.icon-bell2:before {
	content: '\e838';
}
.icon-bin3:before {
	content: '\e839';
}
.icon-bin22:before {
	content: '\e83a';
}
.icon-binoculars2:before {
	content: '\e83b';
}
.icon-blocked2:before {
	content: '\e83c';
}
.icon-blog2:before {
	content: '\e83d';
}
.icon-blogger3:before {
	content: '\e83e';
}
.icon-blogger22:before {
	content: '\e83f';
}
.icon-bold2:before {
	content: '\e840';
}
.icon-book2:before {
	content: '\e841';
}
.icon-bookmark2:before {
	content: '\e842';
}
.icon-bookmarks2:before {
	content: '\e843';
}
.icon-books2:before {
	content: '\e844';
}
.icon-box-add2:before {
	content: '\e845';
}
.icon-box-remove2:before {
	content: '\e846';
}
.icon-briefcase3:before {
	content: '\e847';
}
.icon-briefcase22:before {
	content: '\e848';
}
.icon-brightness-contrast2:before {
	content: '\e849';
}
.icon-bubble3:before {
	content: '\e84a';
}
.icon-bubble22:before {
	content: '\e84b';
}
.icon-bubbles5:before {
	content: '\e84c';
}
.icon-bubbles22:before {
	content: '\e84d';
}
.icon-bubbles32:before {
	content: '\e84e';
}
.icon-bubbles42:before {
	content: '\e84f';
}
.icon-bug2:before {
	content: '\e850';
}
.icon-bullhorn2:before {
	content: '\e851';
}
.icon-calculator2:before {
	content: '\e852';
}
.icon-calendar3:before {
	content: '\e853';
}
.icon-calendar22:before {
	content: '\e854';
}
.icon-camera2:before {
	content: '\e855';
}
.icon-cancel-circle2:before {
	content: '\e856';
}
.icon-candidate2:before {
	content: '\e857';
}
.icon-cart2:before {
	content: '\e858';
}
.icon-certificate2:before {
	content: '\e859';
}
.icon-checkbox-checked2:before {
	content: '\e85a';
}
.icon-checkbox-unchecked2:before {
	content: '\e85b';
}
.icon-checkmark3:before {
	content: '\e85c';
}
.icon-checkmark22:before {
	content: '\e85d';
}
.icon-chevron-down2:before {
	content: '\e85e';
}
.icon-chevron-left2:before {
	content: '\e85f';
}
.icon-chevron-right2:before {
	content: '\e860';
}
.icon-chevron-up2:before {
	content: '\e861';
}
.icon-chrome2:before {
	content: '\e862';
}
.icon-circle-down2:before {
	content: '\e863';
}
.icon-circle-left2:before {
	content: '\e864';
}
.icon-circle-right2:before {
	content: '\e865';
}
.icon-circle-up2:before {
	content: '\e866';
}
.icon-clear-formatting2:before {
	content: '\e867';
}
.icon-clipboard2:before {
	content: '\e868';
}
.icon-clock3:before {
	content: '\e869';
}
.icon-clock22:before {
	content: '\e86a';
}
.icon-cloud-check2:before {
	content: '\e86b';
}
.icon-cloud-download2:before {
	content: '\e86c';
}
.icon-cloud-upload2:before {
	content: '\e86d';
}
.icon-cloud2:before {
	content: '\e86e';
}
.icon-clubs2:before {
	content: '\e86f';
}
.icon-codepen2:before {
	content: '\e870';
}
.icon-cog-alt2:before {
	content: '\e871';
}
.icon-cog3:before {
	content: '\e872';
}
.icon-cog22:before {
	content: '\e873';
}
.icon-cogs2:before {
	content: '\e874';
}
.icon-coin-dollar2:before {
	content: '\e875';
}
.icon-coin-euro2:before {
	content: '\e876';
}
.icon-coin-pound2:before {
	content: '\e877';
}
.icon-coin-yen2:before {
	content: '\e878';
}
.icon-command2:before {
	content: '\e879';
}
.icon-compass3:before {
	content: '\e87a';
}
.icon-compass22:before {
	content: '\e87b';
}
.icon-confused3:before {
	content: '\e87c';
}
.icon-confused22:before {
	content: '\e87d';
}
.icon-connection2:before {
	content: '\e87e';
}
.icon-contrast2:before {
	content: '\e87f';
}
.icon-cool3:before {
	content: '\e880';
}
.icon-cool22:before {
	content: '\e881';
}
.icon-copy2:before {
	content: '\e882';
}
.icon-credit-card2:before {
	content: '\e883';
}
.icon-crop2:before {
	content: '\e884';
}
.icon-cross2:before {
	content: '\e885';
}
.icon-crying3:before {
	content: '\e886';
}
.icon-crying22:before {
	content: '\e887';
}
.icon-css32:before {
	content: '\e888';
}
.icon-ctrl2:before {
	content: '\e889';
}
.icon-dashboard2:before {
	content: '\e88a';
}
.icon-database2:before {
	content: '\e88b';
}
.icon-day:before {
	content: '\e88c';
}
.icon-delicious2:before {
	content: '\e88d';
}
.icon-deviantart3:before {
	content: '\e88e';
}
.icon-deviantart22:before {
	content: '\e88f';
}
.icon-diamonds2:before {
	content: '\e890';
}
.icon-dice2:before {
	content: '\e891';
}
.icon-display2:before {
	content: '\e892';
}
.icon-double-chevron-down2:before {
	content: '\e893';
}
.icon-double-chevron-left2:before {
	content: '\e894';
}
.icon-double-chevron-right2:before {
	content: '\e895';
}
.icon-double-chevron-up2:before {
	content: '\e896';
}
.icon-download5:before {
	content: '\e897';
}
.icon-download22:before {
	content: '\e898';
}
.icon-download32:before {
	content: '\e899';
}
.icon-download42:before {
	content: '\e89a';
}
.icon-drawer3:before {
	content: '\e89b';
}
.icon-drawer22:before {
	content: '\e89c';
}
.icon-dribbble4:before {
	content: '\e89d';
}
.icon-dribbble22:before {
	content: '\e89e';
}
.icon-dribbble32:before {
	content: '\e89f';
}
.icon-drive2:before {
	content: '\e8a0';
}
.icon-dropbox2:before {
	content: '\e8a1';
}
.icon-droplet2:before {
	content: '\e8a2';
}
.icon-earth2:before {
	content: '\e8a3';
}
.icon-edit2:before {
	content: '\e8a4';
}
.icon-eject2:before {
	content: '\e8a5';
}
.icon-ello2:before {
	content: '\e8a6';
}
.icon-email2:before {
	content: '\e8a7';
}
.icon-embed3:before {
	content: '\e8a8';
}
.icon-embed22:before {
	content: '\e8a9';
}
.icon-enlarge3:before {
	content: '\e8aa';
}
.icon-enlarge22:before {
	content: '\e8ab';
}
.icon-enter2:before {
	content: '\e8ac';
}
.icon-envelop2:before {
	content: '\e8ad';
}
.icon-equalizer3:before {
	content: '\e8ae';
}
.icon-equalizer22:before {
	content: '\e8af';
}
.icon-evil3:before {
	content: '\e8b0';
}
.icon-evil22:before {
	content: '\e8b1';
}
.icon-exit2:before {
	content: '\e8b2';
}
.icon-eye-blocked2:before {
	content: '\e8b3';
}
.icon-eye-minus2:before {
	content: '\e8b4';
}
.icon-eye-plus2:before {
	content: '\e8b5';
}
.icon-eye2:before {
	content: '\e8b6';
}
.icon-eyedropper2:before {
	content: '\e8b7';
}
.icon-facebook4:before {
	content: '\e8b8';
}
.icon-facebook22:before {
	content: '\e8b9';
}
.icon-facebook32:before {
	content: '\e8ba';
}
.icon-fax2:before {
	content: '\e8bb';
}
.icon-feed5:before {
	content: '\e8bc';
}
.icon-feed22:before {
	content: '\e8bd';
}
.icon-feed32:before {
	content: '\e8be';
}
.icon-feed42:before {
	content: '\e8bf';
}
.icon-file-empty2:before {
	content: '\e8c0';
}
.icon-file-excel2:before {
	content: '\e8c1';
}
.icon-file-music2:before {
	content: '\e8c2';
}
.icon-file-openoffice2:before {
	content: '\e8c3';
}
.icon-file-pdf2:before {
	content: '\e8c4';
}
.icon-file-picture2:before {
	content: '\e8c5';
}
.icon-file-play2:before {
	content: '\e8c6';
}
.icon-file-text3:before {
	content: '\e8c7';
}
.icon-file-text22:before {
	content: '\e8c8';
}
.icon-file-video2:before {
	content: '\e8c9';
}
.icon-file-word2:before {
	content: '\e8ca';
}
.icon-file-zip2:before {
	content: '\e8cb';
}
.icon-files-empty2:before {
	content: '\e8cc';
}
.icon-film2:before {
	content: '\e8cd';
}
.icon-filter2:before {
	content: '\e8ce';
}
.icon-finder2:before {
	content: '\e8cf';
}
.icon-fire2:before {
	content: '\e8d0';
}
.icon-firefox2:before {
	content: '\e8d1';
}
.icon-first2:before {
	content: '\e8d2';
}
.icon-flag2:before {
	content: '\e8d3';
}
.icon-flattr2:before {
	content: '\e8d4';
}
.icon-flickr5:before {
	content: '\e8d5';
}
.icon-flickr22:before {
	content: '\e8d6';
}
.icon-flickr32:before {
	content: '\e8d7';
}
.icon-flickr42:before {
	content: '\e8d8';
}
.icon-floppy-disk2:before {
	content: '\e8d9';
}
.icon-folder-download2:before {
	content: '\e8da';
}
.icon-folder-minus2:before {
	content: '\e8db';
}
.icon-folder-open2:before {
	content: '\e8dc';
}
.icon-folder-plus2:before {
	content: '\e8dd';
}
.icon-folder-upload2:before {
	content: '\e8de';
}
.icon-folder2:before {
	content: '\e8df';
}
.icon-font-size2:before {
	content: '\e8e0';
}
.icon-font2:before {
	content: '\e8e1';
}
.icon-forrst3:before {
	content: '\e8e2';
}
.icon-forrst22:before {
	content: '\e8e3';
}
.icon-forward4:before {
	content: '\e8e4';
}
.icon-forward22:before {
	content: '\e8e5';
}
.icon-forward32:before {
	content: '\e8e6';
}
.icon-foursquare2:before {
	content: '\e8e7';
}
.icon-frustrated3:before {
	content: '\e8e8';
}
.icon-frustrated22:before {
	content: '\e8e9';
}
.icon-gift2:before {
	content: '\e8ea';
}
.icon-git2:before {
	content: '\e8eb';
}
.icon-github6:before {
	content: '\e8ec';
}
.icon-github22:before {
	content: '\e8ed';
}
.icon-github32:before {
	content: '\e8ee';
}
.icon-github42:before {
	content: '\e8ef';
}
.icon-github52:before {
	content: '\e8f0';
}
.icon-glass3:before {
	content: '\e8f1';
}
.icon-glass22:before {
	content: '\e8f2';
}
.icon-google-drive2:before {
	content: '\e8f3';
}
.icon-google-plus4:before {
	content: '\e8f4';
}
.icon-google-plus22:before {
	content: '\e8f5';
}
.icon-google-plus32:before {
	content: '\e8f6';
}
.icon-google2:before {
	content: '\e8f7';
}
.icon-graph2:before {
	content: '\e8f8';
}
.icon-grid2:before {
	content: '\e8f9';
}
.icon-grin3:before {
	content: '\e8fa';
}
.icon-grin22:before {
	content: '\e8fb';
}
.icon-hammer3:before {
	content: '\e8fc';
}
.icon-hammer22:before {
	content: '\e8fd';
}
.icon-happy3:before {
	content: '\e8fe';
}
.icon-happy22:before {
	content: '\e8ff';
}
.icon-headphones2:before {
	content: '\e900';
}
.icon-heart-broken2:before {
	content: '\e901';
}
.icon-heart2:before {
	content: '\e902';
}
.icon-hipster3:before {
	content: '\e903';
}
.icon-hipster22:before {
	content: '\e904';
}
.icon-history2:before {
	content: '\e905';
}
.icon-home4:before {
	content: '\e906';
}
.icon-home22:before {
	content: '\e907';
}
.icon-home32:before {
	content: '\e908';
}
.icon-hour-glass2:before {
	content: '\e909';
}
.icon-html53:before {
	content: '\e90a';
}
.icon-html522:before {
	content: '\e90b';
}
.icon-IcoMoon2:before {
	content: '\e90c';
}
.icon-IE2:before {
	content: '\e90d';
}
.icon-image2:before {
	content: '\e90e';
}
.icon-images2:before {
	content: '\e90f';
}
.icon-indent-decrease2:before {
	content: '\e910';
}
.icon-indent-increase2:before {
	content: '\e911';
}
.icon-infinite2:before {
	content: '\e912';
}
.icon-info2:before {
	content: '\e913';
}
.icon-insert-template2:before {
	content: '\e914';
}
.icon-instagram2:before {
	content: '\e915';
}
.icon-italic2:before {
	content: '\e916';
}
.icon-joomla2:before {
	content: '\e917';
}
.icon-key3:before {
	content: '\e918';
}
.icon-key22:before {
	content: '\e919';
}
.icon-keyboard2:before {
	content: '\e91a';
}
.icon-lab2:before {
	content: '\e91b';
}
.icon-lanyrd2:before {
	content: '\e91c';
}
.icon-laptop2:before {
	content: '\e91d';
}
.icon-last2:before {
	content: '\e91e';
}
.icon-lastfm3:before {
	content: '\e91f';
}
.icon-lastfm22:before {
	content: '\e920';
}
.icon-leaf2:before {
	content: '\e921';
}
.icon-library2:before {
	content: '\e922';
}
.icon-libreoffice2:before {
	content: '\e923';
}
.icon-lifebuoy2:before {
	content: '\e924';
}
.icon-ligature3:before {
	content: '\e925';
}
.icon-ligature22:before {
	content: '\e926';
}
.icon-link3:before {
	content: '\e927';
}
.icon-link22:before {
	content: '\e928';
}
.icon-linkedin3:before {
	content: '\e929';
}
.icon-linkedin22:before {
	content: '\e92a';
}
.icon-list-numbered2:before {
	content: '\e92b';
}
.icon-list3:before {
	content: '\e92c';
}
.icon-list22:before {
	content: '\e92d';
}
.icon-load-search2:before {
	content: '\e92e';
}
.icon-location3:before {
	content: '\e92f';
}
.icon-location22:before {
	content: '\e930';
}
.icon-lock2:before {
	content: '\e931';
}
.icon-loop3:before {
	content: '\e932';
}
.icon-loop22:before {
	content: '\e933';
}
.icon-ltr2:before {
	content: '\e934';
}
.icon-magic-wand2:before {
	content: '\e935';
}
.icon-magnet2:before {
	content: '\e936';
}
.icon-mail5:before {
	content: '\e937';
}
.icon-mail22:before {
	content: '\e938';
}
.icon-mail32:before {
	content: '\e939';
}
.icon-mail42:before {
	content: '\e93a';
}
.icon-make-group2:before {
	content: '\e93b';
}
.icon-man-woman2:before {
	content: '\e93c';
}
.icon-man2:before {
	content: '\e93d';
}
.icon-map-pin2:before {
	content: '\e93e';
}
.icon-map3:before {
	content: '\e93f';
}
.icon-map22:before {
	content: '\e940';
}
.icon-menu6:before {
	content: '\e941';
}
.icon-menu22:before {
	content: '\e942';
}
.icon-menu32:before {
	content: '\e943';
}
.icon-menu42:before {
	content: '\e944';
}
.icon-menu52:before {
	content: '\e945';
}
.icon-meter3:before {
	content: '\e946';
}
.icon-meter22:before {
	content: '\e947';
}
.icon-mic2:before {
	content: '\e948';
}
.icon-minus2:before {
	content: '\e949';
}
.icon-mobile3:before {
	content: '\e94a';
}
.icon-mobile22:before {
	content: '\e94b';
}
.icon-month:before {
	content: '\e94c';
}
.icon-move-down2:before {
	content: '\e94d';
}
.icon-move-up2:before {
	content: '\e94e';
}
.icon-move2:before {
	content: '\e94f';
}
.icon-mug2:before {
	content: '\e950';
}
.icon-music2:before {
	content: '\e951';
}
.icon-neutral3:before {
	content: '\e952';
}
.icon-neutral22:before {
	content: '\e953';
}
.icon-new-tab2:before {
	content: '\e954';
}
.icon-newspaper2:before {
	content: '\e955';
}
.icon-next3:before {
	content: '\e956';
}
.icon-next22:before {
	content: '\e957';
}
.icon-notification2:before {
	content: '\e958';
}
.icon-office2:before {
	content: '\e959';
}
.icon-omega2:before {
	content: '\e95a';
}
.icon-onedrive2:before {
	content: '\e95b';
}
.icon-open2:before {
	content: '\e95c';
}
.icon-opera2:before {
	content: '\e95d';
}
.icon-opt2:before {
	content: '\e95e';
}
.icon-pacman2:before {
	content: '\e95f';
}
.icon-page-break2:before {
	content: '\e960';
}
.icon-pagebreak2:before {
	content: '\e961';
}
.icon-paint-format2:before {
	content: '\e962';
}
.icon-panels2:before {
	content: '\e963';
}
.icon-paragraph-center2:before {
	content: '\e964';
}
.icon-paragraph-justify2:before {
	content: '\e965';
}
.icon-paragraph-left2:before {
	content: '\e966';
}
.icon-paragraph-right2:before {
	content: '\e967';
}
.icon-paste2:before {
	content: '\e968';
}
.icon-pause3:before {
	content: '\e969';
}
.icon-pause22:before {
	content: '\e96a';
}
.icon-paypal4:before {
	content: '\e96b';
}
.icon-paypal22:before {
	content: '\e96c';
}
.icon-paypal32:before {
	content: '\e96d';
}
.icon-pen2:before {
	content: '\e96e';
}
.icon-pencil3:before {
	content: '\e96f';
}
.icon-pencil22:before {
	content: '\e970';
}
.icon-phone-hang-up2:before {
	content: '\e971';
}
.icon-phone3:before {
	content: '\e972';
}
.icon-phone22:before {
	content: '\e973';
}
.icon-picassa3:before {
	content: '\e974';
}
.icon-picassa22:before {
	content: '\e975';
}
.icon-pie-chart2:before {
	content: '\e976';
}
.icon-pilcrow2:before {
	content: '\e977';
}
.icon-pin-alt2:before {
	content: '\e978';
}
.icon-pin2:before {
	content: '\e979';
}
.icon-pinterest3:before {
	content: '\e97a';
}
.icon-pinterest22:before {
	content: '\e97b';
}
.icon-play4:before {
	content: '\e97c';
}
.icon-play22:before {
	content: '\e97d';
}
.icon-play32:before {
	content: '\e97e';
}
.icon-plus3:before {
	content: '\e97f';
}
.icon-plus22:before {
	content: '\e980';
}
.icon-podcast2:before {
	content: '\e981';
}
.icon-point-down2:before {
	content: '\e982';
}
.icon-point-left2:before {
	content: '\e983';
}
.icon-point-right2:before {
	content: '\e984';
}
.icon-point-up2:before {
	content: '\e985';
}
.icon-power-cord2:before {
	content: '\e986';
}
.icon-power2:before {
	content: '\e987';
}
.icon-previous3:before {
	content: '\e988';
}
.icon-previous22:before {
	content: '\e989';
}
.icon-price-tag2:before {
	content: '\e98a';
}
.icon-price-tags2:before {
	content: '\e98b';
}
.icon-printer2:before {
	content: '\e98c';
}
.icon-profile2:before {
	content: '\e98d';
}
.icon-pushpin2:before {
	content: '\e98e';
}
.icon-qrcode2:before {
	content: '\e98f';
}
.icon-question2:before {
	content: '\e990';
}
.icon-quill2:before {
	content: '\e991';
}
.icon-quotes-left2:before {
	content: '\e992';
}
.icon-quotes-right2:before {
	content: '\e993';
}
.icon-radio-checked3:before {
	content: '\e994';
}
.icon-radio-checked22:before {
	content: '\e995';
}
.icon-radio-unchecked2:before {
	content: '\e996';
}
.icon-reddit2:before {
	content: '\e997';
}
.icon-redo3:before {
	content: '\e998';
}
.icon-redo22:before {
	content: '\e999';
}
.icon-reply2:before {
	content: '\e99a';
}
.icon-report2:before {
	content: '\e99b';
}
.icon-reset2:before {
	content: '\e99c';
}
.icon-road2:before {
	content: '\e99d';
}
.icon-rocket2:before {
	content: '\e99e';
}
.icon-rotate2:before {
	content: '\e99f';
}
.icon-rtl2:before {
	content: '\e9a0';
}
.icon-sad3:before {
	content: '\e9a1';
}
.icon-sad22:before {
	content: '\e9a2';
}
.icon-safari2:before {
	content: '\e9a3';
}
.icon-save-search2:before {
	content: '\e9a4';
}
.icon-scissors2:before {
	content: '\e9a5';
}
.icon-search3:before {
	content: '\e9a6';
}
.icon-search22:before {
	content: '\e9a7';
}
.icon-section2:before {
	content: '\e9a8';
}
.icon-settings-alt2:before {
	content: '\e9a9';
}
.icon-settings2:before {
	content: '\e9aa';
}
.icon-share4:before {
	content: '\e9ab';
}
.icon-share22:before {
	content: '\e9ac';
}
.icon-share32:before {
	content: '\e9ad';
}
.icon-shield2:before {
	content: '\e9ae';
}
.icon-shift2:before {
	content: '\e9af';
}
.icon-shocked3:before {
	content: '\e9b0';
}
.icon-shocked22:before {
	content: '\e9b1';
}
.icon-shrink3:before {
	content: '\e9b2';
}
.icon-shrink22:before {
	content: '\e9b3';
}
.icon-shuffle2:before {
	content: '\e9b4';
}
.icon-sigma2:before {
	content: '\e9b5';
}
.icon-skype2:before {
	content: '\e9b6';
}
.icon-sleepy3:before {
	content: '\e9b7';
}
.icon-sleepy22:before {
	content: '\e9b8';
}
.icon-smile3:before {
	content: '\e9b9';
}
.icon-smile22:before {
	content: '\e9ba';
}
.icon-sort-alpha-asc2:before {
	content: '\e9bb';
}
.icon-sort-alpha-desc2:before {
	content: '\e9bc';
}
.icon-sort-amount-asc2:before {
	content: '\e9bd';
}
.icon-sort-amount-desc2:before {
	content: '\e9be';
}
.icon-sort-numberic-desc2:before {
	content: '\e9bf';
}
.icon-sort-numeric-asc2:before {
	content: '\e9c0';
}
.icon-soundcloud3:before {
	content: '\e9c1';
}
.icon-soundcloud22:before {
	content: '\e9c2';
}
.icon-spades2:before {
	content: '\e9c3';
}
.icon-spell-check2:before {
	content: '\e9c4';
}
.icon-sphere2:before {
	content: '\e9c5';
}
.icon-spinner12:before {
	content: '\e9c6';
}
.icon-spinner22:before {
	content: '\e9c7';
}
.icon-spinner32:before {
	content: '\e9c8';
}
.icon-spinner42:before {
	content: '\e9c9';
}
.icon-spinner52:before {
	content: '\e9ca';
}
.icon-spinner62:before {
	content: '\e9cb';
}
.icon-spinner72:before {
	content: '\e9cc';
}
.icon-spinner82:before {
	content: '\e9cd';
}
.icon-spinner92:before {
	content: '\e9ce';
}
.icon-spinner102:before {
	content: '\e9cf';
}
.icon-spinner112:before {
	content: '\e9d0';
}
.icon-spoon-knife2:before {
	content: '\e9d1';
}
.icon-stack2:before {
	content: '\e9d2';
}
.icon-stackoverflow2:before {
	content: '\e9d3';
}
.icon-star-alt2:before {
	content: '\e9d4';
}
.icon-star-empty2:before {
	content: '\e9d5';
}
.icon-star-full2:before {
	content: '\e9d6';
}
.icon-star-half2:before {
	content: '\e9d7';
}
.icon-star2:before {
	content: '\e9d8';
}
.icon-stats-bars3:before {
	content: '\e9d9';
}
.icon-stats-bars22:before {
	content: '\e9da';
}
.icon-stats-dots2:before {
	content: '\e9db';
}
.icon-steam3:before {
	content: '\e9dc';
}
.icon-steam22:before {
	content: '\e9dd';
}
.icon-stop3:before {
	content: '\e9de';
}
.icon-stop22:before {
	content: '\e9df';
}
.icon-stopwatch2:before {
	content: '\e9e0';
}
.icon-strikethrough2:before {
	content: '\e9e1';
}
.icon-stumbleupon3:before {
	content: '\e9e2';
}
.icon-stumbleupon22:before {
	content: '\e9e3';
}
.icon-subscript3:before {
	content: '\e9e4';
}
.icon-subscript22:before {
	content: '\e9e5';
}
.icon-sun2:before {
	content: '\e9e6';
}
.icon-superscript3:before {
	content: '\e9e7';
}
.icon-superscript22:before {
	content: '\e9e8';
}
.icon-svg2:before {
	content: '\e9e9';
}
.icon-switch2:before {
	content: '\e9ea';
}
.icon-tab2:before {
	content: '\e9eb';
}
.icon-table3:before {
	content: '\e9ec';
}
.icon-table22:before {
	content: '\e9ed';
}
.icon-tablet2:before {
	content: '\e9ee';
}
.icon-target2:before {
	content: '\e9ef';
}
.icon-terminal2:before {
	content: '\e9f0';
}
.icon-text-color2:before {
	content: '\e9f1';
}
.icon-text-height2:before {
	content: '\e9f2';
}
.icon-text-width2:before {
	content: '\e9f3';
}
.icon-ticket2:before {
	content: '\e9f4';
}
.icon-tongue3:before {
	content: '\e9f5';
}
.icon-tongue22:before {
	content: '\e9f6';
}
.icon-tree2:before {
	content: '\e9f7';
}
.icon-trophy2:before {
	content: '\e9f8';
}
.icon-truck2:before {
	content: '\e9f9';
}
.icon-tumblr3:before {
	content: '\e9fa';
}
.icon-tumblr22:before {
	content: '\e9fb';
}
.icon-tux2:before {
	content: '\e9fc';
}
.icon-tv2:before {
	content: '\e9fd';
}
.icon-twitch2:before {
	content: '\e9fe';
}
.icon-twitter4:before {
	content: '\e9ff';
}
.icon-twitter22:before {
	content: '\ea00';
}
.icon-twitter32:before {
	content: '\ea01';
}
.icon-underline2:before {
	content: '\ea02';
}
.icon-undo3:before {
	content: '\ea03';
}
.icon-undo22:before {
	content: '\ea04';
}
.icon-ungroup2:before {
	content: '\ea05';
}
.icon-unlocked2:before {
	content: '\ea06';
}
.icon-upload4:before {
	content: '\ea07';
}
.icon-upload22:before {
	content: '\ea08';
}
.icon-upload32:before {
	content: '\ea09';
}
.icon-user-check2:before {
	content: '\ea0a';
}
.icon-user-minus2:before {
	content: '\ea0b';
}
.icon-user-plus2:before {
	content: '\ea0c';
}
.icon-user-tie2:before {
	content: '\ea0d';
}
.icon-user2:before {
	content: '\ea0e';
}
.icon-users2:before {
	content: '\ea0f';
}
.icon-video-camera2:before {
	content: '\ea10';
}
.icon-vimeo4:before {
	content: '\ea11';
}
.icon-vimeo22:before {
	content: '\ea12';
}
.icon-vimeo32:before {
	content: '\ea13';
}
.icon-volume-decrease2:before {
	content: '\ea14';
}
.icon-volume-high2:before {
	content: '\ea15';
}
.icon-volume-increase2:before {
	content: '\ea16';
}
.icon-volume-low2:before {
	content: '\ea17';
}
.icon-volume-medium2:before {
	content: '\ea18';
}
.icon-volume-mute3:before {
	content: '\ea19';
}
.icon-volume-mute22:before {
	content: '\ea1a';
}
.icon-warning2:before {
	content: '\ea1b';
}
.icon-week:before {
	content: '\ea1c';
}
.icon-windows2:before {
	content: '\ea1d';
}
.icon-windows82:before {
	content: '\ea1e';
}
.icon-wink3:before {
	content: '\ea1f';
}
.icon-wink22:before {
	content: '\ea20';
}
.icon-woman2:before {
	content: '\ea21';
}
.icon-wondering3:before {
	content: '\ea22';
}
.icon-wondering22:before {
	content: '\ea23';
}
.icon-wordpress3:before {
	content: '\ea24';
}
.icon-wordpress22:before {
	content: '\ea25';
}
.icon-wrench2:before {
	content: '\ea26';
}
.icon-xing3:before {
	content: '\ea27';
}
.icon-xing22:before {
	content: '\ea28';
}
.icon-yahoo2:before {
	content: '\ea29';
}
.icon-yelp2:before {
	content: '\ea2a';
}
.icon-youtube5:before {
	content: '\ea2b';
}
.icon-youtube22:before {
	content: '\ea2c';
}
.icon-youtube32:before {
	content: '\ea2d';
}
.icon-youtube42:before {
	content: '\ea2e';
}
.icon-zoom-in2:before {
	content: '\ea2f';
}
.icon-zoom-out2:before {
	content: '\ea30';
}
.icon-accessibility:before {
	content: '\e600';
}
.icon-address-book:before {
	content: '\e601';
}
.icon-aid-kit:before {
	content: '\e602';
}
.icon-airplane:before {
	content: '\e603';
}
.icon-alarm:before {
	content: '\e604';
}
.icon-alarm2:before {
	content: '\e605';
}
.icon-android:before {
	content: '\e606';
}
.icon-angry:before {
	content: '\e607';
}
.icon-angry2:before {
	content: '\e608';
}
.icon-apple:before {
	content: '\e609';
}
.icon-arrow-down-left:before {
	content: '\e60a';
}
.icon-arrow-down-left2:before {
	content: '\e60b';
}
.icon-arrow-down-right:before {
	content: '\e60c';
}
.icon-arrow-down-right2:before {
	content: '\e60d';
}
.icon-arrow-down:before {
	content: '\e60e';
}
.icon-arrow-down2:before {
	content: '\e60f';
}
.icon-arrow-left:before {
	content: '\e610';
}
.icon-arrow-left2:before {
	content: '\e611';
}
.icon-arrow-right:before {
	content: '\e612';
}
.icon-arrow-right2:before {
	content: '\e613';
}
.icon-arrow-up-left:before {
	content: '\e614';
}
.icon-arrow-up-left2:before {
	content: '\e615';
}
.icon-arrow-up-right:before {
	content: '\e616';
}
.icon-arrow-up-right2:before {
	content: '\e617';
}
.icon-arrow-up:before {
	content: '\e618';
}
.icon-arrow-up2:before {
	content: '\e619';
}
.icon-arrows:before {
	content: '\e61a';
}
.icon-attachment:before {
	content: '\e61b';
}
.icon-backward:before {
	content: '\e61c';
}
.icon-backward2:before {
	content: '\e61d';
}
.icon-baffled:before {
	content: '\e61e';
}
.icon-baffled2:before {
	content: '\e61f';
}
.icon-barcode:before {
	content: '\e620';
}
.icon-bell:before {
	content: '\e621';
}
.icon-bin:before {
	content: '\e622';
}
.icon-bin2:before {
	content: '\e623';
}
.icon-binoculars:before {
	content: '\e624';
}
.icon-blocked:before {
	content: '\e625';
}
.icon-blog:before {
	content: '\e626';
}
.icon-blogger:before {
	content: '\e627';
}
.icon-blogger2:before {
	content: '\e628';
}
.icon-bold:before {
	content: '\e629';
}
.icon-book:before {
	content: '\e62a';
}
.icon-bookmark:before {
	content: '\e62b';
}
.icon-bookmarks:before {
	content: '\e62c';
}
.icon-books:before {
	content: '\e62d';
}
.icon-box-add:before {
	content: '\e62e';
}
.icon-box-remove:before {
	content: '\e62f';
}
.icon-briefcase:before {
	content: '\e630';
}
.icon-briefcase2:before {
	content: '\e631';
}
.icon-brightness-contrast:before {
	content: '\e632';
}
.icon-bubble:before {
	content: '\e633';
}
.icon-bubble2:before {
	content: '\e634';
}
.icon-bubbles:before {
	content: '\e635';
}
.icon-bubbles2:before {
	content: '\e636';
}
.icon-bubbles3:before {
	content: '\e637';
}
.icon-bubbles4:before {
	content: '\e638';
}
.icon-bug:before {
	content: '\e639';
}
.icon-bullhorn:before {
	content: '\e63a';
}
.icon-calculator:before {
	content: '\e63b';
}
.icon-calendar:before {
	content: '\e63c';
}
.icon-calendar2:before {
	content: '\e63d';
}
.icon-camera:before {
	content: '\e63e';
}
.icon-cancel-circle:before {
	content: '\e63f';
}
.icon-candidate:before {
	content: '\e640';
}
.icon-cart:before {
	content: '\e641';
}
.icon-certificate:before {
	content: '\e642';
}
.icon-checkbox-checked:before {
	content: '\e643';
}
.icon-checkbox-unchecked:before {
	content: '\e644';
}
.icon-checkmark:before {
	content: '\e645';
}
.icon-checkmark2:before {
	content: '\e646';
}
.icon-chevron-down:before {
	content: '\e647';
}
.icon-chevron-left:before {
	content: '\e648';
}
.icon-chevron-right:before {
	content: '\e649';
}
.icon-chevron-up:before {
	content: '\e64a';
}
.icon-chrome:before {
	content: '\e64b';
}
.icon-circle-down:before {
	content: '\e64c';
}
.icon-circle-left:before {
	content: '\e64d';
}
.icon-circle-right:before {
	content: '\e64e';
}
.icon-circle-up:before {
	content: '\e64f';
}
.icon-clear-formatting:before {
	content: '\e650';
}
.icon-clipboard:before {
	content: '\e651';
}
.icon-clock:before {
	content: '\e652';
}
.icon-clock2:before {
	content: '\e653';
}
.icon-cloud-check:before {
	content: '\e654';
}
.icon-cloud-download:before {
	content: '\e655';
}
.icon-cloud-upload:before {
	content: '\e656';
}
.icon-cloud:before {
	content: '\e657';
}
.icon-clubs:before {
	content: '\e658';
}
.icon-codepen:before {
	content: '\e659';
}
.icon-cog-alt:before {
	content: '\e65a';
}
.icon-cog:before {
	content: '\e65b';
}
.icon-cog2:before {
	content: '\e65c';
}
.icon-cogs:before {
	content: '\e65d';
}
.icon-coin-dollar:before {
	content: '\e65e';
}
.icon-coin-euro:before {
	content: '\e65f';
}
.icon-coin-pound:before {
	content: '\e660';
}
.icon-coin-yen:before {
	content: '\e661';
}
.icon-command:before {
	content: '\e662';
}
.icon-compass:before {
	content: '\e663';
}
.icon-compass2:before {
	content: '\e664';
}
.icon-confused:before {
	content: '\e665';
}
.icon-confused2:before {
	content: '\e666';
}
.icon-connection:before {
	content: '\e667';
}
.icon-contrast:before {
	content: '\e668';
}
.icon-cool:before {
	content: '\e669';
}
.icon-cool2:before {
	content: '\e66a';
}
.icon-copy:before {
	content: '\e66b';
}
.icon-credit-card:before {
	content: '\e66c';
}
.icon-crop:before {
	content: '\e66d';
}
.icon-close:before,
.icon-cross:before {
	content: '\e66e';
}
.icon-crying:before {
	content: '\e66f';
}
.icon-crying2:before {
	content: '\e670';
}
.icon-css3:before {
	content: '\e671';
}
.icon-ctrl:before {
	content: '\e672';
}
.icon-dashboard:before {
	content: '\e673';
}
.icon-database:before {
	content: '\e674';
}
.icon-delicious:before {
	content: '\e675';
}
.icon-deviantart:before {
	content: '\e676';
}
.icon-deviantart2:before {
	content: '\e677';
}
.icon-diamonds:before {
	content: '\e678';
}
.icon-dice:before {
	content: '\e679';
}
.icon-display:before {
	content: '\e67a';
}
.icon-double-chevron-down:before {
	content: '\e67b';
}
.icon-double-chevron-left:before {
	content: '\e67c';
}
.icon-double-chevron-right:before {
	content: '\e67d';
}
.icon-double-chevron-up:before {
	content: '\e67e';
}
.icon-download:before {
	content: '\e67f';
}
.icon-download2:before {
	content: '\e680';
}
.icon-download3:before {
	content: '\e681';
}
.icon-download4:before {
	content: '\e682';
}
.icon-drawer:before {
	content: '\e683';
}
.icon-drawer2:before {
	content: '\e684';
}
.icon-dribbble:before {
	content: '\e685';
}
.icon-dribbble2:before {
	content: '\e686';
}
.icon-dribbble3:before {
	content: '\e687';
}
.icon-drive:before {
	content: '\e688';
}
.icon-dropbox:before {
	content: '\e689';
}
.icon-droplet:before {
	content: '\e68a';
}
.icon-earth:before {
	content: '\e68b';
}
.icon-edit:before {
	content: '\e68c';
}
.icon-eject:before {
	content: '\e68d';
}
.icon-ello:before {
	content: '\e68e';
}
.icon-email:before {
	content: '\e68f';
}
.icon-embed:before {
	content: '\e690';
}
.icon-embed2:before {
	content: '\e691';
}
.icon-enlarge:before {
	content: '\e692';
}
.icon-enlarge2:before {
	content: '\e693';
}
.icon-enter:before {
	content: '\e694';
}
.icon-envelop:before {
	content: '\e695';
}
.icon-equalizer:before {
	content: '\e696';
}
.icon-equalizer2:before {
	content: '\e697';
}
.icon-evil:before {
	content: '\e698';
}
.icon-evil2:before {
	content: '\e699';
}
.icon-exit:before {
	content: '\e69a';
}
.icon-eye-blocked:before {
	content: '\e69b';
}
.icon-eye-minus:before {
	content: '\e69c';
}
.icon-eye-plus:before {
	content: '\e69d';
}
.icon-eye:before {
	content: '\e69e';
}
.icon-eyedropper:before {
	content: '\e69f';
}
.icon-facebook:before {
	content: '\e6a0';
}
.icon-facebook2:before {
	content: '\e6a1';
}
.icon-facebook3:before {
	content: '\e6a2';
}
.icon-fax:before {
	content: '\e6a3';
}
.icon-feed:before {
	content: '\e6a4';
}
.icon-feed2:before {
	content: '\e6a5';
}
.icon-feed3:before {
	content: '\e6a6';
}
.icon-feed4:before {
	content: '\e6a7';
}
.icon-file-empty:before {
	content: '\e6a8';
}
.icon-file-excel:before {
	content: '\e6a9';
}
.icon-file-music:before {
	content: '\e6aa';
}
.icon-file-openoffice:before {
	content: '\e6ab';
}
.icon-file-pdf:before {
	content: '\e6ac';
}
.icon-file-picture:before {
	content: '\e6ad';
}
.icon-file-play:before {
	content: '\e6ae';
}
.icon-file-text:before {
	content: '\e6af';
}
.icon-file-text2:before {
	content: '\e6b0';
}
.icon-file-video:before {
	content: '\e6b1';
}
.icon-file-word:before {
	content: '\e6b2';
}
.icon-file-zip:before {
	content: '\e6b3';
}
.icon-files-empty:before {
	content: '\e6b4';
}
.icon-film:before {
	content: '\e6b5';
}
.icon-filter:before {
	content: '\e6b6';
}
.icon-finder:before {
	content: '\e6b7';
}
.icon-fire:before {
	content: '\e6b8';
}
.icon-firefox:before {
	content: '\e6b9';
}
.icon-first:before {
	content: '\e6ba';
}
.icon-flag:before {
	content: '\e6bb';
}
.icon-flattr:before {
	content: '\e6bc';
}
.icon-flickr:before {
	content: '\e6bd';
}
.icon-flickr2:before {
	content: '\e6be';
}
.icon-flickr3:before {
	content: '\e6bf';
}
.icon-flickr4:before {
	content: '\e6c0';
}
.icon-floppy-disk:before {
	content: '\e6c1';
}
.icon-folder-download:before {
	content: '\e6c2';
}
.icon-folder-minus:before {
	content: '\e6c3';
}
.icon-folder-open:before {
	content: '\e6c4';
}
.icon-folder-plus:before {
	content: '\e6c5';
}
.icon-folder-upload:before {
	content: '\e6c6';
}
.icon-folder:before {
	content: '\e6c7';
}
.icon-font-size:before {
	content: '\e6c8';
}
.icon-font:before {
	content: '\e6c9';
}
.icon-forrst:before {
	content: '\e6ca';
}
.icon-forrst2:before {
	content: '\e6cb';
}
.icon-forward:before {
	content: '\e6cc';
}
.icon-forward2:before {
	content: '\e6cd';
}
.icon-forward3:before {
	content: '\e6ce';
}
.icon-foursquare:before {
	content: '\e6cf';
}
.icon-frustrated:before {
	content: '\e6d0';
}
.icon-frustrated2:before {
	content: '\e6d1';
}
.icon-gift:before {
	content: '\e6d2';
}
.icon-git:before {
	content: '\e6d3';
}
.icon-github:before {
	content: '\e6d4';
}
.icon-github2:before {
	content: '\e6d5';
}
.icon-github3:before {
	content: '\e6d6';
}
.icon-github4:before {
	content: '\e6d7';
}
.icon-github5:before {
	content: '\e6d8';
}
.icon-glass:before {
	content: '\e6d9';
}
.icon-glass2:before {
	content: '\e6da';
}
.icon-google-drive:before {
	content: '\e6db';
}
.icon-google-plus:before {
	content: '\e6dc';
}
.icon-google-plus2:before {
	content: '\e6dd';
}
.icon-google-plus3:before {
	content: '\e6de';
}
.icon-google:before {
	content: '\e6df';
}
.icon-graph:before {
	content: '\e6e0';
}
.icon-grid:before {
	content: '\e6e1';
}
.icon-grin:before {
	content: '\e6e2';
}
.icon-grin2:before {
	content: '\e6e3';
}
.icon-hammer:before {
	content: '\e6e4';
}
.icon-hammer2:before {
	content: '\e6e5';
}
.icon-happy:before {
	content: '\e6e6';
}
.icon-happy2:before {
	content: '\e6e7';
}
.icon-headphones:before {
	content: '\e6e8';
}
.icon-heart-broken:before {
	content: '\e6e9';
}
.icon-heart:before {
	content: '\e6ea';
}
.icon-hipster:before {
	content: '\e6eb';
}
.icon-hipster2:before {
	content: '\e6ec';
}
.icon-history:before {
	content: '\e6ed';
}
.icon-home:before {
	content: '\e6ee';
}
.icon-home2:before {
	content: '\e6ef';
}
.icon-home3:before {
	content: '\e6f0';
}
.icon-hour-glass:before {
	content: '\e6f1';
}
.icon-html5:before {
	content: '\e6f2';
}
.icon-html52:before {
	content: '\e6f3';
}
.icon-IcoMoon:before {
	content: '\e6f4';
}
.icon-IE:before {
	content: '\e6f5';
}
.icon-image:before {
	content: '\e6f6';
}
.icon-images:before {
	content: '\e6f7';
}
.icon-indent-decrease:before {
	content: '\e6f8';
}
.icon-indent-increase:before {
	content: '\e6f9';
}
.icon-infinite:before {
	content: '\e6fa';
}
.icon-info:before {
	content: '\e6fb';
}
.icon-insert-template:before {
	content: '\e6fc';
}
.icon-instagram:before {
	content: '\e6fd';
}
.icon-italic:before {
	content: '\e6fe';
}
.icon-joomla:before {
	content: '\e6ff';
}
.icon-key:before {
	content: '\e700';
}
.icon-key2:before {
	content: '\e701';
}
.icon-keyboard:before {
	content: '\e702';
}
.icon-lab:before {
	content: '\e703';
}
.icon-lanyrd:before {
	content: '\e704';
}
.icon-laptop:before {
	content: '\e705';
}
.icon-last:before {
	content: '\e706';
}
.icon-lastfm:before {
	content: '\e707';
}
.icon-lastfm2:before {
	content: '\e708';
}
.icon-leaf:before {
	content: '\e709';
}
.icon-library:before {
	content: '\e70a';
}
.icon-libreoffice:before {
	content: '\e70b';
}
.icon-lifebuoy:before {
	content: '\e70c';
}
.icon-ligature:before {
	content: '\e70d';
}
.icon-ligature2:before {
	content: '\e70e';
}
.icon-link:before {
	content: '\e70f';
}
.icon-link2:before {
	content: '\e710';
}
.icon-linkedin:before {
	content: '\e711';
}
.icon-linkedin2:before {
	content: '\e712';
}
.icon-list-numbered:before {
	content: '\e713';
}
.icon-list:before {
	content: '\e714';
}
.icon-list2:before {
	content: '\e715';
}
.icon-load-search:before {
	content: '\e716';
}
.icon-location:before {
	content: '\e717';
}
.icon-location2:before {
	content: '\e718';
}
.icon-lock:before {
	content: '\e719';
}
.icon-loop:before {
	content: '\e71a';
}
.icon-loop2:before {
	content: '\e71b';
}
.icon-ltr:before {
	content: '\e71c';
}
.icon-magic-wand:before {
	content: '\e71d';
}
.icon-magnet:before {
	content: '\e71e';
}
.icon-mail:before {
	content: '\e71f';
}
.icon-mail2:before {
	content: '\e720';
}
.icon-mail3:before {
	content: '\e721';
}
.icon-mail4:before {
	content: '\e722';
}
.icon-make-group:before {
	content: '\e723';
}
.icon-man-woman:before {
	content: '\e724';
}
.icon-man:before {
	content: '\e725';
}
.icon-map-pin:before {
	content: '\e726';
}
.icon-map:before {
	content: '\e727';
}
.icon-map2:before {
	content: '\e728';
}
.icon-menu:before {
	content: '\e729';
}
.icon-menu2:before {
	content: '\e72a';
}
.icon-menu3:before {
	content: '\e72b';
}
.icon-menu4:before {
	content: '\e72c';
}
.icon-menu5:before {
	content: '\e72d';
}
.icon-meter:before {
	content: '\e72e';
}
.icon-meter2:before {
	content: '\e72f';
}
.icon-mic:before {
	content: '\e730';
}
.icon-minus:before {
	content: '\e731';
}
.icon-mobile:before {
	content: '\e732';
}
.icon-mobile2:before {
	content: '\e733';
}
.icon-move-down:before {
	content: '\e734';
}
.icon-move-up:before {
	content: '\e735';
}
.icon-move:before {
	content: '\e736';
}
.icon-mug:before {
	content: '\e737';
}
.icon-music:before {
	content: '\e738';
}
.icon-neutral:before {
	content: '\e739';
}
.icon-neutral2:before {
	content: '\e73a';
}
.icon-new-tab:before {
	content: '\e73b';
}
.icon-newspaper:before {
	content: '\e73c';
}
.icon-next:before {
	content: '\e73d';
}
.icon-next2:before {
	content: '\e73e';
}
.icon-notification:before {
	content: '\e73f';
}
.icon-office:before {
	content: '\e740';
}
.icon-omega:before {
	content: '\e741';
}
.icon-onedrive:before {
	content: '\e742';
}
.icon-open:before {
	content: '\e743';
}
.icon-opera:before {
	content: '\e744';
}
.icon-opt:before {
	content: '\e745';
}
.icon-pacman:before {
	content: '\e746';
}
.icon-page-break:before {
	content: '\e747';
}
.icon-pagebreak:before {
	content: '\e748';
}
.icon-paint-format:before {
	content: '\e749';
}
.icon-panels:before {
	content: '\e74a';
}
.icon-paragraph-center:before {
	content: '\e74b';
}
.icon-paragraph-justify:before {
	content: '\e74c';
}
.icon-paragraph-left:before {
	content: '\e74d';
}
.icon-paragraph-right:before {
	content: '\e74e';
}
.icon-paste:before {
	content: '\e74f';
}
.icon-pause:before {
	content: '\e750';
}
.icon-pause2:before {
	content: '\e751';
}
.icon-paypal:before {
	content: '\e752';
}
.icon-paypal2:before {
	content: '\e753';
}
.icon-paypal3:before {
	content: '\e754';
}
.icon-pen:before {
	content: '\e755';
}
.icon-pencil:before {
	content: '\e756';
}
.icon-pencil2:before {
	content: '\e757';
}
.icon-phone-hang-up:before {
	content: '\e758';
}
.icon-phone:before {
	content: '\e759';
}
.icon-phone2:before {
	content: '\e75a';
}
.icon-picassa:before {
	content: '\e75b';
}
.icon-picassa2:before {
	content: '\e75c';
}
.icon-pie-chart:before {
	content: '\e75d';
}
.icon-pilcrow:before {
	content: '\e75e';
}
.icon-pin-alt:before {
	content: '\e75f';
}
.icon-pin:before {
	content: '\e760';
}
.icon-pinterest:before {
	content: '\e761';
}
.icon-pinterest2:before {
	content: '\e762';
}
.icon-play:before {
	content: '\e763';
}
.icon-play2:before {
	content: '\e764';
}
.icon-play3:before {
	content: '\e765';
}
.icon-plus:before {
	content: '\e766';
}
.icon-plus2:before {
	content: '\e767';
}
.icon-podcast:before {
	content: '\e768';
}
.icon-point-down:before {
	content: '\e769';
}
.icon-point-left:before {
	content: '\e76a';
}
.icon-point-right:before {
	content: '\e76b';
}
.icon-point-up:before {
	content: '\e76c';
}
.icon-power-cord:before {
	content: '\e76d';
}
.icon-power:before {
	content: '\e76e';
}
.icon-previous:before {
	content: '\e76f';
}
.icon-previous2:before {
	content: '\e770';
}
.icon-price-tag:before {
	content: '\e771';
}
.icon-price-tags:before {
	content: '\e772';
}
.icon-printer:before {
	content: '\e773';
}
.icon-profile:before {
	content: '\e774';
}
.icon-pushpin:before {
	content: '\e775';
}
.icon-qrcode:before {
	content: '\e776';
}
.icon-question:before {
	content: '\e777';
}
.icon-quill:before {
	content: '\e778';
}
.icon-quotes-left:before {
	content: '\e779';
}
.icon-quotes-right:before {
	content: '\e77a';
}
.icon-radio-checked:before {
	content: '\e77b';
}
.icon-radio-checked2:before {
	content: '\e77c';
}
.icon-radio-unchecked:before {
	content: '\e77d';
}
.icon-reddit:before {
	content: '\e77e';
}
.icon-redo:before {
	content: '\e77f';
}
.icon-redo2:before {
	content: '\e780';
}
.icon-reply:before {
	content: '\e781';
}
.icon-report:before {
	content: '\e782';
}
.icon-reset:before {
	content: '\e783';
}
.icon-road:before {
	content: '\e784';
}
.icon-rocket:before {
	content: '\e785';
}
.icon-rotate:before {
	content: '\e786';
}
.icon-rtl:before {
	content: '\e787';
}
.icon-sad:before {
	content: '\e788';
}
.icon-sad2:before {
	content: '\e789';
}
.icon-safari:before {
	content: '\e78a';
}
.icon-save-search:before {
	content: '\e78b';
}
.icon-scissors:before {
	content: '\e78c';
}
.icon-search:before {
	content: '\e78d';
}
.icon-search2:before {
	content: '\e78e';
}
.icon-section:before {
	content: '\e78f';
}
.icon-settings-alt:before {
	content: '\e790';
}
.icon-settings:before {
	content: '\e791';
}
.icon-share:before {
	content: '\e792';
}
.icon-share2:before {
	content: '\e793';
}
.icon-share3:before {
	content: '\e794';
}
.icon-shield:before {
	content: '\e795';
}
.icon-shift:before {
	content: '\e796';
}
.icon-shocked:before {
	content: '\e797';
}
.icon-shocked2:before {
	content: '\e798';
}
.icon-shrink:before {
	content: '\e799';
}
.icon-shrink2:before {
	content: '\e79a';
}
.icon-shuffle:before {
	content: '\e79b';
}
.icon-sigma:before {
	content: '\e79c';
}
.icon-skype:before {
	content: '\e79d';
}
.icon-sleepy:before {
	content: '\e79e';
}
.icon-sleepy2:before {
	content: '\e79f';
}
.icon-smile:before {
	content: '\e7a0';
}
.icon-smile2:before {
	content: '\e7a1';
}
.icon-sort-alpha-asc:before {
	content: '\e7a2';
}
.icon-sort-alpha-desc:before {
	content: '\e7a3';
}
.icon-sort-amount-asc:before {
	content: '\e7a4';
}
.icon-sort-amount-desc:before {
	content: '\e7a5';
}
.icon-sort-numberic-desc:before {
	content: '\e7a6';
}
.icon-sort-numeric-asc:before {
	content: '\e7a7';
}
.icon-soundcloud:before {
	content: '\e7a8';
}
.icon-soundcloud2:before {
	content: '\e7a9';
}
.icon-spades:before {
	content: '\e7aa';
}
.icon-spell-check:before {
	content: '\e7ab';
}
.icon-sphere:before {
	content: '\e7ac';
}
.icon-spinner:before {
	content: '\e7ad';
}
.icon-spinner2:before {
	content: '\e7ae';
}
.icon-spinner3:before {
	content: '\e7af';
}
.icon-spinner4:before {
	content: '\e7b0';
}
.icon-spinner5:before {
	content: '\e7b1';
}
.icon-spinner6:before {
	content: '\e7b2';
}
.icon-spinner7:before {
	content: '\e7b3';
}
.icon-spinner8:before {
	content: '\e7b4';
}
.icon-spinner9:before {
	content: '\e7b5';
}
.icon-spinner10:before {
	content: '\e7b6';
}
.icon-spinner11:before {
	content: '\e7b7';
}
.icon-spoon-knife:before {
	content: '\e7b8';
}
.icon-stack:before {
	content: '\e7b9';
}
.icon-stackoverflow:before {
	content: '\e7ba';
}
.icon-star-alt:before {
	content: '\e7bb';
}
.icon-star-empty:before {
	content: '\e7bc';
}
.icon-star-full:before {
	content: '\e7bd';
}
.icon-star-half:before {
	content: '\e7be';
}
.icon-star:before {
	content: '\e7bf';
}
.icon-stats-bars:before {
	content: '\e7c0';
}
.icon-stats-bars2:before {
	content: '\e7c1';
}
.icon-stats-dots:before {
	content: '\e7c2';
}
.icon-steam:before {
	content: '\e7c3';
}
.icon-steam2:before {
	content: '\e7c4';
}
.icon-stop:before {
	content: '\e7c5';
}
.icon-stop2:before {
	content: '\e7c6';
}
.icon-stopwatch:before {
	content: '\e7c7';
}
.icon-strikethrough:before {
	content: '\e7c8';
}
.icon-stumbleupon:before {
	content: '\e7c9';
}
.icon-stumbleupon2:before {
	content: '\e7ca';
}
.icon-subscript:before {
	content: '\e7cb';
}
.icon-subscript2:before {
	content: '\e7cc';
}
.icon-sun:before {
	content: '\e7cd';
}
.icon-superscript:before {
	content: '\e7ce';
}
.icon-superscript2:before {
	content: '\e7cf';
}
.icon-svg:before {
	content: '\e7d0';
}
.icon-switch:before {
	content: '\e7d1';
}
.icon-tab:before {
	content: '\e7d2';
}
.icon-table:before {
	content: '\e7d3';
}
.icon-table2:before {
	content: '\e7d4';
}
.icon-tablet:before {
	content: '\e7d5';
}
.icon-target:before {
	content: '\e7d6';
}
.icon-terminal:before {
	content: '\e7d7';
}
.icon-text-color:before {
	content: '\e7d8';
}
.icon-text-height:before {
	content: '\e7d9';
}
.icon-text-width:before {
	content: '\e7da';
}
.icon-ticket:before {
	content: '\e7db';
}
.icon-tongue:before {
	content: '\e7dc';
}
.icon-tongue2:before {
	content: '\e7dd';
}
.icon-tree:before {
	content: '\e7de';
}
.icon-trophy:before {
	content: '\e7df';
}
.icon-truck:before {
	content: '\e7e0';
}
.icon-tumblr:before {
	content: '\e7e1';
}
.icon-tumblr2:before {
	content: '\e7e2';
}
.icon-tux:before {
	content: '\e7e3';
}
.icon-tv:before {
	content: '\e7e4';
}
.icon-twitch:before {
	content: '\e7e5';
}
.icon-twitter:before {
	content: '\e7e6';
}
.icon-twitter2:before {
	content: '\e7e7';
}
.icon-twitter3:before {
	content: '\e7e8';
}
.icon-underline:before {
	content: '\e7e9';
}
.icon-undo:before {
	content: '\e7ea';
}
.icon-undo2:before {
	content: '\e7eb';
}
.icon-ungroup:before {
	content: '\e7ec';
}
.icon-unlocked:before {
	content: '\e7ed';
}
.icon-upload:before {
	content: '\e7ee';
}
.icon-upload2:before {
	content: '\e7ef';
}
.icon-upload3:before {
	content: '\e7f0';
}
.icon-user-check:before {
	content: '\e7f1';
}
.icon-user-minus:before {
	content: '\e7f2';
}
.icon-user-plus:before {
	content: '\e7f3';
}
.icon-user-tie:before {
	content: '\e7f4';
}
.icon-user:before {
	content: '\e7f5';
}
.icon-users:before {
	content: '\e7f6';
}
.icon-video-camera:before {
	content: '\e7f7';
}
.icon-vimeo:before {
	content: '\e7f8';
}
.icon-vimeo2:before {
	content: '\e7f9';
}
.icon-vimeo3:before {
	content: '\e7fa';
}
.icon-volume-decrease:before {
	content: '\e7fb';
}
.icon-volume-high:before {
	content: '\e7fc';
}
.icon-volume-increase:before {
	content: '\e7fd';
}
.icon-volume-low:before {
	content: '\e7fe';
}
.icon-volume-medium:before {
	content: '\e7ff';
}
.icon-volume-mute:before {
	content: '\e800';
}
.icon-volume-mute2:before {
	content: '\e801';
}
.icon-warning:before {
	content: '\e802';
}
.icon-windows:before {
	content: '\e803';
}
.icon-windows8:before {
	content: '\e804';
}
.icon-wink:before {
	content: '\e805';
}
.icon-wink2:before {
	content: '\e806';
}
.icon-woman:before {
	content: '\e807';
}
.icon-wondering:before {
	content: '\e808';
}
.icon-wondering2:before {
	content: '\e809';
}
.icon-wordpress:before {
	content: '\e80a';
}
.icon-wordpress2:before {
	content: '\e80b';
}
.icon-wrench:before {
	content: '\e80c';
}
.icon-xing:before {
	content: '\e80d';
}
.icon-xing2:before {
	content: '\e80e';
}
.icon-yahoo:before {
	content: '\e80f';
}
.icon-yelp:before {
	content: '\e810';
}
.icon-youtube:before {
	content: '\e811';
}
.icon-youtube2:before {
	content: '\e812';
}
.icon-youtube3:before {
	content: '\e813';
}
.icon-youtube4:before {
	content: '\e814';
}
.icon-zoom-in:before {
	content: '\e815';
}
.icon-zoom-out:before {
	content: '\e816';
}
form {
	margin-bottom: 22px;
}
form .row + .row {
	margin-top: 22px;
}
form p + input,
form p + label {
	margin-top: -17px;
}
fieldset {
	min-width: 0;
	margin: 22px 0;
	padding: 0;
	border: none;
}
legend {
	display: block;
	width: 100%;
	margin: 0 0 22px;
	padding: 0;
	border: 0;
	border-bottom: 2px solid #ddd;
	font-size: 17px;
	font-weight: 500;
	line-height: 24px;
}
::-ms-clear {
	display: none;
}
figure {
	margin: 0;
}
figcaption {
	font-size: 85.71428571%;
}
img {
	display: inline-block;
	max-width: 100%;
	vertical-align: middle;
	border: 0;
}
img + figcaption {
	margin-top: 11px;
	padding-top: 11px;
}
.img-rounded {
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
.img-circle {
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
.img-thumbnail {
	padding: 5px;
	border: 1px solid #ddd;
}
.img-left {
	float: left;
	margin: 0 22px 22px 0;
}
.img-right {
	float: right;
	margin: 0 0 22px 22px;
}
.img-center {
	display: block;
	margin: 0 auto 22px;
}
.nav {
	position: relative;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
	list-style: none;
}
.nav ul {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	list-style: none;
}
.nav a {
	display: inline-block;
	padding: 6px 16px;
}
.nav a:focus,
.nav a:hover {
	text-decoration: none;
}
.nav > ul {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.nav > ul > li {
	position: relative;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;

	-webkit-box-flex: 0;
	-webkit-flex-basis: auto;
	flex-basis: auto;
	-webkit-flex-grow: 0;
	flex-grow: 0;
	-ms-flex-negative: 1;
	-ms-flex-positive: 0;
	-ms-flex-preferred-size: auto;
	-webkit-flex-shrink: 1;
	flex-shrink: 1;
}
.nav-stacked > ul {
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 0;

	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
}
.nav-stacked a {
	display: block;
}
.nav-wide {
	max-width: none;
}
.has-dropdown > a {
	position: relative;
	padding-right: 32px;
}
.has-dropdown ul {
	z-index: 2;
	display: none;
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: #fff;
}
.has-dropdown > ul {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
}
.logo {
	margin: 0;
}
.menu-btn {
	width: 36px;
	height: 36px;
}
.nav .menu-btn {
	margin-top: 11px;
	margin-bottom: 11px;
	font-size: 26px;
	line-height: 1;
}
.nav .header {
	padding: 6px 16px;
	border-top: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
	background-color: transparent;
	font-weight: 700;
}
.nav .header:first-child {
	border-top: none;
}
.breadcrumbs {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
}
.breadcrumbs li {
	position: relative;
	display: inline-block;
}
.breadcrumbs li + li:before {
	padding: 0 5px;
	content: '/\00a0';
	color: #ccc;
}
.nav-tabs > ul {
	border-bottom: 1px solid #ddd;
}
.nav-tabs > ul > li {
	margin-bottom: -1px;
}
.nav-tabs > ul > li.is-hovering > a {
	border-color: #eee #eee #ddd;
}
.nav-tabs > ul > li > a {
	margin-right: 2px;
	border: 1px solid transparent;
	border-radius: 3px 3px 0 0;
	line-height: 24px;
}
.nav-tabs > ul > li > a:hover {
	border-color: #eee #eee #ddd;
}
.nav-tabs > ul > li.active.is-hovering > a,
.nav-tabs > ul > li.active > a,
.nav-tabs > ul > li.active > a:focus,
.nav-tabs > ul > li.active > a:hover {
	cursor: default;
	color: #3575ad;
	border: 1px solid #eee;
	border-bottom-color: transparent;
	background-color: #fff;
}
.tab-content > .tab-pane {
	display: none;
	visibility: hidden;
}
.tab-content > .active {
	display: block;
	visibility: visible;
}
.navmenu {
	border-width: 0 1px 0 0;
	border-style: solid;
	border-color: #e7e7e7;
	background-color: #f8f8f8;
}
.navmenu ul {
	padding-left: 0;
}
.autocomplete {
	position: relative;
	display: inline-block;
	max-width: 100%;
	vertical-align: middle;
}
.nav-autocomplete > li > a {
	display: block;
	color: #444;
	font-size: 14px;
}
.nav-autocomplete > li.active > a {
	color: #fff;
	outline: 0;
	background-color: #0078bf;
}
.nav-autocomplete .nav-header {
	color: #999;
}
.nav-autocomplete .nav-divider {
	border-top: 1px solid #ddd;
}
.badge {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	vertical-align: baseline;
	white-space: nowrap;
	color: #fff;
	border-radius: 10px;
	background-color: #888;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
}
.badge:empty {
	display: none;
}
.btn .badge,
button .badge,
input[type=button] .badge,
input[type=submit] .badge {
	position: relative;
	top: -1px;
}
.btn-xs .badge {
	top: 0;
	padding: 1px 5px;
}
a.badge:focus,
a.badge:hover {
	cursor: pointer;
	text-decoration: none;
	color: #fff;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
	color: #458ac6;
	background-color: #fff;
}
.list-group-item > .badge {
	float: right;
}
.list-group-item > .badge + .badge {
	margin-right: 5px;
}
.nav-pills > li > a > .badge {
	margin-left: 3px;
}
.btn,
button,
input[type=button],
input[type=submit] {
	position: relative;
	display: inline-block;
	width: auto;
	padding: 6px 16px;
	cursor: pointer;
	-webkit-transition: 150ms ease-in-out;
	-o-transition: 150ms ease-in-out;
	transition: 150ms ease-in-out;
	white-space: nowrap;
	text-decoration: none;
	color: #444;
	border: 2px solid #ddd;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	outline: 0;
	background-color: #ddd;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
	text-align: center;
}
.btn:active,
.btn:hover,
button:active,
button:hover,
input[type=button]:active,
input[type=button]:hover,
input[type=submit]:active,
input[type=submit]:hover {
	color: #444;
	border-color: #c9c9c9;
	background-color: #c9c9c9;
}
.btn-primary {
	color: #fff;
	border-color: #458ac6;
	background-color: #458ac6;
}
.btn-primary:hover {
	color: #fff;
	border-color: #3575ad;
	background-color: #3575ad;
}
.btn-secondary {
	color: #fff;
	border-color: #00b5ad;
	background-color: #00b5ad;
}
.btn-secondary:hover {
	color: #fff;
	border-color: #008c86;
	background-color: #008c86;
}
.btn-success {
	color: #fff;
	border-color: #3c763d;
	background-color: #3c763d;
}
.btn-success:hover {
	color: #fff;
	border-color: #2e5b2f;
	background-color: #2e5b2f;
}
.btn-error {
	color: #fff;
	border-color: #d95c5c;
	background-color: #d95c5c;
}
.btn-error:hover {
	color: #fff;
	border-color: #d13b3b;
	background-color: #d13b3b;
}
.btn-warning {
	color: #fff;
	border-color: #f0ad4e;
	background-color: #f0ad4e;
}
.btn-warning:hover {
	color: #fff;
	border-color: #ed9c28;
	background-color: #ed9c28;
}
.btn-info {
	color: #fff;
	border-color: #0078bf;
	background-color: #0078bf;
}
.btn-info:hover {
	color: #fff;
	border-color: #005e96;
	background-color: #005e96;
}
.btn-block {
	display: block;
}
.btn-block + .btn-block {
	margin-top: 22px;
}
.btn-square {
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
.btn-group {
	white-space: nowrap;
}
.btn-group:after,
.btn-group:before {
	display: table;
	content: ' ';
}
.btn-group:after {
	clear: both;
}
.btn-group .btn,
.btn-group button,
.btn-group input[type=button],
.btn-group input[type=submit] {
	float: left;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
.btn-group .btn:first-child,
.btn-group button:first-child,
.btn-group input[type=button]:first-child,
.btn-group input[type=submit]:first-child {
	-webkit-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
.btn-group .btn:last-child,
.btn-group button:last-child,
.btn-group input[type=button]:last-child,
.btn-group input[type=submit]:last-child {
	-webkit-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
.btn-group .btn + .btn,
.btn-group button + button,
.btn-group input[type=button] + input[type=button],
.btn-group input[type=submit] + input[type=submit] {
	border-left-width: 0;
}
.btn-group + .btn-group {
	padding-top: 22px;
}
.btn-group-bordered .btn + .btn,
.btn-group-bordered button + button,
.btn-group-bordered input[type=button] + input[type=button],
.btn-group-bordered input[type=submit] + input[type=submit] {
	border-left-width: 1px;
	border-left-color: #c9c9c9;
}
.btn-group-bordered .btn + .btn-primary,
.btn-group-bordered button + .btn-primary,
.btn-group-bordered input[type=button] + .btn-primary,
.btn-group-bordered input[type=submit] + .btn-primary {
	border-left-color: #3575ad;
}
.btn-group-bordered .btn + .btn-secondary,
.btn-group-bordered button + .btn-secondary,
.btn-group-bordered input[type=button] + .btn-secondary,
.btn-group-bordered input[type=submit] + .btn-secondary {
	border-left-color: #008c86;
}
.btn-group-bordered .btn + .btn-success,
.btn-group-bordered button + .btn-success,
.btn-group-bordered input[type=button] + .btn-success,
.btn-group-bordered input[type=submit] + .btn-success {
	border-left-color: #2e5b2f;
}
.btn-group-bordered .btn + .btn-error,
.btn-group-bordered button + .btn-error,
.btn-group-bordered input[type=button] + .btn-error,
.btn-group-bordered input[type=submit] + .btn-error {
	border-left-color: #d13b3b;
}
.btn-group-bordered .btn + .btn-warning,
.btn-group-bordered button + .btn-warning,
.btn-group-bordered input[type=button] + .btn-warning,
.btn-group-bordered input[type=submit] + .btn-warning {
	border-left-color: #ed9c28;
}
.btn-group-bordered .btn + .btn-info,
.btn-group-bordered button + .btn-info,
.btn-group-bordered input[type=button] + .btn-info,
.btn-group-bordered input[type=submit] + .btn-info {
	border-left-color: #005e96;
}
.btn .icon,
button .icon,
input[type=button] .icon,
input[type=submit] .icon {
	padding-left: 5px;
	font-size: 80%;
}
.btn .icon:only-child,
button .icon:only-child,
input[type=button] .icon:only-child,
input[type=submit] .icon:only-child {
	position: absolute;
	top: 50%;
	left: 50%;
	padding-left: 0;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.btn-ghost {
	color: #ddd;
	background-color: transparent;
}
.btn-ghost:hover {
	background-color: inherit;
}
.btn-ghost.btn-primary {
	color: #458ac6;
}
.btn-ghost.btn-primary:hover {
	color: #3575ad;
}
.btn-ghost.btn-secondary {
	color: #00b5ad;
}
.btn-ghost.btn-secondary:hover {
	color: #008c86;
}
.btn-ghost.btn-success {
	color: #3c763d;
}
.btn-ghost.btn-success:hover {
	color: #2e5b2f;
}
.btn-ghost.btn-error {
	color: #d95c5c;
}
.btn-ghost.btn-error:hover {
	color: #d13b3b;
}
.btn-ghost.btn-warning {
	color: #f0ad4e;
}
.btn-ghost.btn-warning:hover {
	color: #ed9c28;
}
.btn-ghost.btn-info {
	color: #0078bf;
}
.btn-ghost.btn-info:hover {
	color: #005e96;
}
.close {
	float: right;
	color: #444;
	font-size: 14px;
	line-height: 1;
}
.alert .close {
	zoom: 1;
	opacity: .2;
	filter: alpha(opacity=20);
	-webkit-opacity: .2;
}
.close:focus,
.close:hover {
	cursor: pointer;
	text-decoration: none;
	color: #444;
}
.alert .close:focus,
.alert .close:hover {
	zoom: 1;
	opacity: .5;
	filter: alpha(opacity=50);
	-webkit-opacity: .5;
}
button.close {
	padding: 0;
	-webkit-appearance: none;
	cursor: pointer;
	border: 0;
	background: 0 0;
}
.chosen-select,
.chosen-select-deselect {
	width: 100%;
}
.chosen-container {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
}
.chosen-container .chosen-drop {
	position: absolute;
	z-index: 1060;
	top: 100%;
	left: -9000px;
	margin-top: -1px;
	border: 1px solid #ddd;
	background-color: #fff;
}
.chosen-container.chosen-with-drop .chosen-drop {
	right: 0;
	left: 0;
}
.chosen-container .chosen-results {
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	max-height: 240px;
	margin: 0 4px 4px 0;
	padding: 0 0 0 4px;
	color: #888;
}
.chosen-container .chosen-results li {
	display: none;
	margin: 0;
	padding: 5px 6px;
	list-style: none;
	border: none!important;
	line-height: 22px;
}
.chosen-container .chosen-results li em {
	background: #feffde;
	font-style: normal;
}
.chosen-container .chosen-results li.group-result {
	display: list-item;
	cursor: default;
	color: #999;
	font-weight: 700;
}
.chosen-container .chosen-results li.group-option {
	padding-left: 15px;
}
.chosen-container .chosen-results li.active-result {
	display: list-item;
	cursor: pointer;
}
.chosen-container .chosen-results li.highlighted {
	color: #fff;
	background-color: #458ac6;
	background-image: none;
}
.chosen-container .chosen-results li.highlighted em {
	background: 0 0;
}
.chosen-container .chosen-results li.disabled-result {
	display: list-item;
	color: #ccc;
}
.chosen-container .chosen-results .no-results {
	display: list-item;
	background: #ccc;
}
.chosen-container .chosen-results-scroll {
	position: absolute;
	z-index: 1;
	width: 321px;
	margin: 0 4px;
	background: #fff;
	text-align: center;
}
.chosen-container .chosen-results-scroll span {
	display: inline-block;
	width: 9px;
	height: 22px;
	text-indent: -5000px;
}
.chosen-container .chosen-results-scroll-down {
	bottom: 0;
}
.chosen-container .chosen-results-scroll-down span {
	background: url(../images/chosen-sprite.png)-4px -3px no-repeat;
}
.chosen-container .chosen-results-scroll-up span {
	background: url(../images/chosen-sprite.png)-22px -3px no-repeat;
}
.chosen-container-single .chosen-single {
	position: relative;
	display: block;
	overflow: hidden;
	height: 38px;
	padding: 0 0 0 8px;
	white-space: nowrap;
	text-decoration: none;
	color: #888;
	border: 1px solid #d5d5d5;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	line-height: 38px;
}
.chosen-container-single .chosen-single span {
	display: block;
	overflow: hidden;
	margin-right: 26px;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.chosen-container-single .chosen-single abbr {
	position: absolute;
	top: 14px;
	right: 26px;
	display: block;
	width: 12px;
	height: 10px;
	background: url(../images/chosen-sprite.png)right top no-repeat;
	font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
	background-position: right -11px;
}
.chosen-container-single .chosen-single.chosen-disabled .chosen-single abbr:hover {
	background-position: right 2px;
}
.chosen-container-single .chosen-single div {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 18px;
	height: 100%;
}
.chosen-container-single .chosen-single div b {
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(../images/select-arrows.png);
	background-repeat: no-repeat;
	background-position: center;
}
.chosen-container-single .chosen-default {
	color: #ccc;
}
.chosen-container-single .chosen-search {
	position: relative;
	z-index: 1000;
	margin: 0;
	padding: 3px 4px;
	white-space: nowrap;
}
.chosen-container-single .chosen-search input[type=text] {
	width: 100%;
	margin: 1px 0;
	padding: 4px 20px 4px 4px;
	border: 1px solid #d5d5d5;
	background: url(../images/chosen-sprite.png)100% -20px no-repeat,#fff;
}
.chosen-container-single .chosen-drop {
	margin-top: -1px;
}
.chosen-container-single-nosearch .chosen-search input {
	position: absolute;
	left: -9000px;
}
.chosen-container-multi .chosen-choices {
	position: relative;
	overflow: hidden;
	height: auto!important;
	height: 1%;
	margin: 0;
	padding: 0;
	cursor: text;
	border: 1px solid #d5d5d5;
	background-color: #fff;
}
.chosen-container-multi .chosen-choices li {
	float: left;
	list-style: none;
}
.chosen-container-multi .chosen-choices .search-field {
	margin: 0;
	padding: 0;
	white-space: nowrap;
}
.chosen-container-multi .chosen-choices .search-field input[type=text] {
	height: 36px;
	margin: 0;
	padding: 4px;
	color: #888;
	border: 0!important;
	outline: 0;
	background: 0 0!important;
}
.chosen-container-multi .chosen-choices .search-field .default {
	color: #999;
}
.chosen-container-multi .chosen-choices .search-choice {
	position: relative;
	margin: 6px 0 3px 5px;
	padding: 3px 20px 3px 5px;
	cursor: default;
	color: #ccc;
	border: 1px solid #d5d5d5;
	background-color: #ccc;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	line-height: 13px;
}
.chosen-container-multi .chosen-choices .search-choice .search-choice-close {
	position: absolute;
	top: 5px;
	right: 4px;
	display: block;
	width: 12px;
	height: 10px;
	cursor: pointer;
	background: url(../images/chosen-sprite.png)right top no-repeat;
	font-size: 1px;
}
.chosen-container-multi .chosen-choices .search-choice .search-choice-close:hover {
	background-position: right -11px;
}
.chosen-container-multi .chosen-choices .search-choice-focus {
	background: #d4d4d4;
}
.chosen-container-multi .chosen-choices .search-choice-focus .search-choice-close {
	background-position: right -11px;
}
.chosen-container-multi .chosen-results {
	margin: 0;
	padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
	display: none;
}
.chosen-container-active .chosen-single {
	-webkit-transition: border linear .2s,-webkit-box-shadow linear .2s;
	-o-transition: border linear .2s,box-shadow linear .2s;
	transition: border linear .2s,box-shadow linear .2s;
}
.chosen-container-active.chosen-with-drop .chosen-single {
	-webkit-transition: border linear .2s,-webkit-box-shadow linear .2s;
	-o-transition: border linear .2s,box-shadow linear .2s;
	transition: border linear .2s,box-shadow linear .2s;
	background-color: #fff;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
	border-left: none;
	background: 0 0;
}
.chosen-container-active .chosen-choices {
	-webkit-transition: border linear .2s,-webkit-box-shadow linear .2s;
	-o-transition: border linear .2s,box-shadow linear .2s;
	transition: border linear .2s,box-shadow linear .2s;
}
.chosen-container-active .chosen-choices .search-field input[type=text] {
	color: #111!important;
}
.chosen-disabled {
	cursor: default;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close,
.chosen-disabled .chosen-single {
	cursor: default;
}
.chosen-rtl {
	text-align: right;
}
.chosen-rtl .chosen-single {
	overflow: visible;
	padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
	margin-right: 0;
	margin-left: 26px;

	direction: rtl;
}
.chosen-rtl .chosen-single div {
	right: auto;
	left: 7px;
}
.chosen-rtl .chosen-single abbr {
	right: auto;
	left: 26px;
}
.chosen-rtl .chosen-choices .search-field input[type=text] {
	direction: rtl;
}
.chosen-rtl .chosen-choices li {
	float: right;
}
.chosen-rtl .chosen-choices .search-choice {
	margin: 6px 5px 3px 0;
	padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices .search-choice .search-choice-close {
	right: auto;
	left: 4px;
	background-position: right top;
}
.chosen-rtl.chosen-container-single .chosen-results {
	margin: 0 0 4px 4px;
	padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results .group-option {
	padding-right: 15px;
	padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
	border-right: none;
}
.chosen-rtl .chosen-search input[type=text] {
	padding: 4px 5px 4px 20px;
	background: url(../images/chosen-sprite.png)-28px -20px no-repeat,#fff;

	direction: rtl;
}
.dropdown {
	position: absolute;
	z-index: 970;
	top: 100%;
	left: 0;
	display: none;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 200px;
	margin-top: 5px;
	padding: 15px;
	vertical-align: top;
	color: #444;
	background: #f5f5f5;
	font-size: 1rem;
}
.open > .dropdown {
	display: block;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-animation: fade .2s ease-in-out;
	animation: fade .2s ease-in-out;
}
.dropdown-flip {
	right: 0;
	left: auto;
}
.dropdown-up {
	top: auto;
	bottom: 100%;
	margin-top: auto;
	margin-bottom: 5px;
}
.dropdown .nav {
	margin: 0 -15px;
}
.dropdown-grid > [class*=col-] > .panel + .panel,
.row .dropdown-grid + .dropdown-grid {
	margin-top: 15px;
}
@media (min-width:768px) {
	.dropdown:not(.dropdown-stack) > .dropdown-grid {
		margin-right: -15px;
		margin-left: -15px;
	}
	.dropdown:not(.dropdown-stack) > .dropdown-grid > [class*=col-] {
		padding-right: 15px;
		padding-left: 15px;
	}
	.dropdown:not(.dropdown-stack) > .dropdown-grid > [class*=col-]:nth-child(n+2) {
		border-left: 1px solid #ddd;
	}
	.dropdown-col-2:not(.dropdown-stack) {
		width: 400px;
	}
	.dropdown-col-3:not(.dropdown-stack) {
		width: 600px;
	}
	.dropdown-col-4:not(.dropdown-stack) {
		width: 800px;
	}
	.dropdown-col-5:not(.dropdown-stack) {
		width: 1000px;
	}
}
@media (max-width:769px) {
	.dropdown-grid > [class*=col-] {
		width: 100%;
	}
	.dropdown-grid > [class*=col-]:nth-child(n+2) {
		margin-top: 15px;
	}
}
.dropdown-stack > .dropdown-grid > [class*=col-] {
	width: 100%;
}
.dropdown-stack > .dropdown-grid > [class*=col-]:nth-child(n+2) {
	margin-top: 15px;
}
.dropdown-small {
	width: 100%;
	min-width: 150px;
	padding: 5px;
	white-space: nowrap;
}
.dropdown-small .nav {
	width: 133px;
	max-width: none;
	margin: 0 -5px;
	padding: 0;
}
.dropdown-navbar {
	margin-top: 0;
	color: #444;
	background: #f5f5f5;
}
.open > .dropdown-navbar {
	-webkit-animation: slide-top-fixed .2s ease-in-out;
	animation: slide-top-fixed .2s ease-in-out;
}
.dropdown-scrollable {
	overflow-y: auto;
	max-height: 200px;
}
.file-upload,
input,
select,
textarea {
	display: block;
	width: 100%;
	max-width: 100%;
	height: 38px;
	padding: 6px 8px;
	-webkit-appearance: none;
	appearance: none;
	-webkit-transition: 150ms ease-in-out;
	-o-transition: 150ms ease-in-out;
	transition: 150ms ease-in-out;
	color: #444;
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	outline: 0;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	font-size: 14px;
	line-height: 24px;

	-webkit-tap-highlight-color: transparent;
}
.file-upload::-webkit-input-placeholder,
input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	-webkit-transition: 150ms ease-in-out;
	-o-transition: 150ms ease-in-out;
	transition: 150ms ease-in-out;
	color: #afb3b4;
}
.file-upload:-moz-placeholder,
input:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
	-webkit-transition: 150ms ease-in-out;
	-o-transition: 150ms ease-in-out;
	transition: 150ms ease-in-out;
	color: #afb3b4;
}
.file-upload::-moz-placeholder,
input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
	-webkit-transition: 150ms ease-in-out;
	-o-transition: 150ms ease-in-out;
	transition: 150ms ease-in-out;
	color: #afb3b4;
}
.file-upload:-ms-input-placeholder,
input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	-webkit-transition: 150ms ease-in-out;
	-o-transition: 150ms ease-in-out;
	transition: 150ms ease-in-out;
	color: #afb3b4;
}
.file-upload[disabled],
input[disabled],
select[disabled],
textarea[disabled] {
	color: rgba(68,68,68,.25);
	background-color: rgba(221,221,221,.25);
}
.file-upload[disabled]:focus,
input[disabled]:focus,
select[disabled]:focus,
textarea[disabled]:focus {
	border-color: #ddd;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.file-upload[disabled]:focus::-webkit-input-placeholder,
input[disabled]:focus::-webkit-input-placeholder,
select[disabled]:focus::-webkit-input-placeholder,
textarea[disabled]:focus::-webkit-input-placeholder {
	-webkit-transition: 150ms ease-in-out;
	-o-transition: 150ms ease-in-out;
	transition: 150ms ease-in-out;
	color: #afb3b4;
}
.file-upload[disabled]:focus:-moz-placeholder,
input[disabled]:focus:-moz-placeholder,
select[disabled]:focus:-moz-placeholder,
textarea[disabled]:focus:-moz-placeholder {
	-webkit-transition: 150ms ease-in-out;
	-o-transition: 150ms ease-in-out;
	transition: 150ms ease-in-out;
	color: #afb3b4;
}
.file-upload[disabled]:focus::-moz-placeholder,
input[disabled]:focus::-moz-placeholder,
select[disabled]:focus::-moz-placeholder,
textarea[disabled]:focus::-moz-placeholder {
	-webkit-transition: 150ms ease-in-out;
	-o-transition: 150ms ease-in-out;
	transition: 150ms ease-in-out;
	color: #afb3b4;
}
.file-upload[disabled]:focus:-ms-input-placeholder,
input[disabled]:focus:-ms-input-placeholder,
select[disabled]:focus:-ms-input-placeholder,
textarea[disabled]:focus:-ms-input-placeholder {
	-webkit-transition: 150ms ease-in-out;
	-o-transition: 150ms ease-in-out;
	transition: 150ms ease-in-out;
	color: #afb3b4;
}
.file-upload:focus,
input:focus,
select:focus,
textarea:focus {
	border-color: #458ac6;
	-webkit-box-shadow: 0 0 2px #458ac6;
	box-shadow: 0 0 2px #458ac6;
}
.file-upload:focus::-webkit-input-placeholder,
input:focus::-webkit-input-placeholder,
select:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
	-webkit-transition: 150ms ease-in-out;
	-o-transition: 150ms ease-in-out;
	transition: 150ms ease-in-out;
	color: #9a9fa0;
}
.file-upload:focus:-moz-placeholder,
input:focus:-moz-placeholder,
select:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
	-webkit-transition: 150ms ease-in-out;
	-o-transition: 150ms ease-in-out;
	transition: 150ms ease-in-out;
	color: #9a9fa0;
}
.file-upload:focus::-moz-placeholder,
input:focus::-moz-placeholder,
select:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
	-webkit-transition: 150ms ease-in-out;
	-o-transition: 150ms ease-in-out;
	transition: 150ms ease-in-out;
	color: #9a9fa0;
}
.file-upload:focus:-ms-input-placeholder,
input:focus:-ms-input-placeholder,
select:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
	-webkit-transition: 150ms ease-in-out;
	-o-transition: 150ms ease-in-out;
	transition: 150ms ease-in-out;
	color: #9a9fa0;
}
.file-upload.error:focus,
.file-upload.success:focus,
.file-upload.warning:focus,
input.error:focus,
input.success:focus,
input.warning:focus,
select.error:focus,
select.success:focus,
select.warning:focus,
textarea.error:focus,
textarea.success:focus,
textarea.warning:focus {
	color: #444;
}
.file-upload.success,
input.success,
select.success,
textarea.success {
	color: #3c763d;
	border-color: #3c763d;
}
.file-upload.success:focus,
input.success:focus,
select.success:focus,
textarea.success:focus {
	border-color: #3c763d;
	-webkit-box-shadow: 0 0 2px #3c763d;
	box-shadow: 0 0 2px #3c763d;
}
.file-upload.error,
input.error,
select.error,
textarea.error {
	color: #d95c5c;
	border-color: #d95c5c;
}
.file-upload.error:focus,
input.error:focus,
select.error:focus,
textarea.error:focus {
	border-color: #d95c5c;
	-webkit-box-shadow: 0 0 2px #d95c5c;
	box-shadow: 0 0 2px #d95c5c;
}
.file-upload.warning,
input.warning,
select.warning,
textarea.warning {
	color: #f0ad4e;
	border-color: #f0ad4e;
}
.file-upload.warning:focus,
input.warning:focus,
select.warning:focus,
textarea.warning:focus {
	border-color: #f0ad4e;
	-webkit-box-shadow: 0 0 2px #f0ad4e;
	box-shadow: 0 0 2px #f0ad4e;
}
input[type=checkbox],
input[type=radio] {
	position: relative;
	top: -2px;
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-right: 2px;
	cursor: pointer;
	vertical-align: middle;
	border-color: #c9c9c9;
}
.success input[type=checkbox],
.success input[type=radio] {
	border-color: #3c763d;
}
.warning input[type=checkbox],
.warning input[type=radio] {
	border-color: #f0ad4e;
}
.error input[type=checkbox],
.error input[type=radio] {
	border-color: #d95c5c;
}
input[type=checkbox]:after,
input[type=radio]:after {
	position: absolute;
	content: '';
	-webkit-transition: 300ms cubic-bezier(.68,-.55,.265,1.55);
	-o-transition: 300ms cubic-bezier(.68,-.55,.265,1.55);
	transition: 300ms cubic-bezier(.68,-.55,.265,1.55);
}
input[type=checkbox][disabled],
input[type=radio][disabled] {
	border-color: rgba(201,201,201,.75);
	background-color: inherit;
}
input[type=radio] {
	-webkit-border-radius: 100%;
	border-radius: 100%;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
input[type=radio]:after {
	top: 4px;
	right: 4px;
	bottom: 4px;
	left: 4px;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	border-radius: 100%;
	background-color: #000;
}
.success input[type=radio]:after {
	background-color: #3c763d;
}
.warning input[type=radio]:after {
	background-color: #f0ad4e;
}
.error input[type=radio]:after {
	background-color: #d95c5c;
}
input[type=radio]:checked:after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
input[type=radio][disabled]:after {
	background-color: rgba(0,0,0,.5);
}
input[type=checkbox]:after {
	bottom: 3px;
	left: 5px;
	width: 7px;
	height: 12px;
	-webkit-transform: rotate(45deg)scale(0);
	-ms-transform: rotate(45deg)scale(0);
	-o-transform: rotate(45deg)scale(0);
	transform: rotate(45deg)scale(0);
	border-right: 3px solid #000;
	border-bottom: 3px solid #000;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
.success input[type=checkbox]:after {
	border-color: #3c763d;
}
.warning input[type=checkbox]:after {
	border-color: #f0ad4e;
}
.error input[type=checkbox]:after {
	border-color: #d95c5c;
}
input[type=checkbox]:checked:after {
	-webkit-transform: rotate(45deg)scale(1);
	-ms-transform: rotate(45deg)scale(1);
	-o-transform: rotate(45deg)scale(1);
	transform: rotate(45deg)scale(1);
}
input[type=checkbox][disabled]:after {
	border-right-color: rgba(0,0,0,.5);
	border-bottom-color: rgba(0,0,0,.5);
}
select {
	cursor: pointer;
	background-color: #fff;
}
.select-wrapper {
	position: relative;
	display: block;
}
.select-wrapper:after {
	position: absolute;
	top: 50%;
	right: 15px;
	content: '';
	-webkit-transform: translate(0,-100%)rotate(45deg);
	-ms-transform: translate(0,-100%)rotate(45deg);
	-o-transform: translate(0,-100%)rotate(45deg);
	transform: translate(0,-100%)rotate(45deg);
	border: 4px solid #000;
	border-top-color: transparent;
	border-left-color: transparent;
}
.select-wrapper:active:after {
	-webkit-transform: translate(0,-25%)rotate(45deg);
	-ms-transform: translate(0,-25%)rotate(45deg);
	-o-transform: translate(0,-25%)rotate(45deg);
	transform: translate(0,-25%)rotate(45deg);
	border-color: #000 transparent transparent #000;
}
.select-wrapper.success select {
	color: #3c763d;
	border-color: #3c763d;
}
.select-wrapper.success:after {
	border-right-color: #3c763d;
	border-bottom-color: #3c763d;
}
.select-wrapper.warning select {
	color: #f0ad4e;
	border-color: #f0ad4e;
}
.select-wrapper.warning:after {
	border-right-color: #f0ad4e;
	border-bottom-color: #f0ad4e;
}
.select-wrapper.error select {
	color: #d95c5c;
	border-color: #d95c5c;
}
.select-wrapper.error:after {
	border-right-color: #d95c5c;
	border-bottom-color: #d95c5c;
}
option[value=''] {
	color: #afb3b4;
}
.file-upload p {
	margin: 0;
	text-align: center;
}
.file-upload ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.file-upload li {
	position: relative;
	padding: 10px 25px 10px 0;
}
.file-upload li:first-child {
	margin-top: 22px;
}
.file-upload li .close {
	position: absolute;
	top: 5px;
	right: 5px;
}
.file-upload .progress {
	margin-top: 22px;
}
.file-upload .complete .close {
	zoom: 1;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-opacity: 1;
	color: #3c763d;
}
.file-upload-hovering {
	border-color: #458ac6;
	-webkit-box-shadow: 0 0 2px #458ac6;
	box-shadow: 0 0 2px #458ac6;
}
.file-upload-hovering::-webkit-input-placeholder {
	-webkit-transition: 150ms ease-in-out;
	-o-transition: 150ms ease-in-out;
	transition: 150ms ease-in-out;
	color: #9a9fa0;
}
.file-upload-hovering:-moz-placeholder {
	-webkit-transition: 150ms ease-in-out;
	-o-transition: 150ms ease-in-out;
	transition: 150ms ease-in-out;
	color: #9a9fa0;
}
.file-upload-hovering::-moz-placeholder {
	-webkit-transition: 150ms ease-in-out;
	-o-transition: 150ms ease-in-out;
	transition: 150ms ease-in-out;
	color: #9a9fa0;
}
.file-upload-hovering:-ms-input-placeholder {
	-webkit-transition: 150ms ease-in-out;
	-o-transition: 150ms ease-in-out;
	transition: 150ms ease-in-out;
	color: #9a9fa0;
}
label {
	display: inline-block;
	padding-bottom: 5px;
	color: #444;
	font-weight: 500;
}
label:focus {
	outline: 0;
}
label + label {
	padding-left: 10px;
}
input + label,
select + label,
textarea + label {
	padding-bottom: 0;
	color: rgba(68,68,68,.85);
}
input + label,
textarea + label {
	padding-top: 5px;
}
select + label {
	padding-top: 0;
}
.success + label {
	color: rgba(60,118,61,.85);
}
.warning + label {
	color: rgba(240,173,78,.85);
}
.error + label {
	color: rgba(217,92,92,.85);
}
.input-switch {
	position: relative;
	width: 44px;
	height: 20px;
	cursor: pointer;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: 350ms ease-in-out;
	-o-transition: 350ms ease-in-out;
	transition: 350ms ease-in-out;
	vertical-align: middle;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	background-color: #ddd;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
.input-switch:after {
	position: absolute;
	top: 3px;
	left: 3px;
	width: 14px;
	height: 14px;
	content: '';
	-webkit-transition: 250ms ease-in-out;
	-o-transition: 250ms ease-in-out;
	transition: 250ms ease-in-out;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-color: #f5f5f5;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
.on {
	background-color: #458ac6;
}
.on:after {
	left: 27px;
}
.label {
	display: inline;
	vertical-align: baseline;
	white-space: nowrap;
	line-height: 1;
	text-align: center;
}
a.label:focus,
a.label:hover {
	cursor: pointer;
	text-decoration: none;
	color: #fff;
}
.label:empty {
	display: none;
}
.btn .label,
button .label,
input[type=button] .label,
input[type=submit] .label {
	position: relative;
	top: -1px;
}
.label-default {
	background-color: #888;
}
.label-default[href]:focus,
.label-default[href]:hover {
	background-color: #6f6f6f;
}
.label-primary {
	background-color: #458ac6;
}
.label-primary[href]:focus,
.label-primary[href]:hover {
	background-color: #3370a5;
}
.label-success {
	background-color: #3c763d;
}
.label-success[href]:focus,
.label-success[href]:hover {
	background-color: #2b542c;
}
.label-info {
	background-color: #0078bf;
}
.label-info[href]:focus,
.label-info[href]:hover {
	background-color: #00588c;
}
.label-warning {
	background-color: #f0ad4e;
}
.label-warning[href]:focus,
.label-warning[href]:hover {
	background-color: #ec971f;
}
.label-error {
	background-color: #d95c5c;
}
.label-error[href]:focus,
.label-error[href]:hover {
	background-color: #cf3333;
}
.label-inverse {
	background-color: #111;
}
.label-inverse[href]:focus,
.label-inverse[href]:hover {
	background-color: #000;
}
.pagination {
	display: inline-block;
	margin: 22px 0;
	padding-left: 0;
	vertical-align: middle;
	border-radius: 3px;
}
.pagination > li {
	display: inline;
}
.pagination > li > a,
.pagination > li > span {
	position: relative;
	float: left;
	margin-left: -1px;
	padding: 6px 12px;
	text-decoration: none;
	color: #458ac6;
	border: 1px solid #ddd;
	background-color: #fff;
	line-height: 22px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
	margin-left: 0;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
	color: #3575ad;
	border-color: #ddd;
	background-color: #eee;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
	z-index: 2;
	cursor: default;
	color: #fff;
	border-color: #458ac6;
	background-color: #458ac6;
}
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
	color: #999;
	border-color: #ddd;
	background-color: #fff;
}
.pagination a {
	cursor: pointer;
}
.panel {
	border: 1px solid;
	background-color: #fff;
}
.panel-body {
	padding: 15px;
}
.panel-heading {
	padding: 10px 15px;
	border-color: #eff2f7;
	border-bottom: 1px solid transparent;
	-webkit-border-top-left-radius: 2px;
	border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	border-top-right-radius: 2px;
	background: #fafafa;
	-webkit-background-clip: padding-box;
}
.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	color: inherit;
	font-size: 16px;
}
.panel-title > a {
	color: inherit;
}
.panel-footer {
	padding: 10px 15px;
	border-top: 1px solid #ddd;
	-webkit-border-bottom-right-radius: 2px;
	border-bottom-right-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	border-bottom-left-radius: 2px;
	background-color: #f5f5f5;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
	margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
	border-width: 1px 0;
	border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
	border-top: 0;
	-webkit-border-top-left-radius: 2px;
	border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	border-top-right-radius: 2px;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
	border-bottom: 0;
	-webkit-border-bottom-right-radius: 2px;
	border-bottom-right-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	border-bottom-left-radius: 2px;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
.list-group + .panel-footer,
.panel-heading + .list-group .list-group-item:first-child {
	border-top-width: 0;
}
.panel > .panel-collapse > .table,
.panel > .table,
.panel > .table-responsive > .table {
	margin-bottom: 0;
}
.panel > .panel-collapse > .table caption,
.panel > .table caption,
.panel > .table-responsive > .table caption {
	padding-right: 15px;
	padding-left: 15px;
}
.panel > .table-responsive:first-child > .table:first-child,
.panel > .table:first-child {
	-webkit-border-top-left-radius: 2px;
	border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	border-top-right-radius: 2px;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
	border-top-left-radius: 2px;
}
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
	border-top-right-radius: 2px;
}
.panel > .table-responsive:last-child > .table:last-child,
.panel > .table:last-child {
	-webkit-border-bottom-right-radius: 2px;
	border-bottom-right-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	border-bottom-left-radius: 2px;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child {
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
}
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
	border-bottom-left-radius: 2px;
}
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
	border-bottom-right-radius: 2px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
	border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child td,
.panel > .table > tbody:first-child > tr:first-child th {
	border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
	border: 0;
}
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
	border-left: 0;
}
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
	border-right: 0;
}
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
	border-bottom: 0;
}
.panel > .table-responsive {
	margin-bottom: 0;
	border: 0;
}
.panel-group {
	margin-bottom: 24px;
}
.panel-group .panel {
	margin-bottom: 0;
	border-radius: 3px;
}
.panel-group .panel + .panel {
	margin-top: 1px;
}
.panel-group .panel-heading {
	border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
	border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
	border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
	border-bottom: 1px solid #ddd;
}
.panel-default {
	border-color: #ddd;
}
.panel-default > .panel-heading {
	color: #444;
	border-color: #ddd;
	background-color: #f5f5f5;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
	color: #f5f5f5;
	background-color: #444;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #ddd;
}
.panel-primary {
	border-color: #458ac6;
}
.panel-primary > .panel-heading {
	color: #fff;
	border-color: #458ac6;
	background-color: #458ac6;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #458ac6;
}
.panel-primary > .panel-heading .badge {
	color: #458ac6;
	background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #458ac6;
}
.panel-success {
	border-color: #3c763d;
}
.panel-success > .panel-heading {
	color: #3c763d;
	border-color: #3c763d;
	background-color: #9ebb9e;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #3c763d;
}
.panel-success > .panel-heading .badge {
	color: #9ebb9e;
	background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #3c763d;
}
.panel-info {
	border-color: #0078bf;
}
.panel-info > .panel-heading {
	color: #0078bf;
	border-color: #0078bf;
	background-color: #80bcdf;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #0078bf;
}
.panel-info > .panel-heading .badge {
	color: #80bcdf;
	background-color: #0078bf;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #0078bf;
}
.panel-warning {
	border-color: #f0ad4e;
}
.panel-warning > .panel-heading {
	color: #f0ad4e;
	border-color: #f0ad4e;
	background-color: #f8d6a7;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #f0ad4e;
}
.panel-warning > .panel-heading .badge {
	color: #f8d6a7;
	background-color: #f0ad4e;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #f0ad4e;
}
.panel-danger {
	border-color: #d95c5c;
}
.panel-danger > .panel-heading {
	color: #d95c5c;
	border-color: #d95c5c;
	background-color: #ecaeae;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #d95c5c;
}
.panel-danger > .panel-heading .badge {
	color: #ecaeae;
	background-color: #d95c5c;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #d95c5c;
}
.btn-social {
	position: relative;
	overflow: hidden;
	padding-left: 50px;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: left;
}
.btn-social > :first-child {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 36px;
	border-right: 1px solid rgba(0,0,0,.2);
	font-size: 1.6em;
	line-height: 38px;
	text-align: center;
}
.btn-social-icon {
	position: relative;
	overflow: hidden;
	width: 38px;
	height: 38px;
	padding: 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: left;
}
.btn-social-icon > :first-child {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 36px;
	border-right: 1px solid rgba(0,0,0,.2);
	font-size: 1.6em;
	line-height: 38px;
	text-align: center;
}
.btn-social-icon :first-child {
	width: 100%!important;
	border: none;
	text-align: center;
}
.btn-adn {
	color: #fff;
	border-color: rgba(0,0,0,.2);
	background-color: #d87a68;
}
.btn-adn.active,
.btn-adn.focus,
.btn-adn:active,
.btn-adn:focus,
.btn-adn:hover,
.open > .dropdown-toggle.btn-adn {
	color: #fff;
	border-color: rgba(0,0,0,.2);
	background-color: #ce563f;
}
.btn-adn.active,
.btn-adn:active,
.open > .dropdown-toggle.btn-adn {
	background-image: none;
}
.btn-adn.disabled,
.btn-adn.disabled.active,
.btn-adn.disabled.focus,
.btn-adn.disabled:active,
.btn-adn.disabled:focus,
.btn-adn.disabled:hover,
.btn-adn[disabled],
.btn-adn[disabled].active,
.btn-adn[disabled].focus,
.btn-adn[disabled]:active,
.btn-adn[disabled]:focus,
.btn-adn[disabled]:hover,
fieldset[disabled] .btn-adn,
fieldset[disabled] .btn-adn.active,
fieldset[disabled] .btn-adn.focus,
fieldset[disabled] .btn-adn:active,
fieldset[disabled] .btn-adn:focus,
fieldset[disabled] .btn-adn:hover {
	border-color: rgba(0,0,0,.2);
	background-color: #d87a68;
}
.btn-bitbucket {
	color: #fff;
	border-color: rgba(0,0,0,.2);
	background-color: #205081;
}
.btn-bitbucket.active,
.btn-bitbucket.focus,
.btn-bitbucket:active,
.btn-bitbucket:focus,
.btn-bitbucket:hover,
.open > .dropdown-toggle.btn-bitbucket {
	color: #fff;
	border-color: rgba(0,0,0,.2);
	background-color: #163758;
}
.btn-bitbucket.active,
.btn-bitbucket:active,
.open > .dropdown-toggle.btn-bitbucket {
	background-image: none;
}
.btn-bitbucket.disabled,
.btn-bitbucket.disabled.active,
.btn-bitbucket.disabled.focus,
.btn-bitbucket.disabled:active,
.btn-bitbucket.disabled:focus,
.btn-bitbucket.disabled:hover,
.btn-bitbucket[disabled],
.btn-bitbucket[disabled].active,
.btn-bitbucket[disabled].focus,
.btn-bitbucket[disabled]:active,
.btn-bitbucket[disabled]:focus,
.btn-bitbucket[disabled]:hover,
fieldset[disabled] .btn-bitbucket,
fieldset[disabled] .btn-bitbucket.active,
fieldset[disabled] .btn-bitbucket.focus,
fieldset[disabled] .btn-bitbucket:active,
fieldset[disabled] .btn-bitbucket:focus,
fieldset[disabled] .btn-bitbucket:hover {
	border-color: rgba(0,0,0,.2);
	background-color: #205081;
}
.btn-dropbox {
	color: #fff;
	border-color: rgba(0,0,0,.2);
	background-color: #1087dd;
}
.btn-dropbox.active,
.btn-dropbox.focus,
.btn-dropbox:active,
.btn-dropbox:focus,
.btn-dropbox:hover,
.open > .dropdown-toggle.btn-dropbox {
	color: #fff;
	border-color: rgba(0,0,0,.2);
	background-color: #0d6aad;
}
.btn-dropbox.active,
.btn-dropbox:active,
.open > .dropdown-toggle.btn-dropbox {
	background-image: none;
}
.btn-dropbox.disabled,
.btn-dropbox.disabled.active,
.btn-dropbox.disabled.focus,
.btn-dropbox.disabled:active,
.btn-dropbox.disabled:focus,
.btn-dropbox.disabled:hover,
.btn-dropbox[disabled],
.btn-dropbox[disabled].active,
.btn-dropbox[disabled].focus,
.btn-dropbox[disabled]:active,
.btn-dropbox[disabled]:focus,
.btn-dropbox[disabled]:hover,
fieldset[disabled] .btn-dropbox,
fieldset[disabled] .btn-dropbox.active,
fieldset[disabled] .btn-dropbox.focus,
fieldset[disabled] .btn-dropbox:active,
fieldset[disabled] .btn-dropbox:focus,
fieldset[disabled] .btn-dropbox:hover {
	border-color: rgba(0,0,0,.2);
	background-color: #1087dd;
}
.btn-facebook {
	color: #fff;
	border-color: rgba(0,0,0,.2);
	background-color: #3b5998;
}
.btn-facebook.active,
.btn-facebook.focus,
.btn-facebook:active,
.btn-facebook:focus,
.btn-facebook:hover,
.open > .dropdown-toggle.btn-facebook {
	color: #fff;
	border-color: rgba(0,0,0,.2);
	background-color: #2d4373;
}
.btn-facebook.active,
.btn-facebook:active,
.open > .dropdown-toggle.btn-facebook {
	background-image: none;
}
.btn-facebook.disabled,
.btn-facebook.disabled.active,
.btn-facebook.disabled.focus,
.btn-facebook.disabled:active,
.btn-facebook.disabled:focus,
.btn-facebook.disabled:hover,
.btn-facebook[disabled],
.btn-facebook[disabled].active,
.btn-facebook[disabled].focus,
.btn-facebook[disabled]:active,
.btn-facebook[disabled]:focus,
.btn-facebook[disabled]:hover,
fieldset[disabled] .btn-facebook,
fieldset[disabled] .btn-facebook.active,
fieldset[disabled] .btn-facebook.focus,
fieldset[disabled] .btn-facebook:active,
fieldset[disabled] .btn-facebook:focus,
fieldset[disabled] .btn-facebook:hover {
	border-color: rgba(0,0,0,.2);
	background-color: #3b5998;
}
.btn-flickr {
	color: #fff;
	border-color: rgba(0,0,0,.2);
	background-color: #ff0084;
}
.btn-flickr.active,
.btn-flickr.focus,
.btn-flickr:active,
.btn-flickr:focus,
.btn-flickr:hover,
.open > .dropdown-toggle.btn-flickr {
	color: #fff;
	border-color: rgba(0,0,0,.2);
	background-color: #cc006a;
}
.btn-flickr.active,
.btn-flickr:active,
.open > .dropdown-toggle.btn-flickr {
	background-image: none;
}
.btn-flickr.disabled,
.btn-flickr.disabled.active,
.btn-flickr.disabled.focus,
.btn-flickr.disabled:active,
.btn-flickr.disabled:focus,
.btn-flickr.disabled:hover,
.btn-flickr[disabled],
.btn-flickr[disabled].active,
.btn-flickr[disabled].focus,
.btn-flickr[disabled]:active,
.btn-flickr[disabled]:focus,
.btn-flickr[disabled]:hover,
fieldset[disabled] .btn-flickr,
fieldset[disabled] .btn-flickr.active,
fieldset[disabled] .btn-flickr.focus,
fieldset[disabled] .btn-flickr:active,
fieldset[disabled] .btn-flickr:focus,
fieldset[disabled] .btn-flickr:hover {
	border-color: rgba(0,0,0,.2);
	background-color: #ff0084;
}
.btn-foursquare {
	color: #fff;
	border-color: rgba(0,0,0,.2);
	background-color: #f94877;
}
.btn-foursquare.active,
.btn-foursquare.focus,
.btn-foursquare:active,
.btn-foursquare:focus,
.btn-foursquare:hover,
.open > .dropdown-toggle.btn-foursquare {
	color: #fff;
	border-color: rgba(0,0,0,.2);
	background-color: #f71752;
}
.btn-foursquare.active,
.btn-foursquare:active,
.open > .dropdown-toggle.btn-foursquare {
	background-image: none;
}
.btn-foursquare.disabled,
.btn-foursquare.disabled.active,
.btn-foursquare.disabled.focus,
.btn-foursquare.disabled:active,
.btn-foursquare.disabled:focus,
.btn-foursquare.disabled:hover,
.btn-foursquare[disabled],
.btn-foursquare[disabled].active,
.btn-foursquare[disabled].focus,
.btn-foursquare[disabled]:active,
.btn-foursquare[disabled]:focus,
.btn-foursquare[disabled]:hover,
fieldset[disabled] .btn-foursquare,
fieldset[disabled] .btn-foursquare.active,
fieldset[disabled] .btn-foursquare.focus,
fieldset[disabled] .btn-foursquare:active,
fieldset[disabled] .btn-foursquare:focus,
fieldset[disabled] .btn-foursquare:hover {
	border-color: rgba(0,0,0,.2);
	background-color: #f94877;
}
.btn-github {
	color: #fff;
	border-color: rgba(0,0,0,.2);
	background-color: #444;
}
.btn-github.active,
.btn-github.focus,
.btn-github:active,
.btn-github:focus,
.btn-github:hover,
.open > .dropdown-toggle.btn-github {
	color: #fff;
	border-color: rgba(0,0,0,.2);
	background-color: #2b2b2b;
}
.btn-github.active,
.btn-github:active,
.open > .dropdown-toggle.btn-github {
	background-image: none;
}
.btn-github.disabled,
.btn-github.disabled.active,
.btn-github.disabled.focus,
.btn-github.disabled:active,
.btn-github.disabled:focus,
.btn-github.disabled:hover,
.btn-github[disabled],
.btn-github[disabled].active,
.btn-github[disabled].focus,
.btn-github[disabled]:active,
.btn-github[disabled]:focus,
.btn-github[disabled]:hover,
fieldset[disabled] .btn-github,
fieldset[disabled] .btn-github.active,
fieldset[disabled] .btn-github.focus,
fieldset[disabled] .btn-github:active,
fieldset[disabled] .btn-github:focus,
fieldset[disabled] .btn-github:hover {
	border-color: rgba(0,0,0,.2);
	background-color: #444;
}
.btn-google-plus {
	color: #fff;
	border-color: rgba(0,0,0,.2);
	background-color: #dd4b39;
}
.btn-google-plus.active,
.btn-google-plus.focus,
.btn-google-plus:active,
.btn-google-plus:focus,
.btn-google-plus:hover,
.open > .dropdown-toggle.btn-google-plus {
	color: #fff;
	border-color: rgba(0,0,0,.2);
	background-color: #c23321;
}
.btn-google-plus.active,
.btn-google-plus:active,
.open > .dropdown-toggle.btn-google-plus {
	background-image: none;
}
.btn-google-plus.disabled,
.btn-google-plus.disabled.active,
.btn-google-plus.disabled.focus,
.btn-google-plus.disabled:active,
.btn-google-plus.disabled:focus,
.btn-google-plus.disabled:hover,
.btn-google-plus[disabled],
.btn-google-plus[disabled].active,
.btn-google-plus[disabled].focus,
.btn-google-plus[disabled]:active,
.btn-google-plus[disabled]:focus,
.btn-google-plus[disabled]:hover,
fieldset[disabled] .btn-google-plus,
fieldset[disabled] .btn-google-plus.active,
fieldset[disabled] .btn-google-plus.focus,
fieldset[disabled] .btn-google-plus:active,
fieldset[disabled] .btn-google-plus:focus,
fieldset[disabled] .btn-google-plus:hover {
	border-color: rgba(0,0,0,.2);
	background-color: #dd4b39;
}
.btn-instagram {
	color: #fff;
	border-color: rgba(0,0,0,.2);
	background-color: #3f729b;
}
.btn-instagram.active,
.btn-instagram.focus,
.btn-instagram:active,
.btn-instagram:focus,
.btn-instagram:hover,
.open > .dropdown-toggle.btn-instagram {
	color: #fff;
	border-color: rgba(0,0,0,.2);
	background-color: #305777;
}
.btn-instagram.active,
.btn-instagram:active,
.open > .dropdown-toggle.btn-instagram {
	background-image: none;
}
.btn-instagram.disabled,
.btn-instagram.disabled.active,
.btn-instagram.disabled.focus,
.btn-instagram.disabled:active,
.btn-instagram.disabled:focus,
.btn-instagram.disabled:hover,
.btn-instagram[disabled],
.btn-instagram[disabled].active,
.btn-instagram[disabled].focus,
.btn-instagram[disabled]:active,
.btn-instagram[disabled]:focus,
.btn-instagram[disabled]:hover,
fieldset[disabled] .btn-instagram,
fieldset[disabled] .btn-instagram.active,
fieldset[disabled] .btn-instagram.focus,
fieldset[disabled] .btn-instagram:active,
fieldset[disabled] .btn-instagram:focus,
fieldset[disabled] .btn-instagram:hover {
	border-color: rgba(0,0,0,.2);
	background-color: #3f729b;
}
.btn-linkedin {
	color: #fff;
	border-color: rgba(0,0,0,.2);
	background-color: #007bb6;
}
.btn-linkedin.active,
.btn-linkedin.focus,
.btn-linkedin:active,
.btn-linkedin:focus,
.btn-linkedin:hover,
.open > .dropdown-toggle.btn-linkedin {
	color: #fff;
	border-color: rgba(0,0,0,.2);
	background-color: #005983;
}
.btn-linkedin.active,
.btn-linkedin:active,
.open > .dropdown-toggle.btn-linkedin {
	background-image: none;
}
.btn-linkedin.disabled,
.btn-linkedin.disabled.active,
.btn-linkedin.disabled.focus,
.btn-linkedin.disabled:active,
.btn-linkedin.disabled:focus,
.btn-linkedin.disabled:hover,
.btn-linkedin[disabled],
.btn-linkedin[disabled].active,
.btn-linkedin[disabled].focus,
.btn-linkedin[disabled]:active,
.btn-linkedin[disabled]:focus,
.btn-linkedin[disabled]:hover,
fieldset[disabled] .btn-linkedin,
fieldset[disabled] .btn-linkedin.active,
fieldset[disabled] .btn-linkedin.focus,
fieldset[disabled] .btn-linkedin:active,
fieldset[disabled] .btn-linkedin:focus,
fieldset[disabled] .btn-linkedin:hover {
	border-color: rgba(0,0,0,.2);
	background-color: #007bb6;
}
.btn-microsoft {
	color: #fff;
	border-color: rgba(0,0,0,.2);
	background-color: #2672ec;
}
.btn-microsoft.active,
.btn-microsoft.focus,
.btn-microsoft:active,
.btn-microsoft:focus,
.btn-microsoft:hover,
.open > .dropdown-toggle.btn-microsoft {
	color: #fff;
	border-color: rgba(0,0,0,.2);
	background-color: #125acd;
}
.btn-microsoft.active,
.btn-microsoft:active,
.open > .dropdown-toggle.btn-microsoft {
	background-image: none;
}
.btn-microsoft.disabled,
.btn-microsoft.disabled.active,
.btn-microsoft.disabled.focus,
.btn-microsoft.disabled:active,
.btn-microsoft.disabled:focus,
.btn-microsoft.disabled:hover,
.btn-microsoft[disabled],
.btn-microsoft[disabled].active,
.btn-microsoft[disabled].focus,
.btn-microsoft[disabled]:active,
.btn-microsoft[disabled]:focus,
.btn-microsoft[disabled]:hover,
fieldset[disabled] .btn-microsoft,
fieldset[disabled] .btn-microsoft.active,
fieldset[disabled] .btn-microsoft.focus,
fieldset[disabled] .btn-microsoft:active,
fieldset[disabled] .btn-microsoft:focus,
fieldset[disabled] .btn-microsoft:hover {
	border-color: rgba(0,0,0,.2);
	background-color: #2672ec;
}
.btn-openid {
	color: #fff;
	border-color: rgba(0,0,0,.2);
	background-color: #f7931e;
}
.btn-openid.active,
.btn-openid.focus,
.btn-openid:active,
.btn-openid:focus,
.btn-openid:hover,
.open > .dropdown-toggle.btn-openid {
	color: #fff;
	border-color: rgba(0,0,0,.2);
	background-color: #da7908;
}
.btn-openid.active,
.btn-openid:active,
.open > .dropdown-toggle.btn-openid {
	background-image: none;
}
.btn-openid.disabled,
.btn-openid.disabled.active,
.btn-openid.disabled.focus,
.btn-openid.disabled:active,
.btn-openid.disabled:focus,
.btn-openid.disabled:hover,
.btn-openid[disabled],
.btn-openid[disabled].active,
.btn-openid[disabled].focus,
.btn-openid[disabled]:active,
.btn-openid[disabled]:focus,
.btn-openid[disabled]:hover,
fieldset[disabled] .btn-openid,
fieldset[disabled] .btn-openid.active,
fieldset[disabled] .btn-openid.focus,
fieldset[disabled] .btn-openid:active,
fieldset[disabled] .btn-openid:focus,
fieldset[disabled] .btn-openid:hover {
	border-color: rgba(0,0,0,.2);
	background-color: #f7931e;
}
.btn-pinterest {
	color: #fff;
	border-color: rgba(0,0,0,.2);
	background-color: #cb2027;
}
.btn-pinterest.active,
.btn-pinterest.focus,
.btn-pinterest:active,
.btn-pinterest:focus,
.btn-pinterest:hover,
.open > .dropdown-toggle.btn-pinterest {
	color: #fff;
	border-color: rgba(0,0,0,.2);
	background-color: #9f191f;
}
.btn-pinterest.active,
.btn-pinterest:active,
.open > .dropdown-toggle.btn-pinterest {
	background-image: none;
}
.btn-pinterest.disabled,
.btn-pinterest.disabled.active,
.btn-pinterest.disabled.focus,
.btn-pinterest.disabled:active,
.btn-pinterest.disabled:focus,
.btn-pinterest.disabled:hover,
.btn-pinterest[disabled],
.btn-pinterest[disabled].active,
.btn-pinterest[disabled].focus,
.btn-pinterest[disabled]:active,
.btn-pinterest[disabled]:focus,
.btn-pinterest[disabled]:hover,
fieldset[disabled] .btn-pinterest,
fieldset[disabled] .btn-pinterest.active,
fieldset[disabled] .btn-pinterest.focus,
fieldset[disabled] .btn-pinterest:active,
fieldset[disabled] .btn-pinterest:focus,
fieldset[disabled] .btn-pinterest:hover {
	border-color: rgba(0,0,0,.2);
	background-color: #cb2027;
}
.btn-reddit {
	color: #000;
	border-color: rgba(0,0,0,.2);
	background-color: #eff7ff;
}
.btn-reddit.active,
.btn-reddit.focus,
.btn-reddit:active,
.btn-reddit:focus,
.btn-reddit:hover,
.open > .dropdown-toggle.btn-reddit {
	color: #000;
	border-color: rgba(0,0,0,.2);
	background-color: #bcddff;
}
.btn-reddit.active,
.btn-reddit:active,
.open > .dropdown-toggle.btn-reddit {
	background-image: none;
}
.btn-reddit.disabled,
.btn-reddit.disabled.active,
.btn-reddit.disabled.focus,
.btn-reddit.disabled:active,
.btn-reddit.disabled:focus,
.btn-reddit.disabled:hover,
.btn-reddit[disabled],
.btn-reddit[disabled].active,
.btn-reddit[disabled].focus,
.btn-reddit[disabled]:active,
.btn-reddit[disabled]:focus,
.btn-reddit[disabled]:hover,
fieldset[disabled] .btn-reddit,
fieldset[disabled] .btn-reddit.active,
fieldset[disabled] .btn-reddit.focus,
fieldset[disabled] .btn-reddit:active,
fieldset[disabled] .btn-reddit:focus,
fieldset[disabled] .btn-reddit:hover {
	border-color: rgba(0,0,0,.2);
	background-color: #eff7ff;
}
.btn-soundcloud {
	color: #fff;
	border-color: rgba(0,0,0,.2);
	background-color: #f50;
}
.btn-soundcloud.active,
.btn-soundcloud.focus,
.btn-soundcloud:active,
.btn-soundcloud:focus,
.btn-soundcloud:hover,
.open > .dropdown-toggle.btn-soundcloud {
	color: #fff;
	border-color: rgba(0,0,0,.2);
	background-color: #c40;
}
.btn-soundcloud.active,
.btn-soundcloud:active,
.open > .dropdown-toggle.btn-soundcloud {
	background-image: none;
}
.btn-soundcloud.disabled,
.btn-soundcloud.disabled.active,
.btn-soundcloud.disabled.focus,
.btn-soundcloud.disabled:active,
.btn-soundcloud.disabled:focus,
.btn-soundcloud.disabled:hover,
.btn-soundcloud[disabled],
.btn-soundcloud[disabled].active,
.btn-soundcloud[disabled].focus,
.btn-soundcloud[disabled]:active,
.btn-soundcloud[disabled]:focus,
.btn-soundcloud[disabled]:hover,
fieldset[disabled] .btn-soundcloud,
fieldset[disabled] .btn-soundcloud.active,
fieldset[disabled] .btn-soundcloud.focus,
fieldset[disabled] .btn-soundcloud:active,
fieldset[disabled] .btn-soundcloud:focus,
fieldset[disabled] .btn-soundcloud:hover {
	border-color: rgba(0,0,0,.2);
	background-color: #f50;
}
.btn-tumblr {
	color: #fff;
	border-color: rgba(0,0,0,.2);
	background-color: #2c4762;
}
.btn-tumblr.active,
.btn-tumblr.focus,
.btn-tumblr:active,
.btn-tumblr:focus,
.btn-tumblr:hover,
.open > .dropdown-toggle.btn-tumblr {
	color: #fff;
	border-color: rgba(0,0,0,.2);
	background-color: #1c2d3f;
}
.btn-tumblr.active,
.btn-tumblr:active,
.open > .dropdown-toggle.btn-tumblr {
	background-image: none;
}
.btn-tumblr.disabled,
.btn-tumblr.disabled.active,
.btn-tumblr.disabled.focus,
.btn-tumblr.disabled:active,
.btn-tumblr.disabled:focus,
.btn-tumblr.disabled:hover,
.btn-tumblr[disabled],
.btn-tumblr[disabled].active,
.btn-tumblr[disabled].focus,
.btn-tumblr[disabled]:active,
.btn-tumblr[disabled]:focus,
.btn-tumblr[disabled]:hover,
fieldset[disabled] .btn-tumblr,
fieldset[disabled] .btn-tumblr.active,
fieldset[disabled] .btn-tumblr.focus,
fieldset[disabled] .btn-tumblr:active,
fieldset[disabled] .btn-tumblr:focus,
fieldset[disabled] .btn-tumblr:hover {
	border-color: rgba(0,0,0,.2);
	background-color: #2c4762;
}
.btn-twitter {
	color: #fff;
	border-color: rgba(0,0,0,.2);
	background-color: #55acee;
}
.btn-twitter.active,
.btn-twitter.focus,
.btn-twitter:active,
.btn-twitter:focus,
.btn-twitter:hover,
.open > .dropdown-toggle.btn-twitter {
	color: #fff;
	border-color: rgba(0,0,0,.2);
	background-color: #2795e9;
}
.btn-twitter.active,
.btn-twitter:active,
.open > .dropdown-toggle.btn-twitter {
	background-image: none;
}
.btn-twitter.disabled,
.btn-twitter.disabled.active,
.btn-twitter.disabled.focus,
.btn-twitter.disabled:active,
.btn-twitter.disabled:focus,
.btn-twitter.disabled:hover,
.btn-twitter[disabled],
.btn-twitter[disabled].active,
.btn-twitter[disabled].focus,
.btn-twitter[disabled]:active,
.btn-twitter[disabled]:focus,
.btn-twitter[disabled]:hover,
fieldset[disabled] .btn-twitter,
fieldset[disabled] .btn-twitter.active,
fieldset[disabled] .btn-twitter.focus,
fieldset[disabled] .btn-twitter:active,
fieldset[disabled] .btn-twitter:focus,
fieldset[disabled] .btn-twitter:hover {
	border-color: rgba(0,0,0,.2);
	background-color: #55acee;
}
.btn-vimeo {
	color: #fff;
	border-color: rgba(0,0,0,.2);
	background-color: #1ab7ea;
}
.btn-vimeo.active,
.btn-vimeo.focus,
.btn-vimeo:active,
.btn-vimeo:focus,
.btn-vimeo:hover,
.open > .dropdown-toggle.btn-vimeo {
	color: #fff;
	border-color: rgba(0,0,0,.2);
	background-color: #1295bf;
}
.btn-vimeo.active,
.btn-vimeo:active,
.open > .dropdown-toggle.btn-vimeo {
	background-image: none;
}
.btn-vimeo.disabled,
.btn-vimeo.disabled.active,
.btn-vimeo.disabled.focus,
.btn-vimeo.disabled:active,
.btn-vimeo.disabled:focus,
.btn-vimeo.disabled:hover,
.btn-vimeo[disabled],
.btn-vimeo[disabled].active,
.btn-vimeo[disabled].focus,
.btn-vimeo[disabled]:active,
.btn-vimeo[disabled]:focus,
.btn-vimeo[disabled]:hover,
fieldset[disabled] .btn-vimeo,
fieldset[disabled] .btn-vimeo.active,
fieldset[disabled] .btn-vimeo.focus,
fieldset[disabled] .btn-vimeo:active,
fieldset[disabled] .btn-vimeo:focus,
fieldset[disabled] .btn-vimeo:hover {
	border-color: rgba(0,0,0,.2);
	background-color: #1ab7ea;
}
.btn-vk {
	color: #fff;
	border-color: rgba(0,0,0,.2);
	background-color: #587ea3;
}
.btn-vk.active,
.btn-vk.focus,
.btn-vk:active,
.btn-vk:focus,
.btn-vk:hover,
.open > .dropdown-toggle.btn-vk {
	color: #fff;
	border-color: rgba(0,0,0,.2);
	background-color: #466482;
}
.btn-vk.active,
.btn-vk:active,
.open > .dropdown-toggle.btn-vk {
	background-image: none;
}
.btn-vk.disabled,
.btn-vk.disabled.active,
.btn-vk.disabled.focus,
.btn-vk.disabled:active,
.btn-vk.disabled:focus,
.btn-vk.disabled:hover,
.btn-vk[disabled],
.btn-vk[disabled].active,
.btn-vk[disabled].focus,
.btn-vk[disabled]:active,
.btn-vk[disabled]:focus,
.btn-vk[disabled]:hover,
fieldset[disabled] .btn-vk,
fieldset[disabled] .btn-vk.active,
fieldset[disabled] .btn-vk.focus,
fieldset[disabled] .btn-vk:active,
fieldset[disabled] .btn-vk:focus,
fieldset[disabled] .btn-vk:hover {
	border-color: rgba(0,0,0,.2);
	background-color: #587ea3;
}
.btn-yahoo {
	color: #fff;
	border-color: rgba(0,0,0,.2);
	background-color: #720e9e;
}
.btn-yahoo.active,
.btn-yahoo.focus,
.btn-yahoo:active,
.btn-yahoo:focus,
.btn-yahoo:hover,
.open > .dropdown-toggle.btn-yahoo {
	color: #fff;
	border-color: rgba(0,0,0,.2);
	background-color: #500a6f;
}
.btn-yahoo.active,
.btn-yahoo:active,
.open > .dropdown-toggle.btn-yahoo {
	background-image: none;
}
.btn-yahoo.disabled,
.btn-yahoo.disabled.active,
.btn-yahoo.disabled.focus,
.btn-yahoo.disabled:active,
.btn-yahoo.disabled:focus,
.btn-yahoo.disabled:hover,
.btn-yahoo[disabled],
.btn-yahoo[disabled].active,
.btn-yahoo[disabled].focus,
.btn-yahoo[disabled]:active,
.btn-yahoo[disabled]:focus,
.btn-yahoo[disabled]:hover,
fieldset[disabled] .btn-yahoo,
fieldset[disabled] .btn-yahoo.active,
fieldset[disabled] .btn-yahoo.focus,
fieldset[disabled] .btn-yahoo:active,
fieldset[disabled] .btn-yahoo:focus,
fieldset[disabled] .btn-yahoo:hover {
	border-color: rgba(0,0,0,.2);
	background-color: #720e9e;
}
.switch {
	position: relative;
	z-index: 0;
	display: inline-block;
	overflow: hidden;
	cursor: pointer;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	vertical-align: middle;
	-webkit-border-radius: 13px;
	border-radius: 13px;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	line-height: 8px;
	text-align: left;

	direction: ltr;
}
.switch .switch-container {
	top: 0;
	display: inline-block;
	-webkit-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
.switch .switch-handle-off,
.switch .switch-handle-on,
.switch .switch-label {
	display: inline-block!important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 100%;
	padding: 3px;
	cursor: pointer;
	font-size: 12px;
	line-height: 1.83333333;
}
.switch .switch-handle-off,
.switch .switch-handle-on {
	z-index: 1;
	text-align: center;
}
.switch .switch-handle-off.switch-danger,
.switch .switch-handle-off.switch-info,
.switch .switch-handle-off.switch-primary,
.switch .switch-handle-off.switch-success,
.switch .switch-handle-off.switch-warning,
.switch .switch-handle-on.switch-danger,
.switch .switch-handle-on.switch-info,
.switch .switch-handle-on.switch-primary,
.switch .switch-handle-on.switch-success,
.switch .switch-handle-on.switch-warning {
	color: #fff;
}
.switch .switch-label {
	z-index: 100;
	color: #333;
	-webkit-border-radius: 13px;
	border-radius: 13px;
	background: #fff;
	-webkit-background-clip: padding-box;
	text-align: center;
}
.switch input[type=checkbox],
.switch input[type=radio] {
	position: absolute!important;
	z-index: -1;
	top: 0;
	left: 0;
	opacity: 0;
	filter: alpha(opacity=0);
}
.switch input[type=checkbox].form-control,
.switch input[type=radio].form-control {
	height: auto;
}
.switch.switch-mini .switch-handle-off,
.switch.switch-mini .switch-handle-on,
.switch.switch-mini .switch-label {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
}
.switch.switch-small .switch-handle-off,
.switch.switch-small .switch-handle-on,
.switch.switch-small .switch-label {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
}
.switch.switch-large .switch-handle-off,
.switch.switch-large .switch-handle-on,
.switch.switch-large .switch-label {
	padding: 6px 16px;
	font-size: 18px;
	line-height: 1.33;
}
.switch.switch-disabled,
.switch.switch-indeterminate,
.switch.switch-readonly {
	cursor: default!important;
}
.switch.switch-disabled .switch-handle-off,
.switch.switch-disabled .switch-handle-on,
.switch.switch-disabled .switch-label,
.switch.switch-indeterminate .switch-handle-off,
.switch.switch-indeterminate .switch-handle-on,
.switch.switch-indeterminate .switch-label,
.switch.switch-readonly .switch-handle-off,
.switch.switch-readonly .switch-handle-on,
.switch.switch-readonly .switch-label {
	cursor: default!important;
	opacity: .5;
	filter: alpha(opacity=50);
}
.switch.switch-focused {
	outline: 0;
}
table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 22px;
	border-spacing: 0;
	border-collapse: collapse;
}
table:last-child {
	margin-bottom: 0;
}
table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #ddd;
	font-weight: 700;
}
table td,
table th {
	padding: 5px 8px;
	text-align: left;
}
table td {
	vertical-align: top;
	border-top: 1px solid #ddd;
}
table tfoot td {
	border-top-width: 2px;
	font-weight: 700;
}
table table td:first-child,
table table th:first-child {
	padding-left: 0;
}
.table-striped tbody tr:nth-child(even) {
	background-color: #f9f9f9;
}
.table-hover tbody tr {
	-webkit-transition: 150ms ease-in-out;
	-o-transition: 150ms ease-in-out;
	transition: 150ms ease-in-out;
}
.table-hover tbody tr:hover {
	background-color: #f9f9f9;
}
.table-bordered {
	border: 1px solid #ddd;
}
.table-bordered td,
.table-bordered th,
.table-bordered-inner td,
.table-bordered-inner th {
	border-left: 1px solid #ddd;
}
.table-bordered td:first-child,
.table-bordered th:first-child,
.table-bordered-inner td:first-child,
.table-bordered-inner th:first-child {
	border-left: none;
}
.table-bordered-rounded {
	position: relative;
	border: none;
}
.table-bordered-rounded:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
.alert {
	position: relative;
	margin-bottom: 22px;
	padding: 10px;
	color: #848484;
	border: 1px solid #848484;
	background-color: #fcfcfc;
    border-radius: 4px;
}
.alert:empty {
	margin: 0;
	padding: 0;
	border: none;
}
.alert .close {
	position: absolute;
	top: 11px;
	right: 11px;
	color: #848484;
	font-size: 71.42857143%;
}
.alert .close:hover {
	color: #6f6f6f;
}
.alert-success {
	color: #3c763d;
	border-color: #3c763d;
	background-color: #ecf1ec;
}
.alert-success .close {
	color: #3c763d;
}
.alert-success .close:hover {
	color: #2e5b2f;
}
.alert-warning {
	color: #f0ad4e;
	border-color: #f0ad4e;
	background-color: #fef7ed;
}
.alert-warning .close {
	color: #f0ad4e;
}
.alert-warning .close:hover {
	color: #ed9c28;
}
.alert-error {
	color: #d95c5c;
	border-color: #d95c5c;
	background-color: #fbefef;
}
.alert-error .close {
	color: #d95c5c;
}
.alert-error .close:hover {
	color: #d13b3b;
}
.alert-info {
	color: #0078bf;
	border-color: #0078bf;
	background-color: #e6f2f9;
}
.alert-info .close {
	color: #0078bf;
}
.alert-info .close:hover {
	color: #005e96;
}
.dataTables_length label {
	white-space: nowrap;
	font-weight: 400;
	text-align: left;
}
.dataTables_length select {
	display: inline-block;
	width: 75px;
}
.dataTables_filter {
	text-align: right;
}
.dataTables_filter label {
	white-space: nowrap;
	font-weight: 400;
	text-align: left;
}
.dataTables_info {
	padding-top: 8px;
	white-space: nowrap;
}
.dataTables_paginate {
	margin: 0;
	white-space: nowrap;
}
.dataTables_paginate .pagination {
	margin: 2px 0;
	white-space: nowrap;
}
@media screen and (max-width:767px) {
	.dataTables_filter,
	.dataTables_info,
	.dataTables_length,
	.dataTables_paginate {
		text-align: center;
	}
}
.dataTable td,
.dataTable th {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.dataTable {
	clear: both;
}
.dataTable thead .sorting,
.dataTable thead .sorting_asc,
.dataTable thead .sorting_asc_disabled,
.dataTable thead .sorting_desc,
.dataTable thead .sorting_desc_disabled {
	position: relative;
	cursor: pointer;
}
.dataTable thead .sorting:after,
.dataTable thead .sorting_asc:after,
.dataTable thead .sorting_desc:after {
	position: absolute;
	top: 8px;
	right: 8px;
	display: block;
	opacity: .5;
	font-family: icomoon;
}
.dataTable thead .sorting:after {
	content: '\e150';
	opacity: .2;
}
.dataTable thead .sorting_asc:after {
	content: '\e64a';
}
.dataTable thead .sorting_desc:after {
	content: '\e156';
}
.dataTables_scrollBody .dataTable thead .sorting:after,
.dataTables_scrollBody .dataTable thead .sorting_asc:after,
.dataTables_scrollBody .dataTable thead .sorting_desc:after {
	display: none;
}
.dataTable thead .sorting_asc_disabled:after,
.dataTable thead .sorting_desc_disabled:after {
	color: #eee;
}
.dataTable thead > tr > th {
	padding-right: 30px;
	padding-left: 8px;
}
.dataTable th:active {
	outline: 0;
}
.dataTables_scrollHead table {
	margin-bottom: 0!important;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.dataTables_scrollHead table thead tr:last-child td:first-child,
.dataTables_scrollHead table thead tr:last-child th:first-child {
	border-bottom-right-radius: 0!important;
	border-bottom-left-radius: 0!important;
}
.dataTables_scrollBody table {
	margin-top: 0!important;
	margin-bottom: 0!important;
	border-top: none;
}
.dataTables_scrollBody tbody tr:first-child td,
.dataTables_scrollBody tbody tr:first-child th {
	border-top: none;
}
.dataTables_scrollFoot table {
	margin-top: 0!important;
	border-top: none;
}
.table-bordered.dataTable {
	border-collapse: separate!important;
}
.table-bordered thead td,
.table-bordered thead th {
	border-top-width: 0;
	border-left-width: 0;
}
.table-bordered tbody td,
.table-bordered tbody th {
	border-bottom-width: 0;
	border-left-width: 0;
}
.table-bordered td:last-child,
.table-bordered th:last-child {
	border-right-width: 0;
}
.dataTables_scrollHead .table-bordered {
	border-bottom-width: 0;
}
.dataTable tbody tr.active td,
.dataTable tbody tr.active th {
	color: #fff;
	background-color: #08c;
}
.dataTable tbody tr.active:hover td,
.dataTable tbody tr.active:hover th {
	background-color: #0075b0!important;
}
.dataTable tbody tr.active td > a,
.dataTable tbody tr.active th > a {
	color: #fff;
}
.table-striped.dataTable tbody tr.active:nth-child(odd) td,
.table-striped.dataTable tbody tr.active:nth-child(odd) th {
	background-color: #017ebc;
}
.DTTT_selectable tbody tr {
	cursor: pointer;
}
.DTTT .btn:hover,
.DTTT button:hover,
.DTTT input[type=button]:hover,
.DTTT input[type=submit]:hover {
	text-decoration: none!important;
}
.DTTT_dropdown.dropdown-menu {
	z-index: 2003;
}
.DTTT_dropdown.dropdown-menu a {
	color: #333!important;
}
.DTTT_dropdown.dropdown-menu li {
	position: relative;
}
.DTTT_dropdown.dropdown-menu li:hover a {
	color: #fff!important;
	background-color: #08c;
}
.DTTT_collection_background {
	z-index: 2002;
}
.DTTT_print_info {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 400px;
	height: 150px;
	margin-top: -75px;
	margin-left: -200px;
	padding: 10px 30px;
	opacity: .95;
	color: #333;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: 6px;
	background-color: #fff;
	-webkit-box-shadow: 0 3px 7px rgba(0,0,0,.5);
	box-shadow: 0 3px 7px rgba(0,0,0,.5);
	text-align: center;
}
.DTTT_print_info h6 {
	margin: 1em;
	font-size: 28px;
	font-weight: 400;
	line-height: 28px;
}
.DTTT_print_info p {
	font-size: 14px;
	line-height: 20px;
}
.dataTables_processing {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 60px;
	margin-top: -25px;
	margin-left: -50%;
	padding-top: 20px;
	padding-bottom: 20px;
	background: -webkit-gradient(linear,left top,right top,color-stop(0,rgba(255,255,255,0)),color-stop(25%,rgba(255,255,255,.9)),color-stop(75%,rgba(255,255,255,.9)),color-stop(100%,rgba(255,255,255,0)));
	background: -webkit-linear-gradient(left,rgba(255,255,255,0)0,rgba(255,255,255,.9)25%,rgba(255,255,255,.9)75%,rgba(255,255,255,0)100%);
	background: -moz-linear-gradient(left,rgba(255,255,255,0)0,rgba(255,255,255,.9)25%,rgba(255,255,255,.9)75%,rgba(255,255,255,0)100%);
	background: -ms-linear-gradient(left,rgba(255,255,255,0)0,rgba(255,255,255,.9)25%,rgba(255,255,255,.9)75%,rgba(255,255,255,0)100%);
	background: -o-linear-gradient(left,rgba(255,255,255,0)0,rgba(255,255,255,.9)25%,rgba(255,255,255,.9)75%,rgba(255,255,255,0)100%);
	background: linear-gradient(to right,rgba(255,255,255,0)0,rgba(255,255,255,.9)25%,rgba(255,255,255,.9)75%,rgba(255,255,255,0)100%);
	font-size: 1.2em;
	text-align: center;
}
.DTFC_Cloned tr.even,
.DTFC_LeftFootWrapper table,
.DTFC_LeftHeadWrapper table,
.DTFC_RightFootWrapper table,
.DTFC_RightHeadWrapper table {
	margin-bottom: 0;
	background-color: #fff;
}
.DTFC_LeftHeadWrapper table,
.DTFC_RightHeadWrapper table {
	margin-bottom: 0!important;
	border-bottom: none!important;
	border-top-right-radius: 0!important;
	border-bottom-right-radius: 0!important;
	border-bottom-left-radius: 0!important;
}
.DTFC_LeftHeadWrapper table thead tr:last-child td:first-child,
.DTFC_LeftHeadWrapper table thead tr:last-child th:first-child,
.DTFC_RightHeadWrapper table thead tr:last-child td:first-child,
.DTFC_RightHeadWrapper table thead tr:last-child th:first-child {
	border-bottom-right-radius: 0!important;
	border-bottom-left-radius: 0!important;
}
.DTFC_LeftBodyWrapper table,
.DTFC_RightBodyWrapper table {
	margin: 0!important;
	border-top: none;
}
.DTFC_LeftBodyWrapper tbody tr:first-child td,
.DTFC_LeftBodyWrapper tbody tr:first-child th,
.DTFC_RightBodyWrapper tbody tr:first-child td,
.DTFC_RightBodyWrapper tbody tr:first-child th {
	border-top: none;
}
.DTFC_LeftFootWrapper table,
.DTFC_RightFootWrapper table {
	margin-top: 0!important;
	border-top: none;
}
.FixedHeader_Cloned table {
	margin: 0!important;
}
.datepicker {
	z-index: 1050;
	width: auto;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-animation: fade .2s ease-in-out;
	-o-animation: fade .2s ease-in-out;
	animation: fade .2s ease-in-out;
	background-color: #f2f2f2;
	font-size: 16px;
}
.datepicker-nav {
	margin-bottom: 15px;
	padding-right: 15px;
	padding-left: 15px;
	line-height: 20px;
	text-align: center;
}
.datepicker-nav:after,
.datepicker-nav:before {
	display: table;
	content: '';
}
.datepicker-nav a {
	text-decoration: none;
	color: #444;
}
.datepicker-nav a:hover {
	color: #444;
}
.datepicker-previous {
	float: left;
}
.datepicker-next {
	float: right;
}
.datepicker-next:after,
.datepicker-previous:after {
	width: 20px;
	font-family: icomoon;
}
.datepicker-previous:after {
	content: '\e648';
}
.datepicker-next:after {
	content: '\e649';
}
.datepicker-table {
	width: 100%;
}
.datepicker-table tr:first-child td {
	padding-top: 15px;
}
.datepicker-table tr:last-child td {
	padding-bottom: 15px;
}
.datepicker-table td:first-child,
.datepicker-table th:first-child {
	padding-left: 15px;
}
.datepicker-table td:last-child,
.datepicker-table th:last-child {
	padding-right: 15px;
}
.datepicker-table th {
	width: 40px;
	padding: 8px 3px;
	color: #fff;
	background-color: #0078bf;
	font-weight: 400;
}
.datepicker-table td {
	width: 40px;
	padding: 0;
	background-color: #005181;
}
.datepicker-table a {
	display: block;
	width: 40px;
	padding: 3px;
	text-decoration: none;
	color: #fff;
	line-height: 20px;
	text-align: center;
}
.datepicker-table a:focus,
.datepicker-table a:hover {
	color: #fff;
	outline: 0;
	background-color: #4daa50;
}
.datepicker-table a.active,
.datepicker-table a:active {
	color: #fff;
	background-color: #4daa50;
}
a.datepicker-table-muted {
	color: #80a8c0;
}
.modal {
	position: fixed;
	z-index: 1010;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	-webkit-transition: opacity .15s linear;
	transition: opacity .15s linear;
	opacity: 0;
	background: rgba(0,0,0,.6);
	touch-action: cross-slide-y pinch-zoom double-tap-zoom;
}
.modal.open {
	opacity: 1;
}
.modal-page,
.modal-page body {
	overflow: hidden;
}
.modal-dialog {
	position: relative;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 600px;
	max-width: 100%;
	max-width: calc(100% - 20px);
	margin: 50px auto;
	padding: 20px;
	-webkit-transition: opacity .3s linear,-webkit-transform .3s ease-out;
	transition: opacity .3s linear,transform .3s ease-out;
	-webkit-transform: translateY(-100px);
	transform: translateY(-100px);
	opacity: 0;
	background: #fff;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.3);
	box-shadow: 0 0 10px rgba(0,0,0,.3);
}
@media (max-width:769px) {
	* fit in small screen .modal-dialog {
		width: auto;
		margin: 10px auto;
	}
}
.open .modal-dialog {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}
.modal-dialog > :not([class*=modal-]):last-child {
	margin-bottom: 0;
}
.modal-dialog > .close:first-child {
	float: right;
	margin: -10px -10px 0 0;
}
.modal-dialog > .close:first-child + :not([class*=modal-]) {
	margin-top: 0;
}
.modal-dialog-lightbox {
	max-width: 95%;
	max-width: calc(100% - 30px);
	min-height: 200px;
	margin: 15px auto;
	padding: 0;
}
.modal-dialog-lightbox > .close:first-child {
	position: absolute;
	top: -12px;
	right: -12px;
	float: none;
	margin: 0;
}
@media (max-width:769px) {
	.modal-dialog-lightbox > .close:first-child {
		top: -7px;
		right: -7px;
	}
}
@media (min-width:768px) {
	.modal-dialog-large {
		width: 930px;
	}
}
@media (min-width:1220px) {
	.modal-dialog-large {
		width: 1130px;
	}
}
.modal-header {
	margin: -20px -20px 15px;
	padding: 20px;
	border-bottom: 1px solid #e5e5e5;
	border-radius: 4px 4px 0 0;
	background: #fafafa;
}
.modal-footer {
	margin: 15px -20px -20px;
	padding: 20px;
	border-top: 1px solid #e5e5e5;
	border-radius: 0 0 4px 4px;
	background: #fafafa;
}
.modal-footer > :last-child,
.modal-header > :last-child {
	margin-bottom: 0;
}
.modal-caption {
	position: absolute;
	right: 0;
	bottom: -20px;
	left: 0;
	overflow: hidden;
	margin-bottom: -10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #fff;
	text-align: center;
}
.modal-spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	color: #ddd;
	font-size: 25px;
}
.modal-spinner:after {
	content: '\f110';
	-webkit-animation: rotate 2s infinite linear;
	animation: rotate 2s infinite linear;
	font-family: FontAwesome;
}
.tagsinput {
	overflow-y: auto;
	width: 300px;
	height: 100px;
	padding: 5px;
	border: 1px solid #ccc;
	background: #fff;
}
.tagsinput .tag {
	display: block;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 5px;
	text-decoration: none;
	color: #638421;
	border: 1px solid #a5d24a;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	background: #cde69c;
	font-family: helvetica;
	font-size: 13px;
}
.tagsinput .tag a {
	text-decoration: none;
	color: #82ad2b;
	font-size: 11px;
	font-weight: 700;
}
.tagsinput input {
	width: 80px;
	margin: 0 5px 5px 0;
	padding: 5px;
	color: #000;
	border: 1px solid transparent;
	outline: 0;
	background: 0 0;
	font-family: helvetica;
	font-size: 13px;
}
.tagsinput div {
	display: block;
	float: left;
}
.tags_clear {
	clear: both;
	width: 100%;
	height: 0;
}
.not_valid {
	color: #90111a!important;
	background: #fbd8db!important;
}
.bootstrap-timepicker {
	position: relative;
}
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu {
	right: 0;
	left: auto;
}
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:before {
	right: 12px;
	left: auto;
}
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:after {
	right: 13px;
	left: auto;
}
.bootstrap-timepicker .add-on {
	cursor: pointer;
}
.bootstrap-timepicker .add-on i {
	display: inline-block;
	width: 16px;
	height: 16px;
}
.bootstrap-timepicker-widget.dropdown-menu {
	padding: 4px;
}
.bootstrap-timepicker-widget.dropdown-menu.open {
	display: inline-block;
}
.bootstrap-timepicker-widget.dropdown-menu:before {
	position: absolute;
	display: inline-block;
	content: '';
	border-right: 7px solid transparent;
	border-bottom: 7px solid rgba(0,0,0,.2);
	border-left: 7px solid transparent;
}
.bootstrap-timepicker-widget.dropdown-menu:after {
	position: absolute;
	display: inline-block;
	content: '';
	border-right: 6px solid transparent;
	border-bottom: 6px solid #fff;
	border-left: 6px solid transparent;
}
.bootstrap-timepicker-widget.timepicker-orient-left:before {
	left: 6px;
}
.bootstrap-timepicker-widget.timepicker-orient-left:after {
	left: 7px;
}
.bootstrap-timepicker-widget.timepicker-orient-right:before {
	right: 6px;
}
.bootstrap-timepicker-widget.timepicker-orient-right:after {
	right: 7px;
}
.bootstrap-timepicker-widget.timepicker-orient-top:before {
	top: -7px;
}
.bootstrap-timepicker-widget.timepicker-orient-top:after {
	top: -6px;
}
.bootstrap-timepicker-widget.timepicker-orient-bottom:before {
	bottom: -7px;
	border-top: 7px solid #999;
	border-bottom: 0;
}
.bootstrap-timepicker-widget.timepicker-orient-bottom:after {
	bottom: -6px;
	border-top: 6px solid #fff;
	border-bottom: 0;
}
.bootstrap-timepicker-widget a.btn,
.bootstrap-timepicker-widget abutton,
.bootstrap-timepicker-widget ainput[type=button],
.bootstrap-timepicker-widget ainput[type=submit],
.bootstrap-timepicker-widget input {
	border-radius: 4px;
}
.bootstrap-timepicker-widget table {
	width: 100%;
	margin: 0;
}
.bootstrap-timepicker-widget table td {
	height: 30px;
	margin: 0;
	padding: 2px;
	text-align: center;
}
.bootstrap-timepicker-widget table td:not(.separator) {
	min-width: 30px;
}
.bootstrap-timepicker-widget table td span {
	width: 100%;
}
.bootstrap-timepicker-widget table td a {
	display: inline-block;
	width: 100%;
	margin: 0;
	padding: 8px 0;
	color: #333;
	border: 1px solid transparent;
	outline: 0;
}
.bootstrap-timepicker-widget table td a:hover {
	text-decoration: none;
	border-color: #ddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #eee;
}
.bootstrap-timepicker-widget table td a i {
	margin-top: 2px;
	font-size: 18px;
}
.bootstrap-timepicker-widget table td input {
	margin: 0;
	text-align: center;
}
.bootstrap-timepicker-widget .modal-content {
	padding: 4px;
}
@media (min-width:767px) {
	.bootstrap-timepicker-widget.modal {
		width: 200px;
		margin-left: -100px;
	}
}
@media (max-width:767px) {
	.bootstrap-timepicker,
	.bootstrap-timepicker .dropdown-menu {
		width: 100%;
	}
}
.bootstrap-timepicker-widget {
	position: absolute;
	z-index: 1000;
	top: 100%;
	left: 0;
	display: none;
	float: left;
	min-width: 160px;
	max-width: 200px;
	margin: 2px 0 0;
	padding: 5px 0;
	list-style: none;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,.2);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
	box-shadow: 0 5px 10px rgba(0,0,0,.2);
}
.tooltip,
[data-tooltip] {
	position: relative;
	cursor: pointer;
}
.tooltip:after,
.tooltip:before,
[data-tooltip]:after,
[data-tooltip]:before {
	position: absolute;
	visibility: hidden;
	-webkit-transition: opacity .2s ease-in-out,visibility .2s ease-in-out,-webkit-transform .2s cubic-bezier(.71,1.7,.77,1.24);
	-moz-transition: opacity .2s ease-in-out,visibility .2s ease-in-out,-moz-transform .2s cubic-bezier(.71,1.7,.77,1.24);
	transition: opacity .2s ease-in-out,visibility .2s ease-in-out,transform .2s cubic-bezier(.71,1.7,.77,1.24);
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	pointer-events: none;
	opacity: 0;
}
.tooltip:focus:after,
.tooltip:focus:before,
.tooltip:hover:after,
.tooltip:hover:before,
[data-tooltip]:focus:after,
[data-tooltip]:focus:before,
[data-tooltip]:hover:after,
[data-tooltip]:hover:before {
	visibility: visible;
	opacity: 1;
}
.tooltip:before,
[data-tooltip]:before {
	z-index: 1001;
	content: '';
	border: 6px solid transparent;
	background: 0 0;
}
.tooltip:after,
[data-tooltip]:after {
	z-index: 1000;
	width: 75px;
	padding: 8px;
	content: attr(data-tooltip);
	color: #fff;
	background-color: rgba(17,17,17,.9);
	font-size: 14px;
	line-height: 1.2;
	text-align: center;
}
.tooltip-top:after,
.tooltip-top:before,
.tooltip:after,
.tooltip:before,
[data-tooltip]:after,
[data-tooltip]:before {
	bottom: 100%;
	left: 50%;
}
.tooltip-top:before,
.tooltip:before,
[data-tooltip]:before {
	margin-bottom: -12px;
	margin-left: -6px;
	border-top-color: rgba(17,17,17,.9);
}
.tooltip-top:after,
.tooltip:after,
[data-tooltip]:after {
	margin-left: -37.5px;
}
.tooltip-top:focus:after,
.tooltip-top:focus:before,
.tooltip-top:hover:after,
.tooltip-top:hover:before,
.tooltip:focus:after,
.tooltip:focus:before,
.tooltip:hover:after,
.tooltip:hover:before,
[data-tooltip]:focus:after,
[data-tooltip]:focus:before,
[data-tooltip]:hover:after,
[data-tooltip]:hover:before {
	-webkit-transform: translateY(-12px);
	-moz-transform: translateY(-12px);
	transform: translateY(-12px);
}
.tooltip-left:after,
.tooltip-left:before {
	right: 100%;
	bottom: 50%;
	left: auto;
}
.tooltip-left:before {
	margin-right: -12px;
	margin-bottom: 0;
	margin-left: 0;
	border-top-color: transparent;
	border-left-color: rgba(17,17,17,.9);
}
.tooltip-left:focus:after,
.tooltip-left:focus:before,
.tooltip-left:hover:after,
.tooltip-left:hover:before {
	-webkit-transform: translateX(-12px);
	-moz-transform: translateX(-12px);
	transform: translateX(-12px);
}
.tooltip-bottom:after,
.tooltip-bottom:before {
	top: 100%;
	bottom: auto;
	left: 50%;
}
.tooltip-bottom:before {
	margin-top: -12px;
	margin-bottom: 0;
	border-top-color: transparent;
	border-bottom-color: rgba(17,17,17,.9);
}
.tooltip-bottom:focus:after,
.tooltip-bottom:focus:before,
.tooltip-bottom:hover:after,
.tooltip-bottom:hover:before {
	-webkit-transform: translateY(12px);
	-moz-transform: translateY(12px);
	transform: translateY(12px);
}
.tooltip-right:after,
.tooltip-right:before {
	bottom: 50%;
	left: 100%;
}
.tooltip-right:before {
	margin-bottom: 0;
	margin-left: -12px;
	border-top-color: transparent;
	border-right-color: rgba(17,17,17,.9);
}
.tooltip-right:focus:after,
.tooltip-right:focus:before,
.tooltip-right:hover:after,
.tooltip-right:hover:before {
	-webkit-transform: translateX(12px);
	-moz-transform: translateX(12px);
	transform: translateX(12px);
}
.tooltip-left:before,
.tooltip-right:before {
	top: 3px;
}
.tooltip-left:after,
.tooltip-right:after {
	margin-bottom: -16px;
	margin-left: 0;
}
[data-toggle=tooltip]:hover:after,
[data-toggle=tooltip]:hover:before {
	visibility: visible;
	opacity: 1;
}
.form-tooltip {
	position: absolute;
	z-index: 1000;
	padding: 8px;
	-webkit-transition: 1200ms ease-in-out;
	-o-transition: 1200ms ease-in-out;
	transition: 1200ms ease-in-out;
	-webkit-transform: translate(0,0);
	-ms-transform: translate(0,0);
	-o-transform: translate(0,0);
	transform: translate(0,0);
	pointer-events: none;
	opacity: 0;
	color: #fff!important;
	background-color: rgba(217,92,92,.9);
	font-size: 14px;
	line-height: 1.2;
}
.form-tooltip:before {
	position: absolute;
	top: 0;
	left: 12px;
	margin-top: -12px;
	content: '';
	border: 6px solid transparent;
	border-bottom-color: rgba(217,92,92,.9);
}
.form-tooltip.shown {
	-webkit-transform: translate(0,12px);
	-ms-transform: translate(0,12px);
	-o-transform: translate(0,12px);
	transform: translate(0,12px);
	opacity: 1;
}
.ps-container {
	overflow: hidden!important;
}
.ps-container > .ps-scrollbar-x-rail {
	position: absolute;
	bottom: 3px;
	display: none;
	height: 8px;
	-webkit-transition: background-color .2s linear,opacity .2s linear;
	-moz-transition: background-color .2s linear,opacity .2s linear;
	-o-transition: background-color .2s linear,opacity .2s linear;
	transition: background-color .2s linear,opacity .2s linear;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	-ms-border-radius: 4px;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}
.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
	position: absolute;
	bottom: 0;
	height: 8px;
	-webkit-transition: background-color .2s linear;
	-moz-transition: background-color .2s linear;
	-o-transition: background-color .2s linear;
	transition: background-color .2s linear;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #aaa;

	-ms-border-radius: 4px;
}
.ps-container > .ps-scrollbar-y-rail {
	position: absolute;
	right: 3px;
	display: none;
	width: 8px;
	-webkit-transition: background-color .2s linear,opacity .2s linear;
	-moz-transition: background-color .2s linear,opacity .2s linear;
	-o-transition: background-color .2s linear,opacity .2s linear;
	transition: background-color .2s linear,opacity .2s linear;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	-ms-border-radius: 4px;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}
.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
	position: absolute;
	right: 0;
	width: 8px;
	-webkit-transition: background-color .2s linear;
	-moz-transition: background-color .2s linear;
	-o-transition: background-color .2s linear;
	transition: background-color .2s linear;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #aaa;

	-ms-border-radius: 4px;
}
.ps-container.ps-active-x > .ps-scrollbar-x-rail,
.ps-container.ps-active-y > .ps-scrollbar-y-rail {
	display: block;
}
.ps-container.ps-in-scrolling {
	pointer-events: none;
}
.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
	opacity: .9;
	filter: alpha(opacity=90);
	background-color: #eee;

	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=90)';
}
.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
	background-color: #999;
}
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
	opacity: .9;
	filter: alpha(opacity=90);
	background-color: #eee;

	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=90)';
}
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
	background-color: #999;
}
.ps-container:hover.ps-in-scrolling {
	pointer-events: none;
}
.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
	opacity: .9;
	filter: alpha(opacity=90);
	background-color: #eee;

	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=90)';
}
.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
	background-color: #999;
}
.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
	opacity: .9;
	filter: alpha(opacity=90);
	background-color: #eee;

	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=90)';
}
.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
	background-color: #999;
}
.ps-container:hover > .ps-scrollbar-x-rail,
.ps-container:hover > .ps-scrollbar-y-rail {
	opacity: .6;
	filter: alpha(opacity=60);

	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=60)';
}
.ps-container:hover > .ps-scrollbar-x-rail:hover {
	opacity: .9;
	filter: alpha(opacity=90);
	background-color: #eee;

	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=90)';
}
.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
	background-color: #999;
}
.ps-container:hover > .ps-scrollbar-y-rail:hover {
	opacity: .9;
	filter: alpha(opacity=90);
	background-color: #eee;

	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=90)';
}
.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
	background-color: #999;
}

.aside {
	position: relative;
	overflow: hidden;
	max-width: 13.67647059%;
	border-right: 1px solid #d5d5d5;
	background-color: #eaeaea;
}
.aside-subnav {
	z-index: 0;
	display: none;
	margin: 0;
}
.aside-subnav,
.has-dropdown .aside-subnav {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	width: 13.67647059%;
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #d0d0d0;
	touch-action: cross-slide-y pinch-zoom double-tap-zoom;
}
.aside-subnav + .aside {
	z-index: 1;
}
@media (min-width:1024px) {
	.aside {
		-webkit-transition: 400ms ease-in-out;
		-o-transition: 400ms ease-in-out;
		transition: 400ms ease-in-out;
	}
	.aside-subnav,
	.aside-subnav + .aside + * {
		-webkit-transition: -webkit-transform 400ms ease-in-out;
		-o-transition: -o-transform 400ms ease-in-out;
		transition: -webkit-transform 400ms ease-in-out,-moz-transform 400ms ease-in-out,-o-transform 400ms ease-in-out,transform 400ms ease-in-out;
	}
}
.aside-toggle-wrapper + .aside-subnav {
	position: absolute;
	display: block;
	padding-top: 0;
	padding-bottom: 0;
}
.aside-subnav.open {
	-webkit-transform: translate(100%,0);
	-ms-transform: translate(100%,0);
	-o-transform: translate(100%,0);
	transform: translate(100%,0);
}
.aside-subnav .li-header {
	color: #4f4f4f;
}
.aside-subnav a,
.aside-subnav a:focus,
.aside-subnav a:hover {
	color: inherit;
}
@media screen and (max-width:1024px) {
	.aside {
		max-width: 48px;
	}
}
.aside.closed {
	max-width: 48px;
}
.aside.closed .li-header,
.aside.closed li:before,
.aside.closed span {
	opacity: 0;
}
.aside .closed .icon {
	-webkit-transform: translate(-50%,-50%)rotate(180deg);
	-ms-transform: translate(-50%,-50%)rotate(180deg);
	-o-transform: translate(-50%,-50%)rotate(180deg);
	transform: translate(-50%,-50%)rotate(180deg);
}
.aside > button {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	width: 27px;
	height: 48px;
	padding: 0;
	border: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	background-color: transparent;
	background-image: url(../images/sidebar-close.png);
	background-repeat: no-repeat;
	background-position: top right;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 16px;
	line-height: 3;
}
.aside > button .icon {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transition: 400ms ease-in-out;
	-o-transition: 400ms ease-in-out;
	transition: 400ms ease-in-out;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	color: #fff;
}
.aside > button:active,
.aside > button:focus,
.aside > button:hover {
	border: 0;
	background-color: transparent;
}
.aside .nav a {
	color: inherit;
}
.aside li {
	white-space: nowrap;
}
.aside li a {
	overflow: hidden;
}
.aside li span,
.aside li:before {
	-webkit-transition: 400ms ease-in-out;
	-o-transition: 400ms ease-in-out;
	transition: 400ms ease-in-out;
}
.aside .active,
.aside li:not(.li-header):hover {
	background-color: #d0d0d0;
}
.aside .active .icon,
.aside li:not(.li-header):hover .icon {
	color: #0078bf;
}
.aside .has-dropdown:before {
	position: absolute;
	top: 50%;
	right: 10px;
	content: '\e649';
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	-webkit-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	transform: translate(0,-50%);
	text-transform: none;
	color: #c3c3c3;
	font-family: icomoon;
	font-size: 10px;
	font-weight: 400;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	speak: none;
}
.aside .has-dropdown.active:before,
.aside .has-dropdown:hover:before {
	color: #4f4f4f;
}
.closed + .content-full {
	max-width: -webkit-calc(100% - 48px);
	max-width: -moz-calc(100% - 48px);
	max-width: calc(100% - 48px);
}
.aside .overlay {
	position: absolute;
	z-index: 999;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
	-webkit-transition: 300ms ease-in-out;
	-o-transition: 300ms ease-in-out;
	transition: 300ms ease-in-out;
	opacity: 0;
	background-color: rgba(139,139,139,.85);
}
.show-settings .aside .overlay {
	display: block;
	opacity: 1;
}
.aside-toggle-wrapper {
	position: absolute;
	top: 7px;
	left: 0;
	display: none;
	overflow: hidden;
	width: 27px;
	height: 48px;
}
.aside-toggle-wrapper.closed {
	left: 175px;
}
.aside-toggle-wrapper.closed .icon {
	-webkit-transform: translate(-50%,-50%)rotate(180deg);
	-ms-transform: translate(-50%,-50%)rotate(180deg);
	-o-transform: translate(-50%,-50%)rotate(180deg);
	transform: translate(-50%,-50%)rotate(180deg);
}
@media (min-width:1024px) {
	.aside-toggle-wrapper,
	.aside-toggle-wrapper.closed .icon {
		-webkit-transition: 400ms ease-in-out;
		-o-transition: 400ms ease-in-out;
		transition: 400ms ease-in-out;
	}
}
.aside-toggle {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	width: 27px;
	height: 48px;
	padding: 0;
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	border: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	background-color: transparent;
	background-image: url(../images/sidebar-close.png);
	background-repeat: no-repeat;
	background-position: top right;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 16px;
	line-height: 3;

	-ms-filter: 'FlipH';
}
.aside-toggle .icon {
	position: absolute;
	top: 50%;
	left: 50%;
	padding: 0;
	-webkit-transition: 400ms ease-in-out;
	-o-transition: 400ms ease-in-out;
	transition: 400ms ease-in-out;
	color: #fff;
}
.aside-toggle .icon:only-child {
	-webkit-transform: translate(-50%,-50%)rotate(180deg);
	-ms-transform: translate(-50%,-50%)rotate(180deg);
	-o-transform: translate(-50%,-50%)rotate(180deg);
	transform: translate(-50%,-50%)rotate(180deg);
}
.aside-toggle:active,
.aside-toggle:focus,
.aside-toggle:hover {
	border: 0;
	background-color: transparent;
}
.aside-toggle.closed .icon:only-child {
	-webkit-transform: translate(-50%,-50%)rotate(0);
	-ms-transform: translate(-50%,-50%)rotate(0);
	-o-transform: translate(-50%,-50%)rotate(0);
	transform: translate(-50%,-50%)rotate(0);
}
.li-header {
	margin-top: 35px;
	padding-left: 16px;
	-webkit-transition: 400ms ease-in-out;
	-o-transition: 400ms ease-in-out;
	transition: 400ms ease-in-out;
	text-transform: uppercase;
	color: #0078bf;
	font-size: 12px;
	font-weight: 700;
}
.has-dropdown {
	position: relative;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.full-width{
    width: 100% !important;
}
.font-normal{
    font-weight: normal;
}
.font-bold{
    font-weight:bold;
}
.h-100{
    height: 100% !important;
}
.w-100{
    width: 100% !important;
}
.font-12{
    font-size: 12px !important;
}
.font-14{
    font-size: 14px !important;
}
.font-16{
    font-size: 16px !important;
}
.font-18{
    font-size: 18px !important;
}
.font-20{
    font-size: 20px !important;
}
.font-22{
    font-size: 22px !important;
}
.w-72px{
    width: 72px !important;
}
.w-90px{
    width: 90px !important;
}
.p-10{
    padding: 10px !important;
}
.p-12{
    padding: 12px !important;
}
.p-14{
    padding: 14px !important;
}
.p-16{
    padding: 16px !important;
}
.p-18{
    padding: 18px !important;
}
.p-20{
    padding: 20px !important;
}
.p-t-10{
    padding-top:10px !important;
}
.p-b-10{
    padding-bottom:10px !important;
}
.p-r-3{
    padding-right:3px;
}
.p-r-4{
    padding-right:4px;
}
.p-r-5{
    padding-right:5px;
}
.p-r-6{
    padding-right:6px;
}
.p-r-7{
    padding-right:7px;
}
.p-r-10{
    padding-right:10px;
}
.m-auto{
    margin: 0px auto;
}
.m-10{
    margin:10px !important;
}
.m-15{
    margin:15px !important;
}
.m-20{
    margin:20px !important;
}
.m-r-3{
    margin-right:3px !important;
}
.m-r-4{
    margin-right:4px !important;
}
.m-r-5{
    margin-right:5px !important;
}
.m-r-6{
    margin-right:6px !important;
}
.m-r-7{
    margin-right:7px !important;
}
.m-r-8{
    margin-right:8px !important;
}
.m-r-9{
    margin-right:9px !important;
}
.m-r-10{
    margin-right:10px !important;
}
.m-l-10 {
    margin-left: 10px !important;
}
.m-t-15{
    margin-top:15px !important;
}
.m-t-20{
    margin-top:20px !important;
}
.m-t-27{
    margin-top:27px !important;
}
.m-t-36{
    margin-top:36px !important;
}
.m-b-18{
    margin-bottom:18px !important;
}
.label-info {
    background-color: #5bc0de;
}
.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}
.border-slategrey{
    border: 1px solid slategrey !important;
}
.bootstrap-tagsinput {
    width: 100%;
}
.bootstrap-tagsinput input{
    display: inline-block !important;
}
.disabled{
    color: lightgray !important;
}
.color-white{
    color:white !important;
}
.color-red{
    color:red !important;
}
.color-green{
    color: #4daa50 !important;
}
.color-blue{
    color: #0078bf !important;
}
.btn-green{
    background: #4daa50 !important;
    border-color:#4daa50 !important;
    color: #fff !important;
}
.body-loading {
    opacity: 0;
    background:#fff;
    background-image: url('../Images/ajax-loader-white.gif');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
}
.no-bullet{
    list-style-type:none;
}
.no-margin{
    margin: 0px !important;
}
.no-padding {
    padding: 0px !important;
}
.hidden {
    display: none !important;
}
form .row + .row {
    margin-top: 0px !important;
}
table.data-table{
    width:100% !important;
}
.table-row-details{
    border:1px solid #ccc;
}
.table-row-details tr th{
        background-color: #4daa50 !important;                
    }
.table-row-details tr th:first-child{
    padding-left: 10px !important
}
    tr.no-hover{
        background: transparent !important;
    }
    .table-row-details td:first-child{
        padding-left:10px !important;
    }
    .table-row-details td:hover{
        background:transparent !important;
    }
/* Panels on pages*/
#panel_list li.panel{
    margin-top:20px;
}
.panel h4{
    white-space:normal !important;/*This is to override the css in panel.css file to avoid the layout from messing up on Client page (Client at glance)*/
}
/*end of panels*/
/* CSS Code for Collapsible Panels */
.usl-collapsible .panel-heading{
    cursor: pointer;
}
/* End of Collapsible Panels*/
/*Styling jquery UI dialogs*/
.ui-dialog-titlebar.ui-widget-header{    
    background: none !important;    
    background-color: #f2f2f2 !important;        
    border:0px !important;
    border-radius:0px !important;
    border-bottom: 1px solid #ccc !important;
}
.ui-dialog {
    z-index: 99999 !important;
}
.ui-dialog.ui-widget.ui-widget-content.ui-corner-all{
    padding:0px !important;
    border-radius:0px !important;
    border:1px solid #ccc !important;
}
.ui-dialog-title{
    color: #2c2c2c !important;
    font-weight: 100;
    font-size: 13px;
}
.ui-dialog-titlebar-close{
    display:none !important;
}
.btn-primary.ui-state-hover{
    border: 1px solid #459848 !important;
    background: #459848 !important;    
    color: #fff !important;
}
.btn-secondary.ui-state-hover{
    border: 1px solid #459848 !important;
    background: none !important;    
    color: #459848 !important;
}
.text-ellipsis{
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
/*End of jquery UI dialogs*/

/*Modal CSS start*/
.modal{
    overflow:hidden !important;
}

.modal .modal-body{
    background: #fff !important;
}

.modal .modal-title{
    font-size: 18px !important;
    display: inline-block;
    margin-top: 6px;
}

.modal-full-height .modal-fullwidth .modal-dialog, .aside-modal-full-height .modal-fullwidth .modal-dialog{
    width: calc(100% - 100px) !important;
}

#modal-results .modal-dialog{
    width: calc(100% - 200px) !important;
}

#modal-results .modal-dialog.w-600{
    width: calc(600px) !important;
}

#modal-results .modal-dialog.w-700{
    width: calc(700px) !important;
}

#modal-results .modal-dialog.w-800{
    width: calc(800px) !important;
}

.modal-full-height .modal-large .modal-dialog{
    width: calc(100% - 100px) !important;
}

.modal-full-height .modal-medium .modal-dialog{
    width: calc(50%) !important;
}

.modal-full-height .modal .modal-dialog{
    height: calc(100vh - 90px);
    min-height: calc(100vh - 90px);
    max-height: calc(100vh - 90px);
}

.modal-full-height .modal .modal-dialog .modal-content{
    height:100%;
}   

.modal-full-height .modal .modal-header,.aside-modal-full-height .modal .modal-header{
    height:60px;
}

.modal-full-height .modal .modal-header .dataTables_filter{
    padding: 0px !important;
    margin-left: 40px !important;
    display: inline-block !important;
}

.modal-full-height .modal .modal-header .dataTables_filter input[type='search']{
    width: 270px !important;
    display: inline !important;
    margin-left: 6px;
}

.modal-full-height .modal .modal-custom-footer,.aside-modal-full-height .modal .modal-custom-footer{
    height:60px;
    display:table;
    width:100%;
}

    .modal-full-height .modal .modal-custom-footer > .row ,.aside-modal-full-height .modal .modal-custom-footer > .row {
        display: table-row;
    }

    .modal-full-height .modal .modal-custom-footer > .row .footer-content-container, .aside-modal-full-height .modal .modal-custom-footer > .row .footer-content-container {
        display: table-cell;
        vertical-align: middle;
    }

    .modal-full-height .modal .modal-toolbar{
        margin-right: 18px;
    }

.modal-full-height .modal .modal-body{
    height: calc(100vh - 210px);
    min-height: calc(100vh - 210px);
    max-height: calc(100vh - 210px);
    overflow: auto;
}

.aside-modal-full-height .modal .modal-body{
    height: calc(100vh - 210px);
    min-height: calc(100vh - 210px);
    max-height: calc(100vh - 210px);    
}

.aside-modal-full-height .modal .modal-body > .row{
    height:100%;
}

.aside-modal-full-height .modal .modal-body .modal-body-content{
    overflow:auto;
    height:100%;
}

.modal .modal-body .modal-body-content {
    overflow: auto !important;
    height: 100% !important;
}

.modal .close{
    position: relative !important;
    right: 0px !important;
}
/*Modal CSS End*/
.v-align-middle{
    vertical-align:middle !important;
}
.nowrap{
    white-space: nowrap;
}
/*Styles required by dropdown button custom code*/
.dropbtn {
    background-color: #459848;
    color: white;
    border: none;
    cursor: pointer;
}

.btn-dropdown {
    position: relative;
    display: inline-block;
    padding:0px !important;
}

.dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    background-color: #f9f9f9;
    width:100%;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 90;
}

.dropdown-content a {
    color: black;
    padding: 9px;
    text-decoration: none;
    display: block;
    font-size:12px;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.btn-dropdown:hover .dropdown-content {
    display: block;
}

.btn-dropdown:hover .dropbtn {
    background-color: #3e8e41;
}
/*End of custom dropdown btn style*/
/*Custom code for bootstrap like input groups*/
.min-w-36{
    min-width:36px !important;
}
.input-group-addon:not(:last-child) {
    border-right: 0;
}
.input-group .form-control:not(:last-child), .input-group-addon:not(:last-child), .input-group-btn:not(:first-child)>.btn-group:not(:last-child)>.btn, .input-group-btn:not(:first-child)>.btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:not(:last-child)>.btn, .input-group-btn:not(:last-child)>.btn-group>.btn, .input-group-btn:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.input-group-addon {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.25;
    color: #464a4c;
    min-width: 90px;
    text-align: center;
    background-color: #eceeef;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}
.input-group-addon, .input-group-btn {
    white-space: nowrap;
    vertical-align: middle;
}
.input-group .form-control, .input-group-addon, .input-group-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.input-group {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.input-group .form-control:not(:first-child), .input-group-addon:not(:first-child), .input-group-btn:not(:first-child)>.btn, .input-group-btn:not(:first-child)>.btn-group>.btn, .input-group-btn:not(:first-child)>.dropdown-toggle, .input-group-btn:not(:last-child)>.btn-group:not(:first-child)>.btn, .input-group-btn:not(:last-child)>.btn:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.input-group .form-control, .input-group-addon, .input-group-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}
/*End of bootstrap like input groups*/
.shown .btn-expand-row {
    background: url("../Images/details_close.png") no-repeat center center;
}
.btn-expand-row {
    background: url("../Images/details_open.png") no-repeat center center;
}
.data-table>tbody>tr.child-row:hover {
    background-color:transparent !important;
}
.data-table>tbody>tr.child-row td{
    /*padding:0px !important;
    border-left:2px solid #4daa50;*/
}
.data-table th.sorting:hover, .data-table th.sorting_asc:hover,.data-table th.sorting_desc:hover{
    cursor: pointer;
}
.child-row-container{
    background-color:#fff;
    border:1px solid #ccc;
}
.child-row-container .col{
    border-left:1px solid #d5d5d5;
}
.child-row-container .row + .row{
    border-top:1px solid #d5d5d5;
}
.child-row-container h4{
    color: #0078bf;
    font-weight:700;
    text-transform:uppercase;
    font-size:14px;
    margin-bottom:0px;
}
td.child-row{
    padding-left:63px;
}
.spinner {
    width: 50px;
    height: 50px;
    display: inline-block;
    padding: 0px;
    border-radius: 100%;
    border: 6px solid;
    border-top-color: #005a9c;
    border-bottom-color: #005a9c;
    border-left-color: rgba(0, 90, 156, 0.15);
    border-right-color: rgba(0, 90, 156, 0.15);
    -webkit-animation: spinner 0.8s ease-in-out infinite alternate;
    animation: spinner 0.8s ease-in-out infinite alternate;
}
.truncate {
    white-space: nowrap;
    overflow: hidden;
    max-width: 180px;
    text-overflow: ellipsis;
}

@keyframes spinner {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes spinner {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
code {
	padding: 0 4px;
	white-space: nowrap;
	color: #d05;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	background: #fafafa;
	font-family: Consolas,monospace,serif;
	font-size: 12px;
}

*,
:after,
:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
:focus {
	outline: 0;
}
html {
	font-size: 10px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	-webkit-tap-highlight-color: transparent;
}
body {
	color: #4f4f4f;
	background-color: #eaeaea;
	font-family: 'Proxima Nova','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.57142857;
}
hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #d5d5d5;
}
.clearfix:after,
.clearfix:before {
	display: table;
	content: ' ';
}
.clearfix:after {
	clear: both;
}
.has-bordered {
	margin-right: -5px;
	margin-left: -5px;
}
.bordered {
	position: relative;
	margin: 0 5px;
	padding: 14px 12px;
	border: 1px solid #d5d5d5;
}
.visible-mobile {
	display: none;
}
.display-tablet {
	display: none!important;
}
.row-margin-bottom {
	margin-bottom: 15px;
}
.row-margin-bottom-large {
	margin-bottom: 30px;
}
.row-margin-top {
	margin-top: 5px;
}
.no-margin-left {
	margin-left: 0!important;
}
.sep {
	margin-top: 20px!important;
	margin-bottom: 20px!important;
}

strong{font-weight:700}
h3{position:relative}
.text-green,.text-orange{-webkit-transition:150ms ease-in-out;-o-transition:150ms ease-in-out;transition:150ms ease-in-out}
.text-green{color:#4daa50!important}
.text-orange{color:#f63!important}
.ignore{color:#7f7f7f;font-size:13px}
.no-touch .link-green:active,.no-touch .link-green:active .text-green,.no-touch .link-green:active .text-orange,.no-touch .link-green:focus,.no-touch .link-green:focus .text-green,.no-touch .link-green:focus .text-orange,.no-touch .link-green:hover,.no-touch .link-green:hover .text-green,.no-touch .link-green:hover .text-orange,.no-touch .link-orange:active,.no-touch .link-orange:active .text-green,.no-touch .link-orange:active .text-orange,.no-touch .link-orange:focus,.no-touch .link-orange:focus .text-green,.no-touch .link-orange:focus .text-orange,.no-touch .link-orange:hover,.no-touch .link-orange:hover .text-green,.no-touch .link-orange:hover .text-orange{color:#fff!important}
.no-touch .link-green:active,.no-touch .link-green:focus,.no-touch .link-green:hover{background-color:#4daa50}
.no-touch .link-orange:active,.no-touch .link-orange:focus,.no-touch .link-orange:hover{background-color:#f63}
h2 .badge{vertical-align:middle;margin-top:-4px;text-transform:uppercase}
.link-out{color:#4daa50}
.icon-close{color:#f63}
.icon-open{color:#4daa50}
.main{position:relative;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex}
.main>*{-webkit-box-flex:1;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto}
.has-flex{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex}
.content-full{max-width:86.32352941%;background-color:#fff}
@media screen and (max-width:561px){.content-full{overflow-x:hidden}}
.content-narrow{-ms-flex-preferred-size:33.64565587734242%;-webkit-flex-basis:33.64565587734242%;flex-basis:33.64565587734242%;background-color:#fff}
.show-settings .content-narrow td:last-child{min-width:54px}
.content-wide{-ms-flex-preferred-size:66.35434412265758%;-webkit-flex-basis:66.35434412265758%;flex-basis:66.35434412265758%;-webkit-transition:400ms ease-in-out;-o-transition:400ms ease-in-out;transition:400ms ease-in-out}
.content-narrow,.content-wide{padding-bottom:50px}
.content-narrow+*,.content-wide+*{border-left:1px solid #d5d5d5}
.section-body{padding:20px 20px 0}
.section-body h2{font-size:20px;margin:0 0 10px}
.col>.list-inline,[class*=col-]>.list-inline{margin-left:-15px}
.bootstrap-tagsinput {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  display: inline-block;
  padding: 4px 6px;
  color: #555;
  vertical-align: middle;
  border-radius: 4px;
  max-width: 100%;
  line-height: 22px;
  cursor: text;
}
.bootstrap-tagsinput input {
  border: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  padding: 0 6px;
  margin: 0;
  width: auto;
  max-width: inherit;
}
.bootstrap-tagsinput.form-control input::-moz-placeholder {
  color: #777;
  opacity: 1;
}
.bootstrap-tagsinput.form-control input:-ms-input-placeholder {
  color: #777;
}
.bootstrap-tagsinput.form-control input::-webkit-input-placeholder {
  color: #777;
}
.bootstrap-tagsinput input:focus {
  border: none;
  box-shadow: none;
}
.bootstrap-tagsinput .tag {
  margin-right: 2px;
  color: white;
}
.bootstrap-tagsinput .tag [data-role="remove"] {
  margin-left: 8px;
  cursor: pointer;
}
.bootstrap-tagsinput .tag [data-role="remove"]:after {
  content: "x";
  padding: 0px 2px;
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.header {
	position: relative;
	z-index: 2;
	color: #fff;
	background-color: #0078bf;
}
.header .overlay {
	position: absolute;
	z-index: 999;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
	-webkit-transition: 300ms ease-in-out;
	-o-transition: 300ms ease-in-out;
	transition: 300ms ease-in-out;
	opacity: 0;
	background-color: rgba(139,139,139,.85);
}
.show-settings .header .overlay {
	display: block;
	opacity: 1;
}
.header .row {
	height: 60px;
}
.header .oval {
	position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
}
.header .oval > input {
	display: inline-block;
	width: auto;
	-webkit-border-radius: 0 19px 19px 0;
	border-radius: 0 19px 19px 0;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;

	-webkit-flex-grow: 1;
	flex-grow: 1;
	-ms-flex-positive: 1;
}
.header .oval > label {
	-webkit-border-top-left-radius: 19px;
	border-top-left-radius: 19px;
	-webkit-border-bottom-left-radius: 19px;
	border-bottom-left-radius: 19px;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
.header .chosen-container {
	max-width: 170px;
}
.header .chosen-container .chosen-single {
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
.header label {
	padding: 0 18px;
	color: #fff;
	background-color: #005181;
	font-size: 16px;
	line-height: 2.375;
}
.header form {
	max-width: 100%;
	margin: 0;
	white-space: nowrap;
}
.header button {
	position: absolute;
	top: 0;
	right: 15px;
	width: 38px;
	height: 38px;
	color: #4daa50;
	border: none;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 22px;
	line-height: 1.72727273;
}
.header a {
	color: #fff;
}
.logo {
	font-size: 27px !important;
	line-height: 2;
}
.btn-select .chosen-container-single .chosen-single {
	height: auto;
	padding: 5px;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	border-color: transparent;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: transparent;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
.btn-select .chosen-container-single .chosen-single span {
	position: relative;
	display: block;
	margin: 0;
	padding: 6px 16px;
	cursor: pointer;
	-webkit-transition: 150ms ease-in-out;
	-o-transition: 150ms ease-in-out;
	transition: 150ms ease-in-out;
	white-space: nowrap;
	text-decoration: none;
	color: #fff;
	border: 2px solid #4daa50;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	outline: 0;
	background-color: #4daa50;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-webkit-box-shadow: 0 3px 2px -2px rgba(0,0,0,.17);
	box-shadow: 0 3px 2px -2px rgba(0,0,0,.17);
	font-size: 14px;
	font-weight: 500;
	line-height: 1.57142857;
}
.btn-select .chosen-container-single .chosen-single span:before {
	padding-right: 10px;
	content: '\e766';
	text-transform: none;
	color: #347b36;
	font-family: icomoon;
	font-size: 8px;
	font-weight: 400;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	speak: none;
}
.btn-select .chosen-container-single .chosen-single div {
	display: none;
}
.btn-select .chosen-with-drop .chosen-single {
	border-color: #d5d5d5 #d5d5d5 transparent;
	background-color: #fff;
}
.btn-select .chosen-with-drop .chosen-single span {
	border-color: #459848;
	background-color: #459848;
	-webkit-box-shadow: inset 0 3px 2px -2px rgba(0,0,0,.17);
	box-shadow: inset 0 3px 2px -2px rgba(0,0,0,.17);
}
.block-trigger-dropdown {
	display: block;
	height: 60px;
	margin-right: -15px;
	padding: 0 22px;
	background-color: #005181;
	line-height: 60px;
}
.block-trigger-dropdown:hover {
	background-color: #003758;
}
.block-trigger-dropdown .icon {
	position: absolute;
	top: 50%;
	right: 15px;
	-webkit-transition: 400ms ease-in-out;
	-o-transition: 400ms ease-in-out;
	transition: 400ms ease-in-out;
	-webkit-transform: translate3d(-50%,-50%,0);
	-ms-transform: translate3d(-50%,-50%,0);
	-o-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0;
	color: #0078bf;
	font-size: 8px;
}
.block-trigger-dropdown img {
	margin-right: 15px;
}
.block-trigger-dropdown + ul {
	z-index: 3;
	left: 15px;
	max-width: -webkit-calc(100% - 15px);
	max-width: -moz-calc(100% - 15px);
	max-width: calc(100% - 15px);
}
.block-trigger-dropdown + ul li {
	border-top: 1px solid #004269;
}
.block-trigger-dropdown + ul a {
	display: block;
	padding: 0 22px 0 77px;
	background-color: #005181;
	line-height: 3.28571429;
}
.block-trigger-dropdown + ul a:hover {
	background-color: #003758;
}
.block-trigger-dropdown.open .icon {
	-webkit-transform: rotate(180deg)translate3d(-50%,-50%,0);
	-ms-transform: rotate(180deg)translate3d(-50%,-50%,0);
	-o-transform: rotate(180deg)translate3d(-50%,-50%,0);
	transform: rotate(180deg)translate3d(-50%,-50%,0);
}
.show-pin [data-show=pin] .icon {
	color: #0078bf;
}
.section-header {
	height: 60px;
	padding: 10px;
	border-bottom: 1px solid #d5d5d5;
	background-color: #eaeaea;
	-webkit-box-shadow: inset 0 3px 2px -2px rgba(0,0,0,.17);
	box-shadow: inset 0 3px 2px -2px rgba(0,0,0,.17);
}
* + .section-header {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.section-header .icon {
	color: #4f4f4f;
	font-size: 20px;
	line-height: 1.2;
}
.section-header .active-settings .icon {
	color: #f63;
}
.section-header h2 {
	margin-top: 0;
	margin-bottom: 0;
	white-space: nowrap;
}
.section-header a {
	color: inherit;
}
.section-header a,
.section-header a .icon {
	display: inline-block;
	vertical-align: middle;
	line-height: 25px;
}
@media screen and (max-width:1148px) {
	.section-header {
		padding-right: 0;
		padding-left: 0;
	}
}
.section-header-white {
	padding-top: 0;
	padding-bottom: 0;
	color: #7d7d7d;
	background-color: #fff!important;
}
.section-header-white h2 {
	color: #4f4f4f;
	font-weight: 700;
	line-height: 1.3;
}
.section-header-white a {
	padding: 17px 10px 18px;
}
.section-header-title-col {
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	padding-right: 45px;

	-webkit-box-flex: 0;
}
.section-header-title-col ~ .col .col {
	padding-right: 0;
	padding-left: 0;
}
.section-nav-dropdown {
	position: relative;
	margin-bottom: 10px;
	padding-bottom: 30px;
	border-bottom: 1px solid #d5d5d5;
	background-color: #fff;
	-webkit-box-shadow: 0 3px 2px -2px rgba(0,0,0,.17);
	box-shadow: 0 3px 2px -2px rgba(0,0,0,.17);
}
.section-nav-dropdown .col-3 {
	padding: 3px;
}
.section-nav-dropdown .btn {
	display: block;
	text-align: left;
}
.section-nav-dropdown .section-header {
	margin-right: -20px;
	margin-left: -20px;
}
.section-nav-dropdown .container {
	display: none;
	padding: 0 20px;
}
.section-nav-dropdown .row {
	padding-top: 10px;
}
.section-nav-dropdown > a {
	position: absolute;
	top: 100%;
	left: 50%;
	display: inline-block;
	padding-right: 36px;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	color: #0078bf;
	border-color: #d5d5d5;
	background-color: #fff;
}
.section-nav-dropdown > a:active,
.section-nav-dropdown > a:focus,
.section-nav-dropdown > a:hover {
	top: 100%;
	color: #0078bf;
	border-color: #d5d5d5;
	background-color: #fff;
}
.section-nav-dropdown > a .icon {
	position: absolute;
	top: 50%;
	right: 20px;
	width: 10px;
	height: 10px;
	-webkit-transition: 400ms ease-in-out;
	-o-transition: 400ms ease-in-out;
	transition: 400ms ease-in-out;
	-webkit-transform: translate(50%,-50%);
	-ms-transform: translate(50%,-50%);
	-o-transform: translate(50%,-50%);
	transform: translate(50%,-50%);
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	vertical-align: middle;
	color: #0078bf;
	font-size: 6px;
	line-height: 1.66666667;
}
.section-nav-dropdown .open .icon {
	-webkit-transform: translate(50%,-50%)rotate(180deg);
	-ms-transform: translate(50%,-50%)rotate(180deg);
	-o-transform: translate(50%,-50%)rotate(180deg);
	transform: translate(50%,-50%)rotate(180deg);
}
.dashboard-header {
	padding: 15px 20px;
}
.dashboard-header .col {
	padding-right: 0;
	padding-left: 0;
}
.dashboard-header .badge {
	background-color: #4f4f4f;
}
.dashboard-header h4 {
	margin: 0 0 10px;
	text-transform: uppercase;
	color: #0078bf;
	font-size: 12px;
	line-height: 1;
}
.dashboard-header h2 {
	margin: 0;
	color: #4f4f4f;
	font-size: 30px;
	line-height: 1;
}
.blue-header {
	max-width: 115px;
	height: 38px;
	color: #fff;
	-webkit-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
	background-color: #0078bf;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
.blue-header span {
	display: block;
	padding-left: 8px;
	line-height: 2.85714286;
}
@media screen and (max-width:561px) {
	.section-header h2 {
		white-space: normal;
	}
	.blue-header span {
		padding-left: 8px!important;
	}
}
.blue-header + .search-col {
	max-width: -webkit-calc(100% - 115px);
	max-width: -moz-calc(100% - 115px);
	max-width: calc(100% - 115px);
	padding-left: 0;
}
.blue-header + .search-col .chosen-choices {
	-webkit-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

html {
  position: relative;
  min-height: 100%;
}
.footer {
  bottom: 0;
  width: 100%;
  background-color: #f5f5f5;
}

.footer .footer-container{
    background-color: #0078bf;
    color: #ffffff;
    text-align: center;
    padding:12px;
}
.search-form > .container {
	padding-right: 0;
	padding-left: 0;
}

.chosen-container-multi .chosen-choices{-webkit-border-radius:3px;-webkit-background-clip:padding-box;border-radius:3px;background-clip:padding-box}
.chosen-container{min-width:65px;cursor:pointer;max-width:100%}
.chosen-container-multi .chosen-choices .search-choice{margin-top:8px;background-color:#f8f8f8;color:#4f4f4f;border-color:#d5d5d5}
.chosen-container-single .chosen-drop{-webkit-box-shadow:0 3px 2px -2px rgba(0,0,0,.17);box-shadow:0 3px 2px -2px rgba(0,0,0,.17)}
.chosen-container .chosen-single{background-color:#f8f8f8}
.row-search-multiselect{-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}
.select-multi{height:38px}
.select-multi option{padding:6px 0}
@media screen and (min-width:560px){.row-search-tags{padding-right:15px}}
.multiselect-tag{background-color:#f8f8f8;color:#4f4f4f;border:1px solid #d5d5d5;padding:4px;-webkit-border-radius:2px;-webkit-background-clip:padding-box;border-radius:2px;background-clip:padding-box}
.multiselect-tag+.multiselect-tag{margin-top:8px}
.multiselect-tag .close{position:absolute;top:50%;right:4px;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);-o-transform:translate(0,-50%);transform:translate(0,-50%);color:#f63;margin-top:0}
.select-dark .chosen-single{background-color:#f8f8f8}
.select-light .chosen-single{background-color:#fff}
input:focus,
select:focus,
textarea:focus {
	border-color: #d5d5d5;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.input-group {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.input-group > * {
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;

	-webkit-box-flex: 0;
}
.input-group > :first-child {
	-webkit-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
.input-group > :last-child {
	-webkit-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
.placeholder {
	color: #afb3b4;
}
input[type=checkbox] {
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
.ie input[type=checkbox] {
	outline: transparent 0;
}
input[type=checkbox]:checked {
	border-color: #0078bf;
	background-color: #e5f1f8;
}
input[type=checkbox]:after {
	border-color: #0078bf;
}
input[type=checkbox][disabled] {
	border-color: #dfe1e5;
	background-color: #f7f7f7;
}
input[type=checkbox][disabled]:after {
	border-color: #aaa;
}
.textarea-expandle {
	position: absolute;
	top: 24px;
	right: 15px;
	bottom: 0;
	left: 15px;
	width: -webkit-calc(100% - 30px);
	width: -moz-calc(100% - 30px);
	width: calc(100% - 30px);
}

.btn,
button,
input[type=submit],
input[type=button] {
	color: #fff;
	border-width: 1px;
	border-color: #4daa50;
	background-color: #4daa50;
	-webkit-box-shadow: 0 3px 2px -2px rgba(0,0,0,.17);
	box-shadow: 0 3px 2px -2px rgba(0,0,0,.17);
}
.btn:active,
.btn:focus,
.btn:hover,
button:active,
button:focus,
button:hover,
input[type=submit]:active,
input[type=submit]:focus,
input[type=submit]:hover,
input[type=button]:active,
input[type=button]:focus,
input[type=button]:hover {
	color: #fff;
	border-color: #459848;
	background-color: #459848;
}
.btn:active,
button:active,
input[type=submit]:active,
input[type=button]:active {
	top: 1px;
	-webkit-box-shadow: inset 0 3px 2px -2px rgba(0,0,0,.17);
	box-shadow: inset 0 3px 2px -2px rgba(0,0,0,.17);
}
.btn .icon,
button .icon,
input[type=submit] .icon,
input[type=button] .icon {
	padding-right: 5px;
	padding-left: 0;
	color: #347b36;
}
.btn span + .icon,
button span + .icon,
input[type=submit] span + .icon,
input[type=button] span + .icon {
	padding-right: 0;
	padding-left: 5px;
}
.btn.close,
.btn.close:active,
.btn.close:focus,
.btn.close:hover,
button.close,
button.close:active,
button.close:focus,
button.close:hover,
input[type=submit].close,
input[type=submit].close:active,
input[type=submit].close:focus,
input[type=submit].close:hover,
input[type=button].close,
input[type=button].close:active,
input[type=button].close:focus,
input[type=button].close:hover {
	opacity: 1;
	color: #4f4f4f;
	border-color: transparent;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn-secondary {
	color: #4daa50;
	border-color: #d5d5d5;
	background-color: #fff;
}
.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover {
	color: #459848;
	border-color: #459848;
	background-color: #fff;
}
.btn-rounded {
	padding-right: 20px;
	padding-left: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
.btn-badge,
.btn-show-more {
	padding: 5px 20px 3px;
	letter-spacing: 1px;
	text-transform: uppercase;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	font-size: 12px;
	line-height: 1;
}
.btn-badge {
	color: #fff;
	border-color: #f63;
	background-color: #f63;
}
.btn-badge:active,
.btn-badge:focus,
.btn-badge:hover {
	border-color: #ff470a;
	background-color: #ff470a;
}
.widget-button {
	position: absolute;
	left: 0;
	display: block;
	width: 32px;
	height: 32px;
	padding: 10px;
	-webkit-transform: translate(-100%,0);
	-ms-transform: translate(-100%,0);
	-o-transform: translate(-100%,0);
	transform: translate(-100%,0);
	background-color: #fff;
}
.widget-button .icon {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 14px;
	height: 14px;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	color: #f63!important;
}
.pinned .widget-button {
	width: 27px;
	height: 45px;
	background-color: transparent;
	background-image: url(../images/pinned-close-bg.png);
	background-repeat: no-repeat;
	background-position: top right;
}
.close {
	font-size: 20px;
}
.btn.disabled {
	cursor: default;
	opacity: .5;
}
.btn.disabled:active,
.btn.disabled:focus,
.btn.disabled:hover {
	top: auto;
	color: #fff;
	border-color: #4daa50;
	background-color: #4daa50;
	-webkit-box-shadow: 0 3px 2px -2px rgba(0,0,0,.17);
	box-shadow: 0 3px 2px -2px rgba(0,0,0,.17);
}
.btn.disabled.btn-secondary:active,
.btn.disabled.btn-secondary:focus,
.btn.disabled.btn-secondary:hover {
	color: #4daa50;
	border-color: #d5d5d5;
	background-color: #fff;
}
.tab {
	position: relative;
	z-index: 2;
	margin-bottom: -1px;
	padding-right: 45px;
	-webkit-transition: 400ms ease-in-out;
	-o-transition: 400ms ease-in-out;
	transition: 400ms ease-in-out;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
.tab,
.tab:active,
.tab:focus,
.tab:hover {
	top: auto;
	color: #4f4f4f;
	border-color: #d5d5d5 #d5d5d5 #f8f8f8;
	background-color: #f8f8f8;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.tab:not(.open),
.tab:not(.open):active,
.tab:not(.open):focus,
.tab:not(.open):hover {
	border-bottom-color: #d5d5d5;
}
.tab:not(.open) .icon {
	-webkit-transform: translate(0,-50%)rotate(180deg);
	-ms-transform: translate(0,-50%)rotate(180deg);
	-o-transform: translate(0,-50%)rotate(180deg);
	transform: translate(0,-50%)rotate(180deg);
}
.tab .icon {
	position: absolute;
	top: 50%;
	right: 15px;
	display: block;
	width: 12px;
	height: 6px;
	padding: 0;
	-webkit-transition: 400ms ease-in-out;
	-o-transition: 400ms ease-in-out;
	transition: 400ms ease-in-out;
	-webkit-transform: translate(0,-50%)rotate(0);
	-ms-transform: translate(0,-50%)rotate(0);
	-o-transform: translate(0,-50%)rotate(0);
	transform: translate(0,-50%)rotate(0);
	color: #4daa50;
	font-size: 8px;
}

.dataTables_wrapper{max-width:100%}
.table-pos-a{position:absolute;top:15px;right:15px;background-color:#f8f8f8}
table{max-width:100%}
table thead th{border-bottom:none}
table td{border-top:none;position:relative}
table td,table th{padding:10px 8px 10px 12px}
.table-striped{background-color:#f5f5f5;border-color:#d5d5d5}
.table-striped tbody tr:nth-child(even){background-color:#fff}
.table-striped tbody tr+tr td{border-top:1px solid #d5d5d5}
.data-table{font-size:13px; line-height:1.42857143;}
.data-table th{background-color:#0078bf;color:#fff;}
.data-table th+th{border-left:1px solid #005181}
.data-table tr{overflow:hidden}
.data-table thead .sorting:after,.data-table thead .sorting_asc:after,.data-table thead .sorting_desc:after{width:19px;height:19px;content:'';top:50%;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);-o-transform:translate(0,-50%);transform:translate(0,-50%)}
.data-table thead .sorting:after{background-image:url(../images/sort-both-white.png)}
.data-table thead .sorting_desc:after{background-image:url(../images/sort-desc-white.png);opacity:1}
.data-table thead .sorting_asc:after{background-image:url(../images/sort-asc-white.png);opacity:1}
.data-table td+td{border-left:1px solid #ebedee}
.data-table>tbody>tr:nth-child(even){background-color:#f5f5f5}
.data-table>tbody>tr:hover{background-color:lightblue}
.data-table>tbody>tr td{border-bottom:1px solid #ebedee}
.activity-notes-table td+td:nth-child(2){border-left:0}
.data-table-expanable td:first-child,.data-table-expanable th:first-child{border-bottom:none;border-top:none;background-color:#fff;padding-left:0;padding-right:0;max-width:20px;width:20px;position:relative}
.data-table-expanable td:first-child a,.data-table-expanable th:first-child a{display:block;position:absolute;top:7px;right:5px;-webkit-transition:400ms ease-in-out;-o-transition:400ms ease-in-out;transition:400ms ease-in-out;-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;-o-transform-origin:50% 50%;transform-origin:50% 50%}
.data-table-expanable td:last-child{border-right:1px solid #ebedee}
.data-table-expanable .open td:last-child{border-right:0}
.data-table-expanable .open td:last-child:after{content:'';position:absolute;top:0;right:-1px;height:29px;background-color:#ebedee;width:1px}
.data-table-expanable .table-expanded-target{padding-right:0;padding-top:0;border-top:0}
.data-table-expanable .table-expanded-target .col-right{padding-top:22px;border-top:1px solid #ebedee}
.table-expanded-target{display:none;position:absolute;left:0;bottom:0;background-color:#fff;overflow:hidden;padding-right:40px;padding-top:22px;border-top:1px solid #ebedee;max-height:300px}
.table-expanded-target,.table-expanded-target .panel{font-size:13px;line-height:1.42857143}
.table-expanded-target>.container{position:relative;z-index:2}
.table-expanded-target .col:first-child{padding:0;text-align:center}
.table-expanded-target .col:first-child a{display:inline-block;width:22px;height:22px;right:auto}
.table-expanded-target .panel-col-border>.container{border-left:2px solid #4daa50}
.table-expanded-target .panel-col-border [class*=col]{padding:15px}
.table-expanded-target h4{color:#0078bf;font-weight:700;text-transform:uppercase}
.expand-table-row{display:block;font-size:10px;color:#4daa50}
.pagination .disabled{opacity:.5;cursor:default}
.paging_simple a{display:inline-block;width:auto;position:relative;padding:6px 16px;background-color:#fff;font-size:14px;line-height:1.57142857;font-weight:500;color:#4daa50;text-align:center;border:1px solid #d5d5d5;outline:0;text-decoration:none;white-space:nowrap;-webkit-border-radius:3px;-webkit-background-clip:padding-box;border-radius:3px;background-clip:padding-box;-webkit-transition:150ms ease-in-out;-o-transition:150ms ease-in-out;transition:150ms ease-in-out;-webkit-box-shadow:0 3px 2px -2px rgba(0,0,0,.17);box-shadow:0 3px 2px -2px rgba(0,0,0,.17)}
.paging_simple a:not(.disabled):active,.paging_simple a:not(.disabled):focus,.paging_simple a:not(.disabled):hover{background-color:#fff;border-color:#459848;color:#459848}
.paging_simple a:after,.paging_simple a:before{font-family:icomoon;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:12px}
.paging_simple .previous{margin-right:15px}
.paging_simple .previous:before{content:"\e648";margin-right:10px}
.paging_simple .next:after{content:"\e649";margin-left:10px}
.paging_simple_numbers,.tables-pagination{-webkit-border-radius:3px;-webkit-background-clip:padding-box;border-radius:3px;background-clip:padding-box;border:1px solid #d5d5d5}
.paging_simple_numbers>span,.tables-pagination>span{display:inline-block}
.paging_simple_numbers>span .paginate_button+span,.tables-pagination>span .paginate_button+span{padding:0 10px;line-height:36px;display:inline-block;border-left:1px solid #d5d5d5;border-right:1px solid #d5d5d5}
.paging_simple_numbers a,.tables-pagination a{color:#4daa50;min-width:36px;width:auto;height:36px;line-height:36px;text-align:center;display:inline-block;padding:0 12px}
.paging_simple_numbers a:hover,.tables-pagination a:hover{color:#4daa50;background-color:#edf6ed}
.paging_simple_numbers a+a,.tables-pagination a+a{border-left:1px solid #d5d5d5}
.paging_simple_numbers .current,.tables-pagination .current{background-color:#edf6ed;position:relative}
.paging_simple_numbers .current:before,.tables-pagination .current:before{content:'';height:2px;background-color:#4daa50;left:0;right:0;bottom:0;position:absolute}
.paging_simple_numbers .disabled,.tables-pagination .disabled{cursor:default}
.paging_simple_numbers .disabled,.paging_simple_numbers .disabled:active,.paging_simple_numbers .disabled:focus,.paging_simple_numbers .disabled:hover,.tables-pagination .disabled,.tables-pagination .disabled:active,.tables-pagination .disabled:focus,.tables-pagination .disabled:hover{color:#7d7d7d;background-color:#fff;border-color:#d5d5d5}
.paging_simple_numbers .next,.paging_simple_numbers .previous,.paging_simple_numbers a,.tables-pagination .next,.tables-pagination .previous,.tables-pagination a{margin:0}
.paging_simple_numbers .previous,.tables-pagination .previous{border-right:1px solid #d5d5d5}
.paging_simple_numbers .next,.tables-pagination .next{border-left:1px solid #d5d5d5}
.table-footer,.table-header{margin-bottom:40px;margin-top:40px}
.search-results-table th{vertical-align:middle;white-space:nowrap}
.table-cant-remove{background-color:#005181!important}
#table-add-column{width:175px;max-width:175px}
.overflow-container{max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}
.data-table-new th{position:relative;padding-right:45px}
[data-datatables-hide]{font-size:22px;height:12px;position:absolute;top:50%;width:12px;line-height:14px;right:25px;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);-o-transform:translate(0,-50%);transform:translate(0,-50%);-webkit-transition:none;-o-transition:none;transition:none}
[data-datatables-hide],[data-datatables-hide]:focus,[data-datatables-hide]:hover{color:#fff}
[data-datatables-sort]{width:19px;height:19px;display:block;position:absolute;top:50%;right:5px;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);-o-transform:translate(0,-50%);transform:translate(0,-50%);background-image:url(../images/sort-both-white.png);background-repeat:no-repeat;background-position:center;opacity:.5;-webkit-transition:none;-o-transition:none;transition:none}
.sort-asc [data-datatables-sort],.sort-desc [data-datatables-sort]{opacity:1}
.sort-asc [data-datatables-sort]{background-image:url(../images/sort-asc-white.png)}
.sort-desc [data-datatables-sort]{background-image:url(../images/sort-desc-white.png)}
.dt-pagination{-webkit-border-radius:3px;-webkit-background-clip:padding-box;border-radius:3px;background-clip:padding-box;border:1px solid #d5d5d5}
.dt-pagination a,.dt-pagination>span,.dt-pagination>span>span{height:36px;line-height:36px;display:inline-block;text-align:center}
.dt-pagination>span{margin-right:-3px;margin-left:-3px;border-right:1px solid #d5d5d5}
.dt-pagination>span:empty{display:none}
.dt-pagination>span,.dt-pagination>span>span{border-left:1px solid #d5d5d5}
.dt-pagination>span>a,.dt-pagination>span>span{min-width:32px}
.dt-pagination>span>span{color:#7d7d7d;display:none}
.dt-pagination>span>a{-webkit-transition:none;-o-transition:none;transition:none}
.dt-pagination>span>a~a{border-left:1px solid #d5d5d5}
.dt-pagination a{color:#4daa50;padding:0 12px}
.dt-pagination a:hover{color:#4daa50;background-color:#edf6ed}
@media screen and (max-width:561px){.dt-pagination{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex}
.dt-pagination>a{max-width:50%;-webkit-box-flex:1;-webkit-flex:1 0 50%;-ms-flex:1 0 50%;flex:1 0 50%}
.dt-pagination>a~a{border-left:1px solid #d5d5d5}
.dt-pagination .pagination-number{display:none}}
.dt-pagination .current{background-color:#edf6ed;position:relative}
.dt-pagination .current:before{content:'';height:2px;background-color:#4daa50;left:0;right:0;bottom:0;position:absolute}
.dt-pagination .disabled{cursor:default;opacity:.5}
.dt-pagination .disabled,.dt-pagination .disabled:active,.dt-pagination .disabled:focus,.dt-pagination .disabled:hover{color:#7d7d7d;background-color:#fff}
.table-expansion,.table-expansion div{display:none}
.table-expansion.expanded{display:table-row}
.table-expansion>td{padding:0 0 0 20px!important;border:none!important;max-width:none!important}
.table-expansion>td div{padding:7px 0 7px 7px;background-color:#fff;margin-right:-1px;border-top:1px solid #d6dadb}
.table-expansion table{border-left:2px solid #4daa50;border-top:1px solid #d6dadb}
.table-expansion tbody td{width:25%}
.table-expansion tbody td:first-child{max-width:none;border-bottom:1px solid #d6dadb;border-right:1px solid #d6dadb;padding-left:12px;padding-right:12px}
.table-expansion h4{color:#0078bf;font-weight:700}
.table-expansion p{margin:0}
.table-expansion+tr td{border-top:1px solid #d6dadb}
.activity-notes-table~.dataTables_info{display:block}
.ie10 input,
.ie11 input {
	height: 38px;
}
.ie10 input[type=checkbox],
.ie10 input[type=radio],
.ie10 input[type=submit],
.ie10 input[type=button],
.ie11 input[type=checkbox],
.ie11 input[type=radio],
.ie11 input[type=submit],
.ie11 input[type=button] {
	height: auto;
}

.ie9 .visible-mobile {
	display: none!important;
}

.no-flexbox .container,.no-flexbox .row{display:block;width:100%}
.no-flexbox .container:after,.no-flexbox .container:before,.no-flexbox .row:after,.no-flexbox .row:before{content:" ";display:table}
.no-flexbox .container:after,.no-flexbox .row:after{clear:both}
.no-flexbox [class*=col]{float:left}
.no-flexbox [class*=col]:only-child{float:none;width:100%}
.no-flexbox .col-1{width:8.33333333%}
.no-flexbox .col-2{width:16.66666667%}
.no-flexbox .col-3{width:25%}
.no-flexbox .col-4{width:33.33333333%}
.no-flexbox .col-5{width:41.66666667%}
.no-flexbox .col-6{width:50%}
.no-flexbox .col-7{width:58.33333333%}
.no-flexbox .col-8{width:66.66666667%}
.no-flexbox .col-9{width:75%}
.no-flexbox .col-10{width:83.33333333%}
.no-flexbox .col-11{width:91.66666667%}
.no-flexbox .col-12{width:100%}
.no-flexbox .main{display:block}
.no-flexbox .main:after,.no-flexbox .main:before{content:" ";display:table}
.no-flexbox .main:after{clear:both}
.no-flexbox .content-full{width:86.32352941%}
.no-flexbox .content-full>.container>.row>.col{width:50%}
.no-flexbox .content-full>.container>.row>.col:only-child{width:100%}
.no-flexbox .aside{width:13.67647059%}
.no-flexbox .content-narrow{width:33.64565588%}
.no-flexbox .content-wide{width:66.35434412%}
.no-flexbox .aside,.no-flexbox .content-full,.no-flexbox .content-narrow,.no-flexbox .content-wide{float:left}
.no-flexbox .header .oval{display:block;margin-top:10px}
.no-flexbox .header .oval>.chosen-container,.no-flexbox .header .oval>label{margin-right:-3px}
.no-flexbox .header .oval>label{height:40px}
.no-flexbox .header .oval>input{width:-webkit-calc(100% - 300px);width:-moz-calc(100% - 300px);width:calc(100% - 300px);border-left:0}
.no-flexbox .btn-select{margin-top:3px}
.no-flexbox .section-header-white{white-space:nowrap}
.no-flexbox .section-header-title-col h2{line-height:60px}
.no-flexbox .section-header-title-col+.col>.row>.col{width:252px}
.no-flexbox .section-header-title-col+.col>.row>.col+.col{float:right}
.no-flexbox .search-col{width:100px;height:38px;line-height:38px}
.no-flexbox .search-col+.search-col{width:-webkit-calc(100% - 100px);width:-moz-calc(100% - 100px);width:calc(100% - 100px)}
.no-flexbox .search-col>.row>.col{width:50%}
.no-flexbox .search-col>.row>.col:only-child{width:100%}
.no-flexbox .footer>.container>.row>.col{line-height:38px;float:left;width:50%}
.no-flexbox .aligned-bottom-absolute{position:relative}
.no-flexbox .aligned-bottom-absolute>.col{height:auto;position:absolute}
.no-flexbox .aligned-bottom-absolute>.col:last-child{right:0}
.swal2-container,body.swal2-iosfix{position:fixed;left:0;right:0}body.swal2-in,html.swal2-in{overflow-y:hidden}.swal2-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;top:0;bottom:0;padding:10px;background-color:transparent;z-index:1060}.swal2-container:not(.swal2-in){pointer-events:none}.swal2-container.swal2-fade{-webkit-transition:background-color .1s;transition:background-color .1s}.swal2-container.swal2-in{background-color:rgba(0,0,0,.4)}.swal2-modal{background-color:#fff;font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;border-radius:5px;box-sizing:border-box;text-align:center;margin:auto;overflow-x:hidden;overflow-y:auto;display:none;position:relative}.swal2-modal:focus{outline:0}.swal2-modal.swal2-loading{overflow-y:hidden}.swal2-modal .swal2-title{color:#595959;font-size:30px;text-align:center;font-weight:600;text-transform:none;position:relative;margin:0 0 .4em;padding:0;display:block}.swal2-modal .swal2-spacer{height:10px;color:transparent;border:0}.swal2-modal .swal2-styled{border:0;border-radius:3px;box-shadow:none;color:#fff;cursor:pointer;font-size:17px;font-weight:500;margin:0 5px;padding:10px 32px}.swal2-modal .swal2-styled:not(.swal2-loading)[disabled]{opacity:.4;cursor:no-drop}.swal2-modal .swal2-styled.swal2-loading{box-sizing:border-box;border:4px solid transparent;width:40px;height:40px;padding:0;margin:-2px 30px;vertical-align:top;background-color:transparent!important;color:transparent;cursor:default;border-radius:100%;-webkit-animation:rotate-loading 1.5s linear 0s infinite normal;animation:rotate-loading 1.5s linear 0s infinite normal;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.swal2-modal :not(.swal2-styled).swal2-loading::after{display:inline-block;content:'';margin-left:5px;vertical-align:-1px;height:6px;width:6px;border:3px solid #999;border-right-color:transparent;border-radius:50%;-webkit-animation:rotate-loading 1.5s linear 0s infinite normal;animation:rotate-loading 1.5s linear 0s infinite normal}.swal2-modal .swal2-checkbox input,.swal2-modal .swal2-checkbox span,.swal2-modal .swal2-radio input,.swal2-modal .swal2-radio span{vertical-align:middle}.swal2-modal .swal2-image{margin:20px auto;max-width:100%}.swal2-modal .swal2-close{font-size:36px;line-height:36px;font-family:serif;position:absolute;top:5px;right:13px;cursor:pointer;color:#ccc;-webkit-transition:color .1s ease;transition:color .1s ease}.swal2-modal .swal2-close:hover{color:#d55}.swal2-modal>.swal2-checkbox,.swal2-modal>.swal2-file,.swal2-modal>.swal2-input,.swal2-modal>.swal2-radio,.swal2-modal>.swal2-select,.swal2-modal>.swal2-textarea{display:none}.swal2-modal .swal2-content{font-size:18px;text-align:center;font-weight:300;position:relative;float:none;margin:0;padding:0;line-height:normal;color:#545454}.swal2-modal .swal2-checkbox,.swal2-modal .swal2-file,.swal2-modal .swal2-input,.swal2-modal .swal2-radio,.swal2-modal .swal2-select,.swal2-modal .swal2-textarea{margin:20px auto}.swal2-modal .swal2-file,.swal2-modal .swal2-input,.swal2-modal .swal2-textarea{width:100%;box-sizing:border-box;border-radius:3px;border:1px solid #d9d9d9;font-size:18px;box-shadow:inset 0 1px 1px rgba(0,0,0,.06);-webkit-transition:border-color box-shadow .3s;transition:border-color box-shadow .3s}.swal2-modal .swal2-file.swal2-inputerror,.swal2-modal .swal2-input.swal2-inputerror,.swal2-modal .swal2-textarea.swal2-inputerror{border-color:#f06e57!important}.swal2-modal .swal2-file:focus,.swal2-modal .swal2-input:focus,.swal2-modal .swal2-textarea:focus{outline:0;box-shadow:0 0 3px #c4e6f5;border:1px solid #b4dbed}.swal2-modal .swal2-file:focus::-webkit-input-placeholder,.swal2-modal .swal2-input:focus::-webkit-input-placeholder,.swal2-modal .swal2-textarea:focus::-webkit-input-placeholder{-webkit-transition:opacity .3s .03s ease;transition:opacity .3s .03s ease;opacity:.8}.swal2-modal .swal2-file:focus::-moz-placeholder,.swal2-modal .swal2-input:focus::-moz-placeholder,.swal2-modal .swal2-textarea:focus::-moz-placeholder{-webkit-transition:opacity .3s .03s ease;transition:opacity .3s .03s ease;opacity:.8}.swal2-modal .swal2-file:focus:-ms-input-placeholder,.swal2-modal .swal2-input:focus:-ms-input-placeholder,.swal2-modal .swal2-textarea:focus:-ms-input-placeholder{-webkit-transition:opacity .3s .03s ease;transition:opacity .3s .03s ease;opacity:.8}.swal2-modal .swal2-file:focus::placeholder,.swal2-modal .swal2-input:focus::placeholder,.swal2-modal .swal2-textarea:focus::placeholder{-webkit-transition:opacity .3s .03s ease;transition:opacity .3s .03s ease;opacity:.8}.swal2-modal .swal2-file::-webkit-input-placeholder,.swal2-modal .swal2-input::-webkit-input-placeholder,.swal2-modal .swal2-textarea::-webkit-input-placeholder{color:#e6e6e6}.swal2-modal .swal2-file::-moz-placeholder,.swal2-modal .swal2-input::-moz-placeholder,.swal2-modal .swal2-textarea::-moz-placeholder{color:#e6e6e6}.swal2-modal .swal2-file:-ms-input-placeholder,.swal2-modal .swal2-input:-ms-input-placeholder,.swal2-modal .swal2-textarea:-ms-input-placeholder{color:#e6e6e6}.swal2-modal .swal2-file::placeholder,.swal2-modal .swal2-input::placeholder,.swal2-modal .swal2-textarea::placeholder{color:#e6e6e6}.swal2-modal .swal2-range input{float:left;width:80%}.swal2-modal .swal2-range output{float:right;width:20%;font-size:20px;font-weight:600;text-align:center}.swal2-modal .swal2-range input,.swal2-modal .swal2-range output{height:43px;line-height:43px;vertical-align:middle;margin:20px auto;padding:0}.swal2-modal .swal2-input{height:43px;padding:0 12px}.swal2-modal .swal2-input[type=number]{max-width:150px}.swal2-modal .swal2-file{font-size:20px}.swal2-modal .swal2-textarea{height:108px;padding:12px}.swal2-modal .swal2-select{color:#545454;font-size:inherit;padding:5px 10px;min-width:40%;max-width:100%}.swal2-modal .swal2-radio{border:0}.swal2-modal .swal2-radio label:not(:first-child){margin-left:20px}.swal2-modal .swal2-radio input{margin:0 3px 0 0}.swal2-modal .swal2-checkbox{color:#545454}.swal2-modal .swal2-validationerror{background-color:#f0f0f0;margin:0 -20px;overflow:hidden;padding:10px;color:gray;font-size:16px;font-weight:300;display:none}.swal2-modal .swal2-validationerror::before{content:'!';display:inline-block;width:24px;height:24px;border-radius:50%;background-color:#ea7d7d;color:#fff;line-height:24px;text-align:center;margin-right:10px}.swal2-icon.swal2-info,.swal2-icon.swal2-question,.swal2-icon.swal2-warning{font-size:60px;line-height:80px;text-align:center}@supports (-ms-accelerator:true){.swal2-range input{width:100%!important}.swal2-range output{display:none}}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.swal2-range input{width:100%!important}.swal2-range output{display:none}}.swal2-icon{width:80px;height:80px;border:4px solid transparent;border-radius:50%;margin:20px auto 30px;padding:0;position:relative;box-sizing:content-box;cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.swal2-icon.swal2-error{border-color:#f27474}.swal2-icon.swal2-error .x-mark{position:relative;display:block}.swal2-icon.swal2-error .line{position:absolute;height:5px;width:47px;background-color:#f27474;display:block;top:37px;border-radius:2px}.swal2-icon.swal2-error .line.left{-webkit-transform:rotate(45deg);transform:rotate(45deg);left:17px}.swal2-icon.swal2-error .line.right{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);right:16px}.swal2-icon.swal2-warning{font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;color:#f8bb86;border-color:#facea8}.swal2-icon.swal2-info{font-family:'Open Sans',sans-serif;color:#3fc3ee;border-color:#9de0f6}.swal2-icon.swal2-question{font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;color:#87adbd;border-color:#c9dae1}.swal2-icon.swal2-success{border-color:#a5dc86}.swal2-icon.swal2-success::after,.swal2-icon.swal2-success::before{content:'';position:absolute;width:60px;height:120px;background:#fff}.swal2-icon.swal2-success::before{border-radius:120px 0 0 120px;top:-7px;left:-33px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:60px 60px;transform-origin:60px 60px}.swal2-icon.swal2-success::after{border-radius:0 120px 120px 0;top:-11px;left:30px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:0 60px;transform-origin:0 60px}.swal2-icon.swal2-success .placeholder{width:80px;height:80px;border:4px solid rgba(165,220,134,.2);border-radius:50%;box-sizing:content-box;position:absolute;left:-4px;top:-4px;z-index:2}.swal2-icon.swal2-success .fix{width:7px;height:90px;background-color:#fff;position:absolute;left:28px;top:8px;z-index:1;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.swal2-icon.swal2-success .line{height:5px;background-color:#a5dc86;display:block;border-radius:2px;position:absolute;z-index:2}.swal2-icon.swal2-success .line.tip{width:25px;left:14px;top:46px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.swal2-icon.swal2-success .line.long{width:47px;right:8px;top:38px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.swal2-progresssteps{font-weight:600;margin:0 0 20px;padding:0}.swal2-progresssteps li{display:inline-block;position:relative}.swal2-progresssteps .swal2-progresscircle{background:#3085d6;border-radius:2em;color:#fff;height:2em;line-height:2em;text-align:center;width:2em;z-index:20}.swal2-progresssteps .swal2-progresscircle:first-child{margin-left:0}.swal2-progresssteps .swal2-progresscircle:last-child{margin-right:0}.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep{background:#3085d6}.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep~.swal2-progresscircle,.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep~.swal2-progressline{background:#add8e6}.swal2-progresssteps .swal2-progressline{background:#3085d6;height:.4em;margin:0 -1px;z-index:10}[class^=swal2]{-webkit-tap-highlight-color:transparent}@-webkit-keyframes showSweetAlert{0%{-webkit-transform:scale(.7);transform:scale(.7)}45%{-webkit-transform:scale(1.05);transform:scale(1.05)}80%{-webkit-transform:scale(.95);transform:scale(.95)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes showSweetAlert{0%{-webkit-transform:scale(.7);transform:scale(.7)}45%{-webkit-transform:scale(1.05);transform:scale(1.05)}80%{-webkit-transform:scale(.95);transform:scale(.95)}100%{-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes hideSweetAlert{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}100%{-webkit-transform:scale(.5);transform:scale(.5);opacity:0}}@keyframes hideSweetAlert{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}100%{-webkit-transform:scale(.5);transform:scale(.5);opacity:0}}.swal2-show{-webkit-animation:showSweetAlert .3s;animation:showSweetAlert .3s}.swal2-show.swal2-noanimation{-webkit-animation:none;animation:none}.swal2-hide{-webkit-animation:hideSweetAlert .15s forwards;animation:hideSweetAlert .15s forwards}.swal2-hide.swal2-noanimation{-webkit-animation:none;animation:none}@-webkit-keyframes animate-success-tip{0%,54%{width:0;left:1px;top:19px}70%{width:50px;left:-8px;top:37px}84%{width:17px;left:21px;top:48px}100%{width:25px;left:14px;top:45px}}@keyframes animate-success-tip{0%,54%{width:0;left:1px;top:19px}70%{width:50px;left:-8px;top:37px}84%{width:17px;left:21px;top:48px}100%{width:25px;left:14px;top:45px}}@-webkit-keyframes animate-success-long{0%,65%{width:0;right:46px;top:54px}84%{width:55px;right:0;top:35px}100%{width:47px;right:8px;top:38px}}@keyframes animate-success-long{0%,65%{width:0;right:46px;top:54px}84%{width:55px;right:0;top:35px}100%{width:47px;right:8px;top:38px}}@-webkit-keyframes rotatePlaceholder{0%,5%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}100%,12%{-webkit-transform:rotate(-405deg);transform:rotate(-405deg)}}@keyframes rotatePlaceholder{0%,5%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}100%,12%{-webkit-transform:rotate(-405deg);transform:rotate(-405deg)}}.animate-success-tip{-webkit-animation:animate-success-tip .75s;animation:animate-success-tip .75s}.animate-success-long{-webkit-animation:animate-success-long .75s;animation:animate-success-long .75s}.swal2-success.animate::after{-webkit-animation:rotatePlaceholder 4.25s ease-in;animation:rotatePlaceholder 4.25s ease-in}@-webkit-keyframes animate-error-icon{0%{-webkit-transform:rotateX(100deg);transform:rotateX(100deg);opacity:0}100%{-webkit-transform:rotateX(0);transform:rotateX(0);opacity:1}}@keyframes animate-error-icon{0%{-webkit-transform:rotateX(100deg);transform:rotateX(100deg);opacity:0}100%{-webkit-transform:rotateX(0);transform:rotateX(0);opacity:1}}.animate-error-icon{-webkit-animation:animate-error-icon .5s;animation:animate-error-icon .5s}@-webkit-keyframes animate-x-mark{0%,50%{-webkit-transform:scale(.4);transform:scale(.4);margin-top:26px;opacity:0}80%{-webkit-transform:scale(1.15);transform:scale(1.15);margin-top:-6px}100%{-webkit-transform:scale(1);transform:scale(1);margin-top:0;opacity:1}}@keyframes animate-x-mark{0%,50%{-webkit-transform:scale(.4);transform:scale(.4);margin-top:26px;opacity:0}80%{-webkit-transform:scale(1.15);transform:scale(1.15);margin-top:-6px}100%{-webkit-transform:scale(1);transform:scale(1);margin-top:0;opacity:1}}.animate-x-mark{-webkit-animation:animate-x-mark .5s;animation:animate-x-mark .5s}@-webkit-keyframes pulse-warning{0%{border-color:#f8d486}100%{border-color:#f8bb86}}@keyframes pulse-warning{0%{border-color:#f8d486}100%{border-color:#f8bb86}}.pulse-warning{-webkit-animation:pulse-warning .75s infinite alternate;animation:pulse-warning .75s infinite alternate}@-webkit-keyframes rotate-loading{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotate-loading{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}
@media screen and (max-width:769px){.main .content{overflow-x:hidden;max-width:100%;min-width:100%;width:100%}
.logo{text-align:center}
.aside-toggle-wrapper{top:-53px}
.aside-toggle-wrapper .aside-toggle:after,.aside-toggle-wrapper .aside-toggle:before{background-color:#0078bf}
.aside{top:-60px}
.header .col-2{-ms-flex-preferred-size:100%;-webkit-flex-basis:100%;flex-basis:100%;max-width:100%}
.header .col{display:none}
.section-body{padding-left:5px;padding-right:5px}
.content-narrow .section-body{padding-left:15px;padding-right:15px}
.pane{padding:15px 10px 10px}
.pane h4{font-size:12px}
.pane.col{-webkit-box-flex:1;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;-ms-flex-preferred-size:auto;-webkit-flex-basis:auto;flex-basis:auto}
.panel-block{font-size:14px;margin-bottom:32px}
.panel header{text-align:center}
.section-nav-dropdown,.table-pos-a{display:none}
.time-input-group select{background-image:none}
.panel-body>.row>.col,.panel-body>.row>[class*=col-]{-webkit-box-flex:1;-webkit-flex:1 0 100%;-ms-flex:1 0 100%;flex:1 0 100%;-ms-flex-preferred-size:100%;-webkit-flex-basis:100%;flex-basis:100%;max-width:100%}
.panel-body>.row>.col+.col,.panel-body>.row>.col+[class*=col-],.panel-body>.row>[class*=col-]+.col,.panel-body>.row>[class*=col-]+[class*=col-]{margin-top:20px}
.table>.row .col{-webkit-box-flex:1;-webkit-flex:1 0 100%;-ms-flex:1 0 100%;flex:1 0 100%;-ms-flex-preferred-size:100%;-webkit-flex-basis:100%;flex-basis:100%;max-width:100%}
.textarea-expandle{position:relative;top:0;left:0;right:0;bottom:0;width:100%}
.btn:not(.btn-show-more){display:block;width:100%}
.btn:not(.btn-show-more)+.btn{margin-top:10px}
.col-mobile-12+.col-mobile-12{margin-top:20px}
.paging_simple .next,.paging_simple .previous{width:47%;display:inline-block}
.paging_simple .pull-right{float:none;width:100%;margin-top:15px}
.panel-body>table,.panel-body>table tbody,.panel-body>table td,.panel-body>table th,.panel-body>table thead,.panel-body>table tr{display:block}
td .bootstrap-switch-container,td .close-link,td .open-link{display:none}
.sneaky-input{max-width:100%;overflow-x:hidden;text-overflow:ellipsis}
.panel .em-above{border-top:0}
h4:empty{display:none}
.panel .em-above>.row+.row{margin-top:0;border-top:0}
.panel .em-above>.row>.col+.col{border-left:1px solid #d5d5d5}
.panel .row-expanded{padding-left:0}
.panel .row-expanded .col .col{margin-top:10px}
.dataTables_wrapper{overflow:auto}
.section-header{max-height:none}
.section-header .row{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;text-align:center}
.section-header [class*=col]{-webkit-box-flex:0;-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto}
.block{margin-left:0;margin-right:0;padding-left:15px;padding-right:15px}
.block h3{text-align:center}
.section-header-title-col{padding-left:15px;padding-top:15px;-webkit-box-flex:1;-webkit-flex:1 0 100%;-ms-flex:1 0 100%;flex:1 0 100%;max-width:100%;padding-right:15px;text-align:center;white-space:nowrap}
.section-header-title-col+.col{padding-right:10px;padding-left:10px;margin-top:15px;border-top:1px solid #d5d5d5;position:relative;white-space:nowrap;-webkit-box-flex:1;-webkit-flex:1 0 100%;-ms-flex:1 0 100%;flex:1 0 100%}
.section-header-title-col+.col:after body:not(.page-activity-notes),.section-header-title-col+.col:before body:not(.page-activity-notes){content:"";display:block;width:1px;background-color:#d5d5d5;position:absolute;top:0;bottom:-15px}
.section-header-title-col+.col:before{left:33.33333333%}
.section-header-title-col+.col:after{right:33.33333333%}
.section-header-title-col+.col .row{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}
.section-header-title-col+.col .row>.col{max-width:66.66666667%;-webkit-box-flex:1;-webkit-flex:1 0 66.66666666666666%;-ms-flex:1 0 66.66666666666666%;flex:1 0 66.66666666666666%}
.section-header-title-col+.col .row>.col+.col{max-width:33.33333333%;-webkit-box-flex:1;-webkit-flex:1 0 33.33333333333333%;-ms-flex:1 0 33.33333333333333%;flex:1 0 33.33333333333333%}
.section-header-title-col+.col .row>.col .col{max-width:50%!important;-webkit-box-flex:1!important;-webkit-flex:1 0 100%!important;-ms-flex:1 0 100%!important;flex:1 0 100%!important}
.section-header-title-col+.col .icon~span{display:none}
.display-mobile{display:block}
.hidden-mobile{display:none}
.col-header{-ms-flex-preferred-size:100%;-webkit-flex-basis:100%;flex-basis:100%}
.tag-group{padding-left:15px}
.pagination{margin-left:0}
.pinned{width:90%}
.search-col{text-align:left}
.row:not(.row-search-checkbox) .search-col,.row:not(.row-search-checkbox) .search-col+.search-col{padding-left:0;padding-right:0}
.row:not(.row-search-checkbox) .search-col:not(.blue-header){max-width:100%}
.row-search-checkbox .search-col,.row-search-multiselect .search-col{-webkit-box-flex:0;-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto;max-width:100%}
.blue-header{max-width:100px;width:115px}
.blue-header+.search-col{width:-webkit-calc(100% - 115px);width:-moz-calc(100% - 115px);width:calc(100% - 115px);:!important}
.content-full>.container>.row>.col{padding-left:0;padding-right:0}
.table-block,.table-block tbody,.table-block td,.table-block tr{display:block}
.dashboard-header{text-align:center}
.dashboard-header h2{margin-bottom:15px}
.dashboard-header .badge,.dashboard-header h4{display:none}
.dashboard-header .col{-webkit-box-flex:1;-webkit-flex:1 0 100%;-ms-flex:1 0 100%;flex:1 0 100%}
.dashboard-header .btn{float:left;width:48%}
.dashboard-header .btn+.btn{float:right;margin-top:0}
.row-stats{padding-top:0}
.row-stats .col{-webkit-box-flex:1;-webkit-flex:1 0 100%;-ms-flex:1 0 100%;flex:1 0 100%;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding-top:15px;padding-bottom:15px}
.row-stats .col+.col{border-left:0;border-top:1px solid #d5d5d5}
.row-stats .timer{width:80px;text-align:right;float:left;padding-right:15px}
.sticky-footer .row{margin-left:-10px;margin-right:-10px}
.sticky-footer .col,.sticky-footer [class*=col-]{padding-left:10px;padding-right:10px}
.sticky-footer .col{-webkit-box-flex:1;-webkit-flex:1 0 50%;-ms-flex:1 0 50%;flex:1 0 50%}
.sticky-footer .btn{margin-top:10px}
.modal-header .col{text-align:center;-webkit-box-flex:1!important;-webkit-flex:1 0 100%!important;-ms-flex:1 0 100%!important;flex:1 0 100%!important}
.modal-header .col+.col{margin-top:15px}
.modal-aside,.modal-body-content{max-width:100%;-webkit-box-flex:1;-webkit-flex:1 0 100%;-ms-flex:1 0 100%;flex:1 0 100%}
.modal-aside{text-align:center}
.modal-large .modal-body{-webkit-box-direction:normal;-webkit-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}
.modal-large .col-mobile-6+.col-mobile-6{padding-left:15px!important}
.visible-mobile{display:block}}
@media screen and (max-width:561px){.col{-webkit-box-flex:1;-webkit-flex:1 0 100%;-ms-flex:1 0 100%;flex:1 0 100%;max-width:100%}
.tab-wrapper{padding-left:0;padding-right:0}
.tab-wrapper .section-header-title-col+.col{padding-left:15px}
.btn,button{display:block;width:100%}
.btn+.btn,.btn+button,button+.btn,button+button{margin-top:15px}
.btn-show-more{display:inline-block;line-height:26px;border-radius:18px;width:auto}
.page-activity-notes .section-header-title-col,.page-activity-notes .section-header-title-col+.col{-webkit-box-flex:1;-webkit-flex:1 0 100%;-ms-flex:1 0 100%;flex:1 0 100%;max-width:100%}
.panel-body>.container>.row>[class*=col]+[class*=col]{padding-left:0;padding-top:15px}
.panel-body.panel-col-border>.container>.row>[class*=col]{padding-left:15px}
.panel-col-border>.container>.row>[class*=col]+.col{border-top:1px solid #d5d5d5;border-left:0}
.pagination{display:block;width:100%}}
