@charset "utf-8";
/* CSS Document */ ::placeholder {
  font-size: 0.85em;
  color: #999999;
  font-style: italic;
}
/* DIALOG BOX */
.my_dialog {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}
/* Modal Content */
.my_dialog_content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 2px;
  ;
  border: 1px solid #ccc;
  width: 300px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}
/* The Close Button */
.my_dialog .close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 21px;
  height: 21px;
  opacity: 0.3;
  border: 1px solid #333;
  border-radius: 2px;
  padding: 1px 2px;
}
.my_dialog .close:hover {
  opacity: 1;
}
.my_dialog .close:before, .close:after {
  position: absolute;
  right: 11px;
  content: ' ';
  height: 21px;
  width: 2px;
  background-color: #000;
}
.my_dialog .close:before {
  transform: rotate(45deg);
}
.my_dialog .close:after {
  transform: rotate(-45deg);
}
.my_dialog.close:hover, .my_dialog.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.my_dialog_header {
  padding: 1px 10px;
  background-color: #ccc;
  color: #000;
  text-align: left;
  font-size: 1.0em;
}
.my_dialog_header h2 {
  margin: 8px 0;
}
.my_dialog_body {
  padding: 2px 16px;
  text-align: left;
  font-size: 1.2em;
}
/* end DIALOG BOX */
body.waiting * {
  cursor: progress;
}
#BoxContainter {
  margin: 0 auto 30px;
  text-align: center;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
}
#proposalBox {
  margin: 0 auto;
  text-align: left;
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0px 1px 3px #999;
  background-color: #F8F8F8;
  display: inline-block;
  min-width: 980px;
}
#proposalBox h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #6574AF;
  margin: 0;
}
#quick_search {
  float: right;
  padding-right: 120px;
  color: #6574AF;
  text-align: right;
}
#quick_search_message {
  padding-top: 10px;
  color: #698AEB;
  text-align: center;
  font-size: 14px;
}
.quickSearchButton {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #7892c2), color-stop(1, #476e9e));
  background: -moz-linear-gradient(top, #7892c2 5%, #476e9e 100%);
  background: -webkit-linear-gradient(top, #7892c2 5%, #476e9e 100%);
  background: -o-linear-gradient(top, #7892c2 5%, #476e9e 100%);
  background: -ms-linear-gradient(top, #7892c2 5%, #476e9e 100%);
  background: linear-gradient(to bottom, #7892c2 5%, #476e9e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7892c2', endColorstr='#476e9e', GradientType=0);
  background-color: #7892c2;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #476e9e;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Verdana;
  font-size: 11px;
  padding: 1px 10px 4px 10px;
  text-decoration: none;
}
.quickSearchButton:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #476e9e), color-stop(1, #7892c2));
  background: -moz-linear-gradient(top, #476e9e 5%, #7892c2 100%);
  background: -webkit-linear-gradient(top, #476e9e 5%, #7892c2 100%);
  background: -o-linear-gradient(top, #476e9e 5%, #7892c2 100%);
  background: -ms-linear-gradient(top, #476e9e 5%, #7892c2 100%);
  background: linear-gradient(to bottom, #476e9e 5%, #7892c2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#476e9e', endColorstr='#7892c2', GradientType=0);
  background-color: #476e9e;
}
.quickSearchButton:active {
  position: relative;
  top: 1px;
}
.listbox {
  font-family: Arial, "MS Trebuchet", sans-serif;
  font-size: 14px;
  background-color: #F8F8F8;
  color: #666666;
  left: 10px;
  padding: 5px;
  margin: 5px auto;
  position: relative;
  display: none;
  text-align: left;
  border: 1px solid #E1E1E1;
}
.listbox ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.listbox li {
  cursor: pointer;
  padding: 5px;
}
.listhover {
  background-color: #FFFFFF;
}
#quick_price_lookup_box {
  text-align: left;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0px 1px 3px #999;
  padding: 10px 5px 0px 5px;
  margin: 20px auto 0 auto;
  font-family: Arial, "MS Trebuchet", sans-serif;
  color: #333333;
  width: 600px;
  background-color: #F2F2F2;
}
#quick_price_lookup_box h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #6574AF;
  margin: 0;
}
.pricelistbox {
  font-family: Arial, "MS Trebuchet", sans-serif;
  font-size: 14px;
  background-color: #F2F2F2;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #666666;
  left: 10px;
  padding: 5px;
  margin: 5px auto;
  position: relative;
  width: 950px;
  display: none;
  text-align: left;
}
.pricelistbox ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pricelistbox li {
  cursor: pointer;
  padding: 5px;
}
#newProposalBox {
  margin: 0 auto;
  text-align: left;
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0px 1px 3px #999;
  background-color: #F8F8F8;
  display: inline-block;
  min-width: 950px;
}
#newProposalBox h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  color: #455185;
  margin: 0;
}
#templateContainer {
  margin: 0 auto 0;
  text-align: left;
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0px 1px 3px #999;
  background-color: #F8F8F8;
  display: inline-block;
  min-width: 950px;
}
#templateContainer h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px !important;
  color: #999999;
  text-align: left;
  margin: 5px;
}
#templateContainer h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px !important;
  color: #666666;
  text-align: left;
  margin: 10px 20px;
}
#templateContainer h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px !important;
  color: #FF3300;
  text-align: left;
  margin: 10px 20px;
}
#templateTable {
  display: none;
}
#historyTableContainer {
  display: none;
}
.viewHistoryContainer a {
  font-size: 14px !important;
  color: #6574AF !important;
}
.viewHistoryContainer a:hover {
  color: #0000CC !important;
}
#comparisonContainer {
  margin: 0 auto;
  text-align: center;
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #F8F8F8;
  display: inline-block;
  text-align: left;
}
#distributor_list {
  line-height: 1.8;
  margin-left: 30px;
  vertical-align: middle;
}
.distributorUpdateMessage {
  width: 60px;
  display: inline-block;
  text-align: left;
}
#proposalOrderTable {
  display: none;
}
#proposalInfoContainer {
  padding-top: 8px;
  margin: 15px auto 5px;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0px 1px 3px #999;
  /* background-color: #E5E5E5; */
  background-color: #FFFFFF;
}
#proposalInfoContainer h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px !important;
  color: #D96713 !important;
  text-align: left;
  margin-left: 5px;
  font-weight: normal;
}
#proposalInfoContainer h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px !important;
  color: #666666 !important;
  text-align: left;
  margin: 2px 10px;
  font-weight: normal;
  line-height: 1.5;
}
#proposalInfoContainer h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #4D5A93;
  margin: 20px;
}
#proposalInfoContainer a {
  font-size: 16px;
  color: #EB6F14;
  text-decoration: underline;
  font-family: 'GothamBold', Arial, Helvetica, sans-serif;
}
#proposalInfoContainer a:hover {
  color: #D96713;
  text-decoration: underline;
}
#orderInfoBox {
  margin: 15px auto 5px;
  padding: 5px;
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0px 1px 3px #999;
  /* background-color: #E5E5E5; */
  background-color: #F2F2F2;
}
#orderInfoBox h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px !important;
  color: #D96713 !important;
  text-align: left;
  margin-left: 5px;
}
#orderInfoContainer {
  margin-top: 15px;
}
#orderInfoContainer h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #D96713 !important;
}
#orderInfoContainer h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px !important;
  color: #FF3300;
  text-align: left;
  margin: 10px 20px;
}
#orderInfoContainer a {
  font-size: 16px;
  color: #EB6F14;
  text-decoration: underline;
  font-family: 'GothamBold', Arial, Helvetica, sans-serif;
}
#orderInfoContainer a:hover {
  color: #D96713;
  text-decoration: underline;
}
#orderSpecificsBox {
  margin: 10px 5px;
  width: 46%;
  text-align: left;
  padding: 2px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0px 1px 3px #999;
  background-color: #FFF;
  display: inline-block;
  font-size: 12px;
  float: left;
}
#orderSpecificsBox h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #4D5A93;
}
#orderInformationRightSide {
  margin: 10px;
  width: 46%;
  text-align: center;
  padding: 2px 10px;
  font-size: 12px;
  float: right;
}
#orderExtrasBox {
  margin: 40px 0 10px 0;
  width: 98%;
  text-align: left;
  padding: 2px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0px 1px 3px #999;
  background-color: #FFF;
  font-size: 12px;
}
#orderExtrasBox h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #4D5A93;
}
#orderExtrasBox a {
  font-size: 12px;
  color: #EB6F14;
  text-decoration: none;
  font-family: 'GothamBold', Arial, Helvetica, sans-serif;
}
#orderExtrasBox a:hover {
  color: #EB6F14;
  text-decoration: underline;
}
/* NOT USED
#orderDecoratingBox {
	margin: 5px;
	width:45%;
	text-align:left;
	padding:2px 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0px 1px 3px #999;
	background-color: #FFF;
	display: inline-block;
	font-size:12px;
	float:right;
}
#orderDecoratingBox h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#4D5A93;
}
*/
.whiteBox {
  margin: 40px 0 10px 0;
  width: 98%;
  text-align: left;
  padding: 2px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0px 1px 3px #999;
  background-color: #FFF;
  font-size: 12px;
}
.whiteBox h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #4D5A93;
}
.whiteBox a {
  font-size: 12px;
  color: #EB6F14;
  text-decoration: none;
  font-family: 'GothamBold', Arial, Helvetica, sans-serif;
}
.whiteBox a:hover {
  color: #EB6F14;
  text-decoration: underline;
}
#temp_wt_table {
  display: none;
}
#temp_cost_table {
  display: none;
}
#gross_margin_analsyis_table {
  display: none;
  table-layout: fixed;
}
.form_text_lt {
  color: #999999;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
}
#modifyMessage {
  margin: 15px 0;
  font-size: 14px;
  color: #006600;
  font-weight: bold;
}
/* NOT USED
#modifyDecoratingMessage {
	margin:15px 0;
	font-size:14px;
	color:#006600;
	font-weight:bold;
}
*/
#ExceptionBox {
  padding: 15px;
  clear: right;
}
#exceptionTable a {
  font-size: 11px;
  color: #EB6F14;
  text-decoration: underline;
  font-family: 'GothamBold', Arial, Helvetica, sans-serif;
}
#exceptionTable a:hover {
  color: #D96713;
}
.ltGray {
  color: #999999;
}
.lighterGray {
  color: #CCCCCC;
}
.blackText {
  color: #000000;
}
.blueText {
  color: #0000CC;
}
.greenText {
  color: #00CC00;
}
.orangeText {
  color: #D96713;
}
.grayBackground {
  background-color: #F8F8F8;
}
#wrapper1 {
  position: relative;
  text-align: left;
  width: 1200px;
  margin: 0 auto;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #333333;
}
#wrapper2 {
  position: relative;
  text-align: left;
  width: 1200px;
  margin: 0 auto;
  padding: 0;
}
#maincol {
  position: relative;
  margin: 0 auto;
}
#final-review {
  color: #FF6600;
  font-weight: bold;
  padding: 5px 0px 0px 20px;
  display: none;
}
.cancel-final-review {
  float: right;
  padding-right: 20px;
}
.cancel-final-review a {
  font-size: 12px;
  color: #3366CC;
  font-family: 'GothamBold', Arial, Helvetica, sans-serif;
  text-decoration: underline;
}
.cancel-final-review a:hover {
  color: #3333CC;
}
/* ======================= configNav ==============================*/
#configNav {
  background: #ffffff; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background:
    url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIyOCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI2NyUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #ffffff 28%, #f5f5f5 67%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(28%, #ffffff), color-stop(67%, #f5f5f5)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 28%, #f5f5f5 67%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 28%, #f5f5f5 67%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 28%, #f5f5f5 67%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 28%, #f5f5f5 67%);
  /* W3C */
  /*filter: progid:DXImageTransform.Microsoft.gradient(  startColorstr='#ffffff',
		endColorstr='#f5f5f5', GradientType=0 ); */ /* IE6-8 */
  border: 1px solid #dadada;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0px 1px 3px #999;
  height: 40px;
  margin: 10px auto;
  width: 1200px;
  padding: 1px 0px;
}
#configNav ul {
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 0 auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: transparent;
}
#configNav ul li.first {
  font-family: 'GothamBold', Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #272827;
  line-height: 38px;
  height: 38px;
  width: 50px;
  background-image: none;
}
#configNav li {
  font-family: 'GothamBold', Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #272827;
  display: inline-block;
  margin-right: -4px;
  width: 149px;
  height: 38px;
  line-height: 38px;
  background-image: url(../images/config/config_nav_arrow.png);
  background-repeat: no-repeat;
  background-position: right;
}
#configNav ul li.last {
  font-family: 'GothamBold', Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #272827;
  line-height: 38px;
  height: 38px;
  width: 144px;
  background-image: none;
}
#configNav a {
  font-size: 12px;
  font-weight: bold;
  color: #272827;
  text-decoration: none;
  display: block;
  transition: .3s background-color;
  cursor: text;
}
#configNav a:hover {
  color: #FFFFFF;
  background-image: url(../images/config/config_nav_over_new.png);
  background-repeat: no-repeat;
  background-position: center left;
  cursor: pointer;
}
#configNav ul li.last a:hover {
  color: #FFFFFF;
  background-image: url(../images/config/config_nav_last_over.png);
  background-repeat: no-repeat;
  background-position: center left;
}
#configNav a.activeNav {
  color: #FFFFFF;
  cursor: default;
  background-image: url(../images/config/config_nav_over_new.png);
  background-repeat: no-repeat;
  background-position: center left;
}
#configNav a.finalReviewNav:hover {
  color: #000000;
  cursor: default;
  background-image: url(../images/config/config_nav_arrow.png);
  background-repeat: no-repeat;
  background-position: center left;
}
#configNav ul li.last a.finalReviewNav:hover {
  font-family: 'GothamBold', Arial, Helvetica, sans-serif;
  color: #272827;
  line-height: 38px;
  height: 38px;
  width: 144px;
  background-image: none;
}
/* ======================= END configNav ==============================*/
.includeExcludeContainer {
  width: 580px;
  margin-top: 15px;
  padding: 10px 5px;
  text-align: left;
}
.includeExcludeContainer a {
  font-size: 11px;
  color: #EB6F14;
  text-decoration: none;
  font-family: 'GothamBold', Arial, Helvetica, sans-serif;
  font-style: italic;
  padding-right: 5px;
  float: right;
}
.includeExcludeContainer a:hover {
  color: #EB6F14;
  text-decoration: underline;
}
.includeExcludeBox {
  padding: 5px;
  font-size: 12px;
}
/* ======================= configClassLeftLeft ==============================*/
#configClassLeft {
  width: 580px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0px 1px 3px #999;
  background: #fff;
  float: left;
  margin-top: 15px;
  padding: 10px 5px;
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
  z-index: 100;
}
#configClassLeft input[type="radio"] {
  width: 15px !important;
  height: 15px !important;
}
#configClassLeft input[type="checkbox"] {
  width: 15px !important;
  height: 15px !important;
}
#configClassLeft #categories {
  /*width: 570px;*/
  width: 90%;
  float: left;
}
#configClassLeft h3 {
  font-size: 16px;
  color: #010101;
  text-transform: uppercase;
  font-weight: normal;
  font-family: 'GothamBook', Arial, Helvetica, sans-serif;
  margin: 0;
}
#configClassLeft h3 .bold {
  font-family: 'GothamBold', Arial, Helvetica, sans-serif;
}
#configClassLeft h5 {
  font-size: 14px;
  color: #003366;
  font-weight: normal;
  font-family: 'GothamBook', Arial, Helvetica, sans-serif;
  margin: 12px 0 10px 0;
  text-align: center;
}
.requiredHeader {
  color: #990000;
  font-weight: bold;
}
.optionalHeader {
  color: #0000FF;
  font-weight: bold;
}
#configClassLeft a {
  width: 80px;
  height: 40px;
  float: left;
}
#configClassLeft .back {
  background: url(../images/config/configBack.png);
  background-repeat: no-repeat;
}
#configClassLeft .back:hover {
  background: url(../images/config/configBackOver.png);
  background-repeat: no-repeat;
}
#configClassLeft .next-button, #configClassLeft .final-review-button {
  background: url(../images/config/configNext.png);
  background-repeat: no-repeat;
  float: right;
}
/* NEW CONFIG */
#configClassLeft .leftSideNext {
  background: url(../images/config/configNext.png);
  background-repeat: no-repeat;
  float: right;
}
/* end NEW CONFIG */
#configClassLeft .save-button {
  float: left;
}
.ie7 #configClassLeft .back, .ie7 #configClassLeft .next-button {
  margin-top: 10px;
}
#configClassLeft .multi-required-next-button {
  background: url(../images/config/configNextSm.jpg);
  background-repeat: no-repeat;
  float: right;
}
.ie7 #configClassLeft .multi-required-next-button {
  margin-top: 10px;
}
/*
#configClassLeft .next-button:hover, #configClassLeft .last-button:hover {
	background: url(../images/config/configNextOver.png);
	background-repeat:no-repeat;
}
*/
#configClassLeft h4 {
  font-size: 12px;
  font-weight: normal;
  color: #666;
  background: #eaeaeb;
  vertical-align: middle;
  line-height: 33px;
  padding: 0 0 0 10px;
  margin: 5px 10px 5px 5px;
  width: 96%;
  text-align: left;
  cursor: pointer;
}
#configClassLeft h4 span {
  color: #000099;
  font-size: 13px;
  font-weight: bold;
}
#configClassLeft h4 .default {
  color: #999;
  font-style: italic;
  font-size: 12px;
  font-weight: normal;
}
#configClassLeft h6 {
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  background: #666666;
  vertical-align: middle;
  line-height: 33px;
  padding: 0 0 0 10px;
  margin: 5px 0 1px 6px;
  width: 555px;
  text-align: left;
  cursor: pointer;
  border-radius: 6px;
}
.changeHeaderBackground {
  background-color: #444444 !important;
}
.has-cats {
  padding: 5px 0;
  margin: 0 10px 0 7px;
  border: 10px solid #444444;
  width: 545px;
}
#payload_data {
  clear: left;
  color: #000099;
}
#configClassLeft ul {
  margin: 0 10px;
  padding: 10px 3px 3px 3px;
  background-color: #ffffff;
  width: 520px;
}
#configClassLeft ul li {
  color: #333333;
  text-align: left;
}
#configClassLeft label {
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: normal;
  margin: 0;
  font-size: 13px;
  line-height: 24px;
}
#configClassLeft ul ul {
  margin: 0 10px;
  padding: 0px 3px 3px 3px;
  background-color: #ffffff;
  width: 450px;
  ;
}
#configClassLeft ul ul li {
  margin: -8px 0 5px 15px;
  text-align: left;
}
#configClassLeft ul ul li label {
  font-size: 12px;
  line-height: 12px;
  color: #797979;
}
#configClassLeft ul ul li label input {
  border: 5px solid white;
  -webkit-box-shadow:
    inset 0 0 8px rgba(0, 0, 0, 0.1), 0 0 16px rgba(0, 0, 0, 0.1);
  -moz-box-shadow:
    inset 0 0 8px rgba(0, 0, 0, 0.1), 0 0 16px rgba(0, 0, 0, 0.1);
  box-shadow:
    inset 0 0 8px rgba(0, 0, 0, 0.1), 0 0 16px rgba(0, 0, 0, 0.1);
  padding: 3px;
  background: rgba(255, 255, 255, 0.5);
  margin: 0 0 10px 0;
  color: #999999;
  width: 15px;
}
/* ======================= END configClassLeft ==============================*/
/* ======================= configSummaryRight ==============================*/
#configSummaryRight {
  width: 570px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0px 1px 3px #999;
  background: #fff;
  float: right;
  margin-top: 15px;
  padding: 5px 14px 20px 10px;
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
}
#configSummaryRight h3 {
  font-size: 15px;
  color: #666666;
  text-transform: uppercase;
  font-weight: normal;
  font-family: 'GothamBook', Arial, Helvetica, sans-serif;
  text-align: left;
  margin: 10px 0 5px 0;
}
#configSummaryRight h3 .bold {
  font-family: 'GothamBold', Arial, Helvetica, sans-serif;
}
#configSummaryRight h4 {
  font-size: 13px;
  color: #999900;
  font-weight: normal;
  font-family: 'GothamBook', Arial, Helvetica, sans-serif;
  text-align: left;
  margin: 10px 0 0 0;
}
#configSummaryRight p {
  font-size: 14px;
  color: #000099;
  font-weight: normal;
  font-family: 'GothamBook', Arial, Helvetica, sans-serif;
  text-align: left;
  margin: 5px;
}
#configSummaryRight p span {
  font-size: 13px;
  color: #999999;
  font-weight: normal;
  font-family: 'GothamBook', Arial, Helvetica, sans-serif;
  text-align: left;
  margin: 0;
}
#configSummaryRight a {
  font-size: 12px;
  color: #EB6F14;
  text-decoration: none;
  font-family: 'GothamBold', Arial, Helvetica, sans-serif;
}
#configSummaryRight a:hover {
  color: #EB6F14;
  text-decoration: underline;
}
#needs_inclusion {
  text-align: center;
  display: none;
  background-color: #FF0000;
  padding: 3px;
}
#needs_inclusion p {
  color: #FFFFFF !important;
}
#needs_inclusion p span {
  font-weight: bold;
  color: #FFFFFF !important;
}
#needs_attention {
  text-align: center;
  font-size: 14px;
  color: #FFFFFF;
  font-weight: bold;
  display: none;
  background-color: #CC0000;
  padding: 5px;
  margin: 0 auto;
  vertical-align: middle;
}
.needsAttention {
  background-color: #CC0000;
  color: #FFFFFF !important;
  padding: 3px;
}
.needsAttention span {
  color: #FFFFFF !important;
  font-weight: bold !important;
}
.template-difference {
  text-align: center;
  font-size: 13px;
  color: #777777;
  font-weight: normal;
  background-color: #FFFF99;
  padding: 3px;
}
.templateDifference {
  background-color: #FFFF99;
  color: #999999 !important;
  padding: 2px;
  font-size: 12px !important;
}
.priceProtectionDifference {
  background-color: #EAEAEA;
  color: #666666 !important;
  padding: 2px;
  margin: 5px 0 5px 10px !important;
  font-size: 11px !important;
  text-align: center !important;
}
.inactiveOption {
  background-color: #FFD5D5;
  color: #999999 !important;
  padding: 2px;
  font-size: 12px !important;
}
.inactive-option {
  text-align: center;
  font-size: 13px;
  color: #777777;
  font-weight: normal;
  background-color: #FFD5D5;
  padding: 3px;
  margin-top: 3px;
}
.inactiveOptionValue {
  background-color: #FFE8E8;
  color: #999999 !important;
  padding: 2px;
  font-size: 12px !important;
}
.inactive-option-value {
  text-align: center;
  font-size: 13px;
  color: #777777;
  font-weight: normal;
  background-color: #FFE8E8;
  padding: 3px;
  margin-top: 3px;
}
/* ======================= END configSummary ==============================*/
#centercol {
  padding: 20px 510px;
  text-align: center;
}
#display_box {
  margin: 20px auto;
  text-align: center;
}
#display_box h1 {
  color: #005888 !important;
  font-size: 18px;
  margin: 40px 0 0 0;
}
#display_box h1 {
  color: #005888 !important;
  font-size: 18px;
  margin: 40px 0 0 0;
}
#display_box ul {
  padding-left: 0;
  text-align: left;
}
#display_box ul li {
  list-style-position: inside;
  list-style-type: disc;
}
#footer {
  position: relative;
  top: 10px;
  background-color: #CCCCCE;
  width: 100%;
  clear: both;
  margin: 0;
  padding: 1% 0;
  text-align: center;
  color: #666666;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
}
.bold {
  font-weight: bold;
}
strong {
  font-weight: bold !important;
}
em {
  font-style: italic;
}
ul, li {
  list-style: none;
}
img {
  border: none;
}
.clear {
  float: none;
  clear: both;
  height: 0;
}
.clearLeft {
  clear: left;
  height: 0;
}
.clearRight {
  clear: right;
  height: 0;
}
.clearBoth {
  clear: both;
  height: 0;
}
.imgLink {
  display: block;
}
.hide, .hidden {
  visibility: hidden !important;
}
.label-align input[type="radio"] {
  vertical-align: middle;
}
.label-align span {
  margin: -1px 0 10px 20px;
  display: block;
}
.left {
  float: left;
}
.image-blurb-display {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
}
.image-blurb-display img {
  /*border:#cccccc 1px solid;*/
}
.selection-todo {
  display: none;
}
.selection-nonrequired {
  display: none;
}
.next-buttons-no-show {
  display: none;
}
.no-display-sales-class {
  display: none;
}
.no-display-cat-options {
  display: none;
}
.open-close {
  float: right;
  font-weight: normal;
  font-size: 12px;
  font-style: italic;
}
.autoUpdate {
  font-size: 11px;
  text-transform: capitalize;
  padding-right: 20px;
  font-color: #777777;
  float: right;
  font-style: italic;
}
.this-left {
  text-align: left !important;
}
.this-right {
  text-align: right !important;
}
.this-center {
  text-align: center !important;
}
.this-valign-middle {
  vertical-align: middle !important;
}
.this-valign-bottom {
  vertical-align: bottom !important;
}
.this-valign-top {
  vertical-align: top !important;
}
.this-float-left {
  float: left;
}
.this-float-right {
  float: right;
}
.this-italic {
  font-style: italic;
}
.this-underline {
  text-decoration: underline;
}
.this-bold {
  font-weight: bold;
}
.this-not-bold {
  font-weight: normal;
}
.this-green {
  color: #006600;
}
.this-blue {
  color: #0000CC;
}
.this-brightblue {
  color: #0000FF !important;
}
.this-red {
  color: #CC0000 !important;
}
.this-brightorange {
  color: #FF3300;
}
.this-orange {
  color: #D96713;
}
.this_dk_orange {
  color: #BA5810;
}
.this-dk-gray {
  color: #333333 !important;
}
.this-md-gray {
  color: #777777 !important;
}
.this-lt-gray {
  color: #999 !important;
}
.this-background_shaded {
  background-color: #F0F0F0;
  color: #999999;
  padding-left: 10px;
  padding-right: 10px;
}
.this-not-bold {
  font-weight: normal !important;
}
.this-font-13 {
  font-size: 13px;
}
.this-font-12 {
  font-size: 12px !important;
}
.this-small {
  font-size: 11px;
}
.this-underline {
  text-decoration: underline;
}
.this-nowrap {
  white-space: nowrap;
}
.this-middle {
  vertical-align: middle !important;
}
.this-visible {
  visibility: visible;
}
.this-hidden {
  visibility: hidden;
}
.this-clear {
  clear: both;
}
.print_summary {
  margin-top: 75px;
}
.seat_report {
  color: #0000CC;
  margin: 5px 0 0 25px;
  font-size: 11px;
  font-weight: bold;
}
.legacyExportFile {
  color: #0000CE !important;
  font-size: 13px !important;
}
a.legacyExportFile:hover {
  color: #0000FF !important;
}
.thisCreateButton {
  margin: 0 43%;
}
.clearfix { /* fixes if an element is taller than the element containing it, and it is floated, it will overflow outside of its container. */
  overflow: auto;
}
/* ======================= Chassis Section ==============================*/
/* ======================= END Chassis Section ==============================*/
#popup_container {
  width: 500px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0px 1px 3px #999;
  background: #fff;
  margin: 15px auto;
  padding: 20px 14px 20px 10px;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
}
#popup_container h3 {
  font-size: 16px;
  color: #010101;
  text-transform: uppercase;
  font-weight: normal;
  font-family: 'GothamBook', Arial, Helvetica, sans-serif;
  float: left;
  margin: 0;
}
#popup_container h3 .bold {
  font-family: 'GothamBold', Arial, Helvetica, sans-serif;
}
#popup_container h5 {
  font-size: 14px;
  color: #003366;
  font-weight: normal;
  font-family: 'GothamBook', Arial, Helvetica, sans-serif;
  margin: 12px 0 8px 0;
  text-align: center;
}
#popup_container a {
  font-size: 12px;
  color: #EB6F14;
  text-decoration: none;
  font-family: 'GothamBold', Arial, Helvetica, sans-serif;
}
#popup_container a:hover {
  color: #EB6F14;
  text-decoration: underline;
}
.formLayout {
  background-color: #FBFBFB;
  border: solid 1px #a1a1a1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 10px;
  width: 600px;
  margin: 10px auto 0;
}
.formLayout input, .formLayout select {
  display: block;
  float: left;
  margin-bottom: 10px;
}
.formLayout label {
  display: block;
  float: left;
  text-align: right;
  padding-right: 20px;
  width: 130px;
  padding-top: 4px;
}
.saveFormLayout {
  background-color: #FBFBFB;
  border: solid 1px #a1a1a1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 10px;
  width: 500px;
  margin: 10px auto 0;
}
.saveFormLayout input, .saveFormLayout select {
  display: block;
  float: left;
  margin-bottom: 10px;
  text-align: left;
}
.saveFormLayout label {
  display: block;
  float: left;
  text-align: right;
  padding-right: 20px;
  width: 130px;
}
.message {
  font-size: 16px;
  color: #0000FF;
}
.plainButton {
  -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
  -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
  box-shadow: inset 0px 1px 0px 0px #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
  background: -moz-linear-gradient(center top, #ededed 5%, #dfdfdf 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
  background-color: #ededed;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
  text-indent: 0;
  border: 1px solid #dcdcdc;
  display: inline-block;
  color: #777777;
  font-family: arial;
  font-size: 15px;
  font-weight: bold;
  font-style: normal;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
  text-align: center;
  text-shadow: 1px 1px 0px #ffffff;
  padding: 0 10px;
}
.plainButton:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed));
  background: -moz-linear-gradient(center top, #dfdfdf 5%, #ededed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
  background-color: #dfdfdf;
}
.plainButton:active {
  position: relative;
  top: 1px;
}
.grayButtom {
  -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
  -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
  box-shadow: inset 0px 1px 0px 0px #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
  background: -moz-linear-gradient(center top, #ededed 5%, #dfdfdf 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
  background-color: #ededed;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
  text-indent: 0;
  border: 1px solid #dcdcdc;
  display: inline-block;
  color: #777777;
  font-family: arial;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  height: 25px;
  text-decoration: none;
  text-align: center;
  text-shadow: 1px 1px 0px #ffffff;
  margin: 10px 40px;
}
.grayButtom:active {
  position: relative;
  top: 1px;
}
.plainSmprintConfigButton:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed));
  background: -moz-linear-gradient(center top, #dfdfdf 5%, #ededed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
  background-color: #dfdfdf;
}
#save_list {
  text-align: left;
  display: none;
  padding: 15px;
}
.hideSave {
  float: right;
}
.btn-grn {
  background: #999900;
  background-image: -webkit-linear-gradient(top, #999900, #777700);
  background-image: -moz-linear-gradient(top, #999900, #777700);
  background-image: -ms-linear-gradient(top, #999900, #777700);
  background-image: -o-linear-gradient(top, #999900, #777700);
  background-image: linear-gradient(to bottom, #999900, #777700);
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  font-family: Arial;
  color: #ffffff;
  font-size: 13px;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
}
.btn-grn:hover {
  background: #BFBF00;
  background-image: -webkit-linear-gradient(top, #BFBF00, #999900);
  background-image: -moz-linear-gradient(top, #BFBF00, #999900);
  background-image: -ms-linear-gradient(top, #BFBF00, #999900);
  background-image: -o-linear-gradient(top, #BFBF00, #999900);
  background-image: linear-gradient(to bottom, #BFBF00, #999900);
  text-decoration: none;
}
#name_exists {
  color: #FF3300;
  font-size: 13px;
  display: none;
  float: left;
}
.click-to-save {
  color: #FF3300;
  font-size: 13px;
  font-style: italic;
  position: relative;
  top: 7px;
}
.btn-ornage {
  background: #EB6F00;
  background-image: -webkit-linear-gradient(top, #EB6F00, #BB5900);
  background-image: -moz-linear-gradient(top, #EB6F00, #BB5900);
  background-image: -ms-linear-gradient(top, #EB6F00, #BB5900);
  background-image: -o-linear-gradient(top, #EB6F00, #BB5900);
  background-image: linear-gradient(to bottom, #EB6F00, #BB5900);
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
	border: 1px solid #333333;
  font-family: Arial;
  color: #ffffff;
  font-size: 13px;
  padding: 3px 8px 3px 8px;
  text-decoration: none;
  margin: 2px 0 0 20px;
}
.btn-ornage:hover {
  background: #FF810F;
  background-image: -webkit-linear-gradient(top, #FF810F, #EB6F00);
  background-image: -moz-linear-gradient(top, #FF810F, #EB6F00);
  background-image: -ms-linear-gradient(top, #FF810F, #EB6F00);
  background-image: -o-linear-gradient(top, #FF810F, #EB6F00);
  background-image: linear-gradient(to bottom, #FF810F, #EB6F00);
  text-decoration: none;
}
.sm-btn-ornage {
  background: #EB6F00;
  background-image: -webkit-linear-gradient(top, #EB6F00, #BB5900);
  background-image: -moz-linear-gradient(top, #EB6F00, #BB5900);
  background-image: -ms-linear-gradient(top, #EB6F00, #BB5900);
  background-image: -o-linear-gradient(top, #EB6F00, #BB5900);
  background-image: linear-gradient(to bottom, #EB6F00, #BB5900);
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
	border: 1px solid #333333;
  font-family: Arial;
  color: #ffffff;
  font-size: 11px;
  padding: 3px 8px 3px 8px;
  text-decoration: none;
  margin: 2px 0 0 20px;
}
.sm-btn-ornage:hover {
  background: #FF810F;
  background-image: -webkit-linear-gradient(top, #FF810F, #EB6F00);
  background-image: -moz-linear-gradient(top, #FF810F, #EB6F00);
  background-image: -ms-linear-gradient(top, #FF810F, #EB6F00);
  background-image: -o-linear-gradient(top, #FF810F, #EB6F00);
  background-image: linear-gradient(to bottom, #FF810F, #EB6F00);
  text-decoration: none;
}
.save-button-bump {
  margin-top: 7px !important;
}
.btn-blue {
  background: #507AD3;
  background-image: -webkit-linear-gradient(top, #507AD3, #2C56AD);
  background-image: -moz-linear-gradient(top, #507AD3, #2C56AD);
  background-image: -ms-linear-gradient(top, #507AD3, #2C56AD);
  background-image: -o-linear-gradient(top, #507AD3, #2C56AD);
  background-image: linear-gradient(to bottom, #507AD3, #2C56AD);
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
	border: 1px solid #333333;
  font-family: Arial;
  color: #ffffff;
  font-size: 12px;
  padding: 3px 8px 3px 8px;
  text-decoration: none;
  margin: 2px 0 0 20px;
}
.btn-blue:hover {
  background: #FF810F;
  background-image: -webkit-linear-gradient(top, #2951A3, #3A6ACD);
  background-image: -moz-linear-gradient(top, #2951A3, #3A6ACD);
  background-image: -ms-linear-gradient(top, #2951A3, #3A6ACD);
  background-image: -o-linear-gradient(top, #2951A3, #3A6ACD);
  background-image: linear-gradient(to bottom, #2951A3, #3A6ACD);
  text-decoration: none;
}
.btn-blue-no-margin {
  background: #507AD3;
  background-image: -webkit-linear-gradient(top, #507AD3, #2C56AD);
  background-image: -moz-linear-gradient(top, #507AD3, #2C56AD);
  background-image: -ms-linear-gradient(top, #507AD3, #2C56AD);
  background-image: -o-linear-gradient(top, #507AD3, #2C56AD);
  background-image: linear-gradient(to bottom, #507AD3, #2C56AD);
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  font-family: Arial;
  color: #ffffff;
  font-size: 12px;
  padding: 3px 8px 3px 8px;
  text-decoration: none;
}
.btn-blue-no-margin:hover {
  background: #FF810F;
  background-image: -webkit-linear-gradient(top, #2951A3, #3A6ACD);
  background-image: -moz-linear-gradient(top, #2951A3, #3A6ACD);
  background-image: -ms-linear-gradient(top, #2951A3, #3A6ACD);
  background-image: -o-linear-gradient(top, #2951A3, #3A6ACD);
  background-image: linear-gradient(to bottom, #2951A3, #3A6ACD);
  text-decoration: none;
}
.btn-blue-no-margin:focus {
  outline: 0;
}
#deleteAll {
  float: right;
  display: none;
}
#print_list {
  text-align: left;
  display: none;
}
#print_list p {
  text-align: left;
  font-size: 12px;
  color: #666666;
}
#config_list {
  text-align: left;
  display: none;
  margin: 15px;
  padding: 5px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0px 1px 3px #999;
  background: #F9F9F9;
}
#config_list h4 {
  font-size: 15px;
  color: #4D5A93;
  text-transform: uppercase;
  font-weight: normal;
  font-family: 'GothamBook', Arial, Helvetica, sans-serif;
  text-align: left;
}
#config_list p {
  line-height: 1.5;
  font-size: 12px;
}
#config_list a {
  color: #EB6F14;
  text-decoration: none;
  font-family: 'GothamBold', Arial, Helvetica, sans-serif;
}
#config_list a:hover {
  text-decoration: underline;
}
#config_list a .updated {
  font-family: 'GothamBold', Arial, Helvetica, sans-serif;
  color: #666666;
  font-size: 11px;
}
#config_list a:hover .updated {
  text-decoration: underline;
}
#config_list_message_box {
  color: #FF3300;
  font-size: 15px;
  margin: 12px 0 0 20px;
}
.updated_date {
  font-family: 'GothamBold', Arial, Helvetica, sans-serif;
  color: #666666;
  font-size: 11px;
  white-space: nowrap;
}
#message {
  color: #FF6600;
  font-size: 14px;
}
#for_testing {
  width: 150px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0px 1px 3px #999;
  background-color: #EEE;
  margin: 15px auto;
  padding: 20px 14px 20px 10px;
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}
#for_testing h1 {
  font-size: 14px;
  color: #010101;
  text-transform: uppercase;
  font-weight: normal;
  font-family: 'GothamBook', Arial, Helvetica, sans-serif;
  margin: 0 0 10px 0;
}
hr.style-two {
  padding: 0;
  border: none;
  border-top: solid 1px #cccccc;
  width: 100%
}
#passed-and-submit-box {
  margin: 25px 25px 10px 25px;
  color: #0000CC;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  display: block;
}
#passed-and-submit-box .submit-btn {
  background: #E98201;
  background-image: -webkit-linear-gradient(top, #E98201, #ED5B27);
  background-image: -moz-linear-gradient(top, #E98201, #ED5B27);
  background-image: -ms-linear-gradient(top, #E98201, #ED5B27);
  background-image: -o-linear-gradient(top, #E98201, #ED5B27);
  background-image: linear-gradient(to bottom, #E98201, #ED5B27);
  -webkit-border-radius: 6;
  -moz-border-radius: 6;
  border-radius: 6px;
  font-family: Arial;
  color: #ffffff;
  font-size: 14px;
  padding: 8px 10px 8px 10px;
  text-decoration: none;
  width: 107px;
  height: 16px;
  cursor: pointer;
  margin-left: 25px;
}
#passed-and-submit-box .submit-btn:hover {
  background: #ED5B27;
  background-image: -webkit-linear-gradient(top, #ED5B27, #E98201);
  background-image: -moz-linear-gradient(top, #ED5B27, #E98201);
  background-image: -ms-linear-gradient(top, #ED5B27, #E98201);
  background-image: -o-linear-gradient(top, #ED5B27, #E98201);
  background-image: linear-gradient(to bottom, #ED5B27, #E98201);
  text-decoration: none;
  color: #ffffff;
}
#final-summary {
  margin: 15px 5px;
  color: #0000CC;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
}
#final-summary img {
  margin: 15px 20px;
  cursor: pointer;
}
#final-summary a {
  font-size: 13px;
  text-align: right;
  width: 98%;
  color: #EB6F14;
  text-decoration: underline;
  font-family: 'GothamBold', Arial, Helvetica, sans-serif;
}
#final-summary a:hover {
  color: #D96713;
}
#final-summary .submit-btn {
  background: #E98201;
  background-image: -webkit-linear-gradient(top, #E98201, #ED5B27);
  background-image: -moz-linear-gradient(top, #E98201, #ED5B27);
  background-image: -ms-linear-gradient(top, #E98201, #ED5B27);
  background-image: -o-linear-gradient(top, #E98201, #ED5B27);
  background-image: linear-gradient(to bottom, #E98201, #ED5B27);
  -webkit-border-radius: 6;
  -moz-border-radius: 6;
  border-radius: 6px;
  font-family: Arial;
  color: #ffffff;
  font-size: 14px;
  padding: 8px 10px 8px 10px;
  text-decoration: none;
  width: 107px;
  height: 16px;
  cursor: pointer;
}
#final-summary .submit-btn:hover {
  background: #ED5B27;
  background-image: -webkit-linear-gradient(top, #ED5B27, #E98201);
  background-image: -moz-linear-gradient(top, #ED5B27, #E98201);
  background-image: -ms-linear-gradient(top, #ED5B27, #E98201);
  background-image: -o-linear-gradient(top, #ED5B27, #E98201);
  background-image: linear-gradient(to bottom, #ED5B27, #E98201);
  text-decoration: none;
  color: #ffffff;
}
.signedDoraPDF {
  margin: 0 auto;
  text-align: center;
  border-top: solid 1px #CCC;
  padding: 15px 10px;
  display: none;
}
#proposalInfoContainer .submit-btn {
  background: #E98201;
  background-image: -webkit-linear-gradient(top, #E98201, #ED5B27);
  background-image: -moz-linear-gradient(top, #E98201, #ED5B27);
  background-image: -ms-linear-gradient(top, #E98201, #ED5B27);
  background-image: -o-linear-gradient(top, #E98201, #ED5B27);
  background-image: linear-gradient(to bottom, #E98201, #ED5B27);
  -webkit-border-radius: 6;
  -moz-border-radius: 6;
  border-radius: 6px;
  font-family: Arial;
  color: #ffffff;
  font-size: 12px;
  padding: 5px 10px;
  text-decoration: none;
  width: 107px;
  height: 16px;
  cursor: pointer;
  margin: 20px 0 0 33px;
}
#proposalInfoContainer .submit-btn:hover {
  background: #ED5B27;
  background-image: -webkit-linear-gradient(top, #ED5B27, #E98201);
  background-image: -moz-linear-gradient(top, #ED5B27, #E98201);
  background-image: -ms-linear-gradient(top, #ED5B27, #E98201);
  background-image: -o-linear-gradient(top, #ED5B27, #E98201);
  background-image: linear-gradient(to bottom, #ED5B27, #E98201);
  text-decoration: none;
  color: #ffffff;
}
#final-summary .save-btn {
  background: #0000CC;
  background-image: -webkit-linear-gradient(top, #0000CC, #000066);
  background-image: -moz-linear-gradient(top, #0000CC, #000066);
  background-image: -ms-linear-gradient(top, #0000CC, #000066);
  background-image: -o-linear-gradient(top, #0000CC, #000066);
  background-image: linear-gradient(to bottom, #0000CC, #000066);
  -webkit-border-radius: 6;
  -moz-border-radius: 6;
  border-radius: 6px;
  font-family: Arial;
  color: #ffffff;
  font-size: 13px;
  padding: 4px 10px 4px 10px;
  text-decoration: none;
  width: 112px;
  height: 16px;
  float: right;
}
#final-summary .save-btn:hover {
  background: #000066;
  background-image: -webkit-linear-gradient(top, #000066, #0000CC);
  background-image: -moz-linear-gradient(top, #000066, #0000CC);
  background-image: -ms-linear-gradient(top, #000066, #0000CC);
  background-image: -o-linear-gradient(top, #000066, #0000CC);
  background-image: linear-gradient(to bottom, #000066, #0000CC);
  text-decoration: none;
}
.proposal-progression {
  float: right;
  padding: 5px 10px;
  font-size: 13px !important;
}
.lock-unlock-template {
  float: right;
  padding: 10px;
  font-size: 13px !important;
}
.lock-unlock-template a {
  font-size: 12px !important;
  color: #EB6F14;
  text-decoration: none;
  font-family: 'GothamBold', Arial, Helvetica, sans-serif;
  font-style: italic;
}
.lock-unlock-template a:hover {
  color: #EB6F14;
  text-decoration: underline;
}
.locked {
  color: #4D5A93;
  font-weight: bold;
}
.unlocked {
  color: #006600;
  font-weight: bold;
}
.clear-link {
  float: right;
}
.clear-link a {
  font-size: 11px !important;
  color: #EB6F14;
  text-decoration: none;
  font-family: 'GothamBold', Arial, Helvetica, sans-serif;
  font-style: italic;
}
.clear-link a:hover {
  color: #EB6F14;
  text-decoration: underline;
}
.close-box {
  width: 950px;
  margin: 10px auto;
  text-align: right;
}
.close-box a {
  font-size: 11px;
  color: #EB6F14;
  text-decoration: none;
  font-family: 'GothamBold', Arial, Helvetica, sans-serif;
  font-style: italic;
}
.close-box a:hover {
  color: #EB6F14;
  text-decoration: underline;
}
.needsfilled {
  background: #CC3300;
  color: #FFFFFF;
}
.name_exists {
  display: none;
  color: #940000;
  text-align: center;
}
p.engineering_only {
  border: 1px solid #999900;
  /*background-color:#FFCC33;*/
  padding: 5px;
  margin: 10px;
}
#testing_session {
  border: 1px solid #999900;
  background-color: #FFCC33;
  padding: 5px;
  margin: 10px auto;
  text-align: left;
  font-family: 'GothamBold', Arial, Helvetica, sans-serif;
  text-align: left;
  display: inline-block;
}
#testing_session h1 {
  color: #999900 !important;
  font-size: 16px;
  margin: 7px;
}
#sortabletable {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  border-collapse: collapse;
  margin: 20px 10px;
}
#sortabletable th {
  font-size: 11px;
  font-weight: normal;
  padding: 10px 15px 10px 10px;
  background: #6D7BB3;
  border-top: 3px solid #4D5A93;
  border-bottom: 1px solid #fff;
  color: #fff;
  cursor: pointer;
  text-decoration: underline;
  text-align: center;
}
#sortabletable td {
  font-size: 12px;
  padding: 10px 15px 10px 10px;
  background: #E3E6F0;
  border-bottom: 1px solid #fff;
  color: #666;
  border-top: 1px solid transparent;
  cursor: pointer;
  vertical-align: text-top;
}
#sortabletable td a:link {
  text-decoration: underline;
  color: #666;
  font-size: 11px
}
#sortabletable td a:visited {
  text-decoration: underline;
  color: #666;
  font-size: 11px
}
#sortabletable td a:hover {
  text-decoration: underline;
  color: #CC0000;
  font-size: 11px
}
#sortabletable tr:hover td {
  background: #D2D8E8;
  color: #339;
}
.updated {
  color: #009900 !important;
  font-size: 11px;
}
.lilBlueNote {
  color: #003399 !important;
  font-size: 11px;
}
#useTemplate {
  float: right;
}
#useTemplate h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px !important;
  color: #777777;
  margin: 10px 2px;
}
#useTemplate label {
  display: block;
  float: left;
  text-align: left;
  width: auto;
}
label.checkbox-label input[type=checkbox] {
  position: relative;
  vertical-align: middle;
  bottom: 3px;
}
.needsfilled {
  background: #FF6600;
}
.closeExceptionBox {
  font-size: 13px !important;
}
/* for Price Review */
#printBox {
  display: inline-block;
  margin: 0 auto;
}
#whichOne {
  margin: 0 auto;
  text-align: center;
  padding: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0px 1px 3px #999;
  background-color: #F8F8F8;
  width: 98%;
}
#whichOne ul {
  list-style: none;
  margin: 10px auto;
  padding-inline-start: 0;
}
#whichOne li {
  display: inline-block;
  padding-right: 16px;
}
.graytree {
  border-collapse: collapse;
  margin: auto;
}
tr.graytree {
  text-align: left;
  padding: 5px 10px;
  background: rgb(248, 248, 248);
  border-bottom: 1px solid #e5e5e5;
}
tr.graytreePlain {
  text-align: right;
  padding: 5px 10px;
}
.graytree-header {
  background-color: #E0E0E0;
  border-bottom: 1px solid #cccccc;
  font-size: 14px;
  color: #666666;
}
td.graytreeLeft {
  text-align: left;
  vertical-align: middle;
  padding: 10px;
}
td.graytreeRight {
  text-align: right;
  vertical-align: middle;
  padding: 10px;
}
td.graytreeCenter {
  text-align: Center;
  vertical-align: middle;
  padding: 10px;
}
td.liteText {
  color: #888888;
}
td.smText {
  font-size: 11px;
}
.printQuote {
  -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
  -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
  box-shadow: inset 0px 1px 0px 0px #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
  background: -moz-linear-gradient(center top, #ededed 5%, #dfdfdf 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
  background-color: #ededed;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
  text-indent: 0;
  border: 1px solid #dcdcdc;
  display: inline-block;
  color: #777777;
  font-family: arial;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  height: 25px;
  text-decoration: none;
  text-align: center;
  text-shadow: 1px 1px 0px #ffffff;
  margin: 10px 40px;
}
/* END for Price Review */
/* Document Library */
.body-column {
  margin-right: 302px;
  padding: 0 5px;
}
.menu-column-box {
  width: 270px;
  float: right;
  font-size: 1.0em;
  margin: 5px 10px 15px 10px;
}
#leftMenu {
  /*
	margin-left:20px;
	padding:0px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.0em;
	color:#555555;
	
*/
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  margin: 0 auto;
  text-align: left;
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0px 1px 3px #999;
  background-color: #E7E7E7;
  width: 260px;
}
h2.trigger {
  padding: 0 0 0 15px;
  margin: 5px 0;
  background: url(../images/cat_circles.gif) no-repeat;
  height: 26px;
  line-height: 26px;
  width: 220px;
  border-bottom: solid thin #C8C8C8;
  font-weight: normal;
  font-size: 0.9em;
}
h2.trigger a {
  color: #555555;
  text-decoration: none;
}
h2.trigger a:hover {
  color: #333333;
}
h2.trigger:hover {
  background-position: 0 -26px;
}
h2.newClass {
  background-position: 0 -52px;
}
h2.newClass a {
  color: #990000;
}
h2.newClass a:hover {
  color: #333333;
}
h2.newClass:hover {
  background-position: 0 -26px;
}
.toggle_container {
  margin: 0px 0px 5px 10px;
  padding: 0px 0px 5px 0px;
  width: 220px;
  border-bottom: solid thin #DEDEDE;
}
/* img/cat_circles.gif is 54px tall divided in three parts y=0, y=18 and y=36 */
h3.trigger {
  padding: 0 0 0 15px;
  margin: 5px 0 0px 0;
  background: url(../images/circles_subcat.gif) no-repeat;
  height: 18px;
  line-height: 18px;
  width: 220px;
  font-size: 1.0em;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
  color: #666666;
}
h3.trigger a {
  color: #777777;
  text-decoration: none;
}
h3.trigger a:hover {
  color: #666666;
  text-decoration: underline;
}
h3.trigger:hover {
  background-position: 0 -18px;
}
h3.newClass {
  background-position: 0 -36px;
}
h3.newClass a {
  color: #990000;
}
h3.newClass:hover {
  background-position: 0 -18px;
  text-decoration: underline;
}
#BoxFilter {
  margin: 30px auto 10px;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #5463A0;
  font-weight: bold;
}
#BoxFilter ul {
  list-style-type: none;
  line-height: 50px;
}
#BoxFilter li {
  display: inline;
  padding-right: 25px;
}
#BoxFilter select {
  text-align: left;
  background: #F8F8F8;
  border: 1px solid #ccc;
  color: #333;
  padding: 2px !important;
  outline: none;
  vertical-align: middle;
  border-radius: 2px;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}
#BoxDocContainter {
  margin: 0 auto 30px;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  padding: 0 20px;
  display: block;
}
#BoxDocuments {
  margin: 0 auto;
  text-align: center;
  padding: 10px 10px 20px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0px 1px 3px #999;
  background-color: #F8F8F8;
  display: inline-block; /*min-width: 950px;*/ /*max-width: 95%;*/
}
#BoxDocuments h1 {
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #6574AF;
  margin: 0;
}
#BoxDocuments h2 {
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  color: #6574AF;
  margin: 30px 0 10px 0;
}
#BoxDocuments p {
  text-align: left;
  font-size: 12px;
  color: #000000;
  margin: 5px 15px;
  line-height: 1.5;
}
.boxDocContent {
  width: 210px;
  /*min-height:500px;*/
  float: left;
  margin: 20px 10px 0 10px;
  background-color: #FFFFFF;
  border: 1px solid #455185;
}
.boxDocContent a:link {
  text-decoration: none;
  color: #900;
}
.boxDocContent a:visited {
  text-decoration: none;
  color: #900;
}
.boxDocContent a:hover {
  text-decoration: underline;
  color: #CC0000;
}
.this-min-height-500 {
  min-height: 500px !important;
}
.this-min-height-400 {
  min-height: 400px !important;
}
.this-indent-40 {
  padding-left: 40px;
}
.this-single-bottom-border {
  border-bottom: 1px solid !important;
}
.this-single-top-border {
  border-top: 1px solid !important;
}
.this-underline {
  text-decoration: underline;
}
/* END Document Library */
/* SweetAlert2 */
.my-actions {
  margin: 0 2em;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.right-gap {
  margin-right: auto;
}
/* END SweetAlert2 */