/*! Lovion WEB * http://lovion.de/
*/html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden],
template {
	display: none
}

a {
	background-color: transparent
}

a:active,
a:hover {
	outline: 0
}

abbr[title] {
	border-bottom: 1px dotted
}

b,
strong {
	font-weight: bold
}

dfn {
	font-style: italic
}

h1 {
	font-size: 2em;
	margin: 0.67em 0
}

mark {
	background: #ff0;
	color: #000
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -0.5em
}

sub {
	bottom: -0.25em
}

img {
	border: 0
}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 1em 40px
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0
}

pre {
	overflow: auto
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
	color: #666;
	font: inherit;
	margin: 0
}

button {
	overflow: visible
}

button,
select {
	text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled],
html input[disabled] {
	cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0
}

input {
	line-height: normal
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em
}

legend {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto
}

optgroup {
	font-weight: bold
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

td,
th {
	padding: 0
}

*,
*:before,
*:after {
	box-sizing: border-box
}

html {
	height: 100%;
	-webkit-font-smoothing: antialiased;
	font-size: 15px;
	line-height: 1.5;
	font-weight: 400;
	font-family: "Open Sans", "Arial", sans-serif
}

@media only screen and (min-width: 40.063em) {
	html {
		font-size: 16px
	}
}

body {
	height: 100%;
	color: #666;
	background-color: #f5f5f5
}

a {
	color: #E53517;
	line-height: inherit
}

a:hover,
a:active {
	color: #E53517
}

a img {
	border: none
}

img {
	max-width: 100%;
	height: auto;
	display: inline-block;
	vertical-align: middle
}

ul,
ol {
	margin: 12px 0 12px 12px;
	padding: 0;
	font-size: 0.875rem
}

ul {
	list-style-type: square;
	list-style-position: inside
}

ol {
	list-style-type: none;
	counter-reset: list
}

ol li:before {
	content: counters(list, ".") " ";
	counter-increment: list
}

hr {
	margin: 12px 0;
	height: 0;
	border: none;
	border-top: 1px solid #dfdfdf
}

textarea,
input,
button {
	outline: none;
	-webkit-appearance: none;
	font-family: "Open Sans", "Arial", sans-serif
}

textarea {
	resize: none;
	height: auto
}

h1,
h2,
h3 {
	font-weight: 400;
	font-family: "Open Sans", "Arial", sans-serif
}

h4,
h5,
h6 {
	font-weight: 400;
	font-family: "Open Sans", "Arial", sans-serif
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0.5em 0;
	color: #222
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
	opacity: 0.75
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	text-decoration: none
}

a {
	outline: 0
}

h1 {
	font-size: 1.5rem;
	line-height: 1.1
}

h2 {
	font-size: 1.125rem;
	line-height: 1.2
}

h3 {
	font-size: 1rem;
	line-height: 1.3
}

h4 {
	font-size: 0.875rem;
	line-height: 1.4
}

h5 {
	font-size: 0.75rem
}

h6 {
	font-size: 1rem
}

p {
    color: #666 !important;
	font-size: 0.875rem;
	margin: 0.5em 0
}

small {
	font-size: 75%
}

strong {
	font-weight: 700
}

code {
	font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
	color: #222;
	background-color: #fff0e5;
	border: 1px dotted #dfdfdf;
	display: inline-block;
	margin: 0 5px;
	padding: 3px 5px
}

.tabs {
	margin: 0;
	padding: 0;
	list-style: none;
	display: table;
	table-layout: fixed;
	width: 100%
}

.tabs__item {
	display: table-cell;
	text-align: center
}

.tabs__link {
	display: block;
	max-width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.equal-items {
	margin: 0;
	padding: 0;
	list-style: none;
	display: table;
	table-layout: fixed;
	width: 100%
}

.equal-items>li {
	display: table-cell;
	padding: 0 2px
}

@media only screen and (min-width: 64em) {
	.equal-items>li {
		padding: 0 5px
	}
}

.row {
	width: 100%;
	margin: 0 auto;
	max-width: 1400px
}

.row:after {
	content: "";
	display: table;
	clear: both
}

.row .row {
	margin-left: -24px;
	margin-right: -24px;
	width: auto;
	max-width: none
}

.row.row-full {
	max-width: none
}

.col {
	box-sizing: border-box;
	min-height: 1px;
	width: 100%;
	float: left;
	padding-left: 24px;
	padding-right: 24px;
	position: relative;
	margin: 0
}

.row.center {
	text-align: center
}

.row.center>.col {
	float: none;
	display: inline-block;
	text-align: left
}

.row.collapse>.col {
	padding-left: 0;
	padding-right: 0
}

@media (max-width: 40em) {
	.row.s-center.collapse>.col {
		margin: 0 -2px
	}
	.row.s-center {
		text-align: center
	}
	.row.s-center>[class*="s"] {
		float: none;
		display: inline-block;
		text-align: left
	}
	.row.collapse.s-uncollapse>[class*="col-s-"] {
		padding-left: 24px;
		padding-right: 24px
	}
}

@media (min-width: 40em) and (max-width: 64em) {
	.row.m-center.collapse>.col {
		margin: 0 -2px
	}
	.row.m-center {
		text-align: center
	}
	.row.m-center>[class*="m-"] {
		float: none;
		display: inline-block;
		text-align: left
	}
	.row.collapse.m-uncollapse>[class*="col-"] {
		padding-left: 24px;
		padding-right: 24px
	}
}

@media (min-width: 64em) {
	.row.l-center.collapse>.col {
		margin: 0 -2px
	}
	.row.l-center {
		text-align: center
	}
	.row.l-center>[class*="l-"] {
		float: none;
		display: inline-block;
		text-align: left
	}
	.row.collapse.l-uncollapse>[class*="col-"] {
		padding-left: 24px;
		padding-right: 24px
	}
}

.s-1 {
	width: 8.33333%;
	margin-left: 0;
	margin-right: 0
}

.s-2 {
	width: 16.66667%;
	margin-left: 0;
	margin-right: 0
}

.s-3 {
	width: 25%;
	margin-left: 0;
	margin-right: 0
}

.s-4 {
	width: 33.33333%;
	margin-left: 0;
	margin-right: 0
}

.s-5 {
	width: 41.66667%;
	margin-left: 0;
	margin-right: 0
}

.s-6 {
	width: 50%;
	margin-left: 0;
	margin-right: 0
}

.s-7 {
	width: 58.33333%;
	margin-left: 0;
	margin-right: 0
}

.s-8 {
	width: 66.66667%;
	margin-left: 0;
	margin-right: 0
}

.s-9 {
	width: 75%;
	margin-left: 0;
	margin-right: 0
}

.s-10 {
	width: 83.33333%;
	margin-left: 0;
	margin-right: 0
}

.s-11 {
	width: 91.66667%;
	margin-left: 0;
	margin-right: 0
}

.s-12 {
	width: 100%;
	margin-left: 0;
	margin-right: 0
}

@media (min-width: 40em) {
	.m-1 {
		width: 8.33333%;
		margin-left: 0;
		margin-right: 0
	}
	.m-2 {
		width: 16.66667%;
		margin-left: 0;
		margin-right: 0
	}
	.m-3 {
		width: 25%;
		margin-left: 0;
		margin-right: 0
	}
	.m-4 {
		width: 33.33333%;
		margin-left: 0;
		margin-right: 0
	}
	.m-5 {
		width: 41.66667%;
		margin-left: 0;
		margin-right: 0
	}
	.m-6 {
		width: 50%;
		margin-left: 0;
		margin-right: 0
	}
	.m-7 {
		width: 58.33333%;
		margin-left: 0;
		margin-right: 0
	}
	.m-8 {
		width: 66.66667%;
		margin-left: 0;
		margin-right: 0
	}
	.m-9 {
		width: 75%;
		margin-left: 0;
		margin-right: 0
	}
	.m-10 {
		width: 83.33333%;
		margin-left: 0;
		margin-right: 0
	}
	.m-11 {
		width: 91.66667%;
		margin-left: 0;
		margin-right: 0
	}
	.m-12 {
		width: 100%;
		margin-left: 0;
		margin-right: 0
	}
}

@media (min-width: 64em) {
	.l-1 {
		width: 8.33333%;
		margin-left: 0;
		margin-right: 0
	}
	.l-2 {
		width: 16.66667%;
		margin-left: 0;
		margin-right: 0
	}
	.l-3 {
		width: 25%;
		margin-left: 0;
		margin-right: 0
	}
	.l-4 {
		width: 33.33333%;
		margin-left: 0;
		margin-right: 0
	}
	.l-5 {
		width: 41.66667%;
		margin-left: 0;
		margin-right: 0
	}
	.l-6 {
		width: 50%;
		margin-left: 0;
		margin-right: 0
	}
	.l-7 {
		width: 58.33333%;
		margin-left: 0;
		margin-right: 0
	}
	.l-8 {
		width: 66.66667%;
		margin-left: 0;
		margin-right: 0
	}
	.l-9 {
		width: 75%;
		margin-left: 0;
		margin-right: 0
	}
	.l-10 {
		width: 83.33333%;
		margin-left: 0;
		margin-right: 0
	}
	.l-11 {
		width: 91.66667%;
		margin-left: 0;
		margin-right: 0
	}
	.l-12 {
		width: 100%;
		margin-left: 0;
		margin-right: 0
	}
}

.prepend-1 {
	margin-left: 8.33333%
}

.append-1 {
	margin-right: 8.33333%
}

.prepend-2 {
	margin-left: 16.66667%
}

.append-2 {
	margin-right: 16.66667%
}

.prepend-3 {
	margin-left: 25%
}

.append-3 {
	margin-right: 25%
}

.prepend-4 {
	margin-left: 33.33333%
}

.append-4 {
	margin-right: 33.33333%
}

.prepend-5 {
	margin-left: 41.66667%
}

.append-5 {
	margin-right: 41.66667%
}

.prepend-6 {
	margin-left: 50%
}

.append-6 {
	margin-right: 50%
}

.prepend-7 {
	margin-left: 58.33333%
}

.append-7 {
	margin-right: 58.33333%
}

.prepend-8 {
	margin-left: 66.66667%
}

.append-8 {
	margin-right: 66.66667%
}

.prepend-9 {
	margin-left: 75%
}

.append-9 {
	margin-right: 75%
}

.prepend-10 {
	margin-left: 83.33333%
}

.append-10 {
	margin-right: 83.33333%
}

.prepend-11 {
	margin-left: 91.66667%
}

.append-11 {
	margin-right: 91.66667%
}

.prepend-12 {
	margin-left: 100%
}

.append-12 {
	margin-right: 100%
}

@media (max-width: 40em) {
	.s-pull-1 {
		left: -8.33333%;
		right: auto
	}
	.s-push-1 {
		left: 8.33333%;
		right: auto
	}
	.s-prepend-1 {
		margin-left: 8.33333%
	}
	.s-append-1 {
		margin-right: 8.33333%
	}
	.s-pull-2 {
		left: -16.66667%;
		right: auto
	}
	.s-push-2 {
		left: 16.66667%;
		right: auto
	}
	.s-prepend-2 {
		margin-left: 16.66667%
	}
	.s-append-2 {
		margin-right: 16.66667%
	}
	.s-pull-3 {
		left: -25%;
		right: auto
	}
	.s-push-3 {
		left: 25%;
		right: auto
	}
	.s-prepend-3 {
		margin-left: 25%
	}
	.s-append-3 {
		margin-right: 25%
	}
	.s-pull-4 {
		left: -33.33333%;
		right: auto
	}
	.s-push-4 {
		left: 33.33333%;
		right: auto
	}
	.s-prepend-4 {
		margin-left: 33.33333%
	}
	.s-append-4 {
		margin-right: 33.33333%
	}
	.s-pull-5 {
		left: -41.66667%;
		right: auto
	}
	.s-push-5 {
		left: 41.66667%;
		right: auto
	}
	.s-prepend-5 {
		margin-left: 41.66667%
	}
	.s-append-5 {
		margin-right: 41.66667%
	}
	.s-pull-6 {
		left: -50%;
		right: auto
	}
	.s-push-6 {
		left: 50%;
		right: auto
	}
	.s-prepend-6 {
		margin-left: 50%
	}
	.s-append-6 {
		margin-right: 50%
	}
	.s-pull-7 {
		left: -58.33333%;
		right: auto
	}
	.s-push-7 {
		left: 58.33333%;
		right: auto
	}
	.s-prepend-7 {
		margin-left: 58.33333%
	}
	.s-append-7 {
		margin-right: 58.33333%
	}
	.s-pull-8 {
		left: -66.66667%;
		right: auto
	}
	.s-push-8 {
		left: 66.66667%;
		right: auto
	}
	.s-prepend-8 {
		margin-left: 66.66667%
	}
	.s-append-8 {
		margin-right: 66.66667%
	}
	.s-pull-9 {
		left: -75%;
		right: auto
	}
	.s-push-9 {
		left: 75%;
		right: auto
	}
	.s-prepend-9 {
		margin-left: 75%
	}
	.s-append-9 {
		margin-right: 75%
	}
	.s-pull-10 {
		left: -83.33333%;
		right: auto
	}
	.s-push-10 {
		left: 83.33333%;
		right: auto
	}
	.s-prepend-10 {
		margin-left: 83.33333%
	}
	.s-append-10 {
		margin-right: 83.33333%
	}
	.s-pull-11 {
		left: -91.66667%;
		right: auto
	}
	.s-push-11 {
		left: 91.66667%;
		right: auto
	}
	.s-prepend-11 {
		margin-left: 91.66667%
	}
	.s-append-11 {
		margin-right: 91.66667%
	}
	.s-pull-12 {
		left: -100%;
		right: auto
	}
	.s-push-12 {
		left: 100%;
		right: auto
	}
	.s-prepend-12 {
		margin-left: 100%
	}
	.s-append-12 {
		margin-right: 100%
	}
	.s-hide {
		display: none !important
	}
}

@media (min-width: 40em) and (max-width: 64em) {
	.m-pull-1 {
		left: -8.33333%;
		right: auto
	}
	.m-push-1 {
		left: 8.33333%;
		right: auto
	}
	.m-prepend-1 {
		margin-left: 8.33333%
	}
	.m-append-1 {
		margin-right: 8.33333%
	}
	.m-pull-2 {
		left: -16.66667%;
		right: auto
	}
	.m-push-2 {
		left: 16.66667%;
		right: auto
	}
	.m-prepend-2 {
		margin-left: 16.66667%
	}
	.m-append-2 {
		margin-right: 16.66667%
	}
	.m-pull-3 {
		left: -25%;
		right: auto
	}
	.m-push-3 {
		left: 25%;
		right: auto
	}
	.m-prepend-3 {
		margin-left: 25%
	}
	.m-append-3 {
		margin-right: 25%
	}
	.m-pull-4 {
		left: -33.33333%;
		right: auto
	}
	.m-push-4 {
		left: 33.33333%;
		right: auto
	}
	.m-prepend-4 {
		margin-left: 33.33333%
	}
	.m-append-4 {
		margin-right: 33.33333%
	}
	.m-pull-5 {
		left: -41.66667%;
		right: auto
	}
	.m-push-5 {
		left: 41.66667%;
		right: auto
	}
	.m-prepend-5 {
		margin-left: 41.66667%
	}
	.m-append-5 {
		margin-right: 41.66667%
	}
	.m-pull-6 {
		left: -50%;
		right: auto
	}
	.m-push-6 {
		left: 50%;
		right: auto
	}
	.m-prepend-6 {
		margin-left: 50%
	}
	.m-append-6 {
		margin-right: 50%
	}
	.m-pull-7 {
		left: -58.33333%;
		right: auto
	}
	.m-push-7 {
		left: 58.33333%;
		right: auto
	}
	.m-prepend-7 {
		margin-left: 58.33333%
	}
	.m-append-7 {
		margin-right: 58.33333%
	}
	.m-pull-8 {
		left: -66.66667%;
		right: auto
	}
	.m-push-8 {
		left: 66.66667%;
		right: auto
	}
	.m-prepend-8 {
		margin-left: 66.66667%
	}
	.m-append-8 {
		margin-right: 66.66667%
	}
	.m-pull-9 {
		left: -75%;
		right: auto
	}
	.m-push-9 {
		left: 75%;
		right: auto
	}
	.m-prepend-9 {
		margin-left: 75%
	}
	.m-append-9 {
		margin-right: 75%
	}
	.m-pull-10 {
		left: -83.33333%;
		right: auto
	}
	.m-push-10 {
		left: 83.33333%;
		right: auto
	}
	.m-prepend-10 {
		margin-left: 83.33333%
	}
	.m-append-10 {
		margin-right: 83.33333%
	}
	.m-pull-11 {
		left: -91.66667%;
		right: auto
	}
	.m-push-11 {
		left: 91.66667%;
		right: auto
	}
	.m-prepend-11 {
		margin-left: 91.66667%
	}
	.m-append-11 {
		margin-right: 91.66667%
	}
	.m-pull-12 {
		left: -100%;
		right: auto
	}
	.m-push-12 {
		left: 100%;
		right: auto
	}
	.m-prepend-12 {
		margin-left: 100%
	}
	.m-append-12 {
		margin-right: 100%
	}
	.m-hide {
		display: none !important
	}
}

@media (min-width: 64em) {
	.l-pull-1 {
		left: -8.33333%;
		right: auto
	}
	.l-push-1 {
		left: 8.33333%;
		right: auto
	}
	.l-prepend-1 {
		margin-left: 8.33333%
	}
	.l-append-1 {
		margin-right: 8.33333%
	}
	.l-pull-2 {
		left: -16.66667%;
		right: auto
	}
	.l-push-2 {
		left: 16.66667%;
		right: auto
	}
	.l-prepend-2 {
		margin-left: 16.66667%
	}
	.l-append-2 {
		margin-right: 16.66667%
	}
	.l-pull-3 {
		left: -25%;
		right: auto
	}
	.l-push-3 {
		left: 25%;
		right: auto
	}
	.l-prepend-3 {
		margin-left: 25%
	}
	.l-append-3 {
		margin-right: 25%
	}
	.l-pull-4 {
		left: -33.33333%;
		right: auto
	}
	.l-push-4 {
		left: 33.33333%;
		right: auto
	}
	.l-prepend-4 {
		margin-left: 33.33333%
	}
	.l-append-4 {
		margin-right: 33.33333%
	}
	.l-pull-5 {
		left: -41.66667%;
		right: auto
	}
	.l-push-5 {
		left: 41.66667%;
		right: auto
	}
	.l-prepend-5 {
		margin-left: 41.66667%
	}
	.l-append-5 {
		margin-right: 41.66667%
	}
	.l-pull-6 {
		left: -50%;
		right: auto
	}
	.l-push-6 {
		left: 50%;
		right: auto
	}
	.l-prepend-6 {
		margin-left: 50%
	}
	.l-append-6 {
		margin-right: 50%
	}
	.l-pull-7 {
		left: -58.33333%;
		right: auto
	}
	.l-push-7 {
		left: 58.33333%;
		right: auto
	}
	.l-prepend-7 {
		margin-left: 58.33333%
	}
	.l-append-7 {
		margin-right: 58.33333%
	}
	.l-pull-8 {
		left: -66.66667%;
		right: auto
	}
	.l-push-8 {
		left: 66.66667%;
		right: auto
	}
	.l-prepend-8 {
		margin-left: 66.66667%
	}
	.l-append-8 {
		margin-right: 66.66667%
	}
	.l-pull-9 {
		left: -75%;
		right: auto
	}
	.l-push-9 {
		left: 75%;
		right: auto
	}
	.l-prepend-9 {
		margin-left: 75%
	}
	.l-append-9 {
		margin-right: 75%
	}
	.l-pull-10 {
		left: -83.33333%;
		right: auto
	}
	.l-push-10 {
		left: 83.33333%;
		right: auto
	}
	.l-prepend-10 {
		margin-left: 83.33333%
	}
	.l-append-10 {
		margin-right: 83.33333%
	}
	.l-pull-11 {
		left: -91.66667%;
		right: auto
	}
	.l-push-11 {
		left: 91.66667%;
		right: auto
	}
	.l-prepend-11 {
		margin-left: 91.66667%
	}
	.l-append-11 {
		margin-right: 91.66667%
	}
	.l-pull-12 {
		left: -100%;
		right: auto
	}
	.l-push-12 {
		left: 100%;
		right: auto
	}
	.l-prepend-12 {
		margin-left: 100%
	}
	.l-append-12 {
		margin-right: 100%
	}
	.l-hide {
		display: none !important
	}
}

.media,
.media__body {
	overflow: hidden;
	_overflow: visible;
	zoom: 1
}

.media .media__img {
	float: left;
	margin-right: 12px
}

.media .media__img img {
	display: block
}

.media .imgExt {
	float: right;
	margin-left: 12px
}

.flag {
	display: table;
	width: auto
}

@media only screen and (max-width: 40em) {
	.flag.flag--break {
		display: block
	}
}

.flag__image,
.flag__body {
	display: table-cell;
	vertical-align: middle
}

.flag--top .flag__image,
.flag--top .flag__body {
	vertical-align: top
}

.flag--bottom .flag__image,
.flag--bottom .flag__body {
	vertical-align: bottom
}

@media only screen and (max-width: 40em) {
	.flag--break .flag__image,
	.flag--break .flag__body {
		display: block
	}
}

.flag__image {
	padding-right: 12px
}

.flag__image>img,
.flag__image>a img {
	display: block;
	max-width: none
}

.flag--rev .flag__image {
	padding-right: 0;
	padding-left: 12px
}

.flag__image.flag__image--gap-large {
	padding-right: 24px
}

.flag--rev .flag__image.flag__image--gap-large {
	padding-right: 0;
	padding-left: 24px
}

.flag__body {
	width: 100%
}

.container,
.container-full {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 48px;
	padding-left: 48px
}

.container .grid,
.container-full .grid {
	margin-right: -24px;
	margin-left: -24px
}

@media (min-width: 576px) {
	.container {
		max-width: 576px
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 768px
	}
}

@media (min-width: 992px) {
	.container {
		max-width: 992px
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1200px
	}
}

@media (min-width: 1600px) {
	.container {
		max-width: 1600px
	}
}

.grid {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	margin: 0 auto;
	position: relative;
	list-style-type: none
}

.grid::before,
.grid::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

[class^="col-"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	width: 100%;
	vertical-align: top;
	padding: 24px
}

[class^="col-"]::before,
[class^="col-"]::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

[class^="col-"] .grid {
	-ms-flex: 1 1 auto;
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto;
	margin: -24px
}

.col-12 {
	width: 100%
}

.col-11 {
	width: 91.66667%
}

.col-10 {
	width: 83.33333%
}

.col-9 {
	width: 75%
}

.col-8 {
	width: 66.66667%
}

.col-7 {
	width: 58.33333%
}

.col-6 {
	width: 50%
}

.col-5 {
	width: 41.66667%
}

.col-4 {
	width: 33.33333%
}

.col-3 {
	width: 25%
}

.col-2 {
	width: 16.66667%
}

.col-1 {
	width: 8.33333%
}

@media (min-width: 576px) {
	.col-xs-12 {
		width: 100%
	}
	.col-xs-11 {
		width: 91.66667%
	}
	.col-xs-10 {
		width: 83.33333%
	}
	.col-xs-9 {
		width: 75%
	}
	.col-xs-8 {
		width: 66.66667%
	}
	.col-xs-7 {
		width: 58.33333%
	}
	.col-xs-6 {
		width: 50%
	}
	.col-xs-5 {
		width: 41.66667%
	}
	.col-xs-4 {
		width: 33.33333%
	}
	.col-xs-3 {
		width: 25%
	}
	.col-xs-2 {
		width: 16.66667%
	}
	.col-xs-1 {
		width: 8.33333%
	}
}

@media (min-width: 768px) {
	.col-sm-12 {
		width: 100%
	}
	.col-sm-11 {
		width: 91.66667%
	}
	.col-sm-10 {
		width: 83.33333%
	}
	.col-sm-9 {
		width: 75%
	}
	.col-sm-8 {
		width: 66.66667%
	}
	.col-sm-7 {
		width: 58.33333%
	}
	.col-sm-6 {
		width: 50%
	}
	.col-sm-5 {
		width: 41.66667%
	}
	.col-sm-4 {
		width: 33.33333%
	}
	.col-sm-3 {
		width: 25%
	}
	.col-sm-2 {
		width: 16.66667%
	}
	.col-sm-1 {
		width: 8.33333%
	}
}

@media (min-width: 992px) {
	.col-md-12 {
		width: 100%
	}
	.col-md-11 {
		width: 91.66667%
	}
	.col-md-10 {
		width: 83.33333%
	}
	.col-md-9 {
		width: 75%
	}
	.col-md-8 {
		width: 66.66667%
	}
	.col-md-7 {
		width: 58.33333%
	}
	.col-md-6 {
		width: 50%
	}
	.col-md-5 {
		width: 41.66667%
	}
	.col-md-4 {
		width: 33.33333%
	}
	.col-md-3 {
		width: 25%
	}
	.col-md-2 {
		width: 16.66667%
	}
	.col-md-1 {
		width: 8.33333%
	}
}

@media (min-width: 1200px) {
	.col-lg-12 {
		width: 100%
	}
	.col-lg-11 {
		width: 91.66667%
	}
	.col-lg-10 {
		width: 83.33333%
	}
	.col-lg-9 {
		width: 75%
	}
	.col-lg-8 {
		width: 66.66667%
	}
	.col-lg-7 {
		width: 58.33333%
	}
	.col-lg-6 {
		width: 50%
	}
	.col-lg-5 {
		width: 41.66667%
	}
	.col-lg-4 {
		width: 33.33333%
	}
	.col-lg-3 {
		width: 25%
	}
	.col-lg-2 {
		width: 16.66667%
	}
	.col-lg-1 {
		width: 8.33333%
	}
}

@media (min-width: 1600px) {
	.col-xlg-12 {
		width: 100%
	}
	.col-xlg-11 {
		width: 91.66667%
	}
	.col-xlg-10 {
		width: 83.33333%
	}
	.col-xlg-9 {
		width: 75%
	}
	.col-xlg-8 {
		width: 66.66667%
	}
	.col-xlg-7 {
		width: 58.33333%
	}
	.col-xlg-6 {
		width: 50%
	}
	.col-xlg-5 {
		width: 41.66667%
	}
	.col-xlg-4 {
		width: 33.33333%
	}
	.col-xlg-3 {
		width: 25%
	}
	.col-xlg-2 {
		width: 16.66667%
	}
	.col-xlg-1 {
		width: 8.33333%
	}
}

.col-auto {
	-ms-flex: 1 0 0px;
	-webkit-flex: 1 0 0px;
	flex: 1 0 0px
}

@media (min-width: 576px) {
	.col-xs-auto {
		-ms-flex: 1 0 0px;
		-webkit-flex: 1 0 0px;
		flex: 1 0 0px
	}
}

@media (min-width: 768px) {
	.col-sm-auto {
		-ms-flex: 1 0 0px;
		-webkit-flex: 1 0 0px;
		flex: 1 0 0px
	}
}

@media (min-width: 992px) {
	.col-md-auto {
		-ms-flex: 1 0 0px;
		-webkit-flex: 1 0 0px;
		flex: 1 0 0px
	}
}

@media (min-width: 1200px) {
	.col-lg-auto {
		-ms-flex: 1 0 0px;
		-webkit-flex: 1 0 0px;
		flex: 1 0 0px
	}
}

@media (min-width: 1600px) {
	.col-xlg-auto {
		-ms-flex: 1 0 0px;
		-webkit-flex: 1 0 0px;
		flex: 1 0 0px
	}
}

.order-12 {
	-ms-flex-order: 12;
	-webkit-order: 12;
	order: 12
}

.order-11 {
	-ms-flex-order: 11;
	-webkit-order: 11;
	order: 11
}

.order-10 {
	-ms-flex-order: 10;
	-webkit-order: 10;
	order: 10
}

.order-9 {
	-ms-flex-order: 9;
	-webkit-order: 9;
	order: 9
}

.order-8 {
	-ms-flex-order: 8;
	-webkit-order: 8;
	order: 8
}

.order-7 {
	-ms-flex-order: 7;
	-webkit-order: 7;
	order: 7
}

.order-6 {
	-ms-flex-order: 6;
	-webkit-order: 6;
	order: 6
}

.order-5 {
	-ms-flex-order: 5;
	-webkit-order: 5;
	order: 5
}

.order-4 {
	-ms-flex-order: 4;
	-webkit-order: 4;
	order: 4
}

.order-3 {
	-ms-flex-order: 3;
	-webkit-order: 3;
	order: 3
}

.order-2 {
	-ms-flex-order: 2;
	-webkit-order: 2;
	order: 2
}

.order-1 {
	-ms-flex-order: 1;
	-webkit-order: 1;
	order: 1
}

.order-0 {
	-ms-flex-order: 0;
	-webkit-order: 0;
	order: 0
}

@media only screen and (min-width: 576px) {
	.order-12-xs {
		-ms-flex-order: 12;
		-webkit-order: 12;
		order: 12
	}
	.order-11-xs {
		-ms-flex-order: 11;
		-webkit-order: 11;
		order: 11
	}
	.order-10-xs {
		-ms-flex-order: 10;
		-webkit-order: 10;
		order: 10
	}
	.order-9-xs {
		-ms-flex-order: 9;
		-webkit-order: 9;
		order: 9
	}
	.order-8-xs {
		-ms-flex-order: 8;
		-webkit-order: 8;
		order: 8
	}
	.order-7-xs {
		-ms-flex-order: 7;
		-webkit-order: 7;
		order: 7
	}
	.order-6-xs {
		-ms-flex-order: 6;
		-webkit-order: 6;
		order: 6
	}
	.order-5-xs {
		-ms-flex-order: 5;
		-webkit-order: 5;
		order: 5
	}
	.order-4-xs {
		-ms-flex-order: 4;
		-webkit-order: 4;
		order: 4
	}
	.order-3-xs {
		-ms-flex-order: 3;
		-webkit-order: 3;
		order: 3
	}
	.order-2-xs {
		-ms-flex-order: 2;
		-webkit-order: 2;
		order: 2
	}
	.order-1-xs {
		-ms-flex-order: 1;
		-webkit-order: 1;
		order: 1
	}
	.order-0-xs {
		-ms-flex-order: 0;
		-webkit-order: 0;
		order: 0
	}
}

@media only screen and (min-width: 768px) {
	.order-12-sm {
		-ms-flex-order: 12;
		-webkit-order: 12;
		order: 12
	}
	.order-11-sm {
		-ms-flex-order: 11;
		-webkit-order: 11;
		order: 11
	}
	.order-10-sm {
		-ms-flex-order: 10;
		-webkit-order: 10;
		order: 10
	}
	.order-9-sm {
		-ms-flex-order: 9;
		-webkit-order: 9;
		order: 9
	}
	.order-8-sm {
		-ms-flex-order: 8;
		-webkit-order: 8;
		order: 8
	}
	.order-7-sm {
		-ms-flex-order: 7;
		-webkit-order: 7;
		order: 7
	}
	.order-6-sm {
		-ms-flex-order: 6;
		-webkit-order: 6;
		order: 6
	}
	.order-5-sm {
		-ms-flex-order: 5;
		-webkit-order: 5;
		order: 5
	}
	.order-4-sm {
		-ms-flex-order: 4;
		-webkit-order: 4;
		order: 4
	}
	.order-3-sm {
		-ms-flex-order: 3;
		-webkit-order: 3;
		order: 3
	}
	.order-2-sm {
		-ms-flex-order: 2;
		-webkit-order: 2;
		order: 2
	}
	.order-1-sm {
		-ms-flex-order: 1;
		-webkit-order: 1;
		order: 1
	}
	.order-0-sm {
		-ms-flex-order: 0;
		-webkit-order: 0;
		order: 0
	}
}

@media only screen and (min-width: 992px) {
	.order-12-md {
		-ms-flex-order: 12;
		-webkit-order: 12;
		order: 12
	}
	.order-11-md {
		-ms-flex-order: 11;
		-webkit-order: 11;
		order: 11
	}
	.order-10-md {
		-ms-flex-order: 10;
		-webkit-order: 10;
		order: 10
	}
	.order-9-md {
		-ms-flex-order: 9;
		-webkit-order: 9;
		order: 9
	}
	.order-8-md {
		-ms-flex-order: 8;
		-webkit-order: 8;
		order: 8
	}
	.order-7-md {
		-ms-flex-order: 7;
		-webkit-order: 7;
		order: 7
	}
	.order-6-md {
		-ms-flex-order: 6;
		-webkit-order: 6;
		order: 6
	}
	.order-5-md {
		-ms-flex-order: 5;
		-webkit-order: 5;
		order: 5
	}
	.order-4-md {
		-ms-flex-order: 4;
		-webkit-order: 4;
		order: 4
	}
	.order-3-md {
		-ms-flex-order: 3;
		-webkit-order: 3;
		order: 3
	}
	.order-2-md {
		-ms-flex-order: 2;
		-webkit-order: 2;
		order: 2
	}
	.order-1-md {
		-ms-flex-order: 1;
		-webkit-order: 1;
		order: 1
	}
	.order-0-md {
		-ms-flex-order: 0;
		-webkit-order: 0;
		order: 0
	}
}

@media only screen and (min-width: 1200px) {
	.order-12-lg {
		-ms-flex-order: 12;
		-webkit-order: 12;
		order: 12
	}
	.order-11-lg {
		-ms-flex-order: 11;
		-webkit-order: 11;
		order: 11
	}
	.order-10-lg {
		-ms-flex-order: 10;
		-webkit-order: 10;
		order: 10
	}
	.order-9-lg {
		-ms-flex-order: 9;
		-webkit-order: 9;
		order: 9
	}
	.order-8-lg {
		-ms-flex-order: 8;
		-webkit-order: 8;
		order: 8
	}
	.order-7-lg {
		-ms-flex-order: 7;
		-webkit-order: 7;
		order: 7
	}
	.order-6-lg {
		-ms-flex-order: 6;
		-webkit-order: 6;
		order: 6
	}
	.order-5-lg {
		-ms-flex-order: 5;
		-webkit-order: 5;
		order: 5
	}
	.order-4-lg {
		-ms-flex-order: 4;
		-webkit-order: 4;
		order: 4
	}
	.order-3-lg {
		-ms-flex-order: 3;
		-webkit-order: 3;
		order: 3
	}
	.order-2-lg {
		-ms-flex-order: 2;
		-webkit-order: 2;
		order: 2
	}
	.order-1-lg {
		-ms-flex-order: 1;
		-webkit-order: 1;
		order: 1
	}
	.order-0-lg {
		-ms-flex-order: 0;
		-webkit-order: 0;
		order: 0
	}
}

@media only screen and (min-width: 1600px) {
	.order-12-xlg {
		-ms-flex-order: 12;
		-webkit-order: 12;
		order: 12
	}
	.order-11-xlg {
		-ms-flex-order: 11;
		-webkit-order: 11;
		order: 11
	}
	.order-10-xlg {
		-ms-flex-order: 10;
		-webkit-order: 10;
		order: 10
	}
	.order-9-xlg {
		-ms-flex-order: 9;
		-webkit-order: 9;
		order: 9
	}
	.order-8-xlg {
		-ms-flex-order: 8;
		-webkit-order: 8;
		order: 8
	}
	.order-7-xlg {
		-ms-flex-order: 7;
		-webkit-order: 7;
		order: 7
	}
	.order-6-xlg {
		-ms-flex-order: 6;
		-webkit-order: 6;
		order: 6
	}
	.order-5-xlg {
		-ms-flex-order: 5;
		-webkit-order: 5;
		order: 5
	}
	.order-4-xlg {
		-ms-flex-order: 4;
		-webkit-order: 4;
		order: 4
	}
	.order-3-xlg {
		-ms-flex-order: 3;
		-webkit-order: 3;
		order: 3
	}
	.order-2-xlg {
		-ms-flex-order: 2;
		-webkit-order: 2;
		order: 2
	}
	.order-1-xlg {
		-ms-flex-order: 1;
		-webkit-order: 1;
		order: 1
	}
	.order-0-xlg {
		-ms-flex-order: 0;
		-webkit-order: 0;
		order: 0
	}
}

.offset-11 {
	margin-left: 91.66667%
}

.offset-10 {
	margin-left: 83.33333%
}

.offset-9 {
	margin-left: 75%
}

.offset-8 {
	margin-left: 66.66667%
}

.offset-7 {
	margin-left: 58.33333%
}

.offset-6 {
	margin-left: 50%
}

.offset-5 {
	margin-left: 41.66667%
}

.offset-4 {
	margin-left: 33.33333%
}

.offset-3 {
	margin-left: 25%
}

.offset-2 {
	margin-left: 16.66667%
}

.offset-1 {
	margin-left: 8.33333%
}

@media only screen and (min-width: 576px) {
	.offset-11-xs {
		margin-left: 91.66667%
	}
	.offset-10-xs {
		margin-left: 83.33333%
	}
	.offset-9-xs {
		margin-left: 75%
	}
	.offset-8-xs {
		margin-left: 66.66667%
	}
	.offset-7-xs {
		margin-left: 58.33333%
	}
	.offset-6-xs {
		margin-left: 50%
	}
	.offset-5-xs {
		margin-left: 41.66667%
	}
	.offset-4-xs {
		margin-left: 33.33333%
	}
	.offset-3-xs {
		margin-left: 25%
	}
	.offset-2-xs {
		margin-left: 16.66667%
	}
	.offset-1-xs {
		margin-left: 8.33333%
	}
	.offset-0-xs {
		margin-left: 0
	}
}

@media only screen and (min-width: 768px) {
	.offset-11-sm {
		margin-left: 91.66667%
	}
	.offset-10-sm {
		margin-left: 83.33333%
	}
	.offset-9-sm {
		margin-left: 75%
	}
	.offset-8-sm {
		margin-left: 66.66667%
	}
	.offset-7-sm {
		margin-left: 58.33333%
	}
	.offset-6-sm {
		margin-left: 50%
	}
	.offset-5-sm {
		margin-left: 41.66667%
	}
	.offset-4-sm {
		margin-left: 33.33333%
	}
	.offset-3-sm {
		margin-left: 25%
	}
	.offset-2-sm {
		margin-left: 16.66667%
	}
	.offset-1-sm {
		margin-left: 8.33333%
	}
	.offset-0-sm {
		margin-left: 0
	}
}

@media only screen and (min-width: 992px) {
	.offset-11-md {
		margin-left: 91.66667%
	}
	.offset-10-md {
		margin-left: 83.33333%
	}
	.offset-9-md {
		margin-left: 75%
	}
	.offset-8-md {
		margin-left: 66.66667%
	}
	.offset-7-md {
		margin-left: 58.33333%
	}
	.offset-6-md {
		margin-left: 50%
	}
	.offset-5-md {
		margin-left: 41.66667%
	}
	.offset-4-md {
		margin-left: 33.33333%
	}
	.offset-3-md {
		margin-left: 25%
	}
	.offset-2-md {
		margin-left: 16.66667%
	}
	.offset-1-md {
		margin-left: 8.33333%
	}
	.offset-0-md {
		margin-left: 0
	}
}

@media only screen and (min-width: 1200px) {
	.offset-11-lg {
		margin-left: 91.66667%
	}
	.offset-10-lg {
		margin-left: 83.33333%
	}
	.offset-9-lg {
		margin-left: 75%
	}
	.offset-8-lg {
		margin-left: 66.66667%
	}
	.offset-7-lg {
		margin-left: 58.33333%
	}
	.offset-6-lg {
		margin-left: 50%
	}
	.offset-5-lg {
		margin-left: 41.66667%
	}
	.offset-4-lg {
		margin-left: 33.33333%
	}
	.offset-3-lg {
		margin-left: 25%
	}
	.offset-2-lg {
		margin-left: 16.66667%
	}
	.offset-1-lg {
		margin-left: 8.33333%
	}
	.offset-0-lg {
		margin-left: 0
	}
}

@media only screen and (min-width: 1600px) {
	.offset-11-xlg {
		margin-left: 91.66667%
	}
	.offset-10-xlg {
		margin-left: 83.33333%
	}
	.offset-9-xlg {
		margin-left: 75%
	}
	.offset-8-xlg {
		margin-left: 66.66667%
	}
	.offset-7-xlg {
		margin-left: 58.33333%
	}
	.offset-6-xlg {
		margin-left: 50%
	}
	.offset-5-xlg {
		margin-left: 41.66667%
	}
	.offset-4-xlg {
		margin-left: 33.33333%
	}
	.offset-3-xlg {
		margin-left: 25%
	}
	.offset-2-xlg {
		margin-left: 16.66667%
	}
	.offset-1-xlg {
		margin-left: 8.33333%
	}
	.offset-0-xlg {
		margin-left: 0
	}
}

.wrap {
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap
}

.no-wrap {
	-ms-flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap
}

.no-wrap [class^="col-"] {
	-ms-flex-negative: 1;
	-webkit-flex-shrink: 1;
	flex-shrink: 1
}

.wrap-reverse {
	-ms-flex-wrap: wrap-reverse;
	-webkit-flex-wrap: wrap-reverse;
	flex-wrap: wrap-reverse
}

.direction-row {
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row
}

.direction-row-reverse {
	-ms-flex-direction: row-reverse;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.direction-column {
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column
}

.direction-column-reverse {
	-ms-flex-direction: column-reverse;
	-webkit-flex-direction: column-reverse;
	flex-direction: column-reverse
}

.align-start {
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start
}

.align-end {
	-ms-flex-align: end;
	-webkit-align-items: flex-end;
	align-items: flex-end
}

.align-center {
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center
}

.align-baseline {
	-ms-flex-align: baseline;
	-webkit-align-items: baseline;
	align-items: baseline
}

.align-content-start {
	-ms-flex-line-pack: start;
	-webkit-align-content: flex-start;
	align-content: flex-start
}

.align-content-end {
	-ms-flex-line-pack: end;
	-webkit-align-content: flex-end;
	align-content: flex-end
}

.align-content-end [class^="col-"] {
	vertical-align: bottom
}

.align-content-center {
	-ms-flex-line-pack: center;
	-webkit-align-content: center;
	align-content: center
}

.align-content-space-between {
	-ms-flex-line-pack: justify;
	-webkit-align-content: space-between;
	align-content: space-between
}

.align-content-space-around {
	-ms-flex-line-pack: distribute;
	-webkit-align-content: space-around;
	align-content: space-around
}

.align-self-stretch {
	-ms-flex-item-align: stretch;
	-webkit-align-self: stretch;
	align-self: stretch
}

.align-self-start {
	-ms-flex-item-align: start;
	-webkit-align-self: flex-start;
	align-self: flex-start
}

.align-self-end {
	-ms-flex-item-align: end;
	-webkit-align-self: flex-end;
	align-self: flex-end;
	vertical-align: bottom
}

.align-self-center {
	-ms-flex-item-align: center;
	-webkit-align-self: center;
	align-self: center;
	vertical-align: middle
}

.align-self-baseline {
	-ms-flex-item-align: baseline;
	-webkit-align-self: baseline;
	align-self: baseline;
	vertical-align: baseline
}

.justify-start {
	-ms-flex-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start
}

.justify-end {
	-ms-flex-pack: end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end
}

.justify-center {
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center
}

.justify-space-between {
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between
}

.justify-space-around {
	-ms-flex-pack: distribute;
	-webkit-justify-content: space-around;
	justify-content: space-around
}

.grid-bleed [class*="col-"] {
	padding: 0
}

.col-grid {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column
}

.col-grid.direction-row {
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row
}

.col-bleed {
	padding: 0
}

.col-bleed-x {
	padding: 24px 0
}

.col-bleed-y {
	padding: 0 24px
}

.flex-img {
	display: block;
	-ms-flex: 0 0 auto;
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto;
	max-width: 100%;
	height: auto;
	width: 100%
}

.flex-footer {
	width: 100%;
	margin-top: auto;
	margin-bottom: 0
}

.flex-footer>:last-child {
	margin-bottom: 0
}

@media (max-width: 575px) {
	.hidden-xxs {
		display: none
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	.hidden-xs {
		display: none
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.hidden-sm {
		display: none
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.hidden-md {
		display: none
	}
}

@media (min-width: 1200px) and (max-width: 1599px) {
	.hidden-lg {
		display: none
	}
}

@media (min-width: 1600px) {
	.hidden-xlg {
		display: none
	}
}

.card-header-img {
	overflow: hidden;
	padding: 0 0 12px;
	background-color: #fcfcfc;
	border-top: 1px solid #F7C7BD;
	border-left: 1px solid #F7C7BD;
	border-right: 1px solid #F7C7BD;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px
}

.card-body {
	-ms-flex: 1 1 auto;
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto;
	overflow: hidden;
	padding: 0 12px;
	border-left: 1px solid #F7C7BD;
	border-right: 1px solid #F7C7BD;
	background-color: #fcfcfc
}

.card-body:first-child {
	padding-top: 12px;
	border-top: 1px solid #F7C7BD;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px
}

.card-body:only-child {
	padding-bottom: 12px;
	border-bottom: 1px solid #F7C7BD;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px
}

.direction-row .card-bg-img {
	display: block;
	float: left;
	width: 40%;
	max-width: 40%;
	min-height: 150px;
	background-color: #fcfcfc;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border-top-left-radius: 4px;
	border-top-right-radius: 0;
	border-bottom-left-radius: 4px
}

.direction-row .card-bg-img::after {
	content: '';
	display: block;
	padding-top: 60%
}

.direction-row .card-body {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-ms-flex: 1 1 60%;
	-webkit-flex: 1 1 60%;
	flex: 1 1 60%;
	padding: 12px;
	border-top: 1px solid #F7C7BD;
	border-right: 1px solid #F7C7BD;
	border-left: 0;
	border-bottom: 1px solid #F7C7BD;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px
}

.direction-row .card-body>:last-child {
	margin-bottom: 0
}

.card-footer {
	overflow: hidden;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-top: auto;
	padding: 12px;
	background-color: #fcfcfc;
	border-bottom: 1px solid #F7C7BD;
	border-left: 1px solid #F7C7BD;
	border-right: 1px solid #F7C7BD;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px
}

.card-center {
	display: block;
	overflow: hidden;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-ms-flex: 1 1 auto;
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto;
	text-align: center;
	padding: 12px;
	background-color: #fcfcfc;
	border: 1px solid #F7C7BD;
	border-radius: 4px
}

.card-center>:last-child {
	margin-bottom: 0
}

.card-link {
	text-decoration: none;
	transition: box-shadow .4s, border-color .2s;
	box-shadow: 0 0 0 2px transparent
}

.card-link:hover,
.card-link:focus {
	outline: none
}

.card-footer-link {
	display: block;
	overflow: hidden;
	margin-top: auto;
	padding: 12px;
	border-bottom: 1px solid #F7C7BD;
	border-left: 1px solid #F7C7BD;
	border-right: 1px solid #F7C7BD;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	background-color: #E53517;
	text-align: center;
	text-decoration: none
}

.card-footer-link:hover,
.card-footer-link:focus {
	text-decoration: underline;
	border-color: #4B1207;
	background-color: #4B1207;
	outline: none
}

.card-img-circle {
	width: 60%;
	max-width: 60%;
	border-radius: 50%;
	margin: 12px auto
}

.loader {
	display: none;
	position: fixed;
	top: 36px;
	left: 244px;
	width: 36px;
	height: 36px;
	z-index: 99999;
	margin-top: -18px;
	background-image: url("../img/loader-sync.svg");
	background-repeat: no-repeat;
	background-size: 36px 36px;
	background-position: center;
	background-color: #E53517
}

.scrolled .loader {
	top: 24px
}

.show-loader-sync .loader,
.show-loader-async .loader {
	display: block
}

.show-loader-sync .loader {
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	background-size: 48px 48px;
	background-color: rgba(0, 0, 0, 0.25)
}

.search-focus .loader {
	top: 12px;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	background-image: url("../img/loader-sync-search.svg");
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-color: #fff
}

body.show-loader-sync,
body.show-loader-sync *,
body.show-loader-async,
body.show-loader-async * {
	cursor: wait !important
}

body.block-pointer-events {
	position: relative
}

body.block-pointer-events:before {
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 999999;
	width: 100%;
	height: 100%;
	margin: 0;
	cursor: wait !important
}

.wrapper {
	height: 100%;
	position: relative
}

.page-overlay {
	-webkit-transition: all 0.3s cubic-bezier(0.16, 0.68, 0.43, 0.99);
	-moz-transition: all 0.3s cubic-bezier(0.16, 0.68, 0.43, 0.99);
	-ms-transition: all 0.3s cubic-bezier(0.16, 0.68, 0.43, 0.99);
	-o-transition: all 0.3s cubic-bezier(0.16, 0.68, 0.43, 0.99);
	transition: all 0.3s cubic-bezier(0.16, 0.68, 0.43, 0.99);
	position: fixed;
	right: 0;
	background-color: transparent;
	z-index: 99998
}

.show-menu .page-overlay {
	background-color: rgba(0, 0, 0, 0.25);
	top: 0;
	left: 0;
	bottom: 0;
	right: 300px
}

.show-user-menu .page-overlay-invisble {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99996;
	background-color: rgba(0, 0, 0, 0.1)
}

.page-header {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background-color: #E53517;
	color: #fff;
	height: 72px;
	line-height: 72px;
	z-index: 99998;
	position: fixed;
	width: 100%
}

.scrolled .page-header {
	height: 48px;
	line-height: 48px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5)
}

.page-header-search {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	float: left;
	height: 72px;
	position: relative;
	font-size: 1.125rem;
	width: calc(100% - (72px * 4))
}

@media only screen and (min-width: 40.063em) and (max-width: 63.938em) {
	.page-header-search {
		width: calc(100% - (72px * 4 + 220px))
	}
}

@media only screen and (min-width: 64em) {
	.page-header-search {
		width: calc(100% - ((72px * 3) + 218px + 220px))
	}
}

.scrolled .page-header-search {
	height: 48px
}

.page-header-search:before {
	position: absolute;
	top: 0;
	left: 24px;
	font-family: 'lovion-app';
	content: "\e602";
	z-index: 9999;
	color: #fff;
	pointer-events: none
}

.page-header-search.focus {
	background-color: #fff
}

.page-header-search.focus:before {
	left: auto;
	right: 24px;
	color: #E53517
}

input[type="search"].page-header-search-input {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border: none;
	border-radius: 0;
	height: 72px;
	line-height: 72px;
	background-color: #E53517;
	font-size: 1.125rem;
	padding: 0 48px 0 60px;
	border-bottom: 1px solid #E53517;
	color: #fff
}

.scrolled input[type="search"].page-header-search-input {
	height: 48px;
	line-height: 48px
}

input[type="search"].page-header-search-input:focus,
.focus input[type="search"].page-header-search-input {
	box-shadow: none;
	background-color: #fff;
	color: #222;
	padding-left: 24px
}

input[type="search"].page-header-search-input::-webkit-input-placeholder {
	color: #ED7864
}

input[type="search"].page-header-search-input:-moz-placeholder {
	color: #ED7864;
	opacity: 1
}

input[type="search"].page-header-search-input::-moz-placeholder {
	color: #ED7864;
	opacity: 1
}

input[type="search"].page-header-search-input:-ms-input-placeholder {
	color: #ED7864
}

.page {
	padding-top: 72px
}

.page .page-sidebar {
	background-color: #fcfcfc;
	border-bottom: 1px solid #dfdfdf
}

.page .page-content {
	padding-bottom: 48px;
	overflow: hidden
}

.module-view .page .page-content,
.module-message .page .page-content {
	padding-bottom: 0
}

@media only screen and (min-width: 40.063em) and (max-width: 63.938em) {
	.panel-taskeditor .page {
		position: relative;
		z-index: 1
	}
}

@media only screen and (min-width: 64em) {
	.page {
		display: table;
		width: 100%;
		height: calc(100% - 36px);
		table-layout: fixed
	}
	.page .page-content {
		display: table-cell;
		vertical-align: top
	}
	.page .page-sidebar {
		display: table-cell;
		vertical-align: top;
		width: 220px;
		border-right: 1px solid #dfdfdf;
		border-bottom: none;
		padding-bottom: 48px
	}
}

.page-footer {
	height: 36px;
	line-height: 36px;
	font-size: 0.6875rem;
	background-color: #f5f5f5;
	color: #666;
	border-top: 1px solid #dfdfdf
}

.page-footer .footer-nav a {
	color: #666
}

@media only screen and (min-width: 64em) {
	.page-footer {
		background-color: #A81A1A;
		color: #fff;
		border: none
	}
	.page-footer .footer-nav a {
		color: #fff
	}
}

.page-footer-start {
	border-top: 1px solid #dfdfdf;
	background-color: #E53517;
	margin-top: 0px;
	margin-bottom: -48px;
	padding: 48px 0;
	color: #fff
}

.page-footer-start h1,
.page-footer-start h2,
.page-footer-start h3,
.page-footer-start h4 {
	color: #fff
}

.page-footer-start a {
	color: #fff
}

.page-footer-start p {
	margin: 24px 0
}

.restricted-content-width {
	max-width: 1100px
}

.inner-content {
	margin: 24px 12px
}

@media only screen and (min-width: 40.063em) {
	.inner-content {
		margin: 24px
	}
}

.map-menu-container .inner-content {
	margin: 0 8px 12px 8px
}

.page-content-header {
	position: relative;
	padding-top: 24px;
	padding-bottom: 24px;
	padding-right: 24px;
	padding-left: 24px;
	background-color: #f5f5f5;
	border-bottom: 1px solid #dfdfdf;
	color: #E53517
}

.page-content-header .page-content-title {
	margin: 0;
	color: #E53517
}

@media only screen and (min-width: 64em) {
	.page-content-header .page-content-title {
		line-height: 32px
	}
}

.key-visual {
	border-top: 1px solid #6f1d25;
	background-color: #E53517;
	background-image: url("../img/phoenixsee.jpg");
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: cover;
	min-height: 320px;
	color: #fff;
	margin-bottom: -48px
}

@media only screen and (min-width: 40.063em) {
	.key-visual {
		min-height: 480px
	}
}

@media only screen and (min-width: 64em) {
	.key-visual {
		min-height: 520px
	}
}

.key-visual .key-visual-heading {
	color: #fff;
	font-size: 2rem;
	margin-top: 270px
}

.key-visual .key-visual-heading span {
	background-color: rgba(0, 0, 0, 0.5);
	padding: 12px 20px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px
}

@media only screen and (min-width: 40.063em) {
	.key-visual .key-visual-heading {
		font-size: 3rem;
		margin-top: 409px
	}
}

@media only screen and (min-width: 64em) {
	.key-visual .key-visual-heading {
		font-size: 3.75rem;
		margin-top: 433px
	}
}

.intro-start {
	margin-top: 48px
}

.full-width-container {
	background-color: #fcfcfc;
	padding-top: 48px;
	padding-bottom: 48px;
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	margin-top: 0px;
	margin-bottom: 0px
}

.img-border {
	border: 1px solid #dfdfdf !important
}

.button-group a,
.filter-bar .tabs a,
.btn-function,
.btn-paginator-prev,
.btn-paginator-next,
.table-paginate .paginate_button,
.dataTables_wrapper .dataTables_paginate .paginate_button {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	color: #666;
	background-color: #fff;
	border: 1px solid #dfdfdf;
	padding: 0 12px;
	line-height: 32px;
	border-radius: 4px;
	display: block;
	text-decoration: none !important;
	cursor: pointer;
	font-size: 0.8125rem;
	white-space: nowrap;
	position: relative
}

.button-group a:hover,
.filter-bar .tabs a:hover,
.btn-function:hover,
.btn-paginator-prev:hover,
.btn-paginator-next:hover,
.table-paginate .paginate_button:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
	color: #fff;
	background-color: #E53517;
	border-color: #E53517
}

.button-group a.disabled,
.filter-bar .tabs a.disabled,
.disabled.btn-function,
.disabled.btn-paginator-prev,
.disabled.btn-paginator-next,
.table-paginate .disabled.paginate_button,
.dataTables_wrapper .dataTables_paginate .disabled.paginate_button,
.button-group a.disabled:hover,
.filter-bar .tabs a.disabled:hover,
.disabled.btn-function:hover,
.disabled.btn-paginator-prev:hover,
.disabled.btn-paginator-next:hover,
.table-paginate .disabled.paginate_button:hover,
.dataTables_wrapper .dataTables_paginate .disabled.paginate_button:hover {
	color: gray !important;
	border-color: #e7e7e7 !important;
	background-color: #fff !important;
	cursor: default
}

.button-group a:active,
.filter-bar .tabs a:active,
.btn-function:active,
.btn-paginator-prev:active,
.btn-paginator-next:active,
.table-paginate .paginate_button:active,
.dataTables_wrapper .dataTables_paginate .paginate_button:active,
.button-group a.active,
.filter-bar .tabs a.active,
.active.btn-function,
.active.btn-paginator-prev,
.active.btn-paginator-next,
.table-paginate .active.paginate_button,
.dataTables_wrapper .dataTables_paginate .active.paginate_button,
.button-group a.current,
.filter-bar .tabs a.current,
.current.btn-function,
.current.btn-paginator-prev,
.current.btn-paginator-next,
.table-paginate .current.paginate_button,
.dataTables_wrapper .dataTables_paginate .current.paginate_button {
	color: #fff;
	background-color: #E53517;
	border-color: #E53517
}

.button-group a .icon,
.filter-bar .tabs a .icon,
.btn-function .icon,
.btn-paginator-prev .icon,
.btn-paginator-next .icon,
.table-paginate .paginate_button .icon,
.dataTables_wrapper .dataTables_paginate .paginate_button .icon {
	position: relative;
	top: 1px
}

.button-group a .icon+span,
.filter-bar .tabs a .icon+span,
.btn-function .icon+span,
.btn-paginator-prev .icon+span,
.btn-paginator-next .icon+span,
.table-paginate .paginate_button .icon+span,
.dataTables_wrapper .dataTables_paginate .paginate_button .icon+span {
	margin-left: 6px
}

.button-group a .icon+span.single-label,
.filter-bar .tabs a .icon+span.single-label,
.btn-function .icon+span.single-label,
.btn-paginator-prev .icon+span.single-label,
.btn-paginator-next .icon+span.single-label,
.table-paginate .paginate_button .icon+span.single-label,
.dataTables_wrapper .dataTables_paginate .paginate_button .icon+span.single-label {
	margin-left: 0
}

.button-group a.positive,
.filter-bar .tabs a.positive,
.positive.btn-function,
.positive.btn-paginator-prev,
.positive.btn-paginator-next,
.table-paginate .positive.paginate_button,
.dataTables_wrapper .dataTables_paginate .positive.paginate_button {
	color: #4CAF50;
	border-color: #4CAF50
}

.button-group a.positive:hover,
.filter-bar .tabs a.positive:hover,
.positive.btn-function:hover,
.positive.btn-paginator-prev:hover,
.positive.btn-paginator-next:hover,
.table-paginate .positive.paginate_button:hover,
.dataTables_wrapper .dataTables_paginate .positive.paginate_button:hover,
.button-group a.positive:active,
.filter-bar .tabs a.positive:active,
.positive.btn-function:active,
.positive.btn-paginator-prev:active,
.positive.btn-paginator-next:active,
.table-paginate .positive.paginate_button:active,
.dataTables_wrapper .dataTables_paginate .positive.paginate_button:active,
.button-group a.positive.active,
.filter-bar .tabs a.positive.active,
.positive.active.btn-function,
.positive.active.btn-paginator-prev,
.positive.active.btn-paginator-next,
.table-paginate .positive.active.paginate_button,
.dataTables_wrapper .dataTables_paginate .positive.active.paginate_button,
.button-group a.positive.current,
.filter-bar .tabs a.positive.current,
.positive.current.btn-function,
.positive.current.btn-paginator-prev,
.positive.current.btn-paginator-next,
.table-paginate .positive.current.paginate_button,
.dataTables_wrapper .dataTables_paginate .positive.current.paginate_button {
	color: #fff;
	background-color: #4CAF50;
	border-color: #4CAF50 !important
}

.button-group a.negative,
.filter-bar .tabs a.negative,
.negative.btn-function,
.negative.btn-paginator-prev,
.negative.btn-paginator-next,
.table-paginate .negative.paginate_button,
.dataTables_wrapper .dataTables_paginate .negative.paginate_button {
	color: #D32F2F;
	border-color: #D32F2F
}

.button-group a.negative:hover,
.filter-bar .tabs a.negative:hover,
.negative.btn-function:hover,
.negative.btn-paginator-prev:hover,
.negative.btn-paginator-next:hover,
.table-paginate .negative.paginate_button:hover,
.dataTables_wrapper .dataTables_paginate .negative.paginate_button:hover,
.button-group a.negative:active,
.filter-bar .tabs a.negative:active,
.negative.btn-function:active,
.negative.btn-paginator-prev:active,
.negative.btn-paginator-next:active,
.table-paginate .negative.paginate_button:active,
.dataTables_wrapper .dataTables_paginate .negative.paginate_button:active,
.button-group a.negative.active,
.filter-bar .tabs a.negative.active,
.negative.active.btn-function,
.negative.active.btn-paginator-prev,
.negative.active.btn-paginator-next,
.table-paginate .negative.active.paginate_button,
.dataTables_wrapper .dataTables_paginate .negative.active.paginate_button,
.button-group a.negative.current,
.filter-bar .tabs a.negative.current,
.negative.current.btn-function,
.negative.current.btn-paginator-prev,
.negative.current.btn-paginator-next,
.table-paginate .negative.current.paginate_button,
.dataTables_wrapper .dataTables_paginate .negative.current.paginate_button {
	color: #fff;
	background-color: #D32F2F;
	border-color: #D32F2F !important
}

.button-group a:active,
.filter-bar .tabs a:active,
.btn-function:active,
.btn-paginator-prev:active,
.btn-paginator-next:active,
.table-paginate .paginate_button:active,
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
	top: 1px
}

.button-progress {
	position: relative;
	overflow: hidden
}

.button-progress:after {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	display: none;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: #E53517;
	background-image: url("../img/loader-sync.svg");
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-position: center
}

.button-progress .icon-progress-success,
.button-progress .icon-progress-error {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	position: absolute !important;
	top: 10px !important;
	left: 0;
	width: 100%;
	text-align: center;
	opacity: 0;
	z-index: 2
}

.button-progress .icon-progress-success {
	color: #fff
}

.button-progress .icon-progress-error {
	color: #fff
}

.button-progress.in-progress {
	cursor: default;
	opacity: 1;
	background-color: #E53517;
	border-color: #E53517 !important
}

.button-progress.in-progress:after {
	display: block
}

.button-progress.in-progress .icon-progress-default {
	opacity: 0
}

.button-progress.in-progress .icon-progress-success,
.button-progress.in-progress .icon-progress-error {
	color: #fff;
	top: 24px !important;
	font-size: 4px
}

.button-progress.success,
.button-progress.error {
	cursor: default;
	opacity: 1;
	color: #fff
}

.button-progress.success .icon-progress-default,
.button-progress.error .icon-progress-default {
	opacity: 0
}

.button-progress.success:before,
.button-progress.error:before {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1
}

.button-progress.success {
	border-color: #4CAF50 !important
}

.button-progress.success:before {
	background-color: #4CAF50
}

.button-progress.success .icon-progress-success {
	opacity: 1
}

.button-progress.error {
	border-color: #D32F2F !important
}

.button-progress.error:before {
	background-color: #D32F2F
}

.button-progress.error .icon-progress-error {
	opacity: 1
}

.button-progress:focus,
.button-progress:active {
	background-color: #E53517 !important;
	box-shadow: none !important
}

.button-toolbar-vertical .button-progress.in-progress,
.button-toolbar-vertical .button-progress.error,
.button-toolbar-vertical .button-progress.success {
	border-color: #dfdfdf !important
}

.filter-data-table-wrapper {
	margin-left: 12px;
	margin-right: 12px;
	margin-bottom: 24px
}

@media only screen and (min-width: 40.063em) {
	.filter-data-table-wrapper {
		margin-left: 24px;
		margin-right: 24px
	}
}

.row .tabs.tabs-lined {
	margin-left: -24px;
	margin-right: -24px;
	padding-left: 24px;
	padding-right: 24px;
	width: calc(100% + 48px)
}

.list-arrows {
	list-style: none;
	padding: 0;
	margin: 0
}

.list-arrows li {
	padding-left: 1em;
	text-indent: -.8em
}

.list-arrows li:before {
	font-family: 'lovion-app';
	content: "\e607 ";
	color: #E53517
}

.msg-box {
	background-color: #fff;
	color: #222;
	border: 1px solid #dfdfdf;
	border-radius: 4px;
	margin: 24px;
	padding: 12px;
	font-size: 0.8125rem
}

.list-arrow {
	list-style-type: none;
	margin: 0
}

.list-arrow li:before {
	font-family: 'lovion-app';
	content: "\e607 ";
	color: #999
}

body.demo-modus:after {
	content: "DEMO";
	position: fixed;
	bottom: 10px;
	right: -35px;
	z-index: 99999;
	background-color: #E53517;
	color: #fff;
	padding: 5px 0;
	width: 120px;
	text-align: center;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg)
}

.box-modal .g-recaptcha {
	margin: 0 0 12px 0;
	padding: 0
}

@media only screen and (min-width: 40.063em) {
	.box-modal .g-recaptcha {
		transform: scale(0.93);
		-webkit-transform: scale(0.93);
		transform-origin: 0 0;
		-webkit-transform-origin: 0 0
	}
}

.no-data-placeholder {
	border: 1px solid #dfdfdf;
	padding: 8px;
	padding-left: 12px;
	font-size: 0.875rem;
	background-color: #fff
}

.box-content .no-data-placeholder {
	background-color: #f5f5f5
}

.no-data-placeholder:before {
	font-family: 'lovion-app';
	content: "\e610";
	margin-right: 8px;
	font-size: 0.75rem
}

.table .no-data-placeholder {
	background-color: transparent;
	border: none
}

.col-box {
	border: 1px solid red;
	margin: 10px;
	padding: 10px
}

.contains-visualizations_address+hr {
	border: none
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
	.contains-visualizations_address+hr {
		margin-top: -32px
	}
}

.contains-visualizations_address+hr+.contains-map .map-container {
	border-bottom: none
}

@media only screen and (min-width: 64em) {
	.module-desk .flag__image {
		max-width: 260px
	}
	.module-desk .flag__image img {
		max-width: 240px
	}
}

.subheading {
	font-size: 0.75rem;
	color: #999;
	margin-top: -6px
}

.quick-search-container {
	position: relative;
	margin-top: 12px;
	margin-bottom: 24px
}

.quick-search-container input[type="search"] {
	position: relative;
	z-index: 0;
	padding-left: 36px
}

.quick-search-container:before {
	position: absolute;
	top: 4px;
	left: 12px;
	font-family: 'lovion-app';
	content: "\e602";
	z-index: 9999;
	color: #dfdfdf;
	pointer-events: none
}

.wrapper.modal {
	display: table;
	width: 100%
}

.wrapper .modal-content {
	display: table-cell;
	vertical-align: middle;
	padding: 24px
}

.switch-lang-wrapper {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 9999;
	min-width: 140px;
	border-left: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf
}

.switch-lang-wrapper a {
	text-decoration: none
}

.switch-lang {
	cursor: pointer;
	font-size: 0.8125rem
}

.switch-lang-label-wrapper {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	position: relative;
	z-index: 1;
	padding: 12px 24px;
	padding-right: 32px;
	background-color: #fff
}

.switch-lang-label-wrapper:after {
	position: absolute;
	top: 12px;
	right: 10px;
	font-family: 'lovion-app';
	content: "\e605"
}

.switch-lang-label {
	color: #666
}

.switch-lang-label:hover,
.switch-lang-label:focus {
	color: #222
}

.switch-lang-list {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	list-style-type: none;
	margin: 0;
	padding: 8px 24px;
	font-size: 0.8125rem;
	position: absolute;
	top: -200px;
	right: 0;
	z-index: 0;
	width: 100%;
	background-color: #fff;
	border-left: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf
}

.switch-lang-list>li {
	position: relative;
	line-height: 2;
	white-space: nowrap
}

.switch-lang-list>li.active a,
.switch-lang-list>li.active:hover a {
	color: #E53517
}

.switch-lang-list>li.active:after {
	position: absolute;
	top: 2px;
	right: -13px;
	font-family: 'lovion-app';
	content: "\e604";
	color: #E53517;
	font-size: 0.625rem
}

.show-lang-menu .switch-lang-list {
	top: 40px
}

.show-lang-menu .switch-lang-label-wrapper {
	background-color: #E53517
}

.show-lang-menu .switch-lang-label-wrapper:after {
	color: #fff
}

.show-lang-menu .switch-lang-label {
	color: #fff
}

.box {
	background-color: #fcfcfc;
	border: 1px solid #F7C7BD;
	border-radius: 4px;
	margin-top: 24px;
	overflow: hidden
}

.box .box {
	border: none;
	margin-bottom: 0
}

.box.box-light {
	background-color: transparent
}

.box.box-highlight {
	background-color: #fff0e5
}

.consumer-start .box {
	margin-bottom: 12px
}

.box .box-header {
	border-top: 1px solid #dfdfdf;
	padding-top: 24px;
	padding-bottom: 24px;
	position: relative
}

.box .box-header:first-child {
	border-top: none;
	margin-top: 0
}

.box .box-header.with-border {
	border-top: 1px solid #dfdfdf
}

.box .box-header.box-header-empty {
	padding-top: 0
}

.box .box-header.expandable-trigger {
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-ms-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	transition: background 0.3s ease;
	cursor: pointer;
	background-color: #fcfcfc
}

.box .box-header.expandable-trigger:before {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-family: 'lovion-app';
	content: "\e605";
	font-size: 16px;
	position: absolute;
	right: 24px;
	top: 18px;
	width: 32px;
	text-align: center;
	height: 32px;
	line-height: 30px;
	border-radius: 50%;
	border: 1px solid #E53517;
	color: #fff;
	background-color: #E53517
}

.box .box-header.expandable-trigger.closed {
	background-color: #f9f9f9
}

.box .box-header.expandable-trigger.closed .box-title {
	color: #666
}

.box .box-header.expandable-trigger.closed:before {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	border-color: #dfdfdf;
	color: #222;
	background-color: #fcfcfc
}

.box .box-header.expandable-trigger.closed:hover {
	background-color: #fff
}

.box .box-header.expandable-trigger.closed:hover .box-title {
	color: #E53517
}

.box .box-header.expandable-trigger:hover:before {
	border-color: #E53517;
	color: #fff;
	background-color: #E53517
}

.box .box-header.expandable-trigger .box-title {
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
	padding-right: 48px
}

.box .box-header.expandable-trigger .box-title:hover {
	color: #A81A1A
}

.box .box-header,
.box .box-footer {
	padding-left: 24px;
	padding-right: 24px
}

.box .box-title {
	margin: 0;
	font-size: 1rem;
	font-weight: 600;
	color: #E53517
}

.box .box-content {
	margin-bottom: 24px
}

.box .box-footer {
	background-color: #f5f5f5;
	padding-top: 12px;
	padding-bottom: 12px;
	border-top: 1px solid #dfdfdf
}

.box .box-footer a {
	color: #E53517
}

.box-content .box-header,
.box-content .box-footer {
	padding-left: 0;
	padding-right: 0
}

.box-modal {
	max-width: 380px;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15)
}

@media only screen and (min-width: 40.063em) {
	.box-modal .box-header,
	.box-modal .box-footer {
		padding-left: 48px;
		padding-right: 48px
	}
	.box-modal .box-content {
		margin-left: 24px;
		margin-right: 24px
	}
}

.modal-wide .box-modal {
	max-width: 840px
}

.box-description:empty {
	display: none
}

.box.contains-wizard_pathbased {
	background-color: transparent;
	border: none
}

.box.contains-wizard_pathbased .box {
	background-color: #fcfcfc;
	border: 1px solid #F7C7BD;
	margin-bottom: 24px
}

.brand-wrapper {
	-webkit-transition: height 0.3s ease-in-out;
	-moz-transition: height 0.3s ease-in-out;
	-ms-transition: height 0.3s ease-in-out;
	-o-transition: height 0.3s ease-in-out;
	transition: height 0.3s ease-in-out;
	display: none;
	background-color: #E53517;
	border-right: 1px solid #E53517;
	width: 500px;
	height: 72px;
	position: relative;
	overflow: hidden;
	float: left
}

@media only screen and (min-width: 40.063em) {
	.brand-wrapper {
		display: block
	}
}

.modal .brand-wrapper {
	display: block;
	float: none;
	width: 100%;
	margin-bottom: 48px
}

.scrolled .brand-wrapper {
	height: 48px
}

.brand {
	-webkit-transition: background 0.3s ease-in-out;
	-moz-transition: background 0.3s ease-in-out;
	-ms-transition: background 0.3s ease-in-out;
	-o-transition: background 0.3s ease-in-out;
	transition: background 0.3s ease-in-out;
	width: calc(100% - (24px * 2));
	height: 100%;    
	margin-left: 5px;
	background-image: url("../img/rz_logo_hng_rgb_mit_rand.jpg");
	background-repeat: no-repeat;
	background-position: left;
	opacity: 1;
	background-size: auto 65px
}

.scrolled .brand {
	background-size: auto 41px
}

.page-nav {
	-webkit-transition: right 0.3s cubic-bezier(0.16, 0.68, 0.43, 0.99);
	-moz-transition: right 0.3s cubic-bezier(0.16, 0.68, 0.43, 0.99);
	-ms-transition: right 0.3s cubic-bezier(0.16, 0.68, 0.43, 0.99);
	-o-transition: right 0.3s cubic-bezier(0.16, 0.68, 0.43, 0.99);
	transition: right 0.3s cubic-bezier(0.16, 0.68, 0.43, 0.99);
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: fixed;
	right: -300px;
	top: 0;
	bottom: 0;
	width: 300px;
	z-index: 99999;
	background-color: #A81A1A;
	padding-top: 72px
}

.scrolled .page-nav {
	padding-top: 48px
}

.page-nav .module-item {
	-webkit-transition: background 0.3s ease-in-out;
	-moz-transition: background 0.3s ease-in-out;
	-ms-transition: background 0.3s ease-in-out;
	-o-transition: background 0.3s ease-in-out;
	transition: background 0.3s ease-in-out;
	position: relative;
	line-height: 1.6;
	border-bottom: 1px solid #46121a;
	background-color: #6f1d25;
	padding-top: 20px;
	padding-bottom: 20px
}

.page-nav .module-item:after {
	content: "";
	display: table;
	clear: both
}

.page-nav .module-item:hover {
	background-color: #46121a
}

.page-nav .module-item:hover>a {
	color: #fff
}

.page-nav .module-item:hover svg.module-icon path {
	fill: #fff
}

.page-nav .module-item.active {
	background-color: #f5f5f5
}

.page-nav .module-item.active>a {
	color: #E53517
}

.page-nav .module-item.active>a .page-nav-item-desc {
	opacity: 1
}

.page-nav .module-item.active svg.module-icon path {
	fill: #E53517
}

.page-nav .module-item a {
	-webkit-transition: color 0.3s ease-in-out;
	-moz-transition: color 0.3s ease-in-out;
	-ms-transition: color 0.3s ease-in-out;
	-o-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;
	display: block;
	padding-left: 12px;
	padding-right: 12px;
	color: #d9d9d9;
	text-decoration: none
}

.page-nav .module-item .page-nav-label-wrapper {
	float: left
}

.page-nav .module-item .page-nav-label {
	font-size: 1rem
}

.page-nav .module-item .page-nav-item-desc {
	display: block;
	font-size: 0.75rem;
	font-weight: 600;
	opacity: 0.5
}

.page-nav .module-item .module-icon {
	width: 28px;
	height: 28px;
	margin-left: 8px;
	margin-right: 20px;
	margin-bottom: 20px
}

.page-nav .module-item svg.module-icon {
	position: relative;
	top: 8px;
	float: left
}

.page-nav .module-item svg.module-icon path {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	fill: #d9d9d9
}

.page-nav .module-item .demo-icon {
	display: inline-block;
	width: 28px;
	height: 28px;
	margin-left: 8px;
	margin-right: 20px;
	position: relative;
	top: 2px;
	float: left
}

.page-nav .module-item .demo-icon:after {
	content: "\e610";
	font-family: 'lovion-app';
	font-weight: normal;
	font-style: normal;
	font-size: 28px
}

.page-nav .module-item #page-nav-module-item-consumer.demo-icon:after {
	content: "\e61a"
}

.page-nav .module-item #page-nav-module-item-applicationforleave.demo-icon:after {
	content: "\e62a"
}

.page-nav .module-item #page-nav-module-item-task.demo-icon:after {
	content: "\e601"
}

.page-nav .module-item #page-nav-module-item-project.demo-icon:after {
	content: "\e93b"
}

.page-nav .user-item {
	position: absolute;
	bottom: 0;
	width: 100%
}

.show-menu .page-nav {
	right: 0
}

.global-functions-wrapper {
	margin-top: 12px
}

@media only screen and (min-width: 64em) {
	.global-functions-wrapper {
		margin-top: 0;
		position: absolute;
		top: 24px;
		right: 24px
	}
}

.special-functions-wrapper {
	margin-bottom: 12px
}

@media only screen and (min-width: 40.063em) {
	.special-functions-wrapper {
		margin-right: 12px;
		margin-bottom: 0;
		float: left
	}
}

.button-group,
.filter-bar .tabs {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 0.75rem
}

.button-group:after,
.filter-bar .tabs:after {
	content: "";
	display: table;
	clear: both
}

.button-group>li,
.filter-bar .tabs>li {
	float: left;
	margin-right: 8px
}

.button-group>li:last-child,
.filter-bar .tabs>li:last-child {
	margin-right: 0
}

.button-group a.primary,
.filter-bar .tabs a.primary {
	background-color: #E53517;
	border-color: #E53517;
	color: #fff
}

.button-group a.primary:hover,
.filter-bar .tabs a.primary:hover {
	background-color: #E53517;
	border-color: #E53517
}

.button-group.large,
.filter-bar .large.tabs {
	font-size: 0.875rem
}

.button-group.large a,
.filter-bar .large.tabs a {
	font-size: 0.875rem;
	padding: 0 14px;
	line-height: 36px
}

.button-group.button-toolbar a,
.map-controls-vertical ul>li ul.button-group a,
.filter-bar .tabs a {
	border-radius: 0;
	border-color: #dfdfdf
}

.button-group.button-toolbar>li,
.map-controls-vertical ul>li ul.button-group>li,
.filter-bar .map-controls-vertical ul>li ul.tabs>li,
.filter-bar .tabs>li {
	margin-right: -1px
}

.button-group.button-toolbar>li:first-child a,
.map-controls-vertical ul>li ul.button-group>li:first-child a,
.filter-bar .tabs>li:first-child a {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px
}

.button-group.button-toolbar>li:last-child a,
.map-controls-vertical ul>li ul.button-group>li:last-child a,
.filter-bar .tabs>li:last-child a {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px
}

.button-group.button-toolbar-vertical,
.filter-bar .button-toolbar-vertical.tabs {
	max-width: 38px
}

.button-group.button-toolbar-vertical.large,
.filter-bar .button-toolbar-vertical.large.tabs {
	max-width: 42px
}

.button-group.button-toolbar-vertical a,
.filter-bar .button-toolbar-vertical.tabs a {
	border-radius: 0;
	border-color: #dfdfdf
}

.button-group.button-toolbar-vertical>li,
.filter-bar .button-toolbar-vertical.tabs>li {
	margin-right: 0;
	margin-bottom: -1px;
	float: none
}

.button-group.button-toolbar-vertical>li:first-child a,
.filter-bar .button-toolbar-vertical.tabs>li:first-child a {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px
}

.button-group.button-toolbar-vertical>li:last-child a,
.filter-bar .button-toolbar-vertical.tabs>li:last-child a {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px
}

.footer-nav {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 0.6875rem
}

.footer-nav li {
	display: inline-block;
	margin-right: 24px
}

.footer-nav li:last-child {
	margin-right: 0
}

.footer-nav a {
	color: #d9d9d9;
	text-decoration: none
}

.footer-nav a:hover {
	color: #fff
}

.footer-nav li.active a {
	color: #fff
}

.sticky-function-nav-wrapper {
	-webkit-transition: top 0.3s ease-in-out;
	-moz-transition: top 0.3s ease-in-out;
	-ms-transition: top 0.3s ease-in-out;
	-o-transition: top 0.3s ease-in-out;
	transition: top 0.3s ease-in-out;
	position: fixed;
	top: 150px;
	right: 0;
	padding: 12px;
	padding-right: 0;
	z-index: 90
}

@media only screen and (min-width: 40.063em) {
	.sticky-function-nav-wrapper {
		padding: 24px
	}
}

.scrolled .sticky-function-nav-wrapper {
	top: 60px
}

.sticky-function-nav-wrapper .button-group,
.sticky-function-nav-wrapper .filter-bar .tabs,
.filter-bar .sticky-function-nav-wrapper .tabs {
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15)
}

.sticky-function-nav-wrapper .button-group a .icon+span,
.sticky-function-nav-wrapper .filter-bar .tabs a .icon+span,
.filter-bar .sticky-function-nav-wrapper .tabs a .icon+span {
	-webkit-transition: margin 0.3s ease-in-out;
	-moz-transition: margin 0.3s ease-in-out;
	-ms-transition: margin 0.3s ease-in-out;
	-o-transition: margin 0.3s ease-in-out;
	transition: margin 0.3s ease-in-out;
	margin-left: 32px
}

.sticky-function-nav-wrapper .button-toolbar-vertical {
	-webkit-transition: max-width 0.3s ease-in-out;
	-moz-transition: max-width 0.3s ease-in-out;
	-ms-transition: max-width 0.3s ease-in-out;
	-o-transition: max-width 0.3s ease-in-out;
	transition: max-width 0.3s ease-in-out
}

.sticky-function-nav-wrapper:hover .button-toolbar-vertical {
	max-width: 320px !important
}

.sticky-function-nav-wrapper:hover .button-toolbar-vertical a .icon+span {
	margin-left: 6px
}

.header-functions-wrapper {
	float: right;
	margin-right: 72px
}

.meta-nav-wrapper {
	-webkit-transition: background 0.3s ease-in-out;
	-moz-transition: background 0.3s ease-in-out;
	-ms-transition: background 0.3s ease-in-out;
	-o-transition: background 0.3s ease-in-out;
	transition: background 0.3s ease-in-out;
	float: right;
	width: 72px;
	position: relative;
	text-align: center;
	border-left: 1px solid #6f1d25;
	border-right: 1px solid #6f1d25;
	color: #fff !important;
	text-decoration: none;
	font-size: 24px
}

.meta-nav-wrapper .badge {
	-webkit-transition: top 0.3s ease-in-out;
	-moz-transition: top 0.3s ease-in-out;
	-ms-transition: top 0.3s ease-in-out;
	-o-transition: top 0.3s ease-in-out;
	transition: top 0.3s ease-in-out;
	position: absolute;
	top: 15px;
	right: 10px;
	margin: 0
}

.scrolled .meta-nav-wrapper .badge {
	top: 5px
}

.meta-nav-wrapper:hover {
	background-color: #A81A1A
}

@media only screen and (min-width: 64em) {
	.sidebar-nav-wrapper {
		-webkit-transition: margin 0.3s ease-in-out;
		-moz-transition: margin 0.3s ease-in-out;
		-ms-transition: margin 0.3s ease-in-out;
		-o-transition: margin 0.3s ease-in-out;
		transition: margin 0.3s ease-in-out;
		max-height: calc(100vh - 72px - 36px);
		overflow-x: auto;
		width: 220px;
		position: fixed;
		top: 0;
		margin-top: 72px
	}
	.scrolled .sidebar-nav-wrapper {
		margin-top: 48px;
		max-height: calc(100vh - 48px - 36px)
	}
}

.sidebar-nav,
.sidebar-nav ul {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	visibility: hidden;
	opacity: 0;
	max-height: 0;
	overflow: hidden;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 24px;
	margin-left: 24px;
	padding: 0;
	list-style-type: none;
	line-height: 1.2;
	font-size: 0.9375rem
}

.show-sidebar-menu .sidebar-nav,
.show-sidebar-menu .sidebar-nav ul {
	visibility: visible;
	opacity: 1;
	max-height: 660px;
	margin-bottom: 12px
}

@media only screen and (min-width: 64em) {
	.sidebar-nav,
	.sidebar-nav ul {
		font-size: 0.8125rem
	}
}

@media only screen and (min-width: 64em) {
	.sidebar-nav,
	.sidebar-nav ul {
		visibility: visible;
		opacity: 1;
		max-height: 100%;
		margin-bottom: 24px
	}
}

.sidebar-nav a,
.sidebar-nav ul a {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	color: #666;
	text-decoration: none;
	padding: 10px 10px;
	margin-bottom: 2px;
	display: block;
	border-radius: 4px;
	border: 1px solid #fcfcfc
}

@media only screen and (min-width: 64em) {
	.sidebar-nav a,
	.sidebar-nav ul a {
		padding: 10px 15px
	}
}

.sidebar-nav a:hover,
.sidebar-nav ul a:hover {
	color: #E53517;
	border-color: #F7C7BD
}

.sidebar-nav a.active,
.sidebar-nav ul a.active {
	background-color: #E53517;
	border-color: #E53517;
	color: #fff;
	pointer-events: none
}

.sidebar-nav a.disabled,
.sidebar-nav ul a.disabled {
	opacity: 0.5;
	cursor: default
}

.sidebar-nav a.expanded,
.sidebar-nav ul a.expanded {
	color: #E53517
}

.sidebar-nav ul {
	margin-bottom: 0 !important;
	margin-right: 0;
	margin-left: 12px
}

.sidebar-nav ul a {
	padding-top: 7px;
	padding-bottom: 7px
}

.sidebar-nav-group-label {
	color: #999;
	text-transform: uppercase;
	font-size: 0.625rem;
	margin-top: 24px;
	margin-bottom: 12px
}

.sidebar-nav-title {
	color: #E53517;
	margin: 0;
	position: relative;
	height: 72px;
	line-height: 72px;
	padding-right: 24px;
	padding-left: 24px;
	border-top: 1px solid #dfdfdf;
	cursor: pointer
}

.sidebar-nav-title:after {
	content: "\e607";
	font-family: 'lovion-app';
	position: absolute;
	top: 0;
	right: 0;
	color: #E53517;
	background-color: #f5f5f5;
	width: 72px;
	height: 71px;
	text-align: center;
	cursor: pointer;
	font-size: 24px
}

@media only screen and (min-width: 64em) {
	.sidebar-nav-title:after {
		display: none
	}
}

.show-sidebar-menu .sidebar-nav-title:after {
	content: "\e605";
	background-color: #f5f5f5;
	color: #E53517
}

.sidebar-nav-title small {
	color: #999;
	opacity: 1
}

@media only screen and (min-width: 64em) {
	.sidebar-nav-title {
		padding-top: 48px;
		padding-bottom: 24px;
		height: auto;
		line-height: 1.2;
		border: none;
		cursor: default
	}
	.sidebar-nav-title:hover,
	.show-sidebar-menu .sidebar-nav-title {
		background-color: transparent
	}
	.sidebar-nav-title small {
		margin-top: 12px;
		display: block
	}
}

.user-menu-wrapper {
	-webkit-transition: background 0.3s ease-in-out;
	-moz-transition: background 0.3s ease-in-out;
	-ms-transition: background 0.3s ease-in-out;
	-o-transition: background 0.3s ease-in-out;
	transition: background 0.3s ease-in-out;
	float: right;
	margin-right: 0;
	border-left: 1px solid #6f1d25;
	background-color: #E53517;
	color: #fff;
	width: 72px;
	position: relative;
	z-index: 1
}

@media only screen and (min-width: 64em) {
	.user-menu-wrapper {
		width: auto;
		padding-left: 12px;
		padding-right: 12px
	}
}

.user-menu-wrapper:hover,
.user-menu-wrapper:active .show-user-menu .user-menu-wrapper {
	background-color: #A81A1A;
	color: #fff;
	border-color: #6f1d25
}

.page-nav-wrapper+.user-menu-wrapper {
	margin-right: 70px
}

.toggle-user-menu {
	display: block;
	color: #fff;
	width: 100%;
	text-align: center;
	position: relative;
	text-decoration: none
}

.toggle-user-menu:after {
	content: "\e605";
	font-family: 'lovion-app';
	position: absolute;
	top: 50%;
	right: 12px;
	width: 12px;
	height: 12px;
	margin-top: -6px;
	color: #fff;
	line-height: 10px;
	font-size: 12px
}

.show-user-menu .toggle-user-menu:after {
	color: #E53517
}

@media only screen and (min-width: 64em) {
	.toggle-user-menu:after {
		right: 0
	}
}

.toggle-user-menu:hover,
.toggle-user-menu:active {
	color: #fff
}

.user-name {
	display: none
}

@media only screen and (min-width: 64em) {
	.user-name {
		display: inline-block;
		font-size: 0.8125rem;
		line-height: 1;
		text-align: left;
		margin-left: 8px;
		margin-right: 24px;
		max-width: 140px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis
	}
}

.user-menu {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	position: fixed;
	top: -100px;
	right: 71px;
	z-index: 99997;
	opacity: 0;
	min-width: 218px;
	background-color: #fff;
	border: 1px solid #F7C7BD;
	margin: 0;
	list-style-type: none;
	font-size: 0.8125rem;
	line-height: 1
}

.show-user-menu .user-menu {
	opacity: 1;
	top: 72px
}

.show-user-menu.scrolled .user-menu {
	top: 48px
}

.user-menu li {
	border-bottom: 1px solid #dfdfdf
}

.user-menu li:last-child {
	border: none
}

.user-menu a {
	text-decoration: none;
	display: block;
	padding: 12px;
	color: #E53517
}

.user-menu a:hover {
	color: #E53517;
	background-color: #f5f5f5
}

.user-menu .icon {
	width: 20px
}

.progress-bar {
	margin: 24px 0;
	margin-left: 24px;
	padding: 0;
	list-style-type: none
}

@media only screen and (min-width: 40.063em) {
	.progress-bar {
		display: table;
		table-layout: fixed;
		width: 100%;
		padding-top: 40px;
		margin-left: 0
	}
}

.progress-bar>li {
	position: relative;
	margin-bottom: 12px
}

@media only screen and (min-width: 40.063em) {
	.progress-bar>li {
		display: table-cell;
		text-align: center;
		margin-bottom: 0
	}
}

.progress-bar>li .progress-bar--label {
	-webkit-transition: color 0.8s ease;
	-moz-transition: color 0.8s ease;
	-ms-transition: color 0.8s ease;
	-o-transition: color 0.8s ease;
	transition: color 0.8s ease;
	font-size: 0.9375rem;
	font-weight: 400;
	color: #999;
	padding: 10px 5px 0 5px;
	display: inline-block
}

@media only screen and (min-width: 40.063em) {
	.progress-bar>li .progress-bar--label {
		display: block;
		line-height: 1.2;
		font-size: 0.8125rem;
		word-break: normal;
		word-break: break-word;
		-webkit-hyphens: auto;
		-moz-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto
	}
}

.progress-bar>li:before,
.progress-bar>li:after {
	position: absolute;
	content: " ";
	width: 8px;
	height: 14px;
	border-left: 1px solid #F7C7BD;
	border-right: 1px solid #F7C7BD;
	background: #fff;
	top: -13px;
	z-index: 1
}

.progress-bar>li:before {
	left: -3px
}

.progress-bar>li:after {
	display: none
}

@media only screen and (min-width: 40.063em) {
	.progress-bar>li:before,
	.progress-bar>li:after {
		height: 8px;
		width: calc(50% - 19px);
		border-left: none;
		border-right: none;
		border-top: 1px solid #F7C7BD;
		border-bottom: 1px solid #F7C7BD;
		top: -20px;
		margin-top: -4px
	}
	.progress-bar>li:before {
		left: 0
	}
	.progress-bar>li:after {
		right: 0;
		display: block
	}
}

.progress-bar>li:last-child:after,
.progress-bar>li:first-child:before {
	display: none
}

.progress-bar>li .progress-bar--circle {
	display: inline-block;
	position: relative;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	margin-left: -20px;
	line-height: 39px;
	border: 1px solid #F7C7BD;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	background: #fff;
	color: #999
}

@media only screen and (min-width: 40.063em) {
	.progress-bar>li .progress-bar--circle {
		position: absolute;
		left: 50%;
		top: -40px
	}
}

.progress-bar>li .progress-bar--circle:after {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	content: " ";
	width: 24px;
	height: 24px;
	line-height: 23px;
	position: absolute;
	top: 8px;
	left: 8px;
	border-radius: 50%;
	margin: -1px 0 0 -1px
}

.progress-bar>li.progress-bar--done .progress-bar--label {
	color: #666
}

.progress-bar>li.progress-bar--done .progress-bar--circle {
	color: #fff
}

.progress-bar>li.progress-bar--done .progress-bar--circle:before {
	content: attr(data-text);
	position: absolute;
	top: 0;
	left: 40px;
	color: #999;
	font-size: 10px;
	font-weight: 400;
	line-height: 12px;
	text-align: left
}

.progress-bar>li.progress-bar--done .progress-bar--circle:after {
	font-family: 'lovion-app';
	font-weight: normal;
	font-size: 11.11111px;
	content: "\e604";
	background: #E53517;
	border-color: #E53517;
	color: #fff
}

.progress-bar>li.progress-bar--active .progress-bar--label {
	color: #222
}

.progress-bar>li.progress-bar--active .progress-bar--circle {
	color: #fff
}

.progress-bar>li.progress-bar--active .progress-bar--circle:after {
	font-family: 'lovion-app';
	font-weight: normal;
	font-size: 11.11111px;
	content: "\e929";
	background: #E53517;
	border-color: #E53517;
	color: #fff
}

.progress-bar>li .progress-bar--link,
.progress-bar>li .progress-bar--link .progress-bar--label {
	color: #E53517;
	text-decoration: none;
	display: block
}

.progress-bar>li .progress-bar--link:hover,
.progress-bar>li .progress-bar--link .progress-bar--label:hover {
	text-decoration: underline
}

.progress-bar>li .progress-bar--link:hover .progress-bar--circle:after,
.progress-bar>li .progress-bar--link .progress-bar--label:hover .progress-bar--circle:after {
	background-color: #E53517
}

.progress-bar.trim .progress-bar--label,
.progress-bar.trim .progress-bar--link .progress-bar--label {
	display: none
}

.progress-bar.progress-bar-special>li.progress-bar--done .progress-bar--circle {
	color: #fff
}

.progress-bar.progress-bar-special>li.progress-bar--done .progress-bar--circle:before {
	font-family: 'lovion-app';
	font-weight: normal;
	font-size: 11.11111px;
	content: "\e604";
	font-size: 10px
}

.progress-bar.progress-bar-special>li.progress-bar--done .progress-bar--circle:after {
	font-family: "Open Sans", "Arial", sans-serif;
	font-size: 14px;
	font-weight: bold;
	content: attr(data-text);
	background: #E53517;
	border-color: #E53517;
	color: #fff
}

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 300;
	src: url("../fonts/open-sans/open-sans-v15-latin-300.eot");
	src: local("Open Sans Light"), local("OpenSans-Light"), url("../fonts/open-sans/open-sans-v15-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans/open-sans-v15-latin-300.woff2") format("woff2"), url("../fonts/open-sans/open-sans-v15-latin-300.woff") format("woff"), url("../fonts/open-sans/open-sans-v15-latin-300.ttf") format("truetype"), url("../fonts/open-sans/open-sans-v15-latin-300.svg#OpenSans") format("svg")
}

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: url("../fonts/open-sans/open-sans-v15-latin-regular.eot");
	src: local("Open Sans Regular"), local("OpenSans-Regular"), url("../fonts/open-sans/open-sans-v15-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans/open-sans-v15-latin-regular.woff2") format("woff2"), url("../fonts/open-sans/open-sans-v15-latin-regular.woff") format("woff"), url("../fonts/open-sans/open-sans-v15-latin-regular.ttf") format("truetype"), url("../fonts/open-sans/open-sans-v15-latin-regular.svg#OpenSans") format("svg")
}

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	src: url("../fonts/open-sans/open-sans-v15-latin-600.eot");
	src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url("../fonts/open-sans/open-sans-v15-latin-600.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans/open-sans-v15-latin-600.woff2") format("woff2"), url("../fonts/open-sans/open-sans-v15-latin-600.woff") format("woff"), url("../fonts/open-sans/open-sans-v15-latin-600.ttf") format("truetype"), url("../fonts/open-sans/open-sans-v15-latin-600.svg#OpenSans") format("svg")
}

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	src: url("../fonts/open-sans/open-sans-v15-latin-700.eot");
	src: local("Open Sans Bold"), local("OpenSans-Bold"), url("../fonts/open-sans/open-sans-v15-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans/open-sans-v15-latin-700.woff2") format("woff2"), url("../fonts/open-sans/open-sans-v15-latin-700.woff") format("woff"), url("../fonts/open-sans/open-sans-v15-latin-700.ttf") format("truetype"), url("../fonts/open-sans/open-sans-v15-latin-700.svg#OpenSans") format("svg")
}

@font-face {
	font-family: 'lovion-app';
	src: url("../fonts/lovion-app/lovion-app.eot?1321");
	src: url("../fonts/lovion-app/lovion-app.eot?1321#iefix") format("embedded-opentype"), url("../fonts/lovion-app/lovion-app.ttf?1321") format("truetype"), url("../fonts/lovion-app/lovion-app.woff?1321") format("woff"), url("../fonts/lovion-app/lovion-app.svg?1321#lovion-app") format("svg");
	font-weight: normal;
	font-style: normal
}

.icon {
	display: inline-block;
	font: normal normal normal 14px/1 lovion-app;
	font-size: inherit;
	speak: none;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased
}

.flag__image .icon {
	color: #E53517;
	margin-top: 4px
}

.icon-fixed-width {
	display: inline-block;
	width: 30px
}

.icon-large {
	font-size: 32px
}

svg.icon-large {
	width: 32px;
	height: 32px
}

.flag__image svg.icon-large path {
	fill: #E53517
}

.icon-spin {
	-webkit-animation: spin 3s linear infinite;
	-moz-animation: spin 3s linear infinite;
	animation: spin 3s linear infinite
}

@-webkit-keyframes spin {
	0% {
		transform: rotate(0deg)
	}
	100% {
		transform: rotate(359deg)
	}
}

@-moz-keyframes spin {
	0% {
		transform: rotate(0deg)
	}
	100% {
		transform: rotate(359deg)
	}
}

@-o-keyframes spin {
	0% {
		transform: rotate(0deg)
	}
	100% {
		transform: rotate(359deg)
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg)
	}
	100% {
		transform: rotate(359deg)
	}
}

.help-circle {
	background-color: #fff;
	border: 1px solid #F7C7BD;
	display: inline-block;
	width: 18px;
	height: 18px;
	border-radius: 100%;
	position: relative;
	margin-left: 8px;
	margin-right: 8px
}

label>.help-circle {
	margin-top: -2px
}

.help-circle:hover {
	background-color: #E53517;
	border-color: #E53517
}

.help-circle:hover:after {
	color: #fff
}

.help-circle:after {
	content: "\e924";
	font-family: 'lovion-app';
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	line-height: 18px;
	width: 100%;
	height: 100%;
	text-align: center;
	position: absolute;
	top: -1px;
	left: 0;
	color: #E53517
}

.circle-icon,
.gps-icon,
.start-task-icon,
.view-task-icon {
	background-color: #ccc;
	color: #fff;
	display: inline-block;
	width: 24px;
	height: 24px;
	line-height: 26px;
	border-radius: 100%;
	text-align: center;
	position: relative;
	font-size: 14px
}

.circle-icon.inner-circle:after,
.gps-icon.inner-circle:after,
.start-task-icon.inner-circle:after,
.view-task-icon.inner-circle:after {
	content: " ";
	border: 1px solid #fff;
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	border-radius: 100%;
	top: 2px;
	left: 2px
}

.circle-icon.inner-circle.angelegt:after,
.gps-icon.inner-circle.angelegt:after,
.start-task-icon.inner-circle.angelegt:after,
.view-task-icon.inner-circle.angelegt:after {
	border-color: #666
}

.icon-message:before {
	content: "\e94c"
}

.icon-send-message:before {
	content: "\e94b"
}

.icon-move-object:before {
	content: "\e94a"
}

.icon-goto-map-classic:before {
	content: "\e92f"
}

.icon-lines-from-view:before {
	content: "\e930"
}

.icon-lines-close:before {
	content: "\e931"
}

.icon-line-delete:before {
	content: "\e932"
}

.icon-select-multi:before {
	content: "\e933"
}

.icon-deselect:before {
	content: "\e934"
}

.icon-delete:before {
	content: "\e925"
}

.icon-date:before {
	content: "\e926"
}

.icon-district-heating:before {
	content: "\e940"
}

.icon-lighting:before {
	content: "\e941"
}

.icon-wastewater:before {
	content: "\e942"
}

.icon-telecommunication:before {
	content: "\e943"
}

.icon-empty-conduit:before {
	content: "\e944"
}

.icon-cathodic-protection:before {
	content: "\e945"
}

.icon-street:before {
	content: "\e946"
}

.icon-other:before {
	content: "\e947"
}

.icon-facility-management:before {
	content: "\e948"
}

.icon-bridge:before {
	content: "\e949"
}

.icon-pause-task:before {
	content: "\e93f"
}

.icon-rotate-direction:before {
	content: "\e92e"
}

.icon-reverse:before {
	content: "\e921"
}

.icon-duplicate:before {
	content: "\e922"
}

.icon-edit:before {
	content: "\e923"
}

.icon-pdf:before {
	content: "\e91f"
}

.icon-exclude-task:before {
	content: "\e91d"
}

.icon-map:before {
	content: "\e917"
}

.icon-finished-task:before {
	content: "\e918"
}

.icon-details:before {
	content: "\e919"
}

.icon-circumference:before {
	content: "\e91a"
}

.icon-file:before {
	content: "\e90d"
}

.icon-file-audio:before {
	content: "\e90e"
}

.icon-file-code:before {
	content: "\e90f"
}

.icon-file-excel:before {
	content: "\e910"
}

.icon-file-image:before {
	content: "\e911"
}

.icon-file-pdf:before {
	content: "\e912"
}

.icon-file-powerpoint:before {
	content: "\e913"
}

.icon-file-text:before {
	content: "\e914"
}

.icon-file-video:before {
	content: "\e915"
}

.icon-file-word:before {
	content: "\e916"
}

.icon-stats:before {
	content: "\e90a"
}

.icon-view-map:before {
	content: "\e91e"
}

.icon-list-collapse:before {
	content: "\e91b"
}

.icon-list-expand:before {
	content: "\e91c"
}

.icon-sync:before {
	content: "\e906"
}

.icon-navigate:before {
	content: "\e905"
}

.icon-booked:before {
	content: "\e903"
}

.icon-reload:before {
	content: "\e902"
}

.icon-transparency:before,
.icon-tranparency:before {
	content: "\e900"
}

.icon-view-world:before {
	content: "\e909"
}

.icon-view-task:before {
	content: "\e904"
}

.icon-different-user:before {
	content: "\e901"
}

.icon-check-error:before {
	content: "\e622"
}

.icon-check-init:before {
	content: "\e623"
}

.icon-check-warn:before {
	content: "\e624"
}

.icon-check-none:before {
	content: "\e625"
}

.icon-check-success:before {
	content: "\e626"
}

.icon-explore:before {
	content: "\e93e"
}

.icon-bis:before {
	content: "\e93d"
}

.icon-analyzer:before {
	content: "\e93c"
}

.icon-project:before {
	content: "\e93b"
}

.icon-supply-portal:before {
	content: "\e936"
}

.icon-consumer-portal:before {
	content: "\e937"
}

.icon-maps-portal:before {
	content: "\e938"
}

.icon-task-portal:before {
	content: "\e939"
}

.icon-portal-client:before {
	content: "\e93a"
}

.icon-camera:before {
	content: "\e935"
}

.icon-download:before {
	content: "\e92d"
}

.icon-rotate:before {
	content: "\e92a"
}

.icon-move:before {
	content: "\e92b"
}

.icon-select:before {
	content: "\e92c"
}

.icon-down:before {
	content: "\e929"
}

.icon-warning:before {
	content: "\e928"
}

.icon-error:before {
	content: "\e927"
}

.icon-info:before {
	content: "\e924"
}

.icon-folder-closed:before {
	content: "\e90b"
}

.icon-folder-open:before {
	content: "\e90c"
}

.icon-print:before {
	content: "\e920"
}

.icon-task-list:before {
	content: "\e908"
}

.icon-online:before {
	content: "\e907"
}

.icon-more:before {
	content: "\e62d"
}

.icon-view-truncate:before {
	content: "\e62c"
}

.icon-comment:before {
	content: "\e62b"
}

.icon-time-sheet:before {
	content: "\e62a"
}

.icon-object:before {
	content: "\e629"
}

.icon-media:before {
	content: "\e628"
}

.icon-start-task:before {
	content: "\e627"
}

.icon-barcode:before {
	content: "\e621"
}

.icon-distance:before {
	content: "\e61f"
}

.icon-time:before {
	content: "\e620"
}

.icon-timeline:before {
	content: "\e61e"
}

.icon-top:before {
	content: "\e61d"
}

.icon-remove:before {
	content: "\e61b"
}

.icon-add:before {
	content: "\e61c"
}

.icon-gps:before {
	content: "\e61a"
}

.icon-topic:before {
	content: "\e617"
}

.icon-bookmark:before {
	content: "\e618"
}

.icon-lines:before {
	content: "\e619"
}

.icon-save:before {
	content: "\e616"
}

.icon-hold:before {
	content: "\e615"
}

.icon-cross:before {
	content: "\e614"
}

.icon-open-map:before {
	content: "\e613"
}

.icon-electricity:before {
	content: "\e60b"
}

.icon-gas:before {
	content: "\e611"
}

.icon-water:before {
	content: "\e612"
}

.icon-next:before {
	content: "\e62e"
}

.icon-view:before {
	content: "\e610"
}

.icon-home:before {
	content: "\e60f"
}

.icon-off:before {
	content: "\e60c"
}

.icon-options:before {
	content: "\e60d"
}

.icon-help:before {
	content: "\e60e"
}

.icon-password:before {
	content: "\e609"
}

.icon-user:before {
	content: "\e60a"
}

.icon-angle-up:before {
	content: "\e606"
}

.icon-angle-right:before {
	content: "\e607"
}

.icon-angle-left:before {
	content: "\e608"
}

.icon-angle-down:before {
	content: "\e605"
}

.icon-check:before {
	content: "\e604"
}

.icon-back:before {
	content: "\e603"
}

.icon-search:before {
	content: "\e602"
}

.icon-task:before {
	content: "\e601"
}

.icon-hamburger:before {
	content: "\e600"
}

#toggle-menu-wrapper {
	-webkit-transition: height 0.3s ease-in-out;
	-moz-transition: height 0.3s ease-in-out;
	-ms-transition: height 0.3s ease-in-out;
	-o-transition: height 0.3s ease-in-out;
	transition: height 0.3s ease-in-out;
	width: 72px;
	height: 72px;
	top: 0;
	right: 0;
	z-index: 100000;
	position: absolute;
	cursor: pointer;
	background-color: #E53517
}

.show-menu #toggle-menu-wrapper {
	position: fixed;
	background-color: #A81A1A
}

.scrolled #toggle-menu-wrapper {
	height: 48px
}

#toggle-menu {
	-webkit-transition: position 0.3s ease-in-out;
	-moz-transition: position 0.3s ease-in-out;
	-ms-transition: position 0.3s ease-in-out;
	-o-transition: position 0.3s ease-in-out;
	transition: position 0.3s ease-in-out;
	width: 22px;
	height: 22px;
	position: absolute;
	top: 28px;
	right: 24px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out
}

.scrolled #toggle-menu {
	top: 16px
}

#toggle-menu span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: #fff;
	border-radius: 2px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out
}

.show-menu #toggle-menu span {
	background-color: #fff
}

#toggle-menu span:nth-child(1) {
	top: 0px
}

#toggle-menu span:nth-child(2) {
	top: 7px
}

#toggle-menu span:nth-child(3) {
	top: 14px
}

.show-menu #toggle-menu span:nth-child(1) {
	top: 7px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg)
}

.show-menu #toggle-menu span:nth-child(2) {
	opacity: 0;
	width: 2px
}

.show-menu #toggle-menu span:nth-child(3) {
	top: 7px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg)
}

.form-block {
	display: block;
	margin-bottom: 12px;
	position: relative;
	font-size: 0.8125rem
}

.form-block:after {
	content: "";
	display: table;
	clear: both
}

.form-block-closure {
	padding-bottom: 12px;
	border-bottom: 1px dotted #F7C7BD
}

.form-block-hint,
.form-block-msg {
	font-size: 0.8125rem;
	line-height: 1.3;
	display: block;
	color: #999;
	margin-top: 8px;
	clear: both
}

.not-supported-field .form-block-hint,
.not-supported-field .form-block-msg {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
	background-color: #f5f5f5;
	border: 2px dotted #F7C7BD;
	border-radius: 4px
}

.not-supported-field .form-block-hint:before,
.not-supported-field .form-block-msg:before {
	left: 5px;
	top: 8px
}

.form-block-msg {
	padding-left: 20px;
	position: relative
}

.form-block-msg:before {
	content: "\e927";
	font-family: 'lovion-app';
	font-size: 15px;
	position: absolute;
	top: -1px;
	left: 0
}

.block-error .form-block-msg,
.form-block-msg.error {
	color: #D32F2F;
	font-weight: 600
}

.block-warning .form-block-msg,
.form-block-msg.warning {
	color: orange;
	font-weight: 600
}

.block-warning .form-block-msg:before,
.form-block-msg.warning:before {
	content: "\e928"
}

.block-info .form-block-msg,
.form-block-msg.info {
	color: #4682b4;
	font-weight: 600
}

.block-info .form-block-msg:before,
.form-block-msg.info:before {
	content: "\e924"
}

.form-hint,
.form-success,
.form-error {
	font-size: 0.875rem;
	line-height: 1.3;
	display: block;
	color: #666;
	margin-top: 8px;
	margin-bottom: 24px
}

.form-error {
	color: #D32F2F
}

.form-success {
	color: #449d48
}

.form-heading {
	font-weight: 600
}

.form-subheading {
	font-weight: 600;
	color: #E53517
}

.form-intro {
	margin-top: 24px
}

.mandatory {
	color: #D32F2F
}

.disabled,
:disabled {
	opacity: .5;
	pointer-events: none
}

.readonly,
input[readonly] {
	background-color: transparent
}

.top-label {
	display: block;
	margin-bottom: 4px;
	font-size: 0.875rem;
	font-weight: 600;
	color: #222;
	position: relative
}

.label-hint {
	font-size: 0.8125rem;
	color: #999;
	font-weight: 400
}

.label-mandatory:after {
	content: "*";
	position: absolute;
	width: 10px;
	margin-left: 5px;
	color: #D32F2F;
	font-weight: 400
}

input[type=text],
input[type=password],
input[type=email],
input[type=date],
input[type=tel],
input[type=number],
input[type=time],
input[type=url],
input[type=datetime-local],
input[type=datetime],
input[type=month],
input[type=week],
input[type=color],
input[type=search],
select,
textarea {
	-webkit-transition: box-shadow 0.3s ease-in-out;
	-moz-transition: box-shadow 0.3s ease-in-out;
	-ms-transition: box-shadow 0.3s ease-in-out;
	-o-transition: box-shadow 0.3s ease-in-out;
	transition: box-shadow 0.3s ease-in-out;
	background-color: #fff;
	display: block;
	width: 100%;
	border: 1px solid #adaec2;
	border-radius: 4px;
	font-size: .9rem;
	color: #222;
	padding: 6px
}

input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=date]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=datetime-local]:focus,
input[type=datetime]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=color]:focus,
input[type=search]:focus,
select:focus,
textarea:focus {
	outline-style: none;
	border-color: #727597;
	box-shadow: none;
	box-shadow: 0 0 8px #ff944d
}

input[type=text][disabled],
input[type=password][disabled],
input[type=email][disabled],
input[type=date][disabled],
input[type=tel][disabled],
input[type=number][disabled],
input[type=time][disabled],
input[type=url][disabled],
input[type=datetime-local][disabled],
input[type=datetime][disabled],
input[type=month][disabled],
input[type=week][disabled],
input[type=color][disabled],
input[type=search][disabled],
select[disabled],
textarea[disabled] {
	background-color: #f7f7f7;
	color: #999;
	opacity: 1
}

input[type=text][readonly],
input[type=password][readonly],
input[type=email][readonly],
input[type=date][readonly],
input[type=tel][readonly],
input[type=number][readonly],
input[type=time][readonly],
input[type=url][readonly],
input[type=datetime-local][readonly],
input[type=datetime][readonly],
input[type=month][readonly],
input[type=week][readonly],
input[type=color][readonly],
input[type=search][readonly],
select[readonly],
textarea[readonly] {
	background-color: #fcfcfc;
	color: #222;
	border-color: #e7e8ee;
	opacity: 1
}

input[type=text][readonly].is-datepick,
input[type=text][readonly].input-date,
input[type=password][readonly].is-datepick,
input[type=password][readonly].input-date,
input[type=email][readonly].is-datepick,
input[type=email][readonly].input-date,
input[type=date][readonly].is-datepick,
input[type=date][readonly].input-date,
input[type=tel][readonly].is-datepick,
input[type=tel][readonly].input-date,
input[type=number][readonly].is-datepick,
input[type=number][readonly].input-date,
input[type=time][readonly].is-datepick,
input[type=time][readonly].input-date,
input[type=url][readonly].is-datepick,
input[type=url][readonly].input-date,
input[type=datetime-local][readonly].is-datepick,
input[type=datetime-local][readonly].input-date,
input[type=datetime][readonly].is-datepick,
input[type=datetime][readonly].input-date,
input[type=month][readonly].is-datepick,
input[type=month][readonly].input-date,
input[type=week][readonly].is-datepick,
input[type=week][readonly].input-date,
input[type=color][readonly].is-datepick,
input[type=color][readonly].input-date,
input[type=search][readonly].is-datepick,
input[type=search][readonly].input-date,
select[readonly].is-datepick,
select[readonly].input-date,
textarea[readonly].is-datepick,
textarea[readonly].input-date {
	background-color: #fff;
	color: #222;
	border-color: #adaec2
}

.block-error input[type=text],
.block-error input[type=password],
.block-error input[type=email],
.block-error input[type=date],
.block-error input[type=tel],
.block-error input[type=number],
.block-error input[type=time],
.block-error input[type=url],
.block-error input[type=datetime-local],
.block-error input[type=datetime],
.block-error input[type=month],
.block-error input[type=week],
.block-error input[type=color],
.block-error input[type=search],
.block-error select,
.block-error textarea {
	border-color: #D32F2F
}

.block-warning input[type=text],
.block-warning input[type=password],
.block-warning input[type=email],
.block-warning input[type=date],
.block-warning input[type=tel],
.block-warning input[type=number],
.block-warning input[type=time],
.block-warning input[type=url],
.block-warning input[type=datetime-local],
.block-warning input[type=datetime],
.block-warning input[type=month],
.block-warning input[type=week],
.block-warning input[type=color],
.block-warning input[type=search],
.block-warning select,
.block-warning textarea {
	border-color: orange
}

input[type=text].input-special,
input[type=password].input-special,
input[type=email].input-special,
input[type=date].input-special,
input[type=tel].input-special,
input[type=number].input-special,
input[type=time].input-special,
input[type=url].input-special,
input[type=datetime-local].input-special,
input[type=datetime].input-special,
input[type=month].input-special,
input[type=week].input-special,
input[type=color].input-special,
input[type=search].input-special,
select.input-special,
textarea.input-special {
	background-color: #fffed0
}

input[type=text].input-waiting,
input[type=password].input-waiting,
input[type=email].input-waiting,
input[type=date].input-waiting,
input[type=tel].input-waiting,
input[type=number].input-waiting,
input[type=time].input-waiting,
input[type=url].input-waiting,
input[type=datetime-local].input-waiting,
input[type=datetime].input-waiting,
input[type=month].input-waiting,
input[type=week].input-waiting,
input[type=color].input-waiting,
input[type=search].input-waiting,
select.input-waiting,
textarea.input-waiting {
	background-image: url("../img/input-wait.svg");
	background-repeat: no-repeat;
	background-size: 16px 16px;
	background-position: center right;
	background-color: #fff;
	border: 1px solid #adaec2;
	color: #222
}

.address-search input[type=text],
.address-search input[type=password],
.address-search input[type=email],
.address-search input[type=date],
.address-search input[type=tel],
.address-search input[type=number],
.address-search input[type=time],
.address-search input[type=url],
.address-search input[type=datetime-local],
.address-search input[type=datetime],
.address-search input[type=month],
.address-search input[type=week],
.address-search input[type=color],
.address-search input[type=search],
.address-search select,
.address-search textarea {
	padding-left: 30px
}

input[type=search] {
	width: 100%;
	border-radius: 200px;
	padding-left: 12px
}

select {
	padding-top: 5px;
	padding-bottom: 5px
}

textarea {
	resize: vertical;
	min-height: 100px;
	height: 100px
}

textarea[rows] {
	min-height: auto;
	height: auto
}

.input-overlay-icon {
	position: relative
}

.input-overlay-icon input {
	padding-right: 32px
}

.input-overlay-icon .icon {
	position: absolute;
	top: 10px;
	right: 12px;
	color: #E53517
}

.custom-number {
	position: relative
}

.custom-number input[type=number] {
	-moz-appearance: textfield;
	-webkit-appearance: textfield;
	text-align: center
}

.custom-number input::-webkit-outer-spin-button,
.custom-number input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0
}

input[type=number] {
	-moz-appearance: textfield
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: textfield
}

::-webkit-input-placeholder {
	color: #999
}

:-moz-placeholder {
	color: #999;
	opacity: 1
}

::-moz-placeholder {
	color: #999;
	opacity: 1
}

:-ms-input-placeholder {
	color: #999
}

.waiting-for-response .top-label:before {
	content: "";
	position: absolute;
	left: -16px;
	top: 5px;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	border: 2px solid #F7C7BD;
	animation: pulsate 1s ease-out;
	animation-iteration-count: infinite;
	opacity: 0.0
}

.waiting-for-response input,
.waiting-for-response select,
.waiting-for-response textarea {
	background-color: #fff !important;
	color: #222 !important
}

.waiting-for-response .toggle-item>input[type=radio]:disabled,
.waiting-for-response .toggle-item>input[type=checkbox]:disabled {
	opacity: 1 !important
}

.waiting-for-response .toggle-item>input[type=radio]:disabled+label,
.waiting-for-response .toggle-item>input[type=checkbox]:disabled+label {
	opacity: 1 !important
}

@keyframes pulsate {
	0% {
		transform: scale(0.1, 0.1);
		opacity: 0.0
	}
	20% {
		opacity: 0.0
	}
	50% {
		opacity: 1.0
	}
	100% {
		transform: scale(1.2, 1.2);
		opacity: 0.0
	}
}

.table-tools label {
	display: block;
	position: relative
}

.function-on-input {
	position: absolute;
	right: 12px;
	top: 6px;
	z-index: 1
}


[type=range] {
	-webkit-appearance: none;
	margin: 12px 0;
	width: 100%
}

[type=range]:focus {
	outline: none
}

[type=range]::-webkit-slider-runnable-track {
	width: 100%;
	height: 4px;
	transition: all .2s ease;
	box-shadow: 0 0 0 #222, 0 0 0 #2f2f2f;
	background: #F7C7BD;
	border: 1px solid #F7C7BD;
	border-radius: 5px
}

[type=range]::-webkit-slider-thumb {
	box-shadow: 0 0 0 #dfdfdf, 0 0 0 #ececec;
	border: 0 solid #fff;
	height: 24px;
	width: 12px;
	border-radius: 12px;
	background: #E53517;
	-webkit-appearance: none;
	margin-top: -11px
}

[type=range]:focus::-webkit-slider-runnable-track {
	background: #d9d9e3
}

[type=range]::-moz-range-track {
	width: 100%;
	height: 4px;
	transition: all .2s ease;
	box-shadow: 0 0 0 #222, 0 0 0 #2f2f2f;
	background: #F7C7BD;
	border: 1px solid #F7C7BD;
	border-radius: 5px
}

[type=range]::-moz-range-thumb {
	box-shadow: 0 0 0 #dfdfdf, 0 0 0 #ececec;
	border: 0 solid #fff;
	height: 24px;
	width: 12px;
	border-radius: 12px;
	background: #E53517
}

[type=range]::-ms-track {
	width: 100%;
	height: 4px;
	transition: all .2s ease;
	background: transparent;
	border-color: transparent;
	border-width: 12px 0;
	color: transparent
}

[type=range]::-ms-fill-lower {
	box-shadow: 0 0 0 #222, 0 0 0 #2f2f2f;
	background: #bbbdcd;
	border: 1px solid #F7C7BD;
	border-radius: 10px
}

[type=range]::-ms-fill-upper {
	box-shadow: 0 0 0 #222, 0 0 0 #2f2f2f;
	background: #F7C7BD;
	border: 1px solid #F7C7BD;
	border-radius: 10px
}

[type=range]::-ms-thumb {
	box-shadow: 0 0 0 #dfdfdf, 0 0 0 #ececec;
	border: 0 solid #fff;
	height: 24px;
	width: 12px;
	border-radius: 12px;
	background: #E53517
}

[type=range]:focus::-ms-fill-lower {
	background: #F7C7BD
}

[type=range]:focus::-ms-fill-upper {
	background: #d9d9e3
}

output {
	position: absolute;
	background-image: linear-gradient(top, #444, #999);
	width: 40px;
	height: 30px;
	text-align: center;
	color: white;
	border-radius: 10px;
	display: inline-block;
	font: bold 15px/30px Georgia;
	bottom: 175%;
	left: 0;
	margin-left: -1%
}

output:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-top: 10px solid #999999;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	margin-top: -1px
}

.btn {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	border: 1px solid #E53517;
	background-color: #E53517;
	color: #fff;
	display: inline-block;
	padding: 8px 24px;
	border-radius: 4px;
	margin: 8px;
	margin-left: 0;
	text-decoration: none;
	text-align: center;
	font-size: 0.875rem;
	cursor: default;
	white-space: nowrap;
	position: relative
}

.btn:hover,
.btn:focus,
.btn:active {
	border-color: #A81A1A;
	background-color: #A81A1A;
	color: #fff
}

.btn.disabled {
	pointer-events: none
}

.btn.disabled:hover,
.btn.disabled:focus,
.btn.disabled:active {
	border-color: #E53517;
	background-color: #E53517;
	color: #fff
}

.text-right .btn {
	margin-left: 8px;
	margin-right: 0
}

.btn img {
	position: relative;
	top: -1px;
	margin-right: 4px;
	display: inline-block;
	width: 14px;
	height: 14px
}

.btn.small img {
	width: 12px;
	height: 12px
}

.btn.large img {
	width: 16px;
	height: 16px
}

.btn.small {
	padding: 5.33333px 12px;
	font-size: 0.8125rem
}

.btn.large {
	padding: 12px 24px;
	font-size: 1.1rem
}

.btn.xlarge {
	padding: 24px 48px;
	font-size: 1.5rem
}

.btn.full {
	width: 100%
}

.btn.secondary {
	background-color: #E53517;
	border-color: #E53517;
	color: #fff
}

.btn.secondary:hover,
.btn.secondary:focus,
.btn.secondary:active {
	border-color: #A81A1A;
	background-color: #A81A1A;
	color: #fff
}

.btn.secondary.disabled:hover,
.btn.secondary.disabled:focus,
.btn.secondary.disabled:active {
	border-color: #E53517;
	background-color: #E53517;
	color: #fff
}

.btn.positive {
	background-color: #4CAF50;
	border-color: #4CAF50;
	color: #fff
}

.btn.positive:hover,
.btn.positive:focus,
.btn.positive:active {
	border-color: #3d8b40;
	background-color: #3d8b40;
	color: #fff
}

.btn.positive.disabled:hover,
.btn.positive.disabled:focus,
.btn.positive.disabled:active {
	border-color: #4CAF50;
	background-color: #4CAF50;
	color: #fff
}

.btn.negative {
	background-color: #D32F2F;
	border-color: #D32F2F;
	color: #fff
}

.btn.negative:hover,
.btn.negative:focus,
.btn.negative:active {
	border-color: #ab2424;
	background-color: #ab2424;
	color: #fff
}

.btn.negative.disabled:hover,
.btn.negative.disabled:focus,
.btn.negative.disabled:active {
	border-color: #D32F2F;
	background-color: #D32F2F;
	color: #fff
}

.btn.light {
	background-color: #fff;
	border-color: #F7C7BD;
	color: #E53517
}

.btn.light:hover,
.btn.light:focus,
.btn.light:active {
	border-color: #E53517;
	background-color: #E53517;
	color: #fff
}

.btn.light.disabled:hover,
.btn.light.disabled:focus,
.btn.light.disabled:active {
	background-color: #fff;
	border-color: #F7C7BD;
	color: #E53517
}

.btn.ghost {
	color: #E53517;
	border-color: #E53517;
	background-color: transparent !important
}

.btn.ghost:hover,
.btn.ghost:focus,
.btn.ghost:active {
	color: #A81A1A;
	border-color: #A81A1A
}

.btn.ghost.disabled:hover,
.btn.ghost.disabled:focus,
.btn.ghost.disabled:active {
	color: #E53517;
	border-color: #E53517
}

.btn.ghost.secondary {
	color: #E53517;
	border-color: #E53517
}

.btn.ghost.secondary:hover,
.btn.ghost.secondary:focus,
.btn.ghost.secondary:active {
	color: #A81A1A;
	border-color: #A81A1A
}

.btn.ghost.secondary.disabled:hover,
.btn.ghost.secondary.disabled:focus,
.btn.ghost.secondary.disabled:active {
	color: #E53517;
	border-color: #E53517
}

.btn.ghost.positive {
	color: #4CAF50;
	border-color: #4CAF50
}

.btn.ghost.positive:hover,
.btn.ghost.positive:focus,
.btn.ghost.positive:active {
	color: #3d8b40;
	border-color: #3d8b40
}

.btn.ghost.positive.disabled:hover,
.btn.ghost.positive.disabled:focus,
.btn.ghost.positive.disabled:active {
	color: #4CAF50;
	border-color: #4CAF50
}

.btn.ghost.negative {
	color: #D32F2F;
	border-color: #D32F2F
}

.btn.ghost.negative:hover,
.btn.ghost.negative:focus,
.btn.ghost.negative:active {
	color: #ab2424;
	border-color: #ab2424
}

.btn.ghost.negative.disabled:hover,
.btn.ghost.negative.disabled:focus,
.btn.ghost.negative.disabled:active {
	color: #D32F2F;
	border-color: #D32F2F
}

.btn:active {
	top: 1px
}

.btn:focus,
.btn:active {
	outline-style: none;
	box-shadow: none;
	box-shadow: 0 0 4px #ff944d
}

.btn.disabled {
	opacity: .5
}

.btn.disabled:active {
	top: 0
}

.btn>.icon {
	position: relative;
	top: 1px;
	margin-right: 6px
}

.buttonbar {
	margin-bottom: 48px
}

.modal-wide .buttonbar {
	margin-left: auto;
	margin-right: auto;
	max-width: 840px
}

.btn-prev:before,
.btn-add:before,
.btn-next:after {
	font-family: 'lovion-app';
	content: "";
	margin-right: 5px;
	margin-left: -5px
}

.btn-prev:before {
	content: "\e608"
}

.btn-add:before {
	content: "\e61c"
}

.btn-next:after {
	content: "\e607";
	margin-left: 5px;
	margin-right: -5px
}

.btn-function {
	display: inline-block
}

.btn-paginator-prev,
.btn-paginator-next {
	display: inline-block;
	border-radius: 0;
	border-top: none;
	border-bottom: none
}

.btn-paginator-prev {
	border-left: none
}

.btn-paginator-next {
	border-right: none
}

.btn-circle {
	-webkit-appearance: none;
	background: #E53517;
	display: inline-block;
	height: 26px;
	width: 26px;
	line-height: 25px;
	border-radius: 26px;
	border: none;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
	color: #fff
}

.btn-circle .icon {
	font-size: 0.75rem;
	color: #fff !important
}

.btn-circle:hover,
.btn-circle:active,
.btn-circle:focus {
	color: #fff;
	background: #A81A1A
}

.btn-circle.small {
	height: 20px;
	width: 20px;
	line-height: 20px;
	border-radius: 20px
}

.btn-circle.small .icon {
	font-size: 0.625rem
}

.btn-circle.large {
	height: 36px;
	width: 36px;
	line-height: 40px;
	border-radius: 36px
}

.btn-circle.large .icon {
	font-size: 1.125rem
}

.btn-circle:disabled,
.btn-circle.btn-disabled {
	opacity: 0.2
}

.btn-circle.negative {
	background: #D32F2F
}

.btn-circle.negative:hover,
.btn-circle.negative:active,
.btn-circle.negative:focus {
	background: #ab2424
}

.btn-circle.positive {
	background: #4CAF50
}

.btn-circle.positive:hover,
.btn-circle.positive:active,
.btn-circle.positive:focus {
	background: #3d8b40
}

.custom-select {
	-webkit-transition: border 0.3s ease-in-out;
	-moz-transition: border 0.3s ease-in-out;
	-ms-transition: border 0.3s ease-in-out;
	-o-transition: border 0.3s ease-in-out;
	transition: border 0.3s ease-in-out;
	position: relative;
	display: block;
	border: 1px solid #adaec2;
	border-radius: 4px;
	background: #fff
}

.block-error .custom-select {
	border-color: #D32F2F
}

.block-warning .custom-select {
	border-color: orange
}

.custom-select:after {
	position: absolute;
	top: 1px;
	right: 1px;
	bottom: 1px;
	z-index: 2;
	pointer-events: none;
	display: none;
	font-family: 'lovion-app';
	content: "\e605";
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	color: #222;
	background-color: #f5f5f5;
	text-align: center;
	font-size: 12px;
	width: 28px;
	line-height: 2.8
}

.custom-select.disabled {
	background-color: #f7f7f7;
	color: #999;
	opacity: 1
}

.custom-select.disabled:after {
	color: #999;
	background-color: transparent
}

.custom-select.input-special {
	background-color: #fffed0
}

.custom-select select {
	width: 100%;
	margin: 0;
	outline: none;
	border-radius: 4px;
	display: block;
	width: 100%;
	padding-top: 4px;
	padding-bottom: 4px
}

.custom-select select:focus:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #000
}

.custom-select select option {
	background: #fff
}

.custom-select.disabled select {
	color: #999
}

@supports (-webkit-appearance: none) or (appearance: none) or ((-moz-appearance: none) and (mask-type: alpha)) {
	.custom-select::after {
		display: block
	}
	.custom-select select {
		padding-right: 2em;
		background: none;
		border: 1px solid transparent;
		outline: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none
	}
	.custom-select select:focus {
		border-color: #727597
	}
}

optgroup {
	color: #E53517;
	font-weight: 600
}

optgroup option {
	color: #222;
	font-weight: 400
}

.toggle-item {
	min-height: 24px;
	margin-top: 8px;
	margin-bottom: 8px;
	position: relative;
	color: #222
}

@media only screen and (min-width: 40.063em) {
	.toggle-item.side-by-side {
		float: left;
		margin-right: 24px
	}
}

.toggle-item>label {
	display: block;
	margin-left: 26px;
	font-size: 0.875rem
}

.toggle-item>label:before,
.toggle-item>label:after {
	position: absolute;
	top: 0;
	left: 0;
	content: " ";
	width: 20px;
	height: 20px
}

.toggle-item>label:before {
	background-color: #fff
}

.toggle-item>label:after {
	-webkit-transition: border 0.3s ease-in-out;
	-moz-transition: border 0.3s ease-in-out;
	-ms-transition: border 0.3s ease-in-out;
	-o-transition: border 0.3s ease-in-out;
	transition: border 0.3s ease-in-out;
	border: 1px solid #666
}

.toggle-item>label:hover:after {
	border-color: #E53517
}

.toggle-item.checkbox>label:before {
	border-radius: 4px
}

.toggle-item.checkbox>label:after {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	font-family: 'lovion-app';
	content: "\e604";
	line-height: 18px;
	border-radius: 4px;
	color: #fff;
	text-align: center;
	font-size: 6px;
	background-color: #fff
}

.toggle-item.small>label {
	font-size: 0.75rem;
	margin-left: 20px
}

.toggle-item.small>label:before,
.toggle-item.small>label:after {
	width: 14px;
	height: 14px;
	border-radius: 2px
}

.toggle-item.checkbox.small>label:after {
	line-height: 12px;
	font-size: 2px
}

.toggle-item.checkbox.small>label:after,
.toggle-item.checkbox.small>label:before {
	top: 2px
}

.toggle-item.radio>label:before,
.toggle-item.radio>label:after {
	border-radius: 50%
}

.toggle-item.radio>label:before {
	-webkit-transition: border 0.3s ease-in-out;
	-moz-transition: border 0.3s ease-in-out;
	-ms-transition: border 0.3s ease-in-out;
	-o-transition: border 0.3s ease-in-out;
	transition: border 0.3s ease-in-out;
	background-color: #fff
}

.toggle-item.slide>label {
	margin-left: 48px
}

.toggle-item.slide>label:before,
.toggle-item.slide>label:after {
	display: none
}

.toggle-item>input[type=radio],
.toggle-item>input[type=checkbox] {
	-webkit-transition: border 0.2s ease-in-out;
	-moz-transition: border 0.2s ease-in-out;
	-ms-transition: border 0.2s ease-in-out;
	-o-transition: border 0.2s ease-in-out;
	transition: border 0.2s ease-in-out;
	visibility: hidden;
	float: left
}

.toggle-item>input[type=radio]:disabled,
.toggle-item>input[type=checkbox]:disabled {
	opacity: 0.3
}

.toggle-item>input[type=radio]:disabled+label,
.toggle-item>input[type=checkbox]:disabled+label {
	opacity: 0.3
}

.toggle-item>input[type=radio]:disabled+label:before,
.toggle-item>input[type=checkbox]:disabled+label:before {
	background: none
}

.toggle-item>input[type=radio]:checked:disabled,
.toggle-item>input[type=checkbox]:checked:disabled {
	background-color: #E53517
}

.toggle-item>input[type=radio]:checked+label {
	color: #222
}

.toggle-item>input[type=radio]:checked+label:before {
	border: 1px solid #E53517
}

.toggle-item>input[type=radio]:checked+label:after {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	width: 10px;
	height: 10px;
	top: 5px;
	left: 5px;
	background-color: #E53517;
	border-color: #E53517
}

.toggle-item>input[type=checkbox]:checked+label {
	color: #222
}

.toggle-item>input[type=checkbox]:checked+label:after {
	color: #fff;
	font-size: 10px;
	background-color: #E53517;
	border-color: #E53517
}

.toggle-item.small>input[type=checkbox]:checked+label:after {
	font-size: 8px
}

.slide-check {
	position: absolute;
	width: 40px;
	height: 20px
}

.slide-check>label {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	width: 40px;
	height: 20px;
	display: block;
	position: absolute;
	top: -2px;
	left: 0;
	background: yellow;
	border: 1px solid #adaec2;
	border-radius: 40px
}

.slide-check>label:after {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	font-family: 'lovion-app';
	content: "\e604";
	text-align: center;
	line-height: 20px;
	color: #fff;
	font-size: 10px;
	display: block;
	width: 20px;
	height: 20px;
	border: 1px solid #adaec2;
	border-radius: 50%;
	position: absolute;
	top: -1px;
	left: -1px;
	z-index: 1;
	-webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.3)
}

.slide-check>input[type=checkbox] {
	visibility: hidden
}

.slide-check>input[type=checkbox]:checked+label {
	background-color: #E53517;
	border-color: #E53517
}

.slide-check>input[type=checkbox]:checked+label:after {
	left: 15px;
	border-color: #E53517;
	color: #E53517
}

.slide-check>input[type=checkbox]:disabled+label {
	opacity: 0.3
}

.toggle {
	font-size: 0.875rem;
	position: relative;
	display: block;
	margin-bottom: 12px;
	padding-left: 28px
}

.toggle .form-block-msg,
.toggle .form-block-hint {
	margin-left: -28px
}

@media only screen and (min-width: 40.063em) {
	.toggle.next-top-label {
		margin-top: 30px;
		margin-bottom: 0
	}
}

.toggle input {
	position: absolute;
	z-index: -1;
	opacity: 0
}

.toggle__indicator {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	position: absolute;
	top: 1px;
	left: 0;
	width: 20px;
	height: 20px;
	background: #fff;
	border: 1px solid #666;
	border-radius: 4px
}

.toggle--radio .toggle__indicator {
	border-radius: 50%
}

@media only screen and (min-width: 40.063em) {
	.toggle--sidebyside {
		float: left;
		margin-right: 24px
	}
}

.toggle:hover input~.toggle__indicator {
	border-color: #E53517
}

.toggle input:focus~.toggle__indicator {
	border-color: #666 !important;
	box-shadow: none;
	box-shadow: 0 0 8px #ff944d
}

.toggle input:checked~.toggle__indicator {
	background: #E53517;
	border-color: #E53517
}

.toggle input:disabled~.toggle__indicator {
	pointer-events: none;
	opacity: .5
}

.toggle__indicator:after {
	position: absolute;
	display: none;
	content: ""
}

.toggle input:checked~.toggle__indicator:after {
	display: block
}

.toggle--checkbox .toggle__indicator:after {
	top: 4px;
	left: 7px;
	width: 5px;
	height: 9px;
	transform: rotate(45deg);
	border: solid #fff;
	border-width: 0 2px 2px 0
}

.toggle--checkbox input:disabled~.toggle__indicator:after {
	border-color: #fff
}

.toggle--radio .toggle__indicator:after {
	top: 6px;
	left: 6px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #fff
}

.tabs-wrapper {
	margin-bottom: 48px
}

.tabs-content-container {
	margin-top: 24px
}

.tabs {
	margin-left: 0;
	list-style-type: none;
	font-size: 0.875rem;
	background-color: #e8e8e8;
	height: 42px
}

.tabs a {
	display: block;
	text-decoration: none;
	color: #666;
	padding: 14px 5px;
	position: relative
}

.tabs a:after {
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-ms-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
	content: "";
	position: absolute;
	height: 2px;
	width: 100%;
	background-color: #E53517;
	top: 0;
	left: 0;
	opacity: 0
}

.tabs a.active:after {
	opacity: 1
}

.tabs a:hover {
	color: #222
}

.tabs a.active {
	color: #222;
	background-color: #f5f5f5
}

.module-task .tabs a.active {
	background-color: #fff
}

.tabs.tabs-lined {
	border-bottom: 1px solid #dfdfdf;
	background-color: transparent
}

.tabs.tabs-lined>li {
	float: left
}

.tabs.tabs-lined a {
	display: inline-block;
	color: #666;
	padding: 14px 20px
}

.tabs.tabs-lined a:after {
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-ms-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
	top: auto;
	bottom: -1px
}

.tabs.tabs-lined a.active {
	background-color: transparent
}

.tabs.tabs-pane {
	border-top: 5px solid #dfdfdf;
	background-color: #dfdfdf;
	position: relative
}

.tabs.tabs-pane>li {
	float: left
}

.tabs.tabs-pane a {
	display: inline-block;
	color: #666;
	padding: 14px 20px
}

.tabs.tabs-pane a:after {
	display: none
}

.tabs.tabs-pane a.active {
	background-color: #f5f5f5;
	color: #222
}

.arrow-steps {
	clear: both;
	padding: 0;
	list-style-type: none;
	font-size: 13px;
	line-height: 1em;
	margin: -2px;
	text-align: center
}

.arrow-steps:after {
	content: "";
	display: table;
	clear: both
}

.arrow-steps li {
	-webkit-transition: background 0.3s ease-in-out;
	-moz-transition: background 0.3s ease-in-out;
	-ms-transition: background 0.3s ease-in-out;
	-o-transition: background 0.3s ease-in-out;
	transition: background 0.3s ease-in-out;
	float: left;
	padding: 10px 20px 10px 30px;
	background-color: #f5f5f5;
	position: relative;
	margin: 0 2px;
	margin-bottom: 12px
}

.arrow-steps li:before,
.arrow-steps li:after {
	-webkit-transition: border 0.3s ease-in-out;
	-moz-transition: border 0.3s ease-in-out;
	-ms-transition: border 0.3s ease-in-out;
	-o-transition: border 0.3s ease-in-out;
	transition: border 0.3s ease-in-out;
	content: '';
	border-top: 16px solid transparent;
	border-bottom: 16px solid transparent;
	position: absolute;
	top: 0
}

.arrow-steps li:before {
	border-left: 16px solid #fcfcfc;
	left: 0
}

.arrow-steps li:first-child {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	padding-left: 20px
}

.arrow-steps li:first-child:before {
	display: none
}

.arrow-steps li:after {
	border-left: 16px solid #f5f5f5;
	left: 100%;
	z-index: 20
}

.arrow-steps li:last-child {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px
}

.arrow-steps li:last-child:after {
	display: none
}

.arrow-steps li.active {
	background-color: #E53517
}

.arrow-steps li.active:after {
	border-left-color: #E53517
}

.arrow-steps li.active a {
	color: #fff
}

.arrow-steps li.status-entwurf.active {
	background-color: #ee9800
}

.arrow-steps li.status-entwurf.active:after {
	border-left-color: #ee9800
}

.arrow-steps li.status-entwurf.active a {
	color: #fff
}

.arrow-steps li.status-beantragt.active {
	background-color: #b13bf9
}

.arrow-steps li.status-beantragt.active:after {
	border-left-color: #b13bf9
}

.arrow-steps li.status-beantragt.active a {
	color: #fff
}

.arrow-steps li.status-in-bearbeitung.active {
	background-color: #0069ff
}

.arrow-steps li.status-in-bearbeitung.active:after {
	border-left-color: #0069ff
}

.arrow-steps li.status-in-bearbeitung.active a {
	color: #fff
}

.arrow-steps li.status-rueckfrage.active {
	background-color: #e42700
}

.arrow-steps li.status-rueckfrage.active:after {
	border-left-color: #e42700
}

.arrow-steps li.status-rueckfrage.active a {
	color: #fff
}

.arrow-steps li.status-abgeschlossen.active {
	background-color: #00c200
}

.arrow-steps li.status-abgeschlossen.active:after {
	border-left-color: #00c200
}

.arrow-steps li.status-abgeschlossen.active a {
	color: #fff
}

.arrow-steps li.arrow-label {
	background-color: transparent;
	color: #222;
	font-weight: 600
}

.arrow-steps li.arrow-label:before,
.arrow-steps li.arrow-label:after {
	display: none
}

.arrow-steps li.arrow-label:first-child {
	padding-left: 0
}

.arrow-steps li,
.arrow-steps a {
	text-decoration: none;
	color: #222
}

.badge {
	background-color: #D32F2F;
	color: #fff;
	padding-top: .35em;
	padding-right: .6em;
	padding-bottom: .4em;
	padding-left: .6em;
	margin-bottom: 1em;
	margin-left: 1em;
	margin-right: 1em;
	font-size: 9px;
	font-weight: 600;
	border-radius: 6px;
	display: inline-block;
	line-height: 1;
	min-width: 12px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap
}

.status-label {
	background-color: #E53517;
	color: #fff;
	padding-top: .4em;
	padding-right: .6em;
	padding-bottom: .4em;
	padding-left: .6em;
	font-size: 0.6875rem;
	font-weight: 400;
	text-transform: uppercase;
	border-radius: 4px;
	display: inline-block;
	line-height: 1;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap
}

.status-label.status-secondary {
	background-color: #E53517
}

.status-label.status-entwurf {
	background-color: #ee9800
}

.status-label.status-beantragt {
	background-color: #b13bf9
}

.status-label.status-in-bearbeitung {
	background-color: #0069ff
}

.status-label.status-rueckfrage {
	background-color: #e42700
}

.status-label.status-abgeschlossen {
	background-color: #00c200
}

.status-label.status-label-light {
	background-color: #fff;
	color: #666;
	border: 1px solid #E53517
}

.status-label.status-label-light.status-entwurf {
	color: #ee9800;
	border-color: #ee9800
}

.status-label.status-label-light.status-beantragt {
	color: #b13bf9;
	border-color: #b13bf9
}

.status-label.status-label-light.status-in-bearbeitung {
	color: #0069ff;
	border-color: #0069ff
}

.status-label.status-label-light.status-rueckfrage {
	color: #e42700;
	border-color: #e42700
}

.status-label.status-label-light.status-abgeschlossen {
	color: #00c200;
	border-color: #00c200
}

.add-items-container {
	margin: 0;
	list-style-type: none;
	padding-top: 12px;
	padding-bottom: 12px
}

.add-items-header {
	border-bottom: 1px solid #dfdfdf
}

.add-items-entry {
	background-color: #fff0e5;
	border-bottom: 1px solid #dfdfdf;
	padding-top: 12px
}

.add-items-functions {
	padding-top: 12px
}

.tooltip {
	display: none;
	position: absolute;
	z-index: 99999;
	border: 1px solid #F7C7BD;
	background-color: rgba(255, 240, 229, 0.95);
	color: #222;
	border-radius: 4px;
	padding: 10px;
	font-size: 0.8125rem;
	line-height: 1.3;
	max-width: 420px;
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15)
}

.top-jumper {
	-webkit-transition: background 0.3s ease-in-out, border 0.3s ease-in-out, line-height 0.2s ease-in-out;
	-moz-transition: background 0.3s ease-in-out, border 0.3s ease-in-out, line-height 0.2s ease-in-out;
	-ms-transition: background 0.3s ease-in-out, border 0.3s ease-in-out, line-height 0.2s ease-in-out;
	-o-transition: background 0.3s ease-in-out, border 0.3s ease-in-out, line-height 0.2s ease-in-out;
	transition: background 0.3s ease-in-out, border 0.3s ease-in-out, line-height 0.2s ease-in-out;
	position: fixed;
	right: 20px;
	bottom: 60px;
	text-align: center;
	text-decoration: none;
	border-radius: 16px;
	background-color: rgba(245, 245, 245, 0.5);
	color: #F7C7BD;
	border: 1px solid #F7C7BD;
	font-size: 14px;
	width: 32px;
	height: 48px;
	line-height: 56px;
	z-index: 980
}

.top-jumper:hover,
.top-jumper:active {
	background-color: #E53517;
	color: #fff;
	border: 1px solid #E53517;
	line-height: 46px
}

.top-jumper:hover:before,
.top-jumper:active:before {
	color: #fff
}

.top-jumper:hover:after,
.top-jumper:active:after {
	background-color: #E53517;
	width: 18px;
	height: 2px;
	left: 8px
}

.top-jumper:after {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	content: "";
	position: absolute;
	top: 10px;
	left: 15px;
	height: 4px;
	width: 4px;
	border-radius: 4px;
	background-color: #dfdfdf;
	margin-left: -2px
}

.top-jumper:before {
	font-family: "lovion-app";
	content: "\e61d"
}

.callout {
	position: relative;
	background-color: #fff;
	color: #222;
	border: 1px solid #dfdfdf;
	border-radius: 4px;
	margin-bottom: 24px;
	padding: 12px
}

.callout:before {
	content: "";
	width: 24px;
	height: 24px;
	position: absolute;
	top: 10px;
	left: 12px;
	background-image: none;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	background-position: center
}

.callout.callout-success {
	background-color: #4CAF50;
	color: #fff;
	border-color: #449d48
}

.callout.callout-success:before {
	background-image: url("../img/message/success.svg")
}

.callout.callout-error {
	background-color: #D32F2F;
	color: #fff;
	border-color: #c02929
}

.callout.callout-error:before {
	background-image: url("../img/message/error.svg")
}

.callout.callout-info {
	background-color: #4682b4;
	color: #fff;
	border-color: #3f75a2
}

.callout.callout-info:before {
	background-image: url("../img/message/info.svg")
}

.callout.callout-warning {
	background-color: orange;
	color: #fff;
	border-color: #e69500
}

.callout.callout-warning:before {
	background-image: url("../img/message/warning.svg")
}

.callout-title,
.callout-content {
	margin-left: 32px
}

.callout-title {
	font-size: 0.9375rem;
	font-weight: 600
}

.callout-content {
	font-size: 0.8125rem
}

.transition-wrapper {
	position: relative;
	width: 100%;
	min-height: 200px;
	perspective: 1200px;
	transform-style: preserve-3d;
	overflow: visible !important
}

.transition-page {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	backface-visibility: hidden;
	transform: translate3d(0, 0, 0) scale(1)
}

.transition-page-current,
.no-js .transition-page {
	visibility: visible
}

.no-js body {
	overflow: auto
}

.transition-out-left {
	-webkit-animation: transition-out-left 0.4s ease-out both;
	animation: transition-out-left 0.4s ease-out both
}

.transition-in-left {
	-webkit-animation: transition-in-left 0.4s ease both;
	animation: transition-in-left 0.4s ease both
}

.transition-out-right {
	-webkit-animation: transition-out-right 0.4s ease-out both;
	animation: transition-out-right 0.4s ease-out both
}

.transition-in-right {
	-webkit-animation: transition-in-right 0.4s ease both;
	animation: transition-in-right 0.4s ease both
}

@-webkit-keyframes transition-out-left {
	to {
		opacity: 0;
		-webkit-transform: translateX(-50%) scale(0.9)
	}
}

@keyframes transition-out-left {
	to {
		opacity: 0;
		-webkit-transform: translateX(-50%) scale(0.9);
		transform: translateX(-50%) scale(0.9)
	}
}

@-webkit-keyframes transition-in-left {
	from {
		opacity: 0;
		-webkit-transform: translateX(-50%) scale(0.9)
	}
}

@keyframes transition-in-left {
	from {
		opacity: 0;
		-webkit-transform: translateX(-50%) scale(0.9);
		transform: translateX(-50%) scale(0.9)
	}
}

@-webkit-keyframes transition-out-right {
	to {
		opacity: 0;
		-webkit-transform: translateX(50%) scale(0.9)
	}
}

@keyframes transition-out-right {
	to {
		opacity: 0;
		-webkit-transform: translateX(50%) scale(0.9);
		transform: translateX(50%) scale(0.9)
	}
}

@-webkit-keyframes transition-in-right {
	from {
		opacity: 0;
		-webkit-transform: translateX(50%) scale(0.9)
	}
}

@keyframes transition-in-right {
	from {
		opacity: 0;
		-webkit-transform: translateX(50%) scale(0.9);
		transform: translateX(50%) scale(0.9)
	}
}

.map-container {
	position: relative;
	background-color: #fff;
	width: 100%;
	min-height: 360px;
	height: 360px;
	border-top: 1px solid #F7C7BD;
	border-bottom: 1px solid #F7C7BD;
	overflow: hidden
}

@media only screen and (min-width: 64em) {
	.map-container {
		height: 480px
	}
}

.col .map-container {
	border-left: 1px solid #F7C7BD;
	border-right: 1px solid #F7C7BD
}

.map-container.extend-size {
	position: fixed;
	height: auto;
	z-index: 990;
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
	border-radius: 0 !important;
	margin: 0 !important;
	top: 84px;
	left: 12px;
	bottom: 12px;
	right: 12px
}

.scrolled .map-container.extend-size {
	top: 60px
}

@media only screen and (min-width: 40.063em) {
	.map-container.extend-size {
		top: 96px;
		left: 24px;
		bottom: 24px;
		right: 24px
	}
	.scrolled .map-container.extend-size {
		top: 72px
	}
}

@media only screen and (min-width: 64em) {
	.map-container.extend-size {
		top: 120px;
		left: 48px;
		bottom: 48px;
		right: 48px
	}
	.scrolled .map-container.extend-size {
		top: 96px
	}
}

.map-container.extend-size:after {
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	background-color: rgba(0, 0, 0, 0.25);
	z-index: -1
}

.map-container .map-controls-container {
	-webkit-transition: all 0.4s cubic-bezier(0.16, 0.68, 0.43, 0.99);
	-moz-transition: all 0.4s cubic-bezier(0.16, 0.68, 0.43, 0.99);
	-ms-transition: all 0.4s cubic-bezier(0.16, 0.68, 0.43, 0.99);
	-o-transition: all 0.4s cubic-bezier(0.16, 0.68, 0.43, 0.99);
	transition: all 0.4s cubic-bezier(0.16, 0.68, 0.43, 0.99);
	position: absolute;
	top: 12px;
	left: 12px;
	right: 12px;
	bottom: 12px;
	z-index: 90;
	pointer-events: none
}

.map-container.full {
	border: none;
	height: calc(100vh - (72px + 36px))
}

.box-content>.map-container {
	clear: both;
	border-left: none;
	border-right: none;
	border-bottom: none;
	margin-top: 24px !important;
	margin-bottom: -24px !important
}

.map-left-overlay-open .map-container .map-controls-container,
.map-container.map-left-overlay-open .map-controls-container {
	left: 232px
}

.map-right-overlay-open .map-container .map-controls-container,
.map-container.map-right-overlay-open .map-controls-container {
	right: 232px
}

.box-content>.map-container:first-child {
	margin-top: 0 !important
}

.advanced-mode-only {
	display: none
}

.advanced-mode .advanced-mode-only {
	display: block
}

.map-controls-horizontal,
.map-controls-vertical,
.map-controls-vertical-bottom,
.map-controls-resize,
.map-controls-bottom {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	opacity: 0.8
}

.map-controls-horizontal:hover,
.map-controls-vertical:hover,
.map-controls-vertical-bottom:hover,
.map-controls-resize:hover,
.map-controls-bottom:hover {
	opacity: 1
}

.map-controls-horizontal .button-group li,
.map-controls-horizontal .filter-bar .tabs li,
.filter-bar .map-controls-horizontal .tabs li,
.map-controls-horizontal .custom-select,
.map-controls-vertical .button-group li,
.map-controls-vertical .filter-bar .tabs li,
.filter-bar .map-controls-vertical .tabs li,
.map-controls-vertical .custom-select,
.map-controls-vertical-bottom .button-group li,
.map-controls-vertical-bottom .filter-bar .tabs li,
.filter-bar .map-controls-vertical-bottom .tabs li,
.map-controls-vertical-bottom .custom-select,
.map-controls-resize .button-group li,
.map-controls-resize .filter-bar .tabs li,
.filter-bar .map-controls-resize .tabs li,
.map-controls-resize .custom-select,
.map-controls-bottom .button-group li,
.map-controls-bottom .filter-bar .tabs li,
.filter-bar .map-controls-bottom .tabs li,
.map-controls-bottom .custom-select {
	pointer-events: auto
}

.show-map-edit-object .map-controls-bottom {
	opacity: 1
}

.map-controls-horizontal,
.map-controls-resize {
	margin-bottom: 12px
}

.map-controls-horizontal:after,
.map-controls-resize:after {
	content: "";
	display: table;
	clear: both
}

.map-controls-horizontal .custom-select,
.map-controls-horizontal .button-group,
.map-controls-horizontal .filter-bar .tabs,
.filter-bar .map-controls-horizontal .tabs,
.map-controls-resize .custom-select,
.map-controls-resize .button-group,
.map-controls-resize .filter-bar .tabs,
.filter-bar .map-controls-resize .tabs {
	float: left;
	margin-right: 12px
}

.map-controls-horizontal.right,
.map-controls-resize.right {
	position: absolute;
	top: 0;
	right: 0
}

.map-info-container {
	background-color: #fff;
	opacity: 0.95;
	border-top: 1px solid #dfdfdf;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 89;
	height: 28px;
	line-height: 26px
}

.map-info-container-select {
	width: auto;
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-radius: 0;
	float: left;
	font-size: 0.6875rem;
	margin-right: 12px
}

.map-info-container-output {
	white-space: nowrap;
	font-size: 0.6875rem;
	color: #222
}

.map-controls-resize {
	opacity: 1
}

.extend-size .map-controls-resize .icon-list-expand {
	display: none
}

.map-controls-resize .icon-list-collapse {
	display: none
}

.extend-size .map-controls-resize .icon-list-collapse {
	display: inline-block
}

.map-controls-vertical ul>li {
	position: relative;
	z-index: 1
}

.map-controls-vertical ul>li ul {
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-ms-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
	opacity: 0;
	width: 160px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: -200px;
	z-index: 0
}

.map-controls-vertical ul>li ul li {
	float: left;
	margin-left: -1px
}

.map-controls-vertical ul>li ul li:last-child a {
	border-top-right-radius: 4px !important;
	border-bottom-right-radius: 4px !important
}

.map-controls-vertical ul>li:hover>a {
	background-color: #E53517;
	color: #fff
}

.map-controls-vertical ul>li:hover>a:focus {
	background-color: #E53517
}

.map-controls-vertical ul>li:hover ul {
	opacity: 1;
	left: 38px
}

.map-controls-vertical-bottom {
	max-width: 50px;
	position: fixed;
	bottom: 48px;
	left: 12px
}

.map-controls-bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 100%
}

.has-info-container .map-controls-bottom {
	bottom: 28px
}

.map-edit-object {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background-color: rgba(255, 255, 255, 0.95);
	border-top: 1px solid #dfdfdf;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	position: absolute;
	bottom: -200px;
	left: -12px;
	right: -12px;
	z-index: 0;
	padding: 12px;
	opacity: 0;
	pointer-events: all
}

.has-info-container .map-edit-object {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.show-map-edit-object .map-edit-object {
	bottom: -12px;
	opacity: 1
}

.map-edit-object-items {
	float: left;
	border-left: 1px solid #dfdfdf;
	padding: 0 24px;
	margin-left: 24px
}

.map-menu-container {
	-webkit-transition: left 0.3s cubic-bezier(0.16, 0.68, 0.43, 0.99);
	-moz-transition: left 0.3s cubic-bezier(0.16, 0.68, 0.43, 0.99);
	-ms-transition: left 0.3s cubic-bezier(0.16, 0.68, 0.43, 0.99);
	-o-transition: left 0.3s cubic-bezier(0.16, 0.68, 0.43, 0.99);
	transition: left 0.3s cubic-bezier(0.16, 0.68, 0.43, 0.99);
	background-color: #fff;
	border-right: 1px solid #F7C7BD;
	width: 220px;
	height: 100%;
	position: absolute;
	top: 0;
	left: -220px;
	z-index: 9999
}

.map-menu-container.print {
	-webkit-transition: right 0.3s cubic-bezier(0.16, 0.68, 0.43, 0.99);
	-moz-transition: right 0.3s cubic-bezier(0.16, 0.68, 0.43, 0.99);
	-ms-transition: right 0.3s cubic-bezier(0.16, 0.68, 0.43, 0.99);
	-o-transition: right 0.3s cubic-bezier(0.16, 0.68, 0.43, 0.99);
	transition: right 0.3s cubic-bezier(0.16, 0.68, 0.43, 0.99);
	left: auto;
	right: -220px;
	border-left: 1px solid #F7C7BD;
	border-right: none;
	overflow-y: auto
}

.print-frame {
	background-color: rgba(0, 0, 0, 0.25)
}

.print.show-map-print {
	right: 0
}

.topics.show-map-topics {
	left: 0
}

.favorites.show-map-favorites {
	left: 0
}

.map-menu-header {
	position: relative;
	background-color: #656d77;
	height: 42px
}

.map-menu-heading {
	margin: 0;
	color: #fff;
	padding-left: 12px;
	padding-right: 66px;
	line-height: 42px;
	font-size: 1rem
}

.map-menu-close {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	overflow: visible;
	width: 42px;
	height: 42px;
	margin: 0;
	padding: 0;
	background-color: #596069;
	cursor: pointer;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
	text-decoration: none;
	color: #fff;
	border: 0;
	outline: 0
}

.map-menu-close:hover,
.map-menu-close:focus {
	background-color: #4e545b
}

.map-menu-close:before {
	font-size: 28px;
	font-weight: 300;
	line-height: 40px;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 42px;
	content: "\00d7";
	text-align: center
}

.map-menu-list {
	margin: 0;
	list-style-type: none;
	height: calc(100% - 53px);
	overflow-y: auto
}

.map-menu-list>li {
	-webkit-transition: background 0.3s ease-in-out;
	-moz-transition: background 0.3s ease-in-out;
	-ms-transition: background 0.3s ease-in-out;
	-o-transition: background 0.3s ease-in-out;
	transition: background 0.3s ease-in-out;
	position: relative;
	border-bottom: 1px solid #dfdfdf;
	padding-left: 12px;
	padding-right: 42px;
	height: 42px;
	line-height: 42px
}

.map-menu-list>li:hover {
	background-color: #fff0e5
}

.map-menu-list>li .toggle-item {
	margin: 0
}

.map-menu-list>li label {
	font-weight: 600;
	max-width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.map-menu-list>li label:before,
.map-menu-list>li label:after {
	top: 11px
}

.custom-entry.remove {
	background: #f2c2c2
}

.custom-entry.add {
	background: #c7e7c8
}

.favorite-link {
	text-decoration: none;
	font-weight: 600;
	color: #222;
	display: block;
	max-width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.favorite-link:hover {
	color: #E53517
}

.custom-entry .favorite-link {
	color: #E53517
}

.custom-entry .favorite-link:hover {
	color: #E53517
}

.delete-entry {
	color: #D32F2F;
	position: absolute;
	right: 0;
	top: 0;
	width: 42px;
	height: 42px;
	line-height: 42px;
	text-align: center
}

.delete-entry:hover {
	color: #fff;
	background-color: #D32F2F
}

.add-favorite {
	position: relative;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	padding-right: 54px;
	background-color: #f5f5f5;
	border-bottom: 1px solid #dfdfdf
}

.add-favorite input {
	font-size: 0.8125rem
}

.add-favorite .add-favorite-link {
	color: #4CAF50;
	position: absolute;
	right: 0;
	top: 0;
	width: 42px;
	height: 100%;
	line-height: 54px;
	text-align: center
}

.add-favorite .add-favorite-link:hover {
	color: #fff;
	background-color: #4CAF50
}

.ol-attribution.ol-logo-only {
	display: none
}

.ol-zoom {
	display: none
}

.ol-box {
	box-sizing: border-box;
	border-radius: 2px;
	border: 2px solid #00f
}

.ol-mouse-position {
	top: 8px;
	right: 8px;
	position: absolute
}

.ol-scale-line {
	background: rgba(0, 60, 136, 0.3);
	border-radius: 4px;
	bottom: 8px;
	left: 8px;
	padding: 2px;
	position: absolute
}

.ol-scale-line-inner {
	border: 1px solid #eee;
	border-top: none;
	color: #eee;
	font-size: 10px;
	text-align: center;
	margin: 1px;
	will-change: contents, width
}

.ol-overlay-container {
	will-change: left, right, top, bottom
}

.ol-unsupported {
	display: none
}

.ol-unselectable,
.ol-viewport {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent
}

.ol-selectable {
	-webkit-touch-callout: default;
	-webkit-user-select: auto;
	-moz-user-select: auto;
	-ms-user-select: auto;
	user-select: auto
}

.ol-grabbing {
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: grabbing
}

.ol-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: grab
}

.ol-zoom {
	top: .5em;
	left: .5em
}

.ol-rotate {
	top: .5em;
	right: .5em;
	transition: opacity .25s linear, visibility 0s linear
}

.ol-rotate.ol-hidden {
	opacity: 0;
	visibility: hidden;
	transition: opacity .25s linear, visibility 0s linear .25s
}

.ol-zoom-extent {
	top: 4.643em;
	left: .5em
}

.ol-full-screen {
	right: .5em;
	top: .5em
}

@media print {
	.ol-control {
		display: none
	}
}

.ol-control button::-moz-focus-inner {
	border: none;
	padding: 0
}

.ol-zoom-extent button {
	line-height: 1.4em
}

.ol-compass {
	display: block;
	font-weight: 400;
	font-size: 1.2em;
	will-change: transform
}

.ol-touch .ol-control button {
	font-size: 1.5em
}

.ol-touch .ol-zoom-extent {
	top: 5.5em
}

.ol-zoom .ol-zoom-in {
	border-radius: 2px 2px 0 0
}

.ol-zoom .ol-zoom-out {
	border-radius: 0 0 2px 2px
}

.ol-attribution {
	text-align: right;
	bottom: .5em;
	right: .5em;
	max-width: calc(100% - 1.3em)
}

.ol-attribution ul {
	margin: 0;
	padding: 0 .5em;
	font-size: .7rem;
	line-height: 1.375em;
	color: #000;
	text-shadow: 0 0 2px #fff
}

.ol-attribution li {
	display: inline;
	list-style: none;
	line-height: inherit
}

.ol-attribution li:not(:last-child):after {
	content: " "
}

.ol-attribution img {
	max-height: 2em;
	max-width: inherit;
	vertical-align: middle
}

.ol-attribution button,
.ol-attribution ul {
	display: inline-block
}

.ol-attribution.ol-collapsed ul {
	display: none
}

.ol-attribution.ol-logo-only ul {
	display: block
}

.ol-attribution:not(.ol-collapsed) {
	background: rgba(255, 255, 255, 0.8)
}

.ol-attribution.ol-uncollapsible {
	bottom: 0;
	right: 0;
	border-radius: 4px 0 0;
	height: 1.1em;
	line-height: 1em
}

.ol-attribution.ol-logo-only {
	background: 0 0;
	bottom: .4em;
	height: 1.1em;
	line-height: 1em
}

.ol-attribution.ol-uncollapsible img {
	margin-top: -.2em;
	max-height: 1.6em
}

.ol-attribution.ol-logo-only button,
.ol-attribution.ol-uncollapsible button {
	display: none
}

.ol-zoomslider {
	top: 4.5em;
	left: .5em;
	height: 200px
}

.ol-zoomslider button {
	position: relative;
	height: 10px
}

.ol-touch .ol-zoomslider {
	top: 5.5em
}

.ol-overviewmap {
	left: .5em;
	bottom: .5em
}

.ol-overviewmap.ol-uncollapsible {
	bottom: 0;
	left: 0;
	border-radius: 0 4px 0 0
}

.ol-overviewmap .ol-overviewmap-map,
.ol-overviewmap button {
	display: inline-block
}

.ol-overviewmap .ol-overviewmap-map {
	border: 1px solid #7b98bc;
	height: 150px;
	margin: 2px;
	width: 150px
}

.ol-overviewmap:not(.ol-collapsed) button {
	bottom: 1px;
	left: 2px;
	position: absolute
}

.ol-overviewmap.ol-collapsed .ol-overviewmap-map,
.ol-overviewmap.ol-uncollapsible button {
	display: none
}

.ol-overviewmap:not(.ol-collapsed) {
	background: rgba(255, 255, 255, 0.8)
}

.ol-overviewmap-box {
	border: 2px dotted rgba(0, 60, 136, 0.7)
}

.ol-overviewmap .ol-overviewmap-box:hover {
	cursor: move
}

.ol-rotate {
	position: absolute;
	top: 50%;
	right: 24px
}

.ol-control button {
	display: block;
	margin: 0;
	margin-top: -24px;
	padding: 0;
	color: #fff;
	font-size: 1.2em;
	font-weight: 400;
	text-decoration: none;
	text-align: center;
	height: 48px;
	width: 48px;
	line-height: 48px;
	background-color: rgba(255, 102, 0, 0.75);
	border: 1px solid #E53517;
	border-radius: 50%
}

.ol-control button:focus,
.ol-control button:hover {
	text-decoration: none;
	background-color: #E53517;
	border-color: #E53517
}

.ol-tooltip {
	position: relative;
	background: #fff0e5;
	border: 1px solid #F7C7BD;
	border-radius: 4px;
	color: #222;
	padding: 4px 6px;
	opacity: 0.8;
	white-space: nowrap;
	display: block;
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
	font-size: 0.8125rem
}

.ol-tooltip-measure {
	opacity: 1
}

.ol-tooltip-static {
	background-color: #E53517;
	color: #fff;
	border-color: #E53517
}

.ol-tooltip-measure:before,
.ol-tooltip-static:before {
	border-top: 6px solid #fff0e5;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	content: "";
	position: absolute;
	bottom: -6px;
	margin-left: -7px;
	left: 50%
}

.ol-tooltip-static:before {
	border-top-color: #E53517
}

.list-downloads {
	margin: 0;
	list-style-type: none
}

.list-downloads li {
	margin-bottom: 12px
}

.download-link {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	position: relative;
	display: block;
	border: 1px solid #dfdfdf;
	border-radius: 4px;
	padding: 5px 10px;
	padding-left: 48px;
	text-decoration: none;
	font-size: 0.875rem
}

.download-link:hover {
	background-color: #fff0e5;
	border-color: #F7C7BD
}

.download-link:hover:before {
	font-size: 20px;
	color: #E53517
}

.download-link:before {
	font-family: 'lovion-app';
	content: url(download-icon.svg);
	color: #E53517;
	position: absolute;
	top: 50%;
	left: 8px;
	display: block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	font-size: 18px;
	margin-top: -16px;
	text-align: center
}

.large .download-link {
	padding: 12px 24px;
	padding-left: 62px;
	font-size: 1rem
}

.large .download-link:hover:before {
	font-size: 28px
}

.large .download-link:before {
	left: 16px;
	width: 32px;
	height: 32px;
	line-height: 32px;
	font-size: 24px;
	margin-top: -16px
}

.download-link-details {
	display: block;
	font-size: 0.75rem;
	color: #999
}

.link-list {
	margin: 0;
	padding: 5px 0;
	list-style-type: none
}

.link-list li {
	max-width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	margin: 8px 0
}

.link-list a {
	text-decoration: none
}

.link-list a:before {
	font-family: 'lovion-app';
	content: "\e62e";
	color: #fcfcfc;
	margin-right: 8px
}

.list-summary {
	list-style-type: none;
	margin: 0;
	margin-bottom: 24px;
	font-size: 0.875rem;
	color: #222
}

.list-summary>li {
	border-bottom: 1px dashed #dfdfdf;
	padding: 12px 0
}

.list-summary .list-summary-label {
	font-size: 0.75rem;
	display: block
}

.list-summary .list-summary-value {
	display: block;
	font-weight: 600;
	margin: 0
}

.list-summary .list-summary-value.empty {
	font-style: italic;
	font-weight: 400;
	color: #999
}

@media only screen and (min-width: 40.063em) {
	.list-summary>li:after {
		content: "";
		display: table;
		clear: both
	}
	.list-summary .list-summary-label {
		font-size: 0.875rem;
		float: left;
		clear: left;
		width: 50%;
		padding-right: 12px
	}
	.list-summary .list-summary-value {
		float: left;
		width: 50%
	}
}

.box-content .list-summary {
	margin-left: 24px;
	margin-right: 24px
}

.summary-btn {
	margin-left: 24px
}

@media only screen and (min-width: 40.063em) {
	.summary-btn {
		margin-left: 50%
	}
}

.transparency-wrapper {
	-webkit-transition: background 0.3s ease-in-out;
	-moz-transition: background 0.3s ease-in-out;
	-ms-transition: background 0.3s ease-in-out;
	-o-transition: background 0.3s ease-in-out;
	transition: background 0.3s ease-in-out;
	width: 42px;
	height: 41px;
	position: absolute;
	z-index: 3;
	top: 0;
	right: 0;
	text-align: center;
	line-height: 1.2;
	pointer-events: none;
	opacity: .3
}

.transparency-wrapper:hover {
	color: #E53517
}

.slider-active .transparency-wrapper {
	color: #fff;
	background-color: #E53517
}

.transparency-wrapper .icon {
	font-size: 16px;
	margin-top: 7px
}

.transparency-wrapper span {
	display: block;
	font-size: 8px
}

.is-checked .transparency-wrapper {
	opacity: 1;
	pointer-events: auto;
	cursor: pointer
}

.transparency-slider-wrapper {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	opacity: 0;
	z-index: 0;
	position: absolute;
	top: 0;
	left: 32px;
	width: calc(100% - 42px);
	height: 41px;
	background-color: #fff0e5;
	text-align: center
}

.slider-active .transparency-slider-wrapper {
	display: block;
	opacity: 1;
	z-index: 2;
	left: 0
}

.transparency-slider-wrapper input[type=range] {
	top: -2px;
	width: 80%;
	position: relative
}

.object-editor {
	position: fixed;
	right: 100px;
	top: 100px;
	z-index: 99;
	width: 420px;
	background-color: #fcfcfc;
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15)
}

.object-editor.is-dragging {
	box-shadow: 0px 0px 25px 10px rgba(0, 0, 0, 0.25)
}

.object-editor-header {
	background-color: #656d77;
	border-bottom: 1px solid #dfdfdf
}

.object-editor-close {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	overflow: visible;
	width: 43px;
	height: 43px;
	margin: 0;
	padding: 0;
	background-color: #596069;
	cursor: pointer;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
	text-decoration: none;
	color: #fff;
	border: 0;
	outline: 0
}

.object-editor-close:hover,
.object-editor-close:focus {
	background-color: #4e545b
}

.object-editor-close:before {
	font-size: 28px;
	font-weight: 300;
	line-height: 41px;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 43px;
	content: "\00d7";
	text-align: center
}

.object-editor-title {
	margin: 0;
	padding: 12px;
	cursor: move;
	color: #fff;
	font-size: 1rem
}

.object-editor-paginator {
	display: table;
	width: 100%;
	border-top: 1px solid #dfdfdf;
	text-align: center;
	background-color: #fff
}

.object-editor-paginator .paginator-item {
	display: table-cell;
	vertical-align: middle
}

.object-editor-paginator .paginator-item:first-child {
	text-align: left;
	width: 32px
}

.object-editor-paginator .paginator-item:last-child {
	text-align: right;
	width: 32px
}

.paginator-switch {
	border: none;
	border-radius: 0
}

.object-editor-content-wrapper {
	height: 380px;
	padding: 0 12px;
	overflow-y: auto
}

.object-editor-content {
	padding-top: 12px;
	padding-bottom: 12px
}

.object-editor-footer {
	background-color: #f5f5f5;
	border-top: 1px solid #dfdfdf;
	margin: 0;
	padding: 12px
}

.object-editor-footer .btn {
	margin-top: 0;
	margin-bottom: 0
}

.object-editor-menu {
	border-bottom: 1px solid #dfdfdf
}

.object-editor-menu-select {
	border: none;
	border-radius: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 12px;
	background-color: #f5f5f5
}

.autocomplete {
	position: absolute;
	border: 1px solid #dfdfdf;
	cursor: default;
	overflow: hidden;
	overflow-y: scroll;
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15)
}

.autocomplete>div {
	background-color: #fff;
	color: #222 !important;
	white-space: nowrap;
	cursor: pointer;
	font-size: 0.875rem;
	line-height: 2;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 16px
}

.autocomplete>div.selected,
.autocomplete>div:hover {
	background: #E53517;
	color: #fff !important
}

.autocomplete>div.selected div:before,
.autocomplete>div:hover div:before {
	color: #fff !important
}

.autocomplete>div>div:before {
	font: normal normal normal 14px/1 lovion-app;
	font-size: inherit;
	speak: none;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	content: "\e613";
	position: relative;
	top: 0;
	left: 0;
	color: #222;
	display: inline-block;
	width: 30px;
	text-align: center
}

.autocomplete>div>div.no-location:before {
	font-size: 10px;
	content: "\e62d"
}

.address-search .top-label {
	position: relative
}

.address-search .top-label:before {
	font: normal normal normal 14px/1 lovion-app;
	font-size: inherit;
	speak: none;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	content: "\e602";
	position: absolute;
	top: 34px;
	left: 10px;
	color: #222;
	z-index: 10
}

.address-search.address-search-result .top-label:before,
.address-search.address-search-no-result .top-label:before {
	left: 7px;
	content: "\e613";
	color: #222
}

.address-search.address-search-result .top-label:after,
.address-search.address-search-no-result .top-label:after {
	font: normal normal normal 14px/1 lovion-app;
	font-size: 9px;
	speak: none;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	top: 44px;
	left: 16px;
	z-index: 11;
	content: "\e604";
	color: #4CAF50
}

.address-search.address-search-no-result .top-label:after {
	content: "\e925";
	color: #D32F2F
}

.horizontal-panels:after {
	content: "";
	display: table;
	clear: both
}

.panel.first {
	margin-bottom: 24px
}

@media only screen and (min-width: 64em) {
	.panel {
		float: left;
		width: 50%;
		max-width: 1100px
	}
	.panel.first {
		margin-bottom: 0;
		margin-right: 24px
	}
	.inner-content .panel {
		width: calc(50% - (24px / 2))
	}
}

.panel>.map-container {
	border-radius: 4px;
	margin-top: 24px
}

.table {
	width: 100%;
	margin: 0 auto;
	clear: both;
	border-collapse: separate;
	border-spacing: 0;
	border-bottom: 1px solid #dfdfdf
}

.table.with-border {
	border-left: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf
}

.table thead,
.table tfoot {
	background-color: #E53517;
	color: #fff
}

.table thead th,
.table thead td {
	text-align: left;
	padding: 6px 6px;
	border-bottom: 1px solid #46121a;
	font-size: 13px;
	font-weight: 600
}

.table thead th:active,
.table thead td:active {
	outline: none
}

.table tfoot th,
.table tfoot td {
	text-align: left;
	padding: 8px 10px;
	border-top: 1px solid #46121a;
	font-size: 13px
}

.table thead>tr>th.sorting_asc,
.table thead>tr>th.sorting_desc,
.table thead>tr>th.sorting,
.table thead>tr>td.sorting_asc,
.table thead>tr>td.sorting_desc,
.table thead>tr>td.sorting {
	padding-right: 26px
}

.table thead>tr>th:active,
.table thead>tr>td:active {
	outline: none
}

.table thead .sorting_asc,
.table thead .sorting_desc {
	background-color: #A81A1A
}

.table thead .sorting,
.table thead .sorting_asc,
.table thead .sorting_desc,
.table thead .sorting_asc_disabled,
.table thead .sorting_desc_disabled {
	cursor: pointer;
	position: relative
}

.table thead .sorting:before,
.table thead .sorting:after,
.table thead .sorting_asc:before,
.table thead .sorting_asc:after,
.table thead .sorting_desc:before,
.table thead .sorting_desc:after,
.table thead .sorting_asc_disabled:before,
.table thead .sorting_asc_disabled:after,
.table thead .sorting_desc_disabled:before,
.table thead .sorting_desc_disabled:after {
	font-family: 'lovion-app';
	font-weight: normal;
	font-style: normal;
	position: absolute;
	right: 6px;
	top: 50%;
	display: block;
	opacity: 0.3;
	font-size: 13px;
	line-height: 1
}

.table thead .sorting:before,
.table thead .sorting_asc:before,
.table thead .sorting_desc:before,
.table thead .sorting_asc_disabled:before,
.table thead .sorting_desc_disabled:before {
	margin-top: -10px;
	content: "\e606"
}

.table thead .sorting:after,
.table thead .sorting_asc:after,
.table thead .sorting_desc:after,
.table thead .sorting_asc_disabled:after,
.table thead .sorting_desc_disabled:after {
	content: "\e605";
	margin-top: -2px
}

.table thead .sorting_asc:before,
.table thead .sorting_desc:after {
	opacity: 1
}

.table thead .sorting_asc_disabled:before,
.table thead .sorting_desc_disabled:after {
	opacity: 0
}

.table thead .sorting:hover {
	background-color: #6f1d25
}

.table tbody tr {
	background-color: #fff
}

.table tbody tr.selected {
	background-color: #fff0e5
}

.table tbody th,
.table tbody td {
	padding: 6px 8px;
	color: #222;
	font-size: 13px
}

.table tbody th,
.table tbody td {
	border-top: 1px solid #dfdfdf
}

.table tbody tr:first-child th,
.table tbody tr:first-child td {
	border-top: none
}

.table tbody th,
.table tbody td {
	border-top: 1px solid #dfdfdf
}

.table tbody tr th:first-child,
.table tbody tr td:first-child {
	border-left: 1px solid #dfdfdf
}

.box-content .table tbody tr th:first-child,
.box-content .table tbody tr td:first-child {
	border-left: none
}

.table tbody tr:first-child th,
.table tbody tr:first-child td {
	border-top: none
}

.box-content .table tbody tr th:last-child,
.box-content .table tbody tr td:last-child {
	border-right: none
}

.table tbody tr.odd {
	background-color: #f9f9f9
}

.table tbody tr.odd.selected {
	background-color: #ffe9da
}

.table tbody tr>.sorting_1,
.table tbody tr>.sorting_2,
.table tbody tr>.sorting_3 {
	background-color: #f2f2f2
}

.table tbody tr.selected>.sorting_1,
.table tbody tr.selected>.sorting_2,
.table tbody tr.selected>.sorting_3 {
	background-color: #ffe0cc
}

.table tbody tr.odd>.sorting_1 {
	background-color: #f0f0f0
}

.table tbody tr.odd>.sorting_2 {
	background-color: #f2f2f2
}

.table tbody tr.odd>.sorting_3 {
	background-color: #f5f5f5
}

.table tbody tr.odd.selected>.sorting_1 {
	background-color: #ffddc7
}

.table tbody tr.odd.selected>.sorting_2 {
	background-color: #ffe0cc
}

.table tbody tr.odd.selected>.sorting_3 {
	background-color: #ffe3d1
}

.table tbody tr.even>.sorting_1 {
	background-color: #f7f7f7
}

.table tbody tr.even>.sorting_2 {
	background-color: #fafafa
}

.table tbody tr.even>.sorting_3 {
	background-color: #fcfcfc
}

.table tbody tr.even.selected>.sorting_1 {
	background-color: #ffe7d6
}

.table tbody tr.even.selected>.sorting_2 {
	background-color: #ffeadb
}

.table tbody tr.even.selected>.sorting_3 {
	background-color: #ffede0
}

.table tbody tr:hover>.sorting_1 {
	background-color: #ebebeb
}

.table tbody tr:hover>.sorting_2 {
	background-color: #ededed
}

.table tbody tr:hover>.sorting_3 {
	background-color: #f0f0f0
}

.table tbody tr:hover.selected>.sorting_1 {
	background-color: #ffd7bd
}

.table tbody tr:hover.selected>.sorting_2 {
	background-color: #ffdac2
}

.table tbody tr:hover.selected>.sorting_3 {
	background-color: #ffddc7
}

.table.no-footer {
	border-bottom: 1px solid #F7C7BD
}

.table.nowrap th,
.table.nowrap td {
	white-space: nowrap
}

.table.compact thead th,
.table.compact thead td {
	padding: 4px 17px 4px 4px
}

.table.compact tfoot th,
.table.compact tfoot td {
	padding: 4px
}

.table.compact tbody th,
.table.compact tbody td {
	padding: 4px
}

.table th.dt-left,
.table td.dt-left {
	text-align: left
}

.table th.dt-center,
.table td.dt-center,
.table td.dataTables_empty {
	text-align: center
}

.table th.dt-right,
.table td.dt-right {
	text-align: right
}

.table th.dt-justify,
.table td.dt-justify {
	text-align: justify
}

.table th.dt-nowrap,
.table td.dt-nowrap {
	white-space: nowrap
}

.table thead th.dt-head-left,
.table thead td.dt-head-left,
.table tfoot th.dt-head-left,
.table tfoot td.dt-head-left {
	text-align: left
}

.table thead th.dt-head-center,
.table thead td.dt-head-center,
.table tfoot th.dt-head-center,
.table tfoot td.dt-head-center {
	text-align: center
}

.table thead th.dt-head-right,
.table thead td.dt-head-right,
.table tfoot th.dt-head-right,
.table tfoot td.dt-head-right {
	text-align: right
}

.table thead th.dt-head-justify,
.table thead td.dt-head-justify,
.table tfoot th.dt-head-justify,
.table tfoot td.dt-head-justify {
	text-align: justify
}

.table thead th.dt-head-nowrap,
.table thead td.dt-head-nowrap,
.table tfoot th.dt-head-nowrap,
.table tfoot td.dt-head-nowrap {
	white-space: nowrap
}

.table tbody th.dt-body-left,
.table tbody td.dt-body-left {
	text-align: left
}

.table tbody th.dt-body-center,
.table tbody td.dt-body-center {
	text-align: center
}

.table tbody th.dt-body-right,
.table tbody td.dt-body-right {
	text-align: right
}

.table tbody th.dt-body-justify,
.table tbody td.dt-body-justify {
	text-align: justify
}

.table tbody th.dt-body-nowrap,
.table tbody td.dt-body-nowrap {
	white-space: nowrap
}

table.dataTable,
table.dataTable th,
table.dataTable td {
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

.table-paginate {
	float: right;
	text-align: right;
	padding-top: 0.25em
}

.table-paginate .paginate_button {
	display: inline-block;
	margin-left: 5px
}

.paginate-more {
	display: inline-block;
	margin-left: 5px
}

.dataTables_wrapper {
	position: relative;
	clear: both;
	*zoom: 1;
	zoom: 1
}

.dataTables_wrapper .dataTables_length {
	float: left
}

.dataTables_wrapper .dataTables_filter {
	float: left;
	text-align: right;
	width: 50%
}

.dataTables_wrapper .dataTables_info {
	float: left;
	font-size: 13px;
	opacity: .6;
	margin-top: 12px;
	margin-left: 15px
}

.dataTables_wrapper .dataTables_paginate {
	float: right;
	text-align: right;
	padding-top: 0.25em
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
	display: inline-block;
	margin-left: 5px
}

.dataTables_wrapper .dataTables_paginate .ellipsis {
	padding: 0 1em
}

.dataTables_wrapper .dataTables_processing {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 40px;
	margin-left: -50%;
	margin-top: -25px;
	padding-top: 20px;
	text-align: center;
	font-size: 1.2em;
	background-color: white;
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
	background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%)
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
	color: #666
}

.dataTables_wrapper .dataTables_scroll {
	clear: both;
	margin-bottom: 12px
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
	*margin-top: -1px;
	-webkit-overflow-scrolling: touch
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td {
	vertical-align: middle
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th>div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td>div.dataTables_sizing {
	height: 0;
	overflow: hidden;
	margin: 0 !important;
	padding: 0 !important
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
	border-bottom: 1px solid #F7C7BD
}

.dataTables_wrapper.no-footer div.dataTables_scrollHead table,
.dataTables_wrapper.no-footer div.dataTables_scrollBody table {
	border-bottom: none
}

.dataTables_wrapper:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0
}

@media screen and (max-width: 767px) {
	.dataTables_wrapper .dataTables_info,
	.dataTables_wrapper .dataTables_paginate {
		float: none;
		text-align: center
	}
	.dataTables_wrapper .dataTables_paginate {
		margin-top: 0.5em
	}
}

@media screen and (max-width: 640px) {
	.dataTables_wrapper .dataTables_length,
	.dataTables_wrapper .dataTables_filter {
		float: none;
		text-align: center
	}
	.dataTables_wrapper .dataTables_filter {
		margin-top: 0.5em;
		width: 100%
	}
}

.table tbody tr:hover {
	background-color: #f5f5f5;
	color: #000 !important
}

.table tbody tr.even:hover>.sorting_1,
.table tbody tr.odd:hover>.sorting_1 {
	background-color: #e8e8e8
}

table.table tbody tr.selected {
	background-color: #fff0e5 !important
}

table.table tbody tr.selected th,
table.table tbody tr.selected td {
	color: #000 !important
}

table.table tbody tr.even.selected>.sorting_1,
table.table tbody tr.odd.selected>.sorting_1 {
	background-color: #ffe0cc !important
}

.table-tools {
	padding-left: 24px;
	padding-right: 24px;
	padding-bottom: 12px;
	width: 100%
}

.table-tools.bottom {
	padding-top: 12px
}

.table-tools:after {
	content: "";
	display: table;
	clear: both
}

.table-tools.top .dt-buttons {
	float: right;
	position: relative;
	background-color: transparent
}

.table-select-item {
	width: 32px
}

.table-select-item .toggle-item {
	margin: 0 auto;
	margin-top: 5px;
	width: 20px;
	overflow: hidden
}

.table-wrapper {
	overflow-x: hidden !important;
	margin: 12px 0
}

.table-scroll {
	width: 100%;
	overflow-x: auto
}

.grid-icon {
	width: 16px;
	height: 16px;
	max-width: inherit !important
}

@media only screen and (min-width: 64em) {
	.module-message .page {
		display: block
	}
	.module-message .page .page-content,
	.module-message .page .page-sidebar {
		padding-bottom: 0;
		height: 100%;
		display: block;
		float: left
	}
	.module-message .page .page-content {
		width: calc(100% - 220px)
	}
	.module-message .message-content {
		height: calc(100vh - 120px - 189px);
		overflow-y: auto;
		-webkit-overflow-scrolling: touch
	}
	.module-message .message-list {
		height: calc(100vh - 189px);
		overflow-y: auto;
		-webkit-overflow-scrolling: touch
	}
}

.module-message .inner-content {
	margin: 0;
	margin-top: -7px;
	padding: 0
}

.module-message .message-content .inner-content {
	margin: 24px 12px
}

@media only screen and (min-width: 40.063em) {
	.module-message .message-content .inner-content {
		margin: 24px
	}
}

.module-message .box.main-content {
	border: none;
	margin-top: 0
}

.module-message .page-content-title {
	max-width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block
}

.module-message .restricted-content-width {
	max-width: none
}

.module-message .panel {
	max-width: none;
	width: 100%
}

@media only screen and (min-width: 64em) {
	.module-message .panel .panel {
		width: calc(100% - 360px)
	}
}

.module-message .panel .panel.first {
	display: block;
	margin: 0
}

@media only screen and (min-width: 64em) {
	.module-message .panel .panel.first {
		width: 360px
	}
}

.module-message .page-content-header {
	height: 80px
}

.module-message .page-content-header img {
	max-height: 24px
}

.module-message .page-content-header .page-content-title {
	font-size: 1.125rem
}

.module-message .page-content-header .page-content-title a {
	display: block;
	font-size: 0.875rem
}

.page-content-header.has-object-link {
	padding-top: 12px
}

.page-content-header.has-object-link .page-content-title {
	line-height: 28px
}

.message-wrapper {
	display: table;
	width: 100%;
	height: 100%;
	max-height: 100%;
	table-layout: fixed
}

.message-list-wrapper,
.message {
	vertical-align: top;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	height: 100%
}

.message-list-wrapper {
	position: relative;
	background-color: #f5f5f5
}

@media only screen and (min-width: 64em) {
	.message-list-wrapper {
		width: 360px
	}
}

.message-list-wrapper:after {
	content: "";
	background-color: #dfdfdf;
	width: 1px;
	height: 100%;
	position: absolute;
	z-index: 0;
	top: 0;
	bottom: 0;
	right: 0
}

.message {
	position: relative;
	background-color: #fff;
	height: calc(100vh - 108px)
}

.message-footer {
	border-top: 1px solid #dfdfdf;
	background-color: #f5f5f5;
	box-shadow: 0px -2px 2px 0px rgba(0, 0, 0, 0.05)
}

.message-footer:after {
	content: "";
	display: table;
	clear: both
}

@media only screen and (min-width: 64em) {
	.message-footer {
		position: absolute;
		left: 0;
		bottom: 0;
		right: 0;
		height: 120px;
		overflow: hidden
	}
}

.message-footer-input {
	float: left;
	width: calc(100% - 240px);
	border-right: 1px solid #dfdfdf
}

.message-footer-functions {
	float: right;
	width: 200px;
	height: 100px;
	line-height: 100px;
	font-size: 32px;
	margin-top: 12px;
	margin-right: 20px;
	text-align: center
}

.message-footer-functions .btn {
	width: 80px;
	height: 80px;
	line-height: 80px;
	border-radius: 20px
}

.message-footer-functions .btn .icon {
	font-size: 32px
}

.message-media-link {
	margin: 0 24px;
	color: #666
}

.message-input {
	border-radius: 0;
	border: none;
	resize: none;
	height: 120px
}

.message-list {
	list-style-type: none;
	margin: 0
}

.message-list li {
	-webkit-transition: background-color 0.3s ease-in-out;
	-moz-transition: background-color 0.3s ease-in-out;
	-ms-transition: background-color 0.3s ease-in-out;
	-o-transition: background-color 0.3s ease-in-out;
	transition: background-color 0.3s ease-in-out;
	padding: 12px;
	border-bottom: 1px solid #dfdfdf;
	position: relative
}

.message-list li.selected {
	background-color: #fff !important
}

.message-list li.selected:before,
.message-list li.selected:after {
	content: "";
	background-color: #fff;
	width: 1px;
	height: 100%;
	position: absolute;
	z-index: 11;
	top: 0;
	bottom: 0;
	right: 0
}

.message-list li.selected:after {
	background-color: #E53517;
	width: 4px;
	right: auto;
	left: 0
}

.message-list li.unread:after {
	content: "";
	background-color: #dfdfdf;
	width: 4px;
	height: 100%;
	position: absolute;
	z-index: 11;
	top: 0;
	bottom: 0;
	left: 0
}

.message-list li:hover {
	background-color: #fff0e5
}

.message-list li a {
	text-decoration: none;
	color: #222
}

.message-list li .badge {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.message-list .icon {
	font-size: 24px
}

.message-list .icon-wrapper {
	width: 32px;
	text-align: center
}

.unread .message-list-label {
	font-weight: 600
}

.message-list-excerpt {
	font-size: 0.75rem
}

.unread .message-list-excerpt {
	font-weight: 600
}

.message-list-date {
	font-size: 0.75rem;
	color: #999
}

.message-list-label,
.message-list-excerpt,
.message-list-date {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 160px
}

@media only screen and (min-width: 64em) {
	.message-list-label,
	.message-list-excerpt,
	.message-list-date {
		width: 280px
	}
}

.message-bubble {
	clear: both;
	border: 1px solid #dfdfdf;
	padding: 24px;
	color: #222;
	margin-bottom: 24px;
	border-radius: 18px;
	overflow: hidden;
	width: 90%
}

@media only screen and (min-width: 64em) {
	.message-bubble {
		width: 70%
	}
}

.message-bubble p:last-child {
	margin-bottom: 0
}

.message-bubble.me {
	float: right;
	background-color: #f5f5f5
}

.message-bubble,
.message-bubble p {
	font-size: 0.75rem;
	word-break: normal;
	word-break: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto
}

.message-bubble-meta {
	margin-bottom: 12px
}

.message-bubble-meta:after {
	content: "";
	display: table;
	clear: both
}

.message-bubble-name {
	font-weight: 600;
	float: left
}

.message-bubble-time {
	float: right;
	color: #999
}

.message-bubble-media {
	margin-left: -24px;
	margin-right: -24px;
	margin-top: 24px;
	margin-bottom: -24px;
	padding: 12px 24px;
	border-top: 1px solid #dfdfdf;
	background-color: #fff0e5
}

.popup {
	position: fixed;
	left: 50%;
	top: 160px;
	margin-left: -210px;
	z-index: 9999;
	display: none;
	width: 420px;
	background-color: #fcfcfc;
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15)
}

html.popup-open {
	overflow: hidden;
	-ms-touch-action: none;
	touch-action: none
}

.popup-overlay {
	background: rgba(0, 0, 0, 0.25);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9998
}

.popup-header {
	background-color: #656d77;
	border-bottom: 1px solid #dfdfdf
}

.popup-close {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	overflow: visible;
	width: 43px;
	height: 43px;
	margin: 0;
	padding: 0;
	background-color: #596069;
	cursor: pointer;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
	text-decoration: none;
	color: #fff;
	border: 0;
	outline: 0
}

.popup-close:hover,
.popup-close:focus {
	background-color: #4e545b
}

.popup-close:before {
	font-size: 28px;
	font-weight: 300;
	line-height: 41px;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 43px;
	content: "\00d7";
	text-align: center
}

.popup-title {
	margin: 0;
	padding: 12px;
	color: #fff;
	font-size: 1rem
}

.popup-content-wrapper {
	height: 380px;
	padding: 0 12px;
	overflow-y: auto
}

.popup-content {
	padding-top: 12px;
	padding-bottom: 12px
}

.popup-footer {
	background-color: #f5f5f5;
	border-top: 1px solid #dfdfdf;
	margin: 0;
	padding: 12px
}

.popup-footer .btn {
	margin-top: 0;
	margin-bottom: 0
}

.sync .popup-footer {
	background-color: #fff
}

.search-result {
	-webkit-transition: top 0.3s ease-in-out;
	-moz-transition: top 0.3s ease-in-out;
	-ms-transition: top 0.3s ease-in-out;
	-o-transition: top 0.3s ease-in-out;
	transition: top 0.3s ease-in-out;
	display: none;
	position: fixed;
	top: 72px;
	left: 220px;
	z-index: 9999;
	background-color: #fcfcfc;
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
	max-height: 60vh;
	overflow-x: auto
}

.scrolled .search-result {
	top: 48px
}

@media only screen and (max-width: 40em) {
	.search-result {
		width: 100% !important;
		left: 0
	}
}

@media only screen and (min-width: 40.063em) and (max-width: 63.938em) {
	.search-result {
		width: 100% !important;
		left: 0
	}
}

.autocompleteContainer.rwo-search>div {
	background-color: #fcfcfc;
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15)
}

.search-result-list {
	list-style-type: none;
	margin: 0;
	display: block;
	background-color: #fff;
	max-height: 70vh !important;
	width: 100%;
	color: #666
}

.rwo-search .search-result-list {
	display: table;
	table-layout: fixed
}

.search-result-list>li,
.search-result-list>div {
	-webkit-transition: background 0.3s ease-in-out;
	-moz-transition: background 0.3s ease-in-out;
	-ms-transition: background 0.3s ease-in-out;
	-o-transition: background 0.3s ease-in-out;
	transition: background 0.3s ease-in-out
}

.rwo-search .search-result-list>li,
.rwo-search .search-result-list>div {
	display: table-row;
	width: 100%
}

.search-result-list>li:hover,
.search-result-list>div:hover {
	background-color: #fff0e5 !important
}

.search-result-list>li:nth-child(odd),
.search-result-list>div:nth-child(odd) {
	background-color: #f2f2f2
}

.search-result-list>li.selected,
.search-result-list>li.selected:hover,
.search-result-list>div.selected,
.search-result-list>div.selected:hover {
	color: #fff !important;
	background-color: #E53517 !important
}

.search-result-list>li {
	display: block;
	padding: 8px 12px;
	border-bottom: 1px solid #dfdfdf
}

.rwo-search .search-result-list>li {
	display: table-row;
	padding: 0;
	border: none
}

.search-result-list>div>div:before {
	display: none
}

.search-result-list>div:hover {
	color: #222 !important
}

.search-result-list a {
	color: #222
}

.search-result-icon,
.search-result-main,
.search-result-desc,
.search-result-function {
	display: table-cell;
	padding: 8px 12px;
	border-bottom: 1px solid #dfdfdf;
	vertical-align: middle
}

.search-result-icon,
.search-result-function {
	width: 68px;
	text-align: center;
	padding-left: 0;
	padding-right: 0;
	border-right: 1px solid #e5e5e5
}

.search-result-icon .icon,
.search-result-function .icon {
	font-size: 24px
}

.search-result-icon img,
.search-result-function img {
	width: 32px !important;
	height: auto !important
}

.search-result-function {
	border-left: 1px solid #e5e5e5;
	border-right: none
}

.search-result-main {
	width: 240px
}

.search-result-main a {
	font-weight: 600;
	text-decoration: underline;
	display: block
}

.selected .search-result-main a {
	color: #fff
}

.search-result-desc {
	font-size: 0.75rem;
	vertical-align: middle;
	overflow: hidden;
	white-space: normal;
	line-height: 1.4
}

.search-result-info {
	padding: 12px;
	background-color: #f5f5f5;
	font-size: 0.75rem;
	font-weight: 600;
	color: #D32F2F
}

.search-result-function {
	display: table-cell;
	text-decoration: none;
	font-size: 1.25rem
}

.selected .search-result-function {
	color: #fff
}

.search-result-list .has-location:before,
.search-result-list .continue-search:before {
	content: "\e613";
	font-family: 'lovion-app';
	width: 24px;
	margin-right: 5px;
	text-align: center;
	display: inline-block
}

.search-result-list .continue-search:before {
	content: "\e62d"
}

.rwo-search .search-result-list:before,
.rwo-search .search-result-list .continue-search:before,
.rwo-search .search-result-list .has-location:before {
	display: none
}


/*!


Split Pane v0.9.4

Copyright (c) 2014 - 2016 Simon Hagstr├Âm

Released under the MIT license
https://raw.github.com/shagstrom/split-pane/master/LICENSE

*/

.split-pane {
	position: relative;
	width: 100%;
	overflow: hidden;
	z-index: 0;
	height: calc(100vh - 36px - 72px)
}

.split-pane.fixed-top>.split-pane-component,
.split-pane.fixed-bottom>.split-pane-component,
.split-pane.horizontal-percent>.split-pane-component {
	position: absolute;
	left: 0;
	width: 100%;
	overflow: auto;
	top: auto;
	bottom: 0;
	z-index: 1
}

.split-pane.fixed-top>.split-pane-component:first-child,
.split-pane.fixed-bottom>.split-pane-component:first-child,
.split-pane.horizontal-percent>.split-pane-component:first-child {
	top: 0;
	bottom: auto
}

.split-pane.fixed-top>.split-pane-divider,
.split-pane.fixed-bottom>.split-pane-divider,
.split-pane.horizontal-percent>.split-pane-divider {
	position: absolute;
	width: 100%;
	left: 0;
	cursor: row-resize;
	z-index: 2
}

.split-pane.fixed-top>.split-pane-divider>.split-pane-divider-inner,
.split-pane.fixed-bottom>.split-pane-divider>.split-pane-divider-inner,
.split-pane.horizontal-percent>.split-pane-divider>.split-pane-divider-inner {
	position: absolute;
	top: -5px;
	left: 0;
	box-sizing: content-box;
	width: 100%;
	height: 100%;
	padding: 5px 0
}

.split-pane.fixed-left>.split-pane-component,
.split-pane.fixed-right>.split-pane-component,
.split-pane.vertical-percent>.split-pane-component {
	position: absolute;
	top: 0;
	height: 100%;
	overflow: auto;
	left: auto;
	right: 0;
	z-index: 1
}

.split-pane.fixed-left>.split-pane-component:first-child,
.split-pane.fixed-right>.split-pane-component:first-child,
.split-pane.vertical-percent>.split-pane-component:first-child {
	left: 0;
	right: auto
}

.split-pane.fixed-left>.split-pane-divider,
.split-pane.fixed-right>.split-pane-divider,
.split-pane.vertical-percent>.split-pane-divider {
	position: absolute;
	height: 100%;
	top: 0;
	cursor: col-resize;
	z-index: 2
}

.split-pane.fixed-left>.split-pane-divider>.split-pane-divider-inner,
.split-pane.fixed-right>.split-pane-divider>.split-pane-divider-inner,
.split-pane.vertical-percent>.split-pane-divider>.split-pane-divider-inner {
	position: absolute;
	top: 0;
	left: -5px;
	box-sizing: content-box;
	width: 100%;
	height: 100%;
	padding: 0 5px
}

.split-pane-resize-shim {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10000;
	display: none
}

.split-pane.fixed-left>.split-pane-resize-shim,
.split-pane.fixed-right>.split-pane-resize-shim,
.split-pane.vertical-percent>.split-pane-resize-shim {
	cursor: col-resize
}

.split-pane.fixed-top>.split-pane-resize-shim,
.split-pane.fixed-bottom>.split-pane-resize-shim,
.split-pane.horizontal-percent>.split-pane-resize-shim {
	cursor: row-resize
}

.split-pane-divider {
	background-color: #dfdfdf
}

.tree,
.tf,
.tf ul {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #222
}

.tf ul {
	margin-left: .5em;
	position: relative
}

.tf ul ul {
	margin-left: .5em
}

.tf ul:before {
	content: "";
	display: block;
	width: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	border-left: 1px solid #dfdfdf
}

.tf li {
	margin: 0;
	padding-left: 1em;
	line-height: 2.3em;
	position: relative;
	white-space: nowrap;
	cursor: default
}

.tf li.file-item {
	padding-right: 40px
}

.tf li.file-item .file-item-status {
	position: absolute;
	right: 12px;
	top: 2px
}

.tf li.file-item .file-item-status .icon {
	font-size: 0.875rem;
	color: #222
}

.tf li.file-item .file-item-status.sync .icon {
	color: #D32F2F
}

.tf li.file-item:hover {
	background-color: #fff
}

.tf ul li:before {
	content: "";
	display: block;
	width: 10px;
	height: 0;
	border-top: 1px solid #dfdfdf;
	margin-top: -1px;
	position: absolute;
	top: 1em;
	left: 0
}

.tf ul li:last-child:before {
	background: #f5f5f5;
	height: auto;
	top: 1em;
	bottom: 0
}

.bar {
	margin-right: 2px
}

.tf .icon {
	color: #E53517;
	pointer-events: none;
	font-size: 1.125rem
}

.tree li a {
	text-decoration: none
}

.tree li.active {
	font-weight: 700;
	background-color: #fff
}

.add-item-wrapper {
	color: #999
}

.add-item {
	-webkit-transition: background 0.3s ease-in-out;
	-moz-transition: background 0.3s ease-in-out;
	-ms-transition: background 0.3s ease-in-out;
	-o-transition: background 0.3s ease-in-out;
	transition: background 0.3s ease-in-out;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	line-height: 24px;
	display: inline-block;
	text-align: center
}

.add-item .icon {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	font-size: 0.75rem;
	color: #4CAF50
}

.add-item:hover {
	background-color: #4CAF50
}

.add-item:hover .icon {
	color: #fff
}

.chart-container {
	padding: 12px 0;
	min-height: 320px;
	width: 90%;
	margin: 0 auto
}

.c3 svg {
	font: 10px sans-serif;
	-webkit-tap-highlight-color: transparent
}

.c3 path,
.c3 line {
	fill: none;
	stroke: #000
}

.c3 text {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none
}

.c3-legend-item-tile,
.c3-xgrid-focus,
.c3-ygrid,
.c3-event-rect,
.c3-bars path {
	shape-rendering: crispEdges
}

.c3-chart-arc path {
	stroke: #fff
}

.c3-chart-arc rect {
	stroke: white;
	stroke-width: 1
}

.c3-chart-arc text {
	fill: #fff;
	font-size: 13px
}

.c3-grid line {
	stroke: #aaa
}

.c3-grid text {
	fill: #aaa
}

.c3-xgrid,
.c3-ygrid {
	stroke-dasharray: 3 3
}

.c3-text.c3-empty {
	fill: #808080;
	font-size: 2em
}

.c3-line {
	stroke-width: 1px
}

.c3-circle._expanded_ {
	stroke-width: 1px;
	stroke: white
}

.c3-selected-circle {
	fill: white;
	stroke-width: 2px
}

.c3-bar {
	stroke-width: 0
}

.c3-bar._expanded_ {
	fill-opacity: 1;
	fill-opacity: 0.75
}

.c3-target.c3-focused {
	opacity: 1
}

.c3-target.c3-focused path.c3-line,
.c3-target.c3-focused path.c3-step {
	stroke-width: 2px
}

.c3-target.c3-defocused {
	opacity: 0.3 !important
}

.c3-region {
	fill: steelblue;
	fill-opacity: 0.1
}

.c3-brush .extent {
	fill-opacity: 0.1
}

.c3-legend-item {
	font-size: 12px
}

.c3-legend-item-hidden {
	opacity: 0.15
}

.c3-legend-background {
	opacity: 0.75;
	fill: white;
	stroke: lightgray;
	stroke-width: 1
}

.c3-title {
	font: 14px sans-serif
}

.c3-tooltip-container {
	z-index: 10
}

.c3-tooltip {
	border-collapse: collapse;
	border-spacing: 0;
	background-color: #fff;
	empty-cells: show;
	-webkit-box-shadow: 7px 7px 12px -9px #777777;
	-moz-box-shadow: 7px 7px 12px -9px #777777;
	box-shadow: 7px 7px 12px -9px #777777;
	opacity: 0.9
}

.c3-tooltip tr {
	border: 1px solid #CCC
}

.c3-tooltip th {
	background-color: #aaa;
	font-size: 14px;
	padding: 2px 5px;
	text-align: left;
	color: #FFF
}

.c3-tooltip td {
	font-size: 13px;
	padding: 3px 6px;
	background-color: #fff;
	border-left: 1px dotted #999
}

.c3-tooltip td>span {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-right: 6px
}

.c3-tooltip td.value {
	text-align: right
}

.c3-area {
	stroke-width: 0;
	opacity: 0.2
}

.c3-chart-arcs-title {
	dominant-baseline: middle;
	font-size: 1.3em
}

.c3-chart-arcs .c3-chart-arcs-background {
	fill: #e0e0e0;
	stroke: #FFF
}

.c3-chart-arcs .c3-chart-arcs-gauge-unit {
	fill: #000;
	font-size: 16px
}

.c3-chart-arcs .c3-chart-arcs-gauge-max {
	fill: #777
}

.c3-chart-arcs .c3-chart-arcs-gauge-min {
	fill: #777
}

.c3-chart-arc .c3-gauge-value {
	fill: #000
}

.c3-chart-arc.c3-target g path {
	opacity: 1
}

.c3-chart-arc.c3-target.c3-focused g path {
	opacity: 1
}

.c3-drag-zoom.enabled {
	pointer-events: all !important;
	visibility: visible
}

.c3-drag-zoom.disabled {
	pointer-events: none !important;
	visibility: hidden
}

.c3-drag-zoom .extent {
	fill-opacity: 0.1
}

.sync-popup-content-wrapper {
	background-color: #f5f5f5;
	max-height: 600px;
	padding: 24px 0;
	overflow-y: auto
}

.sync-content-wrapper {
	background-color: #f5f5f5;
	padding: 24px 0 48px 0
}

.sync-popup-footer {
	background-color: #fff;
	border-top: 1px solid #dfdfdf;
	margin: 0;
	padding: 12px
}

.sync-popup-footer .btn {
	margin-top: 0;
	margin-bottom: 0
}

.sync-item {
	-webkit-transition: background 0.5s cubic-bezier(0.16, 0.68, 0.43, 0.99);
	-moz-transition: background 0.5s cubic-bezier(0.16, 0.68, 0.43, 0.99);
	-ms-transition: background 0.5s cubic-bezier(0.16, 0.68, 0.43, 0.99);
	-o-transition: background 0.5s cubic-bezier(0.16, 0.68, 0.43, 0.99);
	transition: background 0.5s cubic-bezier(0.16, 0.68, 0.43, 0.99);
	background-color: #fff;
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	margin-bottom: 12px
}

.sync-item:after {
	content: "";
	display: table;
	clear: both
}

.sync-item.success {
	background-color: #eaf6eb
}

.sync-item-text {
	float: left;
	font-weight: 600;
	position: relative;
	line-height: 1.4;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 24px
}

.sync-item-text>small {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	display: block;
	font-weight: 400
}

.sync-item-text>small.error {
	color: #D32F2F
}

.sync-item-text.has-sub-items {
	cursor: pointer
}

.sync-item-text.has-sub-items:before {
	font-family: 'lovion-app';
	content: "\e607";
	position: absolute;
	top: 10px;
	left: 8px;
	font-size: 13px
}

.in-progress>.sync-item-text:first-child>small {
	color: #E53517
}

.success>.sync-item-text:first-child>small {
	color: #4CAF50
}

.expanded .sync-item-text.has-sub-items:before {
	content: "\e605"
}

.sync-item-functions {
	float: right;
	list-style-type: none;
	text-align: center;
	margin: 0;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-right: 12px
}

.sync-item-functions>li {
	position: relative;
	display: inline-block;
	width: 42px;
	height: 38px;
	line-height: 40px;
	cursor: pointer
}

.sync-item-functions.in-progress>li {
	cursor: default
}

.sync-sub-items-wrapper {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	overflow: hidden;
	max-height: 1px;
	opacity: 0;
	clear: both;
	margin-left: 24px
}

.expanded .sync-sub-items-wrapper {
	max-height: 800px;
	opacity: 1
}

.sync-sub-item {
	-webkit-transition: background 0.5s cubic-bezier(0.16, 0.68, 0.43, 0.99);
	-moz-transition: background 0.5s cubic-bezier(0.16, 0.68, 0.43, 0.99);
	-ms-transition: background 0.5s cubic-bezier(0.16, 0.68, 0.43, 0.99);
	-o-transition: background 0.5s cubic-bezier(0.16, 0.68, 0.43, 0.99);
	transition: background 0.5s cubic-bezier(0.16, 0.68, 0.43, 0.99);
	border-top: 1px solid #dfdfdf;
	border-left: 1px solid #fff;
	background-color: #fff
}

.sync-sub-item:after {
	content: "";
	display: table;
	clear: both
}

.sync-sub-item .sync-item-text {
	padding-left: 12px
}

.sync-sub-item.success {
	background-color: #eaf6eb;
	border-left-color: #dfdfdf
}

.sync-sub-item.error {
	background-color: #fbecec;
	border-left-color: #dfdfdf
}

.sync-sub-item.error small {
	color: #D32F2F
}

.sync-icon {
	-webkit-transition: all 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
	-moz-transition: all 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
	-ms-transition: all 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
	-o-transition: all 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
	transition: all 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
	width: 24px;
	height: 24px;
	transform: scale(1)
}

.disabled .sync-icon {
	opacity: .2
}

.in-progress .sync-icon {
	opacity: .2
}

.local-changes {
	position: relative
}

.local-changes:after {
	font-family: 'lovion-app';
	content: "\e61d";
	position: absolute;
	top: 0;
	left: 22px;
	font-size: 8px;
	line-height: 1;
	color: #D32F2F
}

.local-changes.disabled:after {
	display: none
}

.in-progress .local-changes:after {
	opacity: .2
}

.in-progress>.sync-item-functions .sync-icon {
	opacity: 0;
	transform: scale(0.2)
}

.sync-loader {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 42px;
	height: 38px;
	background-color: #fff
}

.spinner {
	margin: 0;
	margin-top: -2px;
	width: 100%;
	text-align: center
}

.spinner>div {
	width: 4px;
	height: 4px;
	margin-right: 2px;
	background-color: #E53517;
	border-radius: 50%;
	display: inline-block;
	-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	animation: sk-bouncedelay 1.4s infinite ease-in-out both
}

.spinner .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s
}

.spinner .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s
}

@-webkit-keyframes sk-bouncedelay {
	0%,
	80%,
	100% {
		-webkit-transform: scale(0)
	}
	40% {
		-webkit-transform: scale(1)
	}
}

@keyframes sk-bouncedelay {
	0%,
	80%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}
	40% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

.module-task .page-content {
	padding-bottom: 0
}

.module-task .tabs {
	background-color: #e8e8e8 !important
}

.module-task .map-container {
	border: none;
	height: 100%
}

.module-task .tabs-content-container {
	height: calc(100vh - (72px + 36px + 132px));
	overflow-x: auto;
	margin: 0;
	margin-left: -24px;
	margin-right: -24px;
	padding-left: 24px;
	padding-right: 24px
}

.module-task.panel-taskoverview .page-content {
	padding-bottom: 0
}

.module-task.panel-taskoverview .tabs .badge {
	background-color: #999;
	margin-left: .2em;
	margin-right: .2em
}

.module-task.panel-taskoverview .tabs li:nth-child(1) a:after {
	background-color: #E53517
}

.module-task.panel-taskoverview .tabs li:nth-child(2) a:after {
	background-color: #E53517
}

.module-task.panel-taskoverview .tabs li:nth-child(3) a:after {
	background-color: #008be4
}

.module-task.panel-taskoverview .tabs li:nth-child(4) a:after {
	background-color: #06b025
}

.toggle-split-left,
.toggle-split-right {
	display: none
}

.split {
	position: relative;
	display: block
}

.split .split-right {
	display: none
}

@media only screen and (min-width: 64em) {
	.split {
		padding-bottom: 0 !important;
		overflow: hidden;
		height: 100%
	}
	.split .split-left {
		height: calc(100vh - (72px + 36px + 124px));
		float: left;
		width: 640px;
		border-right: 1px solid #dfdfdf
	}
	.split .split-right {
		display: block;
		height: 100%;
		height: calc(100vh - (72px + 36px + 124px));
		position: relative;
		overflow: hidden
	}
	.split .item {
		overflow-y: auto
	}
	.panel-taskoverview .split .item {
		max-height: calc(100% - 115px)
	}
	.panel-taskeditor .split .item {
		max-height: calc(100% - 235px)
	}
}

.split .item {
	margin-top: 64px;
	border-top: 1px solid #F7C7BD
}

.panel-taskeditor .split .item {
	margin-top: 32px
}

.split .popup {
	display: none
}

.task-slider,
.task-overview-slider {
	height: 100%;
	background-color: #fff
}

.global-footer-bar {
	position: fixed;
	z-index: 9998;
	bottom: 120px;
	left: 50%;
	width: 480px;
	margin-left: -240px;
	background-color: #fff;
	border: 1px solid #dfdfdf;
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
	border-radius: 8px;
	overflow: hidden
}

.global-footer-bar .footer-tabs {
	background-color: #fff !important;
	height: auto;
	width: 100%;
	display: table;
	table-layout: fixed
}

.global-footer-bar .footer-tabs li {
	display: table-cell;
	border-right: 1px solid #dfdfdf
}

.global-footer-bar .footer-tabs li:last-child {
	border-right: none
}

.global-footer-bar .footer-tabs a,
.global-footer-bar .footer-tabs a.active {
	color: #E53517;
	background-color: #fff;
	padding-top: 10px;
	padding-bottom: 5px
}

.global-footer-bar .footer-tabs a .label,
.global-footer-bar .footer-tabs a.active .label {
	font-size: 0.75rem;
	color: #999;
	display: block
}

.global-footer-bar .footer-tabs a .icon,
.global-footer-bar .footer-tabs a.active .icon {
	font-size: 22px;
	margin-bottom: 6px
}

.global-footer-bar .footer-tabs a:hover,
.global-footer-bar .footer-tabs a.active:hover {
	background-color: #E53517;
	color: #fff
}

.global-footer-bar .footer-tabs a:hover .label,
.global-footer-bar .footer-tabs a.active:hover .label {
	color: #fff
}

.footer-bar {
	overflow: hidden;
	text-align: center
}

@media only screen and (min-width: 64em) {
	.footer-bar {
		width: 640px
	}
}

.panel-taskeditor .footer-bar {
	position: fixed;
	top: auto;
	bottom: 0;
	left: 0;
	width: 100%;
	border-top: 1px solid #F7C7BD
}

@media only screen and (min-width: 64em) {
	.panel-taskeditor .footer-bar {
		position: absolute;
		width: 640px
	}
}

.panel-taskeditor .footer-bar .footer-tabs {
	background-color: #fff !important;
	height: auto;
	width: 100%;
	display: table;
	table-layout: fixed
}

.panel-taskeditor .footer-bar .footer-tabs li {
	display: table-cell;
	border-right: 1px solid #dfdfdf
}

.panel-taskeditor .footer-bar .footer-tabs li:last-child {
	border-right: non6e
}

.panel-taskeditor .footer-bar .footer-tabs a,
.panel-taskeditor .footer-bar .footer-tabs a.active {
	color: #E53517;
	background-color: #fff;
	border-bottom: 1px solid #fff;
	padding-top: 10px;
	padding-bottom: 5px
}

.panel-taskeditor .footer-bar .footer-tabs a .label,
.panel-taskeditor .footer-bar .footer-tabs a.active .label {
	font-size: 0.75rem;
	color: #999;
	display: block
}

.panel-taskeditor .footer-bar .footer-tabs a .icon,
.panel-taskeditor .footer-bar .footer-tabs a.active .icon {
	font-size: 22px;
	margin-bottom: 6px
}

.panel-taskeditor .footer-bar .footer-tabs a:hover,
.panel-taskeditor .footer-bar .footer-tabs a.active:hover {
	background-color: #E53517;
	color: #fff
}

.panel-taskeditor .footer-bar .footer-tabs a:hover .label,
.panel-taskeditor .footer-bar .footer-tabs a.active:hover .label {
	color: #fff
}

.filter-bar {
	position: absolute;
	top: 68px;
	left: 0;
	overflow: hidden;
	text-align: center
}

@media only screen and (min-width: 64em) {
	.filter-bar {
		width: 640px
	}
}

.filter-bar .tabs {
	background-color: transparent !important;
	width: auto;
	margin: 0 auto
}

.filter-bar .tabs .label {
	display: none
}

.filter-bar .tabs a:after {
	display: none
}

.filter-bar .tabs a.active {
	background-color: #E53517
}

.slide-radius-box {
	padding: 12px 24px;
	background-color: #f5f5f5;
	border-bottom: 1px solid #dfdfdf
}

.slide-radius-box .custom-select {
	margin: 0 12px
}

.slide-radius-value {
	opacity: 1 !important;
	color: #06b025;
	font-size: 0.875rem;
	font-weight: 600 !important;
	margin-bottom: -10px
}

.task-title {
	font-size: 0.875rem;
	position: relative;
	padding-left: 50px
}

@media only screen and (min-width: 64em) {
	.task-title {
		font-size: 1rem;
		line-height: 32px
	}
}

.task-title .circle-icon {
	margin-top: -12px;
	position: absolute;
	top: 50%;
	left: 8px;
	-webkit-box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.7);
	-moz-box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.7);
	box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.7)
}

.tab-title {
	font-size: 0.75rem;
	position: relative;
	margin: 0 8px;
	padding: 12px;
	padding-left: 50px;
	min-height: 48px
}

@media only screen and (min-width: 64em) {
	.tab-title {
		font-size: 0.9375rem;
		padding: 24px;
		padding-left: 50px
	}
}

.tab-title .circle-icon {
	margin-top: -12px;
	position: absolute;
	top: 50%;
	left: 8px;
	-webkit-box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.7);
	-moz-box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.7);
	box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.7)
}

.tab-title .tab-title-left {
	overflow: hidden
}

.tab-title.single-line .tab-title-left {
	line-height: 36px
}

.tab-title .tab-title-right {
	margin-top: 3px;
	float: right;
	padding: 5px 12px;
	border: 1px solid #fff;
	border-radius: 4px;
	white-space: nowrap;
	color: #fff;
	text-decoration: none
}

.angelegt .tab-title .tab-title-right {
	color: #666;
	border-color: #666
}

.font-big .tab-title .tab-title-right .icon {
	display: none
}

.module-task .horizontal-panels {
	position: relative;
	display: block
}

.module-task .horizontal-panels .panel.first,
.module-task .horizontal-panels .panel.second {
	margin: 0;
	max-width: none
}

@media only screen and (min-width: 64em) {
	.module-task .horizontal-panels {
		padding-bottom: 0 !important;
		overflow: hidden;
		height: calc(100vh - (72px + 36px + 82px))
	}
	.module-task .horizontal-panels .panel.first {
		height: 100%;
		float: left;
		border-right: 1px solid #dfdfdf
	}
	.module-task .horizontal-panels .panel.first>div {
		height: 100%
	}
	.module-task .horizontal-panels .panel.second {
		display: block;
		height: 100%;
		position: relative;
		overflow: hidden
	}
	.module-task .horizontal-panels .panel.second>div {
		height: 100%
	}
	.module-task .horizontal-panels .item {
		overflow-y: auto;
		height: 100%
	}
}

.module-task .horizontal-panels .item {
	margin-top: 64px;
	border-top: 1px solid #F7C7BD
}

.module-task .panel-taskeditor {
	background-color: #fff
}

.module-task .panel-taskeditor .item {
	margin-top: 24px
}

@media only screen and (min-width: 64em) {
	.module-task .panel-taskoverview .item {
		max-height: calc(100% - (115px))
	}
	.module-task .panel-taskeditor>div {
		height: 100%
	}
	.module-task .panel-taskeditor .item {
		max-height: calc(100% - (100px + 36px));
		margin-top: 24px
	}
}

@media only screen and (min-width: 64em) {
	.module-task .panel.first.contains-task_tree {
		width: 320px
	}
}

@media only screen and (min-width: 64em) {
	.module-task .panel.first.contains-task_tree+.panel.second {
		width: calc(100vw - (320px))
	}
}

.module-task .panel.contains-task_tree,
.module-task .panel.contains-stackpanel_vertical,
.module-task .panel.contains-container_stackpanel_vertical,
.module-task .panel.contains-work_checklist {
	overflow-x: auto
}

@media only screen and (min-width: 64em) {
	.has-tas2k-tree .panel.first {
		width: 960px !important
	}
}

@media only screen and (min-width: 64em) {
	.has-tas2k-tree .panel.second {
		width: calc(100vw - (640px + 320px)) !important
	}
}

.has-tas2k-tree .task-tree-wrapper {
	display: block;
	background-color: #e8e8e8;
	border-right: 1px solid #F7C7BD;
	width: 319px;
	float: left
}

.has-tas2k-tree .panel-taskeditor {
	width: 640px;
	float: left
}

.has-tas2k-tree .panel-taskeditor .footer-bar,
.has-tas2k-tree .panel-taskeditor .task-start {
	left: 320px
}

.treeview-list .main-anchor {
	width: auto
}

.treeview-list .main-anchor:after {
	display: none
}

.treeview-list .task-main-label {
	font-size: 0.8125rem
}

.treeview-list ul {
	border-left: 12px solid #e8e8e8
}

.treeview-list .active .main-anchor:after {
	display: block
}

.task-tree-title {
	background-color: #fff;
	border-bottom: 1px solid #F7C7BD;
	padding: 16px 12px 15px 12px
}

.task-tree-title h3 {
	margin-top: 0;
	margin-bottom: 12px;
	font-size: 0.875rem !important
}

.anchor-list {
	list-style-type: none;
	margin: 0
}

.anchor-list.hide-details .small,
.anchor-list.hide-details .meta-list,
.anchor-list.hide-details .special-tag {
	display: none
}

.anchor-list.hide-details>li.stack-item {
	margin-bottom: 6px
}

.anchor-list.hide-details>li.stack-item:after,
.anchor-list.hide-details>li.stack-item:before {
	bottom: -3px;
	height: 2px
}

.anchor-list.hide-details>li.stack-item:before {
	bottom: -5px
}

.anchor-list.tree-view {
	background-color: #fff;
	border-top: 1px solid #dfdfdf;
	padding-top: 12px;
	padding-bottom: 12px
}

.anchor-list.tree-view li {
	border: none !important;
	background: transparent
}

.anchor-list.tree-view li .main-anchor {
	padding-right: 8px;
	padding-top: 8px;
	padding-bottom: 8px
}

.anchor-list.tree-view li .main-anchor:after {
	content: "";
	display: none
}

.anchor-list.tree-view .icon {
	font-size: 22px !important;
	color: #E53517;
	margin-top: -12px
}

.anchor-list.tree-view .doc-link .icon {
	color: #E53517
}

.anchor-list.tree-view a.doc-link .text-truncate {
	color: #E53517;
	text-decoration: underline;
	font-size: 0.875rem
}

.anchor-list.tree-view a {
	padding-left: 38px !important
}

.anchor-list.task-list-popup {
	padding-bottom: 24px
}

.anchor-list.task-list-popup li {
	background: #fff;
	border: 1px solid #dfdfdf;
	margin-top: -1px;
	border-right: none
}

.anchor-list>li {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-bottom: 1px solid #dfdfdf;
	font-weight: 600;
	background: #fff;
	position: relative
}

.anchor-list>li.stack-item {
	margin-bottom: 10px;
	border-bottom: 1px solid #dfdfdf
}

.anchor-list>li.stack-item:after,
.anchor-list>li.stack-item:before {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	content: " ";
	position: absolute;
	left: 4px;
	right: 4px;
	bottom: -4px;
	height: 3px;
	background: #fff;
	border: 1px solid #dfdfdf;
	border-top: none
}

.anchor-list>li.stack-item:before {
	left: 8px;
	right: 8px;
	bottom: -7px
}

.anchor-list>li.stack-item+li {
	border-top: 1px solid #dfdfdf
}

.anchor-list>li.stack-item:hover:after,
.anchor-list>li.stack-item:hover:before {
	border-color: #F7C7BD
}

.anchor-list>li.stack-item:hover:after {
	bottom: -5px;
	height: 4px;
	background: #ffede0
}

.anchor-list>li.stack-item:hover:before {
	bottom: -9px;
	height: 4px;
	background: #ffeadb
}

.anchor-list>li.active,
.anchor-list>li:hover {
	background: #fff0e5;
	border-color: #F7C7BD
}

.anchor-list>li.active .main-anchor,
.anchor-list>li:hover .main-anchor {
	color: #222
}

.anchor-list>li.active .main-anchor:after,
.anchor-list>li:hover .main-anchor:after {
	color: #E53517
}

.anchor-list>li.active .meta-list,
.anchor-list>li.active .meta-list>li.primary-value,
.anchor-list>li:hover .meta-list,
.anchor-list>li:hover .meta-list>li.primary-value {
	color: #222
}

.anchor-list>li.level-2,
.anchor-list>li.level-3,
.anchor-list>li.level-4 {
	border-left: 1px solid #dfdfdf
}

.anchor-list>li.level-2 {
	margin-left: 12px
}

.anchor-list>li.level-3 {
	margin-left: 24px
}

.anchor-list>li.level-4 {
	margin-left: 36px
}

@media only screen and (min-width: 64em) {
	.anchor-list>li.level-2 {
		margin-left: 24px
	}
	.anchor-list>li.level-3 {
		margin-left: 48px
	}
	.anchor-list>li.level-4 {
		margin-left: 72px
	}
}

.anchor-list>li .main-anchor {
	display: block;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-right: 2.875rem;
	padding-left: 12px;
	text-decoration: none;
	color: #666;
	position: relative
}

.anchor-list>li .main-anchor .small {
	font-size: 0.8125rem
}

.anchor-list>li .main-anchor.active {
	background: #fff0e5
}

.anchor-list>li .main-anchor:after {
	content: "\e607";
	font-family: "lovion-app";
	font-weight: 400;
	color: #999;
	line-height: 1;
	font-size: 1.625rem;
	margin-top: -0.8125rem;
	position: absolute;
	right: 0;
	top: 50%;
	width: 2.5rem;
	text-align: center
}

.anchor-list>li .main-anchor.new-task {
	color: #222;
	background: #eaf6eb
}

.anchor-list>li .main-anchor.new-task:after {
	display: none
}

.anchor-list.anchor-icon-location>li .main-anchor:after {
	content: "\e613";
	font-size: 0.875rem;
	margin-top: -8px
}

.anchor-list.anchor-icon-bookmark>li .main-anchor:after {
	content: "\e618";
	font-size: 0.875rem;
	margin-top: -8px
}

.anchor-list.with-icon-right>li {
	padding-right: 32px
}

.anchor-list.with-icon-right>li .btn-circle {
	margin-top: -10px;
	position: absolute;
	top: 50%;
	right: 12px
}

.anchor-list.with-icon-left>li>a {
	padding-left: 40px
}

.anchor-list.with-icon-left>li>a .circle-icon {
	margin-top: -12px;
	position: absolute;
	top: 50%;
	left: 8px
}

.anchor-list.with-icon-left>li>a>.icon {
	margin-top: -12px;
	position: absolute;
	top: 50%;
	left: 8px;
	font-size: 24px
}

.task-overview-slider .ui-slider-tab-content .anchor-list {
	margin-left: 8px;
	margin-right: 8px
}

@media only screen and (min-width: 64em) {
	.task-overview-slider .ui-slider-tab-content .anchor-list {
		margin-left: 0;
		margin-right: 0
	}
}

.ui-slider-tab-content .anchor-list {
	margin-left: -12px;
	margin-right: -12px
}

@media only screen and (min-width: 64em) {
	.ui-slider-tab-content .anchor-list {
		margin-left: -24px;
		margin-right: -24px
	}
}

.anchor-list.timeline>li .main-anchor {
	width: calc(100% - 32px)
}

@media only screen and (min-width: 64em) {
	.anchor-list.timeline>li .main-anchor {
		width: calc(100% - 40px)
	}
}

.count {
	display: inline-block;
	margin-right: 12px;
	width: 2.5rem;
	text-align: right;
	color: #999;
	font-weight: 400
}

.color-warn {
	color: red
}

.special-link {
	color: #01a9e3 !important
}

.meta-list {
	list-style-type: none;
	margin: 0;
	margin-top: 3px;
	font-size: 0.75rem;
	font-weight: 600;
	color: #999
}

.meta-list>li {
	display: inline-block;
	margin-right: 12px
}

.meta-list>li:last-child {
	margin-right: 0
}

.special-tag:after {
	position: absolute;
	bottom: 8px;
	right: 45px;
	content: attr(data-label-short);
	color: #fff;
	background: #999;
	font-size: 0.6875rem;
	font-weight: 400;
	line-height: 1;
	padding: 3px 4px;
	border-radius: 4px
}

@media only screen and (min-width: 40.063em) {
	.special-tag:after {
		content: attr(data-label);
		padding: 4px 4px
	}
}

@media only screen and (orientation: landscape) and (max-width: 64em) {
	.special-tag:after {
		content: attr(data-label-short);
		padding: 3px 4px
	}
}

.checkliste {
	list-style-type: none;
	margin: 0;
	border-top: 1px solid #dfdfdf;
	font-weight: 600
}

.checkliste>li {
	position: relative;
	border-bottom: 1px solid #dfdfdf;
	padding: 0 12px
}

.splice-buttons {
	list-style-type: none;
	margin: 0
}

.splice-buttons:after {
	content: "";
	display: table;
	clear: both
}

.splice-buttons>li {
	width: 48%;
	float: right
}

.splice-buttons>li:first-child {
	float: left
}

.splice-buttons .btn {
	display: block;
	text-align: center
}

.function-list {
	list-style-type: none;
	margin: 0;
	background: #fff;
	border-top: 1px solid #dfdfdf
}

.function-list>li {
	border-bottom: 1px solid #dfdfdf;
	font-weight: 600;
	position: relative
}

.function-list>li .main-anchor {
	display: block;
	padding: 12px 12px;
	text-decoration: none;
	color: #545454;
	position: relative
}

.function-list>li .main-anchor:hover,
.function-list>li .main-anchor:active {
	background: #fff0e5
}

.function-list>li .main-anchor>.icon {
	color: #E53517
}

.task-main-label {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	font-size: 0.9375rem;
	line-height: 1.3em;
	max-height: 2.6em;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

.task-main-label .optional-description {
	padding-left: 5px;
	margin-left: 5px;
	border-left: 1px solid #dfdfdf
}

.task-start {
	display: none;
	background: rgba(0, 0, 0, 0.35);
	position: fixed;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 9999;
	height: 62px !important;
	position: fixed;
	z-index: 9999;
	bottom: 120px;
	left: 50%;
	width: 480px;
	margin-left: -240px;
	border-radius: 8px
}

.show-task-start .task-start {
	display: block
}

.start-task-icon {
	position: absolute;
	left: 50%;
	bottom: 50%;
	width: 60px;
	height: 60px;
	line-height: 62px;
	margin-left: -30px;
	font-size: 2rem;
	background: #E53517;
	color: #fff;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5)
}

.start-task-icon:hover,
.start-task-icon:active {
	color: #fff;
	background: #E53517
}

.start-task-icon .icon {
	margin-left: 4px
}

.form-wrapper {
	margin-left: 12px;
	margin-right: 12px
}

@media only screen and (min-width: 40.063em) {
	.form-wrapper {
		margin-left: 24px;
		margin-right: 24px
	}
}

.input-wrapper {
	position: relative;
	margin: 10px 0
}

.has-icon:before {
	content: "";
	display: block;
	color: #5262d2;
	position: absolute;
	top: 14px;
	left: 12px;
	font-family: "lovion-app";
	font-size: 1.125rem
}

.has-icon.icon-type-user:before {
	content: "\e60a"
}

.has-icon.icon-type-password:before {
	content: "\e609"
}

.icon-offset {
	padding-left: 44px !important
}

.search-container {
	padding-top: 8px;
	padding-bottom: 8px;
	background: #f5f5f5;
	border-bottom: 1px solid #dfdfdf
}

.search-wrapper {
	margin: 12px
}

.search-result-count {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	position: absolute;
	top: 7px;
	right: 30px;
	background: rgba(255, 240, 229, 0.9);
	border-radius: 6px;
	padding: 0 8px;
	height: 1.5rem;
	display: block;
	text-align: center;
	line-height: 2;
	font-size: 0.6875rem;
	border: 1px solid #dfdfdf;
	z-index: 9
}

.input-empty .search-result-count {
	right: 10px;
	background: #fff
}

.input-empty.barcode .search-result-count {
	right: 46px
}

.barcode .search-result-count {
	right: 66px
}

.input {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width: 100%;
	padding: 8px 12px;
	border: 1px solid #dfdfdf;
	border-radius: 4px;
	color: #666;
	-webkit-appearance: none;
	background-color: #fff;
	font-size: 0.8125rem;
	min-height: 2.375rem;
	position: relative
}

@media only screen and (min-width: 64em) {
	.input {
		font-size: 0.875rem
	}
}

.input.input-large {
	font-size: 1.125rem;
	padding: 4px 12px
}

.input:active,
.input:focus {
	outline: 0;
	border-color: #acacac
}

.input:focus {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(255, 102, 0, 0.5);
	-moz-box-shadow: 0px 0px 10px 0px rgba(255, 102, 0, 0.5);
	box-shadow: 0px 0px 10px 0px rgba(255, 102, 0, 0.5)
}

.input.search-input {
	border-radius: 20px
}

.input:disabled,
.input.disabled {
	color: #999;
	background: rgba(255, 255, 255, 0.5)
}

.input:required:invalid {
	border-color: #D32F2F
}

.input:required:focus,
.input:required {
	border-color: #dfdfdf
}

.input.transfer-ok {
	background: #c7e7c8;
	border-color: #4CAF50
}

.input.transfer-failed {
	background: #f2c2c2;
	border-color: #D32F2F
}

.input-value-h,
.input-value-km,
.input-value-euro {
	background-repeat: no-repeat;
	background-position: 95% 50%;
	background-size: 12px 12px
}

.input-value-h {
	background-image: url("data:image/svg+xml;charset=utf-8;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGJhc2VQcm9maWxlPSJ0aW55IiBpZD0iRWJlbmVfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIKCSB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDE2IDE2IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8cGF0aCBmaWxsPSIjNjY2NjY2IiBkPSJNMTIuNSwxNC43SDkuOFY5LjFDOS44LDcuNyw5LjMsNyw4LjMsN0M3LjUsNyw3LDcuMiw2LjcsNy43Yy0wLjMsMC41LTAuNSwxLjMtMC41LDIuNHY0LjZIMy41VjEuM2gyLjZWNAoJCWMwLDAuMiwwLDAuNy0wLjEsMS41TDYsNi4zaDAuMUM2LjgsNS4zLDcuNyw0LjksOSw0LjljMS4xLDAsMiwwLjMsMi42LDAuOWMwLjYsMC42LDAuOSwxLjUsMC45LDIuNlYxNC43eiIvPgo8L2c+Cjwvc3ZnPg==")
}

.input-value-km {
	background-image: url("data:image/svg+xml;charset=utf-8;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGJhc2VQcm9maWxlPSJ0aW55IiBpZD0iRWJlbmVfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIKCSB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDI1LjcgMTYiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8Zz4KCTxwYXRoIGZpbGw9IiM2NjY2NjYiIGQ9Ik0yLjUsOS4ybDEuMi0xLjVsMi43LTIuOWgzTDUuNSw5bDQuMSw1LjVINi42bC0yLjgtMy45bC0xLjEsMC45djNIMFYxaDIuNnY2TDIuNSw5LjJMMi41LDkuMnoiLz4KCTxwYXRoIGZpbGw9IiM2NjY2NjYiIGQ9Ik0xOS43LDE0LjVIMTdWOC44YzAtMC43LTAuMS0xLjItMC40LTEuNmMtMC4yLTAuMy0wLjYtMC41LTEuMS0wLjVjLTAuNywwLTEuMiwwLjItMS41LDAuNwoJCWMtMC4zLDAuNS0wLjUsMS4zLTAuNSwyLjV2NC42SDExVjQuOGgyTDEzLjQsNmgwLjFjMC4zLTAuNCwwLjYtMC44LDEuMS0xczEuMS0wLjQsMS43LTAuNGMxLjUsMCwyLjQsMC41LDIuOSwxLjRoMC4yCgkJYzAuMy0wLjUsMC42LTAuOCwxLjEtMWMwLjUtMC4yLDEuMS0wLjQsMS43LTAuNGMxLjEsMCwxLjksMC4zLDIuNSwwLjhzMC44LDEuNSwwLjgsMi43djYuM2gtMi43VjguOGMwLTAuNy0wLjEtMS4yLTAuNC0xLjYKCQljLTAuMi0wLjMtMC42LTAuNS0xLjEtMC41Yy0wLjYsMC0xLjEsMC4yLTEuNSwwLjdjLTAuMywwLjUtMC41LDEuMi0wLjUsMi4yVjE0LjV6Ii8+CjwvZz4KPC9zdmc+");
	background-size: 16px 16px
}

.input-value-euro {
	background-image: url("data:image/svg+xml;charset=utf-8;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGJhc2VQcm9maWxlPSJ0aW55IiBpZD0iRWJlbmVfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIKCSB4PSIxNnB4IiB5PSIxNnB4IiB2aWV3Qm94PSIwIDAgMTYgMTYiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8Zz4KCTxwYXRoIGZpbGw9IiM2NjY2NjYiIGQ9Ik05LjcsMy43QzksMy43LDguNSwzLjksOCw0LjNjLTAuNSwwLjQtMC44LDEtMC45LDEuOGgzLjV2MS41SDdsMCwwLjN2MC40bDAsMC4zaDMuMXYxLjVINy4xCgkJYzAuMywxLjQsMS4yLDIuMSwyLjgsMi4xYzAuOCwwLDEuNi0wLjIsMi40LTAuNVYxNGMtMC43LDAuMy0xLjUsMC41LTIuNSwwLjVjLTEuNCwwLTIuNi0wLjQtMy41LTEuMmMtMC45LTAuOC0xLjUtMS44LTEuNy0zLjJIMy4zCgkJVjguNmgxYzAtMC4xLDAtMC4zLDAtMC41bDAtMC41aC0xVjYuMWgxLjJjMC4yLTEuNCwwLjgtMi41LDEuNy0zLjNjMC45LTAuOCwyLjEtMS4yLDMuNS0xLjJjMS4xLDAsMi4xLDAuMiwzLjEsMC43bC0wLjgsMgoJCWMtMC40LTAuMi0wLjgtMC4zLTEuMS0wLjRTMTAuMSwzLjcsOS43LDMuN3oiLz4KPC9nPgo8L3N2Zz4K")
}

input.input[readonly] {
	background: none;
	border-color: #dfdfdf !important;
	box-shadow: none !important
}

@supports (-webkit-appearance: none) or (appearance: none) or ((-moz-appearance: none) and (mask-type: alpha)) {
	.custom-select::after {
		display: block
	}
	select.input {
		padding-right: 2em;
		outline: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none
	}
	select.input:focus {
		border-color: #727597
	}
}

select.input {
	background-image: url(../img/select-arrow.svg);
	background-size: 28px 38px;
	background-repeat: no-repeat;
	background-position: right 0 center;
	top: -1px
}

select.input:hover,
select.input:active,
select.input:focus {
	background-image: url(../img/select-arrow_active.svg)
}

select.input:disabled,
select.input.disabled {
	background-image: none
}

.input-wrapper-icon {
	position: relative;
	line-height: 1
}

.input-wrapper-icon>.icon {
	position: absolute;
	top: 0.5625rem;
	left: 0.75rem;
	z-index: 2;
	font-size: 1.125rem;
	color: #999
}

.input-wrapper-icon input {
	padding-left: 2.25rem
}

.label-before-slide {
	display: inline-block;
	width: calc(100% - 60px);
	padding: 10px 0;
	position: relative;
	z-index: 1
}

.label-before-slide+.slide-check {
	margin-top: 7px
}

.label-before-slide.function-before {
	margin-left: 44px;
	width: calc(100% - 104px)
}

.slide-check {
	float: right;
	width: 50px;
	height: 30px;
	position: relative
}

.form-input .slide-check {
	float: none;
	margin-top: 3px
}

.slide-check label {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	width: 50px;
	height: 30px;
	display: block;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	border: 1px solid #dfdfdf;
	border-radius: 50px
}

.slide-check label:after {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	font-family: 'lovion-app';
	content: "\e604";
	text-align: center;
	line-height: 30px;
	color: #fff;
	font-size: 16px;
	display: block;
	width: 30px;
	height: 30px;
	border: 1px solid #dfdfdf;
	border-radius: 50px;
	position: absolute;
	top: -1px;
	left: -1px;
	z-index: 1;
	-webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.3);
	background: #fff
}

.slide-check-tiny .slide-check {
	float: left;
	margin-right: 8px;
	width: 32px;
	height: 18px
}

.slide-check-tiny .slide-check label {
	width: 32px;
	height: 18px;
	border-radius: 32px
}

.slide-check-tiny .slide-check label:after {
	line-height: 18px;
	width: 18px;
	height: 18px;
	border-right: 32px;
	font-size: 10px
}

.slide-check input[type=checkbox] {
	visibility: hidden
}

.slide-check input[type=checkbox]:checked+label {
	background: #E53517;
	border-color: #E53517
}

.slide-check input[type=checkbox]:checked+label:after {
	left: 19px;
	border-color: #E53517;
	color: #E53517
}

.slide-check-tiny .slide-check input[type=checkbox]:checked+label:after {
	left: 12px
}

.slide-check input[type=checkbox]:disabled+label {
	opacity: 0.3
}

.radio-item {
	height: 30px;
	position: relative;
	margin: 10px 0
}

.radio-item:first-child {
	margin-top: 5px
}

.radio-item:last-child {
	margin-bottom: 5px
}

.radio-item>label {
	max-width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: 700;
	cursor: pointer;
	padding-left: 5px;
	line-height: 30px;
	display: block
}

.radio-item>label:before {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	content: " ";
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	position: absolute;
	top: 5px;
	left: 5px;
	background: #fff;
	-webkit-transform: scale(0.8);
	transform: scale(0.8)
}

.radio-item>input[type=radio] {
	-webkit-transition: border 0.2s ease-in-out;
	-moz-transition: border 0.2s ease-in-out;
	-ms-transition: border 0.2s ease-in-out;
	-o-transition: border 0.2s ease-in-out;
	transition: border 0.2s ease-in-out;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #fff;
	border: 1px solid #dfdfdf;
	cursor: pointer;
	float: left
}

.radio-item>input[type=radio]:checked {
	border-color: #E53517
}

.radio-item>input[type=radio]:checked+label:before {
	background: #E53517;
	-webkit-transform: scale(1);
	transform: scale(1)
}

.radio-item>input[type=radio]:disabled {
	opacity: 0.3
}

.radio-item>input[type=radio]:disabled+label {
	opacity: 0.3
}

.radio-item>input[type=radio]:disabled+label:before {
	background: none
}

.radio-item>input[type=radio]:checked:disabled {
	background: #E53517
}

.add-view-wrapper {
	padding: 12px;
	background: #f5f5f5
}

.add-view-wrapper:after {
	content: "";
	display: table;
	clear: both
}

.add-view-input {
	float: left;
	width: calc(100% - 48px);
	margin-right: 12px
}

.add-view-button {
	float: left;
	height: 26px;
	width: 26px
}

.clearable-input {
	padding-right: 40px
}

.barcode .clearable-input {
	padding-right: 76px
}

.btn-wrapper {
	display: inline-block;
	width: 40px;
	height: 40px;
	position: absolute;
	cursor: pointer;
	right: 5px;
	top: -3px
}

.btn-clear-input {
	background: #999;
	width: 0.875rem;
	height: 0.875rem;
	border-radius: 50%;
	margin: 0;
	padding: 0;
	z-index: 2;
	position: absolute;
	right: 5px;
	top: 8px;
	text-align: center
}

.barcode .btn-clear-input {
	right: 41px
}

.btn-clear-input:after {
	content: "\e614";
	font-family: "lovion-app";
	font-weight: 400;
	color: #fff;
	line-height: 0.875rem;
	font-size: 0.625rem;
	display: block;
	width: 100%
}

.form-row {
	padding: 4px 0;
	font-size: 0.8125rem;
	position: relative
}

.form-row:after {
	content: "";
	display: table;
	clear: both
}

@media only screen and (min-width: 40.063em) {
	.form-row {
		padding: 8px 0
	}
}

@media only screen and (min-width: 64em) {
	.form-row {
		font-size: 0.875rem
	}
}

.form-row:last-child {
	margin-bottom: 24px
}

@media only screen and (min-width: 40.063em) {
	.form-row .form-label {
		width: 48%;
		float: left
	}
}

@media only screen and (min-width: 40.063em) {
	.form-row .form-input {
		width: 48%;
		max-width: 320px;
		float: right
	}
}

.form-input-item.barcode,
.form-input-item.with-btn {
	position: relative
}

.form-input-item.barcode .input,
.form-input-item.with-btn .input {
	padding-right: 44px
}

.form-input-item.barcode .btn-barcode,
.form-input-item.barcode .btn-choose,
.form-input-item.with-btn .btn-barcode,
.form-input-item.with-btn .btn-choose {
	position: absolute;
	top: 1px;
	right: 1px;
	font-size: 24px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	height: 2.25rem;
	width: 2.25rem;
	line-height: 2.375rem;
	text-align: center;
	background: #eaeaea;
	color: #E53517;
	border-left: 1px solid #d7d8df
}

.font-big .form-input-item.barcode .btn-barcode,
.font-big .form-input-item.barcode .btn-choose,
.font-big .form-input-item.with-btn .btn-barcode,
.font-big .form-input-item.with-btn .btn-choose {
	top: 8px;
	right: 8px;
	border-radius: 4px
}

.form-input-item.barcode .btn-choose,
.form-input-item.with-btn .btn-choose {
	font-size: 16px
}

.form-input-value,
.form-label-before {
	max-width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block
}

@media only screen and (min-width: 40.063em) {
	.form-input-value,
	.form-label-before {
		margin: 9px 0
	}
}

@media only screen and (min-width: 40.063em) {
	.form-condensed .form-input-value,
	.form-condensed .form-label-before {
		margin: 0
	}
}

.form-input-value {
	font-weight: 600
}

.check-box {
	background: #fff;
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	margin: 12px 0;
	padding: 8px 12px
}

.check-row {
	padding-bottom: 5px;
	font-size: 0.8125rem;
	position: relative
}

.check-row:after {
	content: "";
	display: table;
	clear: both
}

@media only screen and (min-width: 64em) {
	.check-row {
		font-size: 1rem
	}
}

@media only screen and (max-width: 40em) {
	.check-row .check-label {
		clear: both;
		margin-top: -5px;
		margin-bottom: -15px
	}
}

@media only screen and (min-width: 40.063em) {
	.check-row .check-label {
		width: 48%;
		float: left
	}
}

.check-row .check-label .label {
	max-width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block
}

.check-row.primary-row .check-label {
	font-weight: 700;
	font-size: 0.9375rem;
	position: relative;
	padding-left: 18px;
	display: block;
	cursor: pointer
}

@media only screen and (min-width: 64em) {
	.check-row.primary-row .check-label {
		font-size: 1rem
	}
}

.check-row.primary-row .check-label:before {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	content: "\e605";
	position: absolute;
	left: 0;
	font-family: 'lovion-app';
	display: block
}

.check-row.primary-row .check-label.closed:before {
	top: 1px;
	left: -2px;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

@media only screen and (min-width: 40.063em) {
	.check-row .check-input {
		width: 48%;
		max-width: 320px;
		float: right
	}
}

.check-details {
	display: none
}

.check-list {
	margin: 0;
	list-style-type: none
}

.check-list:after {
	content: "";
	display: table;
	clear: both
}

.check-list.check-list-disabled {
	opacity: .4
}

.check-list li {
	-webkit-transition: background 0.4s ease-in-out;
	-moz-transition: background 0.4s ease-in-out;
	-ms-transition: background 0.4s ease-in-out;
	-o-transition: background 0.4s ease-in-out;
	transition: background 0.4s ease-in-out;
	position: relative;
	float: left;
	cursor: pointer;
	height: 0;
	width: calc(20% - 5px);
	padding-bottom: calc(20% - (6px));
	margin-right: 5px;
	border: 1px solid #dfdfdf
}

.rating-list .check-list li {
	border-radius: 50%;
	width: calc(16.5% - 5px);
	padding-bottom: calc(16.5% - (6px))
}

.primary-row .check-list li,
.check-list li.active {
	border-color: #666
}

.check-list li.active {
	z-index: 2
}

.check-list li:after {
	-webkit-transition: color 0.5s ease-in;
	-moz-transition: color 0.5s ease-in;
	-ms-transition: color 0.5s ease-in;
	-o-transition: color 0.5s ease-in;
	transition: color 0.5s ease-in;
	font-family: 'lovion-app';
	display: block;
	width: 100%;
	height: 100%;
	text-align: center
}

.primary-row .check-list {
	border-color: #666
}

.check-list-single {
	width: 42px;
	height: 42px
}

.check-list-single:after {
	font-family: 'lovion-app';
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 1.5rem;
	line-height: 42px
}

.item-init {
	background: #dbdbdb;
	color: #dbdbdb
}

.item-init:after {
	content: "\e623"
}

.item-init.active {
	border-color: #434a54 !important;
	background: #f4f4f4
}

.item-init.active:after {
	color: #434a54
}

.item-init.check-list-single {
	border: 1px solid #434a54
}

.item-none {
	background: #adadad;
	color: #adadad
}

.item-none:after {
	content: "\e625"
}

.item-none.active {
	border-color: #434a54 !important;
	background: #c7c7c7
}

.item-none.active:after {
	color: #434a54
}

.item-none.check-list-single {
	border: 1px solid #434a54
}

.item-success {
	background: #afffa2;
	color: #afffa2
}

.item-success:after {
	content: "\e626"
}

.item-success.active {
	border-color: #129a00 !important;
	background: #dbffd5
}

.item-success.active:after {
	color: #129a00
}

.item-success.check-list-single {
	border: 1px solid #129a00
}

.item-warn {
	background: #fdff6b;
	color: #fdff6b
}

.item-warn:after {
	content: "\e624"
}

.item-warn.active {
	border-color: #867500 !important;
	background: #feff9e
}

.item-warn.active:after {
	color: #867500
}

.item-warn.check-list-single {
	border: 1px solid #867500
}

.item-error {
	background: #ffbdbd;
	color: #ffbdbd
}

.item-error:after {
	content: "\e622"
}

.item-error.active {
	border-color: #c90000 !important;
	background: #fff0f0
}

.item-error.active:after {
	color: #c90000
}

.item-error.check-list-single {
	border: 1px solid #c90000
}

.add-media-wrapper {
	padding: 12px;
	background: #f5f5f5;
	border-top: 1px solid #dfdfdf
}

.add-media-wrapper:after {
	content: "";
	display: table;
	clear: both
}

.toggle-content .add-media-wrapper {
	background: #fff;
	padding-left: 24px;
	padding-right: 24px
}

.time-sheet .toggle-content .add-media-wrapper {
	background: transparent;
	border-top: none
}

.add-media-label {
	float: left;
	width: calc(100% - 48px);
	margin-right: 12px;
	line-height: 26px
}

.add-media-button {
	float: left;
	height: 26px;
	width: 26px
}

.popup-button-wrapper {
	padding: 12px;
	background: #f5f5f5;
	border-top: 1px solid #dfdfdf;
	text-align: right
}

.popup-button-wrapper:after {
	content: "";
	display: table;
	clear: both
}

.search-wrapper.barcode {
	position: relative
}

.search-wrapper.barcode .input {
	padding-right: 44px
}

.search-wrapper.barcode .btn-barcode {
	position: absolute;
	top: 1px;
	right: 1px;
	font-size: 20px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	height: 36px;
	width: 36px;
	line-height: 38px;
	text-align: center;
	background: #eaeaea;
	color: #E53517;
	border-left: 1px solid #d7d8df
}

.font-big .search-wrapper.barcode .btn-barcode {
	top: 8px;
	right: 8px;
	border-radius: 4px
}

.toggle-box {
	margin-bottom: 12px
}

.toggle-box.toggle-box-large {
	margin-bottom: 24px
}

.toggle-box:last-of-type {
	margin-bottom: 24px !important
}

.toggle-box:last-of-type:after {
	content: " " !important
}

.time-sheet .toggle-box:last-of-type {
	margin-bottom: 40px !important
}

.ui-slider-tab-content .toggle-box {
	margin: 12px -12px
}

@media only screen and (min-width: 40.063em) {
	.ui-slider-tab-content .toggle-box {
		margin: 24px -24px
	}
}

.toggle-hit {
	background: #656d77;
	font-size: 0.875rem;
	font-weight: 600;
	position: relative
}

.toggle-content {
	background: #f5f5f5;
	border-bottom: 1px solid #dfdfdf
}

.toggle-content .check-box:first-of-type {
	margin-top: 0
}

.toggle-content .check-box:last-of-type,
.toggle-content .form-row:last-of-type {
	margin-bottom: 0
}

.toggle-trigger {
	-webkit-transition: background 0.2s ease-out;
	-moz-transition: background 0.2s ease-out;
	-ms-transition: background 0.2s ease-out;
	-o-transition: background 0.2s ease-out;
	transition: background 0.2s ease-out;
	color: #fff;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
	padding-right: 52px;
	display: block;
	position: relative
}

.toggle-box-large .toggle-trigger {
	font-size: 0.9375rem;
	padding-top: 12px;
	padding-bottom: 12px
}

.toggle-box-large .toggle-trigger:before {
	top: 12px
}

.toggle-box-large .toggle-trigger.closed:before {
	top: 13px
}

.time-sheet .toggle-trigger {
	padding-right: 12px
}

@media only screen and (orientation: portrait) {
	.split-left .toggle-trigger {
		padding-right: 12px
	}
}

.toggle-trigger:hover,
.toggle-trigger:active {
	color: #fff
}

.toggle-trigger:before {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	content: "\e605";
	font-family: "lovion-app";
	position: absolute;
	top: 4px;
	left: 12px;
	display: block;
	width: 15px
}

.toggle-trigger.closed:before {
	top: 5px;
	left: 10px;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

.inner-content {
	margin: 0 24px;
	padding: 12px 0
}

.add-info {
	color: #999;
	font-size: 0.625rem
}

.count-info {
	color: #fff;
	float: right;
	font-weight: 400;
	font-size: 0.875rem
}

.map-link,
.map-link:visited {
	position: absolute !important;
	top: 0;
	right: 0;
	display: block;
	height: 100%;
	width: 40px;
	padding: 5px 0;
	background: #434a54;
	text-align: center;
	color: #fff;
	text-decoration: none
}

.map-link.active,
.map-link:hover,
.map-link:visited.active,
.map-link:visited:hover {
	color: #fff;
	background: #111
}

@media only screen and (orientation: portrait) {
	.split-left .map-link,
	.split-left .map-link:visited {
		display: none
	}
}

.map-link-single,
.map-link-single:visited {
	position: absolute !important;
	top: 0;
	right: 0;
	display: block;
	height: 100%;
	line-height: 100%;
	width: 40px;
	color: #999;
	text-decoration: none;
	padding: 0 !important
}

.map-link-single:after,
.map-link-single:visited:after {
	content: "\e613";
	font-family: "lovion-app";
	font-weight: 400;
	line-height: 1;
	font-size: 1rem;
	margin-top: -8px;
	position: absolute;
	right: 0;
	top: 50%;
	width: 40px;
	text-align: center
}

.map-link-single.active,
.map-link-single:hover,
.map-link-single:visited.active,
.map-link-single:visited:hover {
	color: #fff !important;
	background: #E53517
}

@media only screen and (orientation: portrait) {
	.split-left .map-link-single,
	.split-left .map-link-single:visited {
		display: none
	}
}

.featherlight {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2147483647;
	text-align: center;
	white-space: nowrap
}

.featherlight:last-of-type {
	background: rgba(0, 0, 0, 0.25)
}

.featherlight:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle
}

.featherlight.featherlight-loading .featherlight-content {
	width: 100px;
	height: 100px;
	background-color: transparent;
	background-image: url("../img/loader-sync.svg");
	background-repeat: no-repeat;
	background-size: 36px 36px;
	background-position: center
}

.featherlight.featherlight-loading .featherlight-close-icon {
	display: none
}

.featherlight .featherlight-content {
	position: relative;
	text-align: left;
	vertical-align: middle;
	display: inline-block;
	overflow: auto;
	max-height: 98%;
	max-width: 1200px;
	min-width: 80%;
	padding: 12px;
	padding-top: 36px !important;
	margin-left: 8px;
	margin-right: 8px;
	background: #fff;
	cursor: auto;
	white-space: normal
}

@media only screen and (min-width: 40.063em) {
	.featherlight .featherlight-content {
		max-height: 95%;
		padding: 12px;
		margin-left: 12px;
		margin-right: 12px
	}
}

@media only screen and (min-width: 64em) {
	.featherlight .featherlight-content {
		padding: 24px;
		margin-left: 24px;
		margin-right: 24px
	}
}

.featherlight .featherlight-inner {
	display: block
}

.featherlight .featherlight-close-icon {
	position: absolute;
	z-index: 9999;
	top: 0;
	right: 0;
	display: block;
	line-height: 36px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	background: transparent;
	color: #222;
	border: none;
	padding: 0
}

.featherlight .featherlight-close-icon:hover {
	background-color: #E53517;
	color: #fff
}

.featherlight .featherlight-close-icon::-moz-focus-inner {
	border: 0;
	padding: 0
}

.featherlight .featherlight-image {
	width: 100%
}

.featherlight iframe {
	border: none;
	width: 100%
}

.lightbox-content {
	display: none
}

.featherlight-iframe .featherlight-content {
	border-bottom: 0;
	padding: 0;
	-webkit-overflow-scrolling: touch;
	width: 100%
}

@-webkit-keyframes passing-through {
	0% {
		opacity: 0;
		-webkit-transform: translateY(40px);
		-moz-transform: translateY(40px);
		-ms-transform: translateY(40px);
		-o-transform: translateY(40px);
		transform: translateY(40px)
	}
	30%,
	70% {
		opacity: 1;
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
		transform: translateY(0px)
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(-40px);
		-moz-transform: translateY(-40px);
		-ms-transform: translateY(-40px);
		-o-transform: translateY(-40px);
		transform: translateY(-40px)
	}
}

@-moz-keyframes passing-through {
	0% {
		opacity: 0;
		-webkit-transform: translateY(40px);
		-moz-transform: translateY(40px);
		-ms-transform: translateY(40px);
		-o-transform: translateY(40px);
		transform: translateY(40px)
	}
	30%,
	70% {
		opacity: 1;
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
		transform: translateY(0px)
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(-40px);
		-moz-transform: translateY(-40px);
		-ms-transform: translateY(-40px);
		-o-transform: translateY(-40px);
		transform: translateY(-40px)
	}
}

@keyframes passing-through {
	0% {
		opacity: 0;
		-webkit-transform: translateY(40px);
		-moz-transform: translateY(40px);
		-ms-transform: translateY(40px);
		-o-transform: translateY(40px);
		transform: translateY(40px)
	}
	30%,
	70% {
		opacity: 1;
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
		transform: translateY(0px)
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(-40px);
		-moz-transform: translateY(-40px);
		-ms-transform: translateY(-40px);
		-o-transform: translateY(-40px);
		transform: translateY(-40px)
	}
}

@-webkit-keyframes slide-in {
	0% {
		opacity: 0;
		-webkit-transform: translateY(40px);
		-moz-transform: translateY(40px);
		-ms-transform: translateY(40px);
		-o-transform: translateY(40px);
		transform: translateY(40px)
	}
	30% {
		opacity: 1;
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
		transform: translateY(0px)
	}
}

@-moz-keyframes slide-in {
	0% {
		opacity: 0;
		-webkit-transform: translateY(40px);
		-moz-transform: translateY(40px);
		-ms-transform: translateY(40px);
		-o-transform: translateY(40px);
		transform: translateY(40px)
	}
	30% {
		opacity: 1;
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
		transform: translateY(0px)
	}
}

@keyframes slide-in {
	0% {
		opacity: 0;
		-webkit-transform: translateY(40px);
		-moz-transform: translateY(40px);
		-ms-transform: translateY(40px);
		-o-transform: translateY(40px);
		transform: translateY(40px)
	}
	30% {
		opacity: 1;
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
		transform: translateY(0px)
	}
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1)
	}
	10% {
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-o-transform: scale(1.1);
		transform: scale(1.1)
	}
	20% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1)
	}
}

@-moz-keyframes pulse {
	0% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1)
	}
	10% {
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-o-transform: scale(1.1);
		transform: scale(1.1)
	}
	20% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes pulse {
	0% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1)
	}
	10% {
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-o-transform: scale(1.1);
		transform: scale(1.1)
	}
	20% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1)
	}
}

.dropzone {
	min-height: 180px;
	border: 1px dashed #E53517;
	background: #f5f5f5;
	padding: 12px
}

.dropzone.dz-clickable {
	cursor: pointer
}

.dropzone.dz-clickable * {
	cursor: default
}

.dropzone.dz-clickable .dz-message,
.dropzone.dz-clickable .dz-message * {
	cursor: pointer
}

.dropzone.dz-started .dz-message {
	display: none
}

.dropzone.dz-drag-hover {
	border-style: solid
}

.dropzone.dz-drag-hover .dz-message {
	opacity: 0.5
}

.dropzone .dz-message {
	text-align: center;
	display: table;
	font-size: 0.875rem;
	font-weight: 600;
	color: #E53517;
	height: calc(180px - (12px * 2));
	width: 100%
}

.dropzone .dz-message>span {
	display: table-cell;
	vertical-align: middle
}

.dropzone .dz-preview {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 16px;
	min-height: 100px
}

.dropzone .dz-preview:hover {
	z-index: 998
}

.dropzone .dz-preview:hover .dz-details {
	opacity: 1
}

.dropzone .dz-preview:hover .dz-remove:after {
	color: #D32F2F
}

.dropzone .dz-preview.dz-file-preview .dz-image {
	border-radius: 4px;
	background: #fff;
	border: 1px solid #dfdfdf
}

.dropzone .dz-preview.dz-file-preview .dz-details {
	opacity: 1
}

.dropzone .dz-preview.dz-image-preview {
	border-radius: 4px;
	background: #fff;
	border: 1px solid #dfdfdf
}

.dropzone .dz-preview.dz-image-preview .dz-details {
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	-ms-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear
}

.dropzone .dz-preview .dz-remove {
	text-indent: -9999px;
	position: absolute;
	top: 1px;
	right: 1px;
	z-index: 20;
	width: 24px;
	height: 24px
}

.dropzone .dz-preview .dz-remove:after {
	font-family: 'lovion-app';
	content: "\e925";
	font-size: 12px;
	position: absolute;
	top: 0;
	left: 0;
	text-indent: 0;
	color: #999;
	background-color: rgba(255, 255, 255, 0.9);
	width: 24px;
	height: 24px;
	line-height: 24px;
	z-index: 11;
	text-align: center;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 4px
}

.dropzone .dz-preview .dz-remove:hover:after {
	color: #fff;
	background-color: #D32F2F
}

.dropzone .dz-preview:hover .dz-details {
	opacity: 1
}

.dropzone .dz-preview .dz-details {
	z-index: 20;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	font-size: 13px;
	min-width: 100%;
	max-width: 100%;
	padding: 2em 1em;
	text-align: center;
	color: rgba(0, 0, 0, 0.9);
	line-height: 150%
}

.dropzone .dz-preview .dz-details .dz-size {
	margin-bottom: 1em;
	font-size: 16px
}

.dropzone .dz-preview .dz-details .dz-filename {
	white-space: nowrap
}

.dropzone .dz-preview .dz-details .dz-filename:hover span {
	border: 1px solid rgba(200, 200, 200, 0.8);
	background-color: rgba(255, 255, 255, 0.8)
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
	overflow: hidden;
	text-overflow: ellipsis
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
	border: 1px solid transparent
}

.dropzone .dz-preview .dz-details .dz-filename span,
.dropzone .dz-preview .dz-details .dz-size span {
	background-color: rgba(255, 255, 255, 0.4);
	padding: 0 0.4em;
	border-radius: 4px
}

.dropzone .dz-preview .dz-image {
	border-radius: 4px;
	overflow: hidden;
	width: 120px;
	height: 120px;
	position: relative;
	display: block;
	z-index: 10
}

.dropzone .dz-preview .dz-image img {
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	max-width: 120px;
	max-height: 120px
}

.dropzone .dz-preview.dz-success .dz-success-mark {
	-webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
	-moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
	-ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
	-o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
	animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1)
}

.dropzone .dz-preview.dz-error .dz-error-mark {
	opacity: 1;
	-webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
	-moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
	-ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
	-o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
	animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1)
}

.dropzone .dz-preview.dz-error.dz-image-preview,
.dropzone .dz-preview.dz-error.dz-image,
.dropzone .dz-preview.dz-error .dz-image-preview,
.dropzone .dz-preview.dz-error .dz-image {
	border-color: #D32F2F !important
}

.dropzone .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark {
	pointer-events: none;
	opacity: 0;
	z-index: 500;
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	margin-left: -21px;
	margin-top: -21px;
	background-color: #fff;
	width: 42px;
	height: 42px;
	border-radius: 42px
}

.dropzone .dz-preview .dz-success-mark:after,
.dropzone .dz-preview .dz-error-mark:after {
	font-family: 'lovion-app';
	content: "\e622";
	text-align: center;
	width: 100%;
	line-height: 42px;
	color: #fff;
	display: block
}

.dropzone .dz-preview .dz-success-mark svg,
.dropzone .dz-preview .dz-error-mark svg {
	display: none
}

.dropzone .dz-preview .dz-success-mark {
	background-color: #4CAF50
}

.dropzone .dz-preview .dz-success-mark:after {
	content: "\e626"
}

.dropzone .dz-preview .dz-error-mark {
	background-color: #D32F2F
}

.dropzone .dz-preview .dz-error-mark:after {
	content: "\e622"
}

.dropzone .dz-preview.dz-processing .dz-progress {
	opacity: 1;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear
}

.dropzone .dz-preview.dz-complete .dz-progress {
	opacity: 0;
	-webkit-transition: opacity 0.4s ease-in;
	-moz-transition: opacity 0.4s ease-in;
	-ms-transition: opacity 0.4s ease-in;
	-o-transition: opacity 0.4s ease-in;
	transition: opacity 0.4s ease-in
}

.dropzone .dz-preview:not(.dz-processing) .dz-progress {
	-webkit-animation: pulse 6s ease infinite;
	-moz-animation: pulse 6s ease infinite;
	-ms-animation: pulse 6s ease infinite;
	-o-animation: pulse 6s ease infinite;
	animation: pulse 6s ease infinite
}

.dropzone .dz-preview .dz-progress {
	opacity: 1;
	z-index: 1000;
	pointer-events: none;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 42px;
	height: 42px;
	margin-left: -21px;
	margin-top: -21px;
	background-image: url("../img/loader-sync.svg");
	background-repeat: no-repeat;
	background-size: 36px 36px;
	background-position: center;
	background-color: rgba(0, 0, 0, 0.2);
	-webkit-transform: scale(1);
	border-radius: 4px;
	overflow: hidden
}

.dropzone .dz-preview .dz-progress .dz-upload {
	display: none
}

.dropzone .dz-preview.dz-error .dz-error-message {
	display: block
}

.dropzone .dz-preview.dz-error:hover .dz-error-message {
	opacity: 1;
	pointer-events: auto
}

.dropzone .dz-preview .dz-error-message {
	pointer-events: none;
	z-index: 1000;
	position: absolute;
	display: block;
	display: none;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	border-radius: 4px;
	font-size: 13px;
	top: 130px;
	left: -10px;
	width: 160px;
	background: #D32F2F;
	padding: 0.5em 1.2em;
	color: white
}

.dropzone .dz-preview .dz-error-message:after {
	content: '';
	position: absolute;
	top: -6px;
	left: 74px;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #D32F2F
}

html.remodal-is-locked {
	overflow: hidden;
	-ms-touch-action: none;
	touch-action: none
}

.remodal,
[data-remodal-id] {
	display: none
}

.remodal-overlay {
	position: fixed;
	z-index: 100000;
	top: -5000px;
	right: -5000px;
	bottom: -5000px;
	left: -5000px;
	display: none
}

.remodal-wrapper {
	position: fixed;
	z-index: 100001;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
	overflow: auto;
	text-align: center;
	-webkit-overflow-scrolling: touch
}

.remodal-wrapper:after {
	display: inline-block;
	height: 100%;
	margin-left: -0.05em;
	content: ""
}

.remodal-overlay,
.remodal-wrapper {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.remodal {
	position: relative;
	outline: none;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%
}

.remodal-is-initialized {
	display: inline-block
}

.remodal-overlay {
	background: rgba(0, 0, 0, 0.25)
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards
}

.remodal-overlay.remodal-is-opening {
	-webkit-animation-name: remodal-overlay-opening-keyframes;
	animation-name: remodal-overlay-opening-keyframes
}

.remodal-overlay.remodal-is-closing {
	-webkit-animation-name: remodal-overlay-closing-keyframes;
	animation-name: remodal-overlay-closing-keyframes
}

.remodal-wrapper {
	padding: 10px 10px 0
}

.remodal {
	width: 100%;
	margin-bottom: 10px;
	background-color: #fff;
	text-align: left;
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.modal-header {
	background-color: #E53517;
	height: 58px
}

.modal-title {
	padding-left: 24px;
	padding-right: 82px;
	color: #fff;
	margin: 0;
	line-height: 58px
}

.modal-content {
	padding: 24px;
	color: #222;
	word-break: normal;
	word-break: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto
}

.modal-content.modal-type {
	padding-left: 68px;
	position: relative
}

.modal-content.modal-type:before {
	content: "";
	width: 32px;
	height: 32px;
	position: absolute;
	top: 24px;
	left: 24px;
	background-repeat: no-repeat;
	background-size: 32px 32px;
	background-position: center
}

.modal-content.info:before {
	background-image: url("../img/message/info.svg")
}

.modal-content.success:before {
	background-image: url("../img/message/success.svg")
}

.modal-content.error:before {
	background-image: url("../img/message/error.svg")
}

.modal-content.warning:before {
	background-image: url("../img/message/warning.svg")
}

.modal-footer {
	background-color: #f5f5f5;
	border-top: 1px solid #dfdfdf;
	margin: 0;
	padding-top: 12px;
	padding-right: 24px;
	padding-bottom: 12px;
	padding-left: 24px
}

.modal-footer .btn {
	margin-top: 0;
	margin-bottom: 0
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards
}

.remodal.remodal-is-opening {
	-webkit-animation-name: remodal-opening-keyframes;
	animation-name: remodal-opening-keyframes
}

.remodal.remodal-is-closing {
	-webkit-animation-name: remodal-closing-keyframes;
	animation-name: remodal-closing-keyframes
}

.remodal,
.remodal-wrapper:after {
	vertical-align: middle
}

.remodal-close {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	overflow: visible;
	width: 58px;
	height: 58px;
	margin: 0;
	padding: 0;
	background-color: #6f1d25;
	cursor: pointer;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
	text-decoration: none;
	color: #fff;
	border: 0;
	outline: 0
}

.remodal-close:hover,
.remodal-close:focus {
	background-color: #E53517
}

.remodal-close:before {
	font-size: 28px;
	font-weight: 300;
	line-height: 56px;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 58px;
	content: "\00d7";
	text-align: center
}

@-webkit-keyframes remodal-opening-keyframes {
	from {
		-webkit-transform: scale(0.95);
		transform: scale(0.95);
		opacity: 0
	}
	to {
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

@keyframes remodal-opening-keyframes {
	from {
		-webkit-transform: scale(0.95);
		transform: scale(0.95);
		opacity: 0
	}
	to {
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

@-webkit-keyframes remodal-closing-keyframes {
	from {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
	to {
		-webkit-transform: scale(0.95);
		transform: scale(0.95);
		opacity: 0
	}
}

@keyframes remodal-closing-keyframes {
	from {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
	to {
		-webkit-transform: scale(0.95);
		transform: scale(0.95);
		opacity: 0
	}
}

@-webkit-keyframes remodal-overlay-opening-keyframes {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

@keyframes remodal-overlay-opening-keyframes {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

@-webkit-keyframes remodal-overlay-closing-keyframes {
	from {
		opacity: 1
	}
	to {
		opacity: 0
	}
}

@keyframes remodal-overlay-closing-keyframes {
	from {
		opacity: 1
	}
	to {
		opacity: 0
	}
}

@media only screen and (min-width: 641px) {
	.remodal {
		max-width: 420px
	}
}

.lt-ie9 .remodal-overlay {
	background: #2b2e38
}

.lt-ie9 .remodal {
	width: 420px
}

.toast-title {
	font-weight: 600
}

.toast-message,
.toast-title {
	margin-right: 32px;
	margin-left: 32px
}

.toast-message {
	word-wrap: break-word;
	font-size: 0.875rem
}

button.toast-close-button {
	position: absolute;
	top: 0;
	right: 12px;
	font-size: 1.125rem;
	line-height: 1.125rem;
	height: 100%;
	display: block;
	color: rgba(255, 255, 255, 0.5);
	padding: 0;
	background: transparent;
	border: 0;
	-webkit-appearance: none
}

button.toast-close-button:hover {
	color: #fff
}

.toast-position-auto {
	bottom: 0;
	left: 0;
	width: 100%
}

@media only screen and (min-width: 40.063em) {
	.toast-position-auto {
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
		width: 480px;
		left: 50%;
		margin-left: -240px
	}
}

#toast-container {
	position: fixed;
	z-index: 999999
}

#toast-container>div {
	position: relative;
	overflow: hidden;
	margin: 12px;
	padding: 12px;
	border-radius: 4px;
	opacity: 0.95
}

.toast {
	position: relative;
	background-color: #fff;
	color: #222;
	border: 1px solid #dfdfdf;
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15)
}

.toast:before {
	content: "";
	width: 24px;
	height: 24px;
	position: absolute;
	top: 10px;
	left: 12px;
	background-image: url("../img/message/info.svg");
	background-repeat: no-repeat;
	background-size: 24px 24px;
	background-position: center
}

.toast.toast-success {
	background-color: #4CAF50;
	color: #fff;
	border-color: #449d48
}

.toast.toast-success:before {
	background-image: url("../img/message/success.svg")
}

.toast.toast-error {
	background-color: #D32F2F;
	color: #fff;
	border-color: #c02929
}

.toast.toast-error:before {
	background-image: url("../img/message/error.svg")
}

.toast.toast-info {
	background-color: #4682b4;
	color: #fff;
	border-color: #3f75a2
}

.toast.toast-info:before {
	background-image: url("../img/message/info.svg")
}

.toast.toast-warning {
	background-color: orange;
	color: #fff;
	border-color: #e69500
}

.toast.toast-warning:before {
	background-image: url("../img/message/warning.svg")
}

.toast-progress {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	background-color: #000000;
	opacity: 0.2
}

.datepick {
	background-color: #fff;
	border: 1px solid #F7C7BD;
	border-radius: 4px;
	overflow: hidden;
	font-size: 0.9375rem
}

.datepick a {
	color: #E53517;
	text-decoration: none
}

.datepick a.datepick-disabled {
	cursor: auto
}

.datepick button {
	margin: 0.25em;
	padding: 0.125em 0em;
	background-color: olive;
	border: none;
	border-radius: 4px
}

.datepick-popup {
	margin-top: 8px;
	z-index: 1000;
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15)
}

.datepick-disable {
	position: absolute;
	z-index: 100;
	opacity: 0.5;
	filter: alpha(opacity=50)
}

.datepick-nav,
.datepick-ctrl {
	position: relative;
	float: left;
	width: 100%;
	background-color: #f5f5f5
}

.datepick-ctrl {
	background-color: #f5f5f5;
	border-top: 1px solid #dfdfdf;
	padding: 8px 12px
}

.datepick-cmd {
	font-size: 0.8125rem;
	display: inline;
	background-color: transparent;
	padding: 0;
	color: #E53517
}

.datepick-cmd.datepick-cmd-prev,
.datepick-cmd.datepick-cmd-next {
	-webkit-transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
	-moz-transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
	-ms-transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
	-o-transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
	transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background-color: #E53517;
	border: 1px solid #E53517;
	display: block !important;
	text-indent: -9999px;
	position: absolute;
	top: 14px;
	left: 12px
}

.datepick-cmd.datepick-cmd-prev:after,
.datepick-cmd.datepick-cmd-next:after {
	-webkit-transition: color 0.3s ease-in-out;
	-moz-transition: color 0.3s ease-in-out;
	-ms-transition: color 0.3s ease-in-out;
	-o-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;
	font-family: 'lovion-app';
	content: "\e608";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	display: block;
	color: #fff;
	text-indent: 0;
	text-align: center;
	font-size: 15px;
	line-height: 22px
}

.datepick-cmd.datepick-cmd-prev:hover,
.datepick-cmd.datepick-cmd-next:hover {
	background-color: #fff;
	border: 1px solid #fff
}

.datepick-cmd.datepick-cmd-prev:hover:after,
.datepick-cmd.datepick-cmd-next:hover:after {
	color: #E53517
}

.datepick-cmd.datepick-cmd-next {
	left: auto;
	right: 12px
}

.datepick-cmd.datepick-cmd-next:after {
	content: "\e607"
}

.datepick-cmd.datepick-cmd-current,
.datepick-cmd.datepick-cmd-today {
	display: none
}

.datepick-cmd.datepick-cmd-prev,
.datepick-cmd.datepick-cmd-prevJump,
.datepick-cmd.datepick-cmd-clear {
	float: left
}

.datepick-cmd.datepick-cmd-next,
.datepick-cmd.datepick-cmd-nextJump,
.datepick-cmd.datepick-cmd-close {
	float: right
}

.datepick-month-nav {
	float: left;
	background-color: #fff;
	text-align: center
}

.datepick-month-nav div {
	float: left;
	width: 12.5%;
	margin: 1%;
	padding: 1%
}

.datepick-month-row {
	clear: left
}

.datepick-month-header {
	border-bottom: 1px solid #dfdfdf;
	padding-top: 12px;
	padding-bottom: 12px;
	background-color: #E53517;
	height: auto
}

.datepick-month-header select,
.datepick-month-header input {
	background-color: #fff;
	color: #666;
	border: 1px solid #6f1d25;
	width: auto;
	display: inline;
	margin: 0em;
	padding: 0em;
	font-size: 0.8125rem;
	padding: 0.2em
}

.datepick-month-header input {
	position: absolute;
	display: none
}

.datepick-month {
	float: left;
	width: 18em;
	text-align: center
}

.datepick-month table {
	width: 100%;
	border-collapse: collapse;
	border: 12px solid #fff
}

.datepick-month th,
.datepick-month td {
	margin: 0em;
	padding: 0em;
	font-weight: normal;
	text-align: center;
	font-size: 0.8125rem
}

.datepick-month th,
.datepick-month th a {
	color: #999;
	font-weight: 600
}

.datepick-month td {
	background-color: #fff;
	padding: 2px
}

.datepick-month td .datepick-other-month {
	background-color: transparent;
	color: #b3b3b3
}

.datepick-month td .datepick-weekend {
	background-color: #f5f5f5;
	color: #E53517
}

.datepick-month td .datepick-weekend.datepick-other-month {
	background-color: #fafafa;
	color: #b3b3b3
}

.datepick-month td .datepick-today {
	background-color: transparent;
	color: #E53517;
	border-color: #F7C7BD;
	font-weight: 600
}

.datepick-month td .datepick-highlight {
	background-color: #E53517;
	border-color: #E53517;
	color: #fff
}

.datepick-month td .datepick-selected {
	background-color: #E53517;
	border-color: #E53517;
	color: #fff
}

.datepick-month a {
	display: block;
	width: 100%;
	padding: 0.25em 0em;
	background-color: #fff;
	color: #E53517;
	border: 1px solid #F7C7BD;
	border-radius: 2px;
	text-decoration: none
}

.datepick-month span {
	display: block;
	width: 100%;
	padding: 0.25em 0em
}

.datepick-month th.datepick-week {
	background-color: lightseagreen;
	color: teal
}

.datepick-status {
	clear: both;
	background-color: deeppink;
	text-align: center
}

.datepick-clear-fix {
	clear: both
}

.wickedpicker {
	user-select: none;
	background: #fff;
	margin: 7px auto 0 auto;
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
	border: 1px solid #dfdfdf;
	border-radius: 4px;
	font-size: 14px;
	display: none
}

.wickedpicker__title {
	text-align: center;
	position: relative;
	background: #E53517;
	color: #fff;
	margin: 0 auto;
	padding: 12px 11px 10px 15px;
	border-radius: 4px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.wickedpicker__close {
	position: absolute;
	top: 0;
	right: 10px;
	color: #fff;
	cursor: pointer;
	font-size: 18px
}

.wickedpicker__close:before {
	content: '\00d7'
}

.wickedpicker__controls {
	text-align: center;
	padding: 15px;
	line-height: normal;
	margin: 0
}

.wickedpicker__controls__control {
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	font-size: inherit;
	margin: 0 auto;
	width: 40px;
	letter-spacing: 1.3px
}

.wickedpicker__controls__control .timepicker-up,
.wickedpicker__controls__control .timepicker-down {
	-webkit-transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
	-moz-transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
	-ms-transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
	-o-transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
	transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
	border-radius: 4px;
	border: 1px solid #dfdfdf;
	text-align: center;
	color: #E53517;
	position: relative;
	display: block;
	font-size: 16px;
	cursor: pointer;
	background-color: #f5f5f5
}

.wickedpicker__controls__control .timepicker-up:hover,
.wickedpicker__controls__control .timepicker-down:hover {
	background-color: #E53517;
	border-color: #E53517;
	color: #fff
}

.wickedpicker__controls__control .timepicker-up {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.wickedpicker__controls__control .timepicker-up:before {
	font-family: 'lovion-app';
	content: '\e606'
}

.wickedpicker__controls__control .timepicker-down {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.wickedpicker__controls__control .timepicker-down:after {
	font-family: 'lovion-app';
	content: '\e605'
}

.wickedpicker__controls__control--separator {
	width: 10px;
	display: inline-block
}

.wickedpicker__controls__control--hours,
.wickedpicker__controls__control--minutes,
.wickedpicker__controls__control--seconds,
.wickedpicker__controls__control--meridiem {
	border-left: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
	display: inline-block;
	width: 40px;
	padding-top: 5px;
	padding-bottom: 5px
}

.wickedpicker__controls__control--hours:focus,
.wickedpicker__controls__control--minutes:focus,
.wickedpicker__controls__control--seconds:focus,
.wickedpicker__controls__control--meridiem:focus {
	outline: none
}

.hover-state {
	color: #E53517
}

.clearable-picker>span {
	position: absolute;
	top: 8px;
	right: 32px;
	cursor: pointer;
	font-size: 16px;
	width: 16px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	border-radius: 50%;
	background-color: #f5f5f5
}

.clearable-picker>span:hover {
	background-color: #E53517;
	color: #fff
}

.candlestick-wrapper {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 30px;
	float: left
}

.candlestick-wrapper .candlestick-bg.candlestick-disabled {
	cursor: not-allowed;
	opacity: 0.4
}

.candlestick-wrapper .candlestick-bg.candlestick-disabled.readonly {
	opacity: 0.7
}

.candlestick-wrapper .candlestick-bg,
.candlestick-wrapper .candlestick-bg .candlestick-off:before,
.candlestick-wrapper .candlestick-bg .candlestick-on:after {
	background-color: #fff;
	height: 24px;
	border-radius: 15px;
	border: 1px solid #dfdfdf;
	-webkit-transition: background 0.3s cubic-bezier(0.16, 0.68, 0.43, 0.99);
	-moz-transition: background 0.3s cubic-bezier(0.16, 0.68, 0.43, 0.99);
	-ms-transition: background 0.3s cubic-bezier(0.16, 0.68, 0.43, 0.99);
	-o-transition: background 0.3s cubic-bezier(0.16, 0.68, 0.43, 0.99);
	transition: background 0.3s cubic-bezier(0.16, 0.68, 0.43, 0.99)
}

.candlestick-wrapper .candlestick-bg.on,
.candlestick-wrapper .candlestick-bg.on .candlestick-off:before,
.candlestick-wrapper .candlestick-bg.on .candlestick-on:after {
	background-color: #4CAF50;
	border-color: #4CAF50
}

.candlestick-wrapper .candlestick-bg.off,
.candlestick-wrapper .candlestick-bg.off .candlestick-off:before,
.candlestick-wrapper .candlestick-bg.off .candlestick-on:after {
	background-color: #D32F2F;
	border-color: #D32F2F
}

.candlestick-wrapper .candlestick-bg.grab:not(.candlestick-disabled) .candlestick-toggle {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: grab
}

.candlestick-wrapper .candlestick-bg .candlestick-toggle {
	-webkit-transition: left 0.3s cubic-bezier(0.16, 0.68, 0.43, 0.99);
	-moz-transition: left 0.3s cubic-bezier(0.16, 0.68, 0.43, 0.99);
	-ms-transition: left 0.3s cubic-bezier(0.16, 0.68, 0.43, 0.99);
	-o-transition: left 0.3s cubic-bezier(0.16, 0.68, 0.43, 0.99);
	transition: left 0.3s cubic-bezier(0.16, 0.68, 0.43, 0.99);
	position: absolute;
	z-index: 1;
	top: 2px;
	left: 20px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #fff;
	border: 1px solid #dfdfdf;
	-webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.3)
}

.candlestick-bg .candlestick-toggle:after {
	content: "?";
	display: inline-block;
	width: 100%;
	text-align: center;
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 20px;
	color: #999
}

.candlestick-bg.off .candlestick-toggle:after,
.candlestick-bg.on .candlestick-toggle:after {
	font-family: 'lovion-app';
	font-weight: normal;
	font-size: 0.625rem
}

.candlestick-bg.off .candlestick-toggle {
	left: 1px !important;
	border-color: #D32F2F
}

.candlestick-bg.off .candlestick-toggle:after {
	content: "\e925";
	color: #D32F2F
}

.candlestick-bg.on .candlestick-toggle {
	left: 39px !important;
	border-color: #4CAF50
}

.candlestick-bg.on .candlestick-toggle:after {
	content: "\e604";
	color: #4CAF50
}

.candlestick-bg.nc .candlestick-toggle:after {
	color: #999
}

.candlestick-wrapper .candlestick-bg .candlestick-off,
.candlestick-wrapper .candlestick-bg .candlestick-nc,
.candlestick-wrapper .candlestick-bg .candlestick-on {
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	width: 20px
}

.candlestick-wrapper .candlestick-bg .candlestick-off {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	text-align: center
}

.candlestick-wrapper .candlestick-bg .candlestick-nc {
	position: relative;
	vertical-align: top;
	left: 20px
}

.candlestick-wrapper .candlestick-bg .candlestick-on {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	text-align: center
}

.candlestick-wrapper.candlestick-contents {
	width: 306px;
	height: 56px
}

.candlestick-wrapper.candlestick-contents .candlestick-bg {
	height: 100%
}

.candlestick-wrapper.candlestick-contents .candlestick-bg .candlestick-off,
.candlestick-wrapper.candlestick-contents .candlestick-bg .candlestick-nc,
.candlestick-wrapper.candlestick-contents .candlestick-bg .candlestick-on {
	width: 100px;
	display: inline-block;
	height: 60px;
	text-align: center
}

.candlestick-wrapper.candlestick-contents .candlestick-bg .candlestick-nc {
	left: 100px
}

.candlestick-wrapper.candlestick-contents .candlestick-bg .candlestick-off:after,
.candlestick-wrapper.candlestick-contents .candlestick-bg .candlestick-nc:after,
.candlestick-wrapper.candlestick-contents .candlestick-bg .candlestick-on:after {
	content: attr(data-content);
	line-height: 56px;
	font-weight: bold;
	text-transform: uppercase
}

.candlestick-wrapper.candlestick-contents .candlestick-bg,
.candlestick-wrapper.candlestick-contents .candlestick-bg .candlestick-off:before,
.candlestick-wrapper.candlestick-contents .candlestick-bg .candlestick-on:after {
	background-color: transparent;
	border: none;
	height: 100%;
	border-radius: 0
}

.candlestick-wrapper.candlestick-contents .candlestick-bg {
	background-color: #FFFFFF;
	border: 3px solid #ededed;
	border-radius: 25px
}

.candlestick-wrapper.candlestick-contents .candlestick-bg .candlestick-toggle {
	z-index: 0;
	background-color: #d9534f;
	border-radius: 25px;
	border: 4px solid #FFFFFF;
	width: 100px;
	height: 56px
}

.candlestick-wrapper.candlestick-contents .candlestick-bg.off .candlestick-off:after,
.candlestick-wrapper.candlestick-contents .candlestick-bg.default .candlestick-nc:after,
.candlestick-wrapper.candlestick-contents .candlestick-bg.on .candlestick-on:after {
	color: #FFFFFF
}

.tristate-label {
	font-size: 0.875rem;
	line-height: 24px;
	display: inline-block;
	margin-left: 8px
}

.color-positive {
	color: #4CAF50
}

.color-negative {
	color: #D32F2F
}

.color-hint {
	color: #999
}

.angelegt,
.planung,
.freigegeben,
.in-bearbeitung,
.in_bearbeitung,
.unterbrochen,
.durchgefuehrt,
.zurueckgestellt,
.abgewiesen,
.archiviert {
	color: #fff
}

.angelegt {
	color: #666;
	-webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.5);
	background-color: #f9f9f9
}

.planung {
	background-color: #b13bf9
}

.freigegeben {
	background-color: #e42700
}

.in-bearbeitung,
.in_bearbeitung {
	background-color: #0069ff
}

.unterbrochen {
	background-color: #00bbc1
}

.durchgefuehrt {
	background-color: #00c200
}

.zurueckgestellt {
	background-color: #ee9800
}

.abgewiesen {
	background-color: #000
}

.archiviert {
	background-color: #8e8e8e
}

.color-angelegt,
.color_angelegt {
	color: #f9f9f9;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5)
}

.color-planung,
.color_planung {
	color: #b13bf9
}

.color-freigegeben,
.color_freigegeben {
	color: #e42700
}

.color-in-bearbeitung,
.color_in_bearbeitung {
	color: #0069ff
}

.color-unterbrochen,
.color_unterbrochen {
	color: #00bbc1
}

.color-durchgefuehrt,
.color_durchgefuehrt {
	color: #00c200
}

.color-zurueckgestellt,
.color_zurueckgestellt {
	color: #ee9800
}

.color-abgewiesen,
.color_abgewiesen {
	color: #000
}

.color-archiviert,
.color_archiviert {
	color: #8e8e8e
}

.demo-icon-list {
	list-style-type: none;
	margin: 0
}

.demo-icon-list>li {
	border: 1px solid #dfdfdf;
	display: inline-block;
	width: 64px;
	height: 64px;
	line-height: 64px;
	text-align: center;
	margin-right: 12px;
	margin-bottom: 12px;
	background-color: #f5f5f5;
	border-radius: 4px;
	font-size: 22px
}

.demo-icon-list>li:hover {
	background-color: #fff;
	border-color: #F7C7BD
}

.task-overview .box-content .col {
	padding: 0
}

.task-overview .box-content .col .tab-content,
.task-overview .box-content .col .map {
	height: 100%
}

.text-left {
	text-align: left !important
}

.text-right {
	text-align: right !important
}

.text-center {
	text-align: center !important
}

.text-uppercase {
	text-transform: uppercase
}

.text-lowercase {
	text-transform: lowercase
}

.text-underline {
	text-decoration: underline !important
}

.text-break-word {
	word-wrap: break-word
}

.text-no-wrap {
	white-space: nowrap !important
}

.text-pre-wrap {
	white-space: pre-wrap !important
}

.text-truncate {
	max-width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block
}

@media only screen and (max-width: 40em) {
	.small-only-text-center {
		text-align: center !important
	}
}

@media only screen and (min-width: 40.063em) and (max-width: 63.938em) {
	.medium-only-text-center {
		text-align: center !important
	}
}

@media only screen and (min-width: 64em) {
	.large-only-text-center {
		text-align: center !important
	}
}

.clearfix:after {
	content: "";
	display: table;
	clear: both
}

.no-scroll {
	overflow: hidden
}

.pull-right {
	float: right !important
}

.pull-left {
	float: left !important
}

.mute {
	opacity: .6
}

.small {
	font-size: 75%
}

.margin-top {
	margin-top: 12px
}

.margin-top-large {
	margin-top: 24px
}

.margin-bottom {
	margin-bottom: 12px
}

.margin-bottom-large {
	margin-bottom: 24px
}

.margin-left {
	margin-left: 12px
}

.margin-left-large {
	margin-left: 24px
}

.margin-right {
	margin-right: 12px
}

.margin-right-large {
	margin-right: 24px
}

.no-top-margin {
	margin-top: 0 !important
}

.no-bottom-margin {
	margin-bottom: 0 !important
}

.negative-margin-top {
	margin-top: -12px !important
}

.negative-margin-top-large {
	margin-top: -24px !important
}

.negative-margin-top-xlarge {
	margin-top: -48px !important
}

.bg-full-cover {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover
}

.hr-spacer {
	border: none !important
}

.hr-small {
	margin-top: 8px;
	margin-bottom: 8px
}

.hr-large {
	margin-top: 24px;
	margin-bottom: 24px
}

.hr-xlarge {
	margin-top: 48px;
	margin-bottom: 48px
}

.global-element-margin-bottom,
.intro-start,
.box,
.panel>.map-container {
	margin-bottom: 12px
}

@media only screen and (min-width: 40.063em) {
	.global-element-margin-bottom,
	.intro-start,
	.box,
	.panel>.map-container {
		margin-bottom: 24px
	}
}

@media only screen and (min-width: 64em) {
	.global-element-margin-bottom,
	.intro-start,
	.box,
	.panel>.map-container {
		margin-bottom: 48px
	}
}

.not-clickable,
.avoid-clicks {
	pointer-events: none
}

.clickable {
	pointer-events: auto
}

.hide {
	display: none !important
}

.show {
	display: block !important
}

.invisible {
	visibility: hidden
}

.show-for-small-only,
.show-for-medium-only,
.show-for-large-only,
.show-for-xlarge-only,
.show-for-xxlarge-only,
.portrait-only,
.landscape-only {
	display: none
}

@media only screen and (orientation: portrait) {
	.portrait-only {
		display: inherit
	}
}

@media only screen and (orientation: landscape) and (min-width: 40.063em) {
	.landscape-only {
		display: inherit
	}
}

@media only screen and (max-width: 40em) {
	.show-for-small-only {
		display: inherit
	}
}

@media only screen and (min-width: 40.063em) and (max-width: 63.938em) {
	.show-for-medium-only {
		display: inherit
	}
}

@media only screen and (min-width: 64em) {
	.show-for-large-only {
		display: inherit
	}
}

@media only screen and (max-width: 40em) {
	.hide-on-small {
		display: none
	}
}

@media only screen and (min-width: 40.063em) and (max-width: 63.938em) {
	.hide-on-medium {
		display: none
	}
}

@media only screen and (min-width: 64em) {
	.hide-on-large {
		display: none
	}
}

.cursor-auto,
.cursor-auto * {
	cursor: auto
}

.cursor-default,
.cursor-default * {
	cursor: default
}

.cursor-none,
.cursor-none * {
	cursor: none
}

.cursor-context-menu,
.cursor-context-menu * {
	cursor: context-menu
}

.cursor-help,
.cursor-help * {
	cursor: help
}

.cursor-pointer,
.cursor-pointer * {
	cursor: pointer
}

.cursor-progress,
.cursor-progress * {
	cursor: progress
}

.cursor-wait,
.cursor-wait * {
	cursor: wait
}

.cursor-cell,
.cursor-cell * {
	cursor: cell
}

.cursor-crosshair,
.cursor-crosshair * {
	cursor: crosshair
}

.cursor-text,
.cursor-text * {
	cursor: text
}

.cursor-vertical-text,
.cursor-vertical-text * {
	cursor: vertical-text
}

.cursor-alias,
.cursor-alias * {
	cursor: alias
}

.cursor-copy,
.cursor-copy * {
	cursor: copy
}

.cursor-move,
.cursor-move * {
	cursor: move
}

.cursor-no-drop,
.cursor-no-drop * {
	cursor: no-drop
}

.cursor-not-allowed,
.cursor-not-allowed * {
	cursor: not-allowed
}

.cursor-all-scroll,
.cursor-all-scroll * {
	cursor: all-scroll
}

.cursor-col-resize,
.cursor-col-resize * {
	cursor: col-resize
}

.cursor-row-resize,
.cursor-row-resize * {
	cursor: row-resize
}

.cursor-n-resize,
.cursor-n-resize * {
	cursor: n-resize
}

.cursor-e-resize,
.cursor-e-resize * {
	cursor: e-resize
}

.cursor-s-resize,
.cursor-s-resize * {
	cursor: s-resize
}

.cursor-w-resize,
.cursor-w-resize * {
	cursor: w-resize
}

.cursor-ns-resize,
.cursor-ns-resize * {
	cursor: ns-resize
}

.cursor-ew-resize,
.cursor-ew-resize * {
	cursor: ew-resize
}

.cursor-ne-resize,
.cursor-ne-resize * {
	cursor: ne-resize
}

.cursor-nw-resize,
.cursor-nw-resize * {
	cursor: nw-resize
}

.cursor-se-resize,
.cursor-se-resize * {
	cursor: se-resize
}

.cursor-sw-resize,
.cursor-sw-resize * {
	cursor: sw-resize
}

.cursor-nesw-resize,
.cursor-nesw-resize * {
	cursor: nesw-resize
}

.cursor-nwse-resize,
.cursor-nwse-resize * {
	cursor: nwse-resize
}

.cursor-rotate {
	cursor: url(../img/cursor-rotate.png), auto
}

.cursor-demo {
	display: inline-block;
	width: 80px;
	height: 40px;
	padding: 5px;
	background: #f5f5f5;
	border: 1px solid #dfdfdf;
	border-radius: 4px;
	margin: 10px;
	font-size: 10px
}

.print-only {
	display: none
}

@media print {
	*,
	*:before,
	*:after {
		color: #000 !important;
		background: transparent !important;
		box-shadow: none !important;
		text-shadow: none !important
	}
	body,
	html {
		margin: 0;
		padding: 0
	}
	body {
		max-width: inherit !important;
		width: 98% !important;
		margin: 0 auto
	}
	@page {
		size: auto;
		margin: 1.2cm 0.75cm
	}
	nav,
	aside,
	video,
	.page-header,
	.page-footer,
	.top-jumper,
	.page-sidebar,
	.progress-bar,
	.arrow-steps li:after,
	.arrow-steps li:before,
	#style-switcher,
	.progress-bar>li .progress-bar--circle:after,
	.btn,
	.buttonbar,
	.box-header.expandable-trigger:before {
		display: none !important
	}
	ul,
	ol,
	img,
	table,
	pre,
	blockquote,
	input,
	textarea,
	.form-block {
		page-break-inside: avoid
	}
	h1,
	h2,
	h3,
	h4 {
		page-break-after: avoid
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 2
	}
	pre,
	blockquote {
		border: 1px solid #999
	}
	img {
		max-width: 100% !important
	}
	.content {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		float: none
	}
	table {
		border-collapse: collapse
	}
	thead {
		display: table-header-group
	}
	table,
	td,
	th {
		border: 1px solid #999
	}
	td,
	th {
		padding: 1%
	}
	th {
		font-weight: bold
	}
	a,
	a:visited {
		color: #06c !important
	}
	a[href] {
		text-decoration: underline
	}
	abbr {
		border: none
	}
	abbr[title]:after {
		content: " (" attr(title) ") ";
		font-style: italic;
		font-size: .75em
	}
	.print-only {
		display: block !important
	}
	.hide-on-print {
		display: none !important
	}
	.page-break-before {
		page-break-before: always
	}
	.page-break-after {
		page-break-after: always
	}
	.restricted-content-width {
		margin: 0 auto
	}
	.page-content-header {
		text-align: center;
		border: none
	}
	.page-entry-title {
		border-bottom: 1px solid #999;
		padding-bottom: 24px
	}
	.button-list>li {
		width: auto
	}
	.btn,
	a.btn {
		color: #000 !important;
		border: 1px solid #000 !important;
		text-decoration: none !important
	}
	.tabs a.active {
		color: #000 !important;
		text-decoration: none
	}
	.arrow-steps li.active {
		font-weight: 700
	}
	.badge {
		border: 1px solid #000
	}
	.page {
		padding-top: 20px
	}
	.box-content {
		display: block !important
	}
	.toggle-item>input[type=radio]:disabled+label,
	.toggle-item>input[type=checkbox]:disabled+label {
		opacity: 0.8 !important
	}
	.toggle-item>input[type=radio]:disabled+label:before,
	.toggle-item>input[type=radio]:disabled+label:after,
	.toggle-item>input[type=checkbox]:disabled+label:before,
	.toggle-item>input[type=checkbox]:disabled+label:after {
		opacity: 1 !important
	}
	.toggle-item>input[type=radio]:disabled:checked+label,
	.toggle-item>input[type=checkbox]:disabled:checked+label {
		opacity: 1 !important
	}
	.toggle-item.checkbox>label:after {
		content: "" !important
	}
	.toggle-item.checkbox>input[type=checkbox]:checked+label:after {
		content: "\e604" !important
	}
	.list-summary li:after {
		content: "";
		display: table;
		clear: both
	}
	.list-summary li:last-child {
		border-bottom: none
	}
	.list-summary .list-summary-label {
		font-size: 0.875rem;
		float: left;
		clear: left;
		width: 50%;
		padding-right: 12px
	}
	.list-summary .list-summary-value {
		float: left;
		width: 50%
	}
}

