section {
	break-inside: avoid;
}

label {
	align-content: center;
	height: 25px;
}

input {
	height: 25px;
}

input.numberInput {
	display: inline-block;
	text-align: center !important;
	border: 1px solid #ccc !important;
	border-radius: 2px;
}

select {
	padding: 0 2px;
}

option {
	background-color: white;
	color: black;
}

textarea {
	border-radius: 2px;
	resize: none;
	field-sizing: content;
	min-height: 50px;
}

output {
	display: inline-block;
	text-align: center;
	border: 1px solid #ccc !important;
	border-radius: 2px;
	height: 25px;
	background-color: #f5f7f8;
}

.container {
	display: grid;
	grid-template-columns: 
		40px 40px 40px 40px 40px
		40px 40px 40px 40px 40px
		40px 40px 40px 40px 40px
		40px 40px 40px 40px 40px;
	column-gap: 1px;
}

.display-flex {
	display: flex;
}

.checkbox-label {
	font-size: 20px;
	margin-left: 6px;
}

.checkbox-label-h1 {
	font-size: 36px;
	font-family: 'Segoe UI', Arial, sans-serif;
	font-weight: 400;
	cursor: pointer;
}

.w3-sidebar {
	z-index: 3;
	width: 250px;
	top: 43px;
	bottom: 0;
	height: inherit;
}

.ml-page {
	margin-left: 250px;
}

.dblclick:hover {
	border: 1px solid red !important;
}

.height-30px {
	height: 30px !important;
}

.selected {
	background-color: #009688 !important;
	color: #ffffff !important;
}

.changed {
	color: darkred !important;
	background-color: lightblue !important;
}

.w3-padding-bottom-24 {
	padding-bottom: 24px !important;
}

.pointer {
	cursor: pointer;
}

.limit {
	background-color: lightyellow !important;
}

.csublue {
	background-color: #0080c8;
	color: #ffffff;
}

.inlineBtn {
	padding: 0px 16px;
	height: 25px;
	position: relative;
	top: 2px;
	margin-left: 20px;
}

.pdfBtn {
	border: 1px solid #ccc !important;
	border-radius: 2px;
	float: right !important;
	margin-top: 7px;
}

.w3-bar-item.sidebar {
	padding: 8px 16px 8px 32px;
	font-size: medium;
}

.w3-bar-item.header {
	font-size: 21px;
	padding: 12px 16px 0 16px;
}

optgroup {
	background-color: white;
	color: black;
}