@import url(../icons/flaticon.css);

.ah-alert {
	position: relative;
	padding: 0.75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: 0.25rem
}

.ah-alert-heading {
	color: inherit
}

.ah-alert-link {
	font-weight: 700
}

.ah-alert-dismissible {
	padding-right: 4rem
}

.ah-alert-dismissible .close {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0.75rem 1.25rem;
	color: inherit
}

.ah-alert-primary {
	color: #004085;
	background-color: #cce5ff;
	border-color: #b8daff
}

.ah-alert-primary hr {
	border-top-color: #9fcdff
}

.ah-alert-primary .ah-alert-link {
	color: #002752
}

.ah-alert-secondary {
	color: #383d41;
	background-color: #e2e3e5;
	border-color: #d6d8db
}

.ah-alert-secondary hr {
	border-top-color: #c8cbcf
}

.ah-alert-secondary .ah-alert-link {
	color: #202326
}

.ah-alert-success {
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb
}

.ah-alert-success hr {
	border-top-color: #b1dfbb
}

.ah-alert-success .ah-alert-link {
	color: #0b2e13
}

.ah-alert-info {
	color: #0c5460;
	background-color: #d1ecf1;
	border-color: #bee5eb
}

.ah-alert-info hr {
	border-top-color: #abdde5
}

.ah-alert-info .ah-alert-link {
	color: #062c33
}

.ah-alert-warning {
	color: #856404;
	background-color: #fff3cd;
	border-color: #ffeeba
}

.ah-alert-warning hr {
	border-top-color: #ffe8a1
}

.ah-alert-warning .ah-alert-link {
	color: #533f03
}

.ah-alert-danger {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb
}

.ah-alert-danger hr {
	border-top-color: #f1b0b7
}

.ah-alert-danger .ah-alert-link {
	color: #491217
}

.ah-alert-light {
	color: #818182;
	background-color: #fefefe;
	border-color: #fdfdfe
}

.ah-alert-light hr {
	border-top-color: #ececf6
}

.ah-alert-light .ah-alert-link {
	color: #686868
}

.ah-alert-dark {
	color: #1b1e21;
	background-color: #d6d8d9;
	border-color: #c6c8ca
}

.ah-alert-dark hr {
	border-top-color: #b9bbbe
}

.ah-alert-dark .ah-alert-link {
	color: #040505
}

.ah-d-flex {
	display: flex !important
}

.ah-d-flex>* {
	flex: 1
}

.ah-input-group-text {
	background: #fff !important;
	border: 1px solid #7e8993 !important
}

.cursor-pointer {
	cursor: pointer
}

.text-primary {
	color: #0b5af8 !important
}

.text-info {
	color: #18ccee !important
}

.text-success {
	color: #08ca3f !important
}

.text-warning {
	color: #e96b0f !important
}

.text-danger {
	color: #e31e1e !important
}

.ah-list-group {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 0;
	margin: 0;
	border-radius: .25rem
}

.ah-list-group .ah-list-group-item {
	position: relative;
	display: block;
	padding: .75rem 1.25rem;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.125);
	margin-bottom: 0px
}

.ah-list-group .ah-list-group-item:first-child {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px
}

.ah-list-group .ah-list-group-item:last-child {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px
}

.ah-list-group .ah-list-group-item+.ah-list-group-item {
	border-top-width: 0
}

@keyframes rotate-btn {
	0% {
		transform: rotate(0)
	}

	100% {
		transform: rotate(360deg)
	}
}

.ng-confirm .ng-confirm-box div.ng-confirm-content-pane {
	height: 100% !important
}

.ah-modal-body.loading {
	position: relative;
	min-height: 100px
}

.ah-modal-body.loading:after {
	background: url("../images/spinner.svg") no-repeat center center;
	background-color: rgba(255, 255, 255, 0.25);
	content: "";
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 150
}

.ng-confirm .ng-confirm-scrollpane {
	font-family: 'Cairo';
	font-weight: 600
}

.ng-confirm.ng-confirm-material .ng-confirm-box .ng-confirm-buttons button {
	text-transform: uppercase;
	font-weight: 600
}

@media (min-width: 1024px) {
	.ng-confirm .ng-confirm-scrollpane {
		left: 120px
	}
}

.ah-row-clear {
	clear: both
}

.ah-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px
}

.no-gutters {
	margin-right: 0;
	margin-left: 0
}

.no-gutters>.ah-col,
.no-gutters>[class*="col-"] {
	padding-right: 0;
	padding-left: 0
}

.ah-col-1,
.ah-col-2,
.ah-col-3,
.ah-col-4,
.ah-col-5,
.ah-col-6,
.ah-col-7,
.ah-col-8,
.ah-col-9,
.ah-col-10,
.ah-col-11,
.ah-col-12,
.ah-col,
.ah-col-auto,
.ah-col-sm-1,
.ah-col-sm-2,
.ah-col-sm-3,
.ah-col-sm-4,
.ah-col-sm-5,
.ah-col-sm-6,
.ah-col-sm-7,
.ah-col-sm-8,
.ah-col-sm-9,
.ah-col-sm-10,
.ah-col-sm-11,
.ah-col-sm-12,
.ah-col-sm,
.ah-col-sm-auto,
.ah-col-md-1,
.ah-col-md-2,
.ah-col-md-3,
.ah-col-md-4,
.ah-col-md-5,
.ah-col-md-6,
.ah-col-md-7,
.ah-col-md-8,
.ah-col-md-9,
.ah-col-md-10,
.ah-col-md-11,
.ah-col-md-12,
.ah-col-md,
.ah-col-md-auto,
.ah-col-lg-1,
.ah-col-lg-2,
.ah-col-lg-3,
.ah-col-lg-4,
.ah-col-lg-5,
.ah-col-lg-6,
.ah-col-lg-7,
.ah-col-lg-8,
.ah-col-lg-9,
.ah-col-lg-10,
.ah-col-lg-11,
.ah-col-lg-12,
.ah-col-lg,
.ah-col-lg-auto,
.ah-col-xl-1,
.ah-col-xl-2,
.ah-col-xl-3,
.ah-col-xl-4,
.ah-col-xl-5,
.ah-col-xl-6,
.ah-col-xl-7,
.ah-col-xl-8,
.ah-col-xl-9,
.ah-col-xl-10,
.ah-col-xl-11,
.ah-col-xl-12,
.ah-col-xl,
.ah-col-xl-auto {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px
}

.ah-col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%
}

.ah-col-auto {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: 100%
}

.ah-col-1 {
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%
}

.ah-col-2 {
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%
}

.ah-col-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%
}

.ah-col-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%
}

.ah-col-5 {
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%
}

.ah-col-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
}

.ah-col-7 {
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%
}

.ah-col-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%
}

.ah-col-9 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%
}

.ah-col-10 {
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%
}

.ah-col-11 {
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%
}

.ah-col-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}

.ah-order-first {
	-ms-flex-order: -1;
	order: -1
}

.ah-order-last {
	-ms-flex-order: 13;
	order: 13
}

.ah-order-0 {
	-ms-flex-order: 0;
	order: 0
}

.ah-order-1 {
	-ms-flex-order: 1;
	order: 1
}

.ah-order-2 {
	-ms-flex-order: 2;
	order: 2
}

.ah-order-3 {
	-ms-flex-order: 3;
	order: 3
}

.ah-order-4 {
	-ms-flex-order: 4;
	order: 4
}

.ah-order-5 {
	-ms-flex-order: 5;
	order: 5
}

.ah-order-6 {
	-ms-flex-order: 6;
	order: 6
}

.ah-order-7 {
	-ms-flex-order: 7;
	order: 7
}

.ah-order-8 {
	-ms-flex-order: 8;
	order: 8
}

.ah-order-9 {
	-ms-flex-order: 9;
	order: 9
}

.ah-order-10 {
	-ms-flex-order: 10;
	order: 10
}

.ah-order-11 {
	-ms-flex-order: 11;
	order: 11
}

.ah-order-12 {
	-ms-flex-order: 12;
	order: 12
}

.ah-offset-1 {
	margin-left: 8.333333%
}

.ah-offset-2 {
	margin-left: 16.666667%
}

.ah-offset-3 {
	margin-left: 25%
}

.ah-offset-4 {
	margin-left: 33.333333%
}

.ah-offset-5 {
	margin-left: 41.666667%
}

.ah-offset-6 {
	margin-left: 50%
}

.ah-offset-7 {
	margin-left: 58.333333%
}

.ah-offset-8 {
	margin-left: 66.666667%
}

.ah-offset-9 {
	margin-left: 75%
}

.ah-offset-10 {
	margin-left: 83.333333%
}

.ah-offset-11 {
	margin-left: 91.666667%
}

@media (min-width: 576px) {
	.ah-col-sm {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}

	.ah-col-sm-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}

	.ah-col-sm-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%
	}

	.ah-col-sm-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}

	.ah-col-sm-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}

	.ah-col-sm-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}

	.ah-col-sm-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}

	.ah-col-sm-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}

	.ah-col-sm-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}

	.ah-col-sm-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}

	.ah-col-sm-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}

	.ah-col-sm-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}

	.ah-col-sm-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%
	}

	.ah-col-sm-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}

	.ah-order-sm-first {
		-ms-flex-order: -1;
		order: -1
	}

	.ah-order-sm-last {
		-ms-flex-order: 13;
		order: 13
	}

	.ah-order-sm-0 {
		-ms-flex-order: 0;
		order: 0
	}

	.ah-order-sm-1 {
		-ms-flex-order: 1;
		order: 1
	}

	.ah-order-sm-2 {
		-ms-flex-order: 2;
		order: 2
	}

	.ah-order-sm-3 {
		-ms-flex-order: 3;
		order: 3
	}

	.ah-order-sm-4 {
		-ms-flex-order: 4;
		order: 4
	}

	.ah-order-sm-5 {
		-ms-flex-order: 5;
		order: 5
	}

	.ah-order-sm-6 {
		-ms-flex-order: 6;
		order: 6
	}

	.ah-order-sm-7 {
		-ms-flex-order: 7;
		order: 7
	}

	.ah-order-sm-8 {
		-ms-flex-order: 8;
		order: 8
	}

	.ah-order-sm-9 {
		-ms-flex-order: 9;
		order: 9
	}

	.ah-order-sm-10 {
		-ms-flex-order: 10;
		order: 10
	}

	.ah-order-sm-11 {
		-ms-flex-order: 11;
		order: 11
	}

	.ah-order-sm-12 {
		-ms-flex-order: 12;
		order: 12
	}

	.ah-offset-sm-0 {
		margin-left: 0
	}

	.ah-offset-sm-1 {
		margin-left: 8.333333%
	}

	.ah-offset-sm-2 {
		margin-left: 16.666667%
	}

	.ah-offset-sm-3 {
		margin-left: 25%
	}

	.ah-offset-sm-4 {
		margin-left: 33.333333%
	}

	.ah-offset-sm-5 {
		margin-left: 41.666667%
	}

	.ah-offset-sm-6 {
		margin-left: 50%
	}

	.ah-offset-sm-7 {
		margin-left: 58.333333%
	}

	.ah-offset-sm-8 {
		margin-left: 66.666667%
	}

	.ah-offset-sm-9 {
		margin-left: 75%
	}

	.ah-offset-sm-10 {
		margin-left: 83.333333%
	}

	.ah-offset-sm-11 {
		margin-left: 91.666667%
	}
}

@media (min-width: 768px) {
	.ah-col-md {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}

	.ah-col-md-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}

	.ah-col-md-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%
	}

	.ah-col-md-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}

	.ah-col-md-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}

	.ah-col-md-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}

	.ah-col-md-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}

	.ah-col-md-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}

	.ah-col-md-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}

	.ah-col-md-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}

	.ah-col-md-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}

	.ah-col-md-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}

	.ah-col-md-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%
	}

	.ah-col-md-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}

	.ah-order-md-first {
		-ms-flex-order: -1;
		order: -1
	}

	.ah-order-md-last {
		-ms-flex-order: 13;
		order: 13
	}

	.ah-order-md-0 {
		-ms-flex-order: 0;
		order: 0
	}

	.ah-order-md-1 {
		-ms-flex-order: 1;
		order: 1
	}

	.ah-order-md-2 {
		-ms-flex-order: 2;
		order: 2
	}

	.ah-order-md-3 {
		-ms-flex-order: 3;
		order: 3
	}

	.ah-order-md-4 {
		-ms-flex-order: 4;
		order: 4
	}

	.ah-order-md-5 {
		-ms-flex-order: 5;
		order: 5
	}

	.ah-order-md-6 {
		-ms-flex-order: 6;
		order: 6
	}

	.ah-order-md-7 {
		-ms-flex-order: 7;
		order: 7
	}

	.ah-order-md-8 {
		-ms-flex-order: 8;
		order: 8
	}

	.ah-order-md-9 {
		-ms-flex-order: 9;
		order: 9
	}

	.ah-order-md-10 {
		-ms-flex-order: 10;
		order: 10
	}

	.ah-order-md-11 {
		-ms-flex-order: 11;
		order: 11
	}

	.ah-order-md-12 {
		-ms-flex-order: 12;
		order: 12
	}

	.ah-offset-md-0 {
		margin-left: 0
	}

	.ah-offset-md-1 {
		margin-left: 8.333333%
	}

	.ah-offset-md-2 {
		margin-left: 16.666667%
	}

	.ah-offset-md-3 {
		margin-left: 25%
	}

	.ah-offset-md-4 {
		margin-left: 33.333333%
	}

	.ah-offset-md-5 {
		margin-left: 41.666667%
	}

	.ah-offset-md-6 {
		margin-left: 50%
	}

	.ah-offset-md-7 {
		margin-left: 58.333333%
	}

	.ah-offset-md-8 {
		margin-left: 66.666667%
	}

	.ah-offset-md-9 {
		margin-left: 75%
	}

	.ah-offset-md-10 {
		margin-left: 83.333333%
	}

	.ah-offset-md-11 {
		margin-left: 91.666667%
	}
}

@media (min-width: 992px) {
	.ah-col-lg {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}

	.ah-col-lg-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}

	.ah-col-lg-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%
	}

	.ah-col-lg-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}

	.ah-col-lg-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}

	.ah-col-lg-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}

	.ah-col-lg-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}

	.ah-col-lg-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}

	.ah-col-lg-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}

	.ah-col-lg-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}

	.ah-col-lg-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}

	.ah-col-lg-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}

	.ah-col-lg-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%
	}

	.ah-col-lg-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}

	.ah-order-lg-first {
		-ms-flex-order: -1;
		order: -1
	}

	.ah-order-lg-last {
		-ms-flex-order: 13;
		order: 13
	}

	.ah-order-lg-0 {
		-ms-flex-order: 0;
		order: 0
	}

	.ah-order-lg-1 {
		-ms-flex-order: 1;
		order: 1
	}

	.ah-order-lg-2 {
		-ms-flex-order: 2;
		order: 2
	}

	.ah-order-lg-3 {
		-ms-flex-order: 3;
		order: 3
	}

	.ah-order-lg-4 {
		-ms-flex-order: 4;
		order: 4
	}

	.ah-order-lg-5 {
		-ms-flex-order: 5;
		order: 5
	}

	.ah-order-lg-6 {
		-ms-flex-order: 6;
		order: 6
	}

	.ah-order-lg-7 {
		-ms-flex-order: 7;
		order: 7
	}

	.ah-order-lg-8 {
		-ms-flex-order: 8;
		order: 8
	}

	.ah-order-lg-9 {
		-ms-flex-order: 9;
		order: 9
	}

	.ah-order-lg-10 {
		-ms-flex-order: 10;
		order: 10
	}

	.ah-order-lg-11 {
		-ms-flex-order: 11;
		order: 11
	}

	.ah-order-lg-12 {
		-ms-flex-order: 12;
		order: 12
	}

	.ah-offset-lg-0 {
		margin-left: 0
	}

	.ah-offset-lg-1 {
		margin-left: 8.333333%
	}

	.ah-offset-lg-2 {
		margin-left: 16.666667%
	}

	.ah-offset-lg-3 {
		margin-left: 25%
	}

	.ah-offset-lg-4 {
		margin-left: 33.333333%
	}

	.ah-offset-lg-5 {
		margin-left: 41.666667%
	}

	.ah-offset-lg-6 {
		margin-left: 50%
	}

	.ah-offset-lg-7 {
		margin-left: 58.333333%
	}

	.ah-offset-lg-8 {
		margin-left: 66.666667%
	}

	.ah-offset-lg-9 {
		margin-left: 75%
	}

	.ah-offset-lg-10 {
		margin-left: 83.333333%
	}

	.ah-offset-lg-11 {
		margin-left: 91.666667%
	}
}

@media (min-width: 1200px) {
	.ah-col-xl {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}

	.ah-col-xl-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}

	.ah-col-xl-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%
	}

	.ah-col-xl-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}

	.ah-col-xl-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}

	.ah-col-xl-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}

	.ah-col-xl-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}

	.ah-col-xl-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}

	.ah-col-xl-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}

	.ah-col-xl-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}

	.ah-col-xl-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}

	.ah-col-xl-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}

	.ah-col-xl-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%
	}

	.ah-col-xl-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}

	.ah-order-xl-first {
		-ms-flex-order: -1;
		order: -1
	}

	.ah-order-xl-last {
		-ms-flex-order: 13;
		order: 13
	}

	.ah-order-xl-0 {
		-ms-flex-order: 0;
		order: 0
	}

	.ah-order-xl-1 {
		-ms-flex-order: 1;
		order: 1
	}

	.ah-order-xl-2 {
		-ms-flex-order: 2;
		order: 2
	}

	.ah-order-xl-3 {
		-ms-flex-order: 3;
		order: 3
	}

	.ah-order-xl-4 {
		-ms-flex-order: 4;
		order: 4
	}

	.ah-order-xl-5 {
		-ms-flex-order: 5;
		order: 5
	}

	.ah-order-xl-6 {
		-ms-flex-order: 6;
		order: 6
	}

	.ah-order-xl-7 {
		-ms-flex-order: 7;
		order: 7
	}

	.ah-order-xl-8 {
		-ms-flex-order: 8;
		order: 8
	}

	.ah-order-xl-9 {
		-ms-flex-order: 9;
		order: 9
	}

	.ah-order-xl-10 {
		-ms-flex-order: 10;
		order: 10
	}

	.ah-order-xl-11 {
		-ms-flex-order: 11;
		order: 11
	}

	.ah-order-xl-12 {
		-ms-flex-order: 12;
		order: 12
	}

	.ah-offset-xl-0 {
		margin-left: 0
	}

	.ah-offset-xl-1 {
		margin-left: 8.333333%
	}

	.ah-offset-xl-2 {
		margin-left: 16.666667%
	}

	.ah-offset-xl-3 {
		margin-left: 25%
	}

	.ah-offset-xl-4 {
		margin-left: 33.333333%
	}

	.ah-offset-xl-5 {
		margin-left: 41.666667%
	}

	.ah-offset-xl-6 {
		margin-left: 50%
	}

	.ah-offset-xl-7 {
		margin-left: 58.333333%
	}

	.ah-offset-xl-8 {
		margin-left: 66.666667%
	}

	.ah-offset-xl-9 {
		margin-left: 75%
	}

	.ah-offset-xl-10 {
		margin-left: 83.333333%
	}

	.ah-offset-xl-11 {
		margin-left: 91.666667%
	}
}

.m-0 {
	margin: 0 !important
}

.mt-0,
.my-0 {
	margin-top: 0 !important
}

.mr-0,
.mx-0 {
	margin-right: 0 !important
}

.mb-0,
.my-0 {
	margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
	margin-left: 0 !important
}

.m-1 {
	margin: 0.25rem !important
}

.mt-1,
.my-1 {
	margin-top: 0.25rem !important
}

.mr-1,
.mx-1 {
	margin-right: 0.25rem !important
}

.mb-1,
.my-1 {
	margin-bottom: 0.25rem !important
}

.ml-1,
.mx-1 {
	margin-left: 0.25rem !important
}

.m-2 {
	margin: 0.5rem !important
}

.mt-2,
.my-2 {
	margin-top: 0.5rem !important
}

.mr-2,
.mx-2 {
	margin-right: 0.5rem !important
}

.mb-2,
.my-2 {
	margin-bottom: 0.5rem !important
}

.ml-2,
.mx-2 {
	margin-left: 0.5rem !important
}

.m-3 {
	margin: 1rem !important
}

.mt-3,
.my-3 {
	margin-top: 1rem !important
}

.mr-3,
.mx-3 {
	margin-right: 1rem !important
}

.mb-3,
.my-3 {
	margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
	margin-left: 1rem !important
}

.m-4 {
	margin: 1.5rem !important
}

.mt-4,
.my-4 {
	margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
	margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
	margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
	margin-left: 1.5rem !important
}

.m-5 {
	margin: 3rem !important
}

.mt-5,
.my-5 {
	margin-top: 3rem !important
}

.mr-5,
.mx-5 {
	margin-right: 3rem !important
}

.mb-5,
.my-5 {
	margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
	margin-left: 3rem !important
}

.p-0 {
	padding: 0 !important
}

.pt-0,
.py-0 {
	padding-top: 0 !important
}

.pr-0,
.px-0 {
	padding-right: 0 !important
}

.pb-0,
.py-0 {
	padding-bottom: 0 !important
}

.pl-0,
.px-0 {
	padding-left: 0 !important
}

.p-1 {
	padding: 0.25rem !important
}

.pt-1,
.py-1 {
	padding-top: 0.25rem !important
}

.pr-1,
.px-1 {
	padding-right: 0.25rem !important
}

.pb-1,
.py-1 {
	padding-bottom: 0.25rem !important
}

.pl-1,
.px-1 {
	padding-left: 0.25rem !important
}

.p-2 {
	padding: 0.5rem !important
}

.pt-2,
.py-2 {
	padding-top: 0.5rem !important
}

.pr-2,
.px-2 {
	padding-right: 0.5rem !important
}

.pb-2,
.py-2 {
	padding-bottom: 0.5rem !important
}

.pl-2,
.px-2 {
	padding-left: 0.5rem !important
}

.p-3 {
	padding: 1rem !important
}

.pt-3,
.py-3 {
	padding-top: 1rem !important
}

.pr-3,
.px-3 {
	padding-right: 1rem !important
}

.pb-3,
.py-3 {
	padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
	padding-left: 1rem !important
}

.p-4 {
	padding: 1.5rem !important
}

.pt-4,
.py-4 {
	padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
	padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
	padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
	padding-left: 1.5rem !important
}

.p-5 {
	padding: 3rem !important
}

.pt-5,
.py-5 {
	padding-top: 3rem !important
}

.pr-5,
.px-5 {
	padding-right: 3rem !important
}

.pb-5,
.py-5 {
	padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
	padding-left: 3rem !important
}

.m-n1 {
	margin: -0.25rem !important
}

.mt-n1,
.my-n1 {
	margin-top: -0.25rem !important
}

.mr-n1,
.mx-n1 {
	margin-right: -0.25rem !important
}

.mb-n1,
.my-n1 {
	margin-bottom: -0.25rem !important
}

.ml-n1,
.mx-n1 {
	margin-left: -0.25rem !important
}

.m-n2 {
	margin: -0.5rem !important
}

.mt-n2,
.my-n2 {
	margin-top: -0.5rem !important
}

.mr-n2,
.mx-n2 {
	margin-right: -0.5rem !important
}

.mb-n2,
.my-n2 {
	margin-bottom: -0.5rem !important
}

.ml-n2,
.mx-n2 {
	margin-left: -0.5rem !important
}

.m-n3 {
	margin: -1rem !important
}

.mt-n3,
.my-n3 {
	margin-top: -1rem !important
}

.mr-n3,
.mx-n3 {
	margin-right: -1rem !important
}

.mb-n3,
.my-n3 {
	margin-bottom: -1rem !important
}

.ml-n3,
.mx-n3 {
	margin-left: -1rem !important
}

.m-n4 {
	margin: -1.5rem !important
}

.mt-n4,
.my-n4 {
	margin-top: -1.5rem !important
}

.mr-n4,
.mx-n4 {
	margin-right: -1.5rem !important
}

.mb-n4,
.my-n4 {
	margin-bottom: -1.5rem !important
}

.ml-n4,
.mx-n4 {
	margin-left: -1.5rem !important
}

.m-n5 {
	margin: -3rem !important
}

.mt-n5,
.my-n5 {
	margin-top: -3rem !important
}

.mr-n5,
.mx-n5 {
	margin-right: -3rem !important
}

.mb-n5,
.my-n5 {
	margin-bottom: -3rem !important
}

.ml-n5,
.mx-n5 {
	margin-left: -3rem !important
}

.m-auto {
	margin: auto !important
}

.mt-auto,
.my-auto {
	margin-top: auto !important
}

.mr-auto,
.mx-auto {
	margin-right: auto !important
}

.mb-auto,
.my-auto {
	margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
	margin-left: auto !important
}

@media (min-width: 576px) {
	.m-sm-0 {
		margin: 0 !important
	}

	.mt-sm-0,
	.my-sm-0 {
		margin-top: 0 !important
	}

	.mr-sm-0,
	.mx-sm-0 {
		margin-right: 0 !important
	}

	.mb-sm-0,
	.my-sm-0 {
		margin-bottom: 0 !important
	}

	.ml-sm-0,
	.mx-sm-0 {
		margin-left: 0 !important
	}

	.m-sm-1 {
		margin: 0.25rem !important
	}

	.mt-sm-1,
	.my-sm-1 {
		margin-top: 0.25rem !important
	}

	.mr-sm-1,
	.mx-sm-1 {
		margin-right: 0.25rem !important
	}

	.mb-sm-1,
	.my-sm-1 {
		margin-bottom: 0.25rem !important
	}

	.ml-sm-1,
	.mx-sm-1 {
		margin-left: 0.25rem !important
	}

	.m-sm-2 {
		margin: 0.5rem !important
	}

	.mt-sm-2,
	.my-sm-2 {
		margin-top: 0.5rem !important
	}

	.mr-sm-2,
	.mx-sm-2 {
		margin-right: 0.5rem !important
	}

	.mb-sm-2,
	.my-sm-2 {
		margin-bottom: 0.5rem !important
	}

	.ml-sm-2,
	.mx-sm-2 {
		margin-left: 0.5rem !important
	}

	.m-sm-3 {
		margin: 1rem !important
	}

	.mt-sm-3,
	.my-sm-3 {
		margin-top: 1rem !important
	}

	.mr-sm-3,
	.mx-sm-3 {
		margin-right: 1rem !important
	}

	.mb-sm-3,
	.my-sm-3 {
		margin-bottom: 1rem !important
	}

	.ml-sm-3,
	.mx-sm-3 {
		margin-left: 1rem !important
	}

	.m-sm-4 {
		margin: 1.5rem !important
	}

	.mt-sm-4,
	.my-sm-4 {
		margin-top: 1.5rem !important
	}

	.mr-sm-4,
	.mx-sm-4 {
		margin-right: 1.5rem !important
	}

	.mb-sm-4,
	.my-sm-4 {
		margin-bottom: 1.5rem !important
	}

	.ml-sm-4,
	.mx-sm-4 {
		margin-left: 1.5rem !important
	}

	.m-sm-5 {
		margin: 3rem !important
	}

	.mt-sm-5,
	.my-sm-5 {
		margin-top: 3rem !important
	}

	.mr-sm-5,
	.mx-sm-5 {
		margin-right: 3rem !important
	}

	.mb-sm-5,
	.my-sm-5 {
		margin-bottom: 3rem !important
	}

	.ml-sm-5,
	.mx-sm-5 {
		margin-left: 3rem !important
	}

	.p-sm-0 {
		padding: 0 !important
	}

	.pt-sm-0,
	.py-sm-0 {
		padding-top: 0 !important
	}

	.pr-sm-0,
	.px-sm-0 {
		padding-right: 0 !important
	}

	.pb-sm-0,
	.py-sm-0 {
		padding-bottom: 0 !important
	}

	.pl-sm-0,
	.px-sm-0 {
		padding-left: 0 !important
	}

	.p-sm-1 {
		padding: 0.25rem !important
	}

	.pt-sm-1,
	.py-sm-1 {
		padding-top: 0.25rem !important
	}

	.pr-sm-1,
	.px-sm-1 {
		padding-right: 0.25rem !important
	}

	.pb-sm-1,
	.py-sm-1 {
		padding-bottom: 0.25rem !important
	}

	.pl-sm-1,
	.px-sm-1 {
		padding-left: 0.25rem !important
	}

	.p-sm-2 {
		padding: 0.5rem !important
	}

	.pt-sm-2,
	.py-sm-2 {
		padding-top: 0.5rem !important
	}

	.pr-sm-2,
	.px-sm-2 {
		padding-right: 0.5rem !important
	}

	.pb-sm-2,
	.py-sm-2 {
		padding-bottom: 0.5rem !important
	}

	.pl-sm-2,
	.px-sm-2 {
		padding-left: 0.5rem !important
	}

	.p-sm-3 {
		padding: 1rem !important
	}

	.pt-sm-3,
	.py-sm-3 {
		padding-top: 1rem !important
	}

	.pr-sm-3,
	.px-sm-3 {
		padding-right: 1rem !important
	}

	.pb-sm-3,
	.py-sm-3 {
		padding-bottom: 1rem !important
	}

	.pl-sm-3,
	.px-sm-3 {
		padding-left: 1rem !important
	}

	.p-sm-4 {
		padding: 1.5rem !important
	}

	.pt-sm-4,
	.py-sm-4 {
		padding-top: 1.5rem !important
	}

	.pr-sm-4,
	.px-sm-4 {
		padding-right: 1.5rem !important
	}

	.pb-sm-4,
	.py-sm-4 {
		padding-bottom: 1.5rem !important
	}

	.pl-sm-4,
	.px-sm-4 {
		padding-left: 1.5rem !important
	}

	.p-sm-5 {
		padding: 3rem !important
	}

	.pt-sm-5,
	.py-sm-5 {
		padding-top: 3rem !important
	}

	.pr-sm-5,
	.px-sm-5 {
		padding-right: 3rem !important
	}

	.pb-sm-5,
	.py-sm-5 {
		padding-bottom: 3rem !important
	}

	.pl-sm-5,
	.px-sm-5 {
		padding-left: 3rem !important
	}

	.m-sm-n1 {
		margin: -0.25rem !important
	}

	.mt-sm-n1,
	.my-sm-n1 {
		margin-top: -0.25rem !important
	}

	.mr-sm-n1,
	.mx-sm-n1 {
		margin-right: -0.25rem !important
	}

	.mb-sm-n1,
	.my-sm-n1 {
		margin-bottom: -0.25rem !important
	}

	.ml-sm-n1,
	.mx-sm-n1 {
		margin-left: -0.25rem !important
	}

	.m-sm-n2 {
		margin: -0.5rem !important
	}

	.mt-sm-n2,
	.my-sm-n2 {
		margin-top: -0.5rem !important
	}

	.mr-sm-n2,
	.mx-sm-n2 {
		margin-right: -0.5rem !important
	}

	.mb-sm-n2,
	.my-sm-n2 {
		margin-bottom: -0.5rem !important
	}

	.ml-sm-n2,
	.mx-sm-n2 {
		margin-left: -0.5rem !important
	}

	.m-sm-n3 {
		margin: -1rem !important
	}

	.mt-sm-n3,
	.my-sm-n3 {
		margin-top: -1rem !important
	}

	.mr-sm-n3,
	.mx-sm-n3 {
		margin-right: -1rem !important
	}

	.mb-sm-n3,
	.my-sm-n3 {
		margin-bottom: -1rem !important
	}

	.ml-sm-n3,
	.mx-sm-n3 {
		margin-left: -1rem !important
	}

	.m-sm-n4 {
		margin: -1.5rem !important
	}

	.mt-sm-n4,
	.my-sm-n4 {
		margin-top: -1.5rem !important
	}

	.mr-sm-n4,
	.mx-sm-n4 {
		margin-right: -1.5rem !important
	}

	.mb-sm-n4,
	.my-sm-n4 {
		margin-bottom: -1.5rem !important
	}

	.ml-sm-n4,
	.mx-sm-n4 {
		margin-left: -1.5rem !important
	}

	.m-sm-n5 {
		margin: -3rem !important
	}

	.mt-sm-n5,
	.my-sm-n5 {
		margin-top: -3rem !important
	}

	.mr-sm-n5,
	.mx-sm-n5 {
		margin-right: -3rem !important
	}

	.mb-sm-n5,
	.my-sm-n5 {
		margin-bottom: -3rem !important
	}

	.ml-sm-n5,
	.mx-sm-n5 {
		margin-left: -3rem !important
	}

	.m-sm-auto {
		margin: auto !important
	}

	.mt-sm-auto,
	.my-sm-auto {
		margin-top: auto !important
	}

	.mr-sm-auto,
	.mx-sm-auto {
		margin-right: auto !important
	}

	.mb-sm-auto,
	.my-sm-auto {
		margin-bottom: auto !important
	}

	.ml-sm-auto,
	.mx-sm-auto {
		margin-left: auto !important
	}
}

.ah-row.ah-row-sm {
	margin-left: -7.5px !important;
	margin-right: -7.5px !important
}

.ah-row.ah-row-sm [class^="ah-col"] {
	padding-left: 7.5px !important;
	padding-right: 7.5px !important
}

.chosen-select,
.chosen-select-deselect {
	width: 100%
}

.chosen-container {
	display: inline-block;
	font-size: 14px;
	position: relative;
	vertical-align: middle;
	cursor: pointer
}

.chosen-container .chosen-drop {
	background: #fff;
	border: 1px solid #ccc;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	-webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.25);
	box-shadow: 0 8px 8px rgba(0, 0, 0, 0.25);
	margin-top: -1px;
	position: absolute;
	top: 100%;
	left: -9000px;
	z-index: 1060
}

.chosen-container.chosen-with-drop .chosen-drop {
	left: 0;
	right: 0
}

.chosen-container .chosen-results {
	color: #555555;
	margin: 0 4px 4px 0;
	max-height: 240px;
	padding: 0 0 0 4px;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch
}

.chosen-container .chosen-results li {
	display: none;
	line-height: 1.42857;
	list-style: none;
	margin: 0;
	padding: 5px 6px
}

.chosen-container .chosen-results li em {
	background: #feffde;
	font-style: normal
}

.chosen-container .chosen-results li.group-result {
	background: transparent !important;
	display: list-item;
	cursor: default;
	color: #999 !important;
	font-width: 600 !important;
	font-weight: bold
}

.chosen-container .chosen-results li.group-option {
	padding-left: 15px
}

.chosen-container .chosen-results li.active-result {
	cursor: pointer;
	display: list-item
}

.chosen-container .chosen-results li.highlighted {
	background-color: #337ab7;
	background-image: none;
	color: white
}

.chosen-container .chosen-results li.highlighted em {
	background: transparent
}

.chosen-container .chosen-results li.disabled-result {
	display: list-item;
	color: #777777
}

.chosen-container .chosen-results .no-results {
	background: #eeeeee;
	display: list-item
}

.chosen-container .chosen-results-scroll {
	background: white;
	margin: 0 4px;
	position: absolute;
	text-align: center;
	width: 321px;
	z-index: 1
}

.chosen-container .chosen-results-scroll span {
	display: inline-block;
	height: 1.42857;
	text-indent: -5000px;
	width: 9px
}

.chosen-container .chosen-results-scroll-down {
	bottom: 0
}

.chosen-container .chosen-results-scroll-down span {
	background: url("../images/chosen-sprite.png") no-repeat -4px -3px
}

.chosen-container .chosen-results-scroll-up span {
	background: url("../images/chosen-sprite.png") no-repeat -22px -3px
}

.chosen-container-single .chosen-single {
	background-color: #fff;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	border: 1px solid #7e8993;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	color: #555555;
	display: block;
	height: 34px;
	overflow: hidden;
	line-height: 34px;
	padding: 0 0 0 8px;
	position: relative;
	text-decoration: none;
	white-space: nowrap
}

.chosen-container-single .chosen-single span {
	display: block;
	margin-right: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.chosen-container-single .chosen-single abbr {
	background: url("../images/chosen-sprite.png") right top no-repeat;
	display: block;
	font-size: 1px;
	height: 10px;
	position: absolute;
	right: 26px;
	top: 12px;
	width: 12px
}

.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 {
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	width: 18px
}

.chosen-container-single .chosen-single div b {
	background: url("../images/chosen-sprite.png") no-repeat 0 7px;
	display: block;
	height: 100%;
	width: 100%
}

.chosen-container-single .chosen-default {
	color: #777777
}

.chosen-container-single .chosen-search {
	margin: 0;
	padding: 3px 4px;
	position: relative;
	white-space: nowrap;
	z-index: 1000
}

.chosen-container-single .chosen-search input[type="text"] {
	background: url("../images/chosen-sprite.png") no-repeat 100% -20px, #fff;
	border: 1px solid #ccc;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	margin: 1px 0;
	padding: 4px 20px 4px 4px;
	width: 100%
}

.chosen-container-single .chosen-drop {
	margin-top: 2px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box
}

.chosen-container-single-nosearch .chosen-search input[type="text"] {
	position: absolute;
	left: -9000px
}

.chosen-container-multi .chosen-choices {
	background-color: #fff;
	border: 1px solid #ccc;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	cursor: text;
	height: auto !important;
	height: 1%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative
}

.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"] {
	background: transparent !important;
	border: 0 !important;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #555555;
	height: 32px;
	margin: 0;
	padding: 4px;
	outline: 0
}

.chosen-container-multi .chosen-choices .search-field .default {
	color: #999
}

.chosen-container-multi .chosen-choices .search-choice {
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	background-color: #eeeeee;
	border: 1px solid #ccc;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	background-image: -webkit-linear-gradient(top, #fff 0%, #eee 100%);
	background-image: -o-linear-gradient(top, #fff 0%, #eee 100%);
	background-image: linear-gradient(to bottom, #fff 0%, #eee 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	color: #333333;
	cursor: default;
	line-height: 13px;
	margin: 6px 0 3px 5px;
	padding: 3px 20px 3px 5px;
	position: relative
}

.chosen-container-multi .chosen-choices .search-choice .search-choice-close {
	background: url("chosen-sprite.png") right top no-repeat;
	display: block;
	font-size: 1px;
	height: 10px;
	position: absolute;
	right: 4px;
	top: 5px;
	width: 12px;
	cursor: pointer
}

.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 0 0 0;
	padding: 0
}

.chosen-container-multi .chosen-drop .result-selected {
	display: none
}

.chosen-container-active .chosen-single {
	border-color: #007bff !important;
	box-shadow: 0 0 0 1px #007bff !important;
	outline: 1px solid transparent !important
}

.chosen-container-active.chosen-with-drop .chosen-single {
	border-color: #007bff !important;
	box-shadow: 0 0 0 1px #007bff !important;
	outline: 1px solid transparent !important
}

.chosen-container-active.chosen-with-drop .chosen-single div {
	background: transparent;
	border-left: none
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
	background-position: -18px 7px
}

.chosen-container-active .chosen-choices {
	border: 1px solid #66afe9;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #66afe9;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #66afe9;
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s
}

.chosen-container-active .chosen-choices .search-field input[type="text"] {
	color: #111 !important
}

.chosen-container-active.chosen-with-drop .chosen-choices {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.chosen-disabled {
	cursor: default;
	opacity: 0.5 !important
}

.chosen-disabled .chosen-single,
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
	cursor: default
}

.chosen-rtl {
	text-align: right
}

.chosen-rtl .chosen-single {
	padding: 0 8px 0 0;
	overflow: visible
}

.chosen-rtl .chosen-single span {
	margin-left: 26px;
	margin-right: 0;
	direction: rtl
}

.chosen-rtl .chosen-single div {
	left: 7px;
	right: auto
}

.chosen-rtl .chosen-single abbr {
	left: 26px;
	right: auto
}

.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 {
	background-position: right top;
	left: 4px;
	right: auto
}

.chosen-rtl.chosen-container-single .chosen-results {
	margin: 0 0 4px 4px;
	padding: 0 4px 0 0
}

.chosen-rtl .chosen-results .group-option {
	padding-left: 0;
	padding-right: 15px
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
	border-right: none
}

.chosen-rtl .chosen-search input[type="text"] {
	background: url("../images/chosen-sprite.png") no-repeat -28px -20px, #fff;
	direction: rtl;
	padding: 4px 5px 4px 20px
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 2dppx) {
	.chosen-rtl .chosen-search input[type="text"] {
		background-image: url("../images/chosen-sprite@2x.png") !important;
		background-size: 52px 37px !important;
		background-repeat: no-repeat !important
	}

	.chosen-container-single .chosen-single abbr,
	.chosen-container-single .chosen-single div b {
		background-image: url("../images/chosen-sprite@2x.png") !important;
		background-size: 52px 37px !important;
		background-repeat: no-repeat !important
	}

	.chosen-container-single .chosen-search input[type="text"] {
		background-image: url("../images/chosen-sprite@2x.png") !important;
		background-size: 52px 37px !important;
		background-repeat: no-repeat !important
	}

	.chosen-container-multi .chosen-choices .search-choice .search-choice-close {
		background-image: url("../images/chosen-sprite@2x.png") !important;
		background-size: 52px 37px !important;
		background-repeat: no-repeat !important
	}

	.chosen-container .chosen-results-scroll-down span,
	.chosen-container .chosen-results-scroll-up span {
		background-image: url("../images/chosen-sprite@2x.png") !important;
		background-size: 52px 37px !important;
		background-repeat: no-repeat !important
	}
}

.ah-survey .chosen-container .chosen-results li.group-result {
	background: none !important;
	background-color: none !important;
	color: #999 !important
}

[tooltip] {
	position: relative
}

[tooltip]::before,
[tooltip]::after {
	text-transform: none;
	font-size: 13px;
	line-height: 1;
	user-select: none;
	pointer-events: none;
	position: absolute;
	display: none;
	opacity: 0
}

[tooltip]::before {
	content: '';
	border: 5px solid transparent;
	z-index: 1001
}

[tooltip]::after {
	content: attr(tooltip);
	font-family: Helvetica, sans-serif;
	text-align: center;
	min-width: 3em;
	max-width: 21em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 1ch 1.5ch;
	border-radius: .3ch;
	box-shadow: 0 1em 2em -0.5em rgba(0, 0, 0, 0.35);
	background: #333;
	color: #fff;
	z-index: 1000
}

[tooltip]:hover::before,
[tooltip]:hover::after {
	display: block
}

[tooltip='']::before,
[tooltip='']::after {
	display: none !important
}

[tooltip]:not([flow])::before,
[tooltip][flow^="up"]::before {
	bottom: 100%;
	border-bottom-width: 0;
	border-top-color: #333
}

[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::after {
	bottom: calc(100% + 5px)
}

[tooltip]:not([flow])::before,
[tooltip]:not([flow])::after {
	left: 50%;
	transform: translate(-50%, -0.5em)
}

[tooltip][flow^="up"]::before,
[tooltip][flow^="up"]::after {
	left: 50%;
	transform: translate(-50%, -0.5em)
}

[tooltip][flow^="down"]::before {
	top: 100%;
	border-top-width: 0;
	border-bottom-color: #333
}

[tooltip][flow^="down"]::after {
	top: calc(100% + 5px)
}

[tooltip][flow^="down"]::before,
[tooltip][flow^="down"]::after {
	left: 50%;
	transform: translate(-50%, 0.5em)
}

[tooltip][flow^="left"]::before {
	top: 50%;
	border-right-width: 0;
	border-left-color: #333;
	left: calc(0em - 5px);
	transform: translate(-0.5em, -50%)
}

[tooltip][flow^="left"]::after {
	top: 50%;
	right: calc(100% + 5px);
	transform: translate(-0.5em, -50%)
}

[tooltip][flow^="right"]::before {
	top: 50%;
	border-left-width: 0;
	border-right-color: #333;
	right: calc(0em - 5px);
	transform: translate(0.5em, -50%)
}

[tooltip][flow^="right"]::after {
	top: 50%;
	left: calc(100% + 5px);
	transform: translate(0.5em, -50%)
}

[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after {
	animation: tooltips-vert 300ms ease-out forwards
}

[tooltip][flow^="up"]:hover::before,
[tooltip][flow^="up"]:hover::after {
	animation: tooltips-vert 300ms ease-out forwards
}

[tooltip][flow^="down"]:hover::before,
[tooltip][flow^="down"]:hover::after {
	animation: tooltips-vert 300ms ease-out forwards
}

[tooltip][flow^="left"]:hover::before,
[tooltip][flow^="left"]:hover::after {
	animation: tooltips-horz 300ms ease-out forwards
}

[tooltip][flow^="right"]:hover::before,
[tooltip][flow^="right"]:hover::after {
	animation: tooltips-horz 300ms ease-out forwards
}

@keyframes tooltips-vert {
	to {
		opacity: 1;
		transform: translate(-50%, 0)
	}
}

@keyframes tooltips-horz {
	to {
		opacity: 1;
		transform: translate(0, -50%)
	}
}

[data-tooltip] {
	position: relative
}

[data-tooltip]::before,
[data-tooltip]::after {
	position: absolute;
	display: block;
	visibility: hidden;
	opacity: 0;
	transition: all 0.35s ease-in-out
}

[data-tooltip]::before {
	background: #ffffff;
	content: '';
	top: -11px;
	left: 5px;
	height: 8px;
	width: 8px;
	z-index: 15;
	border-left: 1px solid #b4bec7;
	border-top: 1px solid #b4bec7;
	transform: rotate(-135deg)
}

[data-tooltip]::after {
	content: attr(data-tooltip);
	top: -43px;
	left: -5px;
	background: #f6f6f6;
	border: 1px solid #b4bec7;
	box-shadow: 0px 1px 8px -4px rgba(0, 0, 0, 0.5);
	border-radius: 4px;
	padding: 8px 10px;
	white-space: nowrap;
	color: #4d5358;
	font-size: 14px;
	font-weight: 600
}

[data-tooltip]:hover::after,
[data-tooltip]:hover::before {
	visibility: visible;
	opacity: 1
}

[data-tooltip]:hover::before {
	top: -16px
}

[data-tooltip]:hover::after {
	top: -48px
}

[data-tooltip='']::before,
[data-tooltip='']::after {
	display: none !important
}

.ah-form-control {
	background: #fff !important;
	display: block;
	width: 100%;
	height: calc(1.5em + 0.75rem + 2px);
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-clip: padding-box;
	border: 1px solid #7e8993;
	border-radius: 0.25rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}

.ah-form-label {
	font-size: 16px;
	font-weight: 600;
	display: inline-block;
	margin-bottom: 10px
}

.ah-form-label.label-sm {
	font-size: 14px;
	font-weight: 400
}

@media (prefers-reduced-motion: reduce) {
	.ah-form-control {
		transition: none
	}
}

.ah-form-control::-ms-expand {
	background: transparent;
	border: 0
}

.ah-form-control:focus {
	border-color: #007bff;
	box-shadow: 0 0 0 1px #007bff;
	outline: 1px solid transparent
}

.ah-form-control::-webkit-input-placeholder {
	color: #6c757d;
	opacity: 1
}

.ah-form-control::-moz-placeholder {
	color: #6c757d;
	opacity: 1
}

.ah-form-control:-ms-input-placeholder {
	color: #6c757d;
	opacity: 1
}

.ah-form-control::-ms-input-placeholder {
	color: #6c757d;
	opacity: 1
}

.ah-form-control::placeholder {
	color: #6c757d;
	opacity: 1
}

.ah-form-control:disabled,
.ah-form-control[readonly] {
	background: #e9ecef;
	opacity: 1
}

select.ah-form-control:focus::-ms-value {
	color: #495057;
	background: #fff
}

.ah-form-control-file,
.ah-form-control-range {
	display: block;
	width: 100%
}

.col-form-label {
	padding-top: calc(0.375rem + 1px);
	padding-bottom: calc(0.375rem + 1px);
	margin-bottom: 0;
	font-size: inherit;
	line-height: 1.5
}

.col-form-label-lg {
	padding-top: calc(0.5rem + 1px);
	padding-bottom: calc(0.5rem + 1px);
	font-size: 1.25rem;
	line-height: 1.5
}

.col-form-label-sm {
	padding-top: calc(0.25rem + 1px);
	padding-bottom: calc(0.25rem + 1px);
	font-size: 0.875rem;
	line-height: 1.5
}

.ah-form-control-plaintext {
	display: block;
	width: 100%;
	padding-top: 0.375rem;
	padding-bottom: 0.375rem;
	margin-bottom: 0;
	line-height: 1.5;
	color: #212529;
	background: transparent;
	border: solid transparent;
	border-width: 1px 0
}

.ah-form-control-plaintext.ah-form-control-sm,
.ah-form-control-plaintext.ah-form-control-lg {
	padding-right: 0;
	padding-left: 0
}

.ah-form-control-sm {
	height: calc(1.5em + 0.5rem + 2px);
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
	line-height: 1.5;
	border-radius: 0.2rem
}

.ah-form-control-lg {
	height: calc(1.5em + 1rem + 2px);
	padding: 0.5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: 0.3rem
}

select.ah-form-control[size],
select.ah-form-control[multiple] {
	height: auto
}

textarea.ah-form-control {
	height: auto
}

.ah-form-group {
	margin-bottom: 1rem
}

.form-text {
	display: block;
	margin-top: 0.25rem
}

.ah-form-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px
}

.ah-form-row>.col,
.ah-form-row>[class*="col-"] {
	padding-right: 5px;
	padding-left: 5px
}

.ah-form-check {
	position: relative;
	display: block;
	padding-left: 1.25rem
}

.ah-form-check-input {
	position: absolute;
	margin-top: 0.3rem;
	margin-left: -1.25rem
}

.ah-form-check-input:disabled~.ah-form-check-label {
	color: #6c757d
}

.ah-form-check-label {
	margin-bottom: 0
}

.ah-form-check-inline {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 0;
	margin-right: 0.75rem
}

.ah-form-check-inline .ah-form-check-input {
	position: static;
	margin-top: 0;
	margin-right: 0.3125rem;
	margin-left: 0
}

.valid-feedback {
	display: none;
	width: 100%;
	margin-top: 0.25rem;
	font-size: 80%;
	color: #28a745
}

.valid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: 0.25rem 0.5rem;
	margin-top: .1rem;
	font-size: 0.875rem;
	line-height: 1.5;
	color: #fff;
	background: rgba(40, 167, 69, 0.9);
	border-radius: 0.25rem
}

.was-validated .ah-form-control:valid,
.ah-form-control.is-valid {
	border-color: #28a745;
	padding-right: calc(1.5em + 0.75rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: center right calc(0.375em + 0.1875rem);
	background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)
}

.was-validated .ah-form-control:valid:focus,
.ah-form-control.is-valid:focus {
	border-color: #28a745;
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25)
}

.was-validated .ah-form-control:valid~.valid-feedback,
.was-validated .ah-form-control:valid~.valid-tooltip,
.ah-form-control.is-valid~.valid-feedback,
.ah-form-control.is-valid~.valid-tooltip {
	display: block
}

.was-validated textarea.ah-form-control:valid,
textarea.ah-form-control.is-valid {
	padding-right: calc(1.5em + 0.75rem);
	background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem)
}

.was-validated .ah-custom-select:valid,
.ah-custom-select.is-valid {
	border-color: #28a745;
	padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)
}

.was-validated .ah-custom-select:valid:focus,
.ah-custom-select.is-valid:focus {
	border-color: #28a745;
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25)
}

.was-validated .ah-custom-select:valid~.valid-feedback,
.was-validated .ah-custom-select:valid~.valid-tooltip,
.ah-custom-select.is-valid~.valid-feedback,
.ah-custom-select.is-valid~.valid-tooltip {
	display: block
}

.was-validated .ah-form-control-file:valid~.valid-feedback,
.was-validated .ah-form-control-file:valid~.valid-tooltip,
.ah-form-control-file.is-valid~.valid-feedback,
.ah-form-control-file.is-valid~.valid-tooltip {
	display: block
}

.was-validated .ah-form-check-input:valid~.ah-form-check-label,
.ah-form-check-input.is-valid~.ah-form-check-label {
	color: #28a745
}

.was-validated .ah-form-check-input:valid~.valid-feedback,
.was-validated .ah-form-check-input:valid~.valid-tooltip,
.ah-form-check-input.is-valid~.valid-feedback,
.ah-form-check-input.is-valid~.valid-tooltip {
	display: block
}

.was-validated .ah-custom-control-input:valid~.ah-custom-control-label,
.ah-custom-control-input.is-valid~.ah-custom-control-label {
	color: #28a745
}

.was-validated .ah-custom-control-input:valid~.ah-custom-control-label::before,
.ah-custom-control-input.is-valid~.ah-custom-control-label::before {
	border-color: #28a745
}

.was-validated .ah-custom-control-input:valid~.valid-feedback,
.was-validated .ah-custom-control-input:valid~.valid-tooltip,
.ah-custom-control-input.is-valid~.valid-feedback,
.ah-custom-control-input.is-valid~.valid-tooltip {
	display: block
}

.was-validated .ah-custom-control-input:valid:checked~.ah-custom-control-label::before,
.ah-custom-control-input.is-valid:checked~.ah-custom-control-label::before {
	border-color: #34ce57;
	background: #34ce57
}

.was-validated .ah-custom-control-input:valid:focus~.ah-custom-control-label::before,
.ah-custom-control-input.is-valid:focus~.ah-custom-control-label::before {
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25)
}

.was-validated .ah-custom-control-input:valid:focus:not(:checked)~.ah-custom-control-label::before,
.ah-custom-control-input.is-valid:focus:not(:checked)~.ah-custom-control-label::before {
	border-color: #28a745
}

.was-validated .ah-custom-file-input:valid~.ah-custom-file-label,
.ah-custom-file-input.is-valid~.ah-custom-file-label {
	border-color: #28a745
}

.was-validated .ah-custom-file-input:valid~.valid-feedback,
.was-validated .ah-custom-file-input:valid~.valid-tooltip,
.ah-custom-file-input.is-valid~.valid-feedback,
.ah-custom-file-input.is-valid~.valid-tooltip {
	display: block
}

.was-validated .ah-custom-file-input:valid:focus~.ah-custom-file-label,
.ah-custom-file-input.is-valid:focus~.ah-custom-file-label {
	border-color: #28a745;
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25)
}

.invalid-feedback {
	display: none;
	width: 100%;
	margin-top: 0.25rem;
	font-size: 14px;
	color: #dc3545
}

.invalid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: 0.25rem 0.5rem;
	margin-top: .1rem;
	font-size: 0.875rem;
	line-height: 1.5;
	color: #fff;
	background: rgba(220, 53, 69, 0.9);
	border-radius: 0.25rem
}

.was-validated .ah-form-control:invalid,
.ah-form-control.is-invalid {
	border-color: #dc3545;
	padding-right: calc(1.5em + 0.75rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
	background-repeat: no-repeat;
	background-position: center right calc(0.375em + 0.1875rem);
	background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)
}

.was-validated .ah-form-control:invalid:focus,
.ah-form-control.is-invalid:focus {
	border-color: #dc3545;
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25)
}

.was-validated .ah-form-control:invalid~.invalid-feedback,
.was-validated .ah-form-control:invalid~.invalid-tooltip,
.ah-form-control.is-invalid~.invalid-feedback,
.ah-form-control.is-invalid~.invalid-tooltip {
	display: block
}

.was-validated textarea.ah-form-control:invalid,
textarea.ah-form-control.is-invalid {
	padding-right: calc(1.5em + 0.75rem);
	background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem)
}

.was-validated .ah-custom-select:invalid,
.ah-custom-select.is-invalid {
	border-color: #dc3545;
	padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)
}

.was-validated .ah-custom-select:invalid:focus,
.ah-custom-select.is-invalid:focus {
	border-color: #dc3545;
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25)
}

.was-validated .ah-custom-select:invalid~.invalid-feedback,
.was-validated .ah-custom-select:invalid~.invalid-tooltip,
.ah-custom-select.is-invalid~.invalid-feedback,
.ah-custom-select.is-invalid~.invalid-tooltip {
	display: block
}

.was-validated .ah-form-control-file:invalid~.invalid-feedback,
.was-validated .ah-form-control-file:invalid~.invalid-tooltip,
.ah-form-control-file.is-invalid~.invalid-feedback,
.ah-form-control-file.is-invalid~.invalid-tooltip {
	display: block
}

.was-validated .ah-form-check-input:invalid~.ah-form-check-label,
.ah-form-check-input.is-invalid~.ah-form-check-label {
	color: #dc3545
}

.was-validated .ah-form-check-input:invalid~.invalid-feedback,
.was-validated .ah-form-check-input:invalid~.invalid-tooltip,
.ah-form-check-input.is-invalid~.invalid-feedback,
.ah-form-check-input.is-invalid~.invalid-tooltip {
	display: block
}

.was-validated .ah-custom-control-input:invalid~.ah-custom-control-label,
.ah-custom-control-input.is-invalid~.ah-custom-control-label {
	color: #dc3545
}

.was-validated .ah-custom-control-input:invalid~.ah-custom-control-label::before,
.ah-custom-control-input.is-invalid~.ah-custom-control-label::before {
	border-color: #dc3545
}

.was-validated .ah-custom-control-input:invalid~.invalid-feedback,
.was-validated .ah-custom-control-input:invalid~.invalid-tooltip,
.ah-custom-control-input.is-invalid~.invalid-feedback,
.ah-custom-control-input.is-invalid~.invalid-tooltip {
	display: block
}

.was-validated .ah-custom-control-input:invalid:checked~.ah-custom-control-label::before,
.ah-custom-control-input.is-invalid:checked~.ah-custom-control-label::before {
	border-color: #e4606d;
	background: #e4606d
}

.was-validated .ah-custom-control-input:invalid:focus~.ah-custom-control-label::before,
.ah-custom-control-input.is-invalid:focus~.ah-custom-control-label::before {
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25)
}

.was-validated .ah-custom-control-input:invalid:focus:not(:checked)~.ah-custom-control-label::before,
.ah-custom-control-input.is-invalid:focus:not(:checked)~.ah-custom-control-label::before {
	border-color: #dc3545
}

.was-validated .ah-custom-file-input:invalid~.ah-custom-file-label,
.ah-custom-file-input.is-invalid~.ah-custom-file-label {
	border-color: #dc3545
}

.was-validated .ah-custom-file-input:invalid~.invalid-feedback,
.was-validated .ah-custom-file-input:invalid~.invalid-tooltip,
.ah-custom-file-input.is-invalid~.invalid-feedback,
.ah-custom-file-input.is-invalid~.invalid-tooltip {
	display: block
}

.was-validated .ah-custom-file-input:invalid:focus~.ah-custom-file-label,
.ah-custom-file-input.is-invalid:focus~.ah-custom-file-label {
	border-color: #dc3545;
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25)
}

.ah-form-inline {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-align: center;
	align-items: center
}

.ah-form-inline .ah-form-check {
	width: 100%
}

@media (min-width: 576px) {
	.ah-form-inline label {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: 0
	}

	.ah-form-inline .ah-form-group {
		display: -ms-flexbox;
		display: flex;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 0
	}

	.ah-form-inline .ah-form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}

	.ah-form-inline .ah-form-control-plaintext {
		display: inline-block
	}

	.ah-form-inline .ah-input-group,
	.ah-form-inline .ah-custom-select {
		width: auto
	}

	.ah-form-inline .ah-form-check {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: auto;
		padding-left: 0
	}

	.ah-form-inline .ah-form-check-input {
		position: relative;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		margin-top: 0;
		margin-right: 0.25rem;
		margin-left: 0
	}

	.ah-form-inline .ah-custom-control {
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.ah-form-inline .ah-custom-control-label {
		margin-bottom: 0
	}
}

.ah-btn {
	display: inline-block;
	font-weight: 400;
	color: #212529;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none !important;
	background: transparent;
	border: 1px solid transparent;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	cursor: pointer;
	border-radius: 0.25rem;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
	.ah-btn {
		transition: none
	}
}

.ah-btn:hover {
	color: #212529;
	text-decoration: none
}

.ah-btn:focus,
.ah-btn.focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25)
}

.ah-btn.disabled,
.ah-btn:disabled {
	opacity: 0.65;
	cursor: default
}

a.ah-btn.disabled,
fieldset:disabled a.ah-btn {
	pointer-events: none;
	cursor: default
}

.ah-btn-primary {
	color: #fff;
	background: #007bff;
	border-color: #007bff
}

.ah-btn-primary:hover {
	color: #fff;
	background: #0069d9;
	border-color: #0062cc
}

.ah-btn-primary:focus,
.ah-btn-primary.focus {
	color: #fff;
	box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5)
}

.ah-btn-primary.disabled,
.ah-btn-primary:disabled {
	color: #fff;
	background: #007bff;
	border-color: #007bff
}

.ah-btn-primary:not(:disabled):not(.disabled):active,
.ah-btn-primary:not(:disabled):not(.disabled).active,
.show>.ah-btn-primary.dropdown-toggle {
	color: #fff;
	background: #0062cc;
	border-color: #005cbf
}

.ah-btn-primary:not(:disabled):not(.disabled):active:focus,
.ah-btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.ah-btn-primary.dropdown-toggle:focus {
	color: #fff;
	box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5)
}

.ah-btn-secondary {
	color: #fff;
	background: #6c757d;
	border-color: #6c757d
}

.ah-btn-secondary:hover {
	color: #fff;
	background: #5a6268;
	border-color: #545b62
}

.ah-btn-secondary:focus,
.ah-btn-secondary.focus {
	color: #fff;
	box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5)
}

.ah-btn-secondary.disabled,
.ah-btn-secondary:disabled {
	color: #fff;
	background: #6c757d;
	border-color: #6c757d
}

.ah-btn-secondary:not(:disabled):not(.disabled):active,
.ah-btn-secondary:not(:disabled):not(.disabled).active,
.show>.ah-btn-secondary.dropdown-toggle {
	color: #fff;
	background: #545b62;
	border-color: #4e555b
}

.ah-btn-secondary:not(:disabled):not(.disabled):active:focus,
.ah-btn-secondary:not(:disabled):not(.disabled).active:focus,
.show>.ah-btn-secondary.dropdown-toggle:focus {
	color: #fff;
	box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5)
}

.ah-btn-success {
	color: #fff;
	background: #28a745;
	border-color: #28a745
}

.ah-btn-success:hover {
	color: #fff;
	background: #218838;
	border-color: #1e7e34
}

.ah-btn-success:focus,
.ah-btn-success.focus {
	color: #fff;
	box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5)
}

.ah-btn-success.disabled,
.ah-btn-success:disabled {
	color: #fff;
	background: #28a745;
	border-color: #28a745
}

.ah-btn-success:not(:disabled):not(.disabled):active,
.ah-btn-success:not(:disabled):not(.disabled).active,
.show>.ah-btn-success.dropdown-toggle {
	color: #fff;
	background: #1e7e34;
	border-color: #1c7430
}

.ah-btn-success:not(:disabled):not(.disabled):active:focus,
.ah-btn-success:not(:disabled):not(.disabled).active:focus,
.show>.ah-btn-success.dropdown-toggle:focus {
	color: #fff;
	box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5)
}

.ah-btn-info {
	color: #fff;
	background: #17a2b8;
	border-color: #17a2b8
}

.ah-btn-info:hover {
	color: #fff;
	background: #138496;
	border-color: #117a8b
}

.ah-btn-info:focus,
.ah-btn-info.focus {
	color: #fff;
	box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5)
}

.ah-btn-info.disabled,
.ah-btn-info:disabled {
	color: #fff;
	background: #17a2b8;
	border-color: #17a2b8
}

.ah-btn-info:not(:disabled):not(.disabled):active,
.ah-btn-info:not(:disabled):not(.disabled).active,
.show>.ah-btn-info.dropdown-toggle {
	color: #fff;
	background: #117a8b;
	border-color: #10707f
}

.ah-btn-info:not(:disabled):not(.disabled):active:focus,
.ah-btn-info:not(:disabled):not(.disabled).active:focus,
.show>.ah-btn-info.dropdown-toggle:focus {
	color: #fff;
	box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5)
}

.ah-btn-warning {
	color: #212529;
	background: #ffc107;
	border-color: #ffc107
}

.ah-btn-warning:hover {
	color: #212529;
	background: #e0a800;
	border-color: #d39e00
}

.ah-btn-warning:focus,
.ah-btn-warning.focus {
	color: #212529;
	box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5)
}

.ah-btn-warning.disabled,
.ah-btn-warning:disabled {
	color: #212529;
	background: #ffc107;
	border-color: #ffc107
}

.ah-btn-warning:not(:disabled):not(.disabled):active,
.ah-btn-warning:not(:disabled):not(.disabled).active,
.show>.ah-btn-warning.dropdown-toggle {
	color: #212529;
	background: #d39e00;
	border-color: #c69500
}

.ah-btn-warning:not(:disabled):not(.disabled):active:focus,
.ah-btn-warning:not(:disabled):not(.disabled).active:focus,
.show>.ah-btn-warning.dropdown-toggle:focus {
	color: #212529;
	box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5)
}

.ah-btn-danger {
	color: #fff;
	background: #dc3545;
	border-color: #dc3545
}

.ah-btn-danger:hover {
	color: #fff;
	background: #c82333;
	border-color: #bd2130
}

.ah-btn-danger:focus,
.ah-btn-danger.focus {
	color: #fff;
	box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5)
}

.ah-btn-danger.disabled,
.ah-btn-danger:disabled {
	color: #fff;
	background: #dc3545;
	border-color: #dc3545
}

.ah-btn-danger:not(:disabled):not(.disabled):active,
.ah-btn-danger:not(:disabled):not(.disabled).active,
.show>.ah-btn-danger.dropdown-toggle {
	color: #fff;
	background: #bd2130;
	border-color: #b21f2d
}

.ah-btn-danger:not(:disabled):not(.disabled):active:focus,
.ah-btn-danger:not(:disabled):not(.disabled).active:focus,
.show>.ah-btn-danger.dropdown-toggle:focus {
	color: #fff;
	box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5)
}

.ah-btn-light {
	color: #444;
	background: #fff;
	border-color: #6c757d
}

.ah-btn-light:hover {
	color: #111;
	background: #e2e6ea;
	border-color: #3d464e
}

.ah-btn-light:focus,
.ah-btn-light.focus {
	color: #212529;
	box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5)
}

.ah-btn-light.disabled,
.ah-btn-light:disabled {
	color: #212529;
	background: #f8f9fa;
	border-color: #f8f9fa
}

.ah-btn-light:not(:disabled):not(.disabled):active,
.ah-btn-light:not(:disabled):not(.disabled).active,
.show>.ah-btn-light.dropdown-toggle {
	color: #212529;
	background: #dae0e5;
	border-color: #3d464e
}

.ah-btn-light:not(:disabled):not(.disabled):active:focus,
.ah-btn-light:not(:disabled):not(.disabled).active:focus,
.show>.ah-btn-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5)
}

.ah-btn-dark {
	color: #fff;
	background: #343a40;
	border-color: #343a40
}

.ah-btn-dark:hover {
	color: #fff;
	background: #23272b;
	border-color: #1d2124
}

.ah-btn-dark:focus,
.ah-btn-dark.focus {
	color: #fff;
	box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5)
}

.ah-btn-dark.disabled,
.ah-btn-dark:disabled {
	color: #fff;
	background: #343a40;
	border-color: #343a40
}

.ah-btn-dark:not(:disabled):not(.disabled):active,
.ah-btn-dark:not(:disabled):not(.disabled).active,
.show>.ah-btn-dark.dropdown-toggle {
	color: #fff;
	background: #1d2124;
	border-color: #171a1d
}

.ah-btn-dark:not(:disabled):not(.disabled):active:focus,
.ah-btn-dark:not(:disabled):not(.disabled).active:focus,
.show>.ah-btn-dark.dropdown-toggle:focus {
	color: #fff;
	box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5)
}

.ah-btn-outline-primary {
	color: #007bff;
	border-color: #007bff
}

.ah-btn-outline-primary:hover {
	color: #fff;
	background: #007bff;
	border-color: #007bff
}

.ah-btn-outline-primary:focus,
.ah-btn-outline-primary.focus {
	color: #fff;
	background: #007bff;
	border-color: #007bff;
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5)
}

.ah-btn-outline-primary.disabled,
.ah-btn-outline-primary:disabled {
	color: #007bff;
	background: transparent;
	cursor: default
}

.ah-btn-outline-primary:not(:disabled):not(.disabled):active,
.ah-btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.ah-btn-outline-primary.dropdown-toggle {
	color: #fff;
	background: #007bff;
	border-color: #007bff
}

.ah-btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.ah-btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show>.ah-btn-outline-primary.dropdown-toggle:focus {
	color: #fff;
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5)
}

.ah-btn-outline-secondary {
	color: #6c757d;
	border-color: #6c757d
}

.ah-btn-outline-secondary:hover {
	color: #fff;
	background: #6c757d;
	border-color: #6c757d
}

.ah-btn-outline-secondary:focus,
.ah-btn-outline-secondary.focus {
	background: #6c757d;
	color: #fff;
	box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5)
}

.ah-btn-outline-secondary.disabled,
.ah-btn-outline-secondary:disabled {
	background: #6c757d;
	color: #6c757d;
	background: transparent
}

.ah-btn-outline-secondary:not(:disabled):not(.disabled):active,
.ah-btn-outline-secondary:not(:disabled):not(.disabled).active,
.show>.ah-btn-outline-secondary.dropdown-toggle {
	color: #fff;
	background: #6c757d;
	border-color: #6c757d
}

.ah-btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.ah-btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show>.ah-btn-outline-secondary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5)
}

.ah-btn-outline-success {
	color: #28a745;
	border-color: #28a745
}

.ah-btn-outline-success:hover {
	color: #fff;
	background: #28a745;
	border-color: #28a745
}

.ah-btn-outline-success:focus,
.ah-btn-outline-success.focus {
	color: #fff;
	background: #28a745;
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5)
}

.ah-btn-outline-success.disabled,
.ah-btn-outline-success:disabled {
	color: #28a745;
	background: transparent
}

.ah-btn-outline-success:not(:disabled):not(.disabled):active,
.ah-btn-outline-success:not(:disabled):not(.disabled).active,
.show>.ah-btn-outline-success.dropdown-toggle {
	color: #fff;
	background: #28a745;
	border-color: #28a745
}

.ah-btn-outline-success:not(:disabled):not(.disabled):active:focus,
.ah-btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show>.ah-btn-outline-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5)
}

.ah-btn-outline-info {
	color: #17a2b8;
	border-color: #17a2b8
}

.ah-btn-outline-info:hover {
	color: #fff;
	background: #17a2b8;
	border-color: #17a2b8
}

.ah-btn-outline-info:focus,
.ah-btn-outline-info.focus {
	color: #fff;
	background: #17a2b8;
	box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5)
}

.ah-btn-outline-info.disabled,
.ah-btn-outline-info:disabled {
	color: #17a2b8;
	background: transparent
}

.ah-btn-outline-info:not(:disabled):not(.disabled):active,
.ah-btn-outline-info:not(:disabled):not(.disabled).active,
.show>.ah-btn-outline-info.dropdown-toggle {
	color: #fff;
	background: #17a2b8;
	border-color: #17a2b8
}

.ah-btn-outline-info:not(:disabled):not(.disabled):active:focus,
.ah-btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show>.ah-btn-outline-info.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5)
}

.ah-btn-outline-warning {
	color: #ffc107;
	border-color: #ffc107
}

.ah-btn-outline-warning:hover {
	color: #212529;
	background: #ffc107;
	border-color: #ffc107
}

.ah-btn-outline-warning:focus,
.ah-btn-outline-warning.focus {
	color: #212529;
	background: #ffc107;
	box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5)
}

.ah-btn-outline-warning.disabled,
.ah-btn-outline-warning:disabled {
	color: #ffc107;
	background: transparent
}

.ah-btn-outline-warning:not(:disabled):not(.disabled):active,
.ah-btn-outline-warning:not(:disabled):not(.disabled).active,
.show>.ah-btn-outline-warning.dropdown-toggle {
	color: #212529;
	background: #ffc107;
	border-color: #ffc107
}

.ah-btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.ah-btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show>.ah-btn-outline-warning.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5)
}

.ah-btn-outline-danger {
	color: #dc3545;
	border-color: #dc3545
}

.ah-btn-outline-danger:hover {
	color: #fff;
	background: #dc3545;
	border-color: #dc3545
}

.ah-btn-outline-danger:focus,
.ah-btn-outline-danger.focus {
	color: #fff;
	background: #dc3545;
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5)
}

.ah-btn-outline-danger.disabled,
.ah-btn-outline-danger:disabled {
	color: #dc3545;
	background: transparent
}

.ah-btn-outline-danger:not(:disabled):not(.disabled):active,
.ah-btn-outline-danger:not(:disabled):not(.disabled).active,
.show>.ah-btn-outline-danger.dropdown-toggle {
	color: #fff;
	background: #dc3545;
	border-color: #dc3545
}

.ah-btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.ah-btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show>.ah-btn-outline-danger.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5)
}

.ah-btn-outline-light {
	color: #f8f9fa;
	border-color: #f8f9fa
}

.ah-btn-outline-light:hover {
	color: #212529;
	background: #f8f9fa;
	border-color: #f8f9fa
}

.ah-btn-outline-light:focus,
.ah-btn-outline-light.focus {
	box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5)
}

.ah-btn-outline-light.disabled,
.ah-btn-outline-light:disabled {
	color: #f8f9fa;
	background: transparent
}

.ah-btn-outline-light:not(:disabled):not(.disabled):active,
.ah-btn-outline-light:not(:disabled):not(.disabled).active,
.show>.ah-btn-outline-light.dropdown-toggle {
	color: #212529;
	background: #f8f9fa;
	border-color: #f8f9fa
}

.ah-btn-outline-light:not(:disabled):not(.disabled):active:focus,
.ah-btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show>.ah-btn-outline-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5)
}

.ah-btn-outline-dark {
	color: #343a40;
	border-color: #343a40
}

.ah-btn-outline-dark:hover {
	color: #fff;
	background: #343a40;
	border-color: #343a40
}

.ah-btn-outline-dark:focus,
.ah-btn-outline-dark.focus {
	color: #fff;
	background: #343a40;
	box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5)
}

.ah-btn-outline-dark.disabled,
.ah-btn-outline-dark:disabled {
	color: #343a40;
	background: transparent
}

.ah-btn-outline-dark:not(:disabled):not(.disabled):active,
.ah-btn-outline-dark:not(:disabled):not(.disabled).active,
.show>.ah-btn-outline-dark.dropdown-toggle {
	color: #fff;
	background: #343a40;
	border-color: #343a40
}

.ah-btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.ah-btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show>.ah-btn-outline-dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5)
}

.ah-btn-link {
	font-weight: 400;
	color: #007bff;
	text-decoration: none
}

.ah-btn-link:hover {
	color: #0056b3;
	text-decoration: underline
}

.ah-btn-link:focus,
.ah-btn-link.focus {
	text-decoration: underline;
	box-shadow: none
}

.ah-btn-link:disabled,
.ah-btn-link.disabled {
	color: #6c757d;
	pointer-events: none
}

.ah-btn-lg,
.ah-btn-group-lg>.ah-btn {
	padding: 0.5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: 0.3rem
}

.ah-btn-sm,
.ah-btn-group-sm>.ah-btn {
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
	line-height: 1.5;
	border-radius: 0.2rem
}

.ah-btn-xm,
.ah-btn-group-xm>.ah-btn {
	padding: 2px 8px;
	font-size: 14px;
	line-height: 1.5;
	border-radius: 0.2rem
}

.ah-btn-block {
	display: block;
	width: 100%
}

.ah-btn-block+.ah-btn-block {
	margin-top: 0.5rem
}

input[type="submit"].ah-btn-block,
input[type="reset"].ah-btn-block,
input[type="button"].ah-btn-block {
	width: 100%
}

.ah-input-group {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%
}

.ah-input-group>.ah-form-control,
.ah-input-group>.ah-form-control-plaintext,
.ah-input-group>.ah-custom-select,
.ah-input-group>.ah-custom-file {
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 1%;
	margin-bottom: 0
}

.ah-input-group>.ah-form-control+.ah-form-control,
.ah-input-group>.ah-form-control+.ah-custom-select,
.ah-input-group>.ah-form-control+.ah-custom-file,
.ah-input-group>.ah-form-control-plaintext+.ah-form-control,
.ah-input-group>.ah-form-control-plaintext+.ah-custom-select,
.ah-input-group>.ah-form-control-plaintext+.ah-custom-file,
.ah-input-group>.ah-custom-select+.ah-form-control,
.ah-input-group>.ah-custom-select+.ah-custom-select,
.ah-input-group>.ah-custom-select+.ah-custom-file,
.ah-input-group>.ah-custom-file+.ah-form-control,
.ah-input-group>.ah-custom-file+.ah-custom-select,
.ah-input-group>.ah-custom-file+.ah-custom-file {
	margin-left: -1px
}

.ah-input-group>.ah-form-control:focus,
.ah-input-group>.ah-custom-select:focus,
.ah-input-group>.ah-custom-file .ah-custom-file-input:focus~.ah-custom-file-label {
	z-index: 3
}

.ah-input-group>.ah-custom-file .ah-custom-file-input:focus {
	z-index: 4
}

.ah-input-group>.ah-form-control:not(:last-child),
.ah-input-group>.ah-custom-select:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.ah-input-group>.ah-form-control:not(:first-child),
.ah-input-group>.ah-custom-select:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.ah-input-group>.ah-custom-file {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.ah-input-group>.ah-custom-file:not(:last-child) .ah-custom-file-label,
.ah-input-group>.ah-custom-file:not(:last-child) .ah-custom-file-label::after {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.ah-input-group>.ah-custom-file:not(:first-child) .ah-custom-file-label {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.ah-input-group-prepend,
.ah-input-group-append {
	display: -ms-flexbox;
	display: flex
}

.ah-input-group-prepend .ah-btn,
.ah-input-group-append .ah-btn {
	position: relative;
	z-index: 2
}

.ah-input-group-prepend .ah-btn:focus,
.ah-input-group-append .ah-btn:focus {
	z-index: 3
}

.ah-input-group-prepend .ah-btn+.ah-btn,
.ah-input-group-prepend .ah-btn+.ah-input-group-text,
.ah-input-group-prepend .ah-input-group-text+.ah-input-group-text,
.ah-input-group-prepend .ah-input-group-text+.ah-btn,
.ah-input-group-append .ah-btn+.ah-btn,
.ah-input-group-append .ah-btn+.ah-input-group-text,
.ah-input-group-append .ah-input-group-text+.ah-input-group-text,
.ah-input-group-append .ah-input-group-text+.ah-btn {
	margin-left: -1px
}

.ah-input-group-prepend {
	margin-right: -2px
}

.ah-input-group-append {
	margin-left: -2px
}

.ah-input-group-text {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: 0.375rem 0.75rem;
	margin-bottom: 0;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	text-align: center;
	white-space: nowrap;
	background: #e9ecef;
	border: 1px solid #ced4da;
	border-radius: 0.25rem
}

.ah-input-group-img {
	width: 33px;
	height: 31px;
	background: #e9ecef;
	margin-left: -1px;
	border: 1px solid #ced4da
}

.ah-input-group-text input[type="radio"],
.ah-input-group-text input[type="checkbox"] {
	margin-top: 0
}

.ah-input-group-lg>.ah-form-control:not(textarea),
.ah-input-group-lg>.ah-custom-select {
	height: calc(1.5em + 1rem + 2px)
}

.ah-input-group-lg>.ah-form-control,
.ah-input-group-lg>.ah-custom-select,
.ah-input-group-lg>.ah-input-group-prepend>.ah-input-group-text,
.ah-input-group-lg>.ah-input-group-append>.ah-input-group-text,
.ah-input-group-lg>.ah-input-group-prepend>.ah-btn,
.ah-input-group-lg>.ah-input-group-append>.ah-btn {
	padding: 0.5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: 0.3rem
}

.ah-input-group-sm>.ah-form-control:not(textarea),
.ah-input-group-sm>.ah-custom-select {
	height: calc(1.5em + 0.5rem + 2px)
}

.ah-input-group-sm>.ah-form-control,
.ah-input-group-sm>.ah-custom-select,
.ah-input-group-sm>.ah-input-group-prepend>.ah-input-group-text,
.ah-input-group-sm>.ah-input-group-append>.ah-input-group-text,
.ah-input-group-sm>.ah-input-group-prepend>.ah-btn,
.ah-input-group-sm>.ah-input-group-append>.ah-btn {
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
	line-height: 1.5;
	border-radius: 0.2rem
}

.ah-input-group-lg>.ah-custom-select,
.ah-input-group-sm>.ah-custom-select {
	padding-right: 1.75rem
}

.ah-input-group>.ah-input-group-prepend>.ah-btn,
.ah-input-group>.ah-input-group-prepend>.ah-input-group-text,
.ah-input-group>.ah-input-group-append:not(:last-child)>.ah-btn,
.ah-input-group>.ah-input-group-append:not(:last-child)>.ah-input-group-text,
.ah-input-group>.ah-input-group-append:last-child>.ah-btn:not(:last-child):not(.dropdown-toggle),
.ah-input-group>.ah-input-group-append:last-child>.ah-input-group-text:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.ah-input-group>.ah-input-group-append>.ah-btn,
.ah-input-group>.ah-input-group-append>.ah-input-group-text,
.ah-input-group>.ah-input-group-prepend:not(:first-child)>.ah-btn,
.ah-input-group>.ah-input-group-prepend:not(:first-child)>.ah-input-group-text,
.ah-input-group>.ah-input-group-prepend:first-child>.ah-btn:not(:first-child),
.ah-input-group>.ah-input-group-prepend:first-child>.ah-input-group-text:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.ah-custom-control {
	position: relative;
	display: block;
	min-height: 1.5rem;
	padding-left: 28px
}

.ah-custom-control-inline {
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-right: 1rem
}

.ah-custom-control-input {
	position: absolute;
	z-index: -1;
	opacity: 0
}

.ah-custom-control-input:checked~.ah-custom-control-label::before {
	color: #fff;
	border-color: #007bff;
	background: #007bff
}

.ah-custom-control-input:focus~.ah-custom-control-label::before {
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25)
}

.ah-custom-control-input:focus:not(:checked)~.ah-custom-control-label::before {
	border-color: #80bdff;
	box-shadow: none !important
}

.ah-custom-control-input:not(:disabled):active~.ah-custom-control-label::before {
	color: #fff;
	background: #b3d7ff;
	border-color: #b3d7ff;
	box-shadow: none !important
}

.ah-custom-control-input:disabled~.ah-custom-control-label {
	color: #8c9599;
	cursor: not-allowed
}

.ah-custom-control-input:disabled~.ah-custom-control-label::before {
	background: #e9ecef;
	border: #b4c2cd solid 1px;
	cursor: not-allowed
}

.ah-custom-control-label {
	position: relative;
	margin-bottom: 0;
	vertical-align: top;
	font-size: 14px
}

.ah-custom-control-label::before {
	box-shadow: inset 1px 1px 5px -1px rgba(0, 0, 0, 0.23);
	position: absolute;
	top: 0px;
	left: -28px;
	display: block;
	width: 20px;
	height: 20px;
	pointer-events: none;
	content: "";
	background: #fff;
	border: #7e8993 solid 1px
}

.ah-custom-control-label::after {
	position: absolute;
	top: 0px;
	left: -28px;
	display: block;
	width: 20px;
	height: 20px;
	content: "";
	background: no-repeat 50% / 50% 50%
}

.ah-custom-control-inline .ah-custom-control-label::after,
.ah-custom-control-inline .ah-custom-control-label::before {
	top: 0px !important
}

.ah-custom-checkbox .ah-custom-control-label::before {
	border-radius: 0.25rem
}

.ah-custom-checkbox .ah-custom-control-input:checked~.ah-custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e")
}

.ah-custom-checkbox .ah-custom-control-input:indeterminate~.ah-custom-control-label::before {
	border-color: #007bff;
	background: #007bff;
	box-shadow: none !important
}

.ah-custom-checkbox .ah-custom-control-input:indeterminate~.ah-custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")
}

.ah-custom-checkbox .ah-custom-control-input:disabled:checked~.ah-custom-control-label::before {
	background: rgba(0, 123, 255, 0.5);
	box-shadow: none !important
}

.ah-custom-checkbox .ah-custom-control-input:disabled:indeterminate~.ah-custom-control-label::before {
	background: rgba(0, 123, 255, 0.5);
	box-shadow: none !important
}

.ah-custom-radio .ah-custom-control-label::before {
	border-radius: 50%
}

.ah-custom-radio .ah-custom-control-input:checked~.ah-custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.ah-custom-radio .ah-custom-control-input:disabled:checked~.ah-custom-control-label::before {
	background: rgba(0, 123, 255, 0.5)
}

.ah-custom-switch {
	padding-left: 2.25rem
}

.ah-custom-switch .ah-custom-control-label::before {
	left: -2.25rem;
	width: 1.75rem;
	pointer-events: all;
	border-radius: 0.5rem
}

.ah-custom-switch .ah-custom-control-label::after {
	top: calc(0.25rem + 2px);
	left: calc(-2.25rem + 2px);
	width: calc(1rem - 4px);
	height: calc(1rem - 4px);
	background: #adb5bd;
	border-radius: 0.5rem;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
	transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
	.ah-custom-switch .ah-custom-control-label::after {
		transition: none
	}
}

.ah-custom-switch .ah-custom-control-input:checked~.ah-custom-control-label::after {
	background: #fff;
	-webkit-transform: translateX(0.75rem);
	transform: translateX(0.75rem)
}

.ah-custom-switch .ah-custom-control-input:disabled:checked~.ah-custom-control-label::before {
	background: rgba(0, 123, 255, 0.5)
}

.ah-custom-select {
	display: inline-block;
	width: 100%;
	height: calc(1.5em + 0.75rem + 2px);
	padding: 0.375rem 1.75rem 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	vertical-align: middle;
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
	background: #fff;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.ah-custom-select.ah-form-control-sm {
	height: 31px
}

.ah-custom-select:focus {
	border-color: #80bdff;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25)
}

.ah-custom-select:focus::-ms-value {
	color: #495057;
	background: #fff
}

.ah-custom-select[multiple],
.ah-custom-select[size]:not([size="1"]) {
	height: auto;
	padding-right: 0.75rem;
	background-image: none
}

.ah-custom-select:disabled {
	color: #6c757d;
	background: #e9ecef
}

.ah-custom-select::-ms-expand {
	display: none
}

.ah-custom-select-sm {
	height: calc(1.5em + 0.5rem + 2px);
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
	padding-left: 0.5rem;
	font-size: 0.875rem
}

.ah-custom-select-lg {
	height: calc(1.5em + 1rem + 2px);
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 1rem;
	font-size: 1.25rem
}

.ah-custom-file {
	position: relative;
	display: inline-block;
	width: 100%;
	height: calc(1.5em + 0.75rem + 2px);
	margin-bottom: 0
}

.ah-custom-file-input {
	position: relative;
	z-index: 2;
	width: 100%;
	height: calc(1.5em + 0.75rem + 2px);
	margin: 0;
	opacity: 0
}

.ah-custom-file-input:focus~.ah-custom-file-label {
	border-color: #80bdff;
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25)
}

.ah-custom-file-input:disabled~.ah-custom-file-label {
	background: #e9ecef
}

.ah-custom-file-input:lang(en)~.ah-custom-file-label::after {
	content: "Browse"
}

.ah-custom-file-input~.ah-custom-file-label[data-browse]::after {
	content: attr(data-browse)
}

.ah-custom-file-label {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1;
	height: calc(1.5em + 0.75rem + 2px);
	padding: 0.375rem 0.75rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background: #fff;
	border: 1px solid #ced4da;
	border-radius: 0.25rem
}

.ah-custom-file-label::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	display: block;
	height: calc(1.5em + 0.75rem);
	padding: 0.375rem 0.75rem;
	line-height: 1.5;
	color: #495057;
	content: "Browse";
	background: #e9ecef;
	border-left: inherit;
	border-radius: 0 0.25rem 0.25rem 0
}

.ah-custom-range {
	width: 100%;
	height: calc(1rem + 0.4rem);
	padding: 0;
	background: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.ah-custom-range:focus {
	outline: none
}

.ah-custom-range:focus::-webkit-slider-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25)
}

.ah-custom-range:focus::-moz-range-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25)
}

.ah-custom-range:focus::-ms-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25)
}

.ah-custom-range::-moz-focus-outer {
	border: 0
}

.ah-custom-range::-webkit-slider-thumb {
	width: 20px;
	height: 20px;
	margin-top: -6px;
	background: #007bff;
	border: 0;
	border-radius: 1rem;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	-webkit-appearance: none;
	appearance: none
}

@media (prefers-reduced-motion: reduce) {
	.ah-custom-range::-webkit-slider-thumb {
		transition: none
	}
}

.ah-custom-range::-webkit-slider-thumb:active {
	background: #b3d7ff
}

.ah-custom-range::-webkit-slider-runnable-track {
	width: 100%;
	height: 8px;
	color: transparent;
	cursor: pointer;
	background: #dee2e6;
	border-color: transparent;
	border-radius: 1rem
}

.ah-custom-range::-moz-range-thumb {
	width: 20px;
	height: 20px;
	background: #007bff;
	border: 0;
	border-radius: 1rem;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	-moz-appearance: none;
	appearance: none
}

@media (prefers-reduced-motion: reduce) {
	.ah-custom-range::-moz-range-thumb {
		transition: none
	}
}

.ah-custom-range::-moz-range-thumb:active {
	background: #b3d7ff
}

.ah-custom-range::-moz-range-track {
	width: 100%;
	height: 8px;
	color: transparent;
	cursor: pointer;
	background: #dee2e6;
	border-color: transparent;
	border-radius: 1rem
}

.ah-custom-range::-ms-thumb {
	width: 20px;
	height: 20px;
	margin-top: 0;
	margin-right: 0.2rem;
	margin-left: 0.2rem;
	background: #007bff;
	border: 0;
	border-radius: 1rem;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	appearance: none
}

@media (prefers-reduced-motion: reduce) {
	.ah-custom-range::-ms-thumb {
		transition: none
	}
}

.ah-custom-range::-ms-thumb:active {
	background: #b3d7ff
}

.ah-custom-range::-ms-track {
	width: 100%;
	height: 8px;
	color: transparent;
	cursor: pointer;
	background: transparent;
	border-color: transparent;
	border-width: 0.5rem
}

.ah-custom-range::-ms-fill-lower {
	background: #dee2e6;
	border-radius: 1rem
}

.ah-custom-range::-ms-fill-upper {
	margin-right: 15px;
	background: #dee2e6;
	border-radius: 1rem
}

.ah-custom-range:disabled::-webkit-slider-thumb {
	background: #adb5bd
}

.ah-custom-range:disabled::-webkit-slider-runnable-track {
	cursor: default
}

.ah-custom-range:disabled::-moz-range-thumb {
	background: #adb5bd
}

.ah-custom-range:disabled::-moz-range-track {
	cursor: default
}

.ah-custom-range:disabled::-ms-thumb {
	background: #adb5bd
}

.ah-custom-control-label::before,
.ah-custom-file-label,
.ah-custom-select {
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {

	.ah-custom-control-label::before,
	.ah-custom-file-label,
	.ah-custom-select {
		transition: none
	}
}

.range-wrap {
	width: 100%;
	position: relative;
	margin-top: 30px
}

.range-wrap input[type=range] {
	border: none !important
}

.range-wrap .range-value {
	position: absolute;
	top: -50%
}

.range-wrap .range-value span {
	width: 30px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	background: #007bff;
	color: #fff;
	font-size: 12px;
	display: block;
	position: absolute;
	left: 50%;
	top: -15px;
	margin-left: 2px;
	transform: translate(-50%, 0);
	border-radius: 3px
}

.range-wrap .range-value span:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-top: 6px solid #007bff;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	top: 100%;
	left: 50%;
	margin-left: -6px;
	margin-top: -1px
}

.ah-custom-buttons-list {
	margin: 0px
}

.ah-custom-buttons-list .ah-custom-buttons-list-input-group {
	display: block;
	position: relative;
	margin: 10px 0
}

.ah-custom-buttons-list .ah-custom-buttons-list-input-group label {
	background: #fff;
	border: 1px solid #ccc;
	box-shadow: 0px 1px 6px -2px rgba(0, 0, 0, 0.2);
	display: block;
	padding: 8px 16px;
	width: 100%;
	display: block;
	text-align: left;
	color: #3C454C;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	position: relative;
	z-index: 2;
	transition: all 0.2s ease-in;
	border-radius: 5px;
	overflow: hidden
}

.ah-custom-buttons-list .ah-custom-buttons-list-input-group label:after {
	width: 32px;
	height: 32px;
	display: none;
	content: '';
	border: 2px solid #D1D7DC;
	background-color: #fff;
	background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
	background-repeat: no-repeat;
	background-position: 2px 3px;
	border-radius: 50%;
	z-index: 2;
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	transition: all 0.2s ease-in
}

.ah-custom-buttons-list .ah-custom-buttons-list-input-group label:hover {
	border-color: #666
}

.ah-custom-buttons-list .ah-custom-buttons-list-input-group input:checked~label {
	background: #007bff;
	border-color: #007bff;
	color: #fff
}

.ah-custom-buttons-list .ah-custom-buttons-list-input-group input:checked~label:after {
	background-color: #54E0C7;
	border-color: #54E0C7
}

.ah-custom-buttons-list .ah-custom-buttons-list-input-group input {
	width: 32px;
	height: 32px;
	order: 1;
	z-index: 2;
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	visibility: hidden
}

.font-600 {
	font-weight: 600
}

.font-16 {
	font-size: 16px
}

.font-18 {
	font-size: 18px
}

.text-right {
	text-align: right
}

.text-left {
	text-align: left
}

.text-center {
	text-align: center
}

.clear-15 {
	height: 15px;
	overflow: hidden;
	display: block;
	clear: bottom
}

.btn.disabled,
.btn:disabled {
	opacity: 0.65
}

a.disabled,
fieldset:disabled .btn:disabled {
	pointer-events: none !important;
	cursor: default !important
}

.ah-btn-spinner {
	position: relative;
	padding-left: 30px
}

.ah-btn-spinner:after {
	background: url("../images/spinner.svg") no-repeat center center;
	background-size: 100%;
	width: 24px;
	height: 24px;
	top: 6px;
	left: 4px;
	display: block;
	position: absolute;
	content: ''
}

.ah-btn-spinner.ah-btn-lg {
	padding-left: 40px
}

.ah-btn-spinner.ah-btn-lg:after {
	top: 8px;
	left: 8px
}

.ah-survey-front {
	background: #fff;
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
	margin: 0px;
	border-radius: 0px 0px 5px 5px !important;
	visibility: hidden;
	margin-bottom: 30px
}

.ah-survey-front *,
.ah-survey-front *::before,
.ah-survey-front *::after {
	box-sizing: border-box
}

.ah-survey-front a,
.ah-survey-front button {
	text-decoration: none !important
}

.ah-survey-front .ah-btn-spinner {
	position: relative;
	padding-left: 30px
}

.ah-survey-front .ah-btn-spinner:after {
	background: url("../images/spinner.svg") no-repeat center center;
	background-size: 100%;
	width: 24px;
	height: 24px;
	top: 2px;
	left: 3px;
	display: block;
	position: absolute;
	content: ''
}

.ah-survey-front .ah-btn-spinner.ah-btn-lg {
	padding-left: 40px
}

.ah-survey-front .ah-btn-spinner.ah-btn-lg:after {
	top: 8px;
	left: 8px
}

.ah-survey-front .ah-survey-front-content {
	padding: 15px
}

.ah-survey-front .ah-survey-front-content .ah-survey-countdown {
	color: #fff;
	display: block;
	font-weight: 100;
	text-align: center;
	font-size: 30px;
	margin-top: 15px
}

.ah-survey-front .ah-survey-front-content .ah-survey-countdown>div {
	padding: 10px;
	min-width: 100px;
	border-radius: 8px;
	background: #0083bf;
	display: inline-block
}

.ah-survey-front .ah-survey-front-content .ah-survey-countdown div>span {
	min-width: 80px;
	padding: 15px;
	border-radius: 50%;
	background: #003a81;
	display: inline-block
}

.ah-survey-front .ah-survey-front-content div.ah-survey-label {
	font-size: 16px;
	margin: 5px -5px 0px -5px
}

.ah-survey-front .ah-survey-progressbar {
	background: #ddd;
	box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.09);
	height: 22px;
	margin: 0px 15px 15px 15px;
	overflow: hidden;
	border-radius: 2px;
	font-size: 12px;
	font-weight: 400;
	line-height: 21px;
	color: #fff
}

.ah-survey-front .ah-survey-progressbar .ah-survey-progressbar-color {
	background: #007bff;
	float: left;
	padding: 0px 0px;
	min-width: 28px;
	border-radius: 2px;
	text-align: center
}

.ah-survey-front .ah-survey-front-title {
	background: #f2f2f2;
	border-top: 5px solid #2a62bc;
	border-bottom: 1px solid #ddd;
	padding: 7.5px 15px;
	font-size: 20px;
	font-weight: 600;
	color: #222
}

.ah-survey-front .ah-survey-login-form {
	background: #fafafa;
	border: 1px solid #ddd;
	padding: 15px;
	margin: 15px;
	border-radius: 5px
}

.ah-survey-front .ah-survey-front-description,
.ah-survey-front .ah-survey-front-end-message {
	text-align: justify;
	line-height: 23px;
	padding: 20px;
	margin: 0px
}

.ah-survey-front .ah-survey-front-description p:last-of-type,
.ah-survey-front .ah-survey-front-end-message p:last-of-type {
	margin: 0px !important
}

.ah-survey-front .ah-question-error {
	font-size: 12px;
	color: #e92f07;
	margin-top: 5px
}

.ah-survey-front .ah-survey-questions-list {
	margin: 0px !important;
	padding: 0px 0px 1px 0px !important;
	overflow: visible !important;
	display: block !important
}

.ah-survey-front .ah-survey-questions-list>li {
	list-style: none !important;
	margin: 0px !important;
	padding: 0px !important;
	display: block !important
}

.ah-survey-front .ah-survey-questions-list>li.ah-survey-question {
	background: #fafafa !important;
	border: 1px solid #ddd !important;
	padding: 15px !important;
	margin: 0px 15px 15px 15px !important;
	border-radius: 5px !important
}

.ah-survey-front .ah-survey-questions-list>li.ah-survey-question .ah-survey-question-title {
	background: #eee;
	font-size: 16px;
	font-weight: 600;
	color: #111;
	margin: -15px -15px 15px -15px;
	border-bottom: 1px solid #ddd;
	padding: 3px 15px;
	border-radius: 5px 5px 0px 0px
}

.ah-survey-front .ah-survey-questions-list>li.ah-survey-question .ah-survey-question-title span {
	margin: 0px 5px;
	display: inline-block;
	color: rgba(255, 51, 46, 0.87)
}

.ah-survey-front .ah-survey-questions-list>li.ah-survey-question .ah-survey-question-help {
	font-size: 12px
}

.ah-survey-front .ah-survey-questions-list>li.ah-survey-question .ah-survey-question-type {
	margin-top: 15px
}

.ah-survey-front .ah-survey-questions-list>li.ah-survey-question .ah-question-buttons {
	overflow: hidden;
	padding: 3px
}

.ah-survey-front .ah-survey-questions-list>li.ah-survey-question .ah-question-buttons .ah-btn {
	margin-right: 10px;
	display: block;
	float: left
}

.ah-survey-front .ah-survey-questions-list>li.ah-survey-question .ah-question-hearts {
	display: block;
	position: relative;
	overflow: hidden;
	float: left;
	height: 35px
}

.ah-survey-front .ah-survey-questions-list>li.ah-survey-question .ah-question-hearts:not(:checked) input[type="radio"] {
	position: absolute;
	top: -1px;
	opacity: 0
}

.ah-survey-front .ah-survey-questions-list>li.ah-survey-question .ah-question-hearts:not(:checked) label {
	width: 30px;
	height: 35px;
	line-height: 35px;
	display: block;
	float: right;
	margin-right: 5px;
	cursor: pointer;
	font-size: 27px;
	position: relative;
	color: #bbb
}

.ah-survey-front .ah-survey-questions-list>li.ah-survey-question .ah-question-hearts:not(:checked) label:after {
	content: "\f103";
	font-family: Flaticon;
	position: absolute;
	top: 0px;
	left: 0px;
	transition: all 0.2s ease-in-out
}

.ah-survey-front .ah-survey-questions-list>li.ah-survey-question .ah-question-hearts input[type="radio"]:checked~label {
	color: #e81d1d
}

.ah-survey-front .ah-survey-questions-list>li.ah-survey-question .ah-question-hearts:not(:checked)>label:hover,
.ah-survey-front .ah-survey-questions-list>li.ah-survey-question .ah-question-hearts:not(:checked)>label:hover~label {
	color: #e81d1d
}

.ah-survey-front .ah-survey-questions-list>li.ah-survey-question .ah-question-hearts input[type="radio"]:checked+label:hover,
.ah-survey-front .ah-survey-questions-list>li.ah-survey-question .ah-question-hearts input[type="radio"]:checked+label:hover~label,
.ah-survey-front .ah-survey-questions-list>li.ah-survey-question .ah-question-hearts input[type="radio"]:checked~label:hover,
.ah-survey-front .ah-survey-questions-list>li.ah-survey-question .ah-question-hearts input[type="radio"]:checked~label:hover~label,
.ah-survey-front .ah-survey-questions-list>li.ah-survey-question .ah-question-hearts label:hover~input[type="radio"]:checked~label {
	color: #9e1616
}

.ah-survey-front .ah-survey-questions-list>li.ah-survey-question .ah-question-stars {
	display: block;
	position: relative;
	overflow: hidden;
	float: left;
	height: 35px
}

.ah-survey-front .ah-survey-questions-list>li.ah-survey-question .ah-question-stars:not(:checked) input[type="radio"] {
	position: absolute;
	top: -1px;
	opacity: 0
}

.ah-survey-front .ah-survey-questions-list>li.ah-survey-question .ah-question-stars:not(:checked) label {
	width: 30px;
	height: 35px;
	line-height: 35px;
	display: block;
	float: right;
	margin-right: 5px;
	cursor: pointer;
	font-size: 27px;
	position: relative;
	color: #bbb
}

.ah-survey-front .ah-survey-questions-list>li.ah-survey-question .ah-question-stars:not(:checked) label:after {
	content: "\f101";
	font-family: Flaticon;
	position: absolute;
	top: 0px;
	left: 0px;
	transition: all 0.2s ease-in-out
}

.ah-survey-front .ah-survey-questions-list>li.ah-survey-question .ah-question-stars input[type="radio"]:checked~label {
	color: #f1aa27
}

.ah-survey-front .ah-survey-questions-list>li.ah-survey-question .ah-question-stars:not(:checked)>label:hover,
.ah-survey-front .ah-survey-questions-list>li.ah-survey-question .ah-question-stars:not(:checked)>label:hover~label {
	color: #f1aa27
}

.ah-survey-front .ah-survey-questions-list>li.ah-survey-question .ah-question-stars input[type="radio"]:checked+label:hover,
.ah-survey-front .ah-survey-questions-list>li.ah-survey-question .ah-question-stars input[type="radio"]:checked+label:hover~label,
.ah-survey-front .ah-survey-questions-list>li.ah-survey-question .ah-question-stars input[type="radio"]:checked~label:hover,
.ah-survey-front .ah-survey-questions-list>li.ah-survey-question .ah-question-stars input[type="radio"]:checked~label:hover~label,
.ah-survey-front .ah-survey-questions-list>li.ah-survey-question .ah-question-stars label:hover~input[type="radio"]:checked~label {
	color: #d4971a
}

.ah-survey-front .ah-survey-questions-list>li.ah-survey-question .ah-questions-photo-list {
	margin: 0px 0px -15px 0px !important
}

.ah-survey-front .ah-survey-questions-list>li.ah-survey-question .ah-questions-photo-list input[type="text"] {
	display: none
}

.ah-survey-front .ah-survey-questions-list>li.ah-survey-question .ah-questions-photo-list>ul {
	margin: 0px !important;
	padding: 0px !important
}

.ah-survey-front .ah-survey-questions-list>li.ah-survey-question .ah-questions-photo-list>ul>li {
	list-style: none !important;
	overflow: hidden;
	padding: 0px !important;
	margin: 0px 0px 15px 0px !important
}

.ah-survey-front .ah-survey-questions-list>li.ah-survey-question .ah-questions-photo-list>ul>li div.img {
	background: #ffffff;
	border: 1px solid #bababa;
	display: block;
	width: 64px;
	height: 64px;
	padding: 10px;
	float: left;
	overflow: hidden;
	border-radius: 5px;
	cursor: pointer;
	transition: all 0.2s ease-in-out
}

.ah-survey-front .ah-survey-questions-list>li.ah-survey-question .ah-questions-photo-list>ul>li div.img img {
	background: transparent !important;
	box-shadow: none !important;
	width: 46px;
	height: 42px;
	border-radius: 0px !important
}

.ah-survey-front .ah-survey-questions-list>li.ah-survey-question .ah-questions-photo-list>ul>li div.img:hover {
	border-color: #007bff
}

.ah-survey-front .ah-survey-questions-list>li.ah-survey-question .ah-questions-photo-list>ul>li div.img.active {
	position: relative;
	border-color: #007bff
}

.ah-survey-front .ah-survey-questions-list>li.ah-survey-question .ah-questions-photo-list>ul>li div.img.active:after {
	background: #007bff;
	content: "\f10b";
	font-family: Flaticon;
	width: 19px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	font-size: 9px;
	font-weight: 600;
	color: #fff;
	display: block;
	position: absolute;
	top: 0px;
	padding-left: 1px;
	right: 0px;
	border-radius: 0px 0px 0px 12px;
	transition: all 0.2s ease-in-out
}

.ah-survey-front .ah-survey-questions-list>li.ah-survey-question .ah-questions-photo-list>ul>li div.answer-label {
	float: left;
	margin-left: 15px;
	margin-top: 15px
}

.ah-survey-front .ah-survey-questions-list>li.ah-survey-question .ah-questions-photo-list>ul>li:hover:before,
.ah-survey-front .ah-survey-questions-list>li.ah-survey-question .ah-questions-photo-list>ul>li:hover:after {
	display: none
}

.ah-survey-front .ah-survey-questions-list>li.ah-survey-question .ah-questions-photo-list.ah-question-display-inline {
	margin-bottom: -15px !important
}

.ah-survey-front .ah-survey-questions-list>li.ah-survey-question .ah-questions-photo-list.ah-question-display-inline>ul>li {
	display: inline-block;
	margin: 0px 15px 10px 0px !important
}

.ah-survey-front .ah-survey-questions-list>li.ah-survey-question .ah-questions-photo-list.ah-question-display-inline-tooltip {
	margin-bottom: -15px !important
}

.ah-survey-front .ah-survey-questions-list>li.ah-survey-question .ah-questions-photo-list.ah-question-display-inline-tooltip>ul>li {
	display: inline-block;
	margin: 0px 15px 10px 0px !important;
	overflow: visible !important
}

.ah-survey-front .ah-survey-questions-list>li.ah-survey-question .ah-questions-photo-list.ah-question-display-inline-tooltip>ul>li div.answer-label {
	display: none
}

.ah-survey-front .ah-survey-questions-list>li.ah-survey-question .ah-questions-photo-list.ah-question-display-inline-tooltip>ul>li:hover:before,
.ah-survey-front .ah-survey-questions-list>li.ah-survey-question .ah-questions-photo-list.ah-question-display-inline-tooltip>ul>li:hover:after {
	display: block
}

.ah-survey-front .ah-survey-questions-list>li.ah-survey-question .ah-questions-photo-list.ah-question-size-32>ul>li div.answer-label {
	margin-left: 10px;
	margin-top: 4px;
	font-size: 13px
}

.ah-survey-front .ah-survey-questions-list>li.ah-survey-question .ah-questions-photo-list.ah-question-size-32>ul>li div.img {
	width: 32px;
	height: 32px;
	padding: 4px;
	font-size: 5px
}

.ah-survey-front .ah-survey-questions-list>li.ah-survey-question .ah-questions-photo-list.ah-question-size-32>ul>li div.img img {
	width: 22px;
	height: 22px
}

.ah-survey-front .ah-survey-questions-list>li.ah-survey-question .ah-questions-photo-list.ah-question-size-32>ul>li div.img.active:after {
	width: 14px;
	height: 14px;
	font-size: 6px;
	line-height: 13px
}

.ah-survey-front .ah-survey-questions-list>li.ah-survey-question .ah-questions-photo-list.ah-question-size-48>ul>li div.answer-label {
	margin-left: 10px;
	margin-top: 10px
}

.ah-survey-front .ah-survey-questions-list>li.ah-survey-question .ah-questions-photo-list.ah-question-size-48>ul>li div.img {
	width: 48px;
	height: 48px;
	padding: 6px
}

.ah-survey-front .ah-survey-questions-list>li.ah-survey-question .ah-questions-photo-list.ah-question-size-48>ul>li div.img img {
	width: 36px;
	height: 34px
}

.ah-survey-front .ah-survey-questions-list>li.ah-survey-question .ah-questions-photo-list.ah-question-size-48>ul>li div.img.active:after {
	width: 16px;
	height: 15px;
	line-height: 15px;
	font-size: 7px
}

.ah-survey-front .ah-survey-questions-list>li.ah-survey-question .ah-question-like,
.ah-survey-front .ah-survey-questions-list>li.ah-survey-question .ah-question-dislike {
	display: inline-block;
	position: relative;
	margin-right: 10px
}

.ah-survey-front .ah-survey-questions-list>li.ah-survey-question .ah-question-like label,
.ah-survey-front .ah-survey-questions-list>li.ah-survey-question .ah-question-dislike label {
	background: #fff;
	border: 1px solid #ccc;
	display: inline-block;
	width: 50px;
	height: 35px;
	border-radius: 4px;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
	color: #666
}

.ah-survey-front .ah-survey-questions-list>li.ah-survey-question .ah-question-like label:after,
.ah-survey-front .ah-survey-questions-list>li.ah-survey-question .ah-question-dislike label:after {
	content: "";
	font-family: Flaticon;
	font-size: 21px;
	position: absolute;
	left: 15px
}

.ah-survey-front .ah-survey-questions-list>li.ah-survey-question .ah-question-like label:hover,
.ah-survey-front .ah-survey-questions-list>li.ah-survey-question .ah-question-dislike label:hover {
	border-color: #666
}

.ah-survey-front .ah-survey-questions-list>li.ah-survey-question .ah-question-like.ah-question-like label:after,
.ah-survey-front .ah-survey-questions-list>li.ah-survey-question .ah-question-dislike.ah-question-like label:after {
	content: "\f104";
	top: 0px
}

.ah-survey-front .ah-survey-questions-list>li.ah-survey-question .ah-question-like.ah-question-like input[type="radio"]:checked~label,
.ah-survey-front .ah-survey-questions-list>li.ah-survey-question .ah-question-dislike.ah-question-like input[type="radio"]:checked~label {
	border-color: #11bb1a;
	color: #11bb1a
}

.ah-survey-front .ah-survey-questions-list>li.ah-survey-question .ah-question-like.ah-question-dislike label:after,
.ah-survey-front .ah-survey-questions-list>li.ah-survey-question .ah-question-dislike.ah-question-dislike label:after {
	content: "\f107";
	top: 1px
}

.ah-survey-front .ah-survey-questions-list>li.ah-survey-question .ah-question-like.ah-question-dislike input[type="radio"]:checked~label,
.ah-survey-front .ah-survey-questions-list>li.ah-survey-question .ah-question-dislike.ah-question-dislike input[type="radio"]:checked~label {
	border-color: #f11b1b;
	color: #f11b1b
}

.ah-survey-front .ah-survey-questions-list>li.ah-survey-question .ah-question-like input[type="radio"],
.ah-survey-front .ah-survey-questions-list>li.ah-survey-question .ah-question-dislike input[type="radio"] {
	z-index: -1;
	position: absolute;
	opacity: 0
}

.ah-survey-front .ah-survey-questions-list>li.ah-survey-question .ah-question-emoji {
	display: inline-block;
	position: relative;
	margin-right: 10px
}

.ah-survey-front .ah-survey-questions-list>li.ah-survey-question .ah-question-emoji label {
	background: #fff;
	width: 35px;
	height: 35px;
	line-height: 35px;
	display: inline-block;
	cursor: pointer;
	border-radius: 100%;
	position: relative;
	transition: all 0.2s ease-in-out;
	color: #555;
	font-weight: 600
}

.ah-survey-front .ah-survey-questions-list>li.ah-survey-question .ah-question-emoji label:after {
	content: "";
	font-family: Flaticon;
	font-size: 37px;
	position: absolute;
	left: 0px;
	top: 0px
}

.ah-survey-front .ah-survey-questions-list>li.ah-survey-question .ah-question-emoji label:hover {
	color: #d7670b
}

.ah-survey-front .ah-survey-questions-list>li.ah-survey-question .ah-question-emoji input[type="radio"] {
	z-index: -1;
	position: absolute;
	opacity: 0
}

.ah-survey-front .ah-survey-questions-list>li.ah-survey-question .ah-question-emoji input[type="radio"]:checked~label {
	background: #ff9628;
	color: #2b1402
}

.ah-survey-front .ah-survey-questions-list>li.ah-survey-question .ah-question-emoji.nein label:after,
.ah-survey-front .ah-survey-questions-list>li.ah-survey-question .ah-question-emoji.angry label:after {
	content: "\f115"
}

.ah-survey-front .ah-survey-questions-list>li.ah-survey-question .ah-question-emoji.eher-nein label:after,
.ah-survey-front .ah-survey-questions-list>li.ah-survey-question .ah-question-emoji.sad label:after {
	content: "\f111"
}

.ah-survey-front .ah-survey-questions-list>li.ah-survey-question .ah-question-emoji.neutral label:after,
.ah-survey-front .ah-survey-questions-list>li.ah-survey-question .ah-question-emoji.normal label:after {
	content: "\f113"
}

.ah-survey-front .ah-survey-questions-list>li.ah-survey-question .ah-question-emoji.eher-ja label:after,
.ah-survey-front .ah-survey-questions-list>li.ah-survey-question .ah-question-emoji.happy label:after {
	content: "\f112"
}

.ah-survey-front .ah-survey-questions-list>li.ah-survey-question .ah-question-emoji.ja label:after,
.ah-survey-front .ah-survey-questions-list>li.ah-survey-question .ah-question-emoji.very-happy label:after {
	content: "\f114"
}

.ah-survey-front .ah-survey-questions-list>li.ah-survey-question .ah-custom-control-label {
	line-height: 19px;
	text-indent: 5px;
	cursor: pointer;
	display: inline-block
}

.ah-survey-front .ah-btn-submit-survey {
	font-size: 18px
}

.ah-survey-footer-widget {
	position: fixed;
	bottom: 20px;
	z-index: 120
}

.ah-survey-footer-widget *,
.ah-survey-footer-widget *::before,
.ah-survey-footer-widget *::after {
	box-sizing: border-box
}

.ah-survey-footer-widget a,
.ah-survey-footer-widget button {
	text-decoration: none !important
}

.ah-survey-footer-widget .ah-survey-footer-widget-content {
	background: #fff;
	box-shadow: 0 2px 8px 2px rgba(0, 0, 0, 0.25);
	border-radius: 5px;
	width: 360px;
	padding: 15px;
	position: absolute;
	bottom: 55px;
	right: 0px
}

.ah-survey-footer-widget .ah-survey-footer-widget-content .ah-survey-footer-widget-content-survey {
	max-height: calc(100vh - 400px);
	min-height: 500px;
	overflow: auto
}

.ah-survey-footer-widget .ah-survey-footer-widget-content .ah-survey-front {
	background: #fff;
	box-shadow: none;
	margin: 0px;
	border-radius: 0px 0px 0px 0px !important;
	visibility: hidden
}

.ah-survey-footer-widget .ah-survey-footer-widget-content .ah-survey-front .ah-survey-front-title {
	background: none;
	border-bottom: 0px;
	padding: 7.5px 0px
}

.ah-survey-footer-widget .ah-survey-footer-widget-content .ah-survey-front .ah-survey-front-description,
.ah-survey-footer-widget .ah-survey-footer-widget-content .ah-survey-front .ah-survey-front-end-message {
	padding: 10px 15px 15px 0px
}

.ah-survey-footer-widget .ah-survey-footer-widget-content .ah-survey-front .ah-survey-front-content .ah-survey-countdown>div {
	width: 60px;
	min-width: auto
}

.ah-survey-footer-widget .ah-survey-footer-widget-content .ah-survey-front .ah-survey-front-content .ah-survey-countdown>div>span {
	width: 42px;
	height: 42px;
	min-width: auto;
	line-height: 42px;
	font-size: 16px;
	font-weight: 600;
	padding: 0px
}

.ah-survey-footer-widget .ah-survey-footer-widget-content .ah-survey-front .ah-survey-front-content .ah-survey-countdown>div div.ah-survey-label {
	font-size: 13px;
	margin: 5px -5px 0px -5px
}

.ah-survey-footer-widget .ah-survey-footer-widget-content .ah-survey-front .ah-survey-questions-list>li.ah-survey-question {
	margin: 0px 0px 15px 0px !important
}

.ah-survey-footer-widget .ah-survey-footer-widget-content .ah-survey-front .ah-survey-questions-list>li.ah-survey-question .ah-custom-control[ng-if="question.options.no_answer"] {
	margin-top: 10px
}

.ah-survey-footer-widget .ah-survey-footer-widget-content .ah-survey-front .ah-survey-questions-list>li.ah-survey-question .ah-question-hearts:not(:checked) label:after,
.ah-survey-footer-widget .ah-survey-footer-widget-content .ah-survey-front .ah-survey-questions-list>li.ah-survey-question .ah-question-stars:not(:checked) label:after,
.ah-survey-footer-widget .ah-survey-footer-widget-content .ah-survey-front .ah-survey-questions-list>li.ah-survey-question .ah-question-emoji label:after {
	top: 0px
}

.ah-survey-footer-widget .ah-survey-footer-widget-content .ah-survey-front .ah-survey-questions-list>li.ah-survey-question .ah-custom-control-label {
	line-height: 20px;
	text-indent: 0px
}

.ah-survey-footer-widget .ah-survey-footer-widget-content .ah-survey-front .ah-survey-questions-list>li.ah-survey-question .ah-questions-photo-list>ul>li div.answer-label {
	margin-top: 20px
}

.ah-survey-footer-widget .ah-survey-footer-widget-content .ah-survey-front .ah-survey-questions-list>li.ah-survey-question .ah-question-dislike label,
.ah-survey-footer-widget .ah-survey-footer-widget-content .ah-survey-front .ah-survey-questions-list>li.ah-survey-question .ah-question-like label {
	line-height: 35px
}

.ah-survey-footer-widget .ah-survey-footer-widget-content .ah-survey-front .ah-survey-questions-list>li.ah-survey-question .ah-survey-question-help {
	font-size: 12px;
	margin-top: 10px;
	line-height: 18px
}

.ah-survey-footer-widget .ah-survey-footer-widget-content .ah-survey-footer-widget-title {
	background: #f5f5f5;
	border-bottom: 1px solid #dddddd;
	margin: 0px;
	height: 40px;
	line-height: 37px;
	padding: 0px 15px;
	font-size: 16px;
	font-weight: 700;
	overflow: hidden;
	margin: -15px -15px 0px -15px;
	border-radius: 4px 4px 0px 0px
}

.ah-survey-footer-widget .ah-survey-footer-widget-content .ah-survey-footer-widget-title .ah-survey-footer-widget-close {
	background: #ccc;
	border: 0px;
	width: 25px;
	height: 25px;
	text-align: center;
	float: right;
	padding: 0px;
	color: #000;
	outline: none !important;
	margin: 7px -7px 0px -7px;
	border-radius: 4px;
	transition: all 0.2s ease-in-out
}

.ah-survey-footer-widget .ah-survey-footer-widget-content .ah-survey-footer-widget-title .ah-survey-footer-widget-close .dashicons {
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	font-size: 18px
}

.ah-survey-footer-widget .ah-survey-footer-widget-content .ah-survey-footer-widget-title .ah-survey-footer-widget-close:hover {
	background: #aaa;
	color: #000
}

.ah-survey-footer-widget .ah-survey-footer-widget-content .ah-survey-footer-widget-title.hide-title {
	background: #fff;
	border: transparent
}

.ah-survey-footer-widget .ah-survey-footer-widget-content:before {
	content: '';
	position: absolute;
	bottom: -10px;
	right: 10px;
	border-top: 10px solid rgba(67, 87, 133, 0.35);
	border-left: 10px solid transparent;
	border-right: 10px solid transparent
}

.ah-survey-footer-widget .ah-survey-footer-widget-content:after {
	content: '';
	position: absolute;
	bottom: -8.5px;
	right: 11px;
	border-top: 9px solid #fff;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent
}

.ah-survey-footer-widget .ah-survey-footer-widget-content.ah-survey-widget-icon {
	bottom: 70px
}

.ah-survey-footer-widget .ah-survey-footer-widget-content.ah-survey-widget-icon:before {
	right: 19px
}

.ah-survey-footer-widget .ah-survey-footer-widget-content.ah-survey-widget-icon:after {
	right: 20px
}

.ah-survey-footer-widget .ah-survey-footer-widget-content.ah-survey-widget-bottom-left {
	right: initial;
	left: 0px
}

.ah-survey-footer-widget .ah-survey-footer-widget-content.ah-survey-widget-bottom-left:before {
	left: 9px;
	right: initial
}

.ah-survey-footer-widget .ah-survey-footer-widget-content.ah-survey-widget-bottom-left:after {
	left: 10px;
	right: initial
}

.ah-survey-footer-widget .ah-survey-footer-widget-content.ah-survey-widget-bottom-left.ah-survey-widget-icon {
	bottom: 70px
}

.ah-survey-footer-widget .ah-survey-footer-widget-content.ah-survey-widget-bottom-left.ah-survey-widget-icon:before {
	left: 19px;
	right: initial
}

.ah-survey-footer-widget .ah-survey-footer-widget-content.ah-survey-widget-bottom-left.ah-survey-widget-icon:after {
	left: 20px;
	right: initial
}

.ah-survey-footer-widget .ah-survey-btn-open-widget {
	background: #107FC9;
	box-shadow: 0 2px 8px 2px rgba(0, 0, 0, 0.35);
	border: 0px !important;
	padding: 0px;
	margin: 0px;
	color: #fff;
	cursor: pointer;
	outline: none !important;
	position: relative;
	overflow: hidden;
	transition: all 0.2s ease-in-out
}

.ah-survey-footer-widget .ah-survey-btn-open-widget:after {
	background: rgba(0, 0, 0, 0.15);
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 10;
	content: '';
	opacity: 0;
	visibility: hidden;
	transition: all 0.2s ease-in-out
}

.ah-survey-footer-widget .ah-survey-btn-open-widget.icon {
	width: 55px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	border-radius: 100%
}

.ah-survey-footer-widget .ah-survey-btn-open-widget.icon>i {
	font-size: 40px;
	font-weight: 700;
	line-height: 50px;
	width: auto;
	height: auto
}

.ah-survey-footer-widget .ah-survey-btn-open-widget.icon-title {
	padding: 0px 12px;
	height: 40px;
	border-radius: 5px;
	line-height: 30px
}

.ah-survey-footer-widget .ah-survey-btn-open-widget.icon-title>i {
	font-size: 25px;
	font-weight: 700;
	line-height: 50px;
	width: auto;
	height: auto;
	position: relative;
	top: -6px;
	margin-right: 5px
}

.ah-survey-footer-widget .ah-survey-btn-open-widget.icon-title>span {
	position: relative;
	top: 4px;
	font-size: 16px
}

.ah-survey-footer-widget .ah-survey-btn-open-widget:hover {
	box-shadow: 0 2px 15px 2px rgba(0, 0, 0, 0.35)
}

.ah-survey-footer-widget .ah-survey-btn-open-widget:hover span,
.ah-survey-footer-widget .ah-survey-btn-open-widget:hover i {
	display: inline-block;
	position: relative;
	z-index: 20
}

.ah-survey-footer-widget .ah-survey-btn-open-widget:hover:after {
	opacity: 1;
	visibility: visible
}

/*# sourceMappingURL=ah-survey-front.css.map */
