@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: robotoregular, Arial, Helvetica, sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
body {
  margin: 0;
  font-weight: 200;
  font-size: 14px;
}
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,
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;
}
body {
	color: rgb(65, 65, 65); background-color: rgb(255, 255, 255);
}
* {
    -moz-box-sizing: border-box;
}
body {
  font-family: robotoregular, Arial, Helvetica, sans-serif;
  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.95);
	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;
}
}
.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(../agilent_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: robotoregular, Arial, Helvetica, 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 -1px;
    background:url('../agilent_images/icon-agilent-spark-1x.png') no-repeat scroll -60px 5px transparent;
    transition: #3A6EA5 250ms ease 0s;
}
.primary-nav > li {
    padding: 0px 50.5px 0px 0.4em;
    display: inline-block;
    margin-bottom: 0px !important;
    float: left;
    margin-top: 0px;
}
.primary-nav > li > a {
    position: relative;
    display: block;
    line-height: 53px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin: 0px;
    text-align: center;
    letter-spacing: 1px;
    color: #FFF !important;
    text-decoration: none !important;
    font-weight: normal;
    font-family: roboto_condensedbold,Arial,Helvetica,sans-serif !important;
    font-size: 14px;
    text-transform: uppercase;
    padding-right: 0px !important;
    outline: medium none !important;
    margin-right: 2px !important;
}
.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('../agilent_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;
}
#nav-accordion .nav-dropdown .page .breadcrumb:before {
    content: none;
}
.breadcrumb:before{
background: none repeat scroll 0px 0px #FFF;
border-bottom: 1px solid #0085D5;
 height: 22.4px;
left: 0px;
margin-top: -1ex;
 padding: 1ex;
 position: absolute;
 right: 0px;
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: robotoregular, Arial, Helvetica, sans-serif !important;
    font-size:12px !important;
    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: robotoregular, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 130%;
    margin: 1ex 0.4em;
    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-accordion .nav-dropdown .page h6 {
    padding: 1ex 0.5em;
}
h6, .h6 {
    font-family: robotoregular, Arial, Helvetica, sans-serif;
    font-weight: 400;
	font-size: 16px;
	margin:0;
}
.item.hero {
    padding-top: 217px;
}
.item {
  margin-bottom: 10px;
}
.item > .media {
    overflow: hidden;
}
.item.hero > .media .media-body > .lead {
       font-family: roboto_condensedlight, Arial, Helvetica, sans-serif !important;
	color: inherit;
	font-size: 28px;
	margin-bottom: 1ex;
	line-height: 100%;
       margin-top: 0;
       color:#303030 !important;
}
.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: #808A8E;
}
.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: 14px;
  color:#303030;
}
.item > .media > .media-body .lead {
  margin-top: 18px;
}

h4, .h4 {
    font-family: robotoregular, Arial, Helvetica, sans-serif;
    font-size: 21px;
}
.soltitleSec{
padding:0 !important;
} 
.item.hero > .media .media-body > .media-heading {
    background: none repeat scroll 0 0 rgba(48, 48, 48, 0.8);
    color: #fff;
    font-family: roboto_condensedlight,Arial,Helvetica,sans-serif !important;
    font-size: 28px !important;
    height: 65px;
    margin-left: -0.75em;
    padding: 18px 22px 20px ;
    position: absolute;
    top: 212px;
    vertical-align: middle;
    width: auto;
}

.soltitleSec img,.soltitleSec svg{
   background-color: transparent;
    fill: #fff;
    height: 61px;
    position: absolute;
    right: 7px;
    top: 1px;
    width: 45px;
}
.soltitleSec svg *[fill="#FFFFFF"]{
  fill: #000000;
}
.soltitleSec svg *[fill="#000000"]{
  fill: #ffffff;
}
.soltitleSec img{
  width: auto;
  height: 100%;
  right: 0;
  top: 0;
  background-color: #000;
}
.soltitleSec p{
  margin: 18px 86px 0 22px;
}
.soltitleSec span {
    background: none repeat scroll 0 0 #000;
    display: block;
    height: 65px;
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
}
.item.hero > .media .media-body {
    padding-bottom: 54px;
    padding-left: 3px;
}
.item.hero > .media .media-object {
    position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	padding-top: 360px;
	z-index: -1;
	text-align: left;
    max-width: 1280px;
    margin: auto;
}
/*Style for left navigation links and its description*/
.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;
}
.list-unstyled, .nav {
    margin-left: 0px;
    padding-left: 0px;
    list-style: none outside none;
}
.item-collection.sidenav > .side-nav .nav li {
    margin-bottom: 2ex;
}
.item-collection.sidenav > .side-nav .nav li a {
    font-family: roboto_condensedlight, Arial, Helvetica, sans-serif !important;
    font-size: 16px;
    margin: 0px;
    padding: 0px 0px 0px 10px;
    color: #2281C4;
}
.item-collection.sidenav > .side-nav .nav li.active > a {
    border-left: 3px solid #FC0;
    color: #202020;
    font-family: roboto_condensedregular, Arial, Helvetica, 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: roboto_condensedlight,Arial,Helvetica,sans-serif !important;
    font-weight: 300;
    color: #303030;
    font-size: 24px !important;
    line-height: 100%;
    margin: 0px;
    white-space: nowrap;
}
.item-collection.sidenav > .side-nav ~ * > header {
	position: relative;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 10px;
	margin-bottom: 20px;
	height: 69px;
	border-bottom: 1px solid #edeff0;
}
.item-collection > header > .heading {
    	position: relative;
	font-family:roboto_condensedlight, Arial, Helvetica, sans-serif !important;
	font-size:28px;
       color:#303030;
	margin-top: 45px;
    	margin-bottom: 30px;
}
.item-collection .item .media-heading {
    color: #0085D5 !important;
    font-size: 16px;
    line-height: 130%;
    margin-bottom: 1ex;
    font-family: robotoregular, Arial, Helvetica, sans-serif !important;
    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;
}
* {
    -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;
    font-size: 14px;
    line-height: 1.4;
    border-radius: 0px;
    -moz-user-select: none;
    font-family: robotomedium, Arial, Helvetica, sans-serif !important;
    padding: 8px 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%;
}
.item .meta-data li:last-child:after {
    content: none;
}
/*End*/
/*Styles for Footer*/
footer a {
    color: #808A8E ;
}
.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;

}
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: 2em;
  width: 310px;
}
#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;
}
#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: robotoregular, Arial, Helvetica, 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('../agilent_images/footer_icon_location.png') no-repeat;
	width:18px;
	height:24px;
}
.mailIcon{
	background:url('../agilent_images/footer_icon_email.png') no-repeat;
	width:18px;
	height:13px;
}
.phoneIcon{
	background:url('../agilent_images/footer_icon_phone.png') no-repeat;
	width:18px;
	height:17px;
}
.needassitant .mailIcon{
	background:url('../agilent_images/footer_icon_emailBlue.png') no-repeat;
	width:18px;
	height:13px;
}
.needassitant>.phone>.phoneIcon{
	background:url('../agilent_images/footer_icon_phoneBlue.png') no-repeat;
	width:18px;
	height:17px;
}
.needassitant .globeIcon{
  background: url('../agilent_images/icon-globe.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:1240px;
}

span#buy-parts {
padding: 15px;
background-color: #0085D5;
color: white;
margin-left: 5px !important;
float: left;
width: 11%;
border:none;
  padding-left: 22px;
  text-transform: capitalize;
font-size:16px !important;
}
span#browse-parts-title {
padding: 14px;
width: 88.2%;
display: inline-block;
border-bottom: none;
line-height: 24px;
font-size: 16px;
color:#5A6772;
}
/*Media query*/
@media (min-width: 1200px) {
  .container {
    max-width: 1240px;
  }
}
/*End of media query*/
.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;
    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: robotoregular, Arial, Helvetica, 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;
}
.panel, .btn {
    border-radius: 0;
}
.btn-primary {
    background-color: #0085D5;
    border-color:1px solid #F4F3F1;
    color: #FFFFFF;
}
.table-vertical tr th {
    border-right: 2px solid #F4F3F1;
    font-weight: normal;
    padding-bottom: 2em;
    padding-right: 1em;
}
.table-vertical tr td {
    padding-bottom: 2em;
    padding-left: 0.5em;
}
.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 > * > 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: robotoregular, Arial, Helvetica, 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: robotoregular, Arial, Helvetica, 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 > 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: #808A8E;
}
#browseTable tr.header th button,#browseTable th a {
color: #808A8E;
}
.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: context-menu;
    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 {
    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 {
  /* commenting for issue 13644 position: relative; */
  //padding-left: 5px;
 // padding-right: 4.5px;
    margin:auto;
}
/*13644*/		
span#buy-parts{		
	cursor:pointer;		
	}
.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 > 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: robotoregular, Arial, Helvetica, 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: 55px;
    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;
}
/*---css for products tiles---*/
.item.card > .media {
  background-color: #ffffff;
  padding: 15px 20px 10px;
  border: 1px solid #d4d9dd;
  height: 350px;
  width:100%;
}
.item.card > .media > .media-body {
  padding-top: 15px;
  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: 1.25ex;
    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: 0px 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.container > .media-object-container {
    margin-right: 0;
 margin-top: 0;	
}
.item.zoom > .media > .media-object-container {
    height: 322px;
    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;
	/* APP-2739 */		
	line-height:1.2;		
	/*APP-2741*/		
	color:#808A8E;
}
.filters > section form > .checkbox {
    margin-top: 0;
    padding-left: 0%;
    padding-right: 2%;
}
.col-quarter {
    width: 25%;
}
input[type="search"] {
    -moz-box-sizing: border-box;
}

/*style for PNP page*/
 .PNPheading {
    font-family: robotoregular, Arial, Helvetica, 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: robotoregular, Arial, Helvetica, 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;
}
#browseTable_paginate{
	font-family: robotoregular, Arial, Helvetica, 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;
}
.tableButton {
   float: right;
   margin-top: -19px;
}
#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-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: robotoregular, Arial, Helvetica, sans-serif;
    font-size: 16px;
	color: #0085D5; 
}
thead tr th:first-child.tableLabel{
	font-weight: normal !important;
	font-family: robotoregular, Arial, Helvetica, sans-serif;
    	font-size: 16px;
	padding-left: 18px;
}
.ProGroupDesc{
	width: 100%;
	margin-bottom:46px;
	line-height:1.5em;
}
.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(../agilent_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: robotoregular, Arial, Helvetica, 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: 14px;
  width: 84.8%;
  display: inline-block;
  border-bottom: none;
  line-height: 24px;
  font-size: 16px;
  color:#5A6772;
}
span#buy-parts {
  padding: 15px 15px 15px 19px;
  background-color: #0085D5;
  color: white;
  margin-left: 5px !important;
  float: left;
  width: 14%;
  border: none;
  text-transform: capitalize;
  font-size: 16px;
}
}
@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;
}

}
@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(../agilent_images/icon-market-01-food-2x.png);
  }
}
@media (max-width: 991px) {
  .item.hero {
    padding-top: 0;	
  }
.item.hero > .media .media-body > .lead {
  padding-top: 75px;
}
  .item.hero > .media .media-body > .media-heading{
  top: 0px;
  margin-left: 0;
  background: none repeat scroll 0 0 rgba(48,48,48,0.8) !important;
  color: #fff !important;
  font-family: roboto_condensedlight,Arial,Helvetica,sans-serif!important;
  font-size: 28px!important;
  height: 65px !important;
  margin-left: -.75em;
  padding: 14px 30px 7px!important;
  position: absolute;
  top: 0px;
  vertical-align: middle;
  width: 43%;
}
.icon.item.hero>header.media>.media-body>.media-heading::before {
  background: none repeat scroll 0 0 #000000;
  color: #fff;
  content: "\e615";
  display: inline-block;
  float: right;
  font-family: FontAwesome;
  font-size: 45px;
  font-style: normal;
  font-weight: normal;
  height: 62px !important;
  padding-top: 3px !important;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  vertical-align: middle;
  width: 60px;
}
  .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;
  }
}
@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: 994px) {
 .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(../agilent_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(../agilent_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: 14px;
  width: 88.2%;
  display: inline-block;
  border-bottom: none;
  line-height: 24px;
  font-size: 16px !important;
  color:#5A6772;
}

span#buy-parts {
  padding: 15px;
  background-color: #0085D5;
  color: white;
  margin-left: 5px !important;
  float: left;
  width: 11%;
  border: none;
  padding-left: 19px;
 text-transform: capitalize;
font-size: 16px !important;
}

}
@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: 14px;
  width: 84.8%;
  display: inline-block;
  border-bottom: none;
  line-height: 24px;
  font-size: 16px;
  color:#5A6772;
}

span#buy-parts {
  padding: 15px;
  background-color: #0085D5;
  color: white;
  margin-left: 5px !important;
  float: left;
  width: 14%;
  border: none;
  padding-left: 19px;
 text-transform: capitalize;
 font-size: 16px !important;
}

}
@media (max-width: 849px) {
  .home .news .other-news > * {
    width: 100%;
  }
  .pgpModalBody
  {
  width: 50% !important;
  }
span#browse-parts-title {
  padding: 14px;
  width: 84.8%;
  display: inline-block;
  border-bottom: none;
  line-height: 24px;
  font-size: 16px;
  color:#5A6772;
}

span#buy-parts {
  padding: 15px;
  background-color: #0085D5;
  color: white;
  margin-left: 5px !important;
  float: left;
  width: 14%;
  border: none;
  padding-left: 19px;
 text-transform: capitalize;
font-size: 16px !important;
}

}

.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: 230px;
	width: 228px;
	text-align:center;
	display:table-cell; 
	vertical-align:bottom;

	
}
.coloum-third{
	width: 25%;
}
.solutionsTitle {
  color: #909ba5;
  width: 100%;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  display: inline-block;
}
.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: robotoregular, Arial, Helvetica, 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;
	}
/*style for browse part table*/
.browsePartPlus {
    background-image: url('../agilent_images/plus.png');
    background-repeat: no-repeat;
    background-position: -3px 10px;
}
.browsePartMinus {
    background-repeat: no-repeat;
    background-image: url('../agilent_images/minus.png');
   background-position: 1px 17px;
}
.selectedRowCOlor{
color: #202020;
font-family: robotomedium, Arial, Helvetica, sans-serif;
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;
}
.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-size: 14px;
padding-left: 12px; 
}

.qty input.form-control:focus, .qtyFocus {
  border: 1px solid #5a6772;
  outline: none !important;
  color: #202020;
  font-family: robotomedium, Arial, Helvetica, sans-serif;
}
.qty  input.form-control{
width: 6em;
margin-left: 50px;
text-align: center;
color: #0085d5;
font-size:14px;
box-shadow:none;
}
div.paginationText {
   margin-top: 35px;
}
.btn:active, .btn.active {
outline: none;
background-image: none;
box-shadow: none !important;
color:#202020;
font-family: robotomedium, Arial, Helvetica, sans-serif;
}
select::-ms-expand {
    display: none;
}
#browseTable_wrapper{
	margin-top: -38px;
}
.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;
background-color: #f4f3f1;
}
.categoryContent,.solutionCategoryCr {
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;
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: 5em;/*Added for fixing a padding bottom issue*/
}
.categoryContent .table-vertical tr td span a{
color: #0085D5;
font-siZe: 13px !important;
font-family:robotoregular, Arial, Helvetica, sans-serif !important;
}
.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: 0ex;
font-family: robotoregular, Arial, Helvetica, 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 !important;
line-height: 130%;
margin-bottom: 0px;
font-family: robotoregular, Arial, Helvetica, sans-serif !important;
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;
}
.category-table{
       background-color: #f4f3f1;
}
.container >.categoryContent> .category-table,.container >.categoryContent> .category-table> tbody> tr>th{
	padding-left:0 !important;
	margin-left:0 !important;
	margin-right:0 !important;
       background-color: #fff;
}
.container >.categoryContent {
	padding-right:0 !important;
}
.category-table p{
	margin-top:0px;
	font-size: 13px !important;
	color:#5A6772;
	font-family:robotoregular, Arial, Helvetica, sans-serif !important;
}
/*--------------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 {
  color: #808A8E;
  font-weight: 200;
  margin-right: 30px;
  float: right;
  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 2ex 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: #808A8E;
  background-color: #0085d5;
  color: white;
  font-size: 16px !important;
  font-family: robotomedium, Arial, Helvetica, sans-serif !important;
  display: table-cell;
  line-height: 22px;
  padding: 0px 32px 0px 30px;
  padding-right: 5px;
  vertical-align: middle;
  width: 210px;
}
.filter-vertical > .container .fv-nav > p {
  height: 49.7px;
  margin: 0;
  padding-left: 33px;
  color: #808A8E;
  font-weight: 400;
  background-color: white;
  line-height: 50px;
  border-bottom: 1px solid #d4d9dd;
  font-size:14px;
  font-family:robotomedium, Arial, Helvetica, sans-serif !important;
}
.filter-vertical > .container .fv-nav .filters {
  margin: 0;
}
.filter-vertical > .container .fv-nav .filters dt {
  margin: 0;
  border-bottom: 1px solid #d4d9dd;
  padding-left: 33px;
  color: #808A8E;
  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: 12px;
  font-size: 16px;
  color: #0085d5;
  font-family:FontAwesome;
}
.filter-vertical > .container .fv-nav .filters dt.active {
  color: #303030;
  font-family:robotomedium, Arial, Helvetica, sans-serif !important;
  font-size:14px;
  font-weight: 500;
}
.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;
  font-weight: 400;
  width: 100%;
  padding: 0;
}
.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;
  color: #808A8E;
  text-decoration: none;
  padding: 10px 5px 10px 33px;
  width: 100%;
  font-family:robotoregular, Arial, Helvetica, sans-serif !important;
  font-size:14px;
}
.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-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;
  border-bottom: 1px solid #d4d9dd;
  background-color: white;
}
.filter-vertical > .container .fv-content > header .heading {
  display: inline-block;
  margin: 0;
  line-height: 68px;
  font-family:roboto_condensedlight, Arial, Helvetica, sans-serif !important;
  font-size:24px !important;
  color:#5A6772;
}
.filter-vertical > .container .fv-content > header .vpp {
  
 
  right: 46px;
  position: absolute;
  top: 6px;
}
.filter-vertical > .container .fv-content > header .vpp > button {
  display: inline-block;
  position: relative;
  margin-top: 13px;
  margin-right: -18px;
  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: 7px;
  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: 96.2%;
  height: auto !important;
  padding: 0 1.5em;
  background-color: white;
  overflow:auto;
  -webkit-padding-after: 1px;
}
.filter-horizontal .filter-tabs .fh-modal-trigger {
  float: left;
  list-style: none;
  line-height: 47px;
  margin: 0 2em 0 0;
  padding: 0;
  border: 0;
  text-decoration: none;
}

/* fix :APP-356 */
.filter-horizontal .filter-tabs .fh-modal-trigger {

float: left;
list-style: outside none none;
line-height: 8px;
margin: 6px 2em 8.3px -5px;
padding-left: 20px;
padding-right: 20px;
text-decoration: none;
border: 1px solid;
padding-bottom: 13px;
padding-top: 13px;
}

/*ends oneseven-13777 */

.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;
}
/*------------model overlay header-footer alignment----------------*/
 .filter-horizontal .filter-tabs.pgp_productFilters .fh-modal-backdrop .fh-modal-content > header {
  padding: 20px 20px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: #edeff0;
  padding-left: 42px;
  padding-right: 17px;
}
.pgp_productFilters .fh-modal-clear{  
padding-left: 25px;
}
/*------------model overlay header-footer alignment----------------*/
.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: #808A8E;
}
.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;
}
.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: auto;
 /*padding: 0 14px 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;
  margin: 0 1em 0 0;
  color: #808A8E;
  font-family:robotoregular, Arial, Helvetica, sans-serif !important;
  font-size:14px;
}
.filter-horizontal .applied-filters > .btn.applied-filter {
  display: none;
  position: relative;
  background-color: white;
  border: 2px solid #d4d9dd;
  line-height: 15px;
  vertical-align: baseline;
  margin-right: .75em;
  padding-right: 2em;
  padding-left: .65em;
  font-family:robotoregular, Arial, Helvetica, sans-serif !important;
  font-size:14px !important;
  color:#5A6772;
}
.filter-horizontal .applied-filters > .btn.applied-filter.exist {
 display: inline-block;
  vertical-align:middle;
}
.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;
   -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e611";
  display: block;
  position: absolute;
  top: 9px;
  right: 5px;
  font-size: 14px;
  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: 11px 15px 8px 7px;
  margin: 0;
  width:100%;
}
.filter-horizontal footer {
  float: left;
  width: 100%;
  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;
  overflow: hidden !important;
}
.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;
  -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: #808A8E;
  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: #808A8E;
  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: 68px;
  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{
	width:35px;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	padding: 2px 2px 2px 2px;
    background: url(../agilent_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%;
}
.borderSeperator{
	display: none;
	width: 100%;
	background-color: #FFF;
	border-bottom: 1px solid #D4D9DD;
}
.item-collection .item .lead {
    font-size: 13px;
    color: #5A6772;
}
.col-sixth {
    width: 16.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;
}
.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(../agilent_images/bgFull.png);
  margin-top: 60px;
}
.bg-pdp-full > header {
  display: none;
}
.item-collection.sidenav > .side-nav ~ * {
  border-bottom: 1px solid #d4d9dd;
  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 {
	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: robotomedium, Arial, Helvetica, sans-serif !important;
	font-weight: 400;
	line-height: 68px;
	margin: 0;
	padding-left: 10px;
	padding-right: 10px;
	color: #808A8E !important;
	background-color: transparent;
}
.accordion dl {
  margin: 0;
  padding-left: 19px;
}
.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: 92px;
	color: #808A8E;
	font-weight: 400;
	position: relative;
	background-color: transparent;
	line-height: 50px;
}
.accordion dl dd {
	max-width: 100%;
	margin: 0;
	padding: 25px 25px 25px 88px;
	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: 14px;
  width: 84.8%;
  display: inline-block;
  border-bottom: none;
  line-height: 24px;
  font-size: 16px;
  color:#5A6772;
}

span#buy-parts {
  padding: 15px;
  background-color: #0085D5;
  color: white;
  margin-left: 5px !important;
  float: left;
  width: 14%;
  border: none;
  padding-left: 19px;
 text-transform: capitalize;
font-size: 16px !important;
}

.container {
       min-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: 15.5% !important;
}
.container.homeSocialBar {
  padding: 0 0px !important;
}
.primary-nav > li > a {
  margin-right: 2px !important;
}
.solapplication .item.hero > .media .media-body {
    padding-top: 210px;
}
.item.hero > .media .media-body {
    padding-top: 210px;
}

.breadcrumb {
padding-left:19px !important;
}

/*issue for future release -- defect 13806*/

.solapplication .item.hero > .media .media-body > p{
font-size:12px !important;
width: 90% !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: 12px !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.solDesc{
	margin-left: 6%;
	margin-right: 5%;
	display:inline-block;
}
.solutionSegmentBox span.solDesc{
	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: 50px !important;
}
.loading{
	position: fixed;
	left: 0px;
	top:0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background:url(../agilent_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;
}
.pdpSections>section h4, .pdpSections>section>header {
  padding-left: 0px !important;
  font-family: robotoregular, Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #303030;
  margin-bottom: 10px;
}
.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 {
        /*  commenting for #10212 padding: 1ex 72px; or give 1ex 8em */
	padding: 1ex 19px;
}
header> ol.breadcrumb li a{
color:#0080CB !important;
}
header> ol.breadcrumb li{
color:#202020 !important;
}
.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 */
.InPGPNav .sortAlpha{
  width: 152px;
  line-height: 32px;
  right: 131px !important;
  position: absolute;
  top: 2px;
  cursor: pointer;
}
.sortAlpha {
   width: 152px;
  line-height: 32px;
  right: 172px;
  position: absolute;
  top: 4px;
  cursor: pointer;
}
.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;
  cursor: pointer;
}
.verticaSeperator{
  position: relative;
  top: 8px;
  padding: 2px;
  font-size: 20px;
}
.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;
}
.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;
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;
}
.dropDownTriangle:before {
  content: "\e609";
  display: inline-block;
  font-family: FontAwesome;
  cursor: pointer;
  float: right;
  height: 5px;
  margin-left: 0px;
  line-height: 15px;
  width: 9px;
  font-size: 17px;
}
.buyImg {
margin-left: 6px !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, Arial, Helvetica, sans-serif;
  line-height: 3px;
  text-align: center;
  margin: 0px !important;
  position: relative;
  top: 5px;
}
.buySeperator{
margin-top: 16px;
float: left;
}
.homeSearchBox {
background-color: #FFFFFF !important;
border: 1px solid #828282;
color: #666666;
float: right;
height: 25px;
width: 315px;
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: 0px 3px 2px 1px rgba(136, 136, 136, 0.5);
	float: left;
	margin-top: 0.6%;
	color: #0085d5 !important;
	padding-left: 13px;
	clear:both !important;
	display: block;
	text-align: left;
	padding-bottom: 10px !important;
       padding-top: 10px !important;
}
.topNavSubLink li a{
	line-height:15px;
  	text-transform: none !important;
}
.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;
    padding: 0;
}
.homeSocialBar ul {
  margin: 0px !important;
  padding: 0 0.75em;
}
.homeSocialBar ul li{
	width:auto !important;
	display:inline !important;
}
.toprtnav{
    color: #EFEFF0 !important;
    float: left;
}
.top-nav ul li a.btn {
    height: 30px;
}
.container.homeSocialBar {
  padding: 0 10px;
}
.footer-links>.col-sixth>span{
color: #aaaaaa;
font-family: robotoregular, Arial, Helvetica, sans-serif;
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: robotoregular, Arial, Helvetica, sans-serif;
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: robotoregular, Arial, Helvetica, sans-serif;
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: robotoregular, Arial, Helvetica, sans-serif;
  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;
padding-left: 1.35em !important;
}
.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 14px 0px 9px;
height: auto;
}
button.ui-dialog-titlebar-close:before {
font-size: 18px;
color: #0085D5;
margin-top: 4px;
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;
}
#browseTable_wrapper {
margin-top: -48px;
}
element.style {
width: 100%;
}
#browseTable {
clear:both;
}

.showEntryDWArr {
margin-left: -4px;
top: -1px;
position: relative;
}
/*removing hovering from sort buttons*/
button.checkbox_filter:hover,button.checkbox_filter:active,button.checkbox_filter:focus
{
text-decoration:none;
border: 1px solid #005589;
color: #005589;
padding: 7px 20px 7px 20px !important;
}

.bpSort:after {
	content: "\e609";
  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;
   display: inline-block;
  position: absolute;
  font-size: 19px;
   color:lightgrey;
    right:-19px;
    top: 11px;
  clear: both;
}
.bpSort:before {
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: "\e608";
  display: inline-block;
  font-size: 19px;
  color:lightgrey;
   position: absolute;
  top: 2px;
   clear: both;
  left: 100%;
}
.bpSortDsc:before {
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: "\e608";
  display: inline-block;
  font-size: 19px;
  color:#D3D3D3;
   position: absolute;
  top: 2px;
   clear: both;
  left: 100%;
}
.bpSortDsc:after {
content: "\e609";
  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;
   display: inline-block;
  position: absolute;
  font-size: 19px;
    top: 11px;
	clear:both;
}
.bpSortAsc:before {
  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: "\e608";
  display: inline-block;
  font-size: 19px;  
    position: absolute;
  top: 2px;
   clear: both;
  left: 100%;
}
.bpSortAsc:after {
  content: "\e609";
  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;
   display: inline-block;
 	position: absolute;
  	font-size: 19px;
   	color:lightgray;   
    top: 11px;
	clear: both;
	right:-19px;
}
.sorting button , .sorting_asc button ,.sorting_desc button{
position:relative;
}
.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: 20px;
}
.icon.item.hero > .media .media-body > .media-heading:after {
    content: " ";
    display: inline-block;
    vertical-align: middle;
    width: 64px;
}

.icon.item.hero>header.media>.media-body>.media-heading::before {
    background: none repeat scroll 0 0 #000000;
    color: #fff;
    content: "\e615";
    display: inline-block;
    float: right;
    font-family: FontAwesome;
    font-size: 45px;
    font-style: normal;
    font-weight: normal;
    height: 47px;
    padding-top: 18px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    vertical-align: middle;
    width: 60px;	
}
.categoryContent>table th.categoryRowTitle,.solutionCategoryCr>table th.categoryRowTitle {
padding-top: 1.5em !important;
padding-bottom: 1.5em !important;
}
.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(../agilent_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: 7px;
}
.products_section>.item.col-third.card{
    margin-bottom: 10px;
    padding-right: 7px;
}
.InPGPNav>header>h3{
  padding-left: 11px;
  margin-top:48px;
  margin-bottom:30px;
}
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: #808A8E;
    margin-top: 28px;
    margin-bottom:25px;
    font-family:robotoregular, Arial, Helvetica, sans-serif !important;
    font-size:14px;
}
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;
}

.relatedProductsStyle .item > .media .media-object img, .products_section .item > .media .media-object img,.pgp_mainContent .item > .media .media-object img,.videoSection .item > .media .media-object img { 
  width: auto;
  height: auto;
  display: block;
  left: 0px;
  top: 0px;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  margin: auto;
}
.greyBtn {
  color: #808A8E !important;
  border-color: #D3D8DC;
}
.SeeAllProductsCTA{
  margin-right:1.5em;
}
.solutionSegmentBox span.solDesc{
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: robotoregular, Arial, Helvetica, 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,button.addToCart:hover,button.addToCart:active,button.addToCart:focus{
  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 !important;
  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;
}
.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 !important;
  color:#5A6772 !important;
}
.pdpMainDesc header .media-body p,.item header .media-body ul{
  width:75%;
  font-family:robotoregular, Arial, Helvetica, sans-serif !important;
  font-size:14px;
  color:#303030;
}
li.pgEllipsisTxt span {
    border: medium none;
    line-height: 8px;
    font-size: 18px;
    padding: 6px 4px;
    color: #808A8E;
}
.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: 25px;
    margin-top: 25px;
}

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{
  width: 25px;
  height: 33px;
  font-size: 14px;
  padding: 6px 7px;
  margin: 1ex 0.3em;
  border-radius: 1px;
  }

span.paginate_active {
  z-index: 2;
  color: #303030;
  background-color: #edeff0;
  padding: 2px 4px;
  border: 1px solid #808A8E;
  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:11.5px;
}
.relatedProductsStyle {
  margin-left: 105px;
}
.pdpSections section.item.col-third {
    padding-left: 0;
    padding-top: 11px;
}
.pdpSections .media-preview {
    padding: 13px 0 20px;
}
.pagination > li.page-forward > a{
  margin-right: 0px;
}
ul.pagination.pull-left.relatedProdPagination {
  margin-left: 0px;
  padding-left: 101px;
}
.lt-ie9 span#browse-parts-title,.lt-ie8 span#browse-parts-title {
padding: 14px;
width: 86.1%;
display: inline-block;
border-bottom: none;
line-height: 24px;
font-size: 16px;
color:#5A6772;
}
.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: 20px;
 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;
}

}
.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: #808A8E;
  font-weight: 200;
  cursor: pointer;
  float: left;
  margin-left: 40px;
margin-right:-25px;
}
.ui-dialog .ui-dialog-buttonpane button {
     margin: 0.5em 0.4em 0.5em 0.95em; 
    margin-right: 8px;
  cursor: pointer;
  text-decoration: none;
}

th.appliedFiltersCol {
  padding-left: 23px;
  width: 100%;
}
.noBrowseData{
  text-align: center;
  border: 1px solid #E6E6E6;
  color: red;
  padding: 20px;
  margin: 0px 6px 58px;
}
@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 {
  width: 152px;
  line-height: 32px;
  right: 53px;
  position: absolute;
  top: 0px;
  cursor: pointer;
}
}

.pgpFilterTopHeading>.container
{
min-width:849px\9;
max-width:1280px\9;
}
.ui-dialog-content .col-third{
  font-family: robotoregular, Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 14px;
  color: #202020;
list-style:none;
}
.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: robotoregular, Arial, Helvetica, 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 {
  max-width: 300px;
}
/*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 {
   position: relative;
  float: right;
}

 .vpp.pdp > button {
  display: inline-block;
  position: relative;
   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: 95%;
  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("../agilent_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;
}
.filter-horizontal .filter-tabs {
  width: 96.2%;
 /*commenting for filter border height: auto; */
  padding: 0 1.5em;
  background-color: white;
  border-top: 1px solid #d4d9dd;
  overflow:auto;
 height:52px;
}
/*filter bordering */
.fh-modal-trigger{
border: 1px solid !important;
    margin-top: 8px !important;
    padding: 15px !important ;
    width: auto !important;
    vertical-align: middle;
    text-align: center;
    line-height: 0px !important;
    height: 35px !important;
}
.filter-horizontal .applied-filters.active {
  display: inline-block;
  transition: all 1s ease-in-out;
  width: 96.8%;
  border-right: 1px solid #d4d9dd;
 border-bottom: 1px solid #d4d9dd;
border-top:none;
}
}
@media (min-width: 991px )and (max-width: 1200px)
{
.filter-horizontal .filter-tabs {
  width: 95.8%;
  height: auto;
  padding: 0 1.5em;
  background-color: white;
  border-top: 1px solid #d4d9dd;
border-right: 1px solid #d4d9dd;
border-bottom: 1px solid #d4d9dd;
  overflow:auto;
  -webkit-padding-after: 1px;
}
.filter-horizontal .applied-filters.active {
  display: inline-block;
  transition: all 1s ease-in-out;
  width: 95.8%;
  border-right: 1px solid #d4d9dd;
 border-bottom: 1px solid #d4d9dd;
border-top:none;
}
}
@media (min-width: 1200px)
{
.SeeAllProductsCTA {
  margin-right: 5px;
}
.filter-horizontal .filter-tabs {
  width: 96.2%;
  padding: 6px 1.5em 0px;
  background-color: white;
  border-top:none !important;
border-right: 1px solid #d4d9dd;
border-bottom: 1px solid #d4d9dd;
  overflow:auto;
-webkit-padding-after: 1px;
}
.filter-horizontal .applied-filters.active {
  display: inline-block;
  transition: all 1s ease-in-out;
  width: 96.2%;
  border-right: 1px solid #d4d9dd;
 border-bottom: 1px solid #d4d9dd;
border-top:none;
}
}
@media (max-width: 849px)
{
.filter-horizontal .filter-tabs {
  width: 96.2%;
  height: auto;
  padding: 6px 1.5em 0px;
  background-color: white;
   border-top:none !important;
border-right: 1px solid #d4d9dd;
border-bottom: 1px solid #d4d9dd;
  overflow:auto;
  -webkit-padding-after:1px;
}
.filter-horizontal .applied-filters.active {
  display: inline-block;
  transition: all 1s ease-in-out;
  width: 96.2%;
  border-right: 1px solid #d4d9dd;
 border-bottom: 1px solid #d4d9dd;
border-top:none;
}
}
.category-table td span {
  padding: 0px 5px;
  white-space: nowrap;
}
.item > .media > .media-body i {
  font-size: 12px;
}
button.btn.btn-primary.addToCart {
  margin-left: 6px;
  border-color: transparent;
}
.filter-vertical > .container .fv-nav .filters dt.active:hover{
  background-color:#EDEFF0;
}
.pgpGetProducts small a {
  font-size: 12px;
}
.media-body.mediahrwd {
    width: 100%;
}
.pdpSections.solutionsec .media-preview {
  margin: 9px 0 16px;
  width: 50px;
  height: 50px;
  padding: 0;
}
.pdpSections.solutionsec .horizontalRuler {
   
    margin-bottom: 17px;
    margin-top: 17px;
    
}
.solutionsec .item.col-third .media-body h3 a{
  color: #0085D5;
  text-decoration: none;
  font-size: 14px;
  line-height: 22px;
}

/*---buy parts table col width ---*/
td.unitFivecol {
  width: 15%;
}
td.priceFivecol {
  width: 15%;
  text-align:right
}
td.descFivecol {
  width: 40%;
  text-align:justify;
}
th.partNoFiveCol{
  width: 15%;

}
th.descHead {
//text-align:center;
}
th.priceHead {
text-align:right;
padding-right: 19px;
}
th.unitHead {
text-align:center;
}
.pgp_mainContent img{
cursor:pointer;
}
.filter-horizontal .fh-content.products_section
{
border-top:none;
}
header nav.top-nav ul li a span{
    font-family: roboto_condensedregular !important;
    font-size: 12px !important;
    line-height: 1.4;
    color:#EFEFF0;
}
.filter-vertical > .container.InPGPNav  .fv-content > header .vpp {
  height: 100%;
  right:10px;
  position: absolute;
  top: 4px;
}
@media (min-width:1011px) and (max-width:1100px){
  .primary-nav > li > a {
      margin-right: 1em;
  }
}
@media (min-width:995px) and (max-width:1010px){
  .primary-nav > li > a {
      margin-right: 0.5em;
  }
}
@media (min-width: 1050px)and(max-width: 1124px) {
  .affix .primary-nav > li > a {
      margin-right: 1em;
  }
}
@media (max-width: 1050px) {
  .affix .primary-nav > li > a {
      margin-right: 0.5em !important;
  }
}
@media (min-width:995px) and (max-width:1010px){
  .affix .primary-nav > li > a {
      margin-right: 0.3em;
  }
}
.solapplication .item.hero > .media .media-body {
  padding-bottom: 0;
}
/*Styles for Video thumbanil changes*/
.media-object.video{
background:#c6c6c6;
}
.media-object.video img{
width:auto !important;
height:auto !important;
}
/*End*/
.pdpSections.accordion dl dt{
font-family:robotoregular, Arial, Helvetica, sans-serif !important;
font-size:14px;
color:#303030 !important;
}
.pdpSections.item .meta-data li span{
font-size:12px !important;
font-family:robotoregular, Arial, Helvetica, sans-serif !important;
color:#5A6772 !important;
}
.pageTitle{
 color:#303030 !important; 
 margin-top: 10px !important;
 font-family: roboto_condensedlight, Arial, Helvetica, sans-serif !important;
 font-size:33px !important;
}
.pageSubTitle{
 font-size:24px !important;
 color:#808A8E !important;
 font-weight:200;
 font-family: roboto_condensedlight, Arial, Helvetica, sans-serif !important;
}
/*4-may for header top right search bar */
.homeSearchImg {
  margin-left:2%;
  margin-right:0;
  cursor: pointer;
}
.homeSearch {
width: 450px;
float: right;
text-align: left;
clear: left;
margin: -30px -29px 0px 0px;
  }
nav.top-nav > ul {
  width: 97%;
  margin: 0;
}
.homeSearchBox {
  width: 323px;
}
.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 */
.products_section h6.media-heading a{
font-family:robotoregular, Arial, Helvetica, sans-serif !important;
font-size:15px;
}
.products_section p.lead{
font-family:robotoregular, Arial, Helvetica, sans-serif !important;
font-size:14px !important;
color:#5A6772 !important;
margin-top: 10px !important;
}
.item .meta-data li span{
font-size:12px;
color:#5A6772 !important;
}
#topRtNav4{
display:none;
margin-left:0px;
}
.activeTopNav a span {
color:#000 !important;
}
th.descHead button {
  cursor: context-menu;
}
.solutionSegmentBox ul.meta-data{
margin-left:6%;

} 
span.solDesc {
  min-height: 60px;
  display: block !important;
}
.resultsSegment{
margin-bottom: 20px;
}
.redQuot::before {
  right: 150px;
}

/*---------------eseminar start----------------*/
  .efilter .item.card > .media > .media-body {
  padding-top: 10px;
   border-top:none; 
}
.efilter  .filter-horizontal .filter-tabs
{
border:none; 
width:100%
}
.eseminarfilter header.media {
  border: 1px solid #d4ddd9;
  border-left: none;
  border-top:none;
}
  .fv-heading.active::before {
  content: "";
  position: relative;
  left: -5px;
  height: 2ex;
  border-left: 3px solid #ffcc00;

}
p.fv-heading.active a{
color:#303030;
}
.efilter .item-collection
{
padding-bottom:0px;
}
.eseminarfilter.filter-horizontal
{
padding-bottom:18px;
}
.efilter footer.col-full
{
padding:0px;
}
.efilter  footer .pagination,
.efilter  footer .results {
  float: right;
  clear: both;
  margin-top: 10px;
  margin-right: 6px;
  }

.eseminarfilter.filter-horizontal .applied-filters.active {
  width: 100%;
  background: #fff;
  border-left: 1px solid #d4d9dd;
}
.item.card >.te-media ,.item.card > .media >.te-media-body
{
height:auto
}
.featuredTE {
  margin: 20px 6px !important; 
  display: block;
}
.efilter.filter-vertical > .container .fv-nav > p
{
  height:52px;
  padding-left: 36px;
}
.efilter.filter-vertical > .container .fv-nav{
width:211px;
background-color: #fff;
}
section.item-collection.eseminarFeature.allInfo {
 border-top: 1px solid #d4ddd9;
  margin-top: 26px;
  margin-left: 14px;
}
.curatedESeminar .media-left.card>header{
 margin-left: 14px;

}
.efilter .sortAlpha {
  width: 80px;
  line-height: 32px;
  right: 169px;
  position: absolute;
  top: 4px;
  cursor: pointer;
  color: #5A6772 !important;
}
.efilter.filter-vertical > .container .fv-content > header .vpp {
  height: 100%;
  right: 0px;
  position: absolute;
  top: 6px;
}
.item-collection .item  .media-heading.solPdfTitle {
  color: #303030 !important;
}
h3.fv-heading.leftnavMainheader {
  cursor: pointer;
}

.efilter .sortAlpha:after{
  top: 7px;
  left: 100%;
  font-size:19px;
  }
.eseminar .filter-vertical > .container .fv-content > header .vpp > button {
  margin-top: 13px;
  margin-right: -6px;
  padding-right: 25px;
  color: #0085d5 !important;
  font-family: robotoregular, Arial, Helvetica, sans-serif !important;
}
.eseminar .verticaSeperator {
  position: relative;
  top: 8px;
  padding: 2px;
  font-size: 20px;
  padding-right: 5px;
  color: #5A6772 !important;
}
.eseminar .fv-nav p>a {
  padding-left: 4px;
}
.eseminar .fv-nav p.active>a {
  padding-left: 0px;
}
.efilter .item > .media .media-object img
{
    width: auto;
    height: auto;
    display: block;
    left: 0px;
    top: 0px;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    right: 0px;
    bottom: 0px;
    margin: auto;
}

.efilter.filter-vertical > .container .fv-nav > h3.fv-heading {
padding: 0px 31px;
}

.efilter.filter-bg-full
{
margin-top: -19px;
}
.eseminarFeature .featuredTE {
    margin: 21px 6px 22px 6px !important;
    display: block;
    color:#303030;
}
.efilter .sortAlpha.bpSortAsc:before,.efilter .sortAlpha.bpSortDsc:before{
  left: 100% !important;
  top:1px;
}
.efilter .sortAlpha.bpSortAsc:after,.efilter .sortAlpha.bpSortDsc:after{
  top: 9px;
  left: 100%;
}

.eseminarIframeTable table tr td iframe {
   height:2330px;
}
/*---------------eseminar end----------------*/

/*video section anchor tag & trainingEventbox eseminar fix*/
.media-body.trainingEventbox span {
  margin-bottom: 15px;
}
.media-body.trainingEventbox .media-heading {
  margin-bottom: 0px;
  margin-top: auto;

}
.media-body.trainingEventbox img {
	max-height:160px;
	max-width:208px;
 width:expression(this.width > 208 && this.height < this.width ? 208: true); 
 height:expression(this.height > 160 ? 160: true);
	margin-bottom: 15px;


}
.videoSection .item > .media .media-object a{
  display:inline;
  position: static;
}
.applicationnote .media-preview{
padding-top:0px !important;
}

/*Services*/
.needassitant{
width: 25%;
float: right;
background: #f9f9fa;
margin: 0 auto 10px;
padding: 10px;
font-size:12px;
}
.needassitant .title{
font-size:13px;
font-weight:bold;
}
.item.card > .media.services{
padding:0;
}
.item.card > .media.services > .media-body {
border: none;
padding: 0px 15px;
}
.item.hero.first{
margin-bottom:0;
}
.service .item.hero {
  padding-top: 200px;
}
.needassitant p{
margin:10px auto;
}
.needassitant p span{ 
  float:left;
  margin-right: 10px;
}
.needassitant .web a,.needassitant .msg a
{
color: #202020;
text-decoration: none;
}
.service .item.hero > .media .media-body {
  margin-top: 10px;
}
/*Service page 3*/
.service .item.zoom > .media.container > .media-object-container {
  margin-right: 0;
  margin-top: 0;
}
.service .item.zoom > .media > .media-object-container {
  height: 274px; 
  width: 280px;
}
.service .item.zoom > .media > .media-object-container > .media-preview {
  width: 268px;
  position: relative;
  height: 262px;
}
.service .item.zoom > .media > .media-object-container > .media-preview > .media-object{
border:none;
}
.service .item.media-right > .media .media-body {
  margin-top: 0;
  padding-top: 29.7px;
  position: relative;
}
.service .cta {
  margin-bottom: 40px;
  margin-top: 45px;
}
.service .accordion dl {
  margin: 0;
  padding-left: 20px;
}
.service .accordion dl dd {
  padding: 15px 3% 13px 10%;
  
}
.service .accordion dl dt{
padding-left: 10%;
}
.service .accordion dl dd .item {
  margin-bottom: 15px;
}
.service .accordion dl dd .item p.lead {
  margin: 0;
}
.italic{
font-style: italic;
}
.service .item .italic{ 
 margin-top: 0.8ex;
 margin-bottom:0;
 }
.service section.item-collection.accordion.clear.pdpSections {
  padding-bottom: 0px;
}
.service .accordion dl dd a.pull-right {
  margin-top: 0px !important;
  }
.serviceIteam{
  padding-left: 10%;
  margin: 0 20px;
}
.serviceIteam > .item .col-full{
	padding-left:0;
}

section.servicecol.col-full {
  margin-bottom: 20px;
}
.servicecol h4.media-heading {
 color: inherit;
  font-size: 16px;
  line-height: 130%;
  margin-bottom: 1ex;
  font-family: Roboto,Helvetica,Arial,sans-serif;
  font-weight: 400;
  margin: 0px;
}
.servicecol p.lead {
  margin: 0;
}
.nomargin{
margin:0 !important;
}
.ctable .feature{
	width:40%;
	float:left;
}
.ctable .others{
	width:60%;
	float:left;
}
.ctable .others .col-third {
  text-align: center;
  padding:0;
}
.ctable .media-heading{
	font-weight:bold;	
}
.ctable .media-subheading{
font-size:16px;
}
.ctable hr.blue{
  border: none;
  border-bottom:#0085d5 solid 1px;
}
.ctable hr.gray{
  border: none;
	border-bottom:1px solid #D4D9DD;
}
.service_list{
	padding:0;
	margin:0 0 0 16px;
}
 .service_list li{
 margin-bottom:20px;
 } 
 .graybtn,.graybtn:hover  {
  border: 1px solid #808A8E !important;
  color: #808A8E;
  margin: 20px 10px 20px 0;
  box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);
  text-decoration:none;
}
.options{
	width:330px;
}
.servicetable {
  width: 420px;
  margin: 40px 0;
}
.servicetable .table tr td,.servicetable .table tr th  
 {
  border: 1px solid #D4D9DD;
  text-align:center;
}
.servicetable .table tr td:first-child,.servicetable .table tr th:first-child  {
text-align:left;
}
.servicetable tr{
border:none;
}
.servicetable .table tr th  {
  color: #D4D9DD;
  font-weight: normal;
  font-size: 12px;
}
[class^="icon-"], [class*=" icon-"] {
  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;
    color: #0085D5;
  font-weight: bold;
}
.icon-agilen_design_svg_icons_successarrow:before {
  content: "\e621";
}
/*service end*/

/****Solution Category CR **************/

/*issue fixed on may 18*/
section.item.traingOverviewSec {
  border-top: 1px solid #d4d9dd;
  margin: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}
.applicationnote >section>header {
  border-bottom: 1px solid #d4d9dd;
  width: 97%;
  margin-bottom: 19px;
}
.applicationnote .media-preview {
  padding-top: 0px !important;
  padding-bottom: 0;
}
.videoSection .media-preview {
  padding-bottom: 0px;
}
.videoSection section.item.col-third,.promotions section.item.col-third{
	padding-top:0px;
}
.videoSection>section h4, .videoSection>section>header,.training-events>section>header,.training-events>section h4,.promotions>section>header,.promotions>section h4 {
  margin-bottom: 0;
}
.noPrint{
height: 130px;
}
.training_events > .item.hero > .media .media-body > p {
  width: 56em;
}
.blueborder.btn-default {
color: #0085d5;
background-color: #ffffff;
border-color: #0085d5;
}
.blueborder.btn-default:hover,.blueborder.btn-default:active,.blueborder.btn-default:focus
{
background-color: #ebebeb;
border-color: #005f98;
text-decoration:none !important;
}
.featuredTE {
  margin: 0px 0px 17px 20px !important;
  display: block;
  font-size: 16px !important;
  color: #303030;
}

svg.thumbNail  {width: 68px;
height:68px;}
svg.thumbNail path {fill: #0085D5 !important;}

/*more button code starts here 22/5/2015*/
/*15 May 2014 for select country */
.moreButton {
  margin-bottom: 10px;
  margin-left: 20px !important;
  margin-top: 15px;
  background-image: url("../agilent_images/btn_more_EN_normal.png");
  background-repeat: no-repeat;
  width: 68px !important;
  height: 36px;
  cursor: pointer;
  float: left;
}
.moreButton:hover { 
  background-image: url("../home_images/btn_more_EN_hover.png");
  background-repeat: no-repeat;
}
.moreButton a{
	width:68px;
	height:36px;
}

/*15 May 2014 for select country  code ends here */

/*more button code ends here*/
.counrtyselectpage {
  width: auto !important;
}
/*22/5/2015 starts here*/
/* more country selection page starts here */
#countryselect td {
width: 25%;
padding: 0 2em 0 0;
vertical-align: top;
}
.countryarea {
font-size: 130%;
line-height: 2px;
margin-bottom: 8%;
margin-top: 10%;
}
#countryselect ul {
list-style-type: none;
padding-left: 0;
margin-left: 0;
padding-bottom: 16px;
}
#countryselect li {
line-height: 20px;
}
#countryselect a {
color: #0085D5;
cursor: pointer;
text-decoration: none;
}
.countryLanguageList li {
  list-style-type: disc;
}
.countryLanguageList {
  padding-bottom: 5px !important;
  padding-left: 22px !important;
  margin:0;
}
div#countryselect h1 {
  color: #b5b0ad;
  font-size: 196%;
  margin: 10px 0 0 0;
}
.counrtyselectpage {
  width:auto !important;
}
/* more country selection page ends here */

/*22/5/2015 code ends here */
#triangle3{
visibility:hidden;
}
#triangleArrow{
  visibility: hidden;
}
/*Fix for service page*/
.service>section.item.hero.first>header {
  min-height: 190px;
}
/*End*/

.solDesc{
    padding-left: 18px;
    padding-right: 15px;
	min-height:80px;
}
.solutionSegmentBox .media-heading {
  min-height: 45px;
  
}
.products_section .solutionSegmentBox .media-heading {
margin-bottom: 5px !important;
}
.pgp_mainContent .solutionSegmentBox .media-heading{
border-bottom: 1px solid #E6E6E6;
width: 89%;
padding-bottom: 5px;
}
.pgp_mainContent .solutionSegmentBox p.solDesc{
 margin:0;
 margin-top:10px;
}
.solutionSegmentBox p.solDesc{
 margin:0;
}
.solutionSegmentBox hr.horizontalRuler {
  margin: 20px 0;
}
.solutionSegmentBox ul.meta-data {
  margin-top: 0 !important;
}
.solutionSegmentBox a p.solDesc {
  min-height: 64px !important;
  margin: 0;
}
.item-collection .item .media-heading.solPdfTitle {
  color: #303030 !important;
  margin-bottom: 10px;
  min-height: 45px;
}
h4.media-heading.center.pgpGetProducts {
   overflow: hidden;
}
.logo-wrap {
    height: 62px;
    width: 50%;
}
.sticky.pdpSections.item-collection.media-left > .item > .media > .media-object-container {
    float: left;
    margin-right: 2%;
    width: 6%;
}
/*after login account css */
.topRtNav4Links p.name {
	  margin: 0;
  margin-left: 9px;
  float: left;
  margin-top: 5px;
}
.topRtNav4Links p.name a {
	 color:#0085d5 !important;
	font-weight:bold;
}
#topRtNav4Links {
    width: 13%;
    padding-right: 10px !important;
}
.topRtNav4SubLinks{
margin-left: 7px;
}
/*after login account css */
.sortAlpha.bpSortAsc:before,.sortAlpha.bpSortDsc:before{
  left: 119px !important;
  top: 1px;
}
.sortAlpha.bpSortAsc:after,.sortAlpha.Dsc:after{
	right: 14px !important;
	top: 9px;
}
.categoryRowTitle header{
  margin-top: 0px !important;
}
.categoryRowTitle img.thumbNail{
  width: 42px;
  height: 42px;
}
.solutionCategoryCr table.table-vertical.col-full.category-table {
    background-color: #FFF;
}
.pgpGetProducts .solutionSegmentBox p.solDesc
{
margin-bottom:20px;
}

.solapplication .icon.item.hero>header.media>.media-body>.media-heading::before{
	width:0;
       content:"";
}
.solapplication .icon.item.hero > .media .media-body > .media-heading:after {
	width:0;
       content:"";
}
.traingOverviewSec p{
margin-top: 6px;
margin-bottom: 5px;
}
section.item.traingOverviewSec a{
font-size:16px;
}
/*my contact us popup code starts here */
/******Country POPUP Global UI Start ******/
/***************************************************/

#countryPopUp-ddl-caption{
    padding-right: 0px;
    margin-top: 72px;
    width: auto;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    font-size: 13px;
}

.col-lg-8 {
    width: 66.6667%;
    margin-left:10px;
}

.push-left{
    float:left; 
}


#countryPopUp-countryddl{
    
    background-color: #CCCCCC;
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    margin-top:1px;
    width:517px
}
#countryPopUp-countryddl .col-lg-4{
    margin-top: 7px;
    padding-right: 0;
    width: auto;
    
}

.Explorer7 #countryPopUp-ddl .selector {
width:258px !important;
}
#countryPopUp-countryList  #countryPopUp-countryList-AMER , #countryPopUp-countryList #countryPopUp-countryList-EMEA,#countryPopUp-countryList #countryPopUp-countryList-APAC {
    max-height: 100%;
    min-height: 335px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    float: left !important;
   
}
#countryPopUp-countryList{
    display:table;
    width:550px;
}

#countryPopUp-countryList a{
    color:#0050A1;
    line-height:1.42857;
}
#countryPopUp-countryList h4 {
    border-bottom-color: #979797;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    font-size: 15px;
    padding-bottom: 8px;
    font-weight:500;
    color:#0767c9;
}

#countryPopUp-countryList #countryPopUp-countryList-AMER{
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #EBEBEB;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    width: 27%;

}
#countryPopUp-countryList #countryPopUp-countryList-EMEA{
     background-attachment: scroll;
    background-clip: border-box;
    background-color: #E1E1E1;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    margin-bottom: 0;
    margin-left: 1px;
    margin-right: 1px;
    margin-top: 0;
    width: 38.8%;
    
}

#countryPopUp-countryList #countryPopUp-countryList-APAC{
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #D7D7D7;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    width: 27.9%;
    
}
#countryPopUp-body{
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0px;
    position: relative;
    
}

#countryPopUp-body>p+p{
    color:#333;
    line-height:1.42857;
    margin-bottom: 10px;
}
#countryPopUp-content{
    z-index:100007;
    background-color: #FFFFFF;
    width: 578px;
    box-shadow:0 5px 15px rgba(0, 0, 0, 0.5);
    border-top-color: rgba(0, 0, 0, 0.2);
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-top-style: solid;
    border-top-width: 1px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    border-bottom-color: rgba(0, 0, 0, 0.2);
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    position:fixed;
    top:4%;
    left:30%;
    font-size:12px;
}
#countryPopUp-header{
  border-bottom-color: #E5E5E5;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    min-height: 16.4286px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
}
#countryPopUp-header a{
    font-size:13px;
    
}
.push-right {
    float: right !important;
}
.modal-title {
    line-height: 1.42857;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}
.black_overlay
{
      display: block;
      position: absolute;
      top: 0%;
      left: 0%;
      width: 100%;
      background-color: #000000;
      z-index:100006;
      -moz-opacity: 0.8;
      opacity:.50;
      filter: alpha(opacity=50);
      min-height: 900px ;
}

/*select box code starts here */
/* General settings */
div.selector, div.selector span, div.checker span, div.radio span, div.uploader, div.uploader span.action, div.button, div.button span {
  background-image: url("../agilent_images/sprite1.png");
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased; }
div.selector, div.checker, div.button, div.radio, div.uploader {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
}
  div.selector:focus, div.checker:focus, div.button:focus, div.radio:focus, div.uploader:focus {
    outline: 0; }
div.selector, div.selector *, div.radio, div.radio *, div.checker, div.checker *, div.uploader, div.uploader *, div.button, div.button * {
  margin: 0;
  padding: 0; }

.highContrastDetect {
  background: url("../agilent_images/bg-input.png") repeat-x 0 0;
  width: 0px;
  height: 0px; }

/* Select */
div.selector {
  background-position: right -273px;
    border: 1px solid #BDC8D3;
    border-radius: 4px 4px 4px 4px;
  line-height: 34px;
  height: 34px;
  padding: 0 0 0 10px;
  position: relative;
  overflow: hidden; }
div.selector span {
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    background:none;
    height: 34px;
    line-height: 34px;
    padding-right: 25px;
    cursor: pointer;
    width: 100%;
    display: block; }
  div.selector.fixedWidth {
    width: 190px; }
    div.selector.fixedWidth span {
      width: 155px; }
  div.selector select {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    background: none;
    position: absolute;
    height: 32px;
    top: 1px;
    left: 0px;
    width: 100%; }

.f20 {
  font-size: 20px;
  color: #0767c9;
  margin:20px 0;
}
/*select box code ends here */
/*country select popup code ends here */

#countryPopUp-countryList ul li {
	list-style-type:none;
}
#countryPopUp-countryList ul {
	padding:0;
}
.categoryRowTitle header{
  margin-top: 0px !important;
}
.categoryRowTitle img.thumbNail {
  width: 42px;
  height: 42px;
  color:#000;
}
.selectedCountry {
	text-transform: none;
	font-weight:bold;
	color: #333333 !important;
	padding-left:5px;
}
.pgptiletitle {
  height: 70px;
}
.pgpGetProducts .solutionSegmentBox p.solDesc
{
margin-bottom:20px;
}
.solapplication .icon.item.hero>header.media>.media-body>.media-heading::before{
	width:0;
       content:"";
}
.solapplication .icon.item.hero > .media .media-body > .media-heading:after {
	width:0;
       content:"";
}
.traingOverviewSec p{
margin-top: 6px;
margin-bottom: 5px;
}
section.item.traingOverviewSec a{
font-size:16px;
}
div#content section.item.hero.first header.media.container .media-object-container .media-preview .media-object img {
  object-fit: cover;
}
.pdpSections dd section {
    padding-bottom: 15px;
}
.pdpSections ul{
padding-left: 14px;
}


/*Style for mega menu*/
#MegaMenu-Buy{
  padding-right: 0px !important;
  margin-right: 0px;
}
.buySeperator {
	margin-top: 16px;
	float: left;
}
.pdpSections.videoSection h3 .media-heading{
  padding-left: 0px !important;
}
.modalMask{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9903;
    background: none repeat scroll 0% 0% #808080;
    opacity: 0.6;
}

.pdpMainDesc>header .media-body {
  margin-top: 0 !important;
}

.filter-vertical > .container .fv-content > header .vpp > button { 
  margin-top: 13px;
}

.training-events .media-preview{
	padding-bottom: 0;
}

/*modal-overlay alignment*/
.modal_list {
  padding-bottom:1.5em;
  color:#808A8E;
}

.relatedItemsJSON p.lead {
  margin-top: 18px !important;
}

/*01/7/2015 css starts*/

.item-collection.pdpSections .media-body a>p{
  color:#0085d5;
}

.relatedItemsJSON p.lead {
  margin-top: 18px !important;
}

/*01/7/2015 css ends */	


/* for promotion single btn */
.singleBtnClass{
background-color:#0085D5;
color:#FFFFFF;
border:1px solid #F4F3F1;
padding-left:15px !important;
padding-right:15px !important;
font-weight:400;
}


.singleBtnClass:hover,.singleBtnClass:active,.singleBtnClass:focus{
background-color: #0b6092; 
  color:#FFF !important;
  text-decoration:none !important;
  border-color: #ccd1d4;
}

footer a.pull-right {
    margin-right:25px;
}
.fa-chevron-circle-up:before {
    content: "\e604";
    top: 2px;
    position: relative;
}
.videoSection footer a.pull-right {
  margin-right:30px;
}
.pdpSections.training-events section.item.col-third {
  padding-top:2px;
}
/*.breadcrumb.container {
  width: auto;
  min-width:100%;
  background-color: #fff;
  border-bottom: 1px solid #0085D5;
  padding:1ex 55px 1ex 55px;
}*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  { header> ol.breadcrumb.container {padding:1ex 17px;}
}
section.pdpSections  > section.featuresBlck .media-body >  ul  > li {
     padding-bottom:10px;
}

/*issue 7056 */
@media (max-width: 950px) {
.pageSubTitle {
 font-size:.7em !important;
}
}

/*Privacy Policy css starts here */
#mainwrapper {
  padding-top: 0 !important;
  margin-top:0 !important;
}
#mainwrapper {
  clear: both;
  min-height: 20em;
  margin: 9px 0;
}
.jmContainer {
  padding: 0 492px;
}
.jmSizer {
  width: 50%;
  margin: 0 auto;
  max-width: -984px;
}
.jmExpander {
  position: relative;
  margin: 0 -492px;
  min-width: 984px;
}
.centerwrapper {
  width: 1024px;
}

.centerwrapper {
  width: auto;
  min-width: 960px;
  margin: 0 auto;
  padding: 0 12px;
} 
media="screen"
#mainwrapper.editorial div#groupheading, .miscdownloads div#groupheading {
  margin-bottom: 12px;
}
div#groupheading {
  border-bottom: 1px solid #b5b0ad;
  margin-bottom: 20px;
  padding-bottom: 5px;
  clear: both;
}
div#groupheading h1 {
  font-size: 24px;
  float: left;
  margin: 0;
  color: #b5b0ad;
  font-weight: bold;
  text-transform: uppercase;
}
div.clearer {
  clear: both !important;
  float: none !important;
  height: 0 !important;
  font-size: 0 !important;
}
.intro p, #intro p {
  margin: 0 0 1em 0;
    font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.3;
	color:#444;
}
.intro h2, #intro h2 {
 font-size: 15px;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #444;
}
#keyspecs h4, #intro h2, #intro h3, #intro h4 {
  margin: 1.25em 0 0.5em 0;
}

#intro h3 {
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #444;
}
 #intro ul li a,  #intro ul li  {
 font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
 }
 #intro ul li  {
	list-style-type:none;
 }
 /*Privacy Policy css ends here */

.relatedItemsJSON .item.card > .media > .media-body{
	height: 205px;
}

.relatedItemsJSON .item.card > .media {
	height: 410px;
}
.buyImg a{
padding-right:0px !important;
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) { 

.affix .primary-nav > li > a {
    margin-right: 0 !important;
}
}

/*Style for 404 error page*/
.errorPage .container li {
    list-style: none;
}
.errorPage .container {
    padding: 0;
}
.errorPage .container ol.nav.next.column-list {
    margin: 0;
}

.item-collection > header.col-full {
    padding-left: 3px;
}
section.item.col-quarter {
    padding-left: 0.35em !important;
}
.generalarticleLongDesc>li {
    list-style: none;
}
section.presenter.item-collection.container .media-object img {
    width: 100% !important;
    height: 100% !important;
}
section.presenter.item-collection.container .media-body div:first-child span {
    font-weight: bold;
}
section.presenter.item-collection.container .media-body span {
    line-height: 0 !important;
}
.eseminarVersion .item.media-right > .media .media-object {
    margin: 0;
}
/*ONESEVEN-13778 */
#header {

background-color:gray !important;

}

#browseTable .even {

background-color:rgb(244, 243, 241);
}

#browseTable tr.header th button {

color:white;
}

.bpSort:after {
color:lightgrey;
}

/* ending ONESEVEN-13778 */
/*promotion style*/
	.promotions .item.col-third header ,.promotions .item.col-quarter header ,.promotions .item.col-half header {
	position: relative;
	height: 165px;
	border:#E2E4E5 solid 1px;
	background:#F9F9FA ;
	}
	.promoimgs {
    	width: 260px;
    	float: left;
    	height: 260px;
	max-width:100%;
	margin-right:10px;
	}
	.promodesc {
    	width: 125px;
    	float: left;
    	padding: 10px;
    	height: 165px;
    	overflow: hidden;
	max-width:44%;

	}
	.promotions .media-preview{
	padding:0;
	}
  	.promotions header>a {
    	background:rgba(48,48,48,0.8);
    	width: 100%;
    	position: absolute;
   	 bottom: 0;
    	right: 0;
    	text-align: right;
    	color: #fff;
   	}
   .promotions .item.col-third header>a:after , .promotions .item.col-quarter header>a:after,.promotions .item.col-half header>a:after {
	color: #fff;
    display: inline;
    /*padding: 0 10px;*/
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    content: "\e60e";
    vertical-align: middle;
/*app-2746*/
padding: 1px 5px;

	}
	.promotions .item.col-third header:hover >a ,.promotions .item.col-quarter header:hover >a,.promotions .item.col-half header:hover >a {
		 background:rgba(0,133,213,0.6);
	}
	.promotions .item.col-third header:hover ,.promotions .item.col-quarter header:hover ,.promotions .item.col-half header:hover {
		border:#0085D5  solid 1px;
	}
   .promotions .promoimgs img {
    max-width:260px;
    max-height: 260px;
    width: auto;
    height: auto;
	
   }
  .promodesc .media-heading{
	font-size:13px !important;
	}
.promodesc .lead{
	display:none;
	margin-top:1px;
	font-size: 12px !important;
}
.promodesc .media-heading a{
	display:block;
}
.promotions section.item.col-third {
    padding-top: 15px !important;
}
/*end of promotion*/


.tableLabel>span>.checkbox_filter{
border:1px solid #0085d5;
padding: 7px 20px 7px 20px !important;
color: #0085d5;
}
.checkbox_filter:hover{
background-color: #ebebeb;
border:1px solid #005589 !important;
color:#005589 !important;
}
button.fh-modal-trigger.btn.btn-link:hover {
    background: #ebebeb !important;

}

/* ends filters surround by border */

/*---buy parts table col width ---*/
.unitColHeader,.unitColTd{
text-align:center;
} 
.onlyDesc5Cols{
  width: 15%;

}
.onlyDesc4Cols{
  width: 20%;
}
.onlyDesc5ColsPrice{
  width: 15%;
padding-left:7ex !important;
}
.onlyDesc4ColsPrice{
  width: 20%;
padding-left:7ex !important;
}
.onlyDesc3ColsPrice{
  width: 30%;
padding-left:7ex !important;
}
.priceHead4Col{
}
.onlyDesc{
  width: 40% !important;
  text-align:justify;
}
.details table tr{
    border: none;
table-layout:fixed;
}
.selectedRowCOlor {
    color: #202020;
    font-family: robotomedium,Arial,Helvetica,sans-serif;
    font-size: 14px;
    background: inherit !important;
    border: medium none;
    table-layout:fixed;

}

/*Buy parts expand Style - */
.detailsRow{
    width: 130px;
    float: left;
    margin-right: 35px;
    margin-left: 15px;
    border: 1px solid rgb(204, 204, 204);
    margin-top: 15px;
    height: 120px;		
   background:white;		
   position: relative;
}
/*.details{
  background-color:white;
}*/
.part-details .detailsRow img{
	width: auto;
	display: block;
	left: 0px;
	top: 0px;
	position: absolute;
	bottom: 0px;
	margin: auto;
	height: auto;
	right: 0px;
	max-height: 100%;
	max-width: 100%;
}
.expandProdDetails{
	margin-top: 10px;
}
.expandProdDetails p{
	margin-top: 5px;
	margin-bottom: 15px;
}
.expandProdDetails >.seeMoreDetails{
	font-size:12px;
}

/*End*/

/*Start JIRA ONESEVEN-51 , presence of one content type */

.noAccordion{
    content: "" !important;

}
.noAccordion .active:before {
    content: "" !important;
}
.noAccordion:before {
    content: "" !important;
}
.noAccordion .in {
    border-bottom: none !important;
}
.noAccordion{
	border-bottom: 1px solid #0085d5 !important;
	cursor:default !important;
}
.noAccordion+dd.collapse.in {
    border-bottom: none !important;
}

/*End JIRA ONESEVEN-51 , presence of one content type */



/*app 355 */

#browseTable tr.header th button.active {
    /* color: white; */
}


.btn.btn-link.active.bpSortASc, .btn.btn-link.active.bpSortDSc {
color:white;
}

/*ends app 355 */

.media-heading > .soltitleSec p{
    margin: 0px 86px 0 22px;
}

//---start App- 1684 
.ui-dialog-title{
 font-family: robotoregular, Arial, Helvetica, sans-serif !important; 
    font-size: 21px;
    font-weight: 500;
    margin: 0 3em 0 5px;
}
.ui-dialog .ui-dialog-titlebar {
    cursor: default;
    padding: 14px 20px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-color: #edeff0;
    padding-right: 17px;
    margin: 0 !important;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    padding-left: 19px !important;

}
.ui-dialog .ui-dialog-buttonpane button{
margin: 0.5em 0.2em 0.5em 0.95em;
}
.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 5px;
    width: auto;
    margin: -10px 0 0 0;
    //padding: 9px 14px 0px 9px; 
    height: auto;
    padding: 25px 1em;
}
.item .cta .btn {
padding-left:1.3em;
}
.tableLabel span {
display:block !important;
margin-left:-10px;
}
.efilter .filter-horizontal .filter-tabs {
    border: medium none;
    width: 100%;
  padding: 7.3px 1.5em 0em;
    }
.efilter .filter-horizontal .filter-tabs .fh-modal-trigger {
    margin: 0px 2em 7.3px -5px;
}
/*modal-popup in ff*/
.radio label, .checkbox label {
cursor: pointer;
display:  -webkit-inline-box;
font-weight: normal;
float: left;
padding-left: 15px;
white-space: pre-line;
}
//---end 1684

/*app-204*/
#baiduImg {
width: 30px;
padding-bottom: 15px;
    
}

/*App-412*/	
#section-2-accordion{
    margin-top: -20px;
}

section.item-collection.accordion.clear.pdpSections{
padding-bottom: 0px; 
} 
.accordion dl dd {
padding: 25px 25px 8px 88px;
}
/*end 412*/
/*APP-1720*/
.promodesc .lead {
position: absolute;
padding-right:5px;
overflow:hidden;
}
/*APP-359 */
#browseTable .even.close + tr  {
background-color:rgb(244, 243, 241);
}
#browseTable .odd.noborder + tr  {
border:none !important;
}
.noborder{
border:none !important;
}
table#browseTable th,table#browseTable td {
width:150px;
}
.table#browseTable td:last-child{
border-right:1px solid #E6E6E6;
}
 .part-details{
border-right: none !important;
}
th.priceHead4Col {
padding-left:3.5em;
}
/*ends APP-359 */
/*Style for specification table*/
table.SpecificationTable{
		/*width:70%; */
		border-collapse:collapse;
		border-spacing:0;
		display: inline-block;
		padding-bottom:0.5%;
		border:none;	
		height:auto;
		background-clip: padding-box;
		width:auto;
		color:#202020 !important;		
		font-family: robotoregular,Helvetica,Arial,sans-serif !important;
		font-size: 14px !important;
		}
	.SpecificationTable tr{
 	border:#CCC 1.5px solid ;
	}
	.SpecificationTable td{ 
		padding:7px; 
		border:#CCC 1.5px solid ;
		text-align: left;
    		vertical-align: top;
		background-clip: padding-box;
		position: static;
	}
	/*  Define the background color for all the ODD background rows  */
	.SpecificationTable tr:nth-child(odd){ 
		background: #FFF;
	}

	/*  Define the background color for all the EVEN background rows  */
	.SpecificationTable tr:nth-child(even){
		background: #F4F3F1;
	}
	.SpecificationTable tr:first-child,.SpecificationTable tr:first-child td{
		background: none;
		//border:none;
		font-weight:600;
		color:#202020 !important;		
		font-family: robotoregular,Helvetica,Arial,sans-serif !important;		
		font-size: 14px !important;
	}

	/*border disappear in ff*/
	.SpecificationTable tbody{
	border:#CCC 1.5px solid !important;
	border-spacing:0;
	background-clip: padding-box;
	border-collapse:separate !important;
	padding: 0;
	
	}

/*End*/

span.ui-dialog-title {
    font-family: robotoregular, Arial, Helvetica, sans-serif !important;
    font-size: 21px;
    font-weight: 500;
}
.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: none;
    overflow: auto;
    padding-left: 42px;
}

.noAccordion+dd.collapse.in section {
margin-bottom : -10px;
}

/*for making the sort arrow buttons like prod blue */

.bpSortDscSortBlue:before {
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: "\e608";
  display: inline-block;
  font-size: 19px;
     color:#D3D3D3; 
   position: absolute;
  top: 2px;
   clear: both;
  left: 100%;
}
.bpSortDscSortBlue:after {
content: "\e609";
  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;
   display: inline-block;
  position: absolute;
  font-size: 19px;
color:#2282C5;
    top: 11px;
	clear:both;
}
.bpSortAscSortBlue:before {
  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: "\e608";
  display: inline-block;
  font-size: 19px;
color:#2282C5;
    position: absolute;
  top: 2px;
   clear: both;
  left: 100%;
}
.bpSortAscSortBlue:after {
  content: "\e609";
  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;
   display: inline-block;
   position: absolute;
   font-size: 19px;
    color:#808A8E;  
    top: 11px;
    clear: both;
    right:-19px;
}


.sortAlpha.bpSortAscSortBlue:before,.sortAlpha.bpSortDscSortBlue:before{
  left: 119px !important;
  top: 1px;
}
.sortAlpha.bpSortAscSortBlue:after,.sortAlpha.bpSortDscSortBlue:after{
right: 14px !important;
top: 9px;
}

.efilter .sortAlpha.bpSortAscSortBlue:before,.efilter .sortAlpha.bpSortDscSortBlue:before{
  left: 100% !important;
  top:1px;
}
.efilter .sortAlpha.bpSortAscSortBlue:after,.efilter .sortAlpha.bpSortDscSortBlue:after{
  top: 9px;
  left: 100%;
}

/*end for making the sort arrow buttons like prod blue */

/*APP-2752 */
.priceHead4NewCol{
padding-left:12.8em !important;

}

.onlyDesc4ColsPrice{
  width: 20%;
padding-left:13em !important;
}

.qty  input.form-control{
width: 6em;
margin-left: 60px;
text-align: center;
color: #0085d5;
font-size:14px;
box-shadow:none;
}

/*ends APP-2752 */
.browseTable thead ,.browseTable thead tr ,.browseTable tbody, .browseTable tbody tr{
width:100%		
box-sizing: content-box !important;		
}
.filter-horizontal .filter-tabs .fh-modal-trigger {
    float: left;
    list-style: outside none none;
    text-decoration: none;
    border: 1px solid;
    margin: 0px 2em 6px -5px;
    padding: 12px 20px;
    line-height: 11px;
}

/*prod issues*/					
span.ui-dialog-title {		
font-family: roboto_condensedlight !important;		
font-size: 24px;		
color: #303030;		
}		
.ui-dialog .ui-dialog-titlebar {		
padding-left: 36px !important;
}		
/*APP-3893*/		
.ui-dialog .ui-dialog-titlebar-close {		
right :0em;		
}		
/*ends prod issues */	

/* Go live issue fixes */		
/*APP-3916*/			
span.appliedFilterValues { 		
border: 2px solid #d4d9dd		
}		 				
/* APP-3902 */		
.eseminarfilter.filter-horizontal .applied-filters.active {		
    background: #FFF none repeat scroll 0% 0%;		
    border-left: 1px solid #D4D9DD;		
    width: 100%;			
}		
.filter-horizontal .applied-filters {		
    padding: 0px 14px 1px 1.5em;	
}				
p.searchTopShowResults {		
    float: right;		
    color: #808A8E;		
    line-height: 40px;		
    height: 41px;		
    margin: 15px;		
    padding-right: 8px;		
    font-style: italic;		
    -moz-animation-iteration-count: ;		
}				
.ui-dialog .ui-dialog-buttonpane button {		
    margin: 0.5em 0.2em 0.5em 2em;		
}		
/*app- 3903 */		
.filter-horizontal .applied-filters > .btn.applied-filter.exist {		
    display: inline-block;		
    /*height: 38px;*/		
    vertical-align: middle;		
    /*margin-bottom: 6px;		
    padding-bottom: 9px;*/		
}			
.filter-horizontal .applied-filters > p {		
    display: inline-block;		
    color: #808A8E;		
    font-family: robotoregular,Arial,Helvetica,sans-serif !important;		
    font-size: 14px;			
    /*margin: 6px 1em 0px 0px;*/		
}		
.filter-horizontal .applied-filters > .results {		
    float: right;		
    margin-right: 0px;		
    margin-bottom: -0.3em;		
    -webkit-margin-before:0.1em;		
}		
/*ends app- 3903 */		
.filter-horizontal .filter-tabs .fh-modal-backdrop .fh-modal-content > header h4 {		
font-family: roboto_condensedlight;		
font-size: 24px;		
color: #303030;		
}		
.ui-dialog-content .col-third {		
text-indent: -12px; 		
}		
/* go live issues ends */		
/* Mobile issues fixes */		
@media only screen and (max-device-width: 480px) and (min-device-width: 320px) {		
.browsePartPlus {		
    background-image: url('../agilent_images/plus.png');		
    background-repeat: no-repeat;		
}		
div.paginationText {		
margin-top : 25px;		
padding-left: 20%;		
}		
.pdpSections.accordion dl dt {		
font-size : 8px !important;		
}		
bpSort:before {		
        font-size: 8px;		
   }		
bpSort:after {		
        font-size: 8px;		
   }		
.vpp.pdp .vppDropDown {		
margin-left: 30px;		
}		
.promodesc .media-heading a  {		
font-size: 12px;		
}		
}
/*APP-3885*/
.ui-dialog .ui-dialog-buttonpane {
    padding: .4em 1em .4em .4em !important;
}
/*ends APP-3885*/
/* Mobile issues fixes ends */
@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait){		
.filter-horizontal .filter-tabs {		
    margin-left: -10px;		
    width: 97%;		
}		
}
/*APP-3974*/
.buySeperator{
font-family: robotoregular,Helvetica,Arial,sans-serif !important;
font-size: 14px !important;
color: #202020 !important;
font-weight: 200;
}
/*ends APP-3974*/
.eseminarfilter.filter-horizontal .applied-filters.active {
border-left:none !important;
margin-left:0px !important
}
.filter-horizontal .fh-content {
border-top:none !important;
}
.filter-vertical > .container .fv-content > header .vpp > button {
margin-top: 11px;
}
.eseminar .filter-vertical > .container .fv-content > header .vpp > button{
margin-top: 11px !important;
}
/*filters and applied filters alignment*/
.filter-horizontal .applied-filters > .btn.applied-filter.exist {
margin-bottom: 0.22em;
margin-top: 0.1em;
}
.filter-horizontal .applied-filters > .results {
    float: right;
    margin-right: 0px;
    margin-bottom: 1px;
    display: inline-block;

	}
.filter-horizontal .applied-filters > p {
margin: 4.5px 1em 0px 0px !important;
display: inline-block;
line-height: 38px;
}
.filter-horizontal .applied-filters > .btn.applied-filter.exist {
padding-bottom: 9px;
display: inline-block;
margin-bottom: 4.5px;    
}
.filter-horizontal .applied-filters {
padding: 1px 14px 2.5px 1.5em;
}
/*ends filters and applied filters alignment*/

/*added for eseminar modal-filter. Need to move on all the environments. Associated to jira-APP-3885,APP-3893*/
.eseminarfilter.filter-horizontal .filter-tabs .fh-modal-backdrop .fh-modal-content > header h4 {
    font-family: roboto_condensedlight !important;
    font-size: 24px;
    color: #303030;
}
.eseminarfilter.filter-horizontal .filter-tabs .fh-modal-backdrop .fh-modal-content footer > .btn-link{
    padding-left:26.5px;
}
/*APP-3902*/
.eseminarfilter.filter-horizontal .applied-filters.active {
    padding: 2px 14px 3px 1.5em;
}
.eseminarfilter.filter-horizontal .applied-filters > p {
    margin: 5px 1em 0px 0px !important;
}
.eseminarfilter.filter-horizontal .applied-filters > .btn.applied-filter.exist {
    margin-bottom: 5.5px;
}
.eseminarfilter.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;
    padding-left: 42px;
    padding-right: 17px;
}
.col-lg-5{
width:300px;

}

#buttonSubmit {
	-moz-box-shadow:inset 0px 0px 0px 0px #dcecfb;
	-webkit-box-shadow:inset 0px 0px 0px 0px #dcecfb;
	box-shadow:inset 0px 0px 0px 0px #dcecfb;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #bddbfa), color-stop(1, #80b5ea));
	background:-moz-linear-gradient(top, #bddbfa 5%, #80b5ea 100%);
	background:-webkit-linear-gradient(top, #bddbfa 5%, #80b5ea 100%);
	background:-o-linear-gradient(top, #bddbfa 5%, #80b5ea 100%);
	background:-ms-linear-gradient(top, #bddbfa 5%, #80b5ea 100%);
	background:linear-gradient(to bottom, #bddbfa 5%, #80b5ea 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bddbfa', endColorstr='#80b5ea',GradientType=0);
	background-color:#bddbfa;
	-moz-border-radius:9px;
	-webkit-border-radius:9px;
	border-radius:9px;
	border:1px solid #84bbf3;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:10px 20px;
	text-decoration:none;
	text-shadow:0px 0px 0px #528ecc;
}
#buttonSubmit:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #80b5ea), color-stop(1, #bddbfa));
	background:-moz-linear-gradient(top, #80b5ea 5%, #bddbfa 100%);
	background:-webkit-linear-gradient(top, #80b5ea 5%, #bddbfa 100%);
	background:-o-linear-gradient(top, #80b5ea 5%, #bddbfa 100%);
	background:-ms-linear-gradient(top, #80b5ea 5%, #bddbfa 100%);
	background:linear-gradient(to bottom, #80b5ea 5%, #bddbfa 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80b5ea', endColorstr='#bddbfa',GradientType=0);
	background-color:#80b5ea;
}
#buttonSubmit:active {
	position:relative;
	top:1px;
}

.reveal-modal-bg{position:fixed;height:100%;width:100%;background-color:#000;z-index:100;display:none;top:0;left:0;}
.reveal-modal{
	visibility:hidden;
	top:100px;
	left:60%;
	margin-left:-300px;
	width:360px;
	position:absolute;
	z-index:101;
	padding:30px 40px 34px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow:0 0 10px rgba(0,0,0,.4);
	-webkit-box-shadow:0 0 10px rgba(0,0,0,.4);
	-box-shadow:0 0 10px rgba(0,0,0,.4);
	background-color: #fff;

}
.reveal-modal .close-reveal-modal {
font-size:22px;line-height:.5;position:absolute;top:8px;right:11px;color:#aaa;text-shadow:0 -1px 1px rbga(0,0,0,.6);font-weight:bold;cursor:pointer;} 
.reveal-modal h2{
	font-size:18px;
	color:#006699;
	padding:0 0 20px 0;
}
.reveal-modal p{padding:0 0 15px 0;}


/* ends */
