/***************************************************************
* Custom styles for web
**************************************************************/

input[type="radio"], input[type="checkbox"] {
	width: 15px;
	height: 15px;
}

/***************************************************************
 * Modal
 **************************************************************/
.modalDialog {
	top: 49.4%;
	transition: opacity 0.5s ease-in;
}

.modalDialog>div {
	width: 190px;
	height: 400px;
	overflow-y: scroll;
}

.modalDialog.custom>div {
	padding: 8px;
	width: 300px;
	overflow: auto;
	max-height: 430px;
	height: auto;
}

.modalDialog.custom p {
	margin-top: 8px;
}


/***************************************************************
 * Kachel-Design
 **************************************************************/
.kachel {
	width: 270px;
	margin: 10px 15px 10px 0;
}

.kachel.last {
	margin-right: 0;
}

/***************************************************************
 * Um Sticky-Headerhoehe verschobenes-Ankerlement
 **************************************************************/
.anchor {
	position: absolute;
	top: -50px;
}

.anchor-container{
	position: relative;
}

/***************************************************************
 * Anpassungen für Personalsachbearbeiter Handbuch
 **************************************************************/
.not_printable {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
}

.img_pdf_viewer {
    width: 50%;
    border-block-color: black;
    border: 1px solid;
}

/***************************************************************
 * Tabellen-Design
 **************************************************************/
.zahlungsdaten-auszahlung {
	margin: 5px;
	padding: 10px;
	border: 1px solid #000000;
}
