/* Add here all your css styles (customizations) */

.p7ap3-col-wrapper.no-columns ul {
	padding: 10px 10px 0 15px;
	font-weight: bold;
}

.p7ap3-col-wrapper.no-columns ul li.pdf {
	list-style: url(../../images/general/pdficon_small.png);
}

.p7ap3-col-wrapper.no-columns ul li.spice {
	list-style: url(../../images/general/spiceicon_small.png);
}

.p7ap3-col-wrapper.no-columns ul li.cad {
	list-style: url(../../images/general/cadicon_small.PNG);
}



/* Product Tables
----------------------------------------------- */

table.param {
    margin: 0;
    padding: 1px;
    background-color:#E6E6E6;
    border-top: 1px solid #999;
	border-left: 1px solid #999;
    font-size: 1em;
}

table.param td {
	text-align: center;
	border-top: 1px solid #A8A8A8;
	border-left: 1px solid #A8A8A8;
	padding: 2px;
}

/*div.selTable table.selTable, table.selTable td {
    border: 1px solid #0a5282;
	padding: 1px 0 1px 4px;
	border-collapse:collapse;
}
*/

table.accessoryTable {
        width:60%;
}


table.accessoryTable col.columnName {
    width: 30%;
}

table.accessoryTable col.columnDescription {
    width: 70%;
}


table.accessoryTable col.columnHSName {
    width: 30%;
}


table.accessoryTable col.columnHSImage {
    width: 30%;
}

table.accessoryTable col.columnHSPackage {
    width: 40%;
}


table.accessoryTable td {
    border: 1px solid #8F8F8F;
	padding: 4px 4px 4px 4px;
	border-collapse:collapse;
	font-weight:500;
	text-align:left;
}


table.accessoryTable tr.odd {
	background-color:
	#EDEDED;
}

table.accessoryTable tr.stHeader {
    background-color: #ffffff;

}


table.selTable td {
    border: 1px solid #8F8F8F;
	padding: 4px 0 4px 8px;
	border-collapse:collapse;
	font-weight:500;
	text-align: center;
}

table.selTable.left td {
	text-align:left;
}

table.selTable td.odd, table.selTable tr.odd {
	background-color:
	#EDEDED;
}

table.selTable tr.stHeader {
    background-color: #ffffff;

}



tr.stHeader a {
    color:#fff;
}

table.param col.columnVariant {
    width: 150px;
}

table.param col.columnParameter {
    width: 175px;
}

table.param col.columnPackage {
    width: 175px;
}

table.param th.paramHeader {
    margin: 0px;
    padding: 5px;
    font-weight: bold;
    font-size: 11px;
    color: #F9F5F5;
    background-color: #0a5282;
    border-color: #0a5282;
    border-right-color: #dddddd;
    border-style: solid;
    border-width: 0px 1px 0px 0px;
    text-align: center;
}

table.selTable th.part {
    border-radius: 6px 0px 0px;
}
	
	/* End Product Tables
----------------------------------------------- */

.salesbanner img {
   display: block;
   max-width: 100%;
   margin-left: auto;
   margin-right: auto;
}


div.panel-heading h4.panel-title {
	font-weight: bold;
}

div.breadcrumbs-v3.img-v1.defense {
	background-image:url(../../images/applications/helo.jpg)
}
div.breadcrumbs-v3.img-v1.industrial {
	background-image:url(../../images/applications/industrial.jpg)
}
div.breadcrumbs-v3.img-v1.medical {
	background-image:url(../../images/applications/medical.jpg)
}
div.breadcrumbs-v3.img-v1.semi-cap {
	background-image:url(../../images/applications/semi-cap.jpg)
}


ul li.pdf {
	list-style: url(../../images/general/pdficon_small.png)
}

ul li.cad {
	list-style: url(../../images/general/cadicon_small.PNG)
}

ul.showLink li a:link,  ul.showLink li a:visited {
	text-decoration:underline;
	color:#133EA0;
	}
ul.showLink li a:hover {
	color:#599CD5;
}

/* Contact Form CSS */

.ctct-custom-form {
    font: 11px Helvetica Neue,Arial,sans-serif;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    /*min-width:350px;*/
    margin:0 auto;
    box-sizing:border-box;
    padding: 10px;
}
.ctct-custom-form h3 {
	line-height: 22px;
}
.ctct-form-defaults {
    color: #000;
    padding:15px;
    border-radius:5px;
}
.ctct-custom-form * { box-sizing:border-box; }
.ctct-custom-form p { margin: 0; margin-bottom: 10px; line-height:1.2; font-size: 10px;}
.ctct-custom-form select { width: 100%; height: 24px; border: 1px solid #b0b6bb; background-color: #fff; box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }
.ctct-custom-form .ctct-form-required { position: relative; }
.ctct-custom-form .ctct-form-required:before {content: "\2217";position: absolute;top: -4px;left: -12px;color: #f5463b; }
.ctct-custom-form input[type="text"] {
    width: 100%;
    padding: 5px 5px;
    border: 1px solid #b0b6bb;
    border-radius: 4px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    font-family: Helvetica Neue, Arial, sans-serif;
    color: #394856;
    font-size: 10px;
    line-height: 1.2; 
    }
.ctct-custom-form input[type="text"]:focus { outline: 1px solid #5dacd6; }
.ctct-custom-form .ctct-form-errorMessage {
    font-size: 11px;
    line-height: 1;
    margin-bottom: 11px;
    color: #f5463b; 
}
.ctct-custom-form ::-webkit-input-placeholder { color: #88919a; }
.ctct-custom-form :-moz-placeholder { color: #88919a; }
.ctct-custom-form ::-moz-placeholder { color: #88919a; }
.ctct-custom-form :-ms-input-placeholder { color: #88919a; }
.ctct-custom-form input.is-error, .ctct-custom-form .ctct-form-input.is-error {
    border-color: #f5463b !important;
    color: #f5463b !important; 
}
.ctct-custom-form label {
    display: block;
    margin-bottom: 4px;
    line-height: 1; 
}
.ctct-custom-form .Button {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    font-size: 12px;
    padding: 7px 10px;
    line-height: 1;
    background-image: none;
    background-color: #ebedee;
    color: #0078c1;
    border: none;
    box-shadow: none;
    border-radius: 2px;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out; 
}
.ctct-custom-form .ctct-button {
    color: #fff;
    background-color: #0078c1;
    display: block;
    width: 100%; 
}

.ctct-custom-form .ctct-button:hover {
    color: #fff;
    background-color: #3e9fda; 
}

.ctct-custom-form .ctct-button:active {
    background-color: #005c94; 
}

.ctct-custom-form .ctct-form-footer {
    font-size: 6px;
    font-family: Helvetica Neue,Arial,sans-serif;
    padding: 10px 0px 0px 5px;
	line-height: 1;
}
div p.ctct-form-footer {
	font-size: 8px;
}
p label.ctct-form-required {
	font-size: 11px;
}
form.ctct-custom-form.Form p {
	font-size:13px;
	line-height: 1.2;
	padding: 6px 0 0 0;
}

/* End Contact Form */
  
  
@media (max-width: 400px) {
 div#google_translate_element {
	 display: none;
 }
}


.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -15px;
	left: -15px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 50px;
	height: 50px;
}

.hoverbox li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 2px;
	padding: 2px;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	width: 250px;
	height: 250px;
	cursor: pointer;
}
