/* 
Part Target Stylesheet
---------------------------------------- */
:root {
  --clr-primary: #971c15;
  --clr-body-bg: #ccc;
  --clr-secondary: black;
  --clr-text-secondary:#666;
  --clr-link:#005da4;
  --clr-link-hover: #971c15;
  --clr-light-grey: #8b8b8b;
  
  
  --header-height: 92px;
  --transition-shadow: box-shadow 0.2s ease-in-out;
  --transition-color: color 0.2 ease-in;
  --searchbar-height: 60px;
}

html {
  overflow-x: auto;
  overflow-y: scroll;
  min-width: 314px;
}

body {
  font: 0.8em Arial, Tahoma, Verdana, sans-serif;
  background: #fff;
  color: #333;
}

/* Reset
---------------------------------------- */

html,
body,
form,
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}
table,
td,
th {
  font-size: 1em;
}
th {
  text-align: left;
}
td {
  vertical-align: top;
}
a {
  color: #005da4;
}
a:hover,
a:active {
  color: #971c15;
}
h2 a {
  text-decoration: none;
}
h2 a:hover {
  text-decoration: underline;
}
img {
  border: 0;
}
input,
textarea {
  font-family: Arial, Tahoma, Verdana, sans-serif;
  border: 1px solid #a7a6aa;
  outline-color: #b3daef;
  outline-color: #589fd2;
  outline-width: medium;
}

/* Layout
---------------------------------------- */

#header {
  transition: var(--transition-1);
}
#content {
  padding: 0;
  /*min-height: 250px;
	overflow: hidden;*/
}

.mode-rfq #content {
  background-position: 0 0;
}

#footer {
  padding: 20px 0 0;
  text-align: center;
  max-width: 980px;
  margin: 0 auto 30px;
  clear: both;
}

#middlePane {
  /*overflow: hidden;*/
  padding: 0;
  z-index: 1;
}

#contentBar {
}

.layout-cr .content-pane {
  clear: left;
  max-width: 648px;
  float: left;
}
.layout-lc .content-pane {
  clear: left;
  max-width: 648px;
  float: right;
}

.sidebar {
  max-width: 312px;
  margin: 0;
}
.right-pane {
  /*font-size: .85em;*/
  float: right;
}
.left-pane {
  float: left;
}

#rightSidebar .block-wrapper {
  margin: 0;
  margin-bottom: 20px;
}

.sidebar a {
  text-decoration: none;
}
.sidebar a:hover {
  text-decoration: underline;
}

/* Wrappers */
.wrapper {
  margin: 0 auto;
}

.top-wrapper {
  margin: 0 auto;
  max-width: 980px;
}

/*
.quote-form { margin-top: 3px; }
*/
.catalog-rfq {
  margin-top: 2px;
}

/* Wide layout */
#header .wrapper,
#content .wrapper,
#getQuote .wrapper {
  max-width: 980px;
  text-align: left; /* for ie 6*/
}

/* Useful styles
---------------------------------------- */
.clear {
  clear: both;
}
.spacer {
  display: block;
  height: 1px;
  width: 1px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  clear: both;
}

/* Page Header
---------------------------------------- */

#header .wrapper {
  position: relative;
  z-index: 10;
  top: 0;
  border-bottom: 2px solid #005da4;
  height: 90px;
  margin-bottom: 20px;
  background: url(../image/pt/bg_header.png) 0 100% repeat-x;
}

/* Logo */
#header .logo {
  width: 200px; /*47*/
  height: 64px;
  margin: 0;
  overflow: hidden;
  padding-top: 13px;
  transition: transform 0.2s ease-in-out;
  background: url(../image/pt/logo.png) -20px 17px no-repeat;
  position: relative;
}
#header .logo_a {
  display: block;
  text-indent: -999em;
  overflow: hidden;
  height: 64px;
}

/* Top Nav */

.top-nav {
  border-collapse: collapse;
  border: 0;
  position: absolute;
  z-index: 20;
  right: 0;
  bottom: 0;
  height: 34px;
  width: 100%;
  max-width: 780px;
  background-color: #fff;
}
.top-nav td {
  padding: 0;
  font-size: 14px;
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
  padding-top: 6px;
}
.top-nav .tn-current {
  padding-top: 0;
}

.top-nav .tn-a {
  text-decoration: none;
  display: block;
  padding: 6px;
  position: relative;
  background-color: #efefef;
  margin-left: 2px;
  color: #666;
  border: 1px solid #efefef;
  border-width: 0 1px;
}
.tn-current .tn-a {
  border: 1px solid #005da4;
  border-top-width: 4px !important;
  border-bottom: 0;
  background-color: #fff;
  top: 2px;
  padding-bottom: 8px;
  color: #333;
}
.top-nav .tn-quote {
  background-image: url(../image/pt/arrow_red.png);
  background-repeat: no-repeat;
  background-position: 11px 11px;
}

.top-nav .tn-a:hover {
  color: #971c15;
}
.tn-current .tn-a:hover {
  color: #333;
}
.tmn-active .tn-a {
  z-index: 11;
  padding-top: 4px;
  padding-bottom: 8px;
  border-color: #005da4;
  background-color: #fff;
  border-top-width: 1px;
  margin-bottom: -1px;
  top: 1px;
}
.tmn-active-current .tn-a {
  z-index: 11;
  padding-bottom: 8px;
  margin-bottom: 0px;
}

.top-nav .tn-fsc,
.top-nav .tn-nsn {
  padding-right: 15px;
  background-image: url(../image/pt/menu_arrow.png);
  background-repeat: no-repeat;
  background-position: 85% 12px;
}

.top-nav .tmn-active .tn-a {
  background-position: 85% 10px;
}

/* Top Menus */

.top-nav .tnm {
  position: relative;
  text-align: left;
  width: 100%;
  font-weight: normal;
}
.tnm .bg {
  position: absolute;
  z-index: 10;
  border: 1px solid #005da4;
  font-size: 13px;
  background: #fff;
  padding: 5px 0;
  left: 2px;
  top: 1px;
}

.tnm ul {
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0 4px;
  border: 0;
}

.top-nav li {
  padding: 2px 20px;
  background: transparent url(../image/pt/li.png) 7px 0.8em no-repeat;
  padding: 2px 20px 1px 16px;
}
.tnm a {
  line-height: 1.6em;
  padding: 0;
  color: #005da4 !important;
  text-decoration: underline;
  border: 0;
  text-indent: 0;
  text-decoration: none;
  display: inline;
}
.tnm a:hover,
.tnm a:active {
  color: #971c15 !important;
}
.tnm span {
  line-height: 1.6em;
  color: #333;
}

/* Top Search */

#header .top-search {
  position: absolute;
  top: 5px;
  right: 0;
  padding: 17px 0 0;
  white-space: nowrap;
  font-size: 12px;
}
.top-search .block {
  float: left;
  position: relative;
}

#header .searchtext {
  vertical-align: top;
  width: 216px;
  padding-right: 120px;
  font-size: 12px;
  height: 22px;
  border: 1px solid #d8d8d8;
  border-top-color: #b8b8b8;
  border-left-color: #b8b8b8;
  text-indent: 3px;
}

.top-search .search-options {
  position: absolute;
  top: 7px;
  right: 30px;
  font-size: 10px;
  color: #999;
}

.content-pane .search-options {
  margin: 5px 0 -3px -7px;
}

.search-options .current {
  color: #333;
}
.search-options input {
  font-size: 10px;
  position: relative;
  top: -4px;
  border: 0;
  outline: none !important;
  vertical-align: top;
}
.search-options label {
  padding-left: 3px;
}
/*.search-options input::-moz-focus-inner { border: 0; }*/

.top-search .btn {
  width: 22px;
  height: 22px;
  margin: 0;
  position: absolute;
  top: 2px;
  right: 2px;
  border: 0;
  overflow: hidden;
  text-indent: -99em;
  cursor: pointer;
  background: #971c15 url(../image/pt/b_top_search.png) no-repeat;
}
.top-search .btn:hover {
  background-color: #da4747;
}
.top-search .advanced-search {
  position: absolute;
  top: 0;
  margin: 0;
  right: 0;
  font-size: 11px;
}

.advanced-search a {
  color: #333;
  text-decoration: none;
}
.advanced-search a:hover {
  color: #971c15;
}

#header .search-title-label {
  display: block;
  padding: 6px 10px 0;
  height: 18px;
  float: left;
  text-shadow: white 1px 1px 1px;
}

input.default {
  color: #aaa;
}
input.default.active {
  color: #000;
}

/* Content Pane
---------------------------------------- */

/* Layout */

.container {
  margin-bottom: 0px;
}
.container .container .block-wrapper {
  margin-bottom: 0;
}
.container.shadows {
  background-color: transparent;
  margin-bottom: 6px;
}
.container.bg-index {
  margin-bottom: 0;
}

.block-wrapper {
  /*
	margin: 9px 10px 10px;
	border: 1px solid #DADFE0;
*/
  position: relative;
}

.block-wrapper .block {
  padding: 0 20px;
}

/*
#contentBar .block-wrapper .block, #contentWide .block-wrapper .block {padding: 0 20px}
#contentBar .block-wrapper .block .block, #contentWide .block-wrapper .block .block {padding: 0 0 10px 0}
*/

#content .metaBlock {
  padding: 0;
}
.metaBlock .block,
.metaBlock p {
  padding: 0 !important;
}

.shadows .block-wrapper {
  top: -2px;
}

.container .block {
  padding: 8px 8px 0;
}
.sitemap .block {
  padding: 0 20px;
}
.pageNotFound .block {
  padding: 0;
}

#rightSidebar .container .block {
  overflow: hidden;
}
#rightSidebar .block {
  padding: 8px 8px 0;
  padding: 8px 20px 0;
}

.block p {
  margin: 0;
  padding: 0 0 1em;
}

.block-text {
  margin: 0 20px 0.5em;
}
.block-text h3 {
  margin: 0;
}

/* Headers */

h1,
.h1,
.h1-small {
  font-weight: normal;
  text-align: left;
  font-size: 28px;
  margin: 0 0 20px;
  padding: 5px 20px;
  color: #fff;
  background: #005da4;
  font-family: Arial, Ubuntu, Tahoma, Verdana, sans-serif;
  letter-spacing: -1px;
  overflow-wrap: break-word;
}
.h1-part {
  padding: 5px 6px;
  margin-bottom: 23px;
}
.h1-small {
  font-size: 22px;
  padding: 5px 6px;
}

.page-rfq h1 {
  border: 0;
  background: none;
  padding: 20px 20px;
  margin: 0px;
}

p.h1 {
  margin-top: -1px;
  margin-top: 0;
  padding-bottom: 30px;
}

h1 a {
  color: #02658e;
}
h1 a:hover,
h1 a:active {
  color: #971c15;
}

.framed h1 {
  padding-top: 2px;
}
.container h2 {
  margin: 0;
  padding: 4px 10px;
  font-size: 1.4em;
}

#contentBar .block-wrapper h2,
#contentWide .block-wrapper h2,
.page-rfq h2 {
  color: #333;
  background-color: #dadada;
  padding: 5px 20px;
  font-weight: normal;
  margin: 0 0 0.5em;
}

#content .col3-container .block-wrapper h2 {
  color: #005da4;
  padding: 5px 20px;
  font-weight: normal;
  margin: 0;
  background-color: transparent;
}

#contentWide .block-wrapper .h2-alt {
  background-color: transparent;
  padding: 10px 0 10px 0px;
  margin: 10px 0 0;
  /*	color: #fff;
	background: #005DA4;*/
}

#contentBar .block-wrapper .block h2,
#contentWide .block-wrapper .block h2,
.page-rfq h2 {
  margin: 0 -20px 0.5em;
}
.page-rfq h2 {
  margin: 0 -8px 0.5em;
  padding: 5px 20px;
}
#contentBar .block-wrapper .block h3,
#contentWide .block-wrapper .block h3 {
  font-size: 1.2em;
  color: #333;
  font-weight: bold;
}
.h2-alt {
  color: #999;
  margin: -10px 20px 10px;
}
#contentBar .block-wrapper .h2-alt {
  background: none;
  color: #005da4;
  margin: 0;
  padding: 0 6px 5px;
}

h3.h3-alt {
  margin: -5px 20px 10px;
  color: #999;
}

.h2-alt strong {
  color: #000;
}

.container h2 a {
  text-decoration: none;
}

.col3-container {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
  display: flex; /* Use flexbox */
  flex-wrap: wrap; /* Wrap items to the next line when needed */
  justify-content: space-between;
}

.col3-container .article {
  float: left;
  min-width: 312px;
  max-width: 312px;
  background-color: #efefef;
}
.col3-container .article-first {
  margin-left: 0;
}
.col3-container .article-last {
  margin-left: 0;
  float: right;
}
#contentWide .col3-container h2 {
  margin-bottom: 0;
  background-color: #efefef;
}
.col3-container .block {
  padding: 160px 20px 10px!important;
}

#rightSidebar .article {
  background-color: #efefef;
}

.right_WeHelp .block {
  background: url(../image/pt/Homepage_We_Help_Source.jpg) no-repeat;
  padding: 160px 20px 10px !important;
}
.right_Industries .block {
  background: url(../image/pt/Homepage_Main_Industries_We_Serve.jpg) no-repeat;
  padding: 160px 0 10px 20px !important;
}
.right_Spotlights .block {
  background: url(../image/pt/Homepage_Spotlights.jpg) no-repeat;
  padding: 160px 20px 10px !important;
}

.pic-about .right_WeHelp .block {
  background-image: url(../image/pt/About_We_Help_Source.jpg);
}
.pic-about .right_Industries .block {
  background-image: url(../image/pt/About_Main_Industries_We_Serve.jpg);
}
.pic-about .right_Spotlights .block {
  background-image: url(../image/pt/About_Spotlights.jpg);
}

.pic-quality .right_WeHelp .block {
  background-image: url(../image/pt/Quality_We_Help_Source.jpg);
}
.pic-quality .right_Industries .block {
  background-image: url(../image/pt/Quality_Main_Industries_We_Serve.jpg);
}
.pic-quality .right_Spotlights .block {
  background-image: url(../image/pt/Quality_Spotlights.jpg);
}

.pic-privacy .right_WeHelp .block {
  background-image: url(../image/pt/Privacy_We_Help_Source.jpg);
}
.pic-privacy .right_Spotlights .block {
  background-image: url(../image/pt/Privacy_Spotlights.jpg);
}

.rfq_text_01 .block {
  background: url(../image/pt/rfq_pic_01_n.jpg) no-repeat;
}
.rfq_text_02 .block {
  background: url(../image/pt/rfq_pic_02.jpg) no-repeat;
}
.rfq_text_03 .block {
  background: url(../image/pt/rfq_pic_03.jpg) no-repeat;
}

.right_Industries li {
  width: 125px;
  float: left;
}

.rfq-pics {
  margin: 0;
}

.rfq-pics .article {
  border: 1px solid #005da4;
}

#rightSidebar .block-wrapper h2 {
  margin: 0;
  padding: 6px 20px;
  font-size: 18px;
  font-weight: normal;
  color: #005da4;
  /*
	color: #fff;
	background: #005DA4;
*/
}

#rightSidebar .block-wrapper h2 a {
  /*
	color: #fff;
	*/
  text-decoration: none;
}

/*
#content .container fieldset h2 {
	background: #EBEBEB url(../image/bg_h2.png) repeat-x;
}
*/

/* Lists */

ul {
  list-style: none;
  margin: 0;
  padding: 0 0 1em;
}
ul li {
  background: transparent url(../image/pt/li.png) 2px 0.8em no-repeat;
  padding: 2px 0 2px 16px;
}
.container ul li {
  padding-left: 20px;
  background-position: 5px;
}

.col3-container ul {
  padding-bottom: 0;
}

.glossaryLink {
}

.glossaryLink li {
  padding: 0;
  background: none;
}
.glossaryLink a {
  color: #fff;
  text-decoration: none;
  background: url(../image/pt/label_glossary.png) 0 0 no-repeat;
  max-width: 340px;
  height: 21px;
  overflow: hidden;
  display: block;
}
.glossaryLink a:hover {
  background-position: 0 -21px;
}

.glossary {
  margin-bottom: -1em;
}
.glossary dt,
.glossary .code {
  font-weight: bold;
}
.glossary dd {
  margin: 0.5em 0 1em 20px;
}
.glossary ul {
  padding: 0.5em 0 0;
}

/* Alphabet */

.alphabet {
  font-weight: bold;
  line-height: 1.6em;
  margin-bottom: 20px;
  border: 1px solid #005da4;
}
.alphabet-container .alphabet {
  padding: 0 0 1em 0;
}

.alphabet ul {
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
}
.alphabet li {
  margin: 0;
  padding: 0;
  background: none;
  display: inline;
  line-height: 2em;
}

.container .alphabet p {
  padding: 0;
  margin: 0;
}

.alphabet a,
.alphabet span {
  padding: 3px 6.5px;
}
.two-columns .alphabet a,
.two-columns .alphabet span {
  padding: 0 8px;
}

.alphabet .alphabet-current {
  background-color: #971c15;
  color: #fff;
  padding: 1px 3px;
}

.alphabet .alphabet-label {
  margin: 0;
  padding: 0;
}

.alphabet .alphabet-current a,
.alphabet strong span {
  text-decoration: none;
  color: #fff !important;
}

/*

#rightSidebar .alphabet .alphabet-label {
	font-weight: bold;
	font-size: 1.2em;
	padding: 0 3px;
}


.alphabet span.main-pages {
	font-weight: normal;
	font-size: .85em;
	color: #999;
	padding-left: 0;
}
.alphabet span.main-pages a {
	padding: 0;
	color: #999;
}
.alphabet span.main-pages a:hover {
	color: #971C15;
}

*/

/* Columns */
.cols,
.columns-container {
  overflow: hidden;
}
.cols ul,
.columns-container ul {
  margin: 0;
  padding: 0;
  float: left;
}
.cols2 ul {
  width: 49.5%;
}
.cols3 ul {
  width: 33.2%;
}
.cols4 ul {
  width: 24.5%;
}
.cols5 ul {
  width: 19.5%;
}

ul.col2,
ul.col3,
ul.col4 {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
ul.col2 li,
ul.col3 li,
ul.col4 li {
  float: left;
  padding: 0;
}
ul.col2 li {
  width: 48%;
}
ul.col3 li {
  width: 31%;
}
ul.col4 li {
  width: 23%;
}

#rightSidebar ul {
  margin: -2px 0;
}

/* Paging */

.paging {
  text-align: left;
  text-align: center;
  line-height: 1.6em;
}

.paging p a,
.paging p strong {
  padding: 0 2px;
  border-left: 1px solid #eee;
  padding-left: 3px;
}
.paging p strong.text {
  border: 0;
}

.block-wrapper .relatedPages {
  padding-top: 20px;
  font-size: 0.85em;
}

#contentWide .block-wrapper .relatedPages {
  margin-top: 20px;
  padding: 20px 0 0;
  border-top: 2px solid #efefef;
}
.relatedPages p {
  padding: 0;
}
.relatedPages a,
.mainPages a {
  text-decoration: none;
}
.relatedPages a:hover,
.mainPages a:hover {
  text-decoration: underline;
}

.paging strong.current {
  background-color: #971c15;
  color: #fff;
  border: 0;
  padding: 0 5px;
  font-size: 1.1em;
}

.paging .current-span {
  color: #fff !important;
  text-decoration: none;
  /*
	border: 0 solid #C70A0B;
	border-width: 1px 0;
	padding: 0 4px;
*/
}

/* Breadcrumbs */
p.breadcrumbs {
  margin: 0 0 0;
  padding: 0 6px 20px;
  font-size: 0.85em;
  text-align: left;
}
.breadcrumbs .divider {
  padding: 0 0.5em;
}
p.left20 {
  padding-left: 20px;
}

/* Tables */

.table-container {
  margin: 0 0 20px;
  overflow-x: auto;
}
.pos-last {
  margin: 0;
}

.table-container h3 {
  margin: 0 0 0.2em;
}
.table-catalog {
  border-collapse: collapse;
  width: 100%;
  border-bottom: 2px solid #dadada;
}
.table-part {
  margin-bottom: 20px;
}
/*.table-index-8 {margin: 0}*/
.table-mcrdPartNumber .pos_1,
.table-supplier .pos_1 {
  width: 10%;
  white-space: nowrap;
}
.table-mcrdPartNumber .pos_2,
.table-supplier .pos_2 {
  width: 10%;
}

.table-part td.pos_0 {
  padding-left: 0;
}
.table-part .img {
  border: 1px solid #dadada;
  padding: 1px;
  max-width: 100px;
  text-align: center;
  position: relative;
}
.table-part img {
  display: block;
  margin: 0 auto;
}

.enlarged-div {
  position: absolute;
  border: 1px solid #dadada;
  padding: 1px;
  min-width: 100px;
  text-align: center;
  background-color: #fff;
  top: -1000px;
  left: -1px;
}

.enlarged-plus {
  position: absolute;
  right: -1px;
  bottom: -1px;
  background: url(../image/pt/i_plus.png) 0 0 no-repeat;
  width: 11px;
  height: 11px;
  overflow: hidden;
}

.table-mcrdPartNumber .pos_3,
.table-mcrdPartNumber .pos_4,
.table-mcrdPartNumber .pos_5,
.table-mcrdPartNumber .pos_6,
.table-mcrdPartNumber .pos_7,
.table-mcrdPartNumber .pos_8,
.table-mcrdPartNumber .pos_9,
.table-mcrdPartNumber .pos_10,
.table-supplier .pos_4,
.table-supplier .pos_5,
.table-demil td,
.table-demil th,
.table-enac td,
.table-enac th {
  text-align: center;
}

.table-demil .pos_1,
.table-enac .pos_1,
.table-enac .pos_9 {
  text-align: left;
}

.mfg-catalog .pos_1,
.mfg-catalog .pos_5,
.mfg-catalog .cell-part,
.mfg-catalog .td_rel {
  white-space: nowrap;
}
.table-catalog .even-row td {
  background-color: #efefef;
}

.table-catalog th {
  padding: 8px 6px;
  vertical-align: top;
  /*
	color: #fff;
	background: #005DA4;
*/
  color: #000;
  background: #dadada;
  font-size: 1.2em;
  font-variant: small-caps;
}
.table-part th {
  font-variant: small-caps;
  color: #000;
  background: #dadada;
}

.table-catalog td {
  background-color: #fff;
  /*border-bottom: 1px solid #ECEFEF;*/
  padding: 8px 6px;
}
.table-catalog .th td {
  background-color: #f8f9f9;
}
#content .table-catalog h2 {
  padding: 0;
  border: 0;
  font-size: 1.4em;
  color: #000;
  color: #971c15;
  margin: 0;
}
#content .table-catalog h2 a {
  color: #971c15;
}
.table-catalog td.parent,
.table-catalog td.child {
  background-image: url(../image/pt/li.png);
  background-repeat: no-repeat;
}

.table-catalog td.parent {
  background-position: 8px 0.6em;
  padding-left: 20px;
}
.table-catalog td.child {
  padding-left: 20px;
  background-position: 8px 0.6em;
}
.table-catalog tr.child-h2 td.child {
  padding-left: 35px;
  background-position: 23px 0.6em;
}

/* Switchboard images */

.table-nsn-pictures {
  width: 100%;
  border-spacing: 8px;
}
.table-nsn-pictures td {
  vertical-align: middle;
  text-align: center;
  padding: 10px 0 30px;
  border: 1px solid #e5e5e5;
  background: url(../image/pt/bg_image_cell.png) 0 100% repeat-x;
}
.table-nsn-pictures td.empty {
  border: 0;
  background: none;
}

.nsn-pictures-container {
  margin: 12px -28px 20px;
}
.nsn-pictures-row {
  position: relative;
  margin-bottom: -8px;
}
.cols2 td {
  width: 50%;
}
.cols3 td {
  width: 33%;
}
.cols4 td {
  width: 25%;
}
.cols5 td {
  width: 20%;
}
.cols6 td {
  width: 16.6%;
}
.cols7 td {
  width: 14.2%;
}

.table-nsn-pictures a {
  text-decoration: none;
}
.table-nsn-pictures img {
  display: block;
  margin: 0 auto;
}
.table-nsn-pictures span {
  display: block;
  position: absolute;
  bottom: 13px;
}
.cols5 .table-nsn-pictures span {
  max-width: 188px;
}

/* MFG Catalog*/
.mfg-catalog .pos_3 {
  width: 15%;
}
.mfg-catalog .pos_4 {
  width: 50%;
}

.cage-catalog .pos_3,
.cage-catalog .pos_4 {
  text-align: center;
}

/* NSN Catalog */

.nsn-catalog th {
  white-space: nowrap;
}
.nsn-catalog .td_rel {
  white-space: nowrap;
}
.nsn-catalog .pos_4 {
  width: 35%;
}

.nsn-catalog .td_details .str1 {
  font-style: italic;
  font-size: 0.85em;
}
.nsn-catalog .td_suppl {
  font-size: 0.85em;
}
.nsn-catalog .td_suppl .str1 {
  font-size: 1.2em;
}

.table-catalog .national_stock_number_nsn {
  font-size: 11px;
}

.cell-part strong {
  white-space: nowrap;
}

.right_NSN {
  /*	font-size: 1.2em;*/
}

.table-form {
  /*
	background: #fff url(../image/bg_quote_form.png) 0 0 repeat-x;
*/
  background: #fff;
  border-collapse: collapse;
  width: 100%;
}
.table-form th {
  padding: 2px 5px 5px;
}
.table-form td {
  padding: 5px 5px;
}
.table-form .th td {
  background-color: #f8f9f9;
}
.table-form p.form-hint {
  margin: 0;
}

.table-form .td-button {
  width: 1%;
}

.td-search-qty {
  white-space: nowrap;
  text-align: right;
  width: 30%;
}
.td-search-rfq {
  white-space: nowrap;
  text-align: right;
  width: 30%;
}

.td-right {
  text-align: right;
}
.td-left {
  text-align: left;
}
.td-center {
  text-align: center;
}

.rfq-table th,
.rfq-table td {
  padding: 3px 3px;
  vertical-align: middle;
}
.rfq-table th {
  padding: 7px 5px 0px;
  white-space: nowrap;
  vertical-align: bottom;
  font-weight: bold;
  font-size: 0.9em;
  color: #666;
}
.multiline-contacts .form-label {
  font-weight: bold;
  font-size: 0.9em;
  color: #666;
}

/* Get a quote form */

.top-rfq-form {
  width: 100%;
  margin-bottom: 20px;
}

.getQuote {
  height: 250px;
}
.getQuote .wrapper {
  background: #005da4 url(../image/pt/PartTarget_Homepage.jpg) no-repeat;
  height: 250px;
}
#rightSidebar .top-rfq-form {
  margin: 4px 0 0;
}
#rightSidebar .getQuote,
#rightSidebar .getQuote .wrapper,
#rightSidebar .getQuote .bg {
  height: 790px;
}

#rightSidebar .getQuote .wrapper {
  width: 312px;
}

.bg-qc .wrapper {
  background-image: url(../image/pt/PartTarget_Quality.jpg);
}
.bg-about .wrapper {
  background-image: url(../image/pt/PartTarget_About.jpg);
}
.bg-contact .wrapper {
  background-image: url(../image/pt/PartTarget_Contact.jpg);
}
.bg-copyright .wrapper {
  background-image: url(../image/pt/PartTarget_Copyright.jpg);
}
.bg-faq .wrapper {
  background-image: url(../image/pt/PartTarget_FAQ.jpg);
}

.bg-catalog .wrapper {
  background: #fff url(../image/pt/Catalog_bg1.jpg) 333px 1px no-repeat;
}
.bg-catalog .bg {
  background: url(../image/pt/Catalog_bg2_n.png) no-repeat;
}

.bg-part .wrapper {
  background: #fff url(../image/pt/Part_bg1.jpg) 1px 340px no-repeat;
}
.bg-part .bg {
  background: url(../image/pt/Part_bg2_n.png) no-repeat;
}
.bg-catalog .top-rfq-block,
.bg-part .top-rfq-block,
.bg-nsn .top-rfq-block {
  background: none;
}

.bg-nsn .wrapper {
  background: #fff url(../image/pt/bg_nsn.jpg) 333px 1px no-repeat;
}
.bg-nsn .bg {
  background: url(../image/pt/Catalog_bg2_n.png) no-repeat;
}

.mode-rfq .getQuote {
  margin-bottom: -42px;
}
.mode-rfq .getQuote form {
  display: none;
}

.getQuote-compact fieldset {
  max-width: none!important;
}

.getQuote fieldset {
  max-width: 322px;
  height: 250px;
  height: 234px;
  border-collapse: collapse;
  display: block;
  /*background: url(../image/pt/bg_rfq.png) no-repeat;*/
  margin: 0;
  padding: 8px;
}
.top-rfq-block {
  /* max-width: 305px; */
  height: 234px;
  background: #fff;
  font-size: 13px;
}
.top-rfq-block div {
  display: block;
  padding: 6px 10px 4px;
  vertical-align: top;
  white-space: nowrap;
  border: 0px solid;
}
.getQuote td label {
  margin-top: 5px;
  display: block;
}
.getQuote .rfq input,
.getQuote .qty input,
.getQuote .email input {
  width: 96%;

  font-size: 13px;
  border: 1px solid #d8d8d8;
  border-top-color: #b8b8b8;
  border-left-color: #b8b8b8;
  padding: 3px 0 3px 5px;
}

.getQuote .title {
  padding: 10px 0px 8px 10px;
  font-size: 30px;
  vertical-align: top;
  /*width: 1px;*/
  color: #971c15;
  font-family: Arial, Tahoma, Verdana, sans-serif;
}

.getQuote .title .label {
  height: 33px;
  white-space: nowrap;
  text-decoration: none;
  display: block;
  color: #971c15;
  overflow: hidden;
  text-indent: -99em;
  background: url(../image/pt/label_Get_a_Quote.png) 0 0 no-repeat;
  max-width: 200px;
  height: 25px;
}

.getQuote .cap-rfq,
.getQuote .cap-qty,
.getQuote .cap-email {
  width: 90px;
  float: left;
  padding-top: 10px;
}

.getQuote .rfq {
  width: 180px;
}
.getQuote .qty {
  width: 85px;
}
.getQuote .email {
  width: 180px;
}

.getQuote .td-btn {
  float: right;
  text-align: right;
  padding-right: 30px;
}

.getQuote .btn {
  margin: 0 2px 0 5px;
}
.getQuote .btn-submit,
.multiline-contacts .btn {
  margin: 0 2px 0 5px;
  background: #971c15 url(../image/pt/b_go_bg.png) 0 0 no-repeat;
  width: 154px;
  height: 34px;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  cursor: pointer;
}
.getQuote .btn-submit:hover,
.multiline-contacts .btn:hover {
  background-position: 0 -40px;
}

.multiline-contacts .btn {
  margin: 0.5em 0 0.2em;
  /*
	width: 200px;
	height: 34px;
	background: url(../image/pt/b_request_a_quote.png) no-repeat;
*/
}

.getQuote .form-hint {
  clear: both;
  margin: 0 0 4px 8px;
}

a.b_rfq {
  background: url(../image/b_l.png) 0 0 no-repeat;
  text-decoration: none;
  color: #000;
  line-height: 22px;
  padding: 3px 0;
}
a.b_rfq:hover {
  color: #c00;
}
a.b_rfq span {
  background: url(../image/b_r.png) 100% 0 no-repeat;
  cursor: pointer;
  padding: 3px 10px;
}

.getQuote td.top_rfq_label {
  padding: 14px 0 0 10px;
  width: 100px;
}
.top_rfq_label span {
  display: block;
  background: url(../image/pt/label-response.png) 0 0 no-repeat;
  width: 100px;
  height: 36px;
  text-decoration: none;
  text-indent: -999em;
}

.getQuote-compact {
  height: auto;
}
.getQuote-compact .wrapper {
  background: none;
  height: auto;
  margin-top: -20px;
}
.getQuote-compact fieldset {
  width: auto;
  height: auto;
  padding: 0;
  padding: 5px;
  border: 1px solid #80ccec;
  border-top: 0;
}
.getQuote-compact .top-rfq-block {
  width: auto;
  height: auto;
  background: transparent;
  position: relative;
}
.getQuote-compact .top-rfq-block div {
  float: left;
}

.getQuote-compact .title {
  font-variant: small-caps;
  font-weight: bold;
  font-size: 16px;
  padding: 10px 0px 0 10px;
}
.getQuote-compact .title .label {
  background: url(../image/pt/label_Get_a_Quote_small.png) 0 0 no-repeat;
  width: 103px;
  height: 17px;
}
.getQuote-compact .cap-rfq,
.getQuote-compact .cap-qty,
.getQuote-compact .cap-email {
  width: auto;
  padding-right: 0;
}

.getQuote-compact .form-hint {
  position: absolute;
  top: 29px;
  left: 494px;
  width: 220px;
  display: none;
}

.getQuote-compact .rfq {
  width: 165px;
}
.getQuote-compact .qty {
  width: 40px;
}
.getQuote-compact .email {
  width: 165px;
}
.getQuote-compact .rfq input,
.getQuote-compact .qty input,
.getQuote-compact .email input {
  width: 99%;
  margin: 0;
}
.getQuote-compact .td-btn input {
  height: 25px;
}

.getQuote-compact .top_rfq_label {
  position: absolute;
  right: 0px;
  top: -5px;
}

.getQuote-compact .btn-submit,
.searchresult-rfq .btn-submit,
.searchresult .btn-submit,
.advancedsearch .btn-submit,
.captcha-form .btn-submit {
  display: block;
  margin: 0 2px 0 5px;
  background: url(../image/pt/b_go_compact.png) 0 0 no-repeat;
  width: 105px;
  height: 24px;
  vertical-align: top;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  cursor: pointer;
}
.getQuote-compact .btn-submit:hover,
.searchresult-rfq .btn-submit:hover,
.searchresult .btn-submit:hover,
.advancedsearch .btn-submit:hover {
  background-position: 0 -30px;
}

.btn-submit,
.searchresult .btn-submit,
.advancedsearch .btn-submit {
  background: url(../image/pt/b_search_compact.png) 0 0 no-repeat;
  width: 75px;
}

.searchresult-rfq .btn-submit,
.searchresult .btn-submit {
  margin-top: 2px;
}

/* Callout */

.callout {
  position: relative;
  display: block;
}

.callout em {
  background: 0 0 no-repeat;
  display: block;
  position: absolute;
  z-index: 101;
  top: 0;
}
.callout01 em {
  background-image: url(../image/opf/callout_01.png);
  width: 248px;
  height: 76px;
  right: -26px;
  margin: 3px 0 0 0;
}
.callout02 em {
  background-image: url(../image/opf/callout_02.png);
  width: 248px;
  height: 76px;
  left: -28px;
  margin-top: 0px;
}

/* quote form big */

.quote-form .title {
  margin: 0;
  padding: 4px 10px;
  font-size: 1.4em;
  border-bottom: 1px solid #dadfe0;
  background-color: #fff;
  font-weight: bold;
}

.quote-form .framed .column1 .block-wrapper {
  margin: 0 0 0 10px;
  /*
	background: #fff url(../image/bg_quote_form.png) 0 0 repeat-x;
*/
}

.rfq-margin-fix,
.catalog-margin-fix {
  margin: 2px auto 0px auto;
}

.page-rfq .container,
.catalog-rfq .container {
  border: 1px solid #cad2d0;
  margin: 0 auto 20px;
  background: #fff;
}

.page-rfq .content {
  display: none;
}

.page-rfq .container .block,
.catalog-rfq .container .block {
  padding-top: 0;
}

#content .container fieldset h2.title-partinfo {
  background-position: 0 -1px;
}
#content .container fieldset h2.title-contactinfo {
  margin-top: 10px;
}

.page-rfq .column2 .pic-rfq,
.quote-form .column2 .pic-catalog-rfq {
  border: 1px solid #d9d9d9;
  /*-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;*/
  overflow: hidden;
}

.quote-form .framed .column2 .block-wrapper {
  margin: 0 10px 0 0;
}
/*
.quote-form .pic-form, .quote-form .pic-catalog { background: url(../image/pic_quote_text.png) 0 100px no-repeat }
*/
.quote-form .block-wrapper .block {
  background: 0 0 no-repeat;
}
.quote-form .pic-form .block,
.quote-form .pic-catalog .block {
  height: 320px;
}
.quote-form .pic-form .block {
}
.quote-form .pic-catalog .block {
}

.quote-form .pic-rfq p,
.quote-form .pic-catalog-rfq p {
  background: 0 0 no-repeat;
  margin: 0;
}
.quote-form .pic-rfq .pic1,
.quote-form .pic-catalog-rfq .pic1 {
  background-image: url(../image/opf/OPF_RFQ_475x187.jpg);
  height: 187px;
  /*
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;

*/
}
.quote-form .pic-rfq .pic2 {
  background-image: url(../image/opf/OPF_RFQ_475x268.jpg);
  height: 268px;
}
.quote-form .pic-rfq .pic3 {
  background: url(../image/opf/rfq-payments.png) 0px 13px no-repeat;
  height: 50px;
}
.quote-form .pic-catalog-rfq .pic1 {
  background-image: url(../image/opf/OPF_Part_Catalog_471x269.jpg);
  height: 269px;
}
.quote-form .pic-catalog-rfq .pic2 {
  background: url(../image/opf/rfq-payments.png) 0 50% no-repeat;
  height: 50px;
}
.btn-catalog-rfq {
  margin-top: 0.2em;
}

.pic-inventory {
  background: url(../image/opf/OPF_Part_Inventory_940x140.png) 50% 0 no-repeat;
  height: 140px;
  margin: 0 auto 10px;
  padding: 0;
  overflow: hidden;
}

/* Multiline RFQ */

.page-rfq .multiline-block {
  padding-top: 10px !important;
}
#rfq_multiline {
  margin-right: -5px;
  padding: 0 0 0 8px;
}

.multiline-block .multiline-contacts {
  padding-top: 10px !important;
}
.multiline-contacts .column1 {
  margin-left: 8px;
}

.multiline-contacts .row-comment {
  margin: 0 12px 0 10px;
}
.multiline-row-comment .form-label {
  padding-bottom: 4px;
  width: auto;
}
.multiline-row-comment .form-field {
  margin-left: 7px;
}
.rfq-page-form .single-textarea {
  height: 88px;
}
.rfq-page-form .multiline-textarea {
  height: 116px;
}

/* RFQ Multiline table */

.rfq-table input {
  width: 98%;
}
.rfq-table select {
  width: 99.8%;
  height: 24px;
}

.rfq-table .th-nsn {
  width: 18%;
}
.rfq-table .th-part {
  width: 13%;
}
.rfq-table .th-price {
  width: 70px;
}
.rfq-table .th-qty {
  width: 55px;
  padding-right: 0;
}
.rfq-table .th-date {
  width: 8%;
}
.rfq-table .th-cage {
  width: 7%;
}
.rfq-table .th-mfg {
  width: 15%;
}
.rfq-table .th-itemname {
  width: 18%;
}
.rfq-table .th-comment {
  width: 16%;
}
.rfq-table .th-purpose {
  width: 80px;
}
.rfq-table .th-remove .spacer {
  width: 50px;
}
.block p.add-rows {
  margin: 0.5em 0 0.5em 10px;
}

.autocomplete-suggestions {
  border: 1px solid #999;
  background: #fff;
  overflow: auto;
}
.autocomplete-suggestion {
  padding: 2px 5px;
  white-space: nowrap;
  overflow: hidden;
}
.autocomplete-selected {
  background: #f0f0f0;
}
.autocomplete-suggestions strong {
  font-weight: normal;
  color: #3399ff;
}
.autocomplete-group {
  padding: 2px 5px;
}
.autocomplete-group strong {
  display: block;
  border-bottom: 1px solid #000;
}

.th-nsn .right {
  float: right;
  color: #971c15;
}
.th-nsn .left {
  float: left;
}
.add-rows a {
  text-decoration: none;
  background: url(../image/pt/b_add_more_parts.png) no-repeat;
  display: block;
  width: 155px;
  height: 24px;
  cursor: pointer;
  white-space: nowrap;
  text-indent: -999em;
  overflow: hidden;
}
.add-rows a:hover {
  background-position: 0 -30px;
}
.i_remove {
  background: url(../image/pt/i_remove.png) no-repeat;
  display: block;
  width: 16px;
  height: 16px;
  cursor: pointer;
  margin-left: 15px;
}
.i_reset {
  background-position: 0 -40px;
}
.i_empty {
  background-position: 0 -20px;
}

/* Undo */

.rfq-undo-row td {
  padding-right: 16px !important;
}
.undo-container {
  background-color: #efefef;
  padding: 4px;
  overflow: hidden;
}
.undo-container p {
  padding: 0;
}

.undo-container .undo-message {
  float: left;
  width: 90%;
  text-align: center;
}

.undo-container .undo-label {
  float: right;
  width: 10%;
  text-align: right;
}

.undo-label a {
  background: url(../image/pt/i_remove.png) no-repeat;
  background-position: 88% -60px;
  padding-right: 25px;
  color: #333;
  text-decoration: underline;
  cursor: pointer;
}

/* Columns*/

.two-columns {
  overflow: hidden;
}
.two-columns .column1,
.two-columns .column2 {
  width: 49.3%;
  float: left;
}
.two-columns .column2 {
  float: right;
}

.container .two-columns {
  margin: 8px 0;
  padding: 2px 0;
}
.container .column1 .block-wrapper {
  margin: 0 0 0 10px;
}
.container .column2 .block-wrapper {
  margin: 0 10px 0 0;
}

/* Forms */
.btn {
  border: 0;
}

.form-row {
  overflow: hidden;
  padding: 4px 0;
}
.form-row.active {
  background-color: #f8f9f9;
}

.form-label {
  width: 30%;
  float: left;
  padding: 5px 0 0 5px;
}
.form-field {
  margin-left: 31%;
}

.form-field input,
.form-field textarea,
.table-form input {
  font-size: 13px;
  border: 1px solid #d8d8d8;
  border-top-color: #b8b8b8;
  border-left-color: #b8b8b8;
  padding: 3px 0 3px 2px;
  margin: 0;
}

.table-form input.btn {
  padding: 0;
  border: 0; /*
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;*/
  height: auto;
  width: auto;
}
td.text .spacer {
  width: 8px;
}

p.form-hint {
  font-size: 0.85em;
  color: #999;
  padding: 0;
}
.form-row p.form-hint {
  margin: 5px 0 0 0;
}
.form-button {
  margin-left: 31%;
  padding: 0.3em 0;
}

.field-wide {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 98%;
}
.field-half {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 47.2%;
  margin-right: 1%;
}

p.required {
  color: #999;
  font-size: 0.9em;
}
p.required-text {
  width: 120px;
  height: 16px;
  overflow: hidden;
  text-indent: -999em;
  background: url(../image/pt/label_required.png) 0 0 no-repeat;
  margin-left: 8px;
}

h3 span.required {
  font-size: 0.85em;
  font-style: italic;
  color: #333;
  font-weight: normal;
  background: none;
  vertical-align: bottom;
}

span.required,
p.required span {
  font-size: 10px;
  color: #fff;
  padding-left: 10px;
  background: url(../image/pt/i_required.png) 0 0 no-repeat;
  vertical-align: top;
  padding-bottom: 0px;
  margin-left: 5px;
}

.searchresult td,
.searchresult-rfq td {
}
.searchresult .td-label,
.searchresult-rfq .td-label {
  white-space: nowrap;
  padding-top: 10px;
}
.searchresult .td-spacer {
  width: 40%;
}
.searchresult .td-field {
  width: 350px;
}
.searchresult-rfq .rfq_qty {
  width: 60px;
}
.searchresult-rfq .rfq_part {
  width: 270px;
}
.searchresult-rfq .rfq_email {
  width: 270px;
}

.advancedsearch .td-label {
  white-space: nowrap;
  /*width: 180px*/
}

.table-form td.td-boolean {
  padding-left: 3px;
  padding-right: 3px;
}
.table-form .td-boolean label {
  display: block;
  height: 21px;
  line-height: 21px;
  width: 30px;
  text-align: center;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  border: 1px solid #ccc;
  background-color: #efefef;
  margin: 0;
  padding: 0;
}
.td-boolean label:hover {
  border: 1px solid #005da4;
  background-color: #fff;
}

.td-boolean label.current,
.td-boolean label.current:hover {
  cursor: default;
  background-color: #005da4;
  border: 1px solid #005da4;
  color: #fff;
}

.td-boolean input {
  position: absolute;
  left: -600px;
}
.td-boolean .i_remove {
  margin: 5px 0 0 5px;
}

.advancedsearch .td-field {
  max-width: 360px;
  padding-right: 0;
}

.message {
}
.message.error {
  /*	color: #C00;*/
  margin: 1px 0 20px;
  background-color: #ffeeee;
  padding: 10px 0 0px;
  border: 1px solid #efadad;
}
.top-message .error {
  color: #333;
}
ol.single {
  list-style: none;
  margin: 0;
  padding: 0;
}
ol.single li {
  margin-left: 20px;
}
.error input,
.error textarea,
input.error,
input.error,
select.error {
  background: #fff url(../image/i_error_field.png) 97% 5px no-repeat;
  border-color: #c00;
  background-size: 12px;
}
.fixerror {
  background: #fff none !important;
}

.form-row .inline-error,
.td-field .inline-error {
  color: #c00;
  font-size: 0.85em;
  padding: 0;
  display: block;
}

/*.top-message .error, .top-message .warning, .top-message .success */

.top-message {
  max-width: 980px;
  margin: 0 auto;
}

.top-message .block {
  margin: 1px 0 20px;
  background-color: #ffeeee;
  padding: 8px;
  border: 1px solid #efadad;
}

.top-message .search-info {
  border-color: #80ccec;
  background-color: #efefef;
  border: 0;
  background-color: #bde5f5;
  padding: 10px 20px 8px;
}

.top-message .block div {
  background: transparent 10px 2px no-repeat;
  padding-left: 70px;
  min-height: 50px;
}

.top-message .error div {
  background-image: url(../image/opf/i_error.png);
  background-position: 5px 0;
}
.top-message .warning div {
  background-image: url(../image/i_warning.png);
}
.top-message .success div {
  background-image: url(../image/i_success.png);
  background-position: 15px 5px;
}

.top-message .warning .block {
  background-image: url(../image/i_warning.png);
}

#content .top-message .success h2 {
  color: #399b28;
  border: 0;
  margin: 0;
  padding: 15px 0 0 0;
}

.top-message h3 {
  margin: 0 0 0.5em;
}

.top-message p,
.top-message ol,
.top-message ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 5px;
}

.table-fields {
  border-collapse: collapse;
  width: 98%;
}
.table-fields .field-wide {
  width: 100%;
}
.form-field select,
.table-fields select {
  height: 24px;
}
.table-fields td.text {
  vertical-align: middle;
}

/* Search result */

#page_search_form .table-container,
.search-result3 .table-container {
  border: 1px solid #cad2d0;
  padding-top: 10px;
  clear: left;
  margin: 20px 0;
  padding: 10px 15px;
}
.search-result3 fieldset {
}

/* Custom classes */

.part-catalog h2 {
  border: 0;
  padding: 0;
}
.part-catalog .cols {
  font-size: 0.9em;
}

.rfq_name .form-label {
  padding-top: 2.3em;
}
.sertified .block {
  padding: 5px 0 2px;
  font-size: 1.15em;
}

.container.sertified p {
  font-weight: bold;
  text-align: center;
  color: #971c15;
  padding: 0 0 3px;
}

.container .top-adv {
  margin: 1px 0 20px;
  padding: 0;
  color: #fff;
}

/* Ñaptcha / Scrapping alert */

.captcha-form {
  margin: 0 auto 20px;
  background: #fff url(../image/pt/Catalog_bg1.jpg) 333px 1px no-repeat;
}
.captcha-form .container {
  background: url(../image/pt/Catalog_bg2_n.png) no-repeat;
  height: 250px;
}
.captcha-form .column2 {
  display: none;
}
.captcha-form .column1 {
  max-width: 300px;
  height: 250px;
}

.captcha-form .captcha {
  border: 1px solid #ccc;
  float: left;
  margin-right: 10px;
  padding: 2px;
}
.captcha-form .btn-submit {
  vertical-align: top;
  margin: 5px 0 0 1px;
  background: url(../image/pt/b_Submit.png) 0 0 no-repeat;
  width: 100px;
  height: 34px;
}
.captcha-form .btn-submit:hover {
  background-position: 0 -40px;
}
.captcha-form p {
  padding-top: 10px;
  height: 48px;
}

.captcha-field {
  margin-top: 0px;
  float: left;
}
#captchacode {
  width: 120px;
  font-size: 1.2em;
}
p.captcha-container {
  margin: 0;
  padding: 0.5em 0;
}

.captcha-message {
  margin-top: 20px;
}
.captcha-message h3 {
  font-size: 1.6em;
  color: #c00;
  padding: 0 0 0 68px;
  font-weight: normal;
  margin: 0;
}
.captcha-message .warning div {
  padding-top: 10px;
}

/* Inventory Section */

.part-quote {
  overflow: hidden;
}

.part-quote .btn-quote-big {
  float: left;
  margin-right: 15px;
}
.btn-quote-text {
  display: block;
  height: 50px;
  overflow: hidden;
  position: relative;
  border: 0px solid;
}
.btn-quote-text[class] {
  display: table;
  position: static;
}
.b2 {
  display: block;
  position: absolute;
  top: 50%;
} /* for explorer only*/
.b2[class] {
  display: table-cell;
  vertical-align: middle;
  position: static;
}
.b3 {
  display: block;
  position: relative;
  top: -50%;
} /* for explorer only */

.btn-quote-big a,
.btn-quote-big strong {
  display: block;
  height: 40px;
  float: left;
}
.btn-quote-big a {
  /*
	background: url(../image/bg_btn_big.png) 0 0 no-repeat;
*/
  margin: 0;
  text-decoration: none;
  color: #000;
  outline: none;
}
.btn-quote-big strong {
  /*
	background: url(../image/bg_btn_big_r.png) 100% 0 no-repeat;
*/

  background: #fee;
  border: 1px solid #efadad;

  line-height: 40px;
  font-size: 18px;
  padding: 0 20px;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
}
.btn-quote-big a:hover {
  color: #000;
  background-position: 0 -50px;
}
.btn-quote-big a:hover strong {
  background-position: 100% -50px;
}
.btn-quote-big a:active {
  color: #971c15;
  background-position: 0 -100px;
  outline: none;
}
.btn-quote-big a:active strong {
  line-height: 42px;
  background-position: 100% -100px;
}

.b_getQuote,
.b_requestQuote,
.b_requestMultilineQuote,
.b_clickHere {
  background: url(../image/pt/b_GetAnotherQuote.png) 0 0 no-repeat;
  display: inline-block;
  height: 24px;
  width: 165px;
  overflow: hidden;
  text-indent: -999em;
  margin: -4px 0 0 10px;
  vertical-align: middle;
}
a.b_getQuote:hover,
a.b_requestQuote:hover,
a.b_requestMultilineQuote:hover {
  background-position: 0 -30px;
}
.b_requestQuote {
  background-image: url(../image/pt/b_request_a_quote_contacts.png);
  width: 145px;
}
.b_requestMultilineQuote {
  background-image: url(../image/opf/b_requestMultilineQuote.png);
  width: 195px;
}
.b_clickHere {
  background-image: url(../image/opf/b_clickHere.png);
  width: 100px;
}

p.btn-quote {
  margin: 5px 0;
  font-size: 11px;
}
.btn-quote .btn-quote-a {
  color: #fff;
  background: #fff;
  padding: 1px;
  display: inline-block;
  border: 1px solid #ddd;
  cursor: pointer;
  text-decoration: none;
}
.btn-quote .btn-quote-strong {
  background: #971c15;
  color: #fff;
  padding: 2px 5px;
  display: inline-block;
}
.btn-quote-a:hover .btn-quote-strong {
  background: #e33;
}

p.more {
  position: relative;
  float: right;
  border: 1px solid #dadfe0;
  padding: 0;
  margin: 0 0 1em;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
}
#contentBar p.more {
  position: absolute;
  top: 0.7em;
  right: 8px;
  margin: 0;
}
p.more a {
  display: block;
  color: #c70a0b;
  text-decoration: none;
  padding: 1px 3px;
}
p.more a:hover {
  background-color: #c70a0b;
  color: #fff;
}

.string {
  line-height: 1.5em;
}

p.back {
  font-size: 0.85em;
  padding-left: 10px;
}
p.back a {
  text-decoration: none;
}

.pic-left {
  float: left;
  margin-right: 10px;
}
.pic-right {
  float: right;
  margin-left: 10px;
}

/* Icons */

.i_catalog h2 {
  background: url(../image/i_catalog.png) 99% 2px no-repeat;
}
.i_inventory h2 {
  background: url(../image/i_inventory.png) 99% 2px no-repeat;
}

/* Labels */

.label_copyright {
  /* padding-left: 200px; */
  /* background: url(../image/label_copyright.png) 5px 1px no-repeat; */
}
.label_usbid {
  padding-left: 220px;
  background: url(../image/label_usbid.png) 5px 1px no-repeat;
}

/* Before */

.getQuote .form-hint .label_email::before {
  content: "Your personal data is safe with us. ";
  color: var(--clr-light-grey);
}

.form-hint .label_email::before {
  content: "The quote will be sent to this adress. Your personal info is save with us. ";
  color: var(--clr-text-secondary);
}

.form-hint .label_email_contact::before {
  content: "Our reply will be sent to this address. Your personal info is save with us. ";
  color: var(--clr-text-secondary);

}

/* After  */
.getQuote .form-hint .label_email::after {
  content: "Privacy Policy";
  color: var(--clr-light-grey);
  transition: var(--transition-color);
  text-decoration: underline;
}

.form-hint .label_email::after,
.form-hint .label_email_contact::after{
  content: "Privacy Policy";
  color: var(--clr-link);
  transition: var(--transition-color);
  text-decoration: underline;
}
.form-hint .label_email:hover::after,
.form-hint .label_email_contact:hover::after,
.getQuote .getQuote .label_email:hover::after {
	color: var(--clr-link-hover);
}

.label_email,
.label_email_contact {
  display: block;
  background: transparent 0 0 no-repeat;
  text-decoration: none;
}
/* Get Quote */
/* .label_email {
  background-image: url(../image/pt/label_email_wide.png);
  max-width: 310px;
  height: 26px;
} */

/* .getQuote .label_email {
  background-image: url(../image/pt/top_email_privacy.png);
  width: 280px;
  height: 15px;
} */

.searchresult-rfq .label_email {
  /* background-image: url(../image/opf/label_email.png); */
  width: 215px;
  height: 26px;
}

/* .label_email_contact {
  background-image: url(../image/pt/label_email_contact.png);
  width: 435px;
  height: 13px;
} */

/* .label_email:hover,
.label_email_contact:hover {
  background-position: 0 -30px;
} */

.getQuote .label_email:hover {
  background-position: 0 -20px;
}

.label_homepage {
  margin: -10px 0 0;
  background: #fbfbfb url(../image/label_homepage.png) 50% 0 no-repeat;
  height: 30px;
  overflow: hidden;
}

/* Contact us label */
p.contact-button,
p.confirm-button {
  border: 1px solid #80ccec;
  overflow: hidden;
  padding: 0;
}
p.confirm-button {
  margin: 10px 0;
}
p.contact-button .b_requestQuote,
p.confirm-button .b_getQuote {
  margin: 0.8em 20px 0 0;
  float: right;
}

.label-confirm {
  font-size: 15px;
  line-height: 35px;
  /*color:#C00;*/
  background: url(../image/opf/i_info.gif) 20px 50% no-repeat;
  padding: 4px 10px 4px 55px;
  display: block;
  float: left;
}

.oldRFQ_Confirmation_Single p.confirm-button {
  margin: 20px -20px;
}

/* Contact us alignment */
.contact-form .label-confirm {
  float: left;
  margin-right: 10px;
}
form#contactForm {
  border: 1px solid #cad2d0;
  padding-top: 10px;
  clear: left;
  margin: 20px 0;
}
#contactForm fieldset {
  padding: 0 15px 10px;
}

#contactForm .btn {
  width: 175px;
  height: 34px;
  border: 0;
  text-indent: -999em;
  margin: 0.5em 0 0.2em;
  overflow: hidden;
  cursor: pointer;
  background: url(../image/pt/b_Send_Message.png) no-repeat;
}
#contactForm .btn:hover {
  background-position: 0 -40px;
}

.contactForm .block {
  padding: 0;
}
.contactForm .block p {
}

.contactForm .required-text {
  margin-left: 0;
}

/* Article links */

.article-iso {
  background: url(../image/icon_iso.jpg) 50% 0 no-repeat;
  display: block;
  text-align: center;
  padding-top: 79px;
}

/* FSCs page */

.fsc-title {
  margin: 0 0 1em;
}
.fsc-title a {
  text-decoration: none;
}
.fsc-title a:hover {
  text-decoration: underline;
}

.fsc-list {
  border: 1px solid #efefef;
}

.fsc-list h2 {
  background-color: #efefef;
  color: #005da4;
  padding: 5px 20px;
  font-weight: normal;
  margin: 0;
}

.fsc-menu {
  font-size: 0.9em;
}
.fsc-menu ul {
  display: none;
  position: absolute;
  left: 310px;
  margin-top: -1px;
  border: 1px solid #ccc;
  /*border-left: 0;*/
  background-color: #efefef;
  width: 333px;
  padding: 0.2em 0;
}
.fsc-menu .fsg {
  padding: 3px 20px 3px 20px;
  border-top: 1px solid #fff;
  background: url(../image/pt/arrow_right_gray.png) 295px 7px no-repeat;
  position: relative;
}
.fsc-menu .fsg-active {
  border-top: 1px solid #ccc;
  background-color: #efefef;
}

.fsg li {
  padding: 3px 10px 3px 20px;
  background-position: 10px 0.8em;
}

.fsc-menu a {
  text-decoration: none;
}
.fsc-menu a:hover {
  text-decoration: underline;
}
#content .highlight {
  /* background-color:; */
  padding: 10px 20px 0px 220px;
  margin: 0 -20px;
  background: #efefef url(../image/pt/bg_sell.jpg) no-repeat;
}

/* FSCs menu Sitemap */

.fsc-list-sitemap {
  border: 0;
}
.fsc-list-sitemap .fsc-menu {
  margin-left: -20px;
  border-right: 1px solid #efefef;
  max-width: 310px;
}
.fsc-list-sitemap .fsc-menu ul {
  max-width: 336px;
}

/* Right Pane Banners */

.bg-link {
  margin: 9px 10px 10px;
  position: relative;
}
.bg-link .block {
  padding: 0;
}
.shadows .bg-link {
  top: -2px;
}
.bg-link a {
  display: block;
  text-indent: -9999em;
  overflow: hidden;
  background: 0 0 no-repeat;
  width: 240px;
  float: left;
}

.Get-Quote-240x107 a {
  background-image: url(../image/Get-Quote-240x107.jpg);
  height: 107px;
}
.Get-Quote-240x107-2 a {
  background-image: url(../image/Get-Quote-240x107-2.jpg);
  height: 107px;
}

.catalog-title {
  font-weight: bold;
}

.catalog-title a,
.manufacturer-catalog a {
  color: #005da4;
  text-decoration: none;
}
.nsn-switchboard-list .catalog-title a {
  color: #333;
}
.nsn-switchboard-list .catalog-title a:hover,
.catalog-title a:hover,
.manufacturer-catalog a:hover {
  color: #971c15;
  text-decoration: underline;
}

.col_4 {
  width: 24.5%;
  display: inline-block;
  vertical-align: top;
}

#content .nsn-switchboard-block .col_4 {
  padding-bottom: 0;
}
.nsn-switchboard-list {
  margin: 0.5em 0;
  line-height: 1.8em;
}
.nsn-switchboard-list a,
.nsn-switchboard-block a {
  text-decoration: none;
}
.nsn-switchboard-list a:hover,
.nsn-switchboard-block a:hover {
  text-decoration: underline;
}

.block-cancelled .catalog-title {
  font-weight: normal;
}
.block-cancelled a {
  text-decoration: none;
}
.block-cancelled a:hover {
  text-decoration: underline;
}

/* Footer
---------------------------------------- */

#footer .divider {
  padding: 0 0.5em;
color: #ccc;
}
#footer .bnav {
  margin: 0 0 10px;
  padding: 0.6em;
  background-color: #efefef;
  color: #efefef;
}
#footer .icons {
  margin: 0;
  padding-top: 0.3em;
}
#footer .icons img {
  width: auto;
}
#footerIcons.icons {
  background: url(../image/pt/footer-iso_n.png) 50% 94% no-repeat;
  padding-bottom: 60px;
}

#footer .copyright {
  margin: 0;
  padding: 0.5em 0 2em 0;
  font-size: 0.85em;
}
#footer .icons img {
  margin: 4px 10px;
  vertical-align: middle;
}

#footer .link-quote {
  font-weight: bold;
}
#footer .current {
  font-weight: bold;
  color: #333;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  z-index: 100;
  opacity: 0.5;
  filter: Alpha(opacity=50);
}

.progress-container {
  max-width: 360px;
  min-height: 200px;
  background-color: #fff;
  border-radius: 20px;
  position: fixed;
  z-index: 101;
  top: 50%;
  left: 50%;
  margin-top: -100px;
  margin-left: -180px;
}
.progress-container .pr-logo {
  max-width: 200px;
  height: 60px;
  margin: 20px auto;
  overflow: hidden;
  background: url(../image/pt/logo.png) 0 0 no-repeat;
  position: relative;
}
.progress-container .pr-bar {
  width: 69px;
  height: 9px;
  margin: 30px auto 10px;
  background: url(../image/pt/i_progress.gif) 0 0 no-repeat;
}
.progress-container .pr-text {
  padding: 20px;
  margin: 0;
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  color: #999;
}
/* Mozilla Styles
---------------------------------------- */

@-moz-document url-prefix() {
  input[type="text"]:focus,
  textarea:focus,
  .active-field {
    border-color: #7ebae0 !important;
    outline: 2px solid #b3daef;
  }
}
/* Responsive
---------------------------------------- */

/*
X-Small	None	<576px
Small	sm	≥576px
Medium	md	≥768px -- tablet
Large	lg	≥992px
Extra large	xl	≥1200px -- desktop
Extra extra large	xxl	≥1400px
*/

.d-none {
  display: none;
}

.catalog-rfq-hidden {
  transform: translateX(110vw);

  position: fixed;
}

.catalog-rfq-hidden .card {
  margin-bottom: 0 !important;
}

/*=================================== Tablet and Below ===================================*/
@media screen and (max-width: 980px) {
  body {
    padding-top: var(--header-height);
  }

  .fsc-list {
    max-width: 312px;
  }

  /* Linecard Menu's */
  .fsc-menu ul {
    padding: 0.2em;
    width: calc(100vw - 312px - 2.5rem);
  }

  .fsc-list-sitemap .fsc-menu ul {
    max-width: none;
  }

  .sidebar,
  .layout-lc .content-pane,
  .layout-cr .content-pane {
    clear: none;
    max-width: none;
    float: none;
  }

  .container-title .bg::after {
    background-size: cover;
  }

  div .hamburger {
    display: block;
    width: 30px;
    height: 30px;
    padding-left: 1rem;
  }

  div .search-icon {
    display: block;
  }

  .show-menu .hamburger .bar {
    opacity: 0;
  }

  .show-menu .hamburger::before {
    transform: translateY(8px) rotate(45deg);
  }

  .show-menu .hamburger::after {
    transform: translateY(-8px) rotate(-45deg);
  }

  #header {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    align-items: center;
    z-index: 15;
    background-color: white;
    /* background: url(../image/pt/bg_header.png) 0 100% repeat-x, white; */
    border-bottom: 2px solid #005da4;
  }

  .scrolled #header {
    box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.16);
  }

  .wrapper {
    padding: 0;
  }

  #header .wrapper {
    display: flex;
    flex-grow: 1;
    justify-content: space-between;
    margin-bottom: 0;
    background: none;
    border-bottom: none;
  }

  #header .top-search {
    top: 1.3rem;
    right: 1rem;
  }

  #content {
    /* margin-top: var(--header-height); */
    padding: 0px 1rem;
  }

  #content .page_Sell .highlight {
    padding: 240px 20px 0px 20px;
    background: #efefef url(../image/pt/bg_sell.jpg) 20px 20px no-repeat;
  }

  .h1-wrapper {
    padding: 0px 1rem;
  }

  .top-nav {
    display: block;
    background-color: #3335;
    position: fixed;
    z-index: 1;
    left: 0;
    top: var(--header-height);
    bottom: 0;
    height: calc(100vh - 75px);
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    height: 100%;
    max-width: 100%;
  }

  .top-nav>tbody {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 300px;
    height: 100%;
    background-color: white;
    transition: transform 0.3s ease-in-out;
    transform: translateX(-300px);
    justify-content: start;
  }

  .show-menu .top-nav {
    opacity: 1;
    pointer-events: auto;
  }

  .show-menu .top-nav>tbody {
    transform: translateX(0);
    height: calc(100vh - var(--header-height));
    overflow-y: auto;
  }

  .logo {
    flex-grow: 1;
    transform: translateX(1.2em);
  }

  .top-nav a {
    padding: 1px .5rem;
    display: inline-block;
    position: static;
    text-wrap: wrap;
  }

  .d-xl-none {
    display: none;
  }

  .d-xl-block {
    display: block;
  }

  /* RFQ */
  .show-rfq .catalog-rfq {
    display: block;
  }

  .getQuote-compact .wrapper {
    margin-top: 0;
  }

  /* Top Menu's */

  .top-nav td {
    display: block;
    position: relative;
    border-bottom: 1px solid #efefef;
  }

  .top-nav em {
    position: absolute;
    right: 8px;

    width: 40px;
    height: 40px;
    top: 0;
    display: block;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  }

  .tmn-active em {
    transform: scale(1, -1);
    -webkit-transform: scale(1, -1);
  }

  .top-nav em:after {
    content: "";
    display: block;
    width: 0;
    height: 0;

    border: solid var(--clr-secondary);
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 5px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    border-radius: 1px;
    opacity: 0.8;

    margin: 10px;
  }


  .top-nav .tnm {
    position: static;
    width: 100%;
  }

  .top-nav .tnm .bg {
    position: static;
  }

  .top-nav .tn-quote,
  .top-nav .tn-fsc,
  .top-nav .tn-nsn {
    background-image: none;
  }

  .tnm strong {
    padding: 5px 1.5rem;
    border-bottom: none;
  }

  .tnm ul {
    padding: 0 1rem;
  }

  form#contactForm {
    padding: 1rem;
  }

  #content {
    /* margin-top: var(--header-height); */
  }

  #rightSidebar .pic-quality,
  #rightSidebar .pic-privacy {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .col3-container {
    justify-content: center;
  }

  .col3-container .article,
  #rightSidebar .pic-quality .article,
  #rightSidebar .pic-privacy .article {
    margin: 0.5rem;
  }

  #rightSidebar .pic-quality .article,
  #rightSidebar .pic-privacy .article {
    min-width: 312px;
    max-width: 312px;
  }

  .table-nsn-pictures tr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .cols5 td {
    width: 19%;
    min-width: 190px;
  }

  .table-nsn-pictures span {
    position: initial;
  }

  .top_rfq_label span {
    background: none;
  }
}



/*================================= Smartphone and below =================================*/
@media screen and (max-width: 768px) {

  .table-nsn-pictures tr {
    justify-content: center;
  }

  .top_rfq_label span {
    background: url(../image/pt/label-response.png) 0 0 no-repeat;
  }
  
  .table-form tr,
  .table-form td {
    display: block;
  }

  .cols5 td {
    margin: 5px;
    padding: 10px 0;
  }

  .col3-container .article,
  #rightSidebar .pic-quality .article,
  #rightSidebar .pic-privacy .article {
    max-width: 312px;
    min-width: none;
  }

  #rightSidebar .getQuote {
    background: white;
    margin: -1rem -1.5rem -1.5rem;
  }

  #rightSidebar .getQuote .bg {
    background: none;
  }

  #footer .icons img {
    padding: 1.5rem 0 0;
    width: 294px;
  }

  .sidebar {
    margin: 1.5rem 1.5rem 1.5rem;
  }

  .fsc-list:not(.fsc-list-sitemap) {
    margin: -20px;
  }

  .fsc-list .fsc-menu ul {
    left: 0px;
    margin-top: 20px;
    width: 281px;
    z-index: 10;
  }

  #content {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    /* margin-top: calc(var(--header-height)); */
    padding: 0;
  }

  #content::before {
    background-size: cover, auto;
  }

  .cols2 ul {
    width: 100%;
  }

  .cols4 ul {
    width: 49.5%;
  }

  .container .column1 .block-wrapper,
  .container .column2 .block-wrapper {
    margin: 10px;
  }

  .two-columns .column1,
  .two-columns .column2 {
    width: 100%;
  }

  .container .block {
    padding: 0 1rem;
  }

  .catalog-rfq {
    grid-template-columns: auto;
    grid-auto-flow: row;
  }

  .rfq-round-button {
    display: flex !important;
  }

  .show-rfq .rfq-button-content {
    z-index: 12;
  }

  .catalog-rfq {
    position: fixed;
    /* top: var(--header-height); */
    width: 100%;
    bottom: 0;
    overflow: auto;
    z-index: 10;
    margin: 0;
    transition: transform 0.3s ease-in-out;
    transform: translateX(100%);
  }

  .catalog-rfq>.card {
    margin-bottom: 0;
  }

  .show-rfq .catalog-rfq {
    transform: translateX(0px);
    /* display: block!important; */
  }

  /* Top bar RFQ form */
  .top-rfq-form {
    margin-bottom: 0;
  }

  .getQuote {
    position: fixed;
    top: var(--header-height);
    width: 100%;
    bottom: 0;
    overflow: auto;
    z-index: 2;
    margin: 0;
    /* padding: 1.5rem; */
    transition: transform 0.3s ease-in-out;
    transform: translateX(100%);
    height: 100%;
  }

  .getQuote .wrapper {
    background: none;
  }

  .show-rfq .getQuote {
    transform: translateX(0px);
    -webkit-animation: fadeInFromNone 0.29s ease-out;
    -moz-animation: fadeInFromNone 0.29s ease-out;
    -o-animation: fadeInFromNone 0.29s ease-out;
    animation: fadeInFromNone 0.29s ease-out;
  }

  .top-rfq-block {
    position: fixed;
    padding: 1rem;
    max-width: 100%;
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
  }

  .bg-catalog .top-rfq-block,
  .bg-part .top-rfq-block,
  .bg-nsn .top-rfq-block {
    background: white;
  }

  .getQuote .top-rfq-block {
    display: block;
  }

  .getQuote .title {
    display: none;
  }

  .getQuote .form-row .inline-error {
    display: block;
  }

  .getQuote .form-row {
    margin-bottom: 1rem;
  }

  .getQuote .form-label {
    font-size: 1rem;
  }

  .getQuote .cap-rfq,
  .getQuote .cap-qty,
  .getQuote .cap-email {
    width: auto;
    float: initial;
    padding-top: 10px;
  }

  .getQuote .rfq,
  .getQuote .email {
    width: auto;
  }

  .getQuote .td-btn {
    float: initial;
    text-align: initial;
  }

  .getQuote .btn-submit,
  .multiline-contacts .btn {
    margin: 0;
  }

  .getQuote-compact .top-rfq-block {
    height: 100%;
    position: absolute;
    background: #fff;
  }

  .getQuote-compact .top-rfq-block div {
    float: none;
  }

  .getQuote-compact .top_rfq_label {
    position: initial;
  }

  .top-rfq-block div:nth-of-type(3) {
    /* margin: 0 0 1rem 0; */
  }

  #top_search_form {
    /* display: none; */
    position: fixed;
    top: var(--header-height);
    left: 0;
    height: var(--searchbar-height);
    width: 300px;
    /* background-color: red; */

    z-index: 2;
    transition: transform var(--transition-shadow), opacity var(--transition-shadow);
    transform: translateX(-300px);
    opacity: 0;

  }

  .show-menu #top_search_form {
    display: block;
    transform: translateX(0);
    opacity: 1;
  }

  .show-menu .top-nav>tbody {
    padding-top: var(--searchbar-height);
  }

  #header .top-search {
    position: static;
    padding: 10px;
    transition: transform 0.3s ease-in-out;
    transform: translateX(-300px);
    background-color: white;
    box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.16);
  }

  .show-menu #header .top-search {
    transform: translateX(0);
  }

  .show-menu .top-search .block {
    opacity: 100;
  }

  #header .search-title-label {
    display: initial;
    padding: inherit;
    float: none;
  }

  .top-search .advanced-search {
    margin: 0.5rem 0.7rem 0 0;
  }

  .top-search .block {
    order: 2;
    flex-grow: 1;
    float: none;
    opacity: 0;
    transition: opacity 0.3s ease-in;
  }

  .top-search input#searchtext {
    width: calc(100% - 32px);
  }

  .error input,
  .error textarea,
  input.error,
  input.error,
  select.error {
    background: #fff url(../image/i_error_field.png) 97% 5px no-repeat;
    border-color: #c00;
    background-size: 20px;
  }

  .logo {
    transform: translateX(calc(50% - 118px));
    flex-grow: 1;
  }

  #header .searchtext {
    padding-right: 28.5px;
  }

  .theme2 .quote-form .h1 {
    padding: 0 1.5rem;
  }

  /* Form Two Columns  */
  .form-row {
    display: flex;
    flex-wrap: wrap;
  }

  .form-field {
    flex-grow: 1;
    flex-basis: 100%;
    margin-left: 0;
  }

  .table-part,
  .tables-container {
    overflow-x: auto;
  }


  .form-field input,
  .form-field textarea,
  .table-form input,
  .table-fields .field-wide,
  .rfq-table select {
    font-size: 13px;
    border: 1px solid #d8d8d8;
    border-top-color: #b8b8b8;
    border-left-color: #b8b8b8;
    padding: 8px 0 8px 2px;
    margin: 0;
    height: auto;
    background-color: #fafafa;
  }

  .form-label {
    flex-grow: 1;
    flex-basis: 100%;
    padding: 0.5rem 0 0.2rem;
  }

  .form-button {
    margin-left: 0;
  }

  #rfq_multiline {
    padding: 0;
    margin-right: 0;
  }

  #multiline_table {
    display: block;
  }

  #multiline_table thead {
    display: none;
  }

  #multiline_table tbody {
    overflow-x: scroll;
    display: flex;

    flex-wrap: nowrap;
    scroll-snap-type: x mandatory;
    padding: 0.5rem 0;
  }

  #multiline_table tbody::-webkit-scrollbar {
    width: 20px;
    border-radius: 25px;
  }

  #multiline_table tbody::-webkit-scrollbar-track {
    background-color: var(--clr-body-bg);
  }

  #multiline_table tbody::-webkit-scrollbar-thumb {
    background: rgb(180, 180, 180);
    /* border-radius: 25px; */
  }

  #multiline_table tr {
    display: block;
    width: 100%;
    flex: 0 0 auto;
    scroll-snap-align: start;
  }

  #multiline_table td {
    display: block;
    /* padding-left: 50%; */
    position: relative;
  }

  #multiline_table .rfq-row td::before {
    display: block;
    padding: 0.5rem 0 0.2rem;
  }

  #multiline_table .rfq-row td:nth-child(1)::before {
    content: "Part number (SKU) *";
  }

  #multiline_table .rfq-row td:nth-child(2)::before {
    content: "NSN *";
  }

  #multiline_table .rfq-row td:nth-child(3)::before {
    content: "Quantity *";
  }

  #multiline_table .rfq-row td:nth-child(4)::before {
    content: "Target Price, US$ / Unit";
  }

  #multiline_table .rfq-row td:nth-child(5)::before {
    content: "Description";
  }

  #multiline_table .rfq-row td:nth-child(6)::before {
    content: "Manufacturer";
  }

  #multiline_table .rfq-row td:nth-child(7)::before {
    content: "CAGE";
  }

  #multiline_table .rfq-row td:nth-child(8)::before {
    content: "Need Part by";
  }

  #multiline_table .rfq-row td:nth-child(9) {
    float: right;
    /* z-index: 10; */
  }

  #multiline_table .rfq-row td:nth-child(3) input {
    width: 50%;
  }

  #multiline_table .rfq-row .i_remove {
    display: inline-block;
    margin: 0 0.5rem 0 0;
    width: auto;
    white-space: nowrap;
  }

  #multiline_table .rfq-row .i_remove::after {
    content: "Remove Part";
    padding-left: 20px;
    font-size: 0.8rem;
  }

  .label_privacy {
    margin: 0;
  }

  #RFQForm {
    /* margin: -1rem -1rem 1rem -1rem; */
  }

  p.contact-button,
  p.confirm-button,
  p.page-button {
    margin: 1rem -1rem;
  }

  #RFQForm .add-rows {
    margin: 0.5rem 0 -1rem;
    position: relative;
    /* transform: translateY(-60px); */
    top: -56px;
    width: 130px;
  }

  .rfq-page-form {
    padding: 1rem;
  }

  p.required-text {
    margin-left: 0;
  }

  p.contact-button .b_requestQuote,
  p.confirm-button .b_getQuote {
    margin: 0.8em 20px 0.8rem 0;
  }

  .rfq-table input {
    width: 98%;
  }

  .rfq-table th,
  .rfq-table td {
    padding: 0.5rem 0;
  }

  form#contactForm {
    margin: 1rem -1rem;
  }

  #RFQForm .block-wrapper .block,
  #adv_search_form {
    margin: -1rem;
  }

  .multiline-contacts {
    padding: 0;
  }

  .multiline-contacts .column1,
  .multiline-row-comment .form-field {
    margin-left: 0;
  }

  .multiline-contacts .row-comment {
    margin: 0;
  }

  /* Changes To PT.css */
  #contentBar .block-wrapper .block h2,
  #contentWide .block-wrapper .block h2,
  .page-rfq h2 {
    margin: 1rem -20px;
  }

  .page-rfq .container,
  .catalog-rfq .container {
    border: none;
  }

  .page-rfq h2 {
    padding: 0.5rem 1rem;
    margin: 0 -1rem;
  }

  .quote-form .block-wrapper .block {
    padding: 1rem;
  }

  #multiline_table tr {
    padding-bottom: 2rem;
  }

  #RFQForm .add-rows {
    margin: 0;
    width: 0;
  }
}



/* ============================ Everything above smartphone ============================*/
@media screen and (min-width: 768px) {
  .d-md-block {
    display: block;
  }

  .d-md-inline {
    display: inline;
  }
}

/*================================= Small screen items =================================*/

/* Hamburger */
.hamburger {
  display: none;
  cursor: pointer;
  /* margin: 20px; */
  /* border: 1px solid; */
}

.show-rfq .rfq-button-content::before,
.show-rfq .rfq-button-content::after,
.hamburger .bar,
.hamburger::before,
.hamburger::after {
  content: "";
  border-radius: 5px;
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: black;
}

.show-rfq .rfq-button-content {
  height: 30px;
  width: 30px;
}

.show-rfq .rfq-button-content::before,
.show-rfq .rfq-button-content::after {
  transition: var(--transition-shadow);
  background-color: white;
}

.rfq-button-content::after {
  transition: var(--transition-shadow);
  content: "RFQ";
}

.show-rfq .rfq-button-content::before {
  transform: translateY(8px) rotate(45deg);
}

.show-rfq .rfq-button-content::after {
  content: "";
  transform: translateY(0) rotate(-45deg);
}

.top-search-visible {
  display: block !important;
  z-index: 10;
}

/* End Hamburger */

/* Rfq-button */
.rfq-round-button {
  --rfq-btn-size: 3rem;
  position: fixed;
  top: 2rem;
  right: 1rem;
  z-index: 20;
  border-radius: 0;
  padding: 0;
  text-align: center;
  line-height: var(--rfq-btn-size);
  height: 30px;
  width: 45px;
  display: none;
  background-color: var(--clr-primary);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
  align-items: center;
  justify-content: center;
}

/* End Rfq-button */


/* 
Opacity transition animation

.parent:hover .child {
  display: block;

  -webkit-animation: fadeInFromNone 0.5s ease-out;
  -moz-animation: fadeInFromNone 0.5s ease-out;
  -o-animation: fadeInFromNone 0.5s ease-out;
  animation: fadeInFromNone 0.5s ease-out;
} 
*/

@-webkit-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
  }

  100% {
    display: block;
    opacity: 1;
  }
}

@-moz-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
  }

  100% {
    display: block;
    opacity: 1;
  }
}

@-o-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
  }

  100% {
    display: block;
    opacity: 1;
  }
}

@keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
  }

  100% {
    display: block;
    opacity: 1;
  }
}