* {
	margin: 0;
	padding: 0;
}

@import url('https://fonts.googleapis.com/css?family=Roboto');

body {
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	color: #000;
}

img {
	border: 0;
}

input, textarea {
	padding: 5px;
	padding-left: 5px;
	font-size: 11px;
	border: 1px #ccc solid;
}

select {
	padding: 5px;
	padding-left: 5px;
	font-size: 11px;
	/* background-color: #e3e3e34f; */
	background-color: #fff;
	border: 1px #ccc solid;
}

input[type=button], input[type=submit] {
	padding: 5px 30px;
	font-size: 11px;
	text-transform: uppercase;
	border-top: #bdbdbd 1px solid;
	border-left: #bdbdbd 1px solid;
	border-bottom: #005984 1px solid;
	border-right: #005984 1px solid;
}

a {
	color: #000;
	outline: none;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#wrapper {
	width: 1200px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

#boxHeader {
 	width: 1200px;
	height: 65px;
	top: 0px;
	background-color: #fff;
	position: fixed;
}

#boxFooter {
	width: 1200px;
	height: 25px;
	padding-top: 5px;
	bottom: 10px;
	border-top: 4px #b63693 solid;
	font-size: 11px;
	text-align: right;
	background-color: #fff;
	position: fixed;
}

#boxContent {
	margin-top: 70px;
	margin-bottom: 30px;
}

#boxPanelLogin {
	margin-top: 200px;
	width: 350px;
	text-align: left;
	color: #686868;
	border-radius: 5px;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
}

#boxHeaderTag {
	width: 1200px;
	height: 34px;
	font-size: 12px;
	background-image: url(../grfx/back.header.panel.gif);
	position: fixed;
}

#headerTag1, #headerTag2 {
	color: #404040;
	padding-top: 10px;
}

#headerTag1 {
	float: left;
	padding-left: 10px;
}

#headerTag2 {
	width: 150px;
	float: right;
	padding-right: 10px;
	text-align: right;
}

#boxMap {
	width: 700px;
	height: calc(100vh - 280px);
	background-color: #fff;
	border: 1px solid #ab7e2f;
}

#frmMain {
	overflow: hidden;
}

#boxError {
	padding: 10px;
	color: #ff0000;
}

#panelLeft {
	width: 145px;
	padding-top: 5px;
	line-height: 20px;
	padding-right: 5px;
	float: left;
}

#panelMiddle {
	width: 635px;
	padding-top: 5px;
	line-height: 17px;
	float: right;
}

#headSection {
	font-weight: bold;
	color: #005980;
}

#panelLeft ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	padding-bottom: 10px;
}

#panelLeft li a {
	color: #000000;
	display: block;
	padding: 2px 0px 2px 0px;
	text-decoration: none;
	width: 100%;
}

#panelLeft li a:hover {
	color: #FFFFFF;
	background-color: #B5CF80;
}

#panelSearch {
	font-size: 11px;
	background-color: #f8f8f8;
	border: #ccc 1px solid;
	border-radius: 5px;
}

#panelList, #panelBottom {
	padding-top: 8px;
}

#content {
	padding: 10px;
	padding-top: 0;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	text-align: left;
	background-color: #fff;
}

.headSectionMenu {
	height: 20px;
	margin-bottom: 2px;
	text-align: center;
	line-height: 18px;
	background-color: #ECFFFD;
	border: #B8D5D0 1px solid;
}

.tab {
	margin-top: 5px;
	margin-bottom: 15px;
	width: 120px;
	padding: 10px;
	font-size: 13px;
	border: 1px solid #ccc;
	background-color: #f4f4f4;
	float: left;
}

.tabActive {
	background-color: #fff;
	border-bottom: 0px;
}

.headSectionBody {
	margin: 5px 0;
	height: 28px;
	padding-left: 10px;
	font-size: 13px;
	line-height: 28px;
	border-radius: 5px;
	background-color: #FFECD2;
	border: 1px solid #FFECD2;
}

.headSectionBodyAlt {
	background-color: #fff;
	border: 1px solid #b67ba6;
}

.headPanelSearch {
	height: 25px;
	padding: 3px 8px;
	font-size: 13px;
	font-weight: bold;
	background-color: #ccc;
}

.inputBox {
	width: 135px;
	height: 14px;
	padding-left: 5px;
	border: 1px solid #C7C7C7;
	font-size: 11px;
	background-color: #fff;
}

.boxExpand {
	margin-top: 10px;
	padding: 5px;
	border-left: #DBEFFF 1px solid;
	border-right: #CCCCCC 1px solid;
	border-top: #DBEFFF 1px solid;
	border-bottom: #CCCCCC 1px solid;
	background-image: url('../grfx/back.box.expand.gif');
	background-repeat: repeat-x;
}

.boxExpand a {
	text-decoration: none;
}

#boxCountTxt {
	font-size: 13px;
	font-weight: bold;
	color: #ab3148;
}

.orderSchool {
	margin-bottom: 5px;
	width: 350px;
	border: #92B194 1px solid;
	padding: 5px;
	background-color: #F8FFDE;
}

.boxMessage {
	border: #92B194 1px solid;
	padding: 10px;
	text-align: center;
	background-color: #F8FFDE;
}

.rowHighlight {
	background-color: #ff6f6f;
}

.txtHeaderTagLine {
	font-weight: bold;
	font-size: 18px;
	text-align: right;
}

.txtPageHead {
	font-size: 14px;
	font-weight: bold;
	color: #8579A1;
}

.txtPopupHead {
	margin-bottom: 8px;
	padding-bottom: 4px;
	font-size: 18px;
	font-weight: bold;
	color: #005984;
	border-bottom: 4px #ccc solid;
}

.txtPopupTitle {
	padding: 5px;
	margin-bottom: 10px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #005984;
}

.txtHeaderLogin {
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	background-color: #b63693;
}

.txtRed {
	color: #cc0000;
}

.txtPurple {
	color: #b63693;
}

.txtPurpleLight {
	color: #b67ba6;
}

#errMessage, .errMessage {
	color: #ff0000;
}

.tblRow1 {
	padding: 5px;
	border-bottom: #005984 4px solid;
}

.tblRow2 {
	padding: 5px;
	border-bottom: #c6c6c6 1px solid;
}

.tblRow3 {
	padding: 5px;
	border-bottom: #dbb064 1px solid;
}

.pageNums {
	margin: 0;
	margin-top: 10px;
	padding: 0;
	float: right;
}

.pageNums li {
	line-height: 2em;
	display: inline;
	list-style-type: none;
	text-align: center;
	margin: 2px;
}

.pageNums li a {
	padding: 3px 6px;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #CCCCCC;
}

.pageNums li a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #000;
	border: 1px solid #000;
}

.pageNums .next a, .pageNums .previous a {
	border: 1px solid #FFFFFF;
	padding: 3px 6px;
}

.pageNums .currentPage {
	padding: 3px 6px;
	font-weight: bold;
	color: #ff0000;
}

.formButton12 {
	font-size: 11px;
	border-top: #bdbdbd 1px solid;
	border-left: #bdbdbd 1px solid;
	border-bottom: #005984 1px solid;
	border-right: #005984 1px solid;
	padding: 3px 10px 3px 10px;
}

.listBelt optgroup {
	margin: 1px;
	padding: 3px;
	font-style: normal;
	background-color: #ecfffd;
	border: 1px #b8d5d0 solid;
}

.listBelt option {
	padding: 3px;
	background-color: #fff;
}

.button {
	margin: 0px;
	padding: 4px;
	color: #333;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	border-radius: 5px;
	border: 1px solid #ffaa22;
	box-shadow: inset 0px 5px 0px 0px #fff6af;
	background: -webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background: -moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	text-shadow: 0px 1px 0px #ffee66;
}

.cellpadding2 td {
	padding: 2px;
}

.cellpadding25 td {
	padding: 2px 5px;
}

.cellpadding4 td {
	padding: 4px;
}

.cellpadding5 td {
	padding: 5px;
}

.cursorH {
	cursor: pointer;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.noBorder {
	border: 0;
}

.hide {
	display: none;
}

.cleaner {
	clear: both;
	height: 1px;
	font-size: 1px;
	border: none;
	margin: 0;
	padding: 0;
}

.boxLocked {
	user-select: none;
	pointer-events: none;
	opacity: 0.75;
	background-color: #fffbd6;
}

/* HighSlide Related */
.highslide-html {
	background-color: white;
	text-align: left;
}

.highslide-html-content {
	position: absolute;
	display: none;
}

.highslide-loading {
	display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
	text-decoration: none;
	padding: 2px;
	border: 1px solid black;
	background-color: white;
    	padding-left: 22px;
	background-image: url(../grfx/highslide/loader.white.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}

.highslide-dimming {
	position: absolute;
	background: #000;
}

/* Styles for the popup */
.highslide-wrapper {
	background-color: white;
}

.highslide-html-content {
	padding: 15px 5px 0 0;
}

.highslide-wrapper .highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
	font-family: Verdana, Helvetica;
	font-size: 10pt;
}

.highslide-wrapper .highslide-header ul li {
	display: inline;
}

.highslide-wrapper .highslide-header ul li.highslide-previous, .highslide-wrapper .highslide-header ul li.highslide-next, .highslide-wrapper .highslide-header ul li.highslide-move, .highslide-wrapper .highslide-header ul li.highslide-close, .highslide-resize {
	display: none;
}

.highslide-wrapper .highslide-header a {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}

.highslide-wrapper .highslide-header a:hover {
	color: black;
}

.highslide-wrapper .highslide-header .highslide-move a {
	cursor: move;
}

.highslide-wrapper .highslide-footer {
	height: 11px;
}

.highslide-wrapper .highslide-footer .highslide-resize {
	float: right;
	height: 11px;
	width: 11px;
	background: url(grfx/highslide/resize.gif);
}

.closebutton {
	background: transparent url(../grfx/highslide/close.png) repeat scroll 0 0;
	cursor: pointer;
	height: 30px;
	left: 15px;
	position: relative;
	top: -15px;
	width: 30px;
}

/* These must be the last of the Highslide rules */
.highslide-display-block {
	display: block;
}

.highslide-display-none {
	display: none;
}

.autocomplete-suggestions { border: 1px solid #999; background: #FFF; overflow: auto; }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { display: block; border-bottom: 1px solid #000;}

.sticky-row-1 {
	position: sticky;
	top: 0;
	z-index: 3;
	background-color: #fff;
	user-select: none;
	pointer-events: none;
}

.sticky-row-2 {
	position: sticky;
	top: 26px; /* Adjust based on header height */
	z-index: 2;
	background-color: #fff;
	user-select: none;
	pointer-events: none;
}

.activeScanTarget {
	border: 2px solid #007bff;
	background-color: #e6f0ff;
}

.invalidStock {
	border: 2px solid #cc0000;
	background-color: #fdf2f5;
}