@import url('https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400..700;1,400..700&display=swap');
/*div#content { border:1px dashed blue;}*/

/*** miscellaneous TAG styles ***/
a.squarebutton {
	background: transparent url('image/square-gray.gif') no-repeat bottom left;
	display: block;
	float: left;
	font: normal 12px Arial;
	/* Change 12px as desired */
	line-height: 15px;
	/* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
	height: 23px;
	/* Height of button background height */
	padding-left: 9px;
	/* Width of left menu image */
	text-decoration: none;
}

a:link.squarebutton,
a:visited.squarebutton,
a:active.squarebutton {
	color: #494949;
	/*button text color*/
}

a.squarebutton span {
	background: transparent url('image/square-gray.gif') no-repeat bottom right;
	display: block;
	padding: 4px 9px 4px 0;
	/*Set 9px below to match value of 'padding-left' value above*/
}

a.squarebutton:hover {
	/* Hover state CSS */
	/*background-position: bottom left;*/
	background: transparent url('image/square-blue.gif') no-repeat bottom left;
}

a.squarebutton:hover span {
	/* Hover state CSS */
	/*background-position: bottom right;*/
	background: transparent url('image/square-blue.gif') no-repeat bottom right;
	color: black;
}

.buttonwrapper {
	/* Container you can use to surround a CSS button to clear float */
	overflow: hidden;
	/*See: http://www.quirksmode.org/css/clearing.html */
	width: 100%;
}


body { 
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	text-align: left;
	margin-right: 0;
	margin-left: 0;
	behavior: url('./inc/csshover.htc');
}



#content,
.content {
	margin: 30px auto;
	max-width: 1170px;
	width: 100%;
}

#content > #form {
	padding: 0 15px; 
}


.form {
	max-width: 1170px;
	width: 100%;
	margin: auto;
}
/* h3 {font: 1em; font-weight: bold; margin: 15px 15px; font-family:'comic sans ms', arial, sans-serif;} */
/* h3 {font-size: 1.3em; font-weight: bold; margin: 15px 15px;	font-family:'comic sans ms', arial, sans-serif;} */
h3 {
	font-size: 1.5em;
	font-weight: bold;
	margin: 15px 15px;
	font-family: 'cabin', arial, sans-serif;
}

h4 {
	text-transform: capitalize;
}

h5 {
	font-size: 1.3em;
	color: blue;
	font-weight: bold;
	margin: 15px 15px;
	font-family: 'times new roman', arial, sans-serif;
}

img {
	border: 0;
	vertical-align: middle;
}

table {
	font-family: verdana, arial, sans-serif;
	font-size: x-small;
}

/* textarea {font-family:'courier new'; } */

/*** miscellaneous CLASS sytles ***/
.amountinput {
	text-align: right;
	width: 75;
}

.anchor_button {
	background: #f0f0f0 url(buttonbackground.jpg) no-repeat bottom center;
	padding: 3px 5px;
	margin-left: 5px;
	margin-right: 5px;
	font: 12px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	border: 1px solid gray;
}

.anchor_button:link {
	text-decoration: none;
	color: black;
}

.anchor_button:visited {
	text-decoration: none;
	color: black;
}

.anchor_button:hover {
	text-decoration: none;
	color: black;
	background-color: lightblue;
}

.boldblue {
	color: blueviolet;
	font-weight: bold;
}

.boldnumber {
	color: red;
	font-weight: bold;
}

.clearfloats {
	clear: both;
}

.compare_table {
	border: 1px solid black;
	padding: 5px;
	margin: 5px;
}

.critical_table_title {
	background-color: yellow;
}

.cust_name {
	color: teal;
	font-style: normal;
	padding-left: 20px;
}

.description_box {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: -15px;
	padding: 5px;
	border: 1px solid gray;
}

.disable_submit {
	position: absolute;
	height: 0px;
	width: 0px;
	border: none;
	padding: 0px;
}

.document_list li {
	margin-bottom: 5px;
}

.entry_block {
	margin: 15px;
}

.error {
	color: red;
}

.even_row {
	background-color: gray;
}

.fixed_textarea {
	overflow: hidden;
	color: red;
	font-family: 'Courier New', courier, monospace;
}

.formtitle {
	font-size: 1.5em;
	padding-right: 20px;
}

.frame {
	border: 1px double red;
	margin: 10px 30px;
	padding: 0px 15px;
}

.gap {
	font-size: .5em
}

.h3 {
	margin-left: 10px;
	font-weight: bold;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
}

.header_menu {
	margin: 5px 0px 0px 20px;
	font-size: 1em;
}

.header_cust {
	margin: 24px 0px 0px 30px;
	color: teal;
}

.header_subtitle {
	margin: 24px 0px 0px 10px;
	color: teal;
}

.header_title {
	margin: 6px 0px 0px 20px;
	font-size: 1.5em;
	font-style: italic;
}

.navbar {
	max-width: 1170px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 10px auto;
}

.hrbar {
	height: 20px;
	background-color: #0065c1;
	border: 1px solid #0065c1;
	margin-bottom: 5px;
}

.hrbar1 {
	height: 6px;
	background-color: #0065c1;
	margin-bottom: -7px;
}

.hrbar2 {
	height: 6px;
	background-color: #66a3da;
	margin-bottom: 5px;
}

.important {
	color: red;
	overflow: visible;
}

.infobox {
	display: inline-block;
	vertical-align: top;
}

.infonote {
	margin: 5px;
}

.infopage {
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 20px;
}

.lt_td {
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
	padding: 1px 5px;
}

.lt_th {
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
	padding: 1px 5px;
}

.lt_th_center {
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
	padding: 1px 5px;
	text-align: center;
}

.lt_th_right {
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
	padding: 1px 5px;
	text-align: right;
}

.lt_thead {
	background-color: #e0e0e0;
}

.menubar3 {
	height: 30px;
	color: white;
	font-weight: bold;
	padding-top: 20px;
	padding-left: 100px;
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: 5px;
}

.menubar3 a:link {
	color: white;
	text-decoration: none;
}

.menubar3 a:visited {
	color: white;
	text-decoration: none;
}

.menubar3 a:hover {
	color: white;
	text-decoration: underline;
}

.message {
	font-weight: bold;
	margin-bottom: 15px;
	/*text-decoration:underline;*/
}

.mini_date {
	font-size: smaller;
}

.mini_process_button {
	font-size: .5em;
	height: 1.5em;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 5px;
}

.mtable_wide td {
	white-space: nowrap;
}

.nfg_pagename {
	position: absolute;
	top: 50px;
	left: 50px;
	font-size: 18px;
	font-style: italic;
}

.nosortcolumn {
	color: #cc0000;
	font-size: 110%;
}

.odd_row {
	background-color: white;
}

.outertable {
	border: 1px solid gray;
	margin: 5px;
	overflow: auto;
}

.process_button {
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 5px;
	margin-right: 5px;
}

.mid_process_button {
	font-size: 10px;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 5px;
	margin-right: 5px;
}

.ordering_message {
	font-size: 16px;
	margin: 20px;
}

.processing_message {
	margin: 10px;
}

.record0 {
	background-color: #f7f7f7;
}

/*.reference_comment {display:inline; width:300px; vertical-align:middle; margin-left:20px;
		padding-left:10px; border: 1px solid gray; background-color:yellow}*/
/*.reference_comment {display:inline; width:300px; vertical-align:middle; margin-left:20px;
		padding-left:10px; padding-right: 5px; font-size:10px; background-color:#ff0}*/
.reference_comment {
	width: 1000px;
	margin-left: 40px;
	margin-bottom: -8px;
}

.reference_comment span {
	padding-right: 5px;
	font-size: 10px;
	background-color: #ff0
}

.report_flow_header {
	color: blue;
}

/*.select_box {position:relative; height:2em;}*/
.select_box select {
	height: 20px;
}

.select_box select {
	/*position:absolute;*/
	left: 0;
}

.short_button {
	font-size: 80%
}

.short_process_button {
	font-size: 70%;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 5px;
}

.sidenote {
	font-weight: normal;
	padding-left: 30px;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
}

.small_text {
	font-size: smaller;
}

.small_text_fresh {
	font-size: smaller;
	color: red;
	font-weight: bold;
}

.span_comment {
	margin-left: 20px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 10px;
	background-color: #ff0
}

.status_documents {
	margin: 20px;
}

.statusmenu a:link {
	text-decoration: none;
	color: #0000DD;
}

.statusmenu a:visited {
	text-decoration: none;
	color: #0000DD;
}

.statusmenu a:hover {
	text-decoration: underline;
	color: #0000DD;
}

.statusmenu a {
	font-size: 12px;
	padding: 2px;
	margin: 5px;
}

.statustable {
	border-collapse: collapse;
	border: 1px solid black
}

.statustable td {
	border-left: 1px solid gray;
	border-top: 1px solid gray;
	padding: 3px 4px;
}

.statustable th {
	border-left: 1px solid gray;
	padding: 3px 4px;
	background-color: #e0e0e0;
}

.table_description {
	margin-bottom: 10px;
	margin-left: 10px;
	/* width: 500px; */
	padding: 5px;
	/* border:1px solid gray;  background-color:yellow; */
}

.table_description span {
	background-color: yellow;
}

.table_title {
	background-color: #ccffff;
}

.task {
	margin-top: 10px;
}

.toomuch {
	color: white;
	background-color: red;
}

.tr0 {
	background-color: #ccffff;
}

.tr0_nfg {
	background-color: #eeeeee;
}

.tr1 {
	background-color: white;
}

.warning {
	margin-bottom: 10px;
	margin-left: 10px;
	width: 500px;
	font-weight: bold;
	padding: 5px;
	border: 1px solid gray;
	color: white;
	background-color: red;
}

.order_block .textinput {
	padding-left: 5px;
}

.order_block td {
	margin-right: 10px;
	padding-left: 5px;
	padding-right: 5px;
}

.order_block .tablereference {
	font-size: small
}

.block_heading {
	font-weight: bold;
	background-color: lightgray;
	width: 200px;
	padding: 2px 10px;
}

.cd_billing {}

.cd_billing .input_group {
	border-collapse: collapse;
	margin: 5px 5px 15px 5px;
}

/*.cd_billing .input_group tr { margin-bottom: 5px;}*/
.cd_billing .input_group td {
	font-size: 1em;
	padding: 0px 10px 0px 10px;
}

/*.cd_billing .input_group input { font-size:1em; padding:0px; margin:0px;}*/
/*.cd_billing .input_group select { font-size:1em; padding:0px; margin:0px;}*/
/*.cd_billing .input_group .radiolabel { font-size:1em; padding:0px; margin:0px;}*/
.cd_billing .input_group .radiotable {
	margin: 2px 0px;
	border: 1px solid #c0c0c0;
}

.cd_billing .invoice_amount {
	background-color: gray;
	color: white;
}

.cd_billing .selling_price {
	background-color: gray;
	color: white;
}

/* .outertable { border:1px solid red; } */
.filler_row {
	height: 0px;
	visibility: hidden;
}

/*** miscellaneous DIV styles ***/
/* div#error_message { border:1px solid black; padding:10px; color:red; width:400px; margin-bottom:10px;} */
div#error_message {
	color: red;
}

div#formarea {
	margin: 20px;
}

/* unused? */
div#orderlist {
	margin: 10px;
}

div#pagination {
	margin: 10px 10px 10px 10px;
}

div#processing_table {
	margin-left: 15px;
	margin-top: 15px;
}

div#option_block {
	margin-top: 30px;
	margin-bottom: 15px;
	margin-left: 15px;
}

/*** DIV: header ***/
/* div#header { background-color:#f5f5f5; } */
div#header td {
	margin: 0px;
	padding: 0px;
}

div#header tr {
	margin: 0px;
	padding: 0px;
}

div#header table {
	margin: 0px;
	padding: 0px;
}

/*** DIV: filters ***/
#filters {
	margin: 0px;
	padding: 0px;
}

#filters table {
	border-collapse: collapse;
	border: none;
	background-color: #edf3f5;
}

#filters tr {
	height: 30px;
}

#filters td {
	font-size: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#filters textinput {
	font-size: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#filters .record0 {
	background-color: #edf3f5;
}

#filters .record1 {
	background-color: #edf3f5;
}

#nfg_filters {
	margin: 0px;
	padding: 0px;
}

#nfg_filters table {
	border-collapse: collapse;
	border: 1px solid gray;
}

#nfg_filters thead {}

#nfg_filters thead th {
	background-color: lightgray;
	padding: 5px 5px 5px 10px;
}

#nfg_filters tr {
	height: 12px;
}

#nfg_filters td {
	font-size: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
}

#nfg_filters textinput {
	font-size: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#nfg_filters .record0 {
	background-color: #eeeeee;
}

#nfg_filters .record1 {
	background-color: white;
}

.inquiry_form_header {
	float: left;
	font-weight: bold;
	padding-left: 20px;
	padding-right: 60px;
}

div#inquiry_form {
	/*border:1px solid gray;background-color: #d7d7d7;*/
}

/*div#formtable1 { float:left; border-right:1px solid gray; padding:0px 10px;}*/
/*div#formtable2 { float:left; padding:0px 10px;}*/
/*div#inquiry_form tr.record0 { background-color: white;}*/
/*div#inquiry_form tr.record1 { background-color: white;}*/
div#inquiry_form .tablelabel {
	background-color: #d7d7d7;
	font-size: .8em;
	padding-left: 10px;
	padding-right: 10px;
}

div#inquiry_form .textinput {
	margin-left: 5px;
}

div#inquiry_form .checkboxlist {
	margin-left: 5px;
}

div#inquiry_form .select_box {
	margin-left: 5px;
}

div#inquiry_form table {
	border-collapse: collapse
}

div#inquiry_form .entry_table {
	vertical-align: top;
	display: inline;
	margin-right: 10px;
	padding-left: 10px;
	padding-right: 20px;
	/*border: 1px solid red;*/
}

div#inquiry_form .record0 {
	background-color: white;
}

/*** DIV: form ***/
div#formx table {
	font: .9em;
	border: 1px solid lightblue;
	background-color: lightblue;
}

div#formx tr {
	height: 16px;
}

div#formx tr {
	height: 20px;
}

div#formx th {
	padding-top: 1px;
	padding-bottom: 1px;
	text-align: center;
}

div#formx th {
	padding-top: 1px;
	padding-bottom: 1px;
	text-align: center;
}

div#formx td {
	padding-left: 5px;
	padding-right: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
}

div#formx td {
	margin-left: 5px;
	padding-right: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.fleet_form table {
	font: .9em;
	border: 1px solid lightblue;
	background-color: lightblue;
}

.fleet_form tr {
	height: 16px;
}

.fleet_form tr {
	height: 20px;
}

.fleet_form th {
	padding-top: 1px;
	padding-bottom: 1px;
	text-align: center;
}

.fleet_form th {
	padding-top: 1px;
	padding-bottom: 1px;
	text-align: center;
}

.fleet_form td {
	padding-left: 5px;
	padding-right: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.fleet_form td {
	margin-left: 5px;
	padding-right: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.nfg_form {
	position: absolute;
	left: 0;
}

.nfg_form table {
	font: .9em;
	border: 1px solid gray;
	background-color: lightgray;
}

.nfg_form tr {
	height: 20px;
}

.nfg_form th {
	padding-top: 1px;
	padding-bottom: 1px;
	text-align: center;
}

.nfg_form td {
	margin-left: 5px;
	padding-right: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.nfg_form th a:link {
	color: #cc0000;
	text-decoration: none;
	font-size: 110%;
}

.nfg_form th a:visited {
	color: #cc0000;
	text-decoration: none;
	font-size: 110%
}

.nfg_form th a:hover {
	color: #cc0000;
	text-decoration: underline;
	font-size: 110%
}

#process_form {
	margin: 50px auto;
	max-width: 1170px;
	width: 100%;
}

#inputform {
	max-width: 1170px;
	width: 100%;
	margin: auto;
}

/*** DIV: homepage ***/
div#homepage {
	margin-top: -20px;
	width: 850px;
	margin-left: 15px;
	margin-right: 15px;
}

div#homepage div#column1 {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	background-color: #dddddd;
}

div#homepage div#column2 {
	float: left;
	margin-left: 10px;
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid gray;
}

div#homepage div#column3 {
	float: left;
}

.leftcolumn {
	float: left;
	padding-left: 5px;
	padding-right: 5px;
}

.middlecolumn {
	float: left;
	/*margin-left:10px;*/
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid gray;
}

.rightcolumn {
	float: left;
}

div#homepage h3 {
	margin-left: 10px;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
}

div#homepage ul {
	margin-top: -5px;
}

div#homepage li {
	margin-top: 5px;
}

div#homepage a:link {
	text-decoration: none;
	color: #0000DD;
}

div#homepage a:visited {
	text-decoration: none;
	color: #0000DD;
}

div#homepage a:hover {
	text-decoration: none;
	color: white;
	background-color: #0000DD;
}

div#homepage div#column1 h3 {
	margin-left: 2px; 
}

div#homepage div#column1 .label {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	padding-bottom: 2px;
}

div#homepage div#column1 .input {
	padding-bottom: 8px;
}

div#homepage div#column1 .textinput {
	width: 100%;
}

div#homepage div#column1 .process_button {
	margin-top: -10px;
	margin-bottom: 5px;
}


/*** CLASS: info ***/
a.info {
	position: relative;
	z-index: 24;
	color: #000;
	text-decoration: none
}

a.info:hover {
	z-index: 25;
	background-color: #ff0
}

a.info span {
	display: none
}

a.info:hover span {
	/*the span will display just on :hover state*/
	display: block;
	position: absolute;
	top: 25px;
	left: 25px;
	width: 400px;
	padding: 5px 10px;
	background-color: #ffff99;
	color: #000;
	border: 2px #ffffcc outset;
	text-align: left
}

/*	a.menuItem span{display: none}
	a.menuItem:hover span{ 
	    display:block; position:absolute; top:25px; left:100px; width:200px;
	    padding:5px 10px;
		background-color: #ffff99; color: #000;
		border: 2px #ffffcc outset;
	    text-align: left}
*/

/*** CLASS: listtable ***/
.listtable {
	border-left: 1px solid gray;
	border-top: 1px solid gray;
	border-collapse: collapse;
	margin-bottom: 10px;
}

.listtable thead {
	background-color: #e0e0e0;
}

.listtable th {
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
	padding: 1px 5px;
}

.listtable td {
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
	padding: 1px 5px;
}

.listtable .process_button {
	height: 20px;
}

.listtable .process_button {
	height: 20px;
}

/*** CLASS: commenttable ***/
.commenttable {
	border-left: 1px solid gray;
	border-top: 1px solid gray;
	border-collapse: collapse;
	margin-bottom: 10px;
}

.commenttable thead {
	background-color: #e0e0e0;
}

.commenttable th {
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
	padding: 1px 15px;
}

.commenttable td {
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
	padding: 1px 15px;
}

/*** BEGIN CLASS: monotable ***/
.monotable {
	color: black;
	background-color: #e0e0e0;
	font-family: 'Courier New', Courier, monospace;
	font-size: 8pt;
	border: 1px solid gray;
	border-collapse: collapse;
	margin: 10px;
}

.monotable thead {
	font-weight: bold;
}

.monotable tr {
	margin: 0px;
}

.monotable tbody tr {
	background-color: white;
	margin: 0px;
}

.monotable tbody tr.tr0 {
	background-color: lightblue;
	margin: 0px;
}

.monotable th {
	color: black;
	border: 1px solid gray;
}

.monotable thead td {
	background-color: white;
	border: 1px solid gray;
	padding: 2px 10px;
	font-weight: lighter;
}

.monotable tbody td {
	/* background-color: white; */
	border: 1px solid gray;
	padding: 2px 10px;
	font-weight: lighter;
}

.monotable a:link {
	text-decoration: none;
}

.monotable a:visited {
	text-decoration: none;
}

.monotable a:hover {
	text-decoration: underline;
}

.tr_3 {
	background-color: red;
}

.tr_4 {
	background-color: white;
}

/*** END CLASS: monotable ***/


.linktable {
	color: black;
	background-color: white;
	font-family: 'Courier New', Courier, monospace;
	font-size: 12pt;
	border: 1px solid gray;
	border-collapse: collapse;
	margin: 10px;
}

.linktable thead {
	font-weight: bold;
}

.linktable tr {
	margin: 0px;
}

.linktable tbody tr {
	background-color: white;
	margin: 0px;
}

.linktable th {
	color: black;
	border: 1px solid gray;
}

.linktable thead td {
	background-color: white;
	border: 1px solid gray;
	padding: 2px 10px;
	font-weight: lighter;
}

.linktable tbody td {
	/*background-color: white;*/
	border: 1px solid gray;
	padding: 2px 10px;
	font-weight: lighter;
}

.linktable a:link {
	text-decoration: none;
}

.linktable a:visited {
	text-decoration: none;
}

.linktable a:hover {
	text-decoration: underline;
}

.tr_3 {
	background-color: red;
}

.tr_4 {
	background-color: white;
}

/*** CLASS: processtable ***/
/*.processtable table {font: .9em; margin: 10px;}*/
.processtable {
	border-left: 1px solid gray;
	border-top: 1px solid gray;
	border-collapse: collapse;
	font: .9em;
}

.processtable thead {
	background-color: #d7d7d7;
}

.processtable th {
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
	padding: 1px 5px;
}

.processtable tr {
	margin: 0px;
}

.processtable tr.record0 {
	background-color: #e7e7e7;
}

.processtable tr.customer_row {
	background-color: #666666;
	color: white;
	text-align: center;
}

.norecords {
	background-color: #ffffaa;
}

.processtable td {
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
	padding: 1px 5px;
}

/* .entry_table {border-collapse: collapse; } */
/* .entry_table input {border:0px;} */
.entry_table .tablelabel {
	text-align: right;
	padding-left: 2px;
	padding-right: 2px;
}

.entry_table .tablecontrol {
	padding-left: 2px;
	padding-right: 2px;
	;
}

.entry_table input {
	padding-left: 5px;
}

/*.entry_table td {border:1px solid gray; padding-left:5px; padding-right: 5px;}*/

/*** CLASS: inquiry_grid ***/
.inquiry_grid {
	border-left: 1px solid gray;
	border-top: 1px solid gray;
	border-collapse: collapse;
	font: .9em;
}

.inquiry_grid th {
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
	padding: 1px 5px;
	background-color: yellow;
}

.inquiry_grid td {
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
	padding: 1px 5px;
	vertical-align: top;
}

.inquiry_grid .tr_even {
	background-color: #d7d7d7;
}

.inquiry_grid .tr_odd {
	background-color: white;
}

.inquiry_grid tr {
	behavior: url('css/IEFixes.htc');
}

.inquiry_grid tr.hover {
	background-color: yellow;
}

.inquiry_grid td.td_decimal {
	text-align: right;
}

.inquiry_grid td.td_int {
	text-align: right;
}

.inquiry_grid .process_button {
	font-size: 100%;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 5px;
	margin-right: 5px;
}

.grid {
	margin: 20px;
}

.grid a:link {
	text-decoration: none;
}

/*** Contact Us ***/
.address_title {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 20px;
}

.address_text {
	font-size: 18px;
	margin-left: 15px;
}

.form-label {
	font-size: 14px;
}
/* 
.button_row {
	float: right;
} */

.process_button {
	margin: 5px;
	padding: 10px 20px !important;
	border: none;
	border-radius: 5px;
	background-color: #5cb85c;
	color: #fff;
	font-size: 16px;
	text-decoration: none;

}

/*** Vehicle Status Page ***/
.instructions {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 30px;
}

.col-form-label {
	font-size: 14px;
	text-align: right;
}


/*** Parser ***/
.parser {
	margin-top: -40px; 
}

.parser-links {
    border: 1px solid #ccc;
    padding: 15px;
    background-color: #f9f9f9;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.parser-column {
    flex: 0 0 250px;
}

.parser-column h4 {
    margin: 0 0 10px 0;
    color: #333;
    border-bottom: 2px solid #666;
    padding-bottom: 5px;
    font-size: 14px;
}

.parser-column ul {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
}

.parser-column li {
    margin: 2px 0;
}

.parser-column a {
    text-decoration: none;
    color: #0066cc;
    padding: 3px 8px;
    display: block;
    font-size: 13px;
}

.parser-column a:hover {
    background-color: #e6f2ff;
    border-radius: 3px;
}

/* .parser-column a.active {
    font-weight: bold;
    background-color: #d4e9ff;
    border-radius: 3px;
} */


/*** Print ***/
@media print {
	#header {
		display: none;
	}

	input.process_button {
		display: none;
	}

	h3.report_flow_header {
		display: none;
	}

	div.pageHeader {
		display: none;
	}

	table {
		page-break-after: auto
	}

	tr {
		page-break-inside: avoid;
		page-break-after: auto
	}

	td {
		page-break-inside: avoid;
		page-break-after: auto
	}

	thead {
		display: table-header-group
	}

	tfoot {
		display: table-footer-group
	}
}