a{
	color: #004585;
}
.logo{
	margin: 12rem auto;
	display: block;
	max-width: 45%;
}
.card{
	border-radius: 0;
}
.card .card-header{
	padding: 10px 20px;
	font-weight: bold;
}


.card-caption{
	width: 90%;
	text-align: left;
	height: 1px;
	float: left;
	font-weight: bold;
	line-height: 30px;
}


.form-control{
	border: 0;
	border-radius: 0;
	font-size: inherit;
	background-color: rgba(0,0,0,.03);
}

.inline-control{
	display:inline-block!important;
}

.module-background{
	background-color: white;
	/*
	border: 4px solid #cdcdcd;
	padding:10px;
	*/
	border: 1px solid gray;
}

.form-inline .form-group{
	margin: .5rem;
}
.form-control.datepicker{
	max-width: 6rem;
	display: inline-block;
}
.form-control.timepicker{
	max-width: 3.65rem;
	display: inline-block;
}
.form-control.monthpicker{
	max-width: 6rem;
	width: 6rem;
	display: inline-block;
	text-align: center;
}
.pretty input:checked~.state.p-primary-o .icon, .pretty input:checked~.state.p-primary-o .svg, .pretty input:checked~.state.p-primary-o svg, .pretty.p-toggle .state.p-primary-o .icon, .pretty.p-toggle .state.p-primary-o .svg, .pretty.p-toggle .state.p-primary-o svg{
	color: #004585;
	stroke: #004585;
}
.autosize{
	max-height: 10rem;
}
.ph-center::-webkit-input-placeholder { /* WebKit browsers */
    text-align: center;
}
.ph-center:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    text-align: center;
}
.ph-center::-moz-placeholder { /* Mozilla Firefox 19+ but I'm not sure about working */
    text-align: center;
}
.ph-center:-ms-input-placeholder { /* Internet Explorer 10+ */
    text-align: center;
}

.spinner-border.spinner-stop{
	-webkit-animation: none;
	animation: none;
}

.off{
	opacity: .4;
}

.btn{
	border-radius: 0;
	font-size: inherit;
}
.btn-primary{
	background-color: #004585;
	border-color: #004585;
}
.btn-fa{
	color: #004585;
	border-radius: 0;
	border: 1px solid rgba(0,0,0,.125);
}
.table-condensed .action .btn-fa{
	width:40px;
}
.btn-fa.fa-sort,
.btn-fa.fa-sort-up,
.btn-fa.fa-sort-down{
	border: 0;
	padding: .2rem .2rem;
	vertical-align: baseline;
}
.far>span,
.fas>span{
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	font-weight: normal;
	display: inline-block;
	padding-left: .25rem;
}

.table-smaller{
	font-size: smaller;
}
.table-smaller th,
.table-smaller td{
	padding: .3rem;
	text-align: center;
}
.table-smaller td .btn{
	font-size: smaller;
	padding: .375rem .45rem;
}
.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(0,0,0,.03);
}
.table-striped.table-hover tbody tr:nth-of-type(odd):hover{
	background-color: rgba(0,0,0,.075);
}
.table-no-border td, .table-no-border th{
	border-top: 0;
}
.table tr.diff{
	background-color: rgba(0,0,0,.03);
}
.btn-page{
	color: #004585;
	border: 1px solid rgba(0,0,0,.125);
	font-weight: bold;
	padding: .2rem;
	min-width: 2.05rem;
}

.bootstrap-datetimepicker-widget.dropdown-menu{
	width: 15rem;
}
.bootstrap-datetimepicker-widget table td span{
	width: 3rem;
	height: 2.66rem;
	line-height: 2.66rem;
}
.control-group.buttons{
	text-align: right;
	padding: 10px;
	background-color: rgba(0,0,0,.03);
}

.table td, .table th{
	line-height: 1.74rem;
}
.table th>a:not(.btn){
	color: inherit;
}
tr.active{
	background-color: rgba(0,0,0,.03);
}

@media (min-width: 1200px){
	.container {
			max-width: 1170px;
	}
}

body{
	font-size: 0.9rem;
	/*margin-top: 80px;*/
}
h1{
	font-size: 1.8rem;
	margin-bottom: .8rem;
}

#nav-main{
	position:relative;
	background: #414141;
	height: 60px;
}
#nav-main .spinner-border{
	width: 2rem;
	height: 2rem;
	border-width: .33rem;
}
#nav-main .nav-link{
	color: white;
	font-size: 16px;
}
#nav-main .dropdown-menu{
	background: #414141;
	border-radius: 0;
}
#nav-main .navbar-toggler{
	border-color: rgba(255, 255, 255, 0.5);
}
#nav-main .navbar-toggler-icon{
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

#nav-main .nav-item{
	margin-left: 0px;
}


section.body{
	margin-top: 20px;
}

#login{
	position: absolute;
	top: 8rem;
	left: 1rem;
	right: 1rem;
}
@media (min-width: 480px){
	#login{
		right: auto;
		left: 50%;
		margin-left: -230px;
		max-width: 100%;
		width:460px;
	}
}

.pagination{
	display: block;
	text-align: center;
	margin-bottom:1rem;
}
.pagination .btn{
	margin-left:0.333rem;
}
.pagination .btn:first-child{
	margin-left:0;
}
#toasts{
	position: fixed;
	top: 60px;
	right: 15px;
	min-width: 360px;
}
#toasts .toast{
	border-radius: 0;
}
#toasts .toast.alert{
	padding:0;
}
#toasts .toast.alert .toast-header{
	background-color: transparent;
	color: inherit;
	border-color: inherit;
}

.toast-header button{
	position:absolute;
	right:15px;
	background-color:white;
	border:0px solid white;
}

#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);
}

.search.card .card-body{
	padding: .5rem;
}
.search.card select{
	max-width: 220px;
}
.zwei-spalten>#form>form>.row>div,
.modal-body>form.form-horizontal>.row>div{
	flex: 0 0 100%;
	max-width: 100%;
}
.modal-header > .close{
	background-color: white;
	border:0px solid white;
}

td.action {
	white-space: nowrap;
	text-align: right;
}

input.pos{
	border: 1px solid rgba(0,0,0,.125);
	text-align: center;
	width: 40px;
}
input.label_checker{
	display:none;
}
label.label_checker{
	border: 0;
	display: inline-block;
	width: auto;
	margin-bottom: 0;
}
label.label_checker:hover{
	cursor: pointer;
}
input.label_checker:checked + label.label_checker{
	background: #e2e3e5;
}

.alert>p:last-child,
.alert>ul:last-child{
	margin-bottom: 0;
}

#navigation, #navigation ol{
	list-style-type: none;
}
#navigation{
	padding-left: 0;
}
#navigation li>div{
	background: rgba(0,0,0,.03);
	padding: .2rem .2rem .2rem 1rem;
	margin: .2rem 0;
	cursor: move;
}
#navigation .ui-sortable-placeholder{
	background: rgba(0,0,0,.01);
}

#pool{
	min-height: 59px;
	background: rgba(0,0,0,.01);
}
.draggable{
	min-width: 4rem;
	min-width: 2rem;
	padding: 1rem;
	background: rgba(0,0,0,.03);
	text-align: center;
}
.droppable{
	min-width: 6rem;
	min-height: 4rem;
	background: rgba(0,0,0,.01);
}
.table-borderd{
	border-left: 1px solid #dee2e6;
	border-bottom: 1px solid #dee2e6;
}
.table-borderd>tr>td{
	border-right: 1px solid #dee2e6;
}
.disabled{
	opacity: .4;
}

.tooltip-inner{
	min-width: 200px;
	max-width: 400px;
}
.notiz-tooltip{
	text-align: left;
}
.notiz-tooltip h5{
	text-align: left;
	font-size: 1.2rem;
}
.notiz-tooltip hr{
	border-color: rgba(255,255,255,.5);
}
.notiz-tooltip a{
	color: white;
}

pre.print_r {
    background: rgba(0,0,0,0.02);
    padding: 15px;
    max-width: 100%;
    white-space: pre-wrap;
}

.module-action-bar-header, .module-action-bar-footer{
    padding: 7px;
    background-color: rgba(0,0,0,.03);
    border: 1px solid rgba(0,0,0,.125);
}
.module-action-bar-header{
	text-align: right;
    border-bottom: 0;
	cursor: s-resize;
}
.module-action-bar-footer{
	text-align: center;
    border-top: 0;
}

.slider_item_thumb{
	width: 200px;
	height: 150px;
	position: relative;
}

.slider_item_action{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	display: flex;
	justify-content: space-between;
}
.slider_item_action a.fas.btn.btn-fa {
	background: rgba(255,255,255,0.6);
	margin: 6px;
}
.slider_item_label {
	margin: 6px;
	background: rgba(255,255,255,0.6);
	border: 1px solid rgba(0,0,0,.125);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 2px 6px;
	overflow: hidden;
	white-space: nowrap;
}

.text-right{
	text-align: right;
}

/** Filemanager */
#filemanager-folders ul{
	list-style-type: none;
	padding-left: 0;
}
#filemanager-folders ul ul>li{
	padding-left: 1.5rem;
}
#filemanager-folders ul>li>.btn-fa{
	border: 0;
}
/** \Filemanager */

#navigation li > div.nav-rot{
	background-color: #C02026;
	color:#fff;
}
#navigation li > div.nav-orange{
	background-color: #F07D21;
}
#navigation li > div.nav-gruen{
	background-color: #41A548;
}
#navigation li > div.nav-blau{
	background-color: #009EDF;
}
#navigation li > div.nav-dunkelblau{
	background-color: #2E3D54;
	color:#fff;
}
#navigation li > div.nav-helleres-blau{
	background-color: #41536F;
	color:#fff;
}

#navigation li > div.nav-rot a.btn{
	color:#fff;
}
#navigation li > div.nav-orange a.btn{
	color:#004585;
}
#navigation li > div.nav-gruen a.btn{
	color:#004585;
}
#navigation li > div.nav-blau a.btn{
	color:#004585;
}
#navigation li > div.nav-dunkelblau a.btn{
	color:#fff;
}
#navigation li > div.nav-helleres-blau a.btn{
	color:#fff;
}



.tab {
	overflow: hidden;
	border: 1px solid #ccc;
	background-color: #f1f1f1;
  }
  
  .tab button {
	background-color: inherit;
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 14px 16px;
	transition: 0.3s;
	font-size: 17px;
  }
  
  .tab button:hover {
	background-color: #ddd;
  }
  
  .tab button.active {
	background-color: #ccc;
  }
  
  .tabcontent {
	display: none;
	padding: 6px 12px;
	border: 1px solid #ccc;
	border-top: none;
  }

  .drag-drop-over{
	border-top:10px solid #004585;
	padding-top:30px;
  }

  #modal{
	position: fixed;
	top: 30px;
	width: 380px;
	/*right: calc(50% - 150px);*/
	left: calc(50% - 190px);
	z-index: 9999999;
  }


.checkbox-container {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 15px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
  }
  
  .checkbox-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
  }
  

  .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #eee;
  }
  
  .checkbox-container:hover input ~ .checkmark {
	background-color: #ccc;
  }
  
  .checkbox-container input:checked ~ .checkmark {
	background-color: #2196F3;
  }
  
  .checkmark:after {
	content: "";
	position: absolute;
	display: none;
  }
  
  .checkbox-container input:checked ~ .checkmark:after {
	display: block;
  }
  
  .checkbox-container .checkmark:after {
	left: 10px;
	top: 6px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
  }



  #ImportUpload label {
	background-color:#004585;
	color: white;
	padding: 0.5rem;
	font-family: sans-serif;
	border-radius: 0px;
	cursor: pointer;
	margin-top: 1rem;
  }
  #ImportUpload label:hover {
	background-color: #0b5ed7;
  }
  
  
  #ImportUpload #file-chosen{
	margin-left: 0.3rem;
	font-family: sans-serif;
  }


  .add-uebung-btn {
	display:block;
	background-image: url('/img/add_uebung.png');
	background-repeat: no-repeat;
	background-position-x: 11px;
	background-position-y: 1px;
	width:30px;
	height:30px;
	cursor:pointer;
	margin-left: auto;
  }

.inside-footer{
	background-color:white;
	border:0px solid white;
	margin-bottom: 46px;
}


#modules-picker .card-body a.btn {
	margin-bottom: 7px;
} 


.switch {                   /* Das label-Element */ 
	position: relative; /* Um im nächsten Schritt den runden Button mit position:absolute festzusetzen */ 
	width: 64px;
	height: 34px;
	display: inline-block;
}

.switch span {		    /* Der graue Untergrund des Schalters */ 
	position: absolute;
	background-color: #ccc;
	border-radius: 17px;
	cursor: pointer;
	top: 0;
	left: -2px;
	right: 0;
	bottom: 0;
	transition: background-color .4s;
}

.switch span::before {    /* Der kreisrunde Button im Switch */ 
	background-color: white;
	border-radius: 50%;
	content: "";
	position: absolute;
	left: 4px;
	bottom: 4px;
	height: 26px;
	width: 26px;
}

input:checked + span {
  background-color: darkgreen;
}

input:checked + span::before {
  transform: translateX(30px);
}

.switch input {
	display: none;
}

.switch {
	position: relative;
	display: grid;
	grid-template-columns: 230px 64px;
	grid-template-rows: 34px;
	grid-template-areas: "settings switch";
}

.switch p{
	margin-top:30px;
}

input + p::before {
	content: "offen";
}
input ~ p::after {
	content: " offen"
}

input:checked + p::before {
	content: "bezahlt";
}

input:checked ~ p::after {
	content: " bezahlt"
}

.deselect-single-select{
	position: relative;
	left: -4px;
	top: 5px;
	background-color: #e1e1e1;
	text-decoration: none;
	height: 26px;
	display: inline-block;
	line-height: 21px;
	padding-left: 5px;
	font-size: 24px;
	border-bottom-right-radius: 15px;
	border-top-right-radius: 15px;
	padding-right: 5px;
	height: 27px;
	color: gray !important;
	border: 1px solid silver;
	padding-top: 2px;
	height: 28px;
}

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: 0rem;
	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;
}
.dropdown-menu .nav-link{
	padding-left: .5rem;
}
.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;
}
.navbar-light .navbar-toggler{
	margin-bottom: 1rem;
}


.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;
	color: black;
}
.form-control{
	padding: .25rem .75rem;
	border-color: #D2D4D6;
}
.col-form-label{
	padding: .25rem 0;
}
[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,
.table>tfoot>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;
}

.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;
}

.table .btn-bi.btn-invers>span{
	font-size: 1rem;
}

.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;
	z-index: 1;
}

#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;
	z-index: 1;
}
.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 label,
.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;
}

.popover{
	max-width: 18.75rem;
}
.popover-header{
	font-size: .875rem;
}

.show-first-label>div:not(:first-child)>label{
	display:none;
}

.freeze-table-wrapper{
	width: 1278px;
	height: 1140px;
	overflow: auto;
}
.freeze-table-wrapper>table{
}
.freeze-table-wrapper>table>thead>tr>th{
	top:0;
	position: sticky!important;
	z-index: 1020;
}
.freeze-table-wrapper>table>thead>tr>th,
.freeze-table-wrapper>table>tbody>tr>td{
	background-color: #fff;
}
.freeze-table-wrapper>table>thead>tr>th.col-fixed-header,
.freeze-table-wrapper>table>tbody>tr>td.col-fixed{
	position: sticky!important;
}
.freeze-table-wrapper>table>thead>tr>th.col-fixed-header{
	z-index: 1050;
}
.freeze-table-wrapper>table>tbody>tr>td.col-fixed{
	z-index: 1000;
}
.freeze-table-wrapper>table>thead>tr>th.col-fixed-header:first-child,
.freeze-table-wrapper>table>tbody>tr>td.col-fixed:first-child{
	left: 0;
}


#kalender table{
	border-collapse: collapse;
	background-color: #ccc;
	border-spacing: 0;
}
#kalender th,
#kalender td{
	outline: solid 1px #ccc;
	border: none;
	outline-offset: -1px;
	width: 3rem;
    min-width: 3rem;
    font-size: .75rem;
    text-align: center;
    padding: 0 5px;
	font-weight: normal;
}
#kalender td.booking-cell{
	padding: 0;
    vertical-align: text-bottom;
}
#kalender td.booking-cell>div{
	position: relative;
}
#kalender .bahn.sondertag .booking-cell{
	background-color: #e0e0e0;
}
#kalender .bahn .booking-cell.geschlossen{
	background-color: #e0e0e0;
}
#kalender th:first-child,
#kalender td:first-child{
	left: 0;
    min-width: 6rem;
	width: 6rem;
}
#kalender th:nth-child(2),
#kalender td:nth-child(2){
	left: 6rem;
    min-width: 3rem;
	width: 3rem;
}
#kalender tr.gap>td{
	background-color: #ccc;
	text-align: left;
}
#kalender tr.date>td{
	text-align: left;
}
#kalender .booking{
	position: absolute;
    top: 0;
    left: 0;
	padding: 0 1.125rem;
	border: solid 1px #555;
	overflow: hidden;
}
#kalender .booking .title{
	margin-top: -1px;
}
#kalender .booking .btn-close{
	font-size: .625rem;
	position: absolute;
    top: 1px;
    left: 1px;
}
#kalender .booking.hover{
	z-index: 950!important;
}
#kalender .booking.dark{
	color: #fff;
}
#kalender .booking.anfrage{
	opacity: .5;
}
#kalender .booking.reservierung{
	background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
	background-size: 25px 25px;
}
#kalender .booking.buchung{
}
#kalender .booking.angebot-abgelehnt{
}
#kalender .booking.storniert{
}

/* 
Streifen Horizontal
background-image: linear-gradient(rgba(255, 255, 255, 0.2) 50%, transparent 50%, transparent);
background-size: 25px 25px;

Streifen Vertikal
background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 50%, transparent 50%, transparent);
background-size: 25px 25px;

Streifen schräg links
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
background-size: 25px 25px;

Streifen schräg rechts
background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
background-size: 25px 25px;

schachbrett
background-image: linear-gradient(45deg, #000000 25%, transparent 25%, transparent), linear-gradient(-45deg, #000000 25%, transparent 25%, transparent), linear-gradient(45deg, transparent 75%, #000000 75%), linear-gradient(-45deg, transparent 75%, #000000 75%);
background-size: 25px 25px;

tischdecke
background-image: linear-gradient(transparent 50%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.5)), linear-gradient(0deg, transparent 50%, rgba(0, 110, 0, 0.5) 50%, rgba(0, 110, 0, 0.5));
background-size: 25px 25px;

*/


#raumbuchungen{
	background-color: #fff;
	/* padding: 1rem; */
}
#raumbuchungen-week>table>tbody>tr>td{
	outline: solid 1px #ccc;
	border: none;
	outline-offset: -1px;
}
#raumbuchungen-week>table>tbody>tr>td.hour{
	min-width: 4rem;
	text-align: center;
}
#raumbuchungen-week>table>tbody>tr>td>div{
	/* padding: 0.18rem; */
	padding: 0rem;
}
#raumbuchungen-week>table>tbody>tr>td.raum{
	min-width: 8rem;
}
#raumbuchungen-week>table>tbody>tr>td.raum>div{
	position: relative;
}
#raumbuchungen-week>table>tbody>tr>td.raum>div>.raumbuchung {
    background-color: #215a94;
	border-top: solid 3px #215a94;
	display: flex;
	left: 0;
	padding-left: .5rem;
	position: absolute;
    right: 0.5rem;
	top: 0;
	overflow: hidden;
}
#raumbuchungen-week>table>tbody>tr>td.raum>div>.raumbuchung.hover{
	z-index: 950!important;
}
#raumbuchungen-week>table>tbody>tr>td.raum>div>.raumbuchung>div{
    background-color: #3788d8;
	color: #fff;
	width: 100%;
	padding: 0 .25rem;
}
#raumbuchungen-week>table>tbody>tr>td.raum>div>.raumbuchung>div>p:first-child{
	font-weight: bold;
}
#raumbuchungen-week>table>tbody>tr>td.raum>div>.raumbuchung>div>p:nth-child(2){
	font-size: .875rem;
}
#raumbuchungen-week>table>tbody>tr>td.raum>div>.raumbuchung.anfrage{
	opacity: .75;
}
#raumbuchungen-week>table>tbody>tr>td.raum>div>.raumbuchung.reservierung>div{
	background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
	background-size: 25px 25px;
}
#raumbuchungen-week>table>tbody>tr>td.col-fixed,
#raumbuchungen-week>table>thead>tr>th{
	font-weight: normal;
	font-size: .875rem;
	text-align: center;
}
#raumbuchungen-week>table>thead>tr>th{
	vertical-align: bottom;
}

.no-arrow .dropdown-toggle::before{
	display: none;
}

#found-users-wrapper{
    z-index: 50;
    background: #fff;
    position: absolute;
    bottom: calc(100% - 3rem);
    left: 2rem;
    border: solid 1px #dee2e6;
	width: 18rem;
}
#found-users-wrapper>.table{
	margin-bottom: 0;
}
#found-users-wrapper>.table>:not(caption)>*>*{
	padding: 0;
}
#found-users-wrapper>.table>:not(caption)>*>*>a{
	display: block;
	padding: .5rem 1rem;
	color: inherit;
	text-decoration: none;
}

.flash {
	-moz-animation: flash .5s ease-out;
	-moz-animation-iteration-count: 2;
  
	-webkit-animation: flash .5s ease-out;
	-webkit-animation-iteration-count: 2;
  
	-ms-animation: flash .5s ease-out;
	-ms-animation-iteration-count: 2;
  }
  
  @keyframes flash {
	  0% { opacity: .25; }
	  33% { opacity: .75; }
	  66% { opacity: .25; }
	  100% { opacity: .75; }
  }
  
  @-webkit-keyframes flash {
	0% { opacity: .25; }
	33% { opacity: .75; }
	66% { opacity: .25; }
	100% { opacity: .75; }
}
  
  @-moz-keyframes flash {
	0% { opacity: .25; }
	33% { opacity: .75; }
	66% { opacity: .25; }
	100% { opacity: .75; }
}
  
  @-ms-keyframes flash {
	0% { opacity: .25; }
	33% { opacity: .75; }
	66% { opacity: .25; }
	100% { opacity: .75; }
}

.pagination-wrapper{
	display: flex;
	justify-content: space-between;
}
.pagination-max{
	display: flex;
	margin-bottom: .5rem;
}
.pagination-max>span:first-child{
	padding: .25rem .5rem .25rem .75rem
}


.kontaktfield{
	display:inline-block;
	background-color: #f3f3f3;
	padding:3px;
	margin-bottom:2px;
}

.search-tooltip {
	position: relative;
	display: inline-block;
}
  
.search-tooltip .tooltiptext {
	visibility: hidden;
	width: 120px;
	background-color: black;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;
	position: absolute;
	z-index: 1;
}

.search-tooltip:hover .tooltiptext {
	visibility: visible;
}

.data-set-count{
	margin-bottom: 10px;
	margin-top: -14px;
}

.select2-img-dropdown{
	background-color: red;
}


.select2-container--default .select2-selection--single{
	background-color:#f1f1f1!important;
	height:40px!important;
	padding-top: 5px!important;
}

.select2-dropdown{
	background-color: #e1e1e1!important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
	white-space: nowrap!important;
}

.select2-results__option--selectable{
	white-space: nowrap!important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
	top: 7px!important;
}


.ui-datepicker .ui-widget-header  .ui-datepicker-next .ui-icon{
	background-image: url('/img/right-arrow.png');
	background-position: 0px 0px;
	background-size: cover;
}

.ui-datepicker .ui-widget-header  .ui-datepicker-prev .ui-icon{
	background-image: url('/img/left-arrow.png');
	background-position: 0px 0px;
	background-size: cover;
}

.ui-datepicker-trigger{
	display:none;
}

#module-faq .save_edit_faq_item{
	display:none;
}