﻿.numberFormat {
	text-align: right;
}

.content-container {
	margin-top: 150px;
}

#supervisorEmployeeGrid {
	margin-top: 5rem;
	width: 100%;
	overflow: auto;
}

#supervisorEmployeeGridRow.content-collapse {
	display: none;
}

#EmployeeDutyScheduleGrid {
	width: 100%;
	overflow: auto;
}
#employeeDutyScheduleGridRow.content-expand{
	width: 100%;
}


//Fixierter Tabellen Header/Footer
table thead,
table tfoot {
	position: sticky;
}

table thead {
	inset-block-start: 0; /* "top" */
}

table tfoot {
	inset-block-end: 0; /* "bottom" */
}

//Buttons
.btn-default {
	/*width: 65px;*/
	margin: 5px;
}

//Style zum verbreitern des DataGrid
.ExpandDataGrid {
	padding-left: 0px;
	padding-right: 0px;
}

.btn-default#dataLoadButton {
	width: auto;
}

@media only screen and (max-height: 499px) {
	#supervisorEmployeeGrid {
		height: 250px;
	}

	#EmployeeDutyScheduleGrid {
		height: 250px;
	}
}

@media only screen and (min-height: 500px) and (max-height: 524px) {
	#supervisorEmployeeGrid {
		height: 275px;
	}

	#EmployeeDutyScheduleGrid {
		height: 275px;
	}
}

@media only screen and (min-height: 525px) and (max-height: 549px) {
	#supervisorEmployeeGrid {
		height: 300px;
	}

	#EmployeeDutyScheduleGrid {
		height: 300px;
	}
}

@media only screen and (min-height: 550px) and (max-height: 574px) {
	#supervisorEmployeeGrid {
		height: 325px;
	}

	#EmployeeDutyScheduleGrid {
		height: 325px;
	}
}

@media only screen and (min-height: 575px) and (max-height: 599px) {
	#supervisorEmployeeGrid {
		height: 350px;
	}

	#EmployeeDutyScheduleGrid {
		height: 350px;
	}
}

@media only screen and (min-height: 600px) and (max-height: 624px) {
	#supervisorEmployeeGrid {
		height: 375px;
	}

	#EmployeeDutyScheduleGrid {
		height: 375px;
	}
}

@media only screen and (min-height: 625px) and (max-height: 649px) {
	#supervisorEmployeeGrid {
		height: 400px;
	}

	#EmployeeDutyScheduleGrid {
		height: 400px;
	}
}

@media only screen and (min-height: 650px) and (max-height: 674px) {
	#supervisorEmployeeGrid {
		height: 425px;
	}

	#EmployeeDutyScheduleGrid {
		height: 425px;
	}
}

@media only screen and (min-height: 675px) and (max-height: 699px) {
	#supervisorEmployeeGrid {
		height: 450px;
	}

	#EmployeeDutyScheduleGrid {
		height: 450px;
	}
}

@media only screen and (min-height: 700px) and (max-height: 724px) {
	#supervisorEmployeeGrid {
		height: 475px;
	}

	#EmployeeDutyScheduleGrid {
		height: 475px;
	}
}

@media only screen and (min-height: 725px) and (max-height: 749px) {
	#supervisorEmployeeGrid {
		height: 500px;
	}

	#EmployeeDutyScheduleGrid {
		height: 500px;
	}
}

@media only screen and (min-height: 750px) and (max-height: 774px) {
	#supervisorEmployeeGrid {
		height: 525px;
	}

	#EmployeeDutyScheduleGrid {
		height: 525px;
	}
}

@media only screen and (min-height: 775px) and (max-height: 799px) {
	#supervisorEmployeeGrid {
		height: 550px;
	}

	#EmployeeDutyScheduleGrid {
		height: 550px;
	}
}

@media only screen and (min-height: 800px) and (max-height: 824px) {
	#supervisorEmployeeGrid {
		height: 575px;
	}

	#EmployeeDutyScheduleGrid {
		height: 575px;
	}
}

@media only screen and (min-height: 825px) and (max-height: 849px) {
	#supervisorEmployeeGrid {
		height: 600px;
	}

	#EmployeeDutyScheduleGrid {
		height: 600px;
	}
}

@media only screen and (min-height: 850px) and (max-height: 874px) {
	#supervisorEmployeeGrid {
		height: 625px;
	}

	#EmployeeDutyScheduleGrid {
		height: 625px;
	}
}

@media only screen and (min-height: 875px) and (max-height: 899px) {
	#supervisorEmployeeGrid {
		height: 650px;
	}

	#EmployeeDutyScheduleGrid {
		height: 650px;
	}
}

@media only screen and (min-height: 900px) and (max-height: 924px) {
	#supervisorEmployeeGrid {
		height: 675px;
	}

	#EmployeeDutyScheduleGrid {
		height: 675px;
	}
}

@media only screen and (min-height: 925px) and (max-height: 949px) {
	#supervisorEmployeeGrid {
		height: 700px;
	}

	#EmployeeDutyScheduleGrid {
		height: 700px;
	}
}

@media only screen and (min-height: 950px) and (max-height: 974px) {
	#supervisorEmployeeGrid {
		height: 725px;
	}

	#EmployeeDutyScheduleGrid {
		height: 725px;
	}
}

@media only screen and (min-height: 975px) and (max-height: 999px) {
	#supervisorEmployeeGrid {
		height: 750px;
	}

	#EmployeeDutyScheduleGrid {
		height: 750px;
	}
}

@media only screen and (min-height: 1000px) and (max-height: 1024px) {
	#supervisorEmployeeGrid {
		height: 775px;
	}

	#EmployeeDutyScheduleGrid {
		height: 775px;
	}
}

@media only screen and (min-height: 1025px) and (max-height: 1049px) {
	#supervisorEmployeeGrid {
		height: 800px;
	}

	#EmployeeDutyScheduleGrid {
		height: 800px;
	}
}

@media only screen and (min-height: 1050px) and (max-height: 1074px) {
	#supervisorEmployeeGrid {
		height: 825px;
	}

	#EmployeeDutyScheduleGrid {
		height: 825px;
	}
}

@media only screen and (min-height: 1075px) and (max-height: 1099px) {
	#supervisorEmployeeGrid {
		height: 850px;
	}

	#EmployeeDutyScheduleGrid {
		height: 850px;
	}
}

@media only screen and (min-height: 1100px) and (max-height: 1124px) {
	#supervisorEmployeeGrid {
		height: 875px;
	}

	#EmployeeDutyScheduleGrid {
		height: 875px;
	}
}

@media only screen and (min-height: 1125px) and (max-height: 1149px) {
	#supervisorEmployeeGrid {
		height: 900px;
	}

	#EmployeeDutyScheduleGrid {
		height: 900px;
	}
}

@media only screen and (min-height: 1150px) and (max-height: 1174px) {
	#supervisorEmployeeGrid {
		height: 925px;
	}

	#EmployeeDutyScheduleGrid {
		height: 925px;
	}
}

@media only screen and (min-height: 1175px) and (max-height: 1199px) {
	#supervisorEmployeeGrid {
		height: 950px;
	}

	#EmployeeDutyScheduleGrid {
		height: 950px;
	}
}

@media only screen and (min-height: 1200px) and (max-height: 1224px) {
	#supervisorEmployeeGrid {
		height: 975px;
	}

	#EmployeeDutyScheduleGrid {
		height: 975px;
	}
}

@media only screen and (min-height: 1225px) and (max-height: 1249px) {
	#supervisorEmployeeGrid {
		height: 1000px;
	}

	#EmployeeDutyScheduleGrid {
		height: 1000px;
	}
}

@media only screen and (min-height: 1250px) and (max-height: 1274px) {
	#supervisorEmployeeGrid {
		height: 100%;
	}

	#EmployeeDutyScheduleGrid {
		height: 1025px;
	}
}

@media only screen and (min-height: 1275px) and (max-height: 1299px) {
	#supervisorEmployeeGrid {
		height: 100%;
	}

	#EmployeeDutyScheduleGrid {
		height: 1050px;
	}
}

@media only screen and (min-height: 1300px) and (max-height: 1324px) {
	#supervisorEmployeeGrid {
		height: 100%;
	}

	#EmployeeDutyScheduleGrid {
		height: 1075px;
	}
}

@media only screen and (min-height: 1325px) and (max-height: 1349px) {
	#supervisorEmployeeGrid {
		height: 100%;
	}

	#EmployeeDutyScheduleGrid {
		height: 1100px;
	}
}

@media only screen and (min-height: 1350px) and (max-height: 1374px) {
	#supervisorEmployeeGrid {
		height: 100%;
	}

	#EmployeeDutyScheduleGrid {
		height: 1125px;
	}
}

@media only screen and (min-height: 1375px) and (max-height: 1399px) {
	#supervisorEmployeeGrid {
		height: 100%;
	}

	#EmployeeDutyScheduleGrid {
		height: 1150px;
	}
}

@media only screen and (min-height: 1400px) {
	#supervisorEmployeeGrid {
		height: 100%;
	}

	#EmployeeDutyScheduleGrid {
		height: 100%;
	}
}