:root {
	--dataWoW-Red: 169, 19, 29;
	--dataWoW-Blue: 51, 56, 138;
	
	/* general Border Radius */
	--bs-border-radius: 0.2rem!important;
}


.card {
	--bs-card-border-radius: 0.2rem!important;
}
.card-header{
	background-color: var(--bs-white)!important;
}
.modal-body{
	background-color: var(--bs-light-bg-subtle);
}
.input-group{
	min-width:100px;
}

.badge {
	--bs-badge-font-weight: 500!important;
	--bs-badge-border-radius: 0.2rem!important;
	line-height:unset!important;
}

.ui-autocomplete{
    overflow: hidden!important;
}

.upload-area * {
	pointer-events: none;
	cursor:pointer;
}
.upload-area:hover {
	cursor:pointer;
}
/* ScrollUp Button */
#scrollUpButton {
  display: none;
  width: 50px;
  height: 50px;
  line-height: 50px;
  animation:pop-in 0.5s;
  z-index:1;
}
@keyframes pop-in {
	0% { opacity: 0;transform: scale(0.1); }
	100% { opacity: 1;transform: scale(1); }
}



.table-responsive {
	border-width: 1px;
	border-style: solid;
	border-color: rgba(0, 0, 0, 0.175);
	border-radius: var(--bs-border-radius);
	background-color: var(--bs-white);
	
	table:not(:has(thead)) {
		margin-top:1rem;
	}
	table{
		margin-bottom:1rem;
	}
	tr{
		border-left:1rem solid #FFF;
		border-right:1rem solid #FFF;
	}
	table:not(:has(tfoot)) tbody tr:last-child{
		border-bottom-style:hidden;
	}
	table tfoot tr:last-child{
		border-bottom-style:hidden;
	}
	.table-hover>tbody>tr:hover>*{
		--bs-table-bg-state:var(--bs-light);
	}
	td, 
	th{
		vertical-align: middle;
		height:50px;
		background-color:var(--bs-white);
	}
	td:first-child,
	th:first-child {
		padding-left: 1rem;
	}
	td:last-child,
	th:last-child {
		padding-right: 1rem;
	}
}

.th-min{
	width:1%;
}
.nav-tabs{
	border-bottom:none!important;
}
.nav{
	text-wrap:nowrap!important;
	flex-wrap:nowrap!important;
	overflow-x:auto!important;
	overflow-y:hidden!important;
}
.nav-item a{
	white-space:nowrap!important;
}

.tab-content {
    border:0!important;
	margin-bottom:1rem!important;
	z-index:10;
}

.tab-content::before {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 200px;
	z-index:-1;
	margin-top:-1px;
	display:block;
	border-top:1px solid var(--bs-border-color);
	/*background: linear-gradient(to bottom, #FFF, transparent)!important;*/
	/*background: linear-gradient(to bottom, #FFF, var(--bs-light-bg-subtle))!important;*/
}
.tab-content .tab-content::before {
	display:none;
}

/* DataWoW CSS */
.dataWoW {
	background:#FFF;
}
.dataWoW .dash-container{
    padding: 0.5rem;
}
.dataWoW .dash-content{
    color: #FFF;
	padding:0.25rem;
}
.dataWoW .dash-content .row .col-auto:nth-child(odd){
	font-size:0.7em;
}
.dataWoW .col.text-right{
	white-space:nowrap;
}

/* stylelint-disable selector-list-comma-newline-after */
body > main {
	min-height: calc(100vh - 150px - 9rem);
	padding-bottom:3rem;
}

.blog-header {
    line-height: 1;
	height:6rem;
}

ion-icon{
    cursor: pointer;
}

.blog-header-logo {
    font-size: 2.25rem;
}

.blog-header-logo:hover {
    text-decoration: none;
}

.headerLogoutWrapper {
    font-size:35px;
}

#navCZ.offcanvas-collapse {
	position: fixed;
	top: 0;
	bottom: 0;
	left:0;
	width:300px;
	overflow-y: auto;
	transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
	-webkit-transform: translateX(-120%);
	transform: translateX(-120%);
	z-index:2000;
}
#navCZ.offcanvas-collapse.open {
	-webkit-transform: translateX(0rem);
	transform: translateX(0rem); /* Account for horizontal padding on navbar */
}

#navCZ .spinner-border{
	width:24px;
	height:24px;
}

@media screen and (max-width: 736px) {
	#navCZ.offcanvas-collapse{
		width:100%;
	}
}

.display-4 {
    font-size: 2.5rem;
}

@media (min-width: 768px) {
    .display-4 {
        font-size: 3rem;
    }
}

hr {
    height: 1px !important;
    width: 100% !important;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
  /*overflow-y: hidden;*/
}

.nav-scroller a.activeMenuLink {
    color: black !important;
    font-weight: 600;
}

.nav-scroller .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    /*overflow-x: auto;*/
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.nav-scroller .nav-link {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: .875rem;
}

.card-img-right {
    height: 100%;
    border-radius: 0 3px 3px 0;
}

.flex-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
}

.h-250 { height: 250px; }
@media (min-width: 768px) {
    .h-md-250 { 
        height: 250px; 
    }
}

.border-top { border-top: 1px solid #e5e5e5; }
.border-bottom { border-bottom: 1px solid #e5e5e5; }

.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }

@media (min-width: 40em) {
    .blog-title {
        font-size: 3.5rem;
    }
}

#waitDialogWrapper {
    display:none;
}

#waitDialogBg{
    position:fixed;
	left:0;
	right:0;
	top:0;
	bottom:0;
	z-index: 1200;
	background-color:rgba(40, 40, 40, 0.9);
}


@-webkit-keyframes dot-floating {
  0% {
    left: calc(-50% - 5px);
  }
  75% {
    left: calc(50% + 205px);
  }
  100% {
    left: calc(50% + 205px);
  }
}

@keyframes dot-floating {
  0% {
    left: calc(-50% - 5px);
  }
  75% {
    left: calc(50% + 205px);
  }
  100% {
    left: calc(50% + 205px);
  }
}

@-webkit-keyframes dot-floating-before {
  0% {
    left: -50px;
  }
  50% {
    left: -12px;
  }
  75% {
    left: -50px;
  }
  100% {
    left: -50px;
  }
}

@keyframes dot-floating-before {
  0% {
    left: -50px;
  }
  50% {
    left: -12px;
  }
  75% {
    left: -50px;
  }
  100% {
    left: -50px;
  }
}

@-webkit-keyframes dot-floating-after {
  0% {
    left: -100px;
  }
  50% {
    left: -24px;
  }
  75% {
    left: -100px;
  }
  100% {
    left: -100px;
  }
}

@keyframes dot-floating-after {
  0% {
    left: -100px;
  }
  50% {
    left: -24px;
  }
  75% {
    left: -100px;
  }
  100% {
    left: -100px;
  }
}





/*
 * Footer
 */
.blog-footer {
    padding: 1.5rem 0;
    color: #999;
    text-align: center;
    background-color: #f9f9f9;
    border-top: .05rem solid #e5e5e5;  
	height: 150px;
}
.blog-footer p:last-child {
    margin-bottom: 0;
}

.ion-icon {
    cursor: pointer;
}

#btnShowLeftNavigation {
    font-size:30px;
    cursor: pointer;
}

@media only screen and (max-width: 992px) {
     
    
    .blog-header .row .blog-header-logo img {
        width:180px;
    }
    
    #btnShowLeftNavigation {
        font-size:20px;
    }
    
    .headerLogoutWrapper {
        font-size:25px;
    }
}


/* CL Site spezifisch */
#toast-container{
	position: fixed; 
	bottom: 1em; 
	right: 1em;
	z-index: 1500;
}
.messageBox{
	background-color:#f2fde3!important;
	padding:10px!important;
	margin-bottom:20px!important;
}