﻿@media (max-width: 10000px) {
	html {
		font-size: 95%
	}
}

@media (max-width: 1710px) {
	html {
		font-size: 85%
	}
}

@media (max-width: 1024px) {
	html {
		font-size: 80%
	}
}

@media (max-width: 768px) {
	html {
		font-size: 75%
	}
}

@media (max-width: 560px) {
	html {
		font-size: 70%
	}
}

.h1, h1 {
	font-size: 2.6rem;
	line-height: 1.18
}

@media (max-width: 1024px) {
	.h1, h1 {
		font-size: 2.24609rem
	}
}

@media (max-width: 900px) {
	.h1, h1 {
		font-size: 2.24609rem
	}
}

.h2, h2 {
	font-size: 2.1rem;
	line-height: 1.2
}

@media (max-width: 1024px) {
	.h2, h2 {
		font-size: 1.79688rem
	}
}

.h3, h3 {
	font-size: 1.9rem;
	line-height: 1.2
}

@media (max-width: 1024px) {
	.h3, h3 {
		font-size: 1.57227rem
	}
}

.h4, h4 {
	font-size: 1.6rem;
	line-height: 1.2
}

@media (max-width: 1024px) {
	.h4, h4 {
		font-size: 1.34766rem
	}
}

.h5, h5 {
	font-size: 1.45rem;
	line-height: 1.24
}

@media (max-width: 1024px) {
	.h5, h5 {
		font-size: 1.34766rem
	}
}

.h6, h6 {
	font-size: 1.35rem;
	line-height: 1.22727
}

@media (max-width: 1024px) {
	.h6, h6 {
		font-size: 1.34766rem
	}
}

.stage-slider .image {
	opacity: 0.8;
}

@media (max-width: 10000px) {
	.stage-slider-tile.login {
		width: calc(40% - 2rem)
	}
}

@media (max-width: 1440px) {
	.stage-slider-tile.login {
		width: calc(40% - 2rem)
	}
}

@media (max-width: 1024px) {
	.stage-slider-tile.login {
		width: calc(40% - 2rem);
	}
}

@media (max-width: 900px) {
	.stage-slider-tile.login {
		width: calc(50% - 0.63rem)
	}
}

@media (max-width: 650px) {
	.stage-slider-tile.login {
		width: 100%;
		padding: 0;
		background: transparent
	}
}

.fullwidth {
	width: 100%
}

table * {
	word-break: normal;
}

input[type="date"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
textarea,
select,
.formular input,
.formular textarea {
	border: 1px solid #ccc;
	border-radius: 0;
	padding: 0.2rem 0.5rem 0.3rem;
}

.inputlabel {
	padding-top: 0.3rem;
}

a,
a:hover {
	color: #007755;
}
.stage-small a:hover {
	color: #fff;
}

hr {
	height: 2px;
	background: #ddd;
	margin: 1rem 0;
}

select {
	max-width: 100%;
}

p {
	margin-bottom: 1rem;
}

.row > * {
	margin-top: 1rem;
}

.semibold {
	font-weight: 600;
}

.card {
	min-height: 0;
	border-radius: 0;
}

.card-body {
	padding: 1rem;
}

.card-body > * {
	margin-bottom: 1rem;
}

.news-element {
	margin-bottom: 2rem;
}

.news-element .link {
	bottom: 0;
}

.modal {
	padding: 0 !important;
	max-height: 98%;
}

.modal-dialog {
	padding-top: 1rem;
	margin: 0 auto;
	width: 50rem;
	max-width: 95%;
	max-height: 100%;
}

.modal-dialog .modal-content {
	max-width: 100%;
	max-height: 100%;
}

.modal-dialog .modal-body {
	overflow: auto;
	padding: 2rem;
}

.modal-title {
	line-height: 3rem;
	color: #fff;
}

.modal-header {
	background-color: rgb(63,81,181);
}

.modal-dialog .close {
	font-size: 4rem !important;
	line-height: 2rem;
	color: #fff;
}

.md-toolbar-tools h2 {
	font-size: 2.1rem!important;
	font-weight: 700!important;
}

.md-toolbar-tools  .close {
	font-size: 4rem;
	line-height: 2rem;
	padding: 0;
	margin-top: -1rem!important;
	font-weight: 700;
}

.docuViewMode img {
	height: auto !important;
}

.table th, .table th ~ td {
	border-top: 0;
}

.toggle-content {
	margin-bottom: 5rem;
}

.full {
	width: 100%;
}

.page-header {
	margin-top: 0;
}

table thead {
	color: #404040;
	background-color: inherit;
}

.alert {
	border-radius: 0;
}

.ui-widget {
	font-family: inherit !important;
	font-size: inherit !important;
}

.slim-alert {
	padding: 3px 12px;
	background-color: #fcfcfc;
	box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
	border-left: 4px solid #999;
	margin: 5px 0 15px
}

.slim-alert.alert-success,
.slim-alert.success {
	border-left: 4px solid #7ad03a
}

.slim-alert.alert-warning,
.slim-alert.warning {
	border-left: 4px solid #f0ad4e
}

.slim-alert.alert-danger,
.slim-alert.danger {
	border-left: 4px solid #dd3d36
}

.slim-alert.alert-info,
.slim-alert.info {
	border-left: 4px solid #2ea2cc
}

.slim-alert p {
	margin: .3em;
	padding: 2px
}

/*.row {
	margin: 0;
}*/

.btn {
	border-radius: 0;
}

input[type="submit"].custombutton,
.custombutton {
	display: inline-block;
	padding: 0.2rem 0.6rem 0.3rem;
	border: 1px solid #777;
	border-radius: 0;
	background-color: #009682;
	color: #fff !important;
	vertical-align: top;
	font-size: 1.2rem;
	text-align: center;
	cursor: pointer;
}

.uib-datepicker-popup .custombutton + .custombutton{
	margin-left: 1rem;
}

a.custombutton:not([href]) {
	color: #fff !important;
}

.custombutton:hover {
	background-color: #007F6E;
}

.custombutton[disabled] {
	color: #ddd !important;
	background-color: #4db6a8;
	border-color: #aaa;
	cursor: not-allowed;
}

.custombutton i:not(:last-child) {
	margin-right: 6px;
}

.custombutton.blau {
	background-color: #4664aa;
	border-color: #777;
}

.custombutton.blau:hover {
	background-color: #395389;
}

.custombutton.blau[disabled] {
	background-color: #7e93c4;
	border-color: #aaa;
}

.custombutton.gruen {
	background-color: #8cb63c;
	border-color: #888;
}

.custombutton.gruen:hover {
	background-color: #6B8E00;
}

.custombutton.gruen[disabled] {
	background-color: #afcc77;
	border-color: #aaa;
}

.custombutton.rot {
	background-color: #a22223;
	border-color: #777;
}

.custombutton.rot:hover {
	background-color: #871C1E;
}

.custombutton.rot[disabled] {
	background-color: #be6465;
	border-color: #aaa;
}

.custombutton.cyan {
	background-color: #23a1e0;
	border-color: #777;
}

.custombutton.cyan:hover {
	background-color: #0789BC;
}

.custombutton.cyan[disabled] {
	background-color: #65bde9;
	border-color: #aaa;
}

.custombutton.braun {
	color: #fff !important;
	background-color: #a7822e;
	border-color: #777;
}

.custombutton.braun:hover {
	background-color: #896826;
}

.custombutton.braun[disabled] {
	color: #eee !important;
	background-color: #c1a86d;
	border-color: #aaa;
}

.custombutton.lila {
	background-color: #a3107c;
	border-color: #777;
}

.custombutton.lila:hover {
	background-color: #890D6A;
}

.custombutton.lila[disabled] {
	background-color: #bf58a3;
	border-color: #aaa;
}

.custombutton.schwarz {
	background-color: #404040;
	border-color: #777;
}

.custombutton.schwarz:hover {
	background-color: #111;
}

.custombutton.schwarz[disabled] {
	background-color: #666;
	border-color: #aaa;
}

.custombutton.grau {
	color: #404040 !important;
	background-color: #eee;
	border-color: #ccc;
}

.custombutton.grau:hover {
	background-color: #dbdbdb;
	border-color: #bbb;
}

.custombutton.grau[disabled] {
	color: #999 !important;
	background-color: #eee;
	border-color: #ccc;
}

.text-kit {
	color: #00876C;
}

.text-blau {
	color: #4664AA;
}

.text-schwarz {
	color: #404040;
}

.text-gruen {
	color: #77A200;
}

.text-lila {
	color: #A3107C;
}

.text-braun {
	color: #A7822E;
}

.text-cyan {
	color: #079EDE;
}

.text-rot {
	color: #AD3030;
}

.text-grau {
	color: #666;
}

.text-hellgrau {
	color: #ccc;
}

a.stage-slider-tile:hover {
	color: white;
}

label {
	font-weight: 600;
}

.form-group {
	margin-bottom: 1rem;
}

.formular .note {
	font-size: 0.8em;
	color: #808080;
}

.required, .error {
	color: #ff0000;
}

.formular fieldset, .preview fieldset {
	padding: 4px 8px;
}

.formular fieldset legend, .preview fieldset legend {
	padding: 0 1em;
	float: none !important;
}

.formular .form_desc {
	padding: 0.6em 50px 0.5em inherit;
}

.formular .form_values {
	padding: 0.5em 0 0.5em inherit;
}

.formular .form_values .form_value_radio {
	text-indent: -19px;
	margin-left: 19px;
}

.formular .form_values .form_value_checkbox {
	text-indent: -19px;
	margin-left: 19px;
}

.formular input, .formular select, .formular textarea {
	background-color: #e5e5e5;
	padding: 2px 4px;
}

.formular input[type="submit"], .preview input[type="submit"] {
	background: linear-gradient(to bottom, #009682 0%, #b3e0da 100%);
	border-radius: 8px 0;
	border-color: #808080;
	font-weight: bold;
	margin-top: 20px;
	padding: 4px 8px;
	cursor: pointer;
	color: #ffffff;
}

.formular input[type="submit"]:hover, .preview input[type="submit"]:hover {
	color: #000000;
}

.field-validation-error {
	color: red;
}

/*datatables adjustments*/
.dataTables_wrapper > div {
	margin-bottom: 15px;
}

.dataTables_filter input[type="search"] {
	width: auto;
	padding: 2px 4px;
}

/*customtooltip*/
.customtooltip {
	position: relative;
	display: inline-block;
	cursor: pointer;
	font-style: normal !important;
}

.customtooltip .customtooltiptext {
	visibility: hidden;
	position: absolute;
	width: 300px;
	background-color: #fff !important;
	color: #000;
	border: 2px solid #888;
	border-radius: 4px;
	box-shadow: 0 0 5px #aaa;
	box-sizing: border-box;
	padding: 8px;
	z-index: 1;
	top: 24px;
	left: 24px;
	font-family: Verdana,Arial,sans-serif;
	font-weight: 300;
	font-style: normal;
	line-height: 1.462;
	color: #222;
}

.customtooltip:hover .customtooltiptext {
	visibility: visible;
}

.input-group {
	display: table;
}

.input-group > * {
	display: table-cell;
}

.input-group > input[type="text"] {
	border: 0;
}

.input-group,
select {
	/*border: 2px solid #00876c;*/
	border: 1px solid #ccc;
}

.select2-container {
	width: 300px;
}

.select2-container .select2-choice, .select2-chosen, .select2-choice > span:first-child, .select2-container .select2-choices .select2-search-field input {
	height: unset !important;
	line-height: unset !important;
}

.select2-chosen, .select2-choice > span:first-child, .select2-container .select2-choices .select2-search-field input {
	padding: 0.3rem 1rem 0.3rem !important;
	font-size: 1rem;
}

.select2-drop.select2-drop-active {
	border: 1px solid #ccc;
	border-top: 0px;
	width: 302px !important;
	margin: 0 0 0 -1px !important;
}

.input-group .input-group-addon {
	padding: 0 5px;
	background: #ddd;
	color: #777;
	text-align: center;
	vertical-align: middle;
}

.input-group .select2-container .select2-choice {
	border: 0;
	border-radius: 0;
	box-shadow: inset 0 0;
}

.select2-container .select2-choice,
.select2-container .select2-choice .select2-arrow {
	border-radius: 0 !important;
}


.select2-container .select2-choice .select2-arrow b {
	background-position: 0 0 !important;
	background-size: 420% !important;
}

.select2-container .select2-choice > .select2-chosen {
	font-size: 1.1rem;
}

.date {
	display: table;
	border: 1px solid #ccc;
	width: auto;
}

.date > * {
	vertical-align: top;
}

.date > input {
	width: 11rem;
	border: 0;
}

.date > span {
	display: table-cell;
	padding: 0 5px;
	background: #ddd;
	color: #777;
}

div.table-responsive, div.table-responsive-reformat-horizontal {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	word-break: normal !important;
}

.dataTables_wrapper {
	padding-bottom: 5rem;
}

@media screen and (max-width: 600px) {
	div .table-responsive-2col th, div.table-responsive-2col td {
		display: inline-block;
		width: 100%;
	}

	div.table-responsive-2col td:not(:first-child) {
		border: 0;
	}

	div.table-responsive-reformat-horizontal table thead {
		display: none;
	}

	div.table-responsive-reformat-horizontal table body,
	div.table-responsive-reformat-horizontal table tr,
	div.table-responsive-reformat-horizontal table td {
		display: block;
		position: relative;
	}

	div.table-responsive-reformat-horizontal table tr {
		margin-top: 2rem;
		border: 1px solid #ddd;
		border-width: 0 1px 1px;
	}

	div.table-responsive-reformat-horizontal table td {
		text-align: right !important;
		width: 100% !important;
		max-width: 100% !important;
		padding-left: 40%;
		min-height: 2.8rem;
	}

	div.table-responsive-reformat-horizontal table td > div {
		display: inline-block !important;
	}

	div.table-responsive-reformat-horizontal table td::before {
		content: attr(data-label);
		position: absolute;
		left: 0;
		width: 40%;
		padding: 0 1rem;
		font-weight: 600;
		text-align: left !important;
	}
}

.ui-tabs, .ui-tabs .ui-tabs-nav {
	padding: 0;
}

.ui-tabs-nav,
.nav {
	padding: 0;
	margin-top: 40px;
	border-radius: 0;
	border: 0 !important;
	background: #fff !important;
}

.ui-tabs .ui-tabs-nav li,
.nav li {
	background: #fff;
	border: 0;
	margin: 0 !important;
}

.ui-tabs-nav li a,
.nav li a {
	color: #000;
	font-weight: bold;
	padding: 0.4em 0.7em 0.25em;
	border-bottom: 0.3125rem solid #e6e6e6;
}

.ui-tabs-nav li.ui-state-active a,
.ui-tabs-nav li a:hover,
.nav a.active,
.nav li a:hover {
	color: #00876c;
	background: #fff;
	border-color: #00876c;
	cursor: pointer;
	text-decoration: none;
}

.title-muted {
	color: #999;
}

.bs4card {
	position: relative;
	margin-bottom: 0.75rem;
	border: 1px solid #e5e5e5;
	border-radius: 0.25rem;
	background-color: #fff;
	min-height: 0;
	min-width: 0;
}

.card-block {
	padding: 1.25rem;
}

.card-title {
	margin-top: 0;
	margin-bottom: 0.75rem;
}

.card-subtitle {
	margin-top: -0.375rem;
	margin-bottom: 0;
}

.card-text:last-child {
	margin-bottom: 0;
}

.card-link:hover {
	text-decoration: none;
}

.card-link + .card-link {
	margin-left: 1.25rem;
}

.bs4card > .list-group:first-child .list-group-item:first-child {
	border-radius: 0.25rem 0.25rem 0 0;
}

.bs4card > .list-group:last-child .list-group-item:last-child {
	border-radius: 0 0 0.25rem 0.25rem;
}

.card-status {
	font-size: 36px;
	font-weight: bold;
	color: #333;
	line-height: 1.1em;
	text-align: center;
}

.card-status.card-status-icon {
	padding-left: 30px;
}

.card-status-icon i {
	position: absolute;
	left: 1rem;
	font-size: 3rem;
	line-height: 3rem;
	color: #aaa;
}

.card-status-icon i.warning {
	color: #aa3333;
}

.card-status span {
	font-size: 14px;
	display: block;
	line-height: 1.1em;
	font-weight: 500;
	color: #999;
	text-transform: uppercase;
}

.card-accented {
	border-top: 2px solid #007755;
}

.bs4card .card-title {
	color: #888;
	font-size: 16px;
}

.card-header {
	padding: 0.75rem 1.25rem;
	background-color: #f5f5f5;
	border-bottom: 0.0625rem solid #e5e5e5;
}

.card-header:first-child {
	border-radius: 0.1875rem 0.1875rem 0 0;
}

.card-footer {
	padding: 0.75rem 1.25rem;
	background-color: #f5f5f5;
	border-top: 0.0625rem solid #e5e5e5;
}

.card-footer:last-child {
	border-radius: 0 0 0.1875rem 0.1875rem;
}

.card-progressbar {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 8px;
	background-color: #777;
}

.card-progressbar div {
	position: absolute;
	bottom: 0;
	left: 0;
	top: 0;
	transition: width 0.5s ease-in-out;
}

.card-primary {
	background-color: #0275d8;
	border-color: #0275d8;
}

.card-success {
	background-color: #5cb85c;
	border-color: #5cb85c;
}

.card-info {
	background-color: #5bc0de;
	border-color: #5bc0de;
}

.card-warning {
	background-color: #f0ad4e;
	border-color: #f0ad4e;
}

.card-danger {
	background-color: #d9534f;
	border-color: #d9534f;
}

.card-inverse .card-header,
.card-inverse .card-footer {
	border-bottom: 0.075rem solid rgba(255, 255, 255, 0.2);
}

.card-inverse .card-header,
.card-inverse .card-footer,
.card-inverse .card-title,
.card-inverse .card-blockquote {
	color: #fff;
}

.card-inverse .card-link,
.card-inverse .card-text,
.card-inverse .card-blockquote > footer {
	color: rgba(255, 255, 255, 0.65);
}

.card-inverse .card-link:focus,
.card-inverse .card-link:hover {
	color: #fff;
}

.card-blockquote {
	padding: 0;
	margin-bottom: 0;
	border-left: 0;
}

.card-img {
	border-radius: 0.25rem;
}

.card-img-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1.25rem;
}

.card-img-top {
	border-radius: 0.25rem 0.25rem 0 0;
}

.card-img-bottom {
	border-radius: 0 0 0.25rem 0.25rem;
}

.card-deck {
	display: flex;
	flex-flow: row wrap;
	margin-right: -.625rem;
	margin-left: -.625rem;
}

.card-deck .card {
	flex: 1 0 0;
	margin-right: .625rem;
	margin-left: .625rem;
}

.card-group {
	display: flex;
	flex-flow: row wrap;
}

.card-group .card {
	flex: 1 0 0;
}

.card-group .card + .card {
	margin-left: 0;
	border-left: 0;
}

.card-group .card:first-child .card-img-top {
	border-top-right-radius: 0;
}

.card-group .card:first-child .card-img-bottom {
	border-bottom-right-radius: 0;
}

.card-group .card:last-child .card-img-top {
	border-top-left-radius: 0;
}

.card-group .card:last-child .card-img-bottom {
	border-bottom-left-radius: 0;
}

.card-group .card:not(:first-child):not(:last-child) {
	border-radius: 0;
}

.card-group .card:not(:first-child):not(:last-child) .card-img-top,
.card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
	border-radius: 0;
}

.card-columns {
	column-count: 3;
	column-gap: 1.25rem;
}

.card-columns .card {
	display: inline-block;
	width: 100%;
}

input[type="checkbox"],
input[type="radio"] {
	position: absolute;
	left: -10000px;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.form-elements input[type=checkbox] {
	position: relative;
	left: 0;
	opacity: 1;
	cursor: pointer;
	height: auto;
	width: auto;
}

input[type="checkbox"] + label::before,
input[type="radio"] + label::before,
label > input[type="checkbox"] ~ span::before,
label > input[type="radio"] ~ span::before,
label > span + input[type="checkbox"] ~ i::before {
	width: 22px;
	display: block;
	float: left;
	font-family: "Font Awesome 5 Free";
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.7rem;
	color: #777;
	vertical-align: top;
	cursor: pointer;
	position: relative;
	top: 1px;
}

label > span {
	font-weight: 400;
	cursor: pointer;
}

input[type="checkbox"][disabled],
input[type="radio"][disabled],
input[type="checkbox"][disabled] + label::before,
input[type="radio"][disabled] + label::before,
label > input[type="checkbox"][disabled] ~ span::before,
label > input[type="radio"][disabled] ~ span::before,
label > span + input[type="checkbox"][disabled] ~ i::before {
	color: #bbb;
	cursor: not-allowed;
}

input[type="checkbox"] + label::before,
input[type="radio"] + label::before,
label > input[type="checkbox"] ~ span::before,
label > input[type="radio"] ~ span::before {
	margin-right: 5px;
}

label > span + input[type="checkbox"] ~ i::before {
	margin-left: 5px;
	font-style: normal;
}

input[type="checkbox"] + label::before,
label > input[type="checkbox"] ~ span::before,
label > span + input[type="checkbox"] ~ i::before {
	content: "";
}

input[type="radio"] + label::before,
label > input[type="radio"] ~ span::before {
	content: "";
}

input[type="checkbox"]:checked + label::before,
label > input[type="checkbox"]:checked ~ span::before,
label > span + input[type="checkbox"]:checked ~ i::before {
	content: "";
}

input[type="radio"]:checked + label::before,
label > input[type="radio"]:checked ~ span::before {
	content: "";
}

.float-right > .dropdown-menu {
	right: 0 !important;
	left: auto !important;
}

.dropdown-menu {
	padding: 0;
	min-width: 16rem;
}

.dropdown-menu li {
	margin: 0 !important;
	border-bottom: 2px solid #999;
}

.dropdown-menu li:last-child {
	margin: 0 !important;
	border-bottom: 0 solid #999;
}

.dropdown-menu li a {
	display: block;
	padding: 0.7rem 1rem;
}

.dropdown-menu li a:hover {
	background: #eee;
}

ul.termSlider {
	width: 230px;
	overflow: hidden;
	white-space: nowrap;
	margin: 0;
	padding: 0;
	display: inline-block;
	height: 20px;
	line-height: 20px;
	-moz-user-select: none;
	-ms-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-webkit-touch-callout: none
}

ul.termSlider li {
	display: inline-block;
	font-size: 14px;
	color: #999;
	width: 70px;
	text-align: center;
	transition: all .5s ease-in-out;
	cursor: pointer
}

ul.termSlider li.active {
	font-size: 20px;
	font-weight: 700;
	color: #333;
	width: 90px
}

.bc-steps {
	display: inline-block;
}

.bc-steps a,
.bc-steps a:after,
.bc-steps a:before {
	color: #000;
	background: #fff
}

.redcorner {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0 0;
	border-color: red transparent transparent;
	position: absolute;
	z-index: 10;
	margin-left: -5px;
	margin-top: -5px
}

.bc-steps {
	overflow: hidden;
	box-shadow: 2px 2px 5px 0 rgba(0,0,0,.25);
	border-radius: 5px;
	counter-reset: flag
}

.bc-steps a {
	text-decoration: none;
	outline: 0;
	display: block;
	float: left;
	font-size: 13px;
	line-height: 36px;
	padding: 0 10px 0 60px;
	transition: all .5s;
	position: relative
}

.bc-steps a:first-child {
	padding-left: 46px;
	border-radius: 5px 0 0 5px
}

.bc-steps a:first-child:before {
	left: 14px
}

.bc-steps a:last-child {
	border-radius: 0 5px 5px 0;
	padding-right: 20px
}

.bc-steps a:after {
	content: '';
	position: absolute;
	top: 0;
	right: -18px;
	width: 36px;
	height: 36px;
	-webkit-transform: scale(.707) rotate(45deg);
	transform: scale(.707) rotate(45deg);
	z-index: 1;
	transition: all .5s;
	box-shadow: 2px -2px 0 1px rgba(0,0,0,.4),3px -3px 0 2px rgba(255,255,255,.1);
	border-radius: 0 5px 0 50px
}

.bc-steps a:last-child:after {
	content: none
}

.bc-steps a:before {
	content: counter(flag);
	counter-increment: flag;
	padding-left: 6px;
	border-radius: 100%;
	width: 20px;
	height: 20px;
	line-height: 20px;
	margin: 8px 0;
	position: absolute;
	top: 0;
	left: 30px;
	box-shadow: 0 0 0 1px #ccc;
	font-weight: 700
}

.bc-steps a.valid:before {
	content: '\f00c';
	padding-left: 4px;
	color: green;
	font-family: "Font Awesome 5 Free" !important;
}

.bc-steps a.active,
.bc-steps a.active:after,
.bc-steps a:hover,
.bc-steps a:hover:after {
	background: #428bca;
	color: #fff
}

.breadcrumb {
	padding: 8px 0px;
	margin-bottom: 19px;
	list-style: none;
	background-color: #ffffff;
	border-radius: 2px
}

.breadcrumb > li + li:before {
	content: "/\00a0";
	padding: 0 5px;
	color: #ccc
}

.breadcrumb > .active {
	color: #777
}

.menuButtons {
	width: 100%;
}

.menuButtons > a {
	border-top-right-radius: 0.4em;
	border-bottom-left-radius: 0.4em;
}

.navigation-main .home.signout a::before {
	content: "\f2f5";
	font-family: "Font Awesome 5 Free" !important;
	font-size: 1.3em;
	font-weight: bold;
}

@media screen and (max-width: 600px) {
	.navigation-main .home.signout a::before {
		font-size: 1.7em;
	}
}
/* KITCard */

.kitcard {
	border: 1px solid #666;
	width: 26rem;
	height: 16rem;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
}

.kitcard > .kitcard-sidebar {
	width: 10%;
	background-color: #666;
	color: white;
	text-align: center;
}

.kitcard-sidebar a {
	color: #fff;
}

.kitcard-sidebar a:hover {
	border-bottom: 1px solid #fff;
}

.kitcard-content {
	-ms-flex: 1;
	flex: 1;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-right: 3px;
	height: 100%;
}

.kitcard-content > div:first-child {
	height: 50%;
	background-color: white;
	background-image: url(Images/kitlogo.png);
	background-size: 100px 48px;
	background-repeat: no-repeat;
}

.kitcard.male .kitcard-content > div:first-child > div {
	height: 100%;
	width: 100%;
	background: url(Images/avatar_male_grey_64.png) bottom right no-repeat;
}

.kitcard.female .kitcard-content > div:first-child > div {
	height: 100%;
	width: 100%;
	background: url(Images/avatar_female_grey_64.png) bottom right no-repeat;
}

.kitcard-content > div:nth-child(2) {
	padding: 0 2px;
	background-color: #ccc;
	height: 10%;
	text-transform: uppercase;
}

.kitcard-content > div:last-child {
	-ms-flex: 1;
	flex: 1;
	padding: 0 2px;
	vertical-align: bottom;
	line-height: 18px;
	color: white;
}

.gold {
	color: #daa520;
}

.circle-spinner {
	-webkit-animation: rotator 1.4s linear infinite;
	animation: rotator 1.4s linear infinite;
	position: absolute;
	top: 40px;
	left: 48%;
}

.buttons {
	
}

.buttons > * {
	margin-bottom: 0.7rem;
	margin-right: 1rem;
}

.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Font Awesome 5 Free';
	font-style: normal;
	font-weight: 700;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.glyphicon-chevron-left:before {
	content: "\f053";
}

.glyphicon-chevron-right:before {
	content: "\f054";
}

p.disable-select .custombutton {
	width: auto !important;
}

.uib-button-bar {
	padding: 10px 9px !important;
}

body.oe-page .full-screen-width {
	width: 100%;
	max-width: unset;
}

body.oe-page main .full-screen-width {
	width: 100%;
	max-width: unset;
}

.btn {
	-webkit-transition: all 0s ease 0s;
	transition: all 0s ease 0s;
	transition: all 0s ease 0s;
	transition: all 0s ease 0s;
}

.yt-video-format {
	width: 560px;
	max-width: 100%;
}

.jq-yt-convert {
	position: relative;
	display: inline-block;
}

.jq-yt-message {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	z-index: 2;
}

.jq-yt-message:hover .jq-yt-message-text {
	filter: opacity(1);
}

.jq-yt-message-text {
	width: 100%;
	text-align: center;
	background-color: rgba(255,255,255,0.93);
	padding: 1.5rem;
	transition: all 0.5s;
	filter: opacity(0);
}

.yt-playbutton {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
}

.yt-playbutton img {
	width: auto !important;
	margin: 0
}

.select2-highlighted .text-muted {
	color: #eee !important
}