﻿/*! CSS Used from: https://www.venturaline.com/templates/venturaline_bl.css */
html,
body,
div,
form,
input,
p,
th,
td {
  margin: 0;
  padding: 0;
}
img,
body,
html {
  border: 0 none;
}
html {
  margin-left: calc(100vw - 100%);
  margin-right: 0;
}
html,
body {
  height: 95%;
}
.page-top-bar {
	position: fixed;
	z-index: 999;
	width: 1500px;
	max-width: 20in;
	top: 0;
}
.header-form {
  display: flex;
  flex: 1;
}
.breadcrumbs {
  padding: 6px 0 6px 5px;
  height: 18px;
  background: none repeat scroll 0 0 #ffffff;
}
.category-menu {
  width: 240px;
  border-left: 1px solid #c7c7c7;
  border-right: 1px solid #c7c7c7;
  /* padding-top: 10px; */
  /* padding-bottom: 10px; */
  border-bottom: 1px solid #c7c7c7;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.header {
  background: #f0f0f0;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.header-left,
.header-center,
.header-right {
  display: flex;
  flex-flow: row;
  padding-left: 10px;
  place-items: center;
  position: relative;
  min-width: min-content;
  height: 36px;
}
@media (max-width: 1200px) {
  .header-left {
    order: 1;
    flex: 1 0 auto;
  }
  .header-right {
    order: 2;
  }
  .header-center {
    order: 3;
    flex: 1 0 auto;
    place-content: center;
    border-top: 1px solid #ccc;
  }
}
.header-right {
  margin-left: auto;
  place-content: flex-end;
}
.header-right .header-menu {
  right: -1px;
}
.header-right .menu-link > a {
  text-align: left;
}
.header-right .header-link {
  border-right: none;
  min-width: 140px;
  place-content: center;
  place-items: center;
}
.header-right .header-link:last-of-type {
  border-right: none;
}
.header-link {
  border-left: 1px solid #ccc;
  color: black;
  display: flex;
  font-size: 13px;
  font-weight: 600;
  height: inherit;
  position: relative;
}
.header-link:last-of-type {
  border-right: 1px solid #ccc;
}
.header-link:hover {
  color: black;
  background: #ccdbf3;
}
.header-link > a {
  color: black;
  display: flex;
  height: inherit;
  padding-left: 10px;
  padding-right: 10px;
  place-content: center;
  place-items: center;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  white-space: nowrap;
  width: 100%;
}
.header-link:hover > .header-menu,
.menu-link:hover > .header-menu {
  display: flex;
}
.header-menu {
  display: none;
  position: absolute;
  left: -1px;
  top: 100%;
  flex-flow: column;
  background: #fcfcfc;
  z-index: 100;
  border: 1px solid #ccc;
}
.menu-right {
  left: 100%;
  top: -1px;
}
.menu-link {
  display: flex;
  place-items: center;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  position: relative;
}
.menu-link:hover {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #ccdbf3;
}
.menu-link:first-of-type {
  border-top: none;
}
.menu-link:first-of-type:hover {
  border-top: none;
}
.menu-link:last-of-type {
  border-bottom: none;
}
.menu-link:last-of-type:hover {
  border-bottom: none;
}
.menu-link > a {
  color: #555;
  cursor: pointer;
  font-size: 12px;
  font-weight: 500;
  height: inherit;
  padding: 5px 20px;
  text-decoration: none;
  white-space: nowrap;
  flex: 1;
}
.caret-icon {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}
.input_search {
  background-color: #fff;
  border-radius: 2px;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 2px #eee;
  box-sizing: border-box;
  color: #555;
  font-size: 14px;
  height: 24px;
  width: 275px;
  padding: 2px 4px;
  transition: border ease-in 0.05s, box-shadow ease-in 0.05s;
}
.input_search:focus,
.input_search:active {
  border: 1px solid #1c62b9;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
  transition: border ease-out 0.05s, box-shadow ease-out 0.05s;
}
@media (max-width: 750px) {
  .input_search {
    width: 100%;
    max-width: 275px;
    flex: 1 1 100%;
  }
}
.button_search {
  background-color: #f2f2f2;
  border-radius: 4px;
  border: 1px solid #aaa;
  color: #555;
  font-weight: 600;
  height: 24px;
  margin-left: 4px;
  margin-right: 4px;
  padding: 2px 8px;
  cursor: pointer;
}
.button_search:hover,
.button_search:focus {
  background: #ccdbf3;
  border: 1px solid #c6c6c6;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  outline: 0;
  transition: border ease-in 0.05s, box-shadow ease-in 0.05s;
}
.button_search:active {
  border: 1px solid #1c62b9;
  outline: 0;
  transition: border ease-out 0.05s, box-shadow ease-out 0.05s;
  background: #ccdbf3;
}
.standard_body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  background: none no-repeat fixed center center #fafafa;
  margin-left: auto;
  margin-right: auto;
  max-width: 1500px;
  padding-top: 0;
}
.title {
  font-family: Arial, Helvetica, sans-serif;
  color: #ffffff;
  font-size: 22px;
  font-weight: bold;
  line-height: 44px;
  padding-left: 54px;
}
.title_admin {
  font-family: Arial, Helvetica, sans-serif;
  color: #ffffff;
  font-size: 22px;
  font-weight: bold;
  line-height: 26px;
  text-decoration: none;
}
.leftcol {
  padding-left: 4px;
  text-align: left;
  vertical-align: top;
  width: 250px;
  box-sizing: border-box;
}
/* ***************************************************  Start Left Catagory Menu  *********************************************** */
.category-menu a {
  cursor: pointer;
}
.MainMenu {
  border-top: 1px solid #c7c7c7;
  display: block;
  text-decoration: none;
  color: #0053a8;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 15px;
  padding-left: 12px;
  line-height: 22px;
  font-weight: 500;
}
.MainMenu:first-of-type {
  border-bottom: none;
}
.SelMenu {
  border-top: 1px solid #c7c7c7;
  background: url("../images/right_arrow_blue3.png") no-repeat scroll left center transparent;
  background-position-x: 5px;
  background-position-y: center;
  display: block;
  text-decoration: none;
  color: #0053a8;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 15px;
  padding-left: 12px;
  line-height: 22px;
  font-weight: 500;
  font-style: italic;
  text-decoration: underline;
}

.SubMenu {
  display: block;
  text-decoration: none;
  color: #0053a8;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 15px;
  padding-left: 24px;
  line-height: 18px;
  font-weight: 500;
}

.SelSubMenu {
  background: url("../images/right_arrow_blue3.png") no-repeat scroll left center transparent;
  background-position-x: left;
  background-position-y: center;
  display: block;
  text-decoration: none;
  color: #0053a8;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  padding-left: 24px;
  line-height: 18px;
  font-weight: 500;
  font-style: italic;
  background-position: 16px;
  text-decoration: underline;
}

.SubMenu2 {
  display: block;
  text-decoration: none;
  color: #0053a8;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 14px;
  padding-left: 36px;
  line-height: 18px;
  font-weight: 500;
}
.SelSubMenu2 {
  background: url("style/right_arrow.png") no-repeat scroll left center transparent;
  background-position-x: 28px;
  background-position-y: center;
  display: block;
  text-decoration: none;
  color: #0053a8;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  padding-left: 36px;
  font-style: italic;
  text-decoration: underline;
}

.MainMenu:hover,
.SelMenu:hover,
.SubMenu:hover,
.SubMenu:hover,
.SelSubMenu:hover,
.SubMenu2:hover,
.SelSubMenu2:hover {
  background-color: #e3f0f7;
}
.HideSubMenu {
  display: none;
}
.ShowSubMenu {
  display: block;
}
/* ***************************************************  Stop Left Catagory Menu  *********************************************** */
.rc_blockbkg {
  background-color: rgba(0, 0, 0, 0.35);
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  color: white;
}
/* .rc_closebtn {
  z-index: 10000;
  position: absolute;
  width: 20px;
  height: 20px;
  padding: 0px;
  margin: 0px;
  float: right;
  top: 3px;
  right: 3px;
  background-image: url("https://www.venturaline.com/templates/style/x_button.png");
  background-repeat: no-repeat;
  background-position: center;
  display: block;
}
.rc_closebtn:hover {
  cursor: pointer;
  background-image: url("https://www.venturaline.com/templates/style/x_button_hover.png");
  background-repeat: no-repeat;
  background-position: center;
  display: block;
} */
.rc_closebtn {
  position: absolute;
  top: 3px;
  right: 3px;
  height: 1.5rem;
  width: 1.5rem;
  border: none;
  border-radius: 50%;
  background-color: white;
  color: #2776be;
  font: bolder 1rem Arial, Helvetica, sans-serif;
  cursor: pointer;
}
.rc_popup {
  position: relative;
  padding: 0;
  text-align: left;
  vertical-align: top;
  width: 400px;
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 16px;
}
/* .rc_TextInput {
  clear: both;
  border: 0 solid #ff3300;
  margin: 0 0 8px 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.2em;
  border-collapse: collapse;
  border-spacing: 0;
  color: black;
  font-family: verdana, arial, helvetica, sans-serif;
} */
.rc_TextInput {
  clear: both;
  margin-bottom: 8px;
  border: 0 solid #ff3300;
  font-size: 1rem;
  line-height: 1.2em;
  margin: 0;
  padding: 0;
  border: 0 solid #ff3300;
  font-size: 1em;
  line-height: 1.2em;
  border-collapse: collapse;
  border-spacing: 0;
  color: #3a3a3a;
  font-family: verdana, arial, helvetica, sans-serif;
}
.rc_TextInput .rc_Label {
  display: block;
  font-family: arial;
  font-weight: bold;
  margin-bottom: 2px;
  margin-top: 6px;
  margin-left: 17px;
}
.rc_TextInput .rc_Text {
  width: 80%;
  margin-left: 17px;
  width: 350px;
  height: 20px;
  padding-left: 0.25rem;
  border: 1px solid black;
  border-radius: 0.25rem;
}
.rc_TextInput .rc_TextTwo {
  width: 80%;
  margin-left: 17px;
  width: 241px;
  height: 20px;
  padding-left: 0.25rem;
  border: 1px solid black;
  border-radius: 0.25rem;
}
.rc_message {
  width: 350px;
  overflow: hidden;
  resize: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  height: 100px;
  margin-left: 17px;
  padding-left: 0.25rem;
  border: 1px solid black;
  border-radius: 0.25rem;
}
.rc_center_div {
  text-align: center;
}
.rc_submit {
  margin-top: 3px;
  /* height: 26px;
  width: 60px; */
  background-color: #2776be;
  border-radius: 4px;
  border: 1px solid #2776be;
  color: white;
  font-weight: 400;
  padding: 6px 12px;
  cursor: pointer;
  font-size: 14px;
}
.rc_submit:hover {
  cursor: pointer;
  background-color: #1b5a93;
}
.rc_main_window {
  background: none repeat scroll 0 0 white;
  border: 3px solid #2780cb;
  border-radius: 0 0 8px 8px;
  padding-top: 0px;
}
#border-top.h_green {
  background: url("https://www.venturaline.com/templates/style/j_header_middle_blue.png") repeat-x scroll 0 0 transparent;
}
#border-top.h_green div {
  background: url("https://www.venturaline.com/templates/style/j_header_right_blue.png") no-repeat scroll 100% 0 transparent;
}
#border-top.h_green div div {
  background: url("https://www.venturaline.com/templates/style/j_header_left_blue.png") no-repeat scroll 0 0 transparent;
  height: 49px;
  cursor: pointer;
}
.scroll-div {
	position: relative;
	top: 86px;
}
#content-box {
  border-left: 1px solid #c7c7c7;
  border-right: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
  border-radius: 0 0px 10px 10px;
  background: white none repeat scroll 0 0;
}
.clr {
  clear: both;
  height: 0;
  overflow: hidden;
}
.icon1 {
  padding: 3px 0px;
  text-align: center;
  vertical-align: bottom;
  border: 1px solid white;
  cursor: pointer;
}
.icon1:hover {
  border-top: 1px solid #f0f0f0;
  border-left: 1px solid #f0f0f0;
  border-bottom: 1px solid #999999;
  border-right: 1px solid #999999;
  cursor: pointer;
}
.price_table {
  border-width: 0px;
  border-collapse: collapse;
  width: 98%;
}
.price_tbl_td1 {
  text-align: left;
  background-color: #eeeeee;
  width: 170px;
  height: 30px;
}
.price_tbl_td2 {
  text-align: right;
  background-color: #eeeeee;
}
.price_tbl_p1 {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 6px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
}
.price_tbl_p2 {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
}
.prices_td1 {
  text-align: left;
  width: 180px;
  height: 22px;
}
.prices_td2 {
  text-align: right;
}
.prices_p1 {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 6px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
}
.prices_p2 {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
}
.prices_lth_p1 {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 6px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  text-decoration: line-through;
}
.prices_lth_p2 {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  text-decoration: line-through;
}
.prices_sp1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  margin: 0 12px 0 6px;
  color: #ce3520;
}
.prices_sp2 {
  color: #ce3520;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  margin-bottom: 0;
  margin-right: 12px;
  margin-top: 0;
}
.price_table tr:nth-child(2) td {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  height: 22px;
}
.product_top_bar {
  color: #ffffff;
  float: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  line-height: 30px;
  margin-left: 14px;
  vertical-align: middle;
  width: 60%;
}
a.pathway:link,
a.pathway:visited {
  font-size: 12px;
  font-weight: bold;
  padding-left: 0;
  text-decoration: underline;
  color: #2867a8;
}
a.MainMenu:hover {
  background-color: #e3f0f7;
}
.pathway {
  color: #333333;
  font-size: 12px;
  padding-left: 5px;
  font-family: Arial, Helvetica, sans-serif;
}
#centertb {
  background: #ffffff;
  width: 100%;
  vertical-align: top;
  text-align: left;
}
#contenttb {
  padding: 0px 2px;
  width: 100%;
  vertical-align: top;
}
.centertb {
  background: #ffffff;
  width: 100%;
  vertical-align: top;
  text-align: left;
}
.contenttb {
  padding: 0px 2px;
  width: 100%;
  vertical-align: top;
}
.foot {
  height: 40px;
}
.footer_left {
  float: left;
  font-size: 14px;
  font-weight: normal;
}
.footer_left p {
  padding-top: 7px;
  padding-left: 10px;
  margin-top: 0;
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
}
.footer_right {
  width: 410px;
  float: right;
  font-size: 14px;
  font-weight: normal;
  text-align: right;
}
.footer_right p {
  padding-right: 20px;
  padding-top: 7px;
  margin-top: 0;
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
}
#righttb {
  width: 100%;
  border-collapse: collapse;
  border: 0px;
}
.browse_bar_mid {
  background: url("https://www.venturaline.com/templates/style/top_bar_browse1.png") repeat-x 0 0;
  border-bottom: 3px solid #999999;
  margin-left: 6px;
  margin-right: 4px;
}
.browse_bar_left {
  background: url("https://www.venturaline.com/templates/style/bl_top_browse_bar_left.png") no-repeat 0 0;
  height: 30px;
}
.browse_bar_right {
  background: url("https://www.venturaline.com/templates/style/bl_top_browse_bar_right.png") no-repeat 100% 0;
}
.product_window {
  background-color: #ffffff;
  border-left: 1px solid silver;
  border-right: 1px solid silver;
  border-bottom: 1px solid silver;
  border-radius: 0 0 8px 8px;
  margin-left: 6px;
  margin-right: 4px;
  padding: 0 6px 8px 6px;
  text-align: left;
}
.title-bar {
  background: rgba(0, 0, 0, 0) url(https://www.venturaline.com/templates/style/j_header_middle_blue.png) repeat-x scroll 0 0;
  border-radius: 10px 10px 0 0;
  height: 49px;
}
.title-bar-table {
  color: #f8f9fb;
  display: block;
  float: right;
  padding-top: 6px;
  padding-right: 22px;
  border-collapse: collapse;
  font-size: 12px;
}
.title-bar-logo {
  float: left;
  padding: 10px 9px 0 20px;
  vertical-align: bottom;
}
.title-bar-title {
  color: #f8f9fb;
  font-size: 16px;
  line-height: 24px;
  padding-top: 12px;
  vertical-align: middle;
}
/*! CSS Used from: Embedded */
.hi_res_close {
  font-size: 12px;
  color: black;
}
.hi_res_close:hover {
  font-size: 12px;
  color: var(--blue-dark);
  cursor: pointer;
}
.auto-style1 {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  font-size: xx-small;
  font-family: Arial, Helvetica, sans-serif;
}
.rc_main_window2 {
  background: none repeat scroll 0 0 white;
  border: 3px solid #2780cb;
  border-radius: 0 0 8px 8px;
  padding-top: 0px;
  float: left;
  overflow: hidden;
  display: block;
  clear: both;
}
/* .rc_text_input {
  height: 20px;
  margin-bottom: 10px;
  margin-left: 2px;
  margin-right: 20px;
  width: 350px;
} */
.rc_text_input {
  margin-left: 2px;
  margin-bottom: 10px;
  font-weight: 500;
  font-family: Arial, san-serif;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 2px #eee;
  box-sizing: border-box;
  color: #555;
  font-size: 14px;
  height: 24px;
  padding: 2px 4px;
  transition: border ease-in 0.05s, box-shadow ease-in 0.05s;
  margin-right: 30px;
  width: 349px;
}
.rc_text_input:focus,
.rc_text_input:active {
  border: 1px solid #1c62b9;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
  transition: border ease-out 0.05s, box-shadow ease-out 0.05s;
}
.rc_Label2 {
  display: block;
  font-family: arial;
  font-weight: bold;
  margin-bottom: 2px;
  margin-left: 2px;
  margin-top: 6px;
}
.rc_message2 {
  width: 510px;
  height: 86px;
  margin-right: 14px;
  margin-left: 2px;
  margin-bottom: 10px;
  font-weight: 500;
  font-family: Arial, san-serif;
  background-color: #fff;
  border-radius: 2px;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 2px #eee;
  box-sizing: border-box;
  color: #555;
  font-size: 14px;
  padding: 2px 4px;
  transition: border ease-in 0.05s, box-shadow ease-in 0.05s;
  margin-right: 30px;
}
.rc_message2:focus,
.rc_message2:active {
  border: 1px solid #1c62b9;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
  transition: border ease-out 0.05s, box-shadow ease-out 0.05s;
}
/*.rc_popup {
  text-align: left;
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 16px;
}
*/
element {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
}
element {
  visibility: visible;
}
.rc_blockbkg {
  color: white;
}
.standard_body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}

.caption {
  display: inline;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  padding-bottom: 2px;
  text-align: right;
  vertical-align: middle;
  color: #333;
}
a.prev_next:link {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
}
a.prev_next:visited {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
}
a.prev_next:hover {
  color: #ffffff;
  text-decoration: underline;
  font-size: 14px;
}
.auto-style2 {
  position: relative;
  width: 400px;
  padding: 0px;
}
.auto-style4 {
  color: #000000;
}
.auto-style5 {
  margin-left: 0px;
}
.input__container {
  display: flex;
  flex-flow: column wrap;
  align-content: center;
  right: -10px;
  position: relative;
}
.input__wrapper input {
  font-family: Verdana, Geneva, sans-serif;
  background: none;
  margin: 0;
  padding: 2px 4px;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 2px #eee;
  background-color: #fff;
  width: 100%;
}
.input__wrapper input:focus {
  border: 1px solid #1c62b9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
  transition: border-color 0.2s;
}
.input__wrapper input[type=text] {
  font-family: Verdana, Geneva, sans-serif;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 2px #eee;
  font-size: 11px;
  resize: none;
  text-rendering: optimizeSpeed;
  white-space: pre-line;
  padding: 2px 4px;
  background-color: #fff;
  overflow: hidden;
  position: relative;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: border-color 0.2s ease;
  -webkit-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
  height: 23px;
  max-width: 250px;
}
.input__wrapper input[type=text]:focus {
  border: 1px solid #1c62b9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
  transition: border-color 0.2s;
}
.input__wrapper {
  margin: 0.25rem;
  flex-flow: column;
}
.input__wrapper label {
  font-size: 12px;
  color: #333;
  padding: 4px;
  min-width: 75px;
  display: block;
  height: 16px;
  text-align: left;
}
.input__wrapper button {
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  height: 2rem;
  margin: 0;
  padding: 0 0.5rem;
  border-radius: 4px;
  color: #666;
  cursor: pointer;
  justify-items: center;
  border: 0;
  width: 100%;
  text-align: center;
  justify-content: center;
  align-content: center;
  background: #eee;
  margin-top: 16px;
}
.input__wrapper button:hover {
  background: #e0e0e1;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  transition: all 0.25s ease-out;
}
.input__wrapper input[readonly=true], .input__wrapper input[readonly] {
  background-color: #ececec;
  font-weight: bold;
}
.input__wrapper input[readonly=true]:active, .input__wrapper input[readonly=true]:hover, .input__wrapper input[readonly=true]:focus, .input__wrapper input[readonly]:active, .input__wrapper input[readonly]:hover, .input__wrapper input[readonly]:focus {
  font-family: Verdana, Geneva, sans-serif;
  background-color: #ececec;
  margin: 0;
  padding: 2px 4px;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 2px #eee;
}
.input__wrapper input[type=checkbox] {
  width: 13px;
  margin: auto 5px;
  height: 13px;
  top: 2px;
  position: relative;
}
.input__wrapper label {
  font-size: 12px;
  color: #333;
  padding: 4px;
  min-width: 75px;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  white-space: nowrap;
  vertical-align: middle;
  text-align: left;
}
.input__container {
  display: flex;
  flex-flow: column wrap;
  align-content: center;
  right: -10px;
  position: relative;
}
.rc_main_window {
  background: none repeat scroll 0 0 white;
  border: 3px solid #2780cb;
  border-radius: 0 0 10px 10px;
  padding-top: 0px;
}
.datahead {
  color: #074687;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: Normal;
  font-size: 13px;
  text-align: right;
  height: 16px;
  padding-top: 2px;
}
.radbut {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: Normal;
  font-size: 13px;
  vertical-align: 1px;
}
.inputbox {
  width: 180px;
  height: 20px;
  vertical-align: middle;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  padding-left: 5px;
  border: 1px #aaa solid;
  padding-left: 6px;
}
.radiodiv {
  width: 180px;
  height: 18px;
  vertical-align: middle;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  border: 1px #aaa solid;
  padding-left: 6px;
  padding-top: 4px;
}
.selectbox,
.selectbox:disabled {
  width: 188px;
  height: 24px;
  vertical-align: middle;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  padding-left: 1px;
  opacity: 1;
  color: black;
  background: white;
  border: 1px solid #aaa;
}
.form_td {
  width: 40%;
  height: 32px;
}
.txtbox_td {
  vertical-align: text-top;
  width: 29%;
  padding-bottom: 2px;
  padding-top: 4px;
  position: relative;
}
.customer_dropdown {
  position: absolute;
  background: white;
  width: 100%;
  padding: 8px 0;
  z-index: 100000;
  box-sizing: border-box;
  display: flex;
  flex-flow: column;
  border: 1px solid #ccc;
  max-height: 150px;
  overflow-y: auto;
  overflow-x: hidden;
}

.customer_dropdown > div {
  white-space: nowrap;
  font-size: 12px;
  text-overflow: ellipsis;
  padding: 4px 8px;
  cursor: pointer;
}

.customer_dropdown > div:hover {
  background: #ccdbf3;
}

.customer_dropdown .customer_number {
  font-size: 12px;
  font-weight: 600;
  margin-right: 8px;
}

.customer_dropdown .customer_name {
  font-size: 11px;
}

.main {
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
}
.infotable {
  margin-bottom: 10px;
  margin-right: 8px;
  width: 352px;
  border: 1px silver solid;
  padding-bottom: 10px;
}
select option {
  line-height: 12px;
}
.standard_h {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  padding-top: 10px;
  padding-bottom: 2px;
  color: #084f98;
  font-weight: bold;
}
.standard_p {
  color: black;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.2em;
  text-align: justify;
  padding-left: 8px;
}
.standard_p a {
  color: #044db9;
}
.standard_ps {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.2em;
  text-align: justify;
  padding-left: 8px;
  margin-bottom: 11px;
}
.pt_title {
  font-size: 14px;
  text-align: left;
  line-height: 21px;
  vertical-align: middle;
  color: #0b55c4;
}
.button_bar {
  display: flex;
  flex-flow: row;
  padding: 2px 10px 2px 10px;
  margin-top: 30px;
  margin-bottom: 30px;
  place-content: space-between;
  place-items: center;
}
.button_bar_container {
  display: flex;
  flex: 1;
  place-content: center;
  gap: 10px;
}
.button_bar_container:first-of-type {
  place-content: flex-start;
}
.button_bar_container:last-of-type {
  place-content: flex-end;
}
.button {
  cursor: pointer;
  font-size: 14px;
  padding: 4px 6px;
  background: #f5f5f5;
  border-radius: 2px;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 2px #eee;
  outline: 0;
  margin: 0 4px;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-weight: 600;
  color: #212121;
  border-radius: 0;
}
.button:hover {
  background: #eeeeee;
  border: 1px solid #757575;
  box-shadow: inset 0 1px 2px #9e9e9e;
  border-radius: 2px;
}

.button:active,
.button:focus {
  background: #e0e0e0;
  border-radius: 2px;
  border: 1px solid #0c5bd7;
  box-shadow: inset 0 1px 2px #9e9e9e;
  color: #0b55c4;
}

.button[disabled] {
  cursor: initial;
}
.itr {
  text-align: right;
  padding-right: 8px;
}

.grecaptcha-badge {
  visibility: hidden;
}

.recaptcha_message {
  padding: 5px;
  font-size: 11px;
  text-align: center;
  max-width: 100%;
  color: #717171;
}

.recaptcha_message a {
  color: #1976d2;
}

.grecaptcha-badge {
  visibility: hidden;
}

.recaptcha_message {
  padding: 5px;
  font-size: 10px;
  text-align: center;
  max-width: 100%;
  color: #717171;
}

.recaptcha_message a {
  color: #3f51b5;
}

.required {
  font-size: 14px;
  margin: 0 1px;
  color: #b30003;
}

.modal_table {
  margin: auto;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ddd;
  margin: 16px auto;
}

.modal_table thead th {
  color: #0b55c4;
  font-size: 14px;
  height: 26px;
  background-color: #f8f9fb;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 2px solid #0b55c4;
  font-weight: bold;
  padding: 2px 6px;
  text-align: right;
}

.modal_table tbody th {
  height: 22px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 6px;
  border: 1px solid #ddd;
  color: #0b55c4;
  text-align: left;
  background-color: #f8f9fb;
  font-size: 14px;
}

.modal_table tbody td {
  height: 22px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 6px;
  border: 1px solid #ddd;
  color: #000000;
  text-align: right;
  background-color: #f8f9fb;
  font-size: 14px;
}

#get_shipping_quote_container .la-ball-pulse-sync {
  position: absolute;
  top: calc(50% - 9px);
  left: calc(50% - 27px);
  color: #0b55c4;
}

.la-ball-pulse-sync,
.la-ball-pulse-sync > div {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.la-ball-pulse-sync {
  display: block;
  font-size: 0;
  color: #fff;
}
.la-ball-pulse-sync.la-dark {
  color: #333;
}
.la-ball-pulse-sync > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
}
.la-ball-pulse-sync {
  width: 54px;
  height: 18px;
}

.la-ball-pulse-sync > div {
  width: 10px;
  height: 10px;
  margin: 4px;
  border-radius: 100%;
  -webkit-animation: ball-pulse-sync 0.6s infinite ease-in-out;
  -moz-animation: ball-pulse-sync 0.6s infinite ease-in-out;
  -o-animation: ball-pulse-sync 0.6s infinite ease-in-out;
  animation: ball-pulse-sync 0.6s infinite ease-in-out;
}

.la-ball-pulse-sync > div:nth-child(1) {
  -webkit-animation-delay: -0.14s;
  -moz-animation-delay: -0.14s;
  -o-animation-delay: -0.14s;
  animation-delay: -0.14s;
}
.la-ball-pulse-sync > div:nth-child(2) {
  -webkit-animation-delay: -0.07s;
  -moz-animation-delay: -0.07s;
  -o-animation-delay: -0.07s;
  animation-delay: -0.07s;
}
.la-ball-pulse-sync > div:nth-child(3) {
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
}
.la-ball-pulse-sync.la-sm {
  width: 26px;
  height: 8px;
}
#get_shipping_quote_container .la-ball-pulse-sync > div {
  width: 6px;
  height: 6px;
}

.la-ball-pulse-sync.la-sm > div {
  width: 4px;
  height: 4px;
  margin: 2px;
}
.la-ball-pulse-sync.la-2x {
  width: 108px;
  height: 36px;
}
.la-ball-pulse-sync.la-2x > div {
  width: 20px;
  height: 20px;
  margin: 8px;
}
.la-ball-pulse-sync.la-3x {
  width: 162px;
  height: 54px;
}
.la-ball-pulse-sync.la-3x > div {
  width: 30px;
  height: 30px;
  margin: 12px;
}
/*
 * Animation
 */
@-webkit-keyframes ball-pulse-sync {
  33% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  66% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes ball-pulse-sync {
  33% {
    -moz-transform: translateY(100%);
    transform: translateY(100%);
  }
  66% {
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes ball-pulse-sync {
  33% {
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }
  66% {
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes ball-pulse-sync {
  33% {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }
  66% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
.action_bar {
  display: flex;
  flex-flow: row nowrap;
  place-items: center;
  place-content: space-between;
  margin-bottom: 5px;
}
.action_cell {
  box-sizing: border-box;
  position: relative;
  height: 65px;
  width: 85px;
  text-align: center;
  text-decoration: none;
  color: black;
  font-size: 12px;
  display: flex;
  flex-flow: column nowrap;
  border: 1px solid transparent;
  padding: 2px 0;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
.action_cell:hover {
  border-top: 1px solid #f0f0f0;
  border-left: 1px solid #f0f0f0;
  border-bottom: 1px solid #999999;
  border-right: 1px solid #999999;
  cursor: pointer;
}
.action_cell img {
  text-align: center;
  margin: auto;
}
.action_cell p {
  text-align: center;
  width: 85px;
  white-space: nowrap;
}
/* ***************************************************  Variables  *********************************************** */
:root {
  --font-family: "Source Sans Pro", Arial, Helvetica, Tahoma, Verdana, sans-serif;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --black: #333333;
  --white: #ffffff;
  --blue-lighter: #ebf4ff;
  --blue-light: #add2ff;
  --blue: #0050b3;
  --blue-dark: #00377a;
  --blue-darker: #001c3d;
  /* Blue Gray Palette - Saturation -85% of Blue Palette */
  --blue-gray-lighter: #f3f5f6;
  --blue-gray-light: #d0d6dc;
  --blue-gray: #4c5867;
  --blue-gray-dark: #343c46;
  --blue-gray-darker: #1a1e23;
  /* Red Palette */
  --red-lighter: #ffebeb;
  --red-light: #ffadaf;
  --red: #b30003;
  --red-dark: #7a0002;
  --red-darker: #3d0002;
  /* Gray Palette - Saturation -100% of Blue Palette */
  --gray-lighter: #f5f5f5;
  --gray-light: #d6d6d6;
  --gray: #595959;
  --gray-dark: #3d3d3d;
  --gray-darker: #1f1f1f;
}
/* ***************************************************  Table Styling  *********************************************** */
.text-left {
  text-align: left !important;
}
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}
.table-container {
  overflow-x: auto;
}
.table {
  border-width: 0px;
  border-collapse: collapse;
  width: 100%;
  max-width: 750px;
}
.table thead {
  background-color: var(--blue-gray-lighter);
  border: 1px solid var(--gray-light);
}
.table th {
  font-size: 15px;
  font-weight: bold;
  color: var(--black);
  padding: 4px 8px;
}
.table th,
.table td {
  text-align: right;
  white-space: nowrap;
}
.table tbody {
  border-left: 1px solid var(--gray-light);
  border-right: 1px solid var(--gray-light);
  border-bottom: 1px solid var(--gray-light);
}
.table td {
  font-size: 15px;
  padding: 2px 8px;
}
.table .tr_strike td {
  text-decoration: line-through;
}
.table .tr_strike td:first-child {
  text-decoration: none;
}
.table .tr_emphasis td {
  color: var(--red);
}
.table .tr_emphasis td:first-child {
  text-decoration: none;
}
.price_col_code {
  float: right;
  font-size: 10px;
  font-weight: bold;
  margin: 2px 0;
}
.shpquot_input {
	width:120px;
	height: 18px;
	margin-left: 4px;
}
.shpquot_label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 2px;
	color: #084f98;
	font-weight: bold;
	padding-left: 5px;
}
.shpquot_th {
  color: #084f98;
  font-family:Arial, Helvetica, sans-serif;
  font-size: 14px;
  height: 26px;
  background-color: #f8f9fb;
	border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 2px solid #0b55c4;
  font-weight: bold;
  padding: 2px 6px;
  text-align: right;
}
.shpquot_table tbody td {
	font-family:Arial, Helvetica, sans-serif;
  height: 24px;
  white-space: nowrap;
  overflow: hidden;
  padding: 0 6px;
  border: 1px solid #ddd;
  color: #000000;
  text-align: right;
  background-color: #f8f9fb;
  font-size: 14px;
}
.rate_table tbody th {
	height: 22px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 6px;
	border: 1px solid #ddd;
	color: #084f98;
	text-align: left;
	background-color: #f8f9fb;
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
}
.rate_table tbody td {
  height: 22px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 6px;
  border: 1px solid #ddd;
  color: #000000;
  text-align: right;
  background-color: #f8f9fb;
  font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 14px;
	text-align: left;
	margin: 0 auto;
	height: 164px;
}
.footer_container {
	width: 100%;
	display: flex;
	padding-left: 50px;
	padding-right: 50px;
	justify-content: space-between;
}
.footer_main {
	border-bottom: 4px solid #4880ea;
	width: 98%;
	margin: 0 auto 14px auto;
}
.footer_box {
	width: 293px;
	display:inline-block;
	vertical-align:top;
}
.footer_title {
	font-weight: 600;
	border-bottom: 2px solid #4880ea;
	width: 160px;
}
.footer li {
	line-height:20px;
	list-style-type: none;
}
.footer li a {
	text-decoration:none;
	color:black;
}




