/****************** product-selector ******************/

#productSelect-tabs {
	margin: 0px;
	padding: 0px;
	border-bottom: solid 1px #CCC;
	text-align: center;
}
.cable-form ul, .cable-form ul li{
	list-style:none !important;	
}
#select-cable-type ul li {
	display:inline-block;
	padding: 10px 14px 18px;
}
.configurator-group li {
	display:inline-block;
	list-style:none !important;
}
#productSelect-tabs ul:after {
	content: "";
	display: table;
	clear: both;
}
#productSelect-tabs ul {
	margin: 0px;
	padding: 0px;
}
#productSelect-tabs li {
	margin: 0px;
	padding: 10px 14px 18px;
	display: block;
	white-space: nowrap;
	list-style: none;
	border-top: solid 1px #FFF;
	border-left: solid 1px #FFF;
	border-right: solid 1px #FFF;
	float: left;
}
#productSelect-tabs li#tab1 { /*float:left;*/
}
#productSelect-tabs li#tab2 { /*float:right;*/
}
#productSelect-tabs li#tab1.on, #productSelect-tabs li#tab2.on, #productSelect-tabs li#tab3.on, #productSelect-tabs li#tab4.on {
	border-top: solid 1px #CCC;
	border-left: solid 1px #CCC;
	border-right: solid 1px #CCC;
	border-bottom: solid 1px #EEE;
	margin-bottom: -1px;
	padding-bottom: 19px;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	background: url(../images/arrowPointDown.png) no-repeat center bottom;
	background-color: #EEE;
}
#productSelect-tabs a:link, #productSelect-tabs a:visited, #productSelect-tabs a:hover {
	display: block;
	float: left;
	margin: 0px;
	padding: 10px 30px;
	text-decoration: none;
	white-space: nowrap;
	display: inline-block;
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	color: #FFF;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px 2px 2px 2px;
}
#productSelect-tabs a:link, #productSelect-tabs a:visited {
	background: #7596A6;
	-webkit-transition: background 300ms ease-out;
	-moz-transition: background 300ms ease-out;
	-o-transition: background 300ms ease-out;
	transition: background 300ms ease-out;
}
#productSelect-tabs a:hover {
	background-color: #333;
	-webkit-transition: background 70ms ease-in;
	-moz-transition: background 70ms ease-in;
	-o-transition: background 70ms ease-in;
	transition: background 70ms ease-in;
}
#productSelect-tabs li.on a:link, #productSelect-tabs li.on a:visited, #productSelect-tabs li.on a:hover {
	background: #39C;
	margin-bottom: -1px;
}
#cameraSelect-Easy, #cameraSelect-All, #MFGDiv, #div1, #div2 {
	clear: both;
	border-bottom: solid 1px #CCC;
	border-left: solid 1px #CCC;
	border-right: solid 1px #CCC;
	padding: 20px;
}
#cameraSelect-Easy .colLeft {
	width: 690px;
	float: left;
	min-height: 325px;
	padding: 10px 20px 0px 0px; /*border-right: 1px solid #CCC;*/
}
#cameraSelect-Easy .colRight {
	float: right;
	width: 205px;
}
#cameraSelect-Easy .colRight p {
	font: 400 18px/24px 'Lato', Arial, Helvetica, sans-serif;
	color: #39C;
	padding: 0px 0px 10px;
}
#cameraSelect-Easy .colRight p span {
	display: block;
	font: 400 12px/24px 'Lato', Arial, Helvetica, sans-serif;
	color: #666;
	text-transform: uppercase;
}
#easy-1, #easy-2, #easy-3, #easy-4 {
	display: block;
	margin: 0px 0px 30px;
	font: 300 18px/24px 'Lato', Arial, Helvetica, sans-serif;
	color: #666;
}
#easy-1 p, #easy-2 p, #easy-3 p, #easy-4 p {
	font: 400 24px/30px 'Lato', Arial, Helvetica, sans-serif;
	color: #666;
}
ul.buttonList {
	margin: 0px;
	padding: 0px 0px 20px 30px;
}
ul.buttonList li {
	margin: 0px;
	padding: 0px;
	display: inline-block;
	text-align: left;
}
ul.buttonList.boxed li {
	width: 46%;
}
ul.buttonList a {
	padding: 5px 10px 5px 30px;
	margin: 0px 15px 10px 0px;
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px 2px 2px 2px;
	border: 1px solid #CCC;
	background: #FFF url(../images/circleBlue.png) no-repeat 7px center;
	color: #39C;
	-webkit-transition: background 300ms ease-out;
	-moz-transition: background 300ms ease-out;
	-o-transition: background 300ms ease-out;
	transition: background 300ms ease-out;
}
ul.buttonList a:hover {
	border: 1px solid #7596A6;
	background: #7596A6;
	background: #7596A6 url(../images/circleWhite.png) no-repeat 7px center;
	color: #FFF;
	text-shadow: none;
}
ul.buttonList.boxed a {
	display: block;
	margin: 10px; /*width: 46%; float: left;*/
	font-weight: 400;
}
ul.buttonList.boxed {
	padding: 0px 0px 20px 0px;
}
ul.buttonList.boxed:after {
	content: "";
	display: table;
	clear: both;
}
ul.buttonList a.on:link, ul.buttonList a.on:visited {
	border: 1px solid #39C;
	background: #39C url(../images/circleWhite.png) no-repeat 7px center;
	color: #FFF;
}
ul.buttonList a.on:hover {
	border: 1px solid #7596A6;
	background: #7596A6 url(../images/circleWhite.png) no-repeat 7px center;
	color: #FFF;
	padding: 5px 10px 5px 30px;
}
ul.formList-tight {
	float: left;
	margin: 0px;
	padding: 0px 20px 0px 20px;
}
ul.formList-tight li {
	list-style: none;
	padding: 0px 0px 14px 0px;
}
ul.formList-tight label {
	cursor: pointer;
}
ul.formList-tight li:hover {
	color: #000;
}
ul.formList-tight input {
	margin: 0px 5px 0px 0px;
	padding: 0px;
}
ul.formList {
	margin: 0px 0px 20px 10px;
	padding: 0px;
	float: left;
	width: 31%;
}
ul.formList li {
	margin: 0px;
	padding: 0px 0px 10px;
	list-style: none;
}
ul.formList label {
	display: block;
	padding: 5px 0px 5px;
	color: #666;
}
ul.formList select {
	width: 95%;
	color: #666;
	border: 1px solid #CCC;
	background: #EEE;
	padding: 2px 4px;
	margin: 0px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px 2px 2px 2px;
	outline: none;
}
ul.formList option {
	color: #666;
	padding: 2px 4px;
	margin: 0px;
	outline: none;
}
.logoLink {
	margin-top: 20px;
	font-style: italic;
}
.logoLink a {
	text-decoration: none;
	color: #666;
}
.logoLink a:hover, .logoLink a:hover img {
	opacity: 0.50;
}
.notes {
	background: #EEE;
	padding: 10px;
}
.notes p {
	font-style: italic;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	font-weight: 400;
	color: #334359;
}
.notes ul {
	padding: 0 10px 0 12px;
	margin: 5px 10px 0px 12px;
}
.notes ul li {
	padding: 4px 0 4px 12px;
	margin: 0px 0 0px 12px;
	list-style-image: url(../images/arrowDrk.png);
}

/************** misc cable config **************/

#cable-configurator, .cable-configurator {
  margin-bottom: 20px;
  text-align: center;
  background-color: #EEE;
  padding: 20px;
  border-left: 1px solid #CCC;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}
#cable-configurator:after {
  content: "";
  display: table;
  clear: both;
}
#cable-configurator h4 {
  color: #FFF;
  padding: 4px;
  font-size: 1.133em;
  text-transform: uppercase;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px 5px 5px 5px;
  background-color: #39C;
  font-weight: 700;
}
#cable-configurator h4 span {
  color: #334359;
  letter-spacing: 1px;
  word-spacing: 1px;
  font-weight: 400;
}
#cable-configurator h4:before {
  content: "";
  display: table;
  clear: both;
}
.cable-interface {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  width: 160px;
  padding: 10px;
  margin: 0 5px 10px;
  text-align: center;
  cursor: pointer;
  color: #FFF;
  font-weight: 700;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px 5px 5px 5px;
  background: #3399cc;
  background: -moz-linear-gradient(top, #3399cc 0%, #2788b8 50%, #1d759e 50%, #257ca7 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #3399cc), color-stop(50%, #2788b8), color-stop(50%, #1d759e), color-stop(100%, #257ca7));
  background: -webkit-linear-gradient(top, #3399cc 0%, #2788b8 50%, #1d759e 50%, #257ca7 100%);
  background: -o-linear-gradient(top, #3399cc 0%, #2788b8 50%, #1d759e 50%, #257ca7 100%);
  background: -ms-linear-gradient(top, #3399cc 0%, #2788b8 50%, #1d759e 50%, #257ca7 100%);
  background: linear-gradient(to bottom, #3399cc 0%, #2788b8 50%, #1d759e 50%, #257ca7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3399cc', endColorstr='#257ca7', GradientType=0);
}
.cable-interface:hover {
  background: #333;
}
.cable-connector {
  padding: 10px;
  margin: 0px 5px 14px;
  width: 152px;
  min-height: 205px;
  font-size: 0.800em;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  border: solid 1px #CCC;
  background-color: #FFF;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px 10px 10px 10px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  -webkit-box-shadow: 1px 1px 4px 0 #CCC;
  box-shadow: 1px 1px 4px 0 #CCC;
  color: #000;
  cursor: pointer;
}
.cable-connector.active {
  margin-left: auto;
  margin-right: auto;
  color: #FFF;
  background: #39C;
}
.cable-connector img {
  width: 115px;
  display: block;
  margin: 0 auto 10px;
}
.cable-connector:hover {
  color: #FFF;
  background: #39C;
}
.cable-dd {
  margin: 0 0 12px;
}
.cable-dd select {
  padding: 4px;
}
.cable-dd option {
  font-size: 0.800em;
  padding: 4px;
}
.cable-dd:after {
  content: "";
  display: table;
  clear: both;
}
.cables-step {
  display: block;
  margin-bottom: 10px;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  color: #12224e;
  font-size: 24px;
}
.cables-step span {
  display: inline-block;
  background-color: #39C;
  width: 36px;
  height: 36px;
  line-height: 1.1;
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  border-radius: 18px;
  color: #FFF;
  text-align: center;
  padding: 5px;
  margin-left: 5px;
}
.notes {
  background: #EEE;
  padding: 10px;
}
.notes p {
  font-style: italic;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  font-weight: 400;
  color: #334359;
}
.notes ul {
  padding: 0 10px 0 12px;
  margin: 5px 10px 0px 12px;
}
.notes ul li {
  padding: 4px 0 4px 12px;
  margin: 0px 0 0px 12px;
  list-style-image: url(../images/arrowDrk.png);
}
/************** misc cable config **************/

/********* Grid CSS **************/
 .gridrow {
 	margin-left: -2.03252%;
 	margin-right: -2.03252%;
 	/*background-color:#333;*/
 }
 .gridrow.padded {
 	/*for outside margins*/
 	margin-left: 0;
 	margin-right: 0;
 }
 /*Grid after only works with IE8+ */
 .gridrow:after {
 	content: "";
 	display: table;
 	clear: both;
 }
 /**/
 .lt-ie8 .gridrow {
 	_height: 1%;
 }
 /*.lt-ie8 .gridrow {  overflow: auto;  zoom: 1;  }*/
 .gridcol {
 	margin: 0 2.03252% 10px;
 	/*20*/
 	float: left;
 	box-sizing: border-box;
 }
 .gridrow .gridrow .gridcol {
 	/*background-color:#fff;*/
 }
 .one.gridcol {
 	width: 4.26829%;
 	/*42*/
 }
 .two.gridcol {
 	width: 12.60162%;
 	/*124*/
 }
 .three.gridcol {
 	width: 20.93495%;
 	/*206*/
 }
 .four.gridcol {
 	width: 29.26829%;
 	/*288*/
 }
 .five.gridcol {
 	width: 37.60162%;
 	/*370*/
 }
 .six.gridcol {
 	width: 45.93495%;
 	/*452*/
 }
 .seven.gridcol {
 	width: 54.26825%;
 	/*534*/
 }
 .eight.gridcol {
 	width: 62.60162%;
 	/*616*/
 }
 .nine.gridcol {
 	width: 70.93495%;
 	/*698*/
 }
 .ten.gridcol {
 	width: 79.26829%;
 	/*780*/
 }
 .eleven.gridcol {
 	width: 87.60162%;
 	/*862/984*/
 }
 .twelve.gridcol {
 	width: 95.93495%;
 	/*944/984*/
 }
 .gridrow.two-up .gridcol {
 	width: 45.93495%;
 	/*452*/
 }
 .gridrow.three-up .gridcol {
 	width: 29.26829%;
 	/*288*/
 }
 .gridrow.four-up .gridcol {
 	width: 20.93495%;
 	/*206*/
 }
 /*20px (10,10) Margin-------------------------------------------------------------*/
 .gridrow.smallmargin {
 	margin-left: -1.01626%;
 	margin-right: -1.01626%;
 }
 .gridrow.smallmargin .gridcol {
 	margin: 0 1.01626% 10px;
 }
 .gridrow.smallmargin .one.gridcol {
 	width: 6.30081%;
 }
 .gridrow.smallmargin .two.gridcol {
 	width: 14.63414%;
 }
 .gridrow.smallmargin .three.gridcol {
 	width: 22.96747%;
 }
 .gridrow.smallmargin .four.gridcol {
 	width: 31.30081%;
 }
 .gridrow.smallmargin .five.gridcol {
 	width: 39.63414%;
 }
 .gridrow.smallmargin .six.gridcol {
 	width: 47.96747%;
 }
 .gridrow.smallmargin .seven.gridcol {
 	width: 56.30081%;
 }
 .gridrow.smallmargin .eight.gridcol {
 	width: 64.63414%;
 }
 .gridrow.smallmargin .nine.gridcol {
 	width: 72.96747%;
 }
 .gridrow.smallmargin .ten.gridcol {
 	width: 81.30081%;
 }
 .gridrow.smallmargin .eleven.gridcol {
 	width: 89.63414%;
 }
 .gridrow.smallmargin .twelve.gridcol {
 	width: 97.96747%;
 }
 .gridrow.smallmargin.two-up .gridcol {
 	width: 47.96747%;
 }
 .gridrow.smallmargin.three-up .gridcol {
 	width: 31.30081%;
 }
 .gridrow.smallmargin.four-up .gridcol {
 	width: 22.96747%;
 }
 /*END Margin-------------------------------------------------------------*/
 .gridcol.right {
 	float: right;
 }
 .gridcol img {
 	max-width: 100%;
 }
 .gridcol.center {
 	text-align: center;
 }
 .gridcol.imagefull img {
 	width: 100%;
 }
 .push-six.gridcol {
 	margin-left: 48.98373% !important;
 	/*six plu the margin ercent*/
 }
 @media (max-width: 800px) {
 	.tabletview.gridrow .gridcol {
 		width: 100% !important;
 		float: none;
 	}
 }
 @media (max-width: 640px) {
 	/*For TCCC*/
 	/*.gridrow{margin:0;} .gridcol{ width:100% !important; float:none; margin:0 0 10px; } */
 	.gridcol {
 		width: 100% !important;
 		float: none;
 	}
 	.gridrow {
 		width: 100%;
 		width: 100%;
 		/*ADDED IN 8/6/14*/
 	}
 	.gridrow.padded .gridcol {
 		margin: 0 0 10px;
 	}
 	.gridcol.Box {
 		min-height: 0;
 	}
 }
/********* Grid CSS **************/


.step-2-dropdowns {
	
}
.step-2-imgs-ul, .step-3-imgs-ul {
	display:none;
}
.step-2-dropdown, .step-3-dropdown {
	display:none;
}
.step-4-specialtyCableType-dropdown {
	display:none;
}
.align-center {
	text-align:center;
}
/* .next-button, .cc-results .reset {
	text-shadow: 2px 1px 2px #d5dd1d;
    display: inline-block;
    border: 1px solid #a8a710;
    text-decoration: none;
    background: #cbd319;
    background: -moz-linear-gradient(top, #cbd319 0%, #bbbb17 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #cbd319), color-stop(100%, #bbbb17));
    background: -webkit-linear-gradient(top, #cbd319 0%, #bbbb17 100%);
    background: -o-linear-gradient(top, #cbd319 0%, #bbbb17 100%);
    background: -ms-linear-gradient(top, #cbd319 0%, #bbbb17 100%);
    background: linear-gradient(to bottom, #cbd319 0%, #bbbb17 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cbd319', endColorstr='#bbbb17', GradientType=0 );
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.31);
    -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.31);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.31);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #12224e;
	font-size: 18px;
    font-weight: 900;
    padding: 15px 50px;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.next-button:hover, .cc-results .reset:hover {
    background: #bbbb17;
    background: -moz-linear-gradient(top, #bbbb17 0%, #cad319 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #bbbb17), color-stop(100%, #cad319));
    background: -webkit-linear-gradient(top, #bbbb17 0%, #cad319 100%);
    background: -o-linear-gradient(top, #bbbb17 0%, #cad319 100%);
    background: -ms-linear-gradient(top, #bbbb17 0%, #cad319 100%);
    background: linear-gradient(to bottom, #bbbb17 0%, #cad319 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bbbb17', endColorstr='#cad319', GradientType=0 );
} */

.cc-results {
	display:none;
	width:100%;
	margin: 10px;
	padding:10px 15px;
	border:1px solid #000;
	color:#999;
	font-size:16px;
}

.next-button, .rfqBtn, .cc-results #reset-cc{
	border-color: #B80000;
	background-color: #B80000;
	display: inline-block;
	color: #ffffff; 
	cursor: pointer;
	padding: 7px 15px;
	font-size: 1.4rem;
	box-sizing: border-box;
	vertical-align: middle;
	font-weight: 400;
	line-height: 22px;
	text-decoration:none;
}

.next-button:hover, .rfqBtn:hover, .cc-results #reset-cc:hover {
	color:#fff;
	text-decoration:none;
}
.cc-results {
	color: #000;
    font-weight: 600;
	text-align:center;
}
.cc-results .content {
	color: #000;
    font-weight: 600;
    padding: 20px;
}
.content-imgs img {
	display:inline-block;
	max-width:200px;
}
.not-active { 
	pointer-events: none; 
	cursor: default; 
	text-decoration: none; 
}
.submit-not-active {
	opacity: 0.5;
}