body {
	color: #212529;
	font-family: 'Lato', sans-serif;
	line-height: 1.25rem;
}
.body{
	margin-bottom: 1rem;
}

header{
	background-color: #212529;
	min-height: 5rem;
	padding: 1.25rem 0;
}

.me-6{
	margin-right: 6rem!important;
}
@media (min-width: 576px) {
	.me-sm-6{
		margin-right: 6rem!important;
	}
}
@media (min-width: 768px) {
	.me-md-6{
		margin-right: 6rem!important;
	}
}
@media (min-width: 992px) {
	.me-lg-6{
		margin-right: 6rem!important;
	}
}
@media (min-width: 1200px) {
	.me-xl-6{
		margin-right: 6rem!important;
	}
}
@media (min-width: 1400px) {
	.me-xxl-6{
		margin-right: 6rem!important;
	}
}

h1{
	font-size: 1.25rem;
	color: #0D61FA;
	font-weight: bold;
	padding-left: 1rem;
}

h2{
	font-size: 1.25rem;
	font-weight: bold;
}

h3{
	font-size: 1.125rem;
	font-weight: bold;
}

.kcs-order,
.kcs-order:hover{
	color: inherit;
}
.kcs-order:hover>span.bi-sort-alpha-down:not(.invisible)::before{
	content: "\f573";
}
.kcs-order:hover>span.bi-sort-alpha-up:not(.invisible)::before{
	content: "\f571";
}
.kcs-order:hover>span.invisible{
	visibility: visible!important;
}

.navbar{
	padding-top: 1.125rem;
	padding-bottom: 0;
	border-bottom: solid 1px #F1F1F1;
	background-color: transparent;
}
.navbar-nav>.nav-item{
	padding-bottom: .938rem;
	border-bottom: solid .188rem transparent;
	margin: 0 1rem;
}
.navbar-nav>.nav-item.active>.nav-link,
.navbar-nav>.nav-item:hover>.nav-link{
	color: #0D61FA;
}
.navbar-nav>.nav-item.active{
	border-color: #0D61FA;
}
.navbar-nav .nav-link{
	color: #212529;
}
.navbar-nav>.nav-item>.nav-link{
	font-weight: bold;
}
.navbar-nav .nav-link.active, .navbar-nav .show>.nav-link,
.dropdown-menu .nav-link.active{
	color: #0D61FA;
}
.dropdown-menu .nav-link:hover{
	background-color: #E9ECEF;
}


.dropdown-menu.suche{
	padding-top: 0;
}
.dropdown-menu.suche>li:first-child{
	background-color: #F8F9FA;
	padding: .5rem;
	border-top-left-radius: .5rem;
	border-top-right-radius: .5rem;
	border-bottom: solid 1px #EBEEF0;
}
@media (min-width: 992px){
	.navbar-expand-lg .navbar-nav .dropdown-menu {
		min-width: 17.5rem;
		border-radius: 0.5rem;
		margin-top: 0;
		box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
	}
}

input.pos {
    border: 1px solid rgba(0,0,0,.125);
    text-align: center;
    width: 40px;
}
.off{
    opacity: .5;
}
.btn.off{
    cursor: default;
}
.btn-cancel{
    border-color: #0D61FA;
    color: #0D61FA;
}
.form-control,
.btn{
	border-radius: 0.5rem;
}
.btn{
	padding: 0.25rem 0.75rem;
}
.btn-page{
	background-color: #fff;
	margin-right: 0.25rem;
    margin-bottom: 0.5rem;
    border: solid 1px #D2D4D6;
    border-radius: 0.25rem;
}
.form-control{
	padding: .25rem .75rem;
	border-color: #D2D4D6;
}
[type="color"].form-control{
	height: 2.125rem;
}
label{
	font-weight: bold;
}
.table-responsive{
	/* background-color: #fff; */
	border: solid 1px #D2D4D6;
	border-radius: .25rem;
}
.table-responsive>.table{
	margin-bottom: 0;
}
.table>:not(:first-child){
	border-color: #D2D4D6;
}
.table>:not(caption)>*:last-child>*{
	border-width: 0;
}
.table>thead{
	vertical-align: middle;
}
.table>thead>tr>th,
.table>tbody>tr>td{
	background-color: #fff;
}
.table-hover>tbody>tr:hover>*{
	--bs-table-accent-bg: transparent;
	background-color: transparent;
}

.flex-table-row{
	margin-bottom: 1rem;
}
.flex-table-row>div:first-child{
	font-weight: bold;
	width: 11rem;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.select2-container{
	height: 34px;
}
.select2-container.select2-container--open{
	z-index: 1500;
}
.select2-container .select2-selection--single .select2-selection__rendered{
	line-height: 1.25;
	padding: .25rem 1.5rem .25rem .75rem;
	height: 2.125rem;
}
.select2-container .select2-selection--single{
	border-radius: 0.5rem;
	height: 2.125rem;
	border-color: #D2D4D6;
}
.select2-container .select2-selection--single .select2-selection__arrow{
	height: 2.125rem;
}
.select2-results__option{
	padding: .438rem;
}

.btn-primary{
	color: #ffffff;
	background-color: #0D61FA;
	border-color: #0D61FA;
}
.btn-bi,
.btn-text-bi{
	padding: 0rem 1rem;
}
.btn-bi{
	min-width: 2.125rem;
	min-height: 2.125rem;
}
.btn-bi>.bi{
	font-size: 1.25rem;
}
.btn-text-bi::before{
	padding-right: .5rem;
}
.btn-bi.btn-invers,
.btn-text-bi.btn-invers{
	color: inherit;
	background-color: transparent;
	border-color: transparent;
	font-size: 1.4rem;
}
.btn-bi.btn-invers.btn-border,
.btn-text-bi.btn-invers.btn-border{
	font-size: 1rem;
    border: solid 2px #212529;
    padding: 0.25rem 1rem;
}
.btn-bi.btn-invers.btn-border.active,
.btn-text-bi.btn-invers.btn-border.active{
	color: #0D61FA;
}
.btn-bi.btn-big,
.btn-text-bi.btn-big{
    font-size: 2rem;
    border-color: transparent;
    padding-top: 0rem;
    padding-bottom: 0rem;
	line-height: 1.5;
}
.square{
	width: 1rem;
	height: 1rem;
}

.table .btn-bi.btn-invers,
.btn-text-bi.btn-invers{
	padding: 0;
    min-height: 1.875rem;
    min-width: 1.875rem;
	line-height: 1.5;
	margin-left: .25rem;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link{
	color: inherit;
	font-size: 1rem;
	font-weight: bold;
	padding: 0 0 .75rem 0;
	margin: .75rem 1rem 0 1rem;
}
.nav-tabs .nav-item:first-child .nav-link{
	margin-left: 0;
}
.nav-tabs .nav-item:last-child .nav-link{
	margin-right: 0;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{
	border-color: transparent;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
	background-color: transparent;
	border: 0;
	border-bottom: solid 2px #0D61FA;
}

.form-footer{
	border-top: 1px solid rgba(0,0,0,.125);
	padding: 1rem;
	text-align: right;
}

@media (min-width: 992px) {
	.text-no-truncate-xl {
		text-overflow: initial;
		max-width: none!important;
	}
}

#notizen-wrapper{
	margin-bottom: 1rem;
	background-color: #f1f1f1;
    padding: 0.5rem 1rem;
}
#notizen>div{
	margin-bottom: 1.5rem;
}
#notizen>div:last-child{
	margin-bottom: .5rem;
}
#notizen>div>p{
	margin-bottom: .5rem;
}

#loading{
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.4);
	opacity: 0;
	display: none;
}

#toasts{
	position: fixed;
    top: 1.5rem;
    right: 1.5rem;
    max-width: 90%;
    z-index: 2000;
    width: 350px;
}
#toasts .toast{
	border-radius: 0;
}
#toasts .toast.alert{
	padding:0;
}
#toasts .toast.alert .toast-header{
	background-color: transparent;
	color: inherit;
	border-color: inherit;
}
#toasts .toast.alert.alert-danger{
	background-color: rgba(248,215,218,.85);
	border-color: rgba(245,198,203,.85);
}
#toasts .toast.alert.alert-warning{
	background-color: rgba(255,243,205,.85);
	border-color: rgba(255,238,186,.85);
}
#toasts .toast.alert.alert-info{
	background-color: rgba(209,236,241,.85);
	border-color: rgba(190,229,235,.85);
}
#toasts .toast.alert.alert-success{
	background-color: rgba(212,237,218,.85);
	border-color: rgba(195,230,203,.85);
}

@media (max-width: 390px) {
	#toasts{
		top: 1.5rem;
		right: 1.5rem;
		left: 1.5rem;
		max-width: 100%;
		width: auto;
	}
}

#main-search input[type="search"]{
	max-width: 12.5rem;
}

.card.wrapper{
	border-radius: .5rem;
}
.card.wrapper>.card-header{
	border-top-left-radius: .5rem;
	border-top-right-radius: .5rem;
	padding: 1.25rem .5rem;
	border-bottom: 0;
}
.card.wrapper>.card-header.form{
	padding-bottom: .75rem;
}
.card.wrapper>.card-header>form .input-group{
	width: auto;
}
.card.wrapper>.card-header>form button,
.card.wrapper>.card-header>form input,
.card.wrapper>.card-header>form .select2{
	max-width: 16rem;
	margin-left: .5rem;
	margin-bottom: .5rem;
}
.card.wrapper>.card-body{
	border-bottom-left-radius: .5rem;
	border-bottom-right-radius: .5rem;
	padding: 0 .5rem .5rem .5rem;
}
.card.wrapper>.card-header,
.card.wrapper>.card-body{
	background-color: #f1f1f1;
}

.card.form>.card-header{
	border-bottom: 0;
	font-weight: bold;
	font-size: 1.125rem;
	padding: 1.5rem 1.5rem 0.5rem 1.5rem;
}
.card.form>.card-header>div>span{
	color: #0D61FA;
}
.card.form>.card-header,
.card.form>.card-body,
.card.form>.card-footer{
	background-color: #F9F9F9;
}
.card.form>.card-footer{
	padding: 1rem;
}

.callout {
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    background-color: var(--bd-callout-bg, var(--bs-gray-100));
    border-left: 0.25rem solid var(--bd-callout-border, var(--bs-gray-300));
}
.callout-info {
    --bd-callout-bg: rgba(var(--bs-info-rgb), .075);
    --bd-callout-border: rgba(var(--bs-info-rgb), .5);
}
.callout-warning {
    --bd-callout-bg: rgba(var(--bs-warning-rgb), .075);
    --bd-callout-border: rgba(var(--bs-warning-rgb), .5);
}
.callout-success {
    --bd-callout-bg: rgba(var(--bs-success-rgb), .075);
    --bd-callout-border: rgba(var(--bs-success-rgb), .5);
}
.callout-right {
    border-left: 0;
    border-right: 0.25rem solid var(--bd-callout-border, var(--bs-gray-300));
}

.piechart{
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
}