body {
	zoom: 100%;
	padding: 0;
	margin: 0;
	background-color: #ffffff;
	font-family: verdana, arial, sans-serif;
	font-size: 90%;
	overflow-y: hidden;
	}

html, body, iframe {
	height: 100%;
	min-height: 100%;
	overflow-y: hidden;
}

INPUT SELECT {
	font-size: 90%;
	}

html, body{
	height:100%;
	}

div#NewWindow {
	background:white;
	}

div#classification {
	background:white;
	}

.logo {
	margin-left: auto;
	margin-right: auto;
	display: block;
	}

ul.horizontal {
	list-style-type: none;
	margin: 0 0 2.2em 0;
	padding: 0;
	overflow: hidden;
	background-color: #333;
	position: fixed;
	width:100%;
	top:0;
	}



ul.horizontal li {
	float: left;
	position: inline-block;
	}

ul.horizontal li a {
	font-size: 1.5em;
	display: inline-block;
	color: white;
	text-align: center;
	padding: .8em .8em;
	text-decoration: none;
	}

ul.horizontal li a:hover:not(.active) {
	background-color: #111;
	}

ul.horizontal li a.active {
	background-color:#4CAF50;
	}

ul.divider li {
	float: left;
	border-right:1px solid #bbb;
	}

ul.divider li:last-child {
	border-right: none;
	}

.container {
	margin-top: 5em;
}

div[name="Customerlist"] {
	min-height: 100%;
	height: 100%;
	width: 100%;
	overflow-y: hidden;
	position: absolute;
}

div[name="Orderlist"] {
	min-height: 100%;
	height: 100%;
	width: 100%;
	overflow-y: hidden;
	position: absolute;
}

iframe[name="mainbody"] {
	min-height: 100%;
	height: 100%;
	width: 100%;
	overflow-y: hidden;
}

.full-container {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
}

.page-row {
	flex-shrink: 0;
}

.page-row-expanded {
	flex-grow: 1;
	overflow: auto;
	min-height: 2em;
	position: relative;
}

.data-table {
    border: 0;
    table-layout:fixed;
    border-collapse:collapse;
}
.data-table th {
	width: 4em;
}
.data-table td {
	max-width: 4em;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

input:invalid {
	border-color:hsl(20, 50%, 50%);
	background:hsl(20, 50%, 90%);
}

textarea:invalid {
	border-color:hsl(20, 50%, 50%);
	background:hsl(20, 50%, 90%);
}

select:invalid {
	border-color:hsl(20, 50%, 50%);
	background:hsl(20, 50%, 90%);
}
