.akkordeonButton {
	width: 100%;
	padding: 8px;
	margin-bottom: 3px;
	border: 0px;
	background-color: #e8e8e8;
	font-size: 12px;
	font-weight: normal;
	cursor: pointer;
	transition: 0.5s;
	text-align: left;
}

.akkordeonButtonAktiv, .akkordeonButton:hover {
	background-color: #a5b519;
	color: #ffffff;
	font-weight: bold; 
}

.akkordeonEinheit {
	background-color: #ffffff;
	padding: 0px 12px;
	overflow: hidden;
	display: none; 
}

.table-header{
	text-align: left;
	border = 1px;
}

.paginator{
	float: right;
	margin-left: auto; 
	margin-right: 20px;
}

.action_bar{
	float: left;
}

.filter{
	width:100%;
	padding: 20px;
    /*border: 1px solid grey; Border color */
    box-shadow: 0 0 10px lightgrey; /* Box shadow */
	margin-top: 20px;    /* Äußerer Abstand oberhalb des div */
    margin-bottom: 20px; /* Äußerer Abstand unterhalb des div */
}

.filter_head{
	display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); /* Responsive columns */
    gap: 10px; /* Gap between grid items */
	align-self: center;
}

.filter_checkboxes{
	display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); /* Responsive columns */
    gap: 10px; /* Gap between grid items */
}

.centered-spinner {
    position: fixed;
    top: 50%;
    left: 50%;
	padding: 50px;
    transform: translate(-50%, -50%);
    z-index: 1000;
	background-color: rgba(255, 255, 255, 0.5);
	box-shadow: 0 0 10px grey; /* Box shadow */
}

.centered-alert {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	color: white;
	font-weight:bold;
    background-color: red; /* Background color */
    padding: 10px;
    border: 4px solid whitesmoke; /* Border color */
    z-index: 1000;
}

.centered-success {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	color: white;
	font-weight: bold;
    background-color: green; /* Background color */
    padding: 10px;
    border: 4px solid whitesmoke; /* Border color */
    z-index: 1000;
}

#results{
	width:100%;
	border-bottom: 1px solid;
	border-top: 1px solid;
	margin-top: 40px;
	padding: 10px;
}

#resultTable{
	width: 100%;
}

.check_message{
	width: 30;
}

.check_message_col{
	padding-left: 10px;
}

.large-smiley {
    font-size: 24px;
}