/* Component styles */

/*body {background:#efefef !important}
*/

.scrollable {
	margin: 0;
	padding: 1em 0 2em;
	width: 99%;
	/*max-width: 1000px;*/
	overflow: hidden;
}
.scrollable table {
	max-width: none;
}
.scrollable .filler {
	color: #d3d3d3;
}
.scrollable .td, .scrollable th {
    padding: .2em .2em;
    text-align: left;
}
.scrollable thead th {
	text-align:center;
}
.scrollable td.err {
	background-color: #e992b9;
	color: #fff;
	font-size: 0.75em;
	text-align: center;
	line-height: 1;
}
.scrollable th {
    background-color: #0060a7;
    font-weight: bold;
    color: #fff;
    white-space: nowrap;
	z-index:99;
}
.scheduler-table tbody tr:nth-child(2n-1) {
    background-color: #EBEBEB;
    transition: all .125s ease-in-out;
}
.scheduler-table tbody tr:hover {
    background-color: rgba(184, 176, 180,.3);
}
/* For appearance */
.sticky-controls { 
	width: 99%;
}
.sticky-wrap {
	overflow-x: auto;
	overflow-y: hidden;
	position: relative;
	margin: 0 0 3em 0;
	width: 100%;
}
.sticky-wrap .sticky-thead,
.sticky-wrap .sticky-col,
.sticky-wrap .sticky-intersect {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	transition: all .125s ease-in-out;
	z-index: 50;
	width: auto; /* Prevent table from stretching to full size */
}
	.sticky-wrap .sticky-thead {
		box-shadow: 0 0.25em 0.1em -0.1em rgba(0,0,0,.125);
		z-index: 100;
		width: 100%; /* Force stretch */
	}
	.sticky-wrap .sticky-intersect {
		opacity: 1;
		z-index: 150;

	}
	.sticky-wrap .sticky-intersect th {
		color: #eee;
	}
	.sticky-wrap td,
	.sticky-wrap th {
		box-sizing: border-box;
	}

/* Not needed for sticky header/column functionality */
td.user-name {
	text-transform: capitalize;
}
.sticky-wrap.overflow-y {
	overflow-y: auto;
	max-height: 50vh;
}

.scheduler-table td[class^="event-"] {
	background-color: #fff;
	/*position: relative;*/
	box-shadow: inset 0 0 10px #ddd;
	vertical-align:top;
	z-index: -1;
}

.scheduler-table td[class^="event-"]:hover{
	background-color: #ddd;
	position: relative;
	box-shadow: inset 0 0 10px #ddd;
	vertical-align:top;
	z-index:9;
}

.scheduler-table td a {
	display: block;
	padding: .2em;
	color:#000000;
	z-index:10;
}

.scheduler-table td a:hover {
	display: block;
	padding: .2em;
	color:#0060a7;
}
.cell .card {
	background-color: #004f9f;
	padding: 1em;
	color: white;
	margin-bottom: 1em;
	width:100%;
}

.cell .card h4 {
	color: white;
}

/* ersten tag ausblenden*/
[id="Mittwoch\,\ 17\.08\.2022"] {visibility: hidden;}

.equal-height-cards .cell {
	  display: flex;
	  align-items: stretch;
	  
	
  }