﻿* {
	font-family: Calibri, Verdana, Arial, sans-serif;
} 

* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
html, body, #aspnetForm {
	margin: 0; padding: 0;
	width: 100%; height: 100%;
}

#mainContent {height: 100%; width: 100%; overflow-y: auto;}
#mainContent {	margin: auto;	padding: 45px;}
#mainContent {
	/* Creates shadows when content is scrolled out of view */
	background: linear-gradient(white 30%, rgba(255,255,255,0)),
		linear-gradient(rgba(255,255,255,0), white 70%) 0 100%,
		radial-gradient(50% 0, farthest-side, rgba(0,0,0,.2), rgba(0,0,0,0)),
		radial-gradient(50% 100%,farthest-side, rgba(0,0,0,.2), rgba(0,0,0,0)) 0 100%;
    background: linear-gradient(white 30%, rgba(255,255,255,0)),
		linear-gradient(rgba(255,255,255,0), white 70%) 0 100%,
		radial-gradient(farthest-side at 50% 0, rgba(0,0,0,.2), rgba(0,0,0,0)),
		radial-gradient(farthest-side at 50% 100%, rgba(0,0,0,.2), rgba(0,0,0,0)) 0 100%;
    background-repeat: no-repeat;
    background-color: white;
    background-size: 100% 40px, 100% 40px, 100% 14px, 100% 14px;
    background-attachment: local, local, scroll, scroll;

	height: calc(100vh - 64px);
	padding: 10px;
	overflow: auto;
}

body {background-color: whitesmoke;}
body, p, td, th, input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="submit"], input[type="button"], input[type="password"], textarea, select {font-size: 18pt;}
label {font-weight: bold}

h1 {margin: 0; font-size: 1.5em}
h2 {margin: 0; font-size: 1.25em}
h3 {margin: 0}
h4 {margin: 0}
h5 {margin: 0}
h6 {margin: 0}

input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], input[type="submit"], input[type="button"], textarea, select {
	width: 100%;
	padding: 10px;
	/* Makes 100% width not overflow table */
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

input[type="submit"].bigStartButton {width: 100%; height: 50px; margin-top: 10px;}
input[type="submit"].keypadButton, input[type="button"].keypadButton {
	min-width: 50px;
	min-height: 50px;
	width: 30%;
	height: 25%;
	margin-top: 10px;
}

:-ms-input-placeholder {font-style: italic;} /* Internet Explorer 10+ */
::-webkit-input-placeholder {font-style: italic;} /* WebKit browsers */
:-moz-placeholder {font-style: italic;} /* Mozilla Firefox 4 to 18 */
::-moz-placeholder {font-style: italic;} /* Mozilla Firefox 19+ */
::placeholder {font-style: italic;} /* W3C */

/* hide placeHolder text when form is disabled */
input[disabled]:-ms-input-placeholder {color: Transparent;} /* Internet Explorer 10+ */
input[disabled]::-webkit-input-placeholder {color: Transparent;} /* WebKit browsers */
input[disabled]:-moz-placeholder {color: Transparent;} /* Mozilla Firefox 4 to 18 */
input[disabled]::-moz-placeholder {color: Transparent;} /* Mozilla Firefox 19+ */
input[disabled]::placeholder {color: Transparent;} /* W3C */

div.refreshPanel {font-size: 24pt; text-align: center; padding: 15px 0;}

div#TileOverlay {
	background-color: Highlight;
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
	position: fixed;
	color: black;
	text-align: center;
	visibility: visible;
}
div#TileOverlay label {color: White;}

H1.mainTitle {background-color: silver; background-image: url("Images/HeaderBack.png"); border-bottom: black solid 1px; padding: 1%;}

.titleScreen {
	position: relative;
	width: 60%;
	height: 20%;
	margin: auto;
	text-align: center;
	color: LightGray;
	top: 100px;
}
.main-content {
	padding: 1%;
}

DIV.orderIconPanel {width: 31%; height: 150px; float: left; margin: 1%; text-align: center; font-size: 10pt;}
DIV.orderIconPanel A:link {text-decoration: none;}