body {
	padding-top: 56px;
}

.sticky-top {
	top: 56px;
}

#stz-view-klassisch-container {
	width: 100%;
	overflow: auto;
}

#stz-view-klassisch-container>table {
	margin: auto;
}

#stz-view-klassisch-container>table>tbody>tr>td {
	padding-left: 15px;
	padding-right: 15px;
}

#stz-view-klassisch-container table td {
	vertical-align: top;
	white-space: nowrap;
}

#stz-view-klassisch-container .stz-klassisch-wahlvorschlag {
	width: 100%;
	border: solid 1px #808080;
}

#stz-view-klassisch-container .stz-klassisch-wahlvorschlag td {
	border-right: solid 1px #808080;
	padding: 5px 8px 5px 8px;
}

#stz-view-klassisch-container .stz-klassisch-wahlvorschlag td.nr {
	border-right: 0;
}

#stz-view-klassisch-container .stz-klassisch-wahlvorschlag tr {
	border-top: solid 1px #808080;
	border-bottom: solid 1px #808080;
}

input[type=checkbox] {
	display: none;
}

input[type=checkbox]+label {
	display: unset;
}

input[type=checkbox]+label:before {
	font-family: Font Awesome\ 5 Pro;
	content: "\f111";
	color: black;
	font-size: 145%;
	display: inline-block;
	cursor: pointer;
	padding: 8px 5px 8px 5px;
}

input[type=checkbox]:checked+label:before {
	content: "\f058";
	display: inline-block;
}

.bg-stz-green {
	background-color: #78e57b;
}

.stz-badge-storno {
	text-decoration: line-through
}

.stz-kandidat-streichen {
	text-decoration: line-through;
	cursor: pointer;
}

.stz-kandidat-streichen-btn {
	cursor: pointer;
}

.stz-klassisch-wahlvorschlag .stz-validate-stimme {
	text-align: center;
	border: 1px solid #c0c0c0;
	border-radius: 16px;
	font-family: monospace;
	font-size: 20px;
	font-weight: 400;
}

.stz-klassisch-wahlvorschlag .stz-validate-stimme:focus {
	border: 3px solid #0065ca;
}

.stz-klassisch-wahlvorschlag .stz-kandidat-hinweis {
	padding-left: 2px;
	cursor: pointer;
}

.stz-klassisch-wahlvorschlag .stz-kandidat-hinweis.fal {
	color: gray;
}

.stz-klassisch-wahlvorschlag .stz-kandidat-hinweis.fas {
	color: #b30909;
}

.stz-kan-edit, .stz-kan-delete {
	cursor: pointer;
}

ul.navbar-nav>li.active {
	background-color: white;
	border-radius: 4px;
	font-weight: 400;
}

.tooltip-inner {
	max-width: 380px;
	/* If max-width does not work, try using width instead */
	width: 380px;
}

.alert-schnellerfassung {
	margin-bottom: 1px;
	height: 30px;
	line-height:30px;
	padding:0px 15px;
  }

.message {
	-webkit-box-shadow: 10px 9px 5px -7px rgba(0,0,0,0.26);
	-moz-box-shadow: 10px 9px 5px -7px rgba(0,0,0,0.26);
	box-shadow: 10px 9px 5px -7px rgba(0,0,0,0.26);
	background-color: rgba(0, 119, 255, 0.685); 
	color: rgb(255, 255, 255);
	width: 260px;
	height: 50px;	
	position: relative; /*Can also be `fixed`*/
	overflow: auto; 
	z-index: 2000;
}