body {
	font-family: "Helvetica Neue", "HelveticaNeue", Helvetica;
	background-color: #DDD;
	font-size: 16pt;

}

@media screen and (max-width: 1200px) {
.page {
	width: 100%;
	float:left;
}

}

@media screen and (min-width: 1201px) {
.page {
	width: 100%;
	float:left;
}

}

@media screen and (min-height: 901px) {
.bucket {
	top: 13%;
	height: 87%;
	overflow: auto;
	width: 1200px;
	position:fixed;
}
}

@media screen and (max-height: 900px) {
.bucket {
	top: 18.5%;
	height: 79%;
	overflow: auto;
	width: 1200px;
	position:fixed;
}
}

.imageLeft {
	height:100%;
	width:55%;
	background-image: url("images/construction.jpg");
/*	background-position: center;	*/
	background-repeat: no-repeat;
	float:left;	
}

.loginPage {
	height:100%;
	width: 40%;
	background-color:white;
	float:left;
	margin-left: 2.5%;
	display: flex;
	align-items: center;
}

.logBox {
	height: 40%;
	width: 80%;
	box-shadow: 10px 10px 8px #eee;
	text-shadow: 3px 3px 2px #eee;
	margin: 0px 10%;
	border: 1px solid #eee;
	display:flex;
	align-items: center;
	justify-content: center;
}

#titlediv {
	max-width: 50%;
	min-width: 25%;
	height:124px;
	background-image: url("images/logoTitle.png");
	background-position: left;
	background-repeat:no-repeat;
	background-size: contain;
	display: flex;
	align-items:end;
}

#titlediv span {
	float:right;
}

.footerBar {
	position: fixed;
	top: 98%;
	width: 105%;
	left: -50px;
	height: 3%;
	background-color:black;
	color: white;
	font-size: 11pt;
}

.collapsed {
	transform: translateX(-105%);
	transition: transform 1s;
}

.expanded {
	transform: translateX(0%);
	transition: transform 1s;
}

.partitioned {
	padding-left: 5px;
	letter-spacing: 16pt;
	font-size: 24pt;
	border: 0;
	background-image: linear-gradient(to left, black 70%, rgba(255, 255, 255, 0) 0%);
	background-position: bottom;
	background-size: 40px 1px;
	background-repeat: repeat-x;
	background-position-x: 25px;
	width: 242px;
	outline: none;
}

.errorpart {
	background-image: linear-gradient(to left, red 70%, rgba(255, 255, 255, 0) 0%);
}

.usernamed {
	border: 0;
	border-bottom: 2px solid black;
	width:300px;
	height:30px;
	text-align:center;
	font-size: 15pt;
}

.hidecursor {
	background-color:white;
	height:34px;
	width:6px;
	position:relative;
	float:right;
	right:102px;
}

.hideme {
	display:none;
}

.bannerTop {
	min-height: 125px;
	width: 100%;
	float: left;
	background-color: white;
	box-shadow: 0 0 6px rgba(0,0,0,0.95);
	display:flex;
}

.titleBar {
	font-weight: bold;
	width:74%;
	height:62px;
	float:right;
}

.titleBar div {
	float: right;
	padding:30px;
	margin-top: 20px;
}

.titleBar span {
	float: right;
	padding-left: 100px;
	padding-top: 25px;
	font-weight: lighter;
	font-size: 11pt;
	text-align: right;
}

.titleBar div:hover {
	box-shadow: 0px 0px 4px #999;
}

.logout:hover {
	text-shadow: 2px 2px 2px #999;
	cursor: pointer;
}

.leftBox {
	margin-top: 30px;
	min-height: 300px;
	max-height: calc(98% - 155px);
	width: 18%;
	float: left;
	background-color: white;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.95);
	overflow-y: auto;
}



.titleLeftHalf {
	margin: 10px 8px;
	font-weight: bold;
	font-size: 14pt;
	border-bottom: 2px solid black;
	height: 25px;
	width: calc(49% - 16px);
	float: left;
}

.titleLeft {
	margin: 10px 8px;
	font-weight: bold;
	font-size: 14pt;
	border-bottom: 2px solid black;
	height: 28px;
	width: calc(100% - 16px);
	float: left;
}

.listLeft {
	margin: 10px 8px;
	background-color: rgba(225,225,225,0.95);
	width: calc(100% - 16px);
	float: left;
}

.listEntry {
	width:95%;
	border-bottom:1px white solid;
	margin: 5px 0px;
	padding:4px;
}
.listEntry:hover {
	border-bottom:1px black solid;
	cursor: pointer;	
}

.jobPage {
	margin-top: 30px;
	margin-left: 30px;
	max-height: calc(98% - 155px);
	width: 78%;
	float: left;
	background-color: white;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.95);
}

.halfSection {
	width:47%;
	float: left;
	padding: 0 0 0 0;
}

.overflowme {
	max-height:120px;
	overflow-y:auto;
	width: 99%;
}

.closeButt {
	color: white;
	background-color: red;
	font-size: 14pt;
	text-align:center;
	height: 20px;
	width: 20px;
	cursor: pointer;
}

.exclaim {
	text-shadow: 2px 2px #444444;
	color: red;
	float: right;
	margin-right: 10px;
	font-weight: bold;
	font-family: Copperplate;
	font-size: 18pt;
}

.jobEntryHalf {
	width:48%;
	margin: 5px 0px;
	padding:4px;
	float: left;
	min-height: 30px;
	padding-left:30px;
	border-bottom: 1px dashed rgb(0,0,0,0.6);
}

.jobEntry {
	width:95%;
	margin: 5px 0px;
	padding:4px;
	float: left;
	min-height: 30px;
	padding-left:30px;
	border-bottom: 1px dashed rgb(0,0,0,0.6);
}

.jobDetail {
	width: 14%;
	float:left;
	font-size: 12pt;
}

.jobDetailLarge {
	min-width: 17.5%;
	max-width: 27.5%;
	float:left;
	font-size: 12pt;
}

.cursor {
	cursor: pointer;
}
.infoSym {
	cursor: pointer;
}

.infoSym div {
	display: none;
}

.infoSym:hover div {
	width: 403px;
	height: 192px;
	background-image: url("images/manifestExample.png");
	background-position: left;
	background-repeat:no-repeat;
	background-size: contain;
	position:absolute;
	display:block;
}

.infoBar {
	width: 99%;
	font-weight: bold;
	font-size: 12pt;
	background-color: #CFC;
	min-height: 29px;
	margin-top: 5px;
}

.formrow {
	width: 99%;
	background-color: #ddd;
	min-height: 29px;
	margin-top: 5px;
	float: left;
}

.leftClass {
	width: 50%;
	text-align:right;
	float:left;
	margin-right: 20px;
	min-height: 28px;
}
.rightClass {
	width: 26%;
	text-align:left;
	float:left;
	min-height: 29px;
}

.infoButton {
	min-width: 150px;
	min-height: 22px;
	border: 1px solid #999;
	float: left;
	vertical-align: center;
	text-align: center;
	padding: 2px;
	padding-top: 4px;
}

.infoButton:hover {
	color: white;
	background-color: #999;
	cursor: pointer;
	cursor: pointer;
}

.infoCell {
	min-width: 150px;
	min-height: 22px;
	float: left;
	padding: 2px;
	padding-top: 4px;
	padding-left: 10px;
}



.row {
	width: 100%;
	float: left;
	padding-bottom: 5px;
	padding-top: 2px;
	border-bottom: 1px solid #999;
	background-color: white;
}

.spacer {
	width: 100%;
	min-height:4px;
	float: left;
	background-color: #999;
}

.dataCell {
	width: 10%;
	float: left;
	padding-left: 3px;
}

.dataCell0 {
	width: 10%;
	float: left;
	padding-left: 3px;
	color: white;
	background-color: black;
}

.dataCellA {
	width: 10%;
	float: left;
	padding-left: 3px;
	background-color: red;
	color: white;
}

.dataCellB {
	width: 10%;
	float: left;
	padding-left: 3px;
	background-color: orange;
}

.dataCellC {
	width: 10%;
	float: left;
	padding-left: 3px;
	background-color: yellow;
}

.dataCellG {
	width: 10%;
	float: left;
	padding-left: 3px;
	background-color: green;
	color: white;
}

.dataHeader {
	width: 10%;
	float: left;
	font-weight: bold;
}

.dataCellHidden {
	width: 45%;
	float: left;
	background-color: #eee;
}

.buffer {
	height: 600px;
	width: 100%;
	float: left;
	background-color: #333;
}

.detailPage {
	width: 750px;
	min-height: 30px;
}

.detailRow {
	width: 99%;
	float: left;
	min-height: 22px;
	padding: 1px;
	border-bottom: 1px solid black;
	background-color: #f1fff1;
}



.detailHeader {
	width: 49.5%;
	float: left;
	font-weight: bold;
}

.detailCell {
	width: 49.5%;
	float: left;
	min-height: 22px;
	padding: 1px;
}

.detailQHeader {
	width: 28%;
	float: left;
	font-weight: bold;
}

.detailQCell {
	width: 20%;
	float: left;
	min-height: 22px;
}

.detailQCellRight {
	width: 40%;
	float: right;
	min-height: 22px;
}

.detailFCell {
	width: 51%;
	float: left;
	min-height: 22px;
	text-decoration: underline;
	cursor: pointer;
}

.pictureFrame {
	position: fixed;
	top: 12%;
	left: 20%;
	width: 700px;
	min-height: 520px;
	border: 15px solid blue;
	background-color: white;
}

.notesFrame {
	position: fixed;
	top: 16%;
	left: 23%;
	width: 600px;
	min-height: 320px;
	border: 15px solid blue;
	background-color: white;
}

.closeButton {
	float: right;
	width: 2%;
	text-align: center;
	color: red;
	min-height: 22px;
}

.closeButton:hover {
	color: white;
	background-color: red;
	cursor: pointer;
}

.rotated0 {
	float: left;
	height:520px;
	width:680px;
	margin-left: 10px;
	background-size: 640px 480px;
	background-repeat: no-repeat;
	background-position:center;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}

.rotated90 {
	float: left;
	width:520px;
	height:680px;
	margin-top: 80px;
	margin-bottom: 80px;
	margin-left: 10px;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.rotated180 {
	float: left;
	height:520px;
	width:680px;
	margin-left: 10px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.rotated270 {
	float: left;
	width:520px;
	height:680px;
	margin-top: 80px;
	margin-bottom: 80px;
	margin-left: 10px;
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg);
}

.detailRowVar{
	width: 98%;
	float: left;
	min-height: 22px;
	border-bottom: 2px solid black;
	text-align: center;
	padding-top: 2px;
}

.countWindow {
	width: 680px;
	height: 500px;
	position: fixed;
	top: 10%;
	left:22%;
	border: #C00 solid 10px;
	z-index: 1000;
}

.dCell {
	width: 12%;
	float: left;
	padding-left: 1px;
}

.formWindow {
	width: 640px;
	min-height: 220px;
	position: fixed;
	top: 10%;
	left:22%;
	border: #C00 solid 10px;
	z-index: 1000;
	background-color: white;
}

.hCellLeft {
	width: 45%;
	height:100%;
	float: left;
	margin-right: 10px;
	text-align: right;
}

.hCellRight {
	width: 48%;
	height:100%;
	float: left;
	padding-left: 0px;
	text-align: left;
}

@media (hover: none) {
	body {
		font-size: 36pt;
	}
	
	.infoBar {
		font-size: 28pt;
	}
	
	input {
		font-size: 30pt;
	}
	
	input[type=radio] {
		width: 35px;
		height: 35px;
	}
	
	input[type=checkbox] {
		width: 35px;
		height: 35px;
	}
	
	input[type=file] {
		display:block;
	}
	
	.fileUploadLabel {
		height: 50px;
		text-decoration: underline;
	}
	
	.leftClass {
		width: 100%;
		text-align: left;
	}
	
	.rightClass {
		width: 100%;
	};
}

.hidden {
	display:none;
}

