a:link { color: blue; text-decoration: none }
a:visited { color: brown; text-decoration: none }
a:active { color: red; text-decoration: none }
a:hover { color: green; text-decoration: none }

body {
  margin: 0;
  padding: 0;
  color: black;
  background-color: white;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 12pt;
}

p { line-height: 120%;}

td {
  vertical-align: top;
  text-align: left;
}

#form_screen td:first-child {
  text-align: right;
}

ul {
  list-style-position: outside;
  padding-left: 15px;
}
ul ul {
  padding-left: 35px;
}

#wrapper {
  color: black;
  margin: 0px 10px 3px 10px;
  padding: 0px 10px 10px 10px;
  background-color: white;
  min-width: 300px;
  max-width: 1300px;
}
#header {
  font-size: 40px;
  color: #606060;
}
#menu {
}

#main {
  position: relative;
  top:0;
  left:  0;
  width: 100%;
  margin-top: 10px;
}
#content {
  margin: 0 0 0 0;
  /*border: 1px solid #b9d2e3;*/
  background-color: white;
  color: black;
}
#content .inner {
  margin: 10px 5px 10px 5px;
}

#content .inner h2 {
  color: #606060;
  padding-bottom: 0.2em;
  border-bottom: 1px solid #606060;
  font-size: 110%;
}
#content .inner h3 {
  color: #606060;
  padding-bottom: 0.2em;
  border-bottom: 1px solid #606060;
  font-size: 90%;
}

#heading_alt h2 {
  color: #3b3b3b !important;
  border-bottom: 0 !important;
  font-size: 130% !important;
}
#heading_alt h3 {
  color: #3b3b3b !important;
  border-bottom: 0 !important;
  font-size: 110% !important;
}


/* Top Right Bottom Left */
#banner {
  margin: 20px 0px 20px 10px;
}    
img.resize_mobile {
  max-width: 100%;
  height: auto;
  width: auto\9;
}
img.resize_mobile_50 {
  max-width: 50%;
  height: auto;
  width: auto\9;
}

.clr {
  clear:both;
  padding:0;
  margin:0;
  width:100%;
  font-size:0px;
  line-height:0px;
}

div.general_form {
  background-color: #E3E3E3;
  border-radius: 10px;
  padding: 15px;
}

.general_form {
  background-color: #E3E3E3 !important;
  border-radius: 10px;
  padding: 15px;
}
.btn_menux {
  background: none;
  border: none;
  color: #000;
  text-decoration: none;
  cursor: pointer;
  padding: 0;
}
.btn_secondary {
  background: none;
  border: none;
  color: blue;
  text-decoration: none;
  cursor: pointer;
  font-size: 100%;
  padding: 0;
}

.contact_table {
	border-collapse: collapse;
	text-align: left;
}

.contact_table th {
  padding: 10px 8px;
  border-bottom: 2px solid;
  background-color:#eee;
  color: #666666;
  text-align: left;
}

.contact_table td {
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#contact tr {
	border-bottom: 1px solid;
}

.no_records_found {
  color: red;
  font-weight: bold;
}

.d00 {
  background-color: #CCEBF5;
}
.d11 {
  background-color: #E0D1B2;
}
.form_screen input:focus {
  background-color: #CCEBF5;
}

.error_message_highlight {
  color: red;
  font-weight: bold;
}
.error_message_highlight_large {
  color: red;
  font-weight: bold;
  font-size: 120%;
}
.highlight_description {
  font-weight: bold;
  color: black;
}
.highlight_inventoried {
  color: green;
}
.highlighted {
  background: yellow;
}
.running_local {
  color: red;
  text-decoration: line-through;
}

  @media screen and (max-width: 600px) {
  .ResponsiveTable table {
    border: 0;
    width: 100%;
  }

  .ResponsiveTable table caption {
    font-size: 1.3em;
  }

  .ResponsiveTable table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  .ResponsiveTable table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
    width: 100%;
  }
  
  .ResponsiveTable table td {
    border-bottom: 5px solid #ddd;
    display: block;
    font-size: 1em;
    text-align: right;
  }

  .ResponsiveTable li {
    text-align: left;
  }
  
  .ResponsiveTable table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
  }
  
  .ResponsiveTable table td:last-child {
    border-bottom: 0;
  }
  .ResponsiveTable table td:first-child {
    background-color:#ccc;
  }
}

/* This is for responsive forms */

/* Style inputs, select elements and textareas */
/* The width formerly was 100%, changed it to max-width 2022-08-05 13:32 */
#respform input[type=text], input[type=email], input[type=tel], input[type=date], input[type=datetime-local], input[type=time], input[type=number], input[type=password], select, textarea, checkbox{
  max-width: 100%;
  padding: 6px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  resize: vertical;
}

#respform .col-75_disp_only input[type=text] {
  color: green;
  font-weight: bold;
}
#respform .col-75_disp_only input[type=email] {
  color: green;
  font-weight: bold;
}
#respform .col-75_disp_only input[type=tel] {
  color: green;
  font-weight: bold;
}
#respform .col-75_disp_only input[type=date] {
  color: green;
  font-weight: bold;
}
#respform .col-75_disp_only input[type=datetime-local] {
  color: green;
  font-weight: bold;
}
#respform .col-75_disp_only input[type=time] {
  color: green;
  font-weight: bold;
}
#respform .col-75_disp_only input[type=number] {
  color: green;
  font-weight: bold;
}
#respform .col-75_disp_only input[type=password] {
  color: green;
  font-weight: bold;
}
#respform .col-75_disp_only select {
  color: green;
  font-weight: bold;
}
#respform .col-75_disp_only checkbox {
  color: green;
  font-weight: bold;
}

/* Style the label to display next to the inputs */
#respform label {
  padding: 6px 12px 6px 0;
  display: inline-block;
}
#respform .col-25_disp_only label {
  color: green;
  font-weight: bold;
}

/* Style the submit button */
#respform input[type=submit] {
  background-color: #4CAF50;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: left;
}

/* Style the container */
.formcontainer {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
}

/* Floating column for labels: 25% width */
.col-25 {
  float: left;
  width: 25%;
  margin-top: 6px;
}

/* Floating column for inputs: 75% width */
.col-75 {
  float: left;
  width: 75%;
  margin-top: 6px;
}

/* Floating column for labels: 25% width */
.col-25_disp_only {
  float: left;
  width: 25%;
  margin-top: 6px;
}

/* Floating column for inputs: 75% width */
.col-75_disp_only {
  float: left;
  margin-top: 6px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .col-25, .col-75, .col-25_disp_only, .col-75_disp_only, #respform input[type=submit] {
    margin-top: 0;
    width: 100%;
  }
}

/* I had intended to keep all hints hidden until focus was on the field, but that caused a problem whereby the submit key moved and could not be clicked (click at the very top of button OK) */
/* This was  display: none;  I'll just display all hints in the interium until a solution is found.*/
div.forminfo {
    display: block;
    /* Make sure the forminfo element is initially hidden */
    color: #777;
    font-size: 90%;
    margin: 2px 0;
    margin-left: 1em;
    margin-right: 1em;
}
div.forminfo_always {
    color: #777;
    font-size: 90%;
    margin: 2px 0;
    margin-left: 1em;
    margin-right: 1em;
}
 
input:focus + div.forminfo {
    /* This selector selects the div.forminfo that comes right after
       the focused input */
    display:block;
   /* Make the element visible */
}    

textarea:focus + div.forminfo {
    /* This selector selects the div.forminfo that comes right after
       the focused input */
    display:block;
   /* Make the element visible */
}    

