@charset "utf-8";
/* CSS Document */
@font-face {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	src:url('../agilent_fonts/icomoon.eot?96h3dp');
	src:url('../agilent_fonts/icomoon.eot?#iefix96h3dp') format('embedded-opentype'),
		url('../agilent_fonts/icomoon.woff?96h3dp') format('woff'),
		url('../agilent_fonts/icomoon.ttf?96h3dp') format('truetype'),
		url('../agilent_fonts/icomoon.svg?96h3dp#icomoon') format('svg');
}
@font-face {
    font-family: 'robotoregular';
    src: url('../agilent_fonts/roboto-regular/roboto-regular.eot');
    src: url('../agilent_fonts/roboto-regular/roboto-regular.eot?#iefix') format('embedded-opentype'),
         url('../agilent_fonts/roboto-regular/roboto-regular.woff2') format('woff2'),
         url('../agilent_fonts/roboto-regular/roboto-regular.woff') format('woff'),
         url('../agilent_fonts/roboto-regular/roboto-regular.ttf') format('truetype'),
         url('../agilent_fonts/roboto-regular/roboto-regular.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'robotomedium';
    src: url('../agilent_fonts/roboto-medium/roboto-medium.eot');
    src: url('../agilent_fonts/roboto-medium/roboto-medium.eot?#iefix') format('embedded-opentype'),
         url('../agilent_fonts/roboto-medium/roboto-medium.woff2') format('woff2'),
         url('../agilent_fonts/roboto-medium/roboto-medium.woff') format('woff'),
         url('../agilent_fonts/roboto-medium/roboto-medium.ttf') format('truetype'),
         url('../agilent_fonts/roboto-medium/roboto-medium.svg#robotomedium') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'roboto_condensedlight';
    src: url('../agilent_fonts/roboto-light/robotocondensed-light.eot');
    src: url('../agilent_fonts/roboto-light/robotocondensed-light.eot?#iefix') format('embedded-opentype'),
         url('../agilent_fonts/roboto-light/robotocondensed-light.woff2') format('woff2'),
         url('../agilent_fonts/roboto-light/robotocondensed-light.woff') format('woff'),
         url('../agilent_fonts/roboto-light/robotocondensed-light.ttf') format('truetype'),
         url('../agilent_fonts/roboto-light/robotocondensed-light.svg#roboto_condensedlight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'roboto_condensedbold';
    src: url('../agilent_fonts/roboto-condensed/robotocondensed-bold.eot');
    src: url('../agilent_fonts/roboto-condensed/robotocondensed-bold.eot?#iefix') format('embedded-opentype'),
         url('../agilent_fonts/roboto-condensed/robotocondensed-bold.woff2') format('woff2'),
         url('../agilent_fonts/roboto-condensed/robotocondensed-bold.woff') format('woff'),
         url('../agilent_fonts/roboto-condensed/robotocondensed-bold.ttf') format('truetype'),
         url('../agilent_fonts/roboto-condensed/robotocondensed-bold.svg#roboto_condensedbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'roboto_condensedregular';
    src: url('../agilent_fonts/roboto-condensed-regular/robotocondensed-regular.eot');
    src: url('../agilent_fonts/roboto-condensed-regular/robotocondensed-regular.eot?#iefix') format('embedded-opentype'),
         url('../agilent_fonts/roboto-condensed-regular/robotocondensed-regular.woff2') format('woff2'),
         url('../agilent_fonts/roboto-condensed-regular/robotocondensed-regular.woff') format('woff'),
         url('../agilent_fonts/roboto-condensed-regular/robotocondensed-regular.ttf') format('truetype'),
         url('../agilent_fonts/roboto-condensed-regular/robotocondensed-regular.svg#roboto_condensedregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  font-weight: 200;
  font-size: 14px;
    font-family: robotoregular,  "Microsoft YaHei" ! important;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
  outline:none !important;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,th {
  padding: 0;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
	color: rgb(65, 65, 65); line-height: 1.4; font-family: Roboto, Helvetica, Arial, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);
}

/* * {
    -moz-box-sizing: border-box;
}*/


/*body {
  
  font-size: 16px;
  line-height: 1.4;
  color: #414141;
  background-color: #ffffff;
  padding-top: 200px;
  margin: 0;
}*/
body {
  font-family: robotoregular,  "Microsoft YaHei" ! important;
  font-size: 14px;
  line-height: 1.4;
  color: #202020;
  background-color: #ffffff;
  padding-top: 200px;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #0085d5;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #005589;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
body > header {
	position: absolute;
	top: 0px;
	min-width: 100%;
	background-color:#0085D5;
	background-color: rgba(0, 133, 213, 0.9);
	z-index: 1000;
}
body > header.affix {
    position: fixed;
    top: 0 !important;
}
body > header.affix .top-nav {
    display: none;
}
.sr-only {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.container {
    margin-left: auto;
    margin-right: auto;
    min-width:1025px;
    max-width:1280px;
    padding-left: 0.75em;
    padding-right: 0.75em;
}
.container .container {
    min-width: 0;
    padding: 0;
}
.top-nav {
    padding-top: 4ex;
    position: relative;
    text-transform: uppercase;
    text-align: right;
}
.container > *, .col-full {
    padding-left: 0.75em;
    padding-right: 0.75em;
}
.logo img {
    height: 53px;
}
.nav {
    list-style: none outside none;
}
.top-nav .logo-wrap {
    float: left;
    margin: 0px;
    font-size: 0px;
}
.top-nav *, .top-nav a {
    color: #FFF;
}
.top-nav ul {
    display: block;
    vertical-align: middle;
    padding: 0px;
    margin: 0px;
    line-height: 53px;
    list-style: none outside none;
}
.top-nav ul li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 11px;
}
@-moz-document url-prefix() { 
  .top-nav li {
    margin-right: 5px;
  margin-left:17px !important;
}
}
.top-nav ul li a:first-child {
    margin-left: 1.5em;
}
.top-nav ul li a {
    display: block;
	font-size: 11px;
}
.primary-nav {
    height: 53px;
    margin: 0 -5px;
    background:url(../home_images/icon-agilent-spark-1x.png) no-repeat scroll -60px 5px transparent;
    transition: #3A6EA5 250ms ease 0s;
}
.primary-nav .spark {
    display: inline-block;
    float: left;
    height: 53px;
    transition: width 250ms ease 0s;
    width: 0;
}
.affix .primary-nav {
    background-position: 10px 5px;
}
.affix .primary-nav .spark {
    width: 53px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: inherit;
    font-family: 'ZurichBT-LightCondensed',sans-serif;
    font-weight: 500;
    line-height: 1.4;
}
.caret {
    border-left: 5px solid rgba(0, 0, 0, 0);
    border-right: 6px solid rgba(0, 0, 0, 0);
    border-top: 6px solid;
    display: inline-block;
    height: 0;
    margin-left: 1px;
    vertical-align: middle;
    width: 0;
}
.search form {
    margin-bottom: 4ex;
    margin-top: 4ex;
    position: relative;
}
.form-control {
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #F4F3F1;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #808080;
    display: block;
    font-size: 14px;
    height: 36px;
    line-height: 1.4;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
.search form .btn:after {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    margin-left: 0.25em;
}
.search form .btn {
    border-radius: 0;
    font-size: 18px;
    line-height: 1.4;
    padding: 10px 16px;
    position: absolute;
    right: 0;
    top: 0;
}
.search form input {
    border-radius: 0;
    font-size: 18px;
    height: 50px;
    line-height: 1.4;
    padding: 10px 16px;
}
.primary-nav {
    height: 53px;
    margin: 0px -0.75em;
    background:url(../home_images/icon-agilent-spark-1x.png) no-repeat scroll -60px 5px transparent;
    transition: #3A6EA5 250ms ease 0s;
}
.primary-nav > li {
	padding: 0px 0.4em;
    display: inline-block;
    margin-bottom: 0px !important;
    float: left;
}
.primary-nav > li > a {
  position: relative;
  display: block;
  line-height: 53px;
  padding: 0;
  margin: 0;
  text-align: center;
  letter-spacing: 1px;
  color: #EFEFF0 !important;
  text-decoration: none !important;
  font-weight: normal;
  font-family: roboto_condensedregular, Arial, Helvetica, sans-serif !important;
  font-size: 14px;
  text-transform: uppercase;
  margin-right: 25px;
}
.primary-nav > li > a.collapsed:before {
    content: none;
}
.primary-nav > li > a:before, .primary-nav > li > a.collapsed.active:before {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: -1px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0px 11px 10px;
    border-color: transparent transparent #FFF;
}
.primary-nav > li > a.search-trigger:after {
    background: url(../home_images/icon-search-1x.png) no-repeat scroll center center rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
	width: 3ex;
	height: 7ex;
	float: left;
	margin-right: 0.5em;
}
.primary-nav > li:last-child {
    float: left;
    margin-right: 0;
}
#nav-accordion {
    position: relative;
    clear: both;
}
#nav-accordion .collapse-close {
    position: fixed;
    width: 100%;
    height: 100%;
    max-height: 0px;
    background-color: #000;
    opacity: 0;
    transition: opacity 250ms ease 0s;
}
#nav-accordion .collapse-close.open {
    max-height: none;
    opacity: 0.4;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}

#nav-accordion .nav-dropdown {
    background-color: #FFFFFF;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.collapse.in {
    display: inline-block;
    width:100%;	
}
a {
    color: #0085D5;
    text-decoration: none;   
}
a:hover{
	cursor: pointer;
}
ul li{
	/*list-style:none;*/

}
#nav-accordion .nav-dropdown .page .breadcrumb:before {
    content: none;
}
.breadcrumb:before {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #F4F3F1;
    content: "";
    display: block;
    height: 22.4px;
    left: 0;
    margin-top: -1ex;
    padding: 1ex;
    position: absolute;
    right: 0;
    z-index: -1;
	display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
  	content: "";
}
.breadcrumb > li {
    padding: 0px;
    margin: 0px;
    font-family: 'ZurichBT-LightCondensed',sans-serif;
    display: inline-block;
}
.breadcrumb {
    background-color: transparent;
    border-radius: 0px;
    padding: 1ex 1.5em;
    margin-top: 0px;
    margin-bottom: 0px;
	list-style: none outside none;
}
.breadcrumb > .active {
    color: #414141;
}
#nav-accordion .nav-dropdown .page .breadcrumb {
    border-bottom: 1px solid #F4F3F1;
    color: inherit;
    font-family: 'ZurichBT-LightCondensed',sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 130%;
    margin: 1ex 0.75em;
    padding-left: 0;
    padding-right: 0;
}
.breadcrumb > li + li:before {
    color: #0085D5;
	display: inline;
	padding: 0 2px;
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	content: "\e60e";
	vertical-align: middle;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.collapse {
    display: none;
}
#nav-accordion .nav-dropdown .page {
    display: none;
}
#nav-accordion .nav-dropdown .page.active {
    display: block;
}
#nav-accordion .nav-dropdown .page .next {
    margin-bottom: 20px;
}
.container > .nav {
    margin-left: -5px;
    margin-right: -5px;
}
.nav li {
    margin-top: 0px;
    margin-bottom: 1ex;
}
#nav-accordion .nav-dropdown .page h6 {
    padding: 1ex 0.5em;
}
h6, .h6 {
    font-family: Roboto,Helvetica,Arial,sans-serif;
    font-weight: 400;
	font-size: 16px;
	margin:0;
}
.item.hero {
    padding-top: 218px;
}
/*
.item {
    margin-bottom: 3ex;
}*/
.item {
  margin-bottom: 10px;
}
.item > .media {
    overflow: hidden;
}
.item.hero > .media .media-body > .lead {
    font-family: "ZurichBT-LightCondensed",sans-serif;
	font-weight: 500;
	color: inherit;
	font-size: 28px;
	margin-bottom: 1ex;
	line-height: 100%;
       margin-top: 0;
}
.lead {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 2ex;
}
.item.hero > .media .media-body > .lead small,
.item.hero > .media .media-body > .lead .small {
  font-weight: normal;
  line-height: 1;
  color: #9ba6b0;
}
.item.hero > .media .media-body > .lead small,
.item.hero > .media .media-body > .lead .small {
  font-size: 65%;
}
.item.hero > .media .media-body > .lead small {
  font-size: 100%;
}

.item.hero > .media .media-body > p {
  font-size: 16px;
}
/*
.item > .media > .media-body .lead {
    margin-top: 1ex;
}
*/
.item > .media > .media-body .lead {
  margin-top: 18px;
}

h4, .h4 {
    font-family: 'ZurichBT-RomanCondensed',sans-serif;
    font-size: 21px;
}
/*.media-body p{
	width:50em;
}*/
.item.hero > .media .media-body > .media-heading {
    background:#303030;	
    background: none repeat scroll 0 0 rgba(48, 48, 48, 0.8);
    color: #fff;   
    margin-left: -0.75em;
    min-width: 370px;
    padding: 20px 40px 20px 28px;
    position: absolute;
    top: 203px;
    vertical-align: middle;
}
.item.hero > .media .media-body {
	padding-bottom: 6ex;
}
.item.hero > .media .media-object {
    position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	padding-top: 360px;
	z-index: -1;
	text-align: left;
}

/*Style for left navigation links and its description*/
/*.item-collection.sidenav:before {
    background:url(../home_images/greyBG.png) repeat-x scroll left top rgba(0, 0, 0, 0);
    border-top: 1px solid #F4F3F1;
    content: "";
    display: block;
    height: 120px;
    left: 0;
    margin-top: -5ex;
    position: absolute;
    right: 0;
    z-index: -1;
}*/
.item-collection.sidenav > .side-nav.affix-top {
    top: auto !important;
}
.item-collection.sidenav > .side-nav {
  position: absolute;
  width: 200px;
  padding-left: 0;
  padding-right: 0;
  background-color: transparent;
}
/*.item-collection.sidenav > .side-nav .nav {
    margin-top: 2ex;
}*/
.list-unstyled, .nav {
    margin-left: 0px;
    padding-left: 0px;
    list-style: none outside none;
}
.item-collection.sidenav > .side-nav .nav li {
    margin-bottom: 2ex;
}
.nav li {
    margin-top: 0px;
    margin-bottom: 1ex;
}
.item-collection.sidenav > .side-nav .nav li a {
    font-family: 'ZurichBT-LightCondensed',sans-serif;
    font-size: 16px;
    margin: 0px;
    padding: 0px 0px 0px 10px;
}
.item-collection.sidenav > .side-nav .nav li.active > a {
    border-left: 3px solid #FC0;
    color: #414141;
    font-family: 'ZurichBT-RomanCondensed',sans-serif;
}
.item > .media .media-object > * {
    display: block;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
}
.item-collection .item .media-object {
    max-height: 30ex;
}
.item > .media .media-object {
    position: relative;
    width: 100%;
    height: 0px;
    padding-top: 163px;
    margin-bottom: 2ex;
}
.item-collection.sidenav > .side-nav ~ * {
    margin-left: 200px;
}
.item-collection.sidenav > .side-nav.affix {
    position: fixed;
}
.container > *, .col-full {
    padding-left: 5px;
	padding-right: 5px;
}
.item-collection.sidenav > .side-nav ~ * > header > .heading {
    font-family: 'ZurichBT-LightCondensed', sans-serif;
	font-weight: 500;
	line-height: 1.4;
	color: #303030;
	margin-top: 19px;
	margin-bottom: 9.5px;
	font-size: 28px;
	line-height: 130%;
	margin-top: 1ex;
	margin-bottom: 1ex;
	line-height: 100%;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	white-space: nowrap;
 font-size: 184.6%;
}
.item-collection.sidenav > .side-nav ~ * > header {
	position: relative;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 20px;
	height: 69px;
	border-bottom: 1px solid #edeff0;
}
.item-collection > header > .heading {
    position: relative;
}
.item-collection .item .media-heading {
    color: inherit;
    font-size: 16px;
    line-height: 130%;
    margin-bottom: 1ex;
    font-family: Roboto,Helvetica,Arial,sans-serif;
    font-weight: 400;
    margin-top: 0px;
}
.item > .media > .media-body {
    overflow: hidden;
}
.item .meta-data {
    font-size: 85%;
    list-style: none outside none;
    text-align: left;
    padding: 0px;
    margin: 1ex 0px;
}
.item .meta-data li:after {
    content: "/";
    display: inline-block;
    margin: 0px 0.25em;
}
.item .meta-data li {
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 85%;
}
.leftNavDisplay{
display:block;
}
p, li, dd, dt {
    /*max-width: 50em;*/
}
* {
    -moz-box-sizing: border-box;
}
small {
    font-size: 80%;
}
.btn {
    display: inline-block;
    margin-bottom: 0px;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.4;
    border-radius: 0px;
    -moz-user-select: none;
}
.btn {
    font-family: Roboto,Helvetica,Arial,sans-serif !important;
    padding: 1ex 1em;
    outline: medium none !important;
}
.btn.btn-link {
    padding-left: 0px;
    padding-right: 0px;
    box-shadow: none;
}
.btn-link:hover, .btn-link:focus {
    color: #005589;
    text-decoration: underline;
    background-color: transparent;
}
.item-collection > header > .heading small {
    position: absolute;
    right: 0.75em;
}
h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h4 small, .h4 small {
    font-size: 100%;
}
p, ul, dl, ol, .pagination, .cta, fieldset, form {
    margin: 2ex 0 3ex;
}
.item .meta-data li:last-child:after {
    content: none;
}
/*End*/
/*Styles for Footer*/
footer a {
    color: #9BA6B0 ;
}
.col-half, .col-third, .col-quarter,.col-sixth{
    display: inline-block !important;
    min-height: 19px;
    padding-left: 0.75em;
    padding-right: 0.75em;
    margin-right: -0.3em;
    vertical-align: top;
}
#footer {
	background-color:rgb(34, 34, 34);
    background-color: #222222;
	display:block;
	clear: both;

/*styles to fix homepage footer */
	overflow:hidden;
	padding-bottom:15px;
}
address {
    margin-bottom: 22px;
    font-style: normal;
    line-height: 1.4;
}
#footer a {
    color: #B2B2B2;
}
#footer .footer-nav {
    padding-bottom: 4ex;
    padding-top: 4ex;
    padding-left: 10px;
}
#footer .footer-nav .agilent-details {
    float: right;
    border-left: 2px dotted #808080;
    padding-left: 0.75em;
    width: 290px;
}
#footer .footer-nav .agilent-details .utility .tagline {
    color: #FFF;
    font-size: 90%;
    padding-left: 64px;
    margin-top: -1ex;
}
.tagline{
	    margin-top: -1.6ex !important;
}
#footer .footer-nav .agilent-details .contact-info {
    position: relative;
    padding-left: 4em;
    margin-bottom: 1em;
}
#footer .footer-nav .agilent-details .contact-info .about-icon {
    left: 20px;
}
#footer .footer-nav .agilent-details .contact-info .about-icon {
    color: #FFFFFF;
    font-size: 20px;
    left: 16px;
    position: absolute;
    top: 5px;
}
.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
}
#footer .footer-nav .agilent-details .contact-info p {
    color: #B2B2B2;
    font-size: 85%;
    margin: 0px;
    /*line-height: 200%;*/
}
#footer .footer-nav .footer-links dd {
    font-size: 85%;
    margin: 0;
	line-height: 200%;
}
.social {
    background-color: #000000;
    line-height: 24px;
    padding-bottom: 1ex;
    padding-top: 1ex;
	overflow: auto;
	width: 100%;
}
#footer .social .rights-terms-policy {
    color: #808080;
    font-size: 80%;
}
#footer .social > .container > * {
    margin: 0 -0.3em 0 0;
    max-width: none;
}
.col-third {
    width:33%;
}
#footer a {
    color: #B2B2B2;
}
#footer .footer-nav .footer-links dl {
    padding-right: 1.5em;
    margin-top:0px !important;
    width:auto;
}
#footer .footer-nav .footer-links {
    padding: 0;
}
#footer .footer-nav .footer-links dt {
    font-family: 'ZurichBT-LightCondensed',sans-serif;
    font-weight: 500;
    font-size: 20px;
    margin-top: 1ex;
    margin-bottom: 1ex;
    color: #FFF;
}
#footer .social .social-links li a {
font-size: 24px;
text-decoration: none;
}
#footer .social .social-links li a {
font-size: 24px;
text-decoration: none;
}
#footer .social .social-links li {
    display: inline-block;
    margin: 0 8px;
}
#footer a {
color: #b2b2b2;
}
.fa {
display: inline-block;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.fa-facebook-square:before {
  content: "\e614";
}
.fa-facebook:before {
  content: "\e614";
}
.fa-twitter-square:before {
  content: "\e623";
}
.fa-twitter:before {
  content: "\e623";
}
.fa-youtube:before {
  content: "\e625";
}
.fa-youtube-square:before {
  content: "\e625";
}
.fa-linkedin:before {
  content: "\e61a";
}
.fa-linkedin-square:before {
  content: "\e61a";
}
.fa-pinterest:before {
  content: "\e61e";
}
.fa-pinterest-square:before {
  content: "\e61e";
}
.fa-google-plus-square:before {
\  content: "\e618";
}
.fa-google-plus:before {
  content: "\e618";
}
.mapIcon{
	background:url(../home_images/footer_icon_location.png) no-repeat;
	width:18px;
	height:24px;
}
.mailIcon{
	background:url(../home_images/footer_icon_email.png) no-repeat;
	width:18px;
	height:13px;
}
.phoneIcon{
	background:url(../home_images/footer_icon_phone.png) no-repeat;
	width:18px;
	height:17px;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  min-width: 849px;
  /*max-width: 952px;*/
  max-width:1240px;
}

span#buy-parts {
padding: 15px;
background-color: #0085D5;
color: white;
margin-left: 5px !important;
float: left;
width: 11%;
border:none;
  padding-left: 23px;
  text-transform: capitalize;
}
span#browse-parts-title {
padding: 13px;
width: 88.2%;
display: inline-block;
border-bottom: none;
line-height: 24px;
font-size: 16px;
}

#browseTable_length label {
/* width: 81%; */
}
/*Media query*/
@media (min-width: 1200px) {
  .container {
    max-width: 1240px;
  }
}

/*End of media query*/

/*Styles for product page*/
.item-collection.media-right > .item > .media > .media-object-container .media-object, .item.media-right > .media > .media-object-container .media-object {
    padding-top: 100%;
}
.item-collection.media-right > .item > .media > .media-object-container, .item.media-right > .media > .media-object-container {
    float: right;
    /*margin-left: 10%;*/
    width: 40%;
}
.item-collection.media-right > .item > .media .media-body .meta-data [data-type="category"]:after, .item.media-right > .media .media-body .meta-data [data-type="category"]:after {
    content: none;
}
.item-collection.media-right > .item > .media .media-body .meta-data [data-type="category"], .item.media-right > .media .media-body .meta-data [data-type="category"] {
    color: inherit;
    font-family: 'ZurichBT-LightCondensed',sans-serif;
    font-size: 27px;
    font-weight: 500;
    line-height: 100%;
    margin: 0;
    position: absolute;
    top: 0;
}
.item-collection.media-right > .item > .media .media-body, .item.media-right > .media .media-body {
    margin-top: 5%;
    padding-top: 29.7px;
    position: relative;
}
.item-collection.media-right > .item > .media .media-body > .media-heading, .item.media-right > .media .media-body > .media-heading {
    margin-top: 0;
}
*:before, *:after {
}
*:before, *:after {
}
.item-collection.media-right > .item > .media .media-body > .media-heading, .item.media-right > .media .media-body > .media-heading {
    margin-top: 0;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    line-height: 100%;
    margin-bottom: 1ex;
    margin-top: 1ex;
}
h1, .h1 {
    font-size: 37px;
}
.item .cta .btn {
    margin-right: 0.5em;
}
.btn {
    font-family: Roboto,Helvetica,Arial,sans-serif !important;
    outline: medium none !important;
    padding: 1ex 1em;
}
.panel, .btn {
    border-radius: 0;
}
.btn-primary {
    background-color: #0085D5;
    border-color: #F4F3F1;
    color: #FFFFFF;
}
.table-vertical tr th {
    border-right: 2px solid #F4F3F1;
    font-weight: normal;
    padding-bottom: 2em;
    padding-right: 1em;
    /*width: 17em;*/
}
.table-vertical tr td {
    padding-bottom: 2em;
    padding-left: 1em;
}
.table-vertical.col-full {
    margin-left: 0.75em;
    margin-right: 0.75em;
    padding-left: 0;
    padding-right: 0;
}
.col-half {
    width: 50%;
}
.item-collection.media-left > .item > .media > .media-object-container, .item.media-left > .media > .media-object-container {
    float: left;
    margin-right: 2%;
    width: 20%;
}
.item-collection.media-left > .item > .media > .media-object-container .media-object, .item.media-left > .media > .media-object-container .media-object {
    padding-top: 100%;
}
.item-collection.sidenav > .side-nav ~ * > .item-collection:after {
    content: "";
    display: block;
    margin-bottom: 4ex;
    margin-left: 0.75em;
    margin-right: 0.75em;
    padding-bottom: 0;
}
.btn-default {
    background-color: #FFFFFF;
    border-color: #F4F3F1;
    color: #333333;
}
.btn.btn-default {
    color: #0085D5;
}
/*.item > footer:before {
    background-color: #F4F3F1;
    content: "";
    display: block;
    left: 0;
    margin-top: -5ex;
    position: absolute;
    right: 0;
    z-index: -1;
}*/
.item > footer > * > header > .heading {
    border-bottom: 1px solid #808080;
	font-size: 35px;
}
h3, .h3 {
    font-size: 27px;
}
.item-collection:last-child{
	border-bottom: none !important;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
    color: #808080;
    font-weight: normal;
    line-height: 1;
}
.item-collection > header > .heading small.total {
    font-family: Roboto,Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: normal;
    position: static;
    right: auto;
}
.form-control {
    display: block;
    width: 100%;
    height: 36px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.4;
    color: #808080;
    background-color: #FFF;
    background-image: none;
    border: 1px solid #F4F3F1;
    border-radius: 0px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
fieldset {
    border: 1px solid #C0C0C0;
    margin: 0px 2px;
    padding: 0.35em 0.625em 0.75em;
}
fieldset {
    padding: 0px;
    margin: 0px;
    border: 0px none;
    min-width: 0px;
}
.item.product .buy-parts form .filters {
    margin: 3ex 0px;
}
legend {
    display: block;
    width: 100%;
    padding: 0px;
    margin-bottom: 22px;
    font-size: 24px;
    line-height: inherit;
    color: #414141;
    border-width: 0px 0px 1px;
    border-style: none none solid;
    border-color: -moz-use-text-color -moz-use-text-color #E5E5E5;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
}
.item.product .buy-parts form .filters legend {
    position: absolute;
    left: 0.75em;
    font-size: 16px;
    font-family: Roboto,Helvetica,Arial,sans-serif;
    line-height: 5.04;
    border: medium none;
}
.item.product .buy-parts form .vpp > button {
    margin-right: 0.25em;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.item.product .buy-parts form .input-group {
    display: inline-block;
    margin-right: 2em;
}
.item.product .buy-parts form .input-group label {
    font-weight: normal;
    margin-bottom: 0.5ex;
}
.item.product .buy-parts .heading {
    border-bottom: 1px solid #F4F3F1;
}
label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold;
}
label {
    margin-bottom: 0px;
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0px;
}
/*.item.product .buy-parts form .vpp {
    position: absolute;
    top: -60px;
    right: 0.75em;
    margin: 0px;
    white-space: nowrap;
}*/
.item.product .buy-parts form .vpp > legend {
    border-bottom: medium none;
    line-height: 40px;
    margin: 0px 0.5em 0px 0px;
    display: inline-block;
    float: left;
    width: auto;
    font-size: 16px;
}
.item.product .buy-parts table {
    table-layout: auto;
}
.table {
    border: 1px solid #F4F3F1;
}
table {
    width: 100%;
    max-width: 100%;
    border-collapse: collapse;
    margin-bottom: 2ex;
}
.tableHead{
	background-color: #F4F3F1;
    width: 100%;
}
.table tr {
    border: 1px solid #F4F3F1;
}
.tableBody tr:hover > * {
  background-color: #f4f3f1;
}
.tableBody tr.active,
.tableBody tr:hover {
  border: 1px solid #0085d5;
}
.tableBody tr.active > *,
.tableBody tr:hover > * {
  border-top: 1px solid #0085d5;
}
table th, table td {
    padding: 1ex;
    line-height: 1.4;
    vertical-align: middle;
    border: medium none;
    text-align: left;
    
}
table#browseTable th, table#browseTable td {
 color: #9ba6b0;
}
#browseTable tr.header th button,#browseTable th a {
color: #9ba6b0;
}
#browseTable tr.header th button.active{
color: #202020;
}
.btn-link {
    border-radius: 0;
	font-weight: 200; 
    color: #0085d5;
    cursor: pointer;
}
.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: rgba(0, 0, 0, 0);
}
.item.product .buy-parts .qty {
    width: 5em;
}
.item.product .buy-parts table tr td {
    cursor: pointer;
    max-width: 200px;
}
.item.product .buy-parts .part-details td {
    display: table-cell !important;
    height: auto !important;
    padding: 0px;
    background-color: #F4F3F1;
    text-align: left;
    cursor: default;
}
.item.product .buy-parts .part-details td.in {
    border-width: 1px;
    border-style: solid;
    border-color: #B2B2B2 #0085D5 #0085D5;
}
.item.product .buy-parts footer {
    overflow: hidden;
    position: relative;
}
.item.product .buy-parts footer .pagination {
    display: inline-block;
    vertical-align: middle;
    margin: 0px;
    float: left;
    line-height: 40px;
}
.pagination > li {
    display: inline;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.4;
    text-decoration: none;
    color: #0085D5;
    background-color: transparent;
    border: 1px solid #DDD;
    margin-left: -1px;
}
/*.pagination > li > a, .pagination > li > span {
    border-width: 0px !important;
}*/
.pagination > li > a, .pagination > li > span {
    float: none;
    padding: 0px;
    margin: 1ex 0.5em;
}
.item.product .buy-parts footer .atc {
    display: inline-block;
    float: right;
    margin-bottom: 1px;
	margin-top:25px;
}
.item.product .buy-parts .part-details {
    padding: 0px;
}
#footer a:hover{
	color: #0085D5;
}
table {
    border-collapse: collapse;
}
.item.product .buy-parts .part-details td > .item {
    transition: max-height 500ms ease 0s, margin-top 500ms ease 0s, margin-bottom 500ms ease 0s, opacity 500ms ease 0s;
    max-height: 0px;
    opacity: 0;
    margin: 0px 0.75em;
    overflow: hidden;
}
.item.product .buy-parts .part-details td.in > .item, .item.product .buy-parts .part-details td.collapsing > .item {
    display: block;
    max-height: 200px;
    opacity: 1;
    margin-top: 0.75em;
    margin-bottom: 0.75em;
}
h2, .h2 {
    font-size: 35px;
}
.filterTxt{
	float: left;
    padding-right: 37px;
    padding-top: 30px;
}
.item.product .buy-parts .heading {
  border-bottom: 1px solid #f4f3f1;
}
.item.product .buy-parts form {
  position: relative;
  //padding-left: 5px;
 // padding-right: 4.5px;
    margin:auto;
}
.item.product .buy-parts form .input-group {
  display: inline-block;
  margin-right: 2em;
}
.item.product .buy-parts form .input-group label {
  font-weight: normal;
  margin-bottom: 0.5ex;
}
.item.product .buy-parts form .input-group .form-control {
  float: none;
}
.item.product .buy-parts form .input-group input.form-control {
  font-weight: normal;
}
/*.item.product .buy-parts form .vpp {
  position: absolute;
  top: -60px;
  right: 0.75em;
  margin: 0;
  white-space: nowrap;
}*/
.item.product .buy-parts form .vpp > legend {
  border-bottom: none;
  line-height: 40px;
  margin: 0;
  display: inline-block;
  float: left;
  width: auto;
  margin-right: 0.5em;
  font-size: 16px;
}
.item.product .buy-parts form .vpp > button {
  margin-right: 0.25em;
}
.item.product .buy-parts form .filters {
  padding-left: 6em;
  margin: 3ex 0 3ex;
}
.item.product .buy-parts form .filters legend {
  position: absolute;
  left: 0.75em;
  font-size: 16px;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  line-height: 5.04;
  border: none;
}
#partsTable tfoot select{
	background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #F4F3F1;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #808080;
    display: block;
    font-size: 16px;
    height: 36px;
    line-height: 1.4;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	position: relative;
	z-index: 2;
	float: left;
	width: auto;
	margin-bottom: 0px;
}
.media-gallery {
    position: relative;
    float: right;
    width: 56px;
    height: 100%;
    overflow: auto;
    margin-left: 2ex;
}
.item.zoom > .media > .media-object-container > .media-gallery {
    position: relative;
    float: right;
    width: 56px;
    height: 100%;
    overflow: auto;
    margin-left: 2ex;
}
.btn:active, .btn.active {
    outline: 0px none;
    background-image: none;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.125) inset;
}
.item.zoom > .media > .media-object-container .media-object {
    margin: 0px;
    background-color: #FFF;
}
/*.item.card > .media {
  background-color: #ffffff;
  padding: 10px 10px;
  border: 1px solid #d4d9dd;
}
.item.card > .media > .media-body {
  padding-top: 10px;
  border-top: 1px solid #d4d9dd;
}
*/

/*---css for products tiles---*/
.item.card > .media {
   background-color: #ffffff;
  padding: 15px 10px 10px;
  border: 1px solid #d4d9dd;
  height: 337px;
}
.item.card > .media > .media-body {
  padding-top: 5px;
  border-top: 1px solid #d4d9dd;
  height: 145px;
}
/*---End for products tiles---*/

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    color: #333;
    background-color: #EBEBEB;
    border-color: #D9D6CF;
}
.item.zoom > .media > .media-object-container > .media-gallery .btn {
    padding: 0px;
    display: block;
    width: 100%;
    margin-bottom: 2ex;
    border: 1px solid #D4D9DD;
}
.btn.btn-default.active {
    border-color: #0085D5 !important;
}
.btn.btn-default {
    color: #0085D5;
}
.btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    background-image: none;
}
.item.zoom > .media > .media-object-container > .media-preview {
  width: 318px;
  position: relative;
  height: 322px;}
.item.zoom > .media > .media-object-container > .media-preview > .activation-notice {
    position: absolute;
    bottom: -1ex;
    width: 100%;
    margin-bottom: -1.4em;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    color: #B2B2B2;
}
.item.zoom > .media > .media-object-container > .media-preview > .media-object {
    border: 1px solid #D4D9DD;
}
.item.zoom > .media > .media-object-container > .media-gallery #gal-next.direction-control {
    bottom: 0;
}
.item.zoom > .media > .media-object-container > .media-gallery .direction-control {
    color: #B2B2B2;
    margin: 0;
    position: absolute;
    z-index: 1;
}
.item.zoom > .media > .media-object-container {
    width: 445px;
    height: 380px;
    overflow: hidden;
    margin-bottom: 2ex;
    padding: 0px 1%;
    margin-right: -1%;
}
.item.zoom > .media.container > .media-object-container {
    margin-right: 0;
 margin-top: 38px;
}
.item.zoom > .media > .media-object-container {
    height: 354px;
    margin-bottom: 0;
    margin-right: -1%;
    overflow: hidden;
    padding: 0 1%;
    width: 420px;
}
/*Style for category page filter*/
.filters {
  position: relative;
  z-index: 0;
  background-color: white;
  margin-bottom: -4ex;
}
.filters .filter-tabs {
  border-top: 1px solid #ecebe8;
  border-bottom: 1px solid #ecebe8;
}
.filters .filter-tabs dl {
  padding: 0 0.75em;
  margin-bottom: 0;
  margin-top: 0;
}
.filters .filter-tabs dl > * {
  display: inline-block;
  margin: 0;
  margin-top: -1px;
  border: 1px solid #ecebe8;
  margin-right: -0.32em;
}
.lt-ie9 .filters .filter-tabs dl > * {
  margin-bottom: -1px;
}
.filters .filter-tabs dl dt,
.filters .filter-tabs dl dd > a {
  padding: 2ex .5em;
  text-align: center;
  text-transform: uppercase;
  color: #414141;
  font-weight: 200;
  font-size: 14px;
}
@media (min-width: 992px) {
  .filters .filter-tabs dl dt,
  .filters .filter-tabs dl dd > a {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .filters .filter-tabs dl dt,
  .filters .filter-tabs dl dd > a {
    font-size: 16px;
    padding: 2ex 0.75em;
  }
}
.filters .filter-tabs dl dt {
  border-left: none;
  padding-right: .25em;
  font-size: 14px;
  font-weight: 500;
}
@media (min-width: 992px) {
  .filters .filter-tabs dl dt {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .filters .filter-tabs dl dt {
    font-size: 16px;
    padding-right: 1.5em;
  }
}
.filters .filter-tabs dl dd {
  background-color: white;
}
.filters .filter-tabs dl dd a {
  display: block;
  text-decoration: none;
}
.filters .filter-tabs dl dd.active {
  border-bottom-color: white;
}
.filters .filter-tabs dl dd.active a {
  font-weight: normal;
}
.filters .filter-tabs dl dd.active a > .caret {
  color: #0085d5;
}
.filters > section {
  padding-bottom: 1ex;
}
.filters > section > .media > .media-body > .media-heading {
  margin-top: 2ex;
}
.filters > section > .media > .media-body p {
  margin: 0;
}
.filters > section > .media > .media-body form {
  display: inline-block !important;
  min-height: 22px;
  padding-left: 0.75em;
  padding-right: 0.75em;
  margin-right: -0.3em;
  vertical-align: top;
  width: 33.33333333%;
  margin-top: 2ex;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.filters > section > .media > .media-body form .form-group {
  margin-bottom: 4ex;
}
.filters > section .media-heading {
  margin-top: 2ex;
}
.filters > section .cta {
  margin-bottom: 0.5ex;
  text-align: right;
}
.filters > section .cta .btn:first-child {
  float: left;
}
label {
    display: inline-block;
    font-weight: bold;
    margin-bottom: 5px;
}
.radio, .checkbox {
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
    min-height: 22px;
    padding-left: 20px;
}
.radio label, .checkbox label {
    cursor: pointer;
    display: inline;
    font-weight: normal;
    float:left;
    padding-left: 15px;
    text-indent: -14px;
}
.filters > section form > .checkbox {
    margin-top: 0;
    padding-left: 0%;
    padding-right: 2%;
}
.col-quarter {
    width: 25%;
}
/*h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
    line-height: 100%;
    text-transform: uppercase;
}*/
input[type="search"] {
    -moz-box-sizing: border-box;
}

/*style for PNP page*/
 .PNPheading {
    font-family: 'ZurichBT-LightCondensed',sans-serif;
    font-weight: 500;
    color: inherit;
    font-size: 43px;
    line-height: 100%;
    margin-top: 0px;
    margin-bottom: 10px;
    white-space: nowrap;
}
.headingHr {
    background-color: #CFCFCF !important;
    border: medium none !important;
    color: #CFCFCF !important;
    float: left;
    height: 1px !important;
    margin-bottom: 20px;
    margin-top: 0;
    width: 100%;
}
.specificationTbl tr th{
	 width: 10em !important;
	 font-weight:bold;
}
.specificationTbl tr td,.specificationTbl tr th{
	padding-bottom:10px !important;
}
.literatureSec {
    float: left;
    margin-top: 14px !important;
    width: 100%;
}
.price{
	font-weight:500;
	color:#808184;
	font-size:16px;
}
.buyBtn{
	color:#bbbdbf !important;
	border-color: #CCCCCC !important;
}
.buyTxtBox{
	width:69px;
	cursor:inherit !important; 
}
.buyBtn:active{
	border-color:none;
}
.saveToCart{
	font-family: 'ZurichBT-LightCondensed',sans-serif;
	font-size:16px;
	cursor:pointer;
}
.star{
	float:left;
	margin-right:3px;
}
.saveToCart a:hover{
	text-decoration:none !important;
	cursor:pointer;
}
.literatureDiv {
    margin-top: 2em;
    overflow: hidden;
}
.productFmyImg{
	width:70px !important;
	height:70px;
}
.detailsRow{
	width:250px;
	float:left;
}
.details{
	background-color:#F4F3F1;
}
#browseTable_paginate{
	font-family: Roboto,Helvetica,Arial,sans-serif;
	font-size: 16px;
	line-height: 1.4;
	color: #0085D5;
	cursor:pointer;
	width:30%;
	padding-top: 12px;
}
.paginate_button_disabled{
	color:#CCC;
	cursor:default;
}
/*#browseTable{
	margin-top:40px;
}*/

.tableButton {
   float: right;
   margin-top: -19px;
}

#browseTable > tbody > tr:hover > * {
  /*background-color: #f4f3f1;*/
}
#browseTable > tbody > tr.active,
#browseTable > tbody > tr:hover {
  /*border: 1px solid #0085d5;*/
}
#browseTable > tbody > tr.active > *,
#browseTable > tbody > tr:hover > * {
  color:#0b6098; 
}
#browseTable > tbody > tr.active > th a,
#browseTable > tbody > tr:hover > th a { 
color:#0b6098; 
}
.table >.header{
	    width: 100%;
    background-color: #F4F3F1;
}

/*style for searchpage*/
.nav-tabs {
    margin-bottom: 0px;
    padding-left: 0px;
    list-style: none outside none;
    border-bottom: 1px solid #DDD;
}
.nav li {
    margin-top: 0px;
    margin-bottom: 1ex;
}
.nav-tabs > li {
    position: relative;
    display: block;
    float: left;
    margin-bottom: -1px;
}
.search .results .tab-content {
    padding-left: 1em;
    padding-right: 1em;
}
.tab-content > .active {
    display: block;
}
.search .results .paging {
    overflow: hidden;
}
.nav-tabs > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-right: 2px;
    line-height: 1.4;
    border-width: 1px;
    border-style: solid;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    border-color: #ECEBE8 #ECEBE8 #DDD;
    border-radius: 0px;
}
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
    text-decoration: none;
    background-color: #ECEBE8;
}
.nav li {
    margin-top: 0px;
    margin-bottom: 1ex;
}
.nav-tabs > li {
    position: relative;
    display: block;
    float: left;
    margin-bottom: -1px;
}
.search .results .tab-content {
    padding-left: 1em;
    padding-right: 1em;
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
.search .results .paging {
    overflow: hidden;
}
.pull-left {
    float: left !important;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
     z-index: 2;
  color: #5A6772;
  background-color: #D3D8DC;
  border-color: #9AA5AF;
  cursor: default;
}
.item > .media .media-collection {
    text-align: center;
}
.item-collection.media-left > .item > .media > .media-collection, .item.media-left > .media > .media-collection, .item-collection.media-right > .item > .media > .media-collection, .item.media-right > .media > .media-collection {
    float: left;
    width: 20%;
    max-width: 200px;
    margin-right: 1em;
}
.clearfix:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .pager:after, .panel-body:after, .modal-footer:after, .nav-tabs:after {
    clear: both;
}
.clearfix:before, .clearfix:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after, .nav-tabs:before, .nav-tabs:after {
    content: " ";
    display: table;
}
.pull-right {
    float: right !important;
}
.search .results .item {
    border-bottom: 1px solid #ECEBE8;
    margin-bottom: 3ex;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #414141;
    background-color: #FFF;
    border-width: 1px;
    border-style: solid;
    border-color: #DDD #DDD transparent;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    cursor: default;
}
.nav-tabs > li.disabled > a {
    color: #B2B2B2;
}
.item-collection.media-left > .item > .media > .media-collection .media-object, .item.media-left > .media > .media-collection .media-object, .item-collection.media-right > .item > .media > .media-collection .media-object, .item.media-right > .media > .media-collection .media-object {
    padding-top: 100%;
}
#results > .btn{
	text-transform:uppercase !important;
}
input[type="search"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#browseTable_length label{
	font-weight: normal !important;
	font-family: Roboto,Helvetica,Arial,sans-serif;
    font-size: 16px;
	color: #0085D5; 
}
thead tr th:first-child.tableLabel{
	font-weight: normal !important;
	font-family: Roboto,Helvetica,Arial,sans-serif;
    	font-size: 16px;
	padding-left: 23px;
}
.ProGroupDesc{
	max-width: 61em;
}
.mainContent{
	background-color: #F0F0F0;
	overflow: hidden;
	border-bottom: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
}
.leftColumn{
	width: 187px;
	border: 1px solid #D9D9D9;
	color: #A7A9AC;
	margin-bottom: 30px;
	float: left;
	background-color: #FFF;
	margin-left: 9.5%;
	font-size:14px;
}
.prodFilterDiv{
	background-color: #F0F0F0;
    float: left;
    width: 100%;
}
.leftColumn ul{
    background-color: #F0F0F0;
    float: left;
    margin-bottom: 0;
    margin-top: 0 !important;
    padding-left: 47px;
}
.leftColumn ul li{
    font-size: 14px;
    margin-bottom: 10px;
    margin-left: 4px;
    margin-top: 10px;
	cursor:pointer;
}
.leftColumn span{
    float: left;
    padding: 4% 0 4% 30%;
    width: 100%;
}
.expCloseImg{
	width:auto !important;
	padding-left:0px !important;
}
.filterSeperator{
	background-color: #d9d9d9;
    border: medium none;
    height: 1px !important;;
    width: 100% !important;
	margin-top:0px !important;
	margin-bottom:0px !important;
	float:left;
}
.filterNav{
	padding-left: 28px !important;
}
.filterHeader{
    background-color: #2282C9;
    color: #FFFFFF !important;
    font-weight: bold;
    padding-bottom: 20px !important;
    padding-top: 20px !important;
}
.filterNav a{
    margin-right: 15px;
    margin-top: 6px;
}
.minusImg{
	height: 9px;
	background-repeat: no-repeat;
	width: 10px;
}

.plusImg{
	width:10px;
	height:9px;
}
.productHeading{
    background-color: #FFFFFF;
    border-top: 1px solid #d9d9d9;
	 border-bottom: 1px solid #d9d9d9;
	border-left: medium none !important;
    float: left;
    font-size: 140%;
    padding: 15px;
    width: 76.6%;
}
.HfilterDiv{
    border-top: medium none !important;
	border-left: medium none !important;
    font-size: 15px;
    padding: 12px 0 12px 15px !important;
}
.HfilterDiv ul{
	padding:0;
	margin:0;
}
.HfilterDiv ul li{
    color: #A7A9AC;
    display: inline;
    padding-right: 30px;
	cursor:pointer;
}
.downArrow{
	background-image:url(../home_images/downArrow.png);
	width:8px;
	height:5px;
	float:left;
	background-repeat:no-repeat;
	cursor:pointer;
}
.filteredItem{
    padding: 11px 0 12px 15px !important;
	background-color:#f0f0f0;
	font-size:15px !important;
}
.filteredItem ul{
	width:auto;
}
.filteredItemBtn{
	border:1px solid #c1c1c1;
	background-color:#FFF !important;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	margin-left:10px;
}
.cross{
    color: #2282C9;
    font-size: 14px;
    margin-left: 3px;
	cursor:pointer;
}
.productsList{
	margin:15px 15px 25px 5px;
	float:left;
}
.products{
	background-color:#FFF !important;
	border:1px solid #ebecec;
	float:left;
	margin-left:10px;
	width:256px;
	padding:0 10px 0 10px;
}
.productNumber{
    color: inherit;
    font-family: Roboto,Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
	float:left;
	width:100%;
	margin:10px 0 5px 0px;
}
.productSeperator{
    background-color: #D9D9D9;
    border: medium none;
    float: left;
    height: 1px !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    width: 100% !important;
}
.productDesc{
	font-size:12px;
	color:#000;
}
.productSepDiv{
	clear:both;margin-bottom:10px;
}
.videosDiv{
	width:25% !important;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@media (min-width: 850px) {
  .lead {
    font-size: 24px;
  }
   .pgpModalBody
  {
  width: 25% !important;
  }
span#browse-parts-title {
  padding: 13px;
  width: 84.8%;
  display: inline-block;
  border-bottom: none;
  line-height: 24px;
  font-size: 16px;
  /* margin-right: 2px; */
}

span#buy-parts {
  padding: 15px;
  background-color: #0085D5;
  color: white;
  margin-left: 5px !important;
  float: left;
  width: 14%;
  /* height: 51px; */
  /* margin: -10px -10px; */
  border: none;
  padding-left: 23px;
 text-transform: capitalize;
}

}
@media (min-width: 850px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
@media (min-width: 850px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (min-width: 850px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
@media (min-width: 850px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
@-ms-viewport {
  width: device-width;
}
@media (min-width: 850px) {
  .lead {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  #footer {
    min-width: 849px;
  }
.homesocialBarDiv {
  background-color: #0085d5;
  clear: both;
  height: 58px;
  margin: 0 auto;
  min-width: 849px;
  overflow: hidden;
  /* width: 1200px; */
}
}
@media (max-width: 849px) {
  .col-quarter {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .col-third {
    width: 50%;
  }
  .col-quarter {
    width: 33.33333333%;
  }
}
@media only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi) {
  .food.icon.item.hero > .media .media-body > .media-heading::after {
    background-image:url(../home_images/icon-market-01-food-2x.png);
  }
}
@media (max-width: 991px) {
  .item.hero {
    padding-top: 0;
	
  }
  .item.hero > .media .media-object {
    display: none;
  }
  .item.hero > .media .media-body > .media-heading{
	 top: 0px;
	 margin-left: 0;
	}
  .item.hero > .media .media-body{
	  padding-top:0px;
  }
  .item.hero .media-body > .media-heading {
    position: relative !important;
    background-color: transparent !important;
    color: #414141 !important;
    padding: 0 !important;
    height: auto !important;
    line-height: 1.4 !important;
  }

  .item.hero .media-body > .media-heading::before,
  .item.hero .media-body > .media-heading::after {
    content: none !important;
  }
}
@media screen and (max-width: 991px) {
  .item-collection.sidenav > .side-nav {
    width: auto;
    position: static !important;
  }
  .item-collection.sidenav > .side-nav .nav {
    margin: 0 -0.75em;
  }
  .item-collection.sidenav > .side-nav .nav li {
    padding: 0 0.75em;
    display: inline-block;
    margin-right: -0.35em;
  }
.item-collection.sidenav > .side-nav .nav li.hide{
display:none;
}
.leftNavDisplay{
display:inline-block;
}
  .item-collection.sidenav > .side-nav .nav li a {
    padding: 1ex 0;
  }
  .item-collection.sidenav > .side-nav ~ * {
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  body {
   /* padding-top: 0;*/
  }
}
@media (max-width: 991px) {
  /*body > header {
    position: relative !important;
    min-width: 849px !important;
    margin-bottom: 2ex !important;
  }
  body > header.affix {
    position: relative !important;
    top: auto !important;
  }
  body > header.affix .top-nav {
    display: block;
  }*/
 .primary-nav > li > a{
	font-size:13px;
	margin-right:8px;
	}
}
@media only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi) {
  .primary-nav {
    background-image:url(../home_images/icon-agilent-spark-2x.png);
    background-size: 40px;
  }
}

@media only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi) {
  .primary-nav > li > a.search-trigger::after {
    background-image: url(../home_images/icon-search-2x.png);
    background-size: 24px;
  }
}
@media (max-width: 991px) {
  #nav-accordion .collapse-close {
    position: static;
    width: 0;
    height: 0;
  }
}
@media (max-width: 991px) {
  .home #solutions header {
    top: 520px;
  }
}
@media (max-width: 991px) {
  .home #solutions header nav ul li {
    font-size: 16px;
    min-width: 0;
    padding: 10px;
  }
}
@media (min-width: 1200px) {
  .home #solutions header nav ul li {
    min-width: 9em;
  }
  .pgpModalBody
  {
  width: 16.66666667% !important;
  }
span#browse-parts-title {
  padding: 13px;
  width: 88.2%;
  display: inline-block;
  border-bottom: none;
  line-height: 24px;
  font-size: 16px;
  /* margin-right: 2px; */
}

span#buy-parts {
  padding: 15px;
  background-color: #0085D5;
  color: white;
  margin-left: 5px !important;
  float: left;
  width: 11%;
  /* height: 51px; */
  /* margin: -10px -10px; */
  border: none;
  padding-left: 23px;
 text-transform: capitalize;
}

}
@media (min-width: 1240px) {
  .home #solutions section a {
    background-size: 100%;
  }
  .pgpModalBody
  {
  width: 16.66666667% !important;
  }
}
@media (max-width: 991px) {
  .home .news #features,
  .home .news .other-news {
    width: 100%;
  }
  .home .news .other-news > * {
    display: inline-block !important;
    min-height: 22px;
    padding-left: 0.75em;
    padding-right: 0.75em;
    margin-right: -0.3em;
    vertical-align: top;
    width: 50%;
  }
  .pgpModalBody
  {
  width: 33.33333333% !important;
  }
span#browse-parts-title {
  padding: 13px;
  width: 84.8%;
  display: inline-block;
  border-bottom: none;
  line-height: 24px;
  font-size: 16px;
  /* margin-right: 2px; */
}

span#buy-parts {
  padding: 15px;
  background-color: #0085D5;
  color: white;
  margin-left: 5px !important;
  float: left;
  width: 14%;
  /* height: 51px; */
  /* margin: -10px -10px; */
  border: none;
  padding-left: 23px;
 text-transform: capitalize;
}

}
@media (max-width: 849px) {
  .home .news .other-news > * {
    width: 100%;
  }
  .pgpModalBody
  {
  width: 50% !important;
  }
span#browse-parts-title {
  padding: 13px;
  width: 84.8%;
  display: inline-block;
  border-bottom: none;
  line-height: 24px;
  font-size: 16px;
  /* margin-right: 2px; */
}

span#buy-parts {
  padding: 15px;
  background-color: #0085D5;
  color: white;
  margin-left: 5px !important;
  float: left;
  width: 14%;
  /* height: 51px; */
  /* margin: -10px -10px; */
  border: none;
  padding-left: 23px;
 text-transform: capitalize;
}

}

.categoryTitle{
	text-align: center;
	font-size: 11px;
	margin: 20px auto auto;
	color: rgb(34, 130, 201) !important;
	font-weight: bold;
}
.item.zoom > .media > .media-object-container > .media-gallery .direction-control {
    color: #B2B2B2;
    margin: 0;
    position: absolute;
    z-index: 1;
}
.item.zoom > .media > .media-object-container > .media-gallery.scroller > div {
    height: 100%;
    overflow: hidden;
}
.categoryTitle span{
	width:100%;
	float:left;
}
.seeAll{
	float:right;
	color:#2282C9;
	font-size:11px;
	margin-bottom:10px;
}
.seeAll a:hover{
	text-decoration:none;
}

.catSmall:before{
	font-size: 16px;
	float: right;
	color:#0085D5;!important;
	margin-top:1px;
	content:"\e605";
	display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
}
.seperatorLine{
	border-bottom:1px solid #E6E6E6;;
}
.bottomSpacing{
	margin-bottom:15px;
}
.pgpHeadings{
	margin-top:30px;
	margin-bottom:20px;
}
.trainingEventbox{
	border: 1px solid #D9D9D9;
	padding: 10px;
	height: 185px;
}
.coloum-third{
	width: 25%;
}
.solutionsTitle{
	color:#909ba5;
	width:100%;
	text-transform:uppercase;
	float:left;
	font-weight:bold;
	font-size:14px;
}
.horizontalRuler{
	color: #E6E6E6;
	background-color: #E6E6E6;
	border: none !important;
	height: 1px !important;
	margin-bottom: 10px;
	margin-top: 10px;
	width: 100%;
}
.horizontalLine{
	color: #E6E6E6;
	background-color: #E6E6E6;
	border: none !important;
	height: 1px !important;
	margin-bottom: 20px;
	width: 100%;
}
/*Style for PDP page as per New PDF*/
.productDetail{
	border-bottom: 1px solid #DDD;
    border-top: 1px solid #DDD;
    font-family: 'ZurichBT-LightCondensed',sans-serif;
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 1px;
    padding: 5% 0px;
	display:inline-block;
	width:100%;
	padding-left: 9%;
}
.pdpHeadings{
	background:#FFF !important;
}
.featuresList li{
	list-style:disc;
}
.featuresList{
	width: 33%;
	float:left;
}
.pdpHeadings{
	float:left;
	width:100%;
}
.featuresList table tr td{
	width:100%;
}
.specificationTable{
	width: 35%;
	float:left;
	margin-right:15%;
}
.specTable{
	float:left;clear:both;
}
.literatureList{
	float:left;
	width:100%;
	padding-top:5px;
	padding-bottom:5px;
	border-bottom:1px solid #E6E6E6;
}
.LitExpandImg{
	margin-right: 3%;
	margin-top:1%;
}
.literatureDesc{
	float:left;
	border-top:1px solid #0085d5;
	border-bottom:1px solid #0085d5;
	padding-top:2%;
	padding-bottom:1%;
	padding-left: 4%;
	width: 100%;
}
.pdpHeadings a{
	overflow:hidden;
	float:left;
}
.floatLeft{
	display:inline-block;
	width:100%;
}
@-moz-document url-prefix() {
.floatLeft{
	display:inline-block;
	width:100%;

	float:left;
}
}
.topSpacing{
	margin-top:20px !important;
}
.show{
	display:block;
	}
.btmLinks{
	float:left;
	width:100%;
	margin-top:10px;
	margin-bottom:20px;
	font-size:14px;
	}
.returnTop a{
	float:right;
	color:#808080 !important;
	text-decoration:none;
	}
	

/* legacy.css issue for login link in pdp */
.topNavcaret{
font-size:11px;
}

/*style for browse part table*/
.browsePartPlus{
                background-image: url("../home_images/plusNew.png");
                float: left;
                width: 10px;
                height: 9px;
                position: relative;
                top: 6px;
                margin-right: 5px;
                background-repeat: no-repeat;
}
.browsePartMinus{
                background-image: url("../home_images/minus.png");
                float: left;
                width: 10px;
                height: 9px;
                position: relative;
                top: 10px;
                margin-right: 5px;
                background-repeat: no-repeat;
}
.selectedRowCOlor{
color: #202020;
font-family: roboto medium;
font-size: 14px;
}
.showEntrySelect{
                border:none;
                -webkit-appearance: none;
                -moz-appearance: none;
                appearance: none;
                text-indent: 0.01px;
                text-overflow: '';
                outline:none;
                box-shadow:none;
                color: #0085D5;
		  cursor:pointer;
}
.browseTablefilterImg{
        margin-left: -17px;
		top: 5px;
		position: relative;
}
.showEntryDWArr{
        margin-left: -15px;
		top: 3px;
		position: relative;
}
.modalFilter{
                width:60%;
                height:60%;
                top:20% ;
                left:20%;
                position:absolute;
                display:none;
                background:white;
                padding:20px;
}
.modalFilterShow{
                display:block;
                z-index:1000;
}
#modalClose{
                float:right;
                width:20px;
                height:20px;
}
div.AddCartPopUp {
background: #efefef;
padding: 2em;
margin: 2em 0;
text-align: right;
display:none;
  margin-top: 35px;
}
.AddCartPopUpShow{
display:block !important;
}
img.cartUpArr {
float: right;
margin-top: -43px;
/* right: 120px; */
/* left: -31px; */
/* width: 1%; */
}
.AddCartPopUp p{
text-align: right;
padding: 0;
margin: 0;
max-width: none;
  position: relative;
  top: -21px;
}
span.paginate_active {
background-color: rgb(244, 243, 241);
padding: 2px 4px;
border: 1px solid #F4F3F1;
color: #0085D5;
}
span.paginate_button {
border: 1px solid #F4F3F1;
color: #0085D5;
padding: 2px 4px;
}
.paginate_button_disabled {
color: #CCC !important;
cursor: default;
}

#browseTable td.sorting_1,#browseTable th.sorting_1 a{
color: #202020;
/*font-family: roboto medium;*/
font-size: 14px;
padding-left: 12px; 
}

.qty input.form-control:focus ,.qtyFocus{
border: 1px solid #5a6772;
outline: none !important;
color: #202020;
font-family: roboto medium;
/*font-size: 14px;*/
}
.qty  input.form-control{
width: 6em;
margin-left: 4em;
text-align: center;
color: #0085d5;
font-size:14px;
}
div.paginationText {
   margin-top: 35px;
  /* margin-left: 190px; */
}
.btn:active, .btn.active {
outline: none;
background-image: none;
box-shadow: none !important;
color:#202020;
font-family: roboto medium;
/*font-size: 14px;*/
}
.media-heading{
/*color: #0085D5;*/
}

/*td{
max-width: 0.5px;
word-wrap: break-word;
}*/
select::-ms-expand {
    display: none;
}
#browseTable_wrapper{
	margin-top: -38px;
}
/*#browseTable_length label{
	width:81%;
}*/
.tableTitle{
	border:1px solid #E6E6E6;
	border-bottom:none;
	padding-top:15px;
	padding-bottom:15px;
	margin-left:0px !important;
}
.noFloat{
	float:none !important;
}
.tableHr{
	margin-bottom:0 !important;
}
.spacing{
	padding-top:10px;
	margin-bottom:0px;
}
.pcpHeading{
	display: inline-block;
	margin-bottom:0px !important;
}
/*---pcp-1-----*/
table.table-vertical.col-full.category-table {
margin-bottom: 0px;
}
.categoryContent,.solutionCategoryCr {
/*max-width: 1141.5px;*/
margin-left: auto;
margin-right: auto;

/*---Change Done for PCP commented border top-----*/
#border-top: 1px solid #E0E0E0;
}
}
.categoryRowTitle{
font-weight: normal;
padding-bottom: 0 !important;
padding-right: 1em;
width: 23em;
}
.categoryContent .table-vertical tr,.solutionCategoryCr .table-vertical tr{
border-bottom: 1px solid #E0E0E0;
/*---Change Done for PCP Added border top-----*/
border-top: 1px solid #E0E0E0;
}
/*---Change Done for PCP Added Style-----*/
.categoryContent .table-vertical tr.noheader,.solutionCategoryCr .table-vertical tr.noheader{
border-bottom: 0px;
border-top: 0px;
}
.categoryContent .table-vertical tr.lastRow,.solutionCategoryCr .table-vertical tr.lastRow{
border-bottom: none;
}
.categoryContent .table-vertical tr td{
background-color: #F4F3F1;
padding-bottom: 1.6em;
}
.categoryContent .table-vertical tr td span a{
color: #0085D5;
font-siZe: 14px;
}
.categoryRowTitle >.media>.media-object-container>.media-preview>.media-object,.solutionCategoryCr >.media>.media-object-container>.media-preview>.media-object {
padding-top: 16%;
}

.categoryRowTitle >.media>.media-object-container {
float: left;
margin-right: 2%;
width: 5%;
}

.categoryRowTitle >.media {
overflow: hidden;
margin-top: 16px;
}

.categoryRowTitle >.media>.media-body >.media-heading {
color: inherit;
font-size: 16px;
line-height: 130%;
margin-bottom: 1ex;
font-family: Roboto,Helvetica,Arial,sans-serif;
font-weight: 400;
margin-top: 0px;
}

.categoryRowTitle >.media>.media-body {
overflow: hidden;
float: right;
width: 85%;
}
.categoryRowTitle >.media-body >.media-heading {
color: inherit;
font-size: 16px;
line-height: 130%;
margin-bottom: 1ex;
font-family: Roboto,Helvetica,Arial,sans-serif;
font-weight: 400;
margin-top: 0px;
}

.categoryRowTitle >.media-body {
overflow: hidden;
}
/*---pcp-1 End-----*/
.ctaBrowsePrt{
	background-color:#0b6092;
	color:#FFF;
}
.nxtTableHR{
	margin-top:0px !important;
}
.container >.categoryContent> .category-table,.container >.categoryContent> .category-table> tbody> tr>th{
	padding-left:0 !important;
	margin-left:0 !important;
	/*padding-right:0 !important;*/
	margin-right:0 !important;
}
.container >.categoryContent {
	padding-right:0 !important;
}
.category-table p{
	margin-top:0px;
	font-size: 14px;
}
/*--------------applied filters-----------*/
.appliedFiltersEach {
border: 2px solid #F4F3F1;
padding: 2px;
text-align: center;
color: #414141;
font-weight: 200;
margin-left: 6px;

}
.filterCloseImg{
margin-left: 7px;
position: relative;
top: -2px;
right: 1px;
}
.showingResults {
  /* position: absolute; */
  /* left: 83%; */
  color: #9ba6b0;
  font-weight: 200;
  margin-right: 30px;
  float: right;
  /* width: 100px; */
  padding-top: 10px;
}
.appliedFilters {
  color: #414141;
  font-weight: 200;
  padding-right: 10px;
  float: left;
  position: relative;
  top: 10px;
}
/*--------End of applied filters-----------*/

div#browseTable_info{
float: right;
margin-right: 70%;
}
.systemsP{
	margin-bottom: 3ex;
	margin-top: 0px;
}
/*---Change Done for PCP (Removed th)-----*/
.noRightBorder{
	border-right:none !important;
}
.pcpCat{
	clear:both;
	width:100%;
	float:left;
}
/**SVG images for PCP**/
.solutionIcons{
	margin-top: -7px;
	width:40px;
	height:40px;
}
.AddCartPopUp{
	color:#0085D5;
}
.cartTick-square:before {
  content: "\e621";
}
.cartTick:before {
  content: "\e621";
  font-family: FontAwesome;
  font-size: 20px;
   left: 4px;
  position: relative;
}
.minusImg-square:before,.minusImg:before {
  	content: "\e601";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
}
.plusImg-square:before,.plusImg:before{
	content:"\e602";
	display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
}
.minusImg:hover,.plusImg:hover,.minusImg:focus,.plusImg:focus{
	text-decoration:none !important;
}
.item-collection.sidenav > .side-nav ~ *.active > header > .heading {
  position: relative;
}
.item-collection.sidenav > .side-nav ~ *.active > header > .heading::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  height: 2ex;
  bottom: 0;
  border-left: 3px solid #ffcc00;
}
.item-collection.sidenav > .side-nav ~ *.active > header > .heading::before {
	margin-left:3px;
}

/*End*/
/*style for filter navigation*/
.filter-vertical > .container {
  position: relative;
  padding-left: 0;
  padding-right: 0;
}
.filter-vertical > .container .fv-nav {
  position: absolute;
  left: 0px;
  width: 212px;
  padding: 0 0 3ex 0;
  background-color: #ffffff;
  border: 1px solid #d4d9dd;
  margin-left: -0.75em;
  border-top: none;
}
.filter-vertical > .container .fv-nav > h3.fv-heading {
  height: 70.5px;
  margin: 0;
  border-bottom: 1px solid #d4d9dd;
  color: #9ba6b0;
  background-color: #0085d5;
  color: white;
  font-size: 16px;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  display: table-cell;
  line-height: 22px;
  padding: 0 5px 0 33px;
  padding-right: 5px;
  vertical-align: middle;
  width: 210px;
}
.filter-vertical > .container .fv-nav > p {
  height: 50px;
  margin: 0;
 /* padding-left: 60px;*/
  padding-left: 33px;
  color: #9ba6b0;
  font-weight: 400;
  background-color: white;
  line-height: 50px;
  border-bottom: 1px solid #d4d9dd;
}
.filter-vertical > .container .fv-nav .filters {
  margin: 0;
}
.filter-vertical > .container .fv-nav .filters dt {
  margin: 0;
  border-bottom: 1px solid #d4d9dd;
  /*padding-left: 60px;*/
  padding-left: 33px;
  color: #9ba6b0;
  font-weight: 400;
  position: relative;
  background-color: white;
  line-height: 50px;
}
.filter-vertical > .container .fv-nav .filters dt.active:before {
  content: "\e601";
   display: block;
   font-family:FontAwesome;
}
.filter-vertical > .container .fv-nav .filters dt:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e602";
  display: block;
  position: absolute;
  top: 18px;
 /* left: 30px;*/
  left: 12px;
  font-size: 16px;
  color: #0085d5;
  font-family:FontAwesome;
}
.filter-vertical > .container .fv-nav .filters dt.active {
  color: #202020;
  font-weight:bold;
}
.filter-vertical > .container .fv-nav .filters dd {
  margin: 0;
}
.filter-vertical > .container .fv-nav .filters dd .btn-group {
  display: none;
  margin: 0;
  background-color: #f9f9fa;
  border-bottom: 1px solid #d4d9dd;
 /* padding-left: 60px; */
  padding-left: 33px;
  font-weight: 400;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}
.filter-vertical > .container .fv-nav .filters dd .btn-group {
  display: inline-block;
}
.filter-vertical > .container .fv-nav .filters dd .btn-group > button {
  line-height: 48px;
  padding-top: 0;
  padding-bottom: 0;
  color: #9ba6b0;
  text-decoration: none;
  padding-right:5px;
}
.filter-vertical > .container .fv-nav .filters dd .btn-group > button.active {
  color: #202020;
  font-weight:bold;
}
.filter-vertical > .container .fv-nav .filters dd #back-to-featured {
  display: none;
}
.filter-vertical > .container .fv-nav .filters dd #back-to-featured.active {
  display: inline-block;
}
/*.filter-vertical > .container .fv-nav .filters dd #back-to-featured::before {
  font-family:FontAwesome;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: 30px;
  font-size: 21px;
  color: #9ba6b0;
}*/
.filter-vertical > .container .fv-content {
  display: none;
  overflow: hidden;
  width: 100%;
  padding-left: 200px;
  padding-right: 0px;
  margin-bottom: 0;
}
.filter-vertical > .container .fv-content.active {
  display: block;
}
.filter-vertical > .container .fv-content > header {
  width: 100%;
  height: 70px;
  padding: 0 1.5em;
  border-top: 1px solid #d4d9dd;
  background-color: white;
}
.filter-vertical > .container .fv-content > header .heading {
  display: inline-block;
  margin: 0;
  line-height: 68px;
}
.filter-vertical > .container .fv-content > header .vpp {
/* float: right; */
  height: 100%;
  right: 0px;
  position: absolute;
  top: 0px;
}
.filter-vertical > .container .fv-content > header .vpp > button {
  display: inline-block;
  position: relative;
  margin-top: 2ex;
  margin-right: -5px;
  border: 0;
  text-decoration: none;
  padding-right: 27px;
}
.filter-vertical > .container .fv-content > header .vpp > button:after {
  font-family:FontAwesome;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e607";
  display: inline-block;
  position: absolute;
  top: 6px;
  right: 6px;
  font-size: 23px;
}
.open > .dropdown-menu {
display: block;
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 10px;
	margin: 2px 0 0;
	list-style: none;
	font-size: 14px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 3px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	background-clip: padding-box;
}
.filter-vertical > .container .fv-content > header .vpp .dropdown-menu {
  top: 65%;
  min-width: 125px;
}
.filter-vertical > .container .fv-content > header .vpp .dropdown-menu > li {
  margin: 0;
}
.filter-vertical > .container .fv-content > header .vpp .dropdown-menu > li > a {
  text-align: right;
}
.filter-horizontal {
  width: 100%;
  margin-bottom: 0;
}
.filter-horizontal .filter-tabs {
  width: 100%;
  height: auto;
  padding: 0 1.5em;
  background-color: white;
  border-top: 1px solid #d4d9dd;
  overflow:auto;
}
.filter-horizontal .filter-tabs .fh-modal-trigger {
  float: left;
  list-style: none;
  line-height: 50px;
  margin: 0 2em 0 0;
  padding: 0;
  border: 0;
  text-decoration: none;
}
.filter-horizontal .filter-tabs .fh-modal-trigger::after {
  font-family:FontAwesome;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e607";
  display: inline-block;
  font-size: 23px;
  color: #0085d5;
  line-height: 50px;
  vertical-align: middle;
}
.filter-horizontal .filter-tabs .fh-modal-backdrop {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.5);
}
.filter-horizontal .filter-tabs .fh-modal-backdrop.active {
  display: block;
}
.filter-horizontal .filter-tabs .fh-modal-backdrop .fh-modal-content {
  margin: 205px auto;
  background-color: transparent;
}
.filter-horizontal .filter-tabs .fh-modal-backdrop .fh-modal-content.modal-lg {
  width: 80%;
  height: 70%;
}
.filter-horizontal .filter-tabs .fh-modal-backdrop .fh-modal-content.modal-md {
  width: 920px;
  height: 440px;
}
.filter-horizontal .filter-tabs .fh-modal-backdrop .fh-modal-content.modal-sm {
  width: 640px;
  height: 320px;
}
.filter-horizontal .filter-tabs .fh-modal-backdrop .fh-modal-content > header {
  padding: 20px 20px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: #edeff0;
}
.filter-horizontal .filter-tabs .fh-modal-backdrop .fh-modal-content > header h4 {
  display: inline-block;
  margin: 0 3em 0 5px;
}
.filter-horizontal .filter-tabs .fh-modal-backdrop .fh-modal-content > header .search {
  display: inline-block;
  min-width: 40%;
  margin-right: 3em;
}
.filter-horizontal .filter-tabs .fh-modal-backdrop .fh-modal-content > header .search > form {
  margin: 0;
}
.filter-horizontal .filter-tabs .fh-modal-backdrop .fh-modal-content > header .search > form > .form-group {
  position: relative;
  margin: 0;
}
.filter-horizontal .filter-tabs .fh-modal-backdrop .fh-modal-content > header .search > form > .form-group::before {
  font-family: FontAwesome;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e620';
  display: inline-block;
  position: absolute;
  top: 7px;
  left: 7px;
  font-size: 23px;
  color: #0085d5;
}
.filter-horizontal .filter-tabs .fh-modal-backdrop .fh-modal-content > header .search > form > .form-group > input {
  height: auto;
  line-height: 1.6;
  padding: 1ex 1em 1ex 2.5em;
  font-size: 14px;
}
.filter-horizontal .filter-tabs .fh-modal-backdrop .fh-modal-content > header .series {
  display: inline-block;
}
.filter-horizontal .filter-tabs .fh-modal-backdrop .fh-modal-content > header .series > span {
  margin-right: .5em;
  font-weight: 400;
  color: #9ba6b0;
}
.filter-horizontal .filter-tabs .fh-modal-backdrop .fh-modal-content > header .series > a {
  margin-right: .5em;
  padding-bottom: 5px;
  font-weight: 400;
  text-decoration: none;
}
.filter-horizontal .filter-tabs .fh-modal-backdrop .fh-modal-content > header .series > a.active {
  color: #202020;
  border-bottom: 2px solid #ffcc00;
}
.filter-horizontal .filter-tabs .fh-modal-backdrop .fh-modal-content > header .fh-modal-close {
  float: right;
  text-decoration: none;
}
.filter-horizontal .filter-tabs .fh-modal-backdrop .fh-modal-content > header .fh-modal-close > .icon-xclose::before {
  font-size: 18px;
  color: #0085D5;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  content: "\e611";
  top: -5px;
  position: relative;
}
.filter-horizontal .filter-tabs .fh-modal-backdrop .fh-modal-content > section {
  padding: 20px 20px;
  background-color: white;
  max-height: 50%;
  overflow-y: auto;
 /* margin-right: 0.5px;*/
}
.filter-horizontal .filter-tabs .fh-modal-backdrop .fh-modal-content > footer {
  padding: 20px 20px;
  border-top: 1px solid #d4d9dd;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: white;
}
.filter-horizontal .applied-filters {
  display: none;
  width: 100%;
  height: 52px;
  padding: 0 1.5em;
  background-color: #edeff0;
  border-top: 1px solid #d4d9dd;
  transition: all 1s ease-in-out;
}
.filter-horizontal .applied-filters.active {
  display: inline-block;
  transition: all 1s ease-in-out;
}
.filter-horizontal .applied-filters > p {
  display: inline-block;
  height: 50px;
  line-height: 52px;
  margin: 0 1em 0 0;
  color: #9ba6b0;
}
.filter-horizontal .applied-filters > .btn.applied-filter {
  display: none;
  position: relative;


  background-color: white;
  border: 2px solid #d4d9dd;
  color: #9ba6b0;
  line-height: 15px;
  vertical-align: baseline;
  margin-right: .75em;
  padding-right: 2em;
  padding-left: .65em;
}
.filter-horizontal .applied-filters > .btn.applied-filter.exist {
  display: inline-block;
}
.filter-horizontal .applied-filters > .btn.applied-filter:after {
  font-family: FontAwesome;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e611";
  display: block;
  position: absolute;
  top: 7px;
  right: 5px;
  font-size: 16px;
  color: #0085d5;
}
.filter-horizontal .applied-filters > .results {
  float: right;
  margin-right: 0;
}
.filter-horizontal .fh-content {
  float: left;
  border-top: 1px solid #d4d9dd;
  background-color: #edeff0;
  padding-top: 15px;
  /*padding-bottom: 10px;*/
  padding-bottom: 8px;
  padding-left: 10px;
  padding-right: 15px;
  margin: 0;
  width:100%;
}
.filter-horizontal footer {
  float: left;
  width: 100%;
  /*padding: 2.5ex 1.5em;*/
  background-color: #edeff0;
}
.filter-horizontal footer .need-help {
  display: inline-block;
  padding-top: 2ex;
  padding-right: 3em;
  margin-right: 10px;
  border-top: 1px solid #d4d9dd;
}
.filter-horizontal footer .need-help > a {
  display: inline-block;
  color: #0085d5;
  position: relative;
  text-decoration: none;
  font-weight: 400;
}
.filter-horizontal footer .need-help > a::after {
  font-family: FontAwesome;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e60b";
  display: inline-block;
  position: absolute;
  top: -2px;
  right: -23px;
  font-size: 23px;
}
.filter-horizontal footer .need-help p {
  color: #9ba6b0;
  font-weight: 400;
  margin: 1ex 0 2ex;
}
.filter-horizontal footer .pagination,
.filter-horizontal footer .results {
  float: right;
  clear: both;
}
.filter-horizontal footer .pagination {
  margin-top: 1ex;
}
.results {
  color: #9ba6b0;
 /* margin-top: 2ex;*/
  margin-top: 0ex;
  margin-bottom: 0;
}
.filter-bg-full {
  position: relative;
  margin-top: -20px;
  background-color: #ECEEEF;
  border-bottom: 1px solid #d4d9dd;
  

}
.filter-bg-full.container {
  margin-bottom: 0;
  padding-bottom: 15px;
}
.filter-bg-full::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 69px;
  background-color: #ffffff;
  border-top: 1px solid #d4d9dd;
  border-bottom: 1px solid #d4d9dd;
  z-index: 0;
}


/*End of filter navigation*/

/*-------------IN PDP---------------------*/
.ins_products{
	width:246px !important;
}
.ins_products span a{
	font-size:14px !important;
}
.servicesDesc{
	float:left;	
	padding-top:1%;
	padding-bottom:1%;
	padding-left: 4%;
	width: 100%;
}
.noBtmBorder{
border-bottom:none !important;
}

/*----------IN_PGP---------------------------*/
.rightSpan{
	float:right;
	padding:5px;	
	font-size: 14px;
}
.sortPgpIcon:after{
	content:"\e604";
	display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
}
.viewPerPagePGP{
	color: #0085d5;
    overflow:hidden;
}

.IN_pgp_viewPerPageSelect{
	/*outline:none;*/
	width:35px;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	padding: 2px 2px 2px 2px;
    background: url(../home_images/downArrow.png)no-repeat 25px center;
    border: none;
   
}
.IN_Pgp_ProductsResults{
	float: right;
	bottom: 20px;
	position: relative;
	width: 100%;
	text-align: right;
}
.IN_Pgp_ProductsPagination{
	float:right;
	bottom:10px;
	position:relative;
}
.heading_IN_PGP{
	width:100%;
}
/*------IN PGP Pagination------------*/
ul.simple-pagination {
	list-style: none;
}

.simple-pagination {
	display: block;
	overflow: hidden;
	padding: 0 5px 5px 0;
	margin: 0;
}

.simple-pagination ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.simple-pagination li {
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
}
.light-theme a, .light-theme span {
	float: left;
	color: #0085d5;
	font-size:14px;
	line-height:24px;
	font-weight: normal;
	text-align: center;
	border: 1px solid #BBB;
	min-width: 14px;
	padding: 0 7px;
	margin: 0 5px 0 0;		
	background: #fff; /* Old browsers */
	
}

.light-theme a:hover {
	text-decoration: none;
	background: #FCFCFC;
}

.light-theme .current {
	background: #F0F0F0;
	color: #000;	
	cursor: default;
}
.light-theme .currentArr
{
	background: #fff;
	color: #fofofo;	
	cursor: default;
}
.light-theme .ellipse {
	background: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	font-weight: bold;
	cursor: default;
}
/*------IN PGP Pagination ends------------*/
/*style for PGP*/
.center{
	text-align: center;
}
.fa-angle-right:before {
  content: "\e605";
  position: relative;
  top: 3px;
  font-size: 17px;
}
.fa-chevron-circle-up:before {
  content: "\e604";
}
.item-collection > footer{
    overflow: auto;
	padding-left: 1%;
	padding-right: 1%;
}
/* footer a:last-child {
    color: #9BA6B0 !important; 
} */
.borderSeperator{
	display: none;
	width: 100%;
	background-color: #FFF;
	border-bottom: 1px solid #D4D9DD;
}
.item-collection .item .lead {
    font-size: 12px;
}
.col-sixth {
    width: 13.6667%;
}
.dropdown-backdrop {
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    z-index: 990;
}
.vppDropDown {
  top: 39px !important;
  min-width: 129px !important;
  left: 141px !important;
  position: relative !important;
}
.filter-vertical > .container .fv-content > header .vpp .dropdown-menu > li {
margin: 0;
text-align:right;
}
.filter-vertical > .container .fv-content > header .vpp .dropdown-menu > li > a {
    text-align: right !important;
    width: 100%;
    display: inline-block;
    line-height: 17px;
    padding-right:3px;
}
.filter-vertical > .container .fv-content > header .vpp .dropdown-menu > li > a:hover{
background-color:#0085d5;
color:#FFF !important;
text-decoration:none;
}
/*-----------browse table iteration one fixes--------------------*/
.browseTableSortImg {
top: 4px;
position: relative;
margin-left: -8px;
}
.browseTableSortImg:after
{
    content:"\e60c";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;

}
.browseTablefilterImg:after
{
    content:"\e607";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;

}


.showEntryDWArr:after
{
    content:"\e607";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;

}

.item.zoom > .media > .media-object-container > .media-gallery #gal-prev.direction-control {
    top: 0px;
}

.fa-chevron-down:before {
   content: "\e609";
display: inline-block;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
line-height: 1;
}
.fa-chevron-up:before {
   content: "\e608";
display: inline-block;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
line-height: 1;
}
.item.zoom > .media > .media-object-container > .media-gallery .direction-control[disabled] {
     color: #B2B2B2;
}
.item.zoom > .media > .media-object-container > .media-gallery .direction-control[disabled] {
    color: #B2B2B2;
}
.item.zoom > .media > .media-object-container > .media-gallery .direction-control {
   
color: #0085D5;
}

.item.zoom > .media > .media-object-container > .media-gallery.scroller.withOutScroll {
    padding: 4ex 0px;
}
/*.item-collection {
padding-bottom: 20px;
}*/
.bg-pdp-full {
  border-top: 2px solid #0085d5;
  background-color: #f9f9fa;
  background-repeat: repeat-x;
  background-position-y: 69px;
  background-position-x: 30%;
  background-image:url(../home_images/bgFull.png);
 margin-top: 70px;
}
.bg-pdp-full > header {
  display: none;
}
.item-collection.sidenav > .side-nav ~ * {
  border-bottom: 1px solid #d4d9dd;
  /*padding-bottom: 15px;*/
  padding-left: 0;
  padding-right: 0;
  background-color: #ffffff;
  background-repeat: repeat-x;
  background-position-y: 69px;
  background-position-x: left;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAB4CAYAAAAzOJiAAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAAAIBJREFUeNp0kUESQyEIQ/M8eY/bmfYM0IXiF6E7JSEJoO/n/RqSfEhSeuEDbsArGR9CPmgpxLelTNQqSuJNFCsxZj6sKCNbI6xa9BLKPLU1gm1giZ4eD5oyS02CbX4bcYy1O5L5nYB7p7EI2k1G75EZL8rcbfpDoTl3ui+0KvoNAIsMcO0vyUENAAAAAElFTkSuQmCC);
}
.item-collection.sidenav > .side-nav > header > .heading {
	font-family: 'ZurichBT-LightCondensed', sans-serif;
	font-weight: 500;
	line-height: 1.4;
	color: inherit;
	margin-top: 9.5px;
	margin-bottom: 9.5px;
	font-size: 14px;
	line-height: 130%;
	margin-top: 1ex;
	margin-bottom: 1ex;
	padding-bottom: none;
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-weight: 400;
	line-height: 68px;
	margin: 0;
	padding-left: 10px;
	padding-right: 10px;
	color: #9ba6b0;
	background-color: transparent;
}
/*.item-collection.sidenav {
	margin-bottom: 40px;
}*/
.accordion dl {
margin: 0;
padding-left: 10px;
}
.accordion dl dt {
	max-width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	border-bottom: 1px solid #d4d9dd;
	padding-left: 30px;
	color: #9ba6b0;
	font-weight: 400;
	position: relative;
	background-color: transparent;
	line-height: 50px;
}
.accordion dl dd {
	max-width: 100%;
	margin: 0;
	padding: 25px;
	border-bottom: 1px solid #d4d9dd;
}
.accordion dl dt:before {
	font-family: FontAwesome;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e602";
	display: block;
	position: absolute;
	top: 14px;
	left: 0px;
	font-size: 21px;
	color: #0085d5;
}
.accordion dl dt.active:before {
content: "\e601";
}
.clear{
	clear:both;
	overflow:auto;
}
.InPGPNav> header{
	padding:0 !important;
}
.InPGPNav >.fv-content{
	padding-left: 35px !important;
}
.InPGPNav >.fv-content> header{
	padding: 0 31px 0 13em !important;
}
.pagination > li > a, .pagination > li > span {
	position: relative;
	float: left;
	padding: 6px 12px;
	line-height: 1.4;
	text-decoration: none;
	color: #0085d5;
	background-color: #ffffff;
	border: 1px solid #D3D8DC;
	margin-left: -1px;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
	margin-left: 0;
	border-bottom-left-radius: 2px;
	border-top-left-radius: 2px;
}
.pagination > li.page-back > a, .pagination > li.page-forward > a {
	width: 30px;
	height: 33px;

}
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
	   color: #D3D8DC;
  	background-color: #fff;
  	border-color: #D3D8DC;
  	cursor: not-allowed;
}
.pagination > li > a, .pagination > li > span {
	font-size: 14px;
	padding: 6px 10px;
	margin: 1ex 0.15em;
	border-radius: 2px;
	display: inline-block;
}
.pagination > li.page-back > a:before {
	font-family: FontAwesome;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e60a";
	position: absolute;
	top: 4px;
	left: 2px;
	font-size: 24px;
}
.pagination > li.page-forward > a:before {
	font-family: FontAwesome;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e60b";
	position: absolute;
	top: 4px;
	left: 3px;
	font-size: 24px;
}

.inPGPNavPagination{
	margin-bottom: 0 !important;
}
.cta{
	text-transform:uppercase;
}
.item > footer > section > footer {
	padding-top: 3ex;
	padding-left: 5px;
	padding-right: 5px;
	overflow: hidden;
}
.specificationDiv h4{
	font-size:17px !important;
}
.SolutionsCta{
	margin-bottom:2%;
}
.transparentBtn{
	border:1px solid #0085D5 !important;
	padding-left:15px !important;
	padding-right:15px !important;
	font-weight:400;
}

/*-------------pgp left filter background color for IE8-----------------*/

.fv-content .btn.btn-link,.fv-nav .btn.btn-link{

background: none !important;
}
/*---------------side nav yellow bar IE8------------*/

.lt-ie9 .item-collection.sidenav > .side-nav ~ *.active > header > .heading:after,
.lt-ie8 .item-collection.sidenav > .side-nav ~ *.active > header > .heading .ie-after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  height: 2ex;
  bottom: 0;
  border-left: 3px solid #ffcc00;
}


.lt-ie9 .item-collection.sidenav > .side-nav ~ *.active > header > .heading:before,
.lt-ie8 .item-collection.sidenav > .side-nav ~ *.active > header > .heading .ie-before {
 margin-left:3px;
}
/*Fix for Iteration1*/
.item-collection.sidenav > .side-nav .nav li.active a{
	padding: 0px 0px 0px 7px !important;
}
.item > footer > section > footer {
padding-top: 3ex;
padding-left: 5px;
padding-right: 5px;
overflow: hidden;
}
.pdpSections h3.heading{
	padding-left:10px !important;
}
/*End Fix for Iteration1*/
.specificationDiv h4{
	border-bottom:1px solid #D4D9DD !important;
	width: 70%;
	padding-bottom: 5px;
}
.section.col-half<headder{
	width:60%;
}
/*for ipad potrait*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) { 

body {
   padding-top: 0 !important;
  }
.pgpModalBody {
 width:33.33333333%; 
 }
span#browse-parts-title {
  padding: 13px;
  width: 84.8%;
  display: inline-block;
  border-bottom: none;
  line-height: 24px;
  font-size: 16px;
  /* margin-right: 2px; */
}

span#buy-parts {
  padding: 15px;
  background-color: #0085D5;
  color: white;
  margin-left: 5px !important;
  float: left;
  width: 14%;
  /* height: 51px; */
  /* margin: -10px -10px; */
  border: none;
  padding-left: 23px;
 text-transform: capitalize;
}

.container {
       min-width: 765px;
       max-width: 765px;
	padding-left: 10px !important;
	padding-right: 5px !important;
  }
body > header {
/*position: relative !important;*/
min-width: 765px !important;
margin-bottom: 2ex !important;
}
#footer {
min-width: 765px !important;
}
.item.hero {
    padding-top: 0;
	margin-left: 0px !important;
  }
#footer .footer-nav .agilent-details {
width: 285px;
}
.col-sixth {
width: 13.5% !important;
}
.container.homeSocialBar {
  padding: 0 0px !important;
}

}
 
/*Styles for iphone*/
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
#footer .footer-nav .footer-links dd {
font-size: 85%;
margin: 0;
line-height: 43%;
}
p{
max-width:100%;
}
body{
font-size:8px !important;
}
.lead {
font-size: 8px !important;
}
.pgpDesc{
font-size: 7px !important;
max-width: 100% !important;
}
#footer .footer-nav .footer-links dl {
	width: 20%;
}
.item.hero > .media .media-body > p {
font-size: 8px !important;
}
.item-collection .item .media-heading {
font-size: 8px !important;
}
.ProGroupDesc{
font-size: 8px !important;
}
p, li, dd, dt {
max-width: 80% !important;
}
.btn{
font-size:8px !important;
}
}
 
.fv-trigger{
	white-space: normal;
	display: inline-block;
	text-align: left;
	line-height:normal !important;
}
.solutionSegmentBox{
	border: 1px solid #D9D9D9;
	background-color:#FFF !important;
}
.solutionSegmentBox h4,.solutionSegmentBox span{
	margin-left: 6%;
	margin-right: 5%;
	display:inherit;
}
.solutionSegmentBox span{
	overflow:hidden;
}
.solutionSegmentBox hr{
	margin-top:10%;
	margin-bottom:5%;
}
.solutionSegmentBox .cta{
	text-align:center;
	 margin: 2ex 0 3ex;
}
.serviceTopic{
	font-weight:bold;
	margin-bottom:10px;
	display: inline-block;
}
.item.col-full> h4{
	padding-left:15px;
}
.pdpSections >footer{
	padding-left: 21px;
}
.pdpSections> section.col-third,.pdpSections> section.col-full{
	padding-left:1.5em !important;
}
.loading{
	position: fixed;
	left: 0px;
	top:0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background:url(../home_images/loader2.gif) 50% 50% no-repeat;
}
.specificationDiv>section{
	margin-left:10px !important;
}
.specificationDiv>div{
	margin-left:15px !important;
}
.specificationDiv>div>strong{
	margin-left:5px !important;
}
.specificationDiv .col-half{
	width:48.9% !important;
}
.ms-rteTableHeaderRow-Agilent{
	padding-bottom: 5px;
	font-size: 16px !important;
	font-weight:600;
}
.specificationDiv p{
	margin-bottom:0px !important;
	margin-top:0px !important;
}
.pdpSections>section h4,.pdpSections>section>header {
	padding-left: 0px !important;
 	font-family: Roboto, Helvetica, Arial, sans-serif;
}
.pdpSections>section .col-half{
	padding-left:0px;
}
.fa-search:before {
    content: "\e620";
	font-size:14px;
	float:left;
	line-height: 0.5;
}
header> ol.breadcrumb.container {
    padding: 1ex 21px;
    
}
.pdpSections>section.col-third ul,.pdpSections>section.col-full ul{
	padding-left:18px !important;
}
#nav-accordion .next li{
	 padding-top: 1ex;
	 padding-bottom: 1ex;
}

/* pgp sort alpha */
.sortAlpha{
  /* float: right; */
  width: 152px;
  line-height: 32px;
  right: 143px;
  position: absolute;
  top: 0px;
}
.sortAlpha:after{
  font-family: FontAwesome;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e60c";
  display: inline-block;
  position: absolute;
  top: 5px;
  font-size: 22px;
}
.verticaSeperator{
position: relative;
top: 6px;
padding: 2px;
}
.pgpVPP
{
/*width: 102px;*/
}
.pdpSections>section.col-full ul.meta-data,.pdpSections>section.col-half ul.meta-data,.pdpSections>section.col-third ul.meta-data{
	padding-left:0px !important;
}
#section-2-accordion dt:hover,.pgpFilters dt:hover{
	cursor:pointer;
}
.cta a:hover{
	color:#fff;
	text-decoration:none;
}
.cta a.transparentBtn:hover {
   color:#0085D5;
   text-decoration:none !important;
}
.media-object img:hover{
	cursor:pointer;
}
.pgpModalBody .checkbox input{
	position: relative;
	top: 2px;
	right: 4px;
}
.hide{
	display:none ;

}
/*--------related prod pagination------*/
.rightAlignRP{
float: right;
line-height: 45px;
height: 42px;
margin: 15px 0px;
margin-right: 15px;
padding-left: 23px;
}
/*Changes for saphier header*/
.top-nav ul li a:first-child,.top-nav ul li a:first-child:hover{
text-decoration: none;
color: #333333 !important;
font-weight: normal;
margin-left: 0px !important;
padding: 5px !important;
}
.top-nav ul li ul li a:first-child,.top-nav ul li ul li a:first-child:hover{
color: #0085d5 !important;
font-weight:normal;
}
.buyImg {
margin-left: 1% !important;
padding: 0.3% 0 0 1% !important;
vertical-align: top;
}
.displayNone{
	display:none;
}
.buyImg{
	float:left !important;
	margin-top: 0px !important;
}
.cartItem {
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  font-family: robotoregular,  "Microsoft YaHei" ! important;
  line-height: 3px;
  text-align: center;
  margin: 0px !important;
  position: relative;
  top: 5px;
}
.buySeperator{
margin-top: 17px;
float: left;
}
.homeSearch {
margin-left: 1%;
}
.homeSearchBox {
background-color: #FFFFFF !important;
border: 1px solid #828282;
color: #666666;
float: right;
height: 25px;
width: 215px;
padding-left: 5px;
}
.homeSearchImg {
float: right;
margin-left: 1%;
margin-top: 0.2%;
}
.top-nav ul {
line-height: 20px;
}
.primary-nav{
width: 100%;
float: left;
}
.top-nav {
padding-top: 1ex !important;
}
.topNavSubLink {
	background-color: #EEE;
	border: medium none #FFF;
	position: absolute;
	z-index: 4;
	width: 15%;
	box-shadow: 3px 3px 3px #888;
	float: left;
	margin-top: 0.6%;
	color: #0085d5 !important;
	padding-left: 13px;
	clear:both !important;
	display: block;
	text-align: left;
}
.activeTopNav {
	background-color:#EEEEEE !important;
	color:#000 !important;
}
/*Style for Shaphier footer*/
.homesocialBarDiv {
    background-color: #0085d5;
    clear: both;
    height: 58px;
    margin: 0 auto;
    min-width: 100%;
    overflow: hidden;
   /* width: 1200px;*/
}
.homeSocialBar ul{
	margin:0px !important;
	padding:0px !important;
}
.homeSocialBar ul li{
	width:auto !important;
	display:inline !important;
}
.toprtnav{
	color: #333333 !important;
    float: left;
font-size:11px;
}
.top-nav ul li a.btn {
    height: 30px;
}
.container.homeSocialBar {
    padding: 0 1.5%;
}
.footer-links>.col-sixth>span{
color: #aaaaaa;
font-family:  "Microsoft YaHei" ! important;
font-weight: bold;
font-size: 14px;
text-transform: uppercase;
float: left;
margin-bottom: 13px;
}
.footer-links ul{
	margin:0px !important;
	padding:0px !important;
}
.footer-links ul li{
	width:100%;
	clear:both;
}
.legal{
	width:100%;
	margin-top: 3.2%;
       margin-left: 10px;
}
.copyRight {
float: right;
color: #999999 !important;
font-size: 11px !important;
font-family:  "Microsoft YaHei" ! important;
font-weight: normal;
}
.legal ul {
width: 50%;
}
.legal ul li {
list-style: none;
display: inline;
}
.legal ul li a{
	font-size: 11px !important;
}
.legal ul li a:hover,.legal ul li a:active {
	text-decoration:none;
}
.aglientLogoTxt{
	float:left;
}
.logo img{
	float:left !important;
}
/*Footer Css - Added on march 05 start*/
.divClear {
clear: both;
}
.keysightTxt {
color: #999999;
font-weight: normal;
font-family:  "Microsoft YaHei" ! important;
font-size: 10px !important;
width: 84%;
}

.fl{
float:left;
}
.otherSite a,.blue {
color: #0085d5 !important;
text-decoration: none;
}
.utility{
height:70px;
}
/*Footer Css - Added on march 05 End*/
.aboutAglientLine, .resoursesLine, .shoppingLine, .supportLine {
  color: #CFCFCF !important;
  background-color: #cfcfcf !important;
  border: none !important;
  height: 1px !important;
  float: left;
  margin-bottom: 8px;
  margin-top: 5px !important;
  width: 100%;
}
.seperatorLine {
  color: #cfcfcf !important;
  background-color: #cfcfcf !important;
  border: none !important;
  float: left;
  height: 1px !important;
  width: 75%;
}
.footer-links >.col-sixth  a{
  color: #FFFFFF !important;
  line-height: 15px;
  text-decoration: none;
  font-family:  "Microsoft YaHei" ! important;
  font-weight: normal;
  font-size: 12px;
  margin: 3px 0px;
  display:inline-block;
}
/**/
/*--------pdp browse parts iteration-3 new css-----*/
.pgEllipsisTxt>span
{
background-color: transparent !important;
}
.AddCartPopUp p {
text-align: right;
padding: 0;
margin: 0;
max-width: none;
width: 98%;
float: left;
}

.ui-dialog {
overflow: hidden;
position: absolute;
top: 0;
left: 0;
padding: 0px;
outline: 0;
}
.ui-widget-header {
border: 1px solid #edeff0;
background-color: #edeff0;
color: #000;
font-weight: bold;
}
.ui-widget-content {
border: 1px solid #ddd;
background: #fff;
color: #333;
}
.ui-dialog .ui-dialog-titlebar-close {
position: absolute;
right: .3em;
top: 5px;
width: auto;
margin: -10px 0 0 0;
padding: 9px 0px;
height: auto;
}
button.ui-dialog-titlebar-close:before {
font-size: 23px;
color: #0085D5;
margin-top: 1px;
content: "\e611";
display: inline-block;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
line-height: 1;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
float: none;
}
/*.dataTables_length {
    font-size: 16px !important;
    font-weight: normal !important;
    text-align: right;
    margin-bottom: -36px;
    line-height: 16px;
    margin-right: 20px;
}*/
#browseTable_wrapper {
margin-top: -48px;
}
element.style {
width: 100%;
}
#browseTable {
//margin-top: 40px;
clear:both;
}

.showEntryDWArr {
margin-left: -4px;
top: -1px;
position: relative;
}
button.checkbox_filter:hover,button.checkbox_filter:active,button.checkbox_filter:focus,
.bpSortAsc:hover,.bpSortAsc:active,.bpSortAsc:focus,
.bpSortDsc:hover,.bpSortDsc:active,.bpSortDsc:focus{
text-decoration:none;
color: #0085d5;
}
button.checkbox_filter:after{
font-family: FontAwesome;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: "\e607";
display: inline-block;
font-size: 23px;
color: #0085d5;
/*line-height: 50px;*/
vertical-align: middle;
cursor:pointer;
}
.bpSortAsc:after {
font-family: FontAwesome;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 24px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: "\e60c";
display: inline-block;
position: absolute;
/* top: 5px; */
font-size: 19px;
}
.bpSortDsc:after {
font-family: FontAwesome;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 24px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: "\e60c";
display: inline-block;
position: absolute;
/* top: 5px; */
font-size: 19px;
color:#202020;
}
.applicationnote .item.media-left > .media > .media-object-container {
                width:6%;
}
.photo_right {
    float: right;
    padding-left: 15px;
    padding-bottom: 15px;
    width: 200px;
}
.categoryRowTitle{
width:30%;
}
/*added for banner image in solution segemnt page*/
.icon.item.hero > .media .media-body > .media-heading {
padding-left: 28px;
}
.icon.item.hero > .media .media-body > .media-heading:after {
content: " ";
display: inline-block;
vertical-align: middle;
width: 100px;
}
.icon.item.hero>header.media>.media-body>.media-heading::before {
  font-size: 67px;
  float: right;
  color: #fff;
  content: "\e615";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;  
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;  
  width: 100px;
  background: #000000 no-repeat center 20px;
  background-size: 60px;
  padding: 20px 0 20px;	
}
.pageTitle{
color:#303030 !important; 
margin-top: 10px !important;
}
.pageSubTitle{
 font-size:24px !important;
 color:#9BA6B0 !important;
 font-weight:200;
  font-family: roboto condensed;
}

.categoryContent>table th.categoryRowTitle,.solutionCategoryCr>table th.categoryRowTitle {
padding-top: 2em;
padding-bottom: 1em;
}
.solutionCategoryCr>table th.categoryRowTitle {
padding-left:0;
}
.contentDiv>section.item {
  margin-bottom: 0;
}

.item-collection.sidenav > .side-nav > header {
margin-left: -2000px;
padding-left: 1995px;
background-color: #f9f9fa;
border-bottom: 1px solid #edeff0;
}
.item-collection.sidenav > .side-nav .nav {
padding-top: 2ex;
margin-left: -2000px;
padding-left: 1995px;
background-repeat: repeat-x;
background-image:url(../home_images/bgFull.png);
}
.trainingEventTile .trainingEventbox{
cursor:pointer;
}
#fv-content-productsPage .item-collection>footer{
  padding-right: 42px;
  padding-left: 16px;
}
.InPGPNav #fv-content-productsPage .item-collection>footer {
  padding-right: 32px;
  padding-left: 10px;
}
/*Added on March17 for issue fixing*/
.pgp_mainContent>.item.col-third.card{
    margin-right:0px;
}
.pgp_mainContent>section.item.col-third.card,.products_section>.item.col-quarter{
    margin-bottom: 10px;
    padding-right: 3px;
}
.products_section>.item.col-third.card{
    margin-bottom: 10px;
    padding-right: 7px;
}
.InPGPNav>header>h3{
  padding-left: 11px;
  margin-top:48px;
  margin-bottom:35px;
}
section.item.col-third.card{
  margin-bottom: 12px;
  margin-left: 0px !important;
  padding-left: 6px;
}
.pgp_mainContent .item.card .media {
  background-color: #ffffff;
  padding: 10px 10px;
  border: 1px solid #d4d9dd;
  height: auto;
}

.topNavSubLink li{
	width:100%;
}
.topNavSubLink li a{
	text-transform:capitalize !important;
	font-size:12px !important;
      
}
.topNavSubLink li a:hover ,.topNavSubLink li a:focus{
	text-decoration:underline !important;
}
footer a.pull-right{
    color: #9BA6B0;
    margin-top: 28px;
    margin-bottom:25px;
}
footer a.pull-left{
    color: #0085D5;
    margin-top: 28px;
    margin-bottom:25px;
}
footer a.pull-left:hover,footer a.pull-right:hover,footer a.pull-left:active,footer a.pull-right:active,footer a.pull-left:focus,footer a.pull-right:focus{
   text-decoration:none !important;
}
.item > .media .media-object img {
 /* display: block;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  position: absolute;*/
  display: block;
  left: 0px;
  top: 0px;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  margin: auto;
}
.greyBtn {
  color: #9ba6b0 !important;
  border-color: #D3D8DC;
}
.SeeAllProductsCTA{
  margin-right:1.5em;
}
.solutionSegmentBox span{
margin-bottom: 10px;
}
.modal-open{
	overflow:hidden;
}
heading.leftNav_mainHeader a {
  color: #fff;
  text-decoration: none;
}
/*Style for solution category change request*/
.solutionCategoryCr>table>tbody>tr>th{
	width:50%;
}
.solutionCategoryCr>table>tbody>tr>td{
	padding-top: 2em;
  	padding-bottom: 1em;
	padding-left:2em;
}
.solutionCategoryCr>table>tbody>tr>td h4{
  color: inherit;
  font-size: 16px;
  line-height: 130%;
  margin-bottom: 1ex;
  font-family: Roboto,Helvetica,Arial,sans-serif;
  font-weight: 400;
  margin-top: 0px;
}
.solutionCategoryCr p.lead {
  font-weight: 200;
}
.solutionCategoryCr table {
 margin:0 !important;
}
.solutionCategoryCr>table>tbody>tr>th.categoryRowTitle>media-body>p{
	font-weight:200px !important;
}
.container >.solutionCategoryCr {
  padding-right: 0 !important;
}
/*End*/

.relatedItemsJSON >.item.card > .media > .media-body {
height:auto;
}
a#Btn-Browse-Parts:hover,a#Btn-Browse-Parts:active,a#Btn-Browse-Parts:focus,a#Btn-Request-Quote:active,a#Btn-Request-Quote:focus,a#Btn-Request-Quote:hover{
  background-color: #0b6092; 
  color:#FFF !important;
  text-decoration:none !important;
  border-color: #ccd1d4;
}
.transparentBtn:hover,.transparentBtn:active,.transparentBtn:focus{
  color: #333333;
  background-color: #ebebeb;
  border-color: #005f98;
  text-decoration:none !important;
}
.leftNav_mainHeader{
cursor:pointer;
}
.elipse {
    display: block;
}
section.item-collection.accordion.clear.pdpSections {
  padding-bottom: 20px;
}
h4.media-heading.center.pgpGetProducts {
  margin-top: 18px;
  margin-bottom: 3px;
  line-height: 22px;
}
.pgp_mainContent .pull-right {
    float: right !important;
    margin-top: 8px;
    margin-bottom: 17px;
}
.media-object-container.pgpGetProducts {
  padding-top: 20px;
  padding-bottom: 10px;
  /*height: 227px;*/
}
.relatedItemsJSON p.lead{
margin-top:0px !important;
}
.relatedItemsJSON h6{
margin-bottom:0px !important
}
#currentImg img {
  display: block;
  left: 0px;
  top: 0px;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  margin: auto;
  width: auto;
  height: auto;
}
.accordion dl dt.active {
  color: #202020;
  border-bottom: 1px solid #0085d5;
}
.accordion dl dd.in {
  border-bottom: 1px solid #0085d5;
}
.accordion dl dd a.pull-left ,.accordion dl dd a.pull-right{
margin-top:20px !important;
margin-bottom:0px !important;
}
.pdpMainDesc header .media-body ul{
  padding-left: 16px;
}
.pdpMainDesc header .media-body ul.meta-data {
  padding-left: 0px !important;
   margin: -2px 0px 20px 0px;
}
.pdpMainDesc header .media-body .lead
{
margin-top: 10px;
}
.pdpMainDesc header .media-body p,.item header .media-body ul{
  /*width:590px;*/
  width:75%;
}
li.pgEllipsisTxt span {
  border: none;
  line-height: 8px;
  font-size: 18px;
  padding: 6px 4px;
}
.InPGPNav .fv-content > header {
    width: 100%;
    height: 70px;
    padding: 0px 15em !important;
    border-top: 1px solid #D4D9DD;
    background-color: #FFF;
}
.InPGPNav > .fv-content {
    padding-left: 12px !important;
}
.InPGPNav .fv-content .filter-horizontal .fh-content {
  float: left;
  border-top: 1px solid #d4d9dd;
  background-color: #edeff0;
  padding-top: 20px;
  padding-bottom: 8px;
  padding-left: 0px;
  padding-right: 15px;
  margin: 0;
  width: 100%;
}
.cta {
    margin-bottom: 0;
    margin-top: 45px;
}

span#browseTable_next:before {
  font-family: FontAwesome;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e60b";
  position: relative;
  top: 5px;
  left: 3px;
  font-size: 24px;
  margin-left: -10px;
  margin-right: -6px;
}
span#browseTable_previous:before {
  font-family: FontAwesome;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e60a";
  position: relative;
  top: 5px;
  left: 3px;
  font-size: 24px;
  margin-left: -11px;
  margin-right: -9px;
}
#browseTable_paginate span.paginate_button, #browseTable_paginate span.paginate_active{
  /* margin-right: 10px; */
  width: 25px;
  height: 33px;
  font-size: 14px;
  padding: 6px 7px;
  margin: 1ex 0.3em;
  border-radius: 1px;
  /* display: inline-block; */
  }

span.paginate_active {
  z-index: 2;
  color: #303030;
  background-color: #edeff0;
  padding: 2px 4px;
  border: 1px solid #9ba6b0;
  cursor: default;
}
section.item-collection.buy-parts.container
{
  margin-top: 58px;
  margin-bottom: -10px;
}
section.item-collection.buy-parts.container.collapse.in {
  display: block;
}
#browseTable>thead tr.header>th:first-child button
{
padding-left:16px;
}
.relatedProductsStyle{
margin-left:15px;
}
.pdpSections section.item.col-third{
padding-left:0px
}
.pagination > li.page-forward > a{
  margin-right: 0px;
}
ul.pagination.pull-left.relatedProdPagination {
  margin-left: 0px;
  padding-left: 12px;
}
.lt-ie9 span#browse-parts-title,.lt-ie8 span#browse-parts-title {
padding: 13px;
width: 86.1%;
display: inline-block;
border-bottom: none;
line-height: 24px;
font-size: 16px;
}
.lt-ie9 span#buy-parts,.lt-ie8 span#buy-parts {
padding: 15px;
background-color: #0085D5;
color: white;
margin-left: 5px !important;
float: left;
width: 13%;
border:none;
  padding-left: 23px;
 text-transform: capitalize;
}
.icon.item.hero.medical>header.media>.media-body>.media-heading:before {
  content: "\e60d";
}
form#requestQuoteForm {
  margin: 0;
}
@media (max-width: 991px) {
.homesocialBarDiv {
  background-color: #0085d5;
  clear: both;
  height: 58px;
  margin: 0 auto;
  min-width: 849px;
  overflow: hidden;
  /* width: 1200px; */
}
}
.appliedFilters {
  color: #414141;
  font-weight: 200;
  padding-right: 10px;
  float: left;
  position: relative;
  top: 10px;
}

span.appliedFilterValues:after {
  font-size: 12px;
  color: #0085D5;
  margin-top: 1px;
  content: "\e611";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: bold;
  line-height: 1;
  padding: 9px;
  padding-right: 1px;
}

span.appliedFilterValues {
  border: 1px solid #F4F3F1;
  padding: 0px 5px;
  margin: 3px;
  color: #9ba6b0;
  font-weight: 200;
  cursor: pointer;
  float: left;
}
.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
  text-decoration: none;
}

th.appliedFiltersCol {
  padding-left: 23px;
  width: 100%;
}
.noBrowseData{
  text-align: center;
  border: 1px solid #E6E6E6;
  color: red;
  padding: 20px;
  /* width: 100%; */
  margin: 0px 6px;
}
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) {
.pgp_productsPage_heading{
margin-left:85px !important;
}

.filter-vertical > .container .fv-content > header .vpp > button {
  display: inline-block;
  position: relative;
  margin-top: 12px;
  margin-right: 0px;
  border: 0;
  text-decoration: none;
  padding-right: 27px;
}
.filter-vertical > .container .fv-content > header .vpp > button:after {
  font-family: FontAwesome;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e607";
  display: inline-block;
  position: absolute;
  top: 0px;
  right: 6px;
  font-size: 23px;
}
.sortAlpha {
  /* float: right; */
  width: 152px;
  line-height: 32px;
  right: 53px;
  position: absolute;
  top: 0px;
}
}

.pgpFilterTopHeading>.container
{
min-width:849px\9;
max-width:1280px\9;
}
.ui-dialog-content .col-third{
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 14px;
  color: #202020;
}
.ui-dialog-content .col-third input[type="checkbox"] {
  position: relative;
  top: -1px;
  right: 3px;
}
#browseTable>tbody>tr>th>a{
  padding-left: 13px;
}
.solapplication>section.item.hero.first.icon {
  margin-bottom: 0px;
}
.addToCart.active ,.addToCart:active {
  background-color: #0b6092;
  color: #fff;
}
.qty input.form-control:-webkit-input-placeholder {
  color: #0085D5;
}
.qty input.form-control:-moz-input-placeholder {
  color: #0085D5;
}
.addCartWithTick:before {
border-right: 5px solid transparent;
  border-left: 5px solid black;
  content: '';
  position: relative;
  position: relative;
  content: '';
  top: -60px;
  right: 0px;
  width: 0px;
  height: 0px;
   border: 16px solid transparent;
  border-bottom: 13px solid #efefef;
}
.addCartWithOutTick:before {
border-right: 5px solid transparent;
  border-left: 5px solid black;
  content: '';
  position: relative;
  position: relative;
  content: '';
  top: -57px;
  right: 20px;
  width: 0px;
  height: 0px;
   border: 16px solid transparent;
  border-bottom: 13px solid #efefef;
}
#video_wrapper{
	height:667px;
}
#browseTable_paginate {
  font-family: Roboto,Helvetica,Arial,sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #0085D5;
  cursor: pointer;
  width: auto; 
  padding-top: 12px;
  float: left;
  margin-right: 15px;
}
td.desc {
  /*text-align: center;*/
  max-width: 300px;
}
.descHead{
  /*text-align: center;*/
  }
/*contact us */
.quicktips {
    font-size: 10pt;
    margin-bottom: 0;
    padding-left: 5px;
    text-decoration: underline;
}
.FormEle ul {
    margin-top: 5px;
    padding-left: 16px;
}
#return{
    margin-bottom: 100px;
}
.contact_us > section {
    margin-bottom: 0;
    padding-top: 30px;
}

/*--------pdp new vpp-----*/
.btn-group.pdp.vpp  button:after {
  font-family: FontAwesome;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e607";
  display: inline-block;
  position: absolute;
  top: 6px;
   font-size: 23px;
  color: #0085d5;
  cursor: pointer;
}
.pdp.vpp .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  text-decoration: none;
}

div#browseTable_length {
  font-size: 16px !important;
  font-weight: normal !important;
  text-align: right;
  position: relative;
  top: 3px;
}
.pdp.vpp .dropdown-menu > li {
  margin: 0;
  text-align: right;
}
 .vpp.pdp {

  height: 100%;
   position: relative;
  float: right;
}

 .vpp.pdp > button {
  display: inline-block;
  position: relative;
 // margin-top: 2ex;
  margin-right: -5px;
  border: 0;
  text-decoration: none;
  padding-right: 27px;
}
.vpp.pdp .vppDropDown {
  top: 27px !important;
  min-width: 134px !important;
  left: 0 !important;
  position: absolute !important;
 width: 134px !important;

}
.vpp.pdp .dropdown-menu > li > a {
    text-align: right !important;
    width: 100%;
    display: inline-block;
    line-height: 17px ;
    padding-right:3px;
}

 .vpp.pdp .dropdown-menu > li > a:hover{
background-color:#0085d5;
color:#FFF !important;
text-decoration:none;
}
.item.product .buy-parts form .vpp.pdp > button {
  margin-right: 19px;
}
/*contact Us*/
.contact_us{
	width: 90%;
  margin: 0 auto;
  background: #fff;
  padding: 0 3%;
}
.contact_us>section>header.headers {
  padding-top: 40px;
}
.contact_us_body{
	padding-top:144px;
	background:#F6F6F6 !important;
}
.contact_us_body header.headers p {
  margin: 10px 0;
  font-size: 20px;
  font-weight: bold;
}
.contact_us .checkbox_list label {
  font-weight: normal;
  position: relative;
  top: -2px;
  margin-left: 5px;
}
.checkbox_list {
  width: 60%;
  display: inline-block;
}
.checkbox_list >div {
  float: left;
  padding: 4px 0;
  width: 280px;
}
.contact_us .checkbox_list label {
  font-weight: normal;
  position: relative;
  top: -2px;
  margin-left: 5px;
  word-wrap: break-word;
  font-size: 13px;
}

.forn_hr {
  margin: 0;
  font-weight: bold;
  margin-bottom: 10px;
}
.contact_us form {
  margin: 0;
}
.contact_us input[type="text"] {
  border: 1px solid #dcdcdc;
  width: 223px;
}
span.av_ div {
  font-weight: normal;
  color: #000;
  height: 30px;
}
.FormEle {
  display: inline-block;
  clear: both;
  width: 100%;
  padding: 5px 0;
}
.lbl {
  width: 250px;
  float: left;
}
.lbl label {
  font-weight: normal;
}
.formcont {
  width:360px;
  float: left;
}
.contact_us span.italic {
  font-weight: normal;
}
.numbers input[type="text"] {
  width: 110px;
}
.numbers input[type="button"] {
  margin-left: 20px;
}
.bl_ {
  width: 607px;
  color: #000000;
  height: auto;
  background-color: #c0c0c0;
  min-height: 38px;
}
.contact_us textarea {
  width: 500px;
  height: 70px;
}
.submitbtn{
    text-align: center;
  width: 500px;
  margin-bottom: 100px;
}
.submitbtn input{
 margin-left:10px;
 }
.quoteTitle {
    background: url("../home_images/darkgrayBg.gif") repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.contactcontainer td{
	padding:0;
}
#customcontactusphnumber {
    font: 12px Helvetica !important;
    padding: 0 18px 12px 0 !important;
    vertical-align: top !important;
}
#countryselect{
width: 280px;
}
.contactcontainer table, .contactcontainer ul, .contactcontainer td, .contactcontainer h2, .contactcontainer h3, .contactcontainer h4, .contactcontainer h5, .contactcontainer h6{
  border: 0 none;
    font-family: inherit;
    font-size: 12px;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0 none;
    padding: 0;
}
.emailasst {
    margin: 10px 0 !important;
}
.contactcontainer{
 margin: auto auto 40px;
}
#countryname{
	width:225px;
}
.title_part > h2 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
.title_part {
	padding:0;
}
/*contact us end*/
@media (max-width: 991px)
{
.SeeAllProductsCTA {
  margin-right: -3px;
}

}

@media (min-width: 1200px)
{
.SeeAllProductsCTA {
  margin-right: 5px;
}

}
.category-table td span {
  padding: 0px 5px;
}
.item > .media > .media-body i {
  font-size: 12px;
}
/*heroBox from homepage-homeStyle has less width 
.heroBox{
width:50% !important;
height:auto !important;
}*/
/*code for header right search bar*/
.homeSearchImg {
  margin-left:2%;
  margin-right:0;
}
.homeSearch {
  width: 450px;
  float: right;
  margin: -33px 0 0 0;
  text-align: left;
  clear:left;
  }
  nav.top-nav > ul {
  width: 97%;
  margin: 0;
}
.homeSearchBox {
  width: 223px;
}
nav.top-nav > ul {
  width: 410px;
  margin: 0;
  float: right;
}
.top-nav ul li#topRtNav1 {
  margin:0;
}
.top-nav > ul > li {
  float:left;
  padding-right:3px !important;
}
/*4-may for header top right search bar ends here */
.toprtnav{
    color: #EFEFF0 !important;
    float: left;
}
header nav.top-nav ul li a span {
  font-family: roboto_condensedregular, Arial, Helvetica, sans-serif !important;
  font-size: 12px !important;
}
.top-nav *, .top-nav a {
	color:#fff;
}
.cartNum {
  color: #FFFFFF;
  font-size: 12px;
  font-weight: normal;
  font-family:  "Microsoft YaHei" ! important;
  line-height: 8px;
  text-align: center;
  margin: 10px 0 0 0 !important;
}
.dropDownTriangle:before {
  content: "\e609";
  display: inline-block;
  font-family: FontAwesome;
  cursor: pointer;
  float: right;
  height: 5px;
  margin-left: 1px;
  line-height: 10px;
  width: 9px;
  font-size: 17px;
}
.dropDownTriangle {
	  margin-left: 1px;
}
.homeSocialBar {
	width:auto;
}