/* CSS Document */
body {
  color: #000;
  background: #3f4147;
  line-height: 1;
  background-color: #3f4147;
  margin: 0px;
  font: Tahoma, Geneva, sans-serif;
  font-family: Tahoma, Geneva, sans-serif;
}
.slate_background {
  background-color: #1f2024;
  background-repeat: repeat-x;
  background-position: bottom center;
  text-align: center;
  border-bottom: none;
  margin-bottom: 20px;
}
.orange_background {
  background-color: #de6a20;
  text-align: center;
  border-bottom: 1px solid #000;
  font-weight: bold;
  font-size: 24px;
  padding: 7px;
  line-height: 28px;
}
.gray_background {
  background-color: #dadce2;
  text-align: center;
  border-bottom: none;
  font-weight: bold;
  font-size: 24px;
  padding: 7px;
  line-height: 28px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.red_background {
  background-color: #C00;
  text-align: center;
  border-bottom: 1px solid #000;
  font-weight: bold;
  font-size: 24px;
  padding: 7px;
  line-height: 28px;
  color: #fff;
}
.copyright {
  text-align: center;
  height: 25px;
  font-size: 13px;
  color: #FFF;
  margin: 10px;
}
.topleft {
  background-image: url(../_images/top_left.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  width: 19px;
}
.topright {
  background-image: url(../_images/top_right.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  width: 19px;
}
a:active, a:visited, a:link {
  color: #666;
  text-decoration: none;
}
.selected_option {
  color: #63b62f;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
}
a:hover {
  color: #629818;
  text-decoration: underline;
}
a.headerlink:active, a.headerlink:visited, a.headerlink:link {
  font-size: 16px;
  color: #dadce2;
  text-decoration: none;
  padding-right: 10px;
  padding-left: 10px;
}
a.headerlink:hover {
  font-size: 16px;
  color: #FFF;
  text-decoration: none;
  background-color: #666;
  padding-right: 10px;
  padding-left: 10px;
}
a.headerlinkselected:active, a.headerlinkselected:visited, a.headerlinkselected:link {
  font-size: 16px;
  color: #FFF;
  text-decoration: none;
  padding-right: 10px;
  padding-left: 10px;
}
a.headerlinkselected:hover {
  background-color: #666;
  font-size: 16px;
  color: #FFF;
  text-decoration: none;
  padding-right: 10px;
  padding-left: 10px;
}
.headertext {
  font-size: 16px;
  color: #ffffff;
}
.select-bg {
  max-width: 400px;
  background-color: #1f2024;
  border: 1px solid #333;
  text-overflow: ellipsis;
}
.headerbar {
  font-size: 16px;
  color: #63b62f;
}
.form_text_not_required {
  width: 350px;
  border: 1px solid #63b62f;
  padding: 2px;
  margin: 0px;
}
.form_text_required {
  width: 350px;
  border: 1px solid #de2020;
  padding: 2px;
  margin: 0px;
}
.form_select {
  border: 1px solid #89c84a;
  padding: 2px;
  margin: 0px;
}
.form_submit_reset {
  height: 23px;
  border: 2px solid #63b62f;
  padding: 2px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  position: relative;
  top: 1px;
}
.form_submit_reset:hover {
  border: 2px solid #666666;
  background-color: #dadce2;
  cursor: pointer;
}
.form_submit_filter {
  height: 23px;
  border: 2px solid #63b62f;
  padding: 2px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  top: 1px;
}
.form_submit_filter:hover {
  border: 2px solid #de6a20;
  padding: 2px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
}
.form_submit {
  border: 2px solid #63b62f;
  padding: 2px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
  font-weight: bold;
}
.form_submit:hover {
  border: 2px solid #de6a20;
  padding: 2px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}
.borderleft {
  border-left: 1px solid #000;
}
.borderright {
  border-right: 1px solid #000;
}
.bordertop {
  border-top: 1px solid #000;
}
.borderbottom {
  border-bottom: 1px solid #000;
}
.searchbox {
  background-color: #000;
  border: 1px solid #333;
  text-align: center;
  width: 80px;
  height: 16px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  vertical-align: bottom;
  font-size: 12px;
  position: relative;
  top: -2px;
  color: #dadce2;
}
.searchboxhover {
  background-color: #333;
  border: 1px solid #777;
  text-align: center;
  width: 80px;
  height: 16px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  vertical-align: bottom;
  font-size: 12px;
  position: relative;
  top: -2px;
  color: #fff;
}
.searchbutton {
  background-color: #333;
  border: 1px solid #333;
  text-align: center;
  width: 55px;
  font-size: 12px;
  height: 19px;
  margin: 0px;
  padding: 0px;
  position: relative;
  top: -2px;
  color: #dadce2;
  cursor: pointer;
}
.searchbuttonhover {
  border: 1px solid #777;
  text-align: center;
  width: 55px;
  font-size: 12px;
  height: 19px;
  margin: 0px;
  padding: 0px;
  position: relative;
  top: -2px;
  background-color: #666;
  color: #fff;
  cursor: pointer;
}
h5 {
  font-size: 18px;
  font-weight: bold;
  background-color: #c5e39f;
  padding: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  text-align: center;
  margin: 0px;
  margin-bottom: 10px;
}
.badPassword {
  color: #de6a20;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}
.goodPassword {
  color: #63b62f;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}
.table_header {
  background-color: #c5e39f;
  color: #000;
  font-weight: bold;
}
.table_header a {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
.small_orange_text {
  font-size: 10px;
  color: #de2020;
}
.small_grey_text {
  font-size: 10px;
  color: #555;
}
.selection_box {
  border: 1px solid #CCC;
  cursor: pointer;
}
.header_content {
  color: #aae165;
  font-size: 16px;
  padding-top: 13px;
  padding-bottom: 0;
}
.table_generic {
  border: none;
  margin-top: 5px;
  background-color: #fff;
  border-radius: 8px;
}
#hintbox { /*CSS for pop up hint box */
  position: absolute;
  top: 0;
  background-color: #EEE;
  width: 258px; /*Default width of hint.*/
  padding: 0px;
  border: 1px solid #000;
  font: normal 11px Verdana;
  line-height: 18px;
  z-index: 100;
  visibility: hidden;
}
.hintanchor { /*CSS for link that shows hint onmouseover*/
  margin: 0px;
  padding: 0px;
  cursor: help;
}
.required {
  font-size: 14px;
  background-color: #de2020;
  padding: 3px;
  font-weight: bold;
  text-align: center;
}
.not_required {
  font-size: 14px;
  background-color: #63b62f;
  color: #FFF;
  padding: 3px;
  font-weight: bold;
  text-align: center;
}
.information {
  font-size: 14px;
  background-color: #666;
  color: #FFF;
  padding: 3px;
  font-weight: bold;
  text-align: center;
}
.hint_title {
  padding: 3px;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  background-color: #333;
  color: #FFF;
}
.hint_content {
  padding: 3px;
}
.checked_selection {
  background-color: #c5e39f;
  font-weight: bold;
  border: 1px solid #666;
}
.unchecked_selection {
  background-color: #fff;
  font-weight: normal;
  border: 1px solid #fff;
}
hr {
  border: 1px solid #63b62f;
  height: 0px;
}
.hr_simple {
  margin: 2px 0px 2px 0px;
  height: 1px;
  color: #999;
  background-color: #999;
  border: none;
}
.sty_green {
  color: green;
}
.sty_bold {
  font-weight: bold;
}
.sty_underline {
  text-decoration: underline;
}
/* ============================= */
/* Modern header nav buttons */
/* Growing underline version */
/* ============================= */
.header_button, .header_button_hover, .header_button_selected {
  background-color: transparent;
  background-image: none;
  border: none;
  color: #dadce2;
  font-size: 16px;
  cursor: pointer;
  padding: 0 20px 0 0;
  height: 30px;
  line-height: 30px;
  position: relative;
  white-space: nowrap;
}
/* Base underline (exists for all, hidden via scale) */
.header_button::after, .header_button_hover::after, .header_button_selected::after {
  content: "";
  position: absolute;
  left: 0px;
  right: 20px;
  bottom: 3px;
  height: 2px;
  background: #8a8a8a; /* default hover color */
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 300ms ease;
}
/* Hover state */
.header_button_hover {
  color: #ffffff;
}
.header_button_hover::after {
  transform: scaleX(1);
}
/* Selected state */
.header_button_selected {
  color: #ffffff;
}
.header_button_selected::after {
  background: #63b62f;
  transform: scaleX(1);
}
/* If both classes are applied by JS, keep it green */
.header_button_selected.header_button_hover::after {
  background: #63b62f;
  transform: scaleX(1);
}
/* ============================= */
/* User icon dropdown menu */
/* ============================= */
.user_menu {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.user_menu_button {
  background-color: #1f2024;
  border: 1px solid #333;
  height: 28px; /* was auto */
  padding: 0 5px; /* remove vertical padding */
  margin: 0;
  cursor: pointer;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.user_menu_name {
  font-size: 14px;
  color: #dadce2;
  white-space: nowrap;
  padding: 0 6px 0 10px;
}
.user_menu_icon {
  width: 20px;
  height: 18px;
  display: block;
}
.user_menu_dropdown {
  display: none;
  position: absolute;
  right: 0;
  top: 28px;
  min-width: 140px;
  background-color: #1f2024;
  border: 1px solid #333;
  border-radius: 8px;
  z-index: 9999;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
}
.user_menu.open .user_menu_dropdown {
  display: block;
}
.user_menu_item {
  display: block;
  padding: 10px 12px;
  font-size: 14px;
  color: #ffffff;
  text-decoration: none;
  white-space: nowrap;
  border-bottom: 1px solid #3a3a3a;
}
.user_menu_item:hover {
  background-color: #666;
  color: #fff;
  text-decoration: none;
}
.user_menu_item:last-child {
  border-bottom: none;
}
.user_menu_button:hover {
  border-color: #666;
}
.user_menu_button:focus {
  outline: none;
  border-color: #666;
  box-shadow: 0 0 0 2px rgba(153, 217, 69, 0.20);
}
/* little caret so it reads as a dropdown */
.user_menu_button::after {
  content: "\25BC";
  font-size: 12px;
  color: #dadce2;
  line-height: 1;
}
.user_menu_item:link, .user_menu_item:visited, .user_menu_item:active {
  color: #ffffff;
}
/* ============================= */
/* Header top-right layout */
/* ============================= */
.header_toprow {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0;
  padding: 0;
}
.header_bottomrow {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}
.header_userblock {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-left: 12px;
}
.header_searchblock form {
  display: flex;
  align-items: center;
  gap: 6px;
}
/* ============================= */
/* Make customer select match dropdown button style */
/* ============================= */
.header_select {
  max-width: 350px;
  background-color: #1f2024;
  border: 1px solid #333;
  border-radius: 8px;
  padding: 0 24px 0 10px; /* room for arrow */
  height: 28px;
  line-height: 28px;
  color: #dadce2;
  font-size: 13px;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.header_select_wrapper {
  position: relative;
  display: inline-block;
}
.header_select_wrapper::after {
  content: "\25BC";
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(calc(-50% - 1px));
  font-size: 12px;
  color: #dadce2;
  pointer-events: none;
}
/* ============================= */
/* Make job search match dropdown style */
/* ============================= */
.header_search_input {
  width: 80px;
  height: 26px;
  background-color: #2a2c31;
  border: 1px solid #333;
  border-radius: 8px;
  padding: 0 10px;
  font-size: 13px;
  color: #dadce2;
  text-align: center;
}
.header_search_input:focus {
  outline: none;
  border-color: #666;
  box-shadow: 0 0 0 2px rgba(153, 217, 69, 0.20);
}
.header_search_button {
  height: 28px;
  background-color: #63b62f;
  border: 1px solid #63b62f;
  border-radius: 8px;
  padding: 0 12px;
  font-size: 13px;
  color: #000000; /* change this */
  font-weight: 600;
  cursor: pointer;
  transition: background-color 150ms ease, border-color 150ms ease;
}
.header_search_button:hover {
  background-color: #4e9b24;
  border-color: #4e9b24;
  color: #000000;
}
.header_search_button:hover {
  background-color: #4e9b24;
  border-color: #4e9b24;
}
.header_search_button:hover {
  border-color: #666;
  color: #fff;
}
.header_searchblock {
  position: relative;
}
.wo_autocomplete {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  width: 100px;
  background: #2a2c31;
  border: 1px solid #333;
  border-radius: 8px;
  z-index: 9999;
  max-height: 450px;
  overflow-y: auto;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
  text-align: center;
}
.wo_autocomplete_item {
  padding: 8px 10px;
  cursor: pointer;
  color: #dadce2;
  font-size: 13px;
}
.wo_autocomplete_item:hover {
  background: #3f4147;
}
.wo_autocomplete_item.active {
  background: #3f4147;
}
.login_submit { 
  background: #4b4e55;
  border: 2px solid #4b4e55;
  color: #ffffff;
  padding: 9px 22px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 22px 8px;
  box-shadow: 0 2px 3px rgba(0,0,0,.25);
  transition: background .3s ease, box-shadow .45s ease, border-radius .3s ease, transform .05s ease;
}

.login_submit:hover {
  border-radius: 8px 22px;
  background: #5a5d64;
  box-shadow: 0 4px 8px rgba(0,0,0,.30);
  cursor: pointer;
}

.login_submit:active {
  transform: translateY(1px);
}

.green_wrapper_header {
  background-color: #89c84a;
  color: #000;
  font-weight: bold;
}