@charset "utf-8";

/*********/
/* Color */
/*********/

:root {
	--color-main: 212, 175, 55; /* #D4AF37 */
	--color-main-darker: 198, 161, 43; /* #C6A12B */
	--color-border: 189, 192, 197;
	--color-background: 10, 61, 98; /* #0A3D62 */
	--color-background-darker: 9, 55, 88; /* #093758 */
	--color-background-lighter: 12, 72, 134; /* #0E5486 */
	--color-bg-body: 5, 30, 49; /* #051E31 */
	
	--color-highlight: rgb(var(--color-main));
	--bs-primary: rgb(var(--color-main));
	--bs-primary-rgb: var(--color-main);
	--bs-link-color: rgb(var(--color-main));
	--bs-link-hover-color: rgb(var(--color-main-darker));
	--bs-primary-darker: rgb(var(--color-main-darker));
	--bs-light-rgb: var(--color-background-lighter);
	--bs-body-bg-rgb: var(--color-bg-body);
	
	--bs-border-color: rgb(var(--color-border));
	
	--color-input-border: rgb(var(--color-border));
	--color-input-border-focus: rgba(var(--color-main),0.3);
	--color-input-bg: rgb(var(--color-background-darker));
	--color-input-bg-focus: rgb(var(--color-background-darker));
	--color-input-text: rgb(var(--color-text-body));
	--color-input-shadow: rgba(var(--color-main),0.5);
	
	--color-tree-text: rgb(var(--color-btn-color));
	--color-tree-bg: #222e3c;
	--color-tree-text-hover: rgb(var(--color-btn-color));
	--color-tree-bg-hover: #1f2936;
	--color-tree-border: rgb(var(--color-background));

}

.bg-primary-dark{
	background:rgba(var(--color-main),0.25);
}
.avatar-title{
	color:rgb(var(--color-main));
}

.btn-primary {
	--bs-btn-bg: rgb(var(--color-main));
	--bs-btn-border-color: rgb(var(--color-main));
	--bs-btn-hover-bg: rgb(var(--color-main-darker));
	--bs-btn-hover-border-color: rgb(var(--color-main-darker));
	--bs-btn-active-bg: rgb(var(--color-main-darker));
	--bs-btn-active-border-color: rgb(var(--color-main-darker));
	--bs-btn-disabled-bg: rgba(var(--color-main), 0.5);
	--bs-btn-disabled-border-color: rgba(var(--color-main), 0);
	--bs-btn-color: #FFFFFF;
	--bs-btn-hover-color: #FFFFFF;
}

.btn-outline-primary{
	--bs-btn-color: rgb(var(--color-main));
	--bs-btn-border-color: rgb(var(--color-main));
	--bs-btn-hover-bg: rgb(var(--color-main));
	--bs-btn-hover-border-color: rgb(var(--color-main));
	--bs-btn-active-bg: rgb(var(--color-main));
	--bs-btn-active-border-color: rgb(var(--color-main));
	--bs-btn-disabled-color: rgb(var(--color-main));
	--bs-btn-disabled-border-color: rgb(var(--color-main));
	--bs-btn-color: #FFFFFF;
	--bs-btn-hover-color: #FFFFFF;
	--bs-btn-active-color: #FFFFFF;
	box-shadow:none !important;
}

.wrapper, body[data-theme="dark"] .wrapper, body[data-theme="light"] .wrapper{
	background-color:rba(var(--color-bg-body));
}

.sidebar, body[data-theme="dark"] .sidebar, body[data-theme="light"] .sidebar,
.sidebar-content, body[data-theme="dark"] .sidebar-content, body[data-theme="light"] .sidebar-content,
body[data-theme="dark"] .sidebar-link, body[data-theme="dark"] a.sidebar-link{
	background-color:rgb(var(--color-background));
}

.table{
	--bs-table-striped-bg: rgb(var(--color-background-darker));
}

.table thead tr{
	background-color:rgba(0,0,0,0.5);
}

/*.table-cursor-pointer td {
	cursor: pointer;
}*/

.card{
	--bs-card-bg:rgb(var(--color-background));
	--bs-card-cap-bg:rgb(var(--color-background));
}

.card-footer:last-child {
	border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}

.dropdown-toggle::after{
	margin-left:5px;
	position:relative;
	top:1px;
}

.bg-secondary2{
	background-color:#1F252B;
}

.main{
	background-color:rgb(var(--color-bg-body));
	overflow:initial;
}

.list-group-item{
	background-color:inherit;
}

.list-group-item.active{
	background-color:var(--bs-primary);
	border-color:var(--bs-primary);
	color:#FFFFFF;
}

body[data-theme="dark"] .sidebar-item.active .sidebar-link:hover, body[data-theme="dark"] .sidebar-item.active > .sidebar-link, body[data-theme="light"] .sidebar-item.active .sidebar-link:hover, body[data-theme="light"] .sidebar-item.active > .sidebar-link,
.sidebar-item.active .sidebar-link:hover, .sidebar-item.active > .sidebar-link{
	border-left-color:var(--bs-primary);
	background:linear-gradient(90deg,rgba(var(--color-main),.1),rgba(var(--color-main),.088) 50%,transparent);
}

body[data-theme="dark"] .sidebar-link:hover{
	background:transparent;
}

.dropdown-toggle, .dropdown-item{
	cursor:pointer;
}

.dropdown-item:focus, .dropdown-item:hover{
	background:rgba(var(--color-main),.25);
}

.sidebar-link:hover i, .sidebar-link:hover svg, body[data-theme="dark"] .sidebar-link:hover i, body[data-theme="dark"] .sidebar-link:hover svg, .sidebar-link:hover, body[data-theme="dark"] .sidebar-link:hover{
	color:var(--bs-primary);
}
.sidebar-item.active .sidebar-link:hover i, .sidebar-item.active .sidebar-link:hover svg, .sidebar-item.active > .sidebar-link i, .sidebar-item.active > .sidebar-link svg, body[data-theme="dark"] .sidebar-item.active .sidebar-link:hover i, body[data-theme="dark"] .sidebar-item.active .sidebar-link:hover svg, body[data-theme="dark"] .sidebar-item.active > .sidebar-link i, body[data-theme="dark"] .sidebar-item.active > .sidebar-link svg,
.sidebar-item.active .sidebar-link:hover, .sidebar-item.active > .sidebar-link{
	color:var(--bs-primary);
}

body[data-theme="dark"] .sidebar-dropdown .sidebar-item.active .sidebar-link, body[data-theme="light"] .sidebar-dropdown .sidebar-item.active .sidebar-link{
	color:var(--bs-primary);
}

.sidebar-dropdown .sidebar-item .sidebar-link:hover{
	color:var(--bs-primary);
}

.nav-flag.active, .nav-flag:hover, .nav-icon.active, .nav-icon:hover{
	color:var(--bs-primary);
}

.nav-item .indicator{
	background:var(--bs-primary);
}

.sidebar-dropdown .sidebar-item.active .sidebar-link{
	color:#FFFFFF;
}

.sidebar-toggle:hover .hamburger, .sidebar-toggle:hover .hamburger::after, .sidebar-toggle:hover .hamburger::before{
	background:var(--bs-primary);
}

.sidebar-divider{
	margin:.5rem 1.625rem;
}

.rounded{
	overflow:hidden;
}

/**********/
/* Layout */
/**********/

:root{
	--bs-body-font-family: 'Open Sans',sans-serif;
}

body, .btn{
	
}

body > #overlay{
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:99999;
	background-color:rgba(0,0,0,0.5);
	cursor:progress;
}

::selection {
	background: var(--color-highlight);
	color:#FFFFFF;
}
::-moz-selection {
	background: var(--color-highlight);
	color:#FFFFFF;
}

b, strong{
	font-weight:700;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
input[type=number]{
	-moz-appearance:textfield;
}

pre{
	/*white-space:normal;*/
}

.sidebar-brand{
	padding-top:8px;
	padding-bottom:8px;
}

.sidebar-brand img.logo{height:80px;}
.navbar-expand img.logo{height:48px;}

label{
	font-weight:600;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
	font-weight:500;
}

:focus-visible{
	outline:none;
}

/*************/
/* Allgemein */
/*************/

a.card{
	text-decoration:none;
}

.fadelink{
	display:inline-block;
	-webkit-transition: opacity 0.2s ease;
	-moz-transition: opacity 0.2s ease;
	-o-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
}
.fadelink:hover, .fadelink:focus{
	opacity:0.65;
}

.disabled,
.btn:disabled,
.form-control:disabled,
.form-select:disabled,
.cursor-disabled{
	cursor:not-allowed !important;
	pointer-events: all !important;
}

textarea.form-control{
	min-height:unset;
}

option:disabled{
	color:#999999;
}

.page-link{
	cursor:pointer;
}
.active > .page-link, .page-link.active{
	background-color:rgb(var(--color-main));
	border-color:rgb(var(--color-main));
}

.grecaptcha-badge{
	display:none;
}

.sidebar-content{
	z-index:9999;
}

.page-link:focus{
	box-shadow:none;
}

.btn:focus{
	box-shadow:none !important;
	outline:none;
}

.btn-group-sm > .btn, .btn-sm{
	border-radius:0.2rem;
}

.btn-file {
	position: relative;
	overflow: hidden;
}
.btn-file input[type=file] {
	position: absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	text-align: right;
	filter: alpha(opacity=0);
	opacity: 0;
	outline: none;
	background: white;
	cursor: inherit;
	display: block;
}

#toast-container > div{
	opacity: 1;
}

.passstrength{
	position:absolute;
	right:8px;
	bottom:3.5px;
	line-height:1.5;
	z-index:100;
}
.passstrength.passstrength-lg{
	bottom:17px;
	right:16px;
}

.table-button{
	cursor:pointer;
	background:transparent;
	border:none !important;
	outline:none !important;
	padding:0;
	color:rgb(167, 171, 177);
}
.table-button:hover, .table-button:focus{
	color:rgb(255, 255, 255);
}

.table-cursor-pointer .click{
	cursor:pointer;
}

.cursor-help{
	cursor:help;
}

.fa-spin-hover:hover i{
	-webkit-animation: fa-spin 2s infinite linear;
	-moz-animation: fa-spin 2s infinite linear;
	-o-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
}

#activityLog [data-bs-toggle="collapse"] {
	cursor: pointer;
}

.tooltip{
	z-index:20000;
}

.card > .table-responsive:last-child{
	border-radius:var(--bs-card-border-radius);
}

.bg-image{
	background-color:transparent;
}
.table-striped-columns > :not(caption) > tr > :nth-child(2n) .bg-image, .table-striped > tbody > tr:nth-of-type(2n+1) .bg-image{
	background-color:#FFFFFF;
}

.box-ratio{
	display:block;
	position:relative;
}

.box-ratio::after{
	content: "";
	display: block;
}
.box-ratio.box-square::after{padding-bottom: 100%;}
.box-ratio.box-a4::after{padding-bottom: 130%;}

.box-ratio > *{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}

.datatables thead, .datatables tfoot{
	display: table-row-group;
}

.dtr-details{
	width:100%;
}
table.dataTable.dtr-inline.collapsed > tbody > tr.dtr-expanded > td.dtr-control::before, table.dataTable.dtr-inline.collapsed > tbody > tr.dtr-expanded > th.dtr-control::before {
	border-top-color:rgba(255,255,255,0.5);
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control, table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control{
	padding-left:30px;
	position:relative;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control::before, table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control::before {
	border-left-color:rgba(255,255,255,0.5);
	position:absolute;
	top:50%;
	margin-top:-5px;
	left:12px;
}

@media screen and (max-width:1199px){
	.datatables .text-nowrap{
		white-space:initial !important;
	}
}

/*
.dt-length{
	padding: 0.9rem 1.25rem;
}
.length label{
	margin:0;
}

div.dt-container div.dt-info{
	margin-top:2px;
	padding: 1rem 1.25rem;
}

.dt-paging{
	padding:0;
}*/

.dt-length{
	padding-top: 4px;
}

div.dt-container div.dt-info{
	padding-top:6px;
}

div.dt-container div.dt-paging ul.pagination{
	white-space: nowrap;
	justify-content: flex-end;
}

.card > .dataTables_wrapper .table.dataTable tr:last-child td{
	border-bottom:1px solid var(--bs-border-color);
}

table.dataTable > tbody > tr > *{
	box-shadow:none !important;
}
table.dataTable.table-striped > tbody > tr.odd > *{
	background-color:var(--bs-table-striped-bg);
	color:var(--bs-table-striped-color);
}
table.dataTable.table-hover > tbody > tr:hover > td{
	background-color:var(--bs-table-hover-bg);
	color:var(--bs-table-hover-color);
}

table.border-no-bottom tr:last-child td,
table.border-no-bottom tr:last-child th{
	border-bottom:none;
}

.header > .row{
	min-height:42px;
}

.card-actions .dropdown{
	line-height: 1.25;
}

.lg .iti__selected-flag{
	font-size:1.2rem;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}

.card.dashboard{
	background-color:#1F252B;
	min-height:250px;
}

.card.dashboard .bg{
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	background-repeat:no-repeat;
	background-size: cover;
	background-position:center;
	z-index:1;
}
.card.dashboard .card-body{
	z-index:2;
}

.support{
	background-color:#1F252B;
}
.support .card-body::before{
	content: "";
	background-image: url('/img/content/bg_support.jpg');
	background-size: cover;
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	opacity: 0.25;
}

.support .card-body > *{
	position:relative;
}

/************/
/* Combobox */
/************/

.combobox-wrapper{
	min-height:33px;
}

.dropdown-menu{
	--bs-dropdown-bg: rgb(var(--color-background-darker));
}

.bootstrap-select .dropdown-menu:not(.inner){
	top:100% !important;
	border-radius:0;
	border-radius:0.2rem;
	border:1px solid rgb(var(--color-border)) !important;
}

.bootstrap-select .dropdown-toggle{
	border:1px solid rgb(var(--color-border)) !important;
	padding-top:5px;
	padding-bottom:5px;
}
.bootstrap-select .dropdown-toggle:focus{
	outline:none !important;
	box-shadow:0 0 0 .2rem var(--color-input-shadow);
}

.bootstrap-select .bs-searchbox{
	padding-bottom:10px;
}

.bootstrap-select .dropdown-item.active{
	background-color:var(--bs-primary);
}

.bootstrap-select .btn{
	background-color:var(--color-input-bg);
}

/*********/
/* Modal */
/*********/

#modalPopup{
	z-index:10001;
}

.modal-backdrop{
	z-index:10000;
}

.modal-header{
	color:#FFFFFF;
	border-bottom:none;
}

.modal-body{
	position:static !important;
}
.modal-body > *:last-child{
	margin-bottom:0;
	word-wrap: break-word;
}

.modal-body .modal-action{
	position:absolute;
	left:16px;
	bottom:16px;
}

.modal-backdrop{
	--bs-backdrop-bg: #000000;
}

/**************/
/* Navigation */
/**************/

.sidebar-dropdown .sidebar-link::before{
	font-family:'Font Awesome 6 Pro';
	content:'\f0da';
	font-weight:600;
}

#navbar-top{
	min-height:65px;
}

/*********/
/* Forms */
/*********/

.form-control, .form-select{
	background-color:var(--color-input-bg);
	color:var(--color-input-text);
	border-color:var(--color-input-border);
}
.form-control::placeholder{
	color:var(--color-input-text);
	opacity:0.5;
}
.form-control:focus,
.form-select:focus{
	background-color:var(--color-input-bg-focus);
	border-color:var(--color-input-border-focus);
	box-shadow:0 0 0 .2rem var(--color-input-shadow);
}

.form-control::file-selector-button{
	background-color:var(--bs-secondary);
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button{
	background-color:var(--bs-secondary-hover);
}

.input-group-text.pending{
	cursor:not-allowed;
	background-color:#4e5863;
}
.input-group-text.disabled{
	opacity:0.65;
}
.input-group-text{
	border-color:var(--color-input-border);
	/*background-color:var(--color-input-border);*/
}

.form-select{
	background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23bdc0c5' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");
}

.form-control-lg, .form-select-lg{
	padding:.85rem 1rem;
	font-size: 1.2rem;
}

.form-check.form-check-lg .form-check-input{
	width: 1.5rem;
	height: 1.5rem;
}

.btn-group-lg>.btn, .btn-lg {
	padding: 0.5rem 1rem;
	font-size: 1.25rem;
}

.form-check-input{
	/*margin-top:0;*/
	border-color:var(--color-input-border);
	background-color:var(--bs-input-bg);
}
.form-check-input:focus{
	border-color:var(--color-input-border-focus);
	background-color:var(--bs-input-focus-bg);
	box-shadow:0 0 0 .2rem var(--color-input-shadow);
}
.form-check-input:checked{
	background-color: var(--bs-primary);
	border-color: var(--bs-primary);
}

.form-switch .form-check-input:focus{
	background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='rgba(0, 0, 0, 0.25)'/%3E%3C/svg%3E");
}
.form-switch .form-check-input:checked{
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.form-group[class*=has-icon-].has-icon-left .form-control-icon {
	left: 0.2rem;
}

.form-group[class*=has-icon-] .form-control{
	padding-left:2.25rem !important;
}
.form-group[class*=has-icon-] .form-control.form-control-lg{
	padding-left:3rem !important;
}

.form-group[class*=has-icon-] .form-control-icon {
	position: absolute;
	top: 50%;
	transform: translateY(-52%);
	padding: 0 0.6rem;
	color: var(--bs-input-text);
}

.note-editor.note-frame{
	border-color:var(--color-input-border) !important;
}
.note-editor.note-airframe .note-editing-area .note-editable, .note-editor.note-frame .note-editing-area .note-editable{
	border-top:1px solid var(--color-input-border);
	border-bottom:1px solid var(--color-input-border);
	background-color: var(--color-input-bg);
}

label{
	margin-bottom:4px;
}

.input-group-text{
	/*padding-left:0.5rem;
	padding-right:0.5rem;*/
}

.input-group .btn{
	/*padding-left:0.5rem;
	padding-right:0.5rem;
	border:1px solid #ced4da;
	background-color:#e9ecef;*/
}
.input-group .btn:hover, .input-group .btn:focus{
	background-color:var(--bs-btn-hover-bg);
}
.input-group .btn-group:first-child label{
	border-left-width:0;
	border-top-width:0;
	border-bottom-width:0;
	padding:.3rem .85rem;
}

.input-group .btn-group:first-child label:last-child{
	border-radius:0;
	border-right-width:0;
}

select.placeholder-shown {
	color:rgba(var(--color-text-body),0.5);
}
select.placeholder-hidden {
	color:var(--color-input-text);
}

/*********/
/* Login */
/*********/
#auth{
	background-size:cover;
	background-position:right center;
}
#auth input:autofill{
	background: var(--color-login-input-bg);
}
#auth .form-control, #auth .form-select{
	background-color: var(--color-login-input-bg);
	color: var(--color-login-input-text);
}
#auth .form-control::placeholder, #auth input::placeholder {
	color: var(--color-login-input-text);
	opacity:0.5;
}
#auth .form-control:focus{
	background-color: var(--color-login-input-focus-bg);
	color: var(--color-login-input-text);
}
#auth .form-control:disabled{
	background-color:var(--color-login-input-disabled-bg);
}
#auth .form-group[class*=has-icon-].has-icon-left .form-control-icon {
	color: var(--color-login-input-text);
}

#auth .form-select{
	/*background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%230B2B1E' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");*/
}

#auth .iti__selected-dial-code{
	color: var(--color-login-input-text);
}

#auth .form-control-lg{
	padding:.85rem 1rem;
	font-size: 1.2rem;
}

#auth{
	height: 100vh;
	overflow-x: hidden;
	background-color:var(--bs-body-bg);
}

#auth #auth-right{
	position: relative;
}

#auth #auth-right:after{
	content: "";
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	right: 100%;
	width: 10000px;
	height: 100%;
	background-color: rgba(var(--bs-body-bg-rgb),0.9);
	transform-origin: bottom right;
	-webkit-transform: skewX(175deg);
	-moz-transform: skewX(175deg);
	-ms-transform: skewX(175deg);
	-o-transform: skewX(175deg);
	transform: skewX(175deg);
	backdrop-filter: blur(5px);
}

#auth #auth-left{
	position:relative;
	padding:8rem 8rem 5rem 8rem;
	z-index:1;
}

#auth #auth-left .auth-title{
	font-size:2rem;
	margin-bottom:1rem;
}

#auth #auth-left .auth-subtitle{
	font-size:1rem;
	line-height:2;
	color:#a8aebb;
}

#auth #auth-left .auth-logo{
	margin-bottom:3rem;
}

#auth #auth-left .auth-logo img{
	height:7rem;
}

@media screen and (max-width:1199px){
	#auth #auth-left{
		padding:4rem 2.5rem 2.5rem 2.5rem;
	}
	
	#auth #auth-left .auth-title{
		font-size:1.5rem;
		text-align:center;
	}
	
	#auth #auth-left .auth-subtitle{
		font-size:0.85rem;
		text-align:justify;
	}
}

#auth .navbar-lang{
	padding:0;
	box-shadow:none;
	position:absolute;
	top:24px;
	right:32px;
	z-index:100;
}

@media screen and (max-width:767px){
	#auth:after{
		content: "";
		display: block;
		position: absolute;
		z-index: 0;
		top: 0;
		left:0;
		right: 0;
		bottom: 0;
		background-color: rgba(var(--bs-body-bg-rgb),0.9);
		backdrop-filter: blur(5px);
	}
}

@media screen and (min-width:992px){
	.content {
		padding: 3rem;
	}
}

@media screen and (max-width:1199px){
	.content{
		padding-left:0.75rem;
		padding-right:0.75rem;
	}
}

/***************/
/* Drag & Drop */
/***************/

.files{
	position:relative;
	outline: 2px dashed var(--color-input-border);
	outline-offset: -10px;
	margin: 0;
	height:200px;
	border:1px solid var(--color-input-border);
	border-radius:.2rem;
}

.files input{
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	width:100%;
	cursor:pointer;
	opacity:0;
	z-index:20;
}
.files:focus-within{
	box-shadow:0 0 0 .2rem var(--color-input-shadow);
}

.files .label{
	height:100%;
	width:100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	align-items:center;
	text-align:center;
	opacity:0.5;
}

/***********/
/* Galerie */
/***********/
.gallery .item{
	position:relative;
	overflow:hidden;
}

.gallery .icon{
	position:absolute;
	right:0;
	top:0;
	font-size:24px;
	line-height:1;
	height:32px;
	width:32px;
	text-align:center;
	color:#FFFFFF;
	z-index:20;
	padding:4px;
	background-color:#000000;
}
.gallery .item .overlay{
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background-color:rgba(0,0,0,0.5);
	color:#FFFFFF;
	display:flex;
	justify-content: center;
	align-items: center;
	opacity:0;
	-webkit-transition: opacity 0.2s ease;
	-moz-transition: opacity 0.2s ease;
	-o-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
}
.gallery .item:hover .overlay,
.gallery .item:focus .overlay{
	opacity:1;
}

.gallery .item .action{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:auto;
	top:unset;
	z-index:20;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	margin-bottom:-33px;
}
.gallery .item:hover .action,
.gallery .item:focus .action{
	margin-bottom:0;
}

/************/
/* Struktur */
/************/

#tree{
	margin-bottom:30px;
	overflow-x:auto;
}

#tree ul{
	padding-left:27.5px;
	box-shadow:none;
	border-radius:0;
}
#tree ul:first-child, #tree ul:first-child >li{
	padding-left:0;
}

#tree li {
	margin: 0px 0;
	list-style-type: none;
	position: relative;
	padding: 10px 5px 0px 5px;
	white-space: nowrap;
	border:none;
	background:transparent;
}
#tree li::before {
	content:'';
	position: absolute;
	top: 0;
	width: 1px;
	height: 100%;
	right: auto;
	left: -10px;
	border-left: 1px solid #ccc;
	bottom: 50px;
}
#tree li::after {
	content:'';
	position: absolute;
	top: 25px;
	width: 15px;
	height: 20px;
	right: auto;
	left: -10px;
	border-top: 1px solid #ccc;
}

#tree li .child {
	position:relative;
	display: inline-block;
	vertical-align:middle;
	/*border: 1px solid #ccc;*/
	box-shadow:0 2px 4px rgba(126,142,177,.12);
	padding: 5px 10px;
	text-decoration: none;
	color: var(--color-tree-text);
	border-radius:.2rem;
	cursor:default;
	/*text-transform:capitalize;*/
	background:var(--color-tree-bg);
}
#tree li.admin > div > .child{
	background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
	background-image:		-o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
	background-image:		 linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
	background-repeat: repeat-x;
}

#tree li .child.hasChildren{
	cursor:pointer;
}

#tree li .level{
	display:inline-block;
	font-weight:bold;
	padding:0 20px 0 0;	
}
#tree li .level:after{
	content:'';
	position:absolute;
	top:0;
	bottom:0;
	border-right:1px solid var(--color-tree-border);
	margin-left:10px;
}

#tree > ul > li::before, #tree > ul > li::after {
	border: 0;
}

#tree li:last-child::before {
	height: 25px;
}

#tree li .child.hasChildren:hover, #tree li .child:hover+ul li a {
	background: var(--color-tree-bg-hover);
	color: var(--color-tree-text-hover);
	/*border: 1px solid #94a0b4;*/
}
#tree li:not(.sortable-choosen) .child:hover+ul li::after, #tree li .child:hover+ul li::before, #tree li .child:hover+ul::before, #tree li .child:hover+ul ul::before {
	border-color: #94a0b4;
}

.badge{
	vertical-align:text-top;
}

.legend .badge{
	display:inline-block;
	min-width:50px;
	line-height:1.3;
}

#treeSearch{
	position:absolute;
	right:0;
	top:0;
	z-index:2;
}

/*************/
/* Accordion */
/*************/
.accordion-item .accordion-button{
	box-shadow:none;
}

.accordion-button:not(.collapsed){
	color:var(--bs-primary);
}

.accordion-button::after,
.accordion-button:not(.collapsed)::after{
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-body > *:last-child{
	margin-bottom:0;
}

/*************/
/* Countdown */
/*************/
.countdown-table{
	
}

.countdown-table td, .countdown-table th{
	text-align:center;
}

.countdown-table th{
	font-size:10px;
	min-width:52px;
}

.countdown-table td{
	color:rgb(var(--color-main));
}

/***************/
/* Funky Radio */
/***************/

.funkyradio div {
	position:relative;
	clear: both;
	overflow: hidden;
}

.funkyradio.disabled{
	opacity:0.5;
}

.funkyradio label {
	width: 100%;
	border-radius: 3px;
	border: 1px solid var(--bs-border-color);
	font-weight: normal;
	margin:0;
	padding:8px 8px 8px 52px;
	min-height:42px;
}

.funkyradio input[type="radio"]:empty,
.funkyradio input[type="checkbox"]:empty {
	position:absolute;
	z-index:-1;
	left:15px;
	top:15px;
	border:none;
	outline:none;
	box-shadow:none;
}

.funkyradio input[type="radio"]:empty ~ label,
.funkyradio input[type="checkbox"]:empty ~ label {
	position: relative;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.funkyradio.disabled label{
	cursor:not-allowed !important;
}

.funkyradio input[type="radio"]:empty ~ label:before,
.funkyradio input[type="checkbox"]:empty ~ label:before {
	position: absolute;
	z-index:1;
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	content: '';
	width: 40px;
	line-height:40px;
	background: var(--bs-border-color);;
}

.funkyradio input[type="radio"]:empty ~ label:after,
.funkyradio input[type="checkbox"]:empty ~ label:after{
	position: absolute;
	z-index:2;
	display: block;
	top: 50%;
	bottom: 0;
	left: 0;
	margin-top:-20px;
	font-family: 'Font Awesome\ 5 Pro';
	font-weight:700;
	text-indent: 12px;
	content: '';
	width: 40px;
	line-height:40px;
	content: "\f00c";
	color: #E0E0E0;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label {
	color: #888;
}

.funkyradio input[type="radio"]:hover:not(:checked):enabled ~ label:after,
.funkyradio input[type="checkbox"]:hover:not(:checked):enabled ~ label:after {
	content: "\f00c";
	color: #FFFFFF;
}

.funkyradio input[type="radio"]:checked ~ label,
.funkyradio input[type="checkbox"]:checked ~ label {
	color: #777;
}

.funkyradio input[type="radio"]:checked:enabled ~ label:before,
.funkyradio input[type="checkbox"]:checked:enabled ~ label:before {
	background-color: rgb(var(--color-main));
	border-color: rgb(var(--color-main));
}
.funkyradio input[type="radio"]:checked:enabled ~ label:after,
.funkyradio input[type="checkbox"]:checked:enabled ~ label:after {
	content: "\f00c";
	color: #FFFFFF;
}

.btn-icon-split .icon {
	background: rgba(0, 0, 0, 0.15);
	display: inline-block;
	padding: 0.375rem 0.75rem;
}

.btn-icon-split .text {
	display: inline-block;
	padding: 0.375rem 0.75rem;
}

#qrcode canvas{
	width:100%;
}