body {
  padding: 0;
  margin: 0;
}

html,
body {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: inherit;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

input {
  outline: 0;
}

img {
  max-width: 100%;
  height: auto;
}

html,
body {
  height: 100%;
  margin: 0;
}

.lcaf-step-number {
  color: #0085d5;
  font-weight: 500;
}

.arrow {
  border: solid #ffffff;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 5px;
}

.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

#lcaf-app-finder {
  height: 100%;
  color: #222222;
  line-height: 1.25;
  font-family: "Roboto", Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  position: relative;
  -webkit-backface-visibility: hidden;
  box-sizing: border-box;
}
#lcaf-app-finder h1,
#lcaf-app-finder h2,
#lcaf-app-finder h3,
#lcaf-app-finder h4,
#lcaf-app-finder h5,
#lcaf-app-finder h6,
#lcaf-app-finder p {
  margin: 0px;
  padding: 0px;
}
#lcaf-app-finder input {
  outline: none;
  font-family: "Roboto", Helvetica, sans-serif;
}
#lcaf-app-finder input::-ms-clear {
  width: 0;
  height: 0;
  display: none;
}
#lcaf-app-finder a {
  outline: none;
  cursor: pointer;
}
#lcaf-app-finder img {
  -ms-interpolation-mode: bicubic;
}
#lcaf-app-finder input[type="text"],
#lcaf-app-finder input[type="email"],
#lcaf-app-finder input[type="search"],
#lcaf-app-finder input[type="password"] {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
#lcaf-app-finder.modal-open {
  padding-top: 92px;
}
#lcaf-app-finder.modal-open #lcaf-header,
#lcaf-app-finder.modal-open #lcaf-footer {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 10;
}
#lcaf-app-finder.modal-open #lcaf-header {
  top: 0;
}
#lcaf-app-finder.modal-open #lcaf-footer {
  bottom: 0;
}
#lcaf-app-finder.modal-open #lcaf-header-wrapper,
#lcaf-app-finder.modal-open #lcaf-footer-wrapper {
  padding: 0px 50px;
  max-width: 100%;
  box-sizing: border-box;
}
#lcaf-app-finder .bottom-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 920px;
  display: block;
  margin: 0 auto;
}
#lcaf-app-finder button,
#lcaf-app-finder select,
#lcaf-app-finder textarea {
  font-family: "Roboto", Helvetica, sans-serif;
}

#lcaf-header {
  display: flex;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
  height: 50px;
}
#lcaf-header p {
  display: none;
}
#lcaf-header .lcaf-header-logo {
  background-color: #0085d5;
  padding: 10px 20px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  box-sizing: border-box;
  padding: 10px 20px;
}
#lcaf-header .lcaf-header-logo img {
  max-height: 30px;
}

.content-wrapper {
  min-height: 100%;
  background-color: #e2eef5;
  margin-bottom: -120px;
  display: flex;
  flex-direction: column;
}

#lcaf-footer {
  height: 120px;
  position: relative;
  padding: 10px 20px;
  background-color: #222222;
  font-size: 12px;
  width: 100%;
  box-sizing: border-box;
  bottom: 0;
  z-index: 1;
}
#lcaf-footer * {
  box-sizing: border-box;
}
#lcaf-footer img {
  max-height: 30px;
  margin-bottom: 15px;
}
#lcaf-footer .lcaf-footer-navigation {
  overflow: hidden;
  flex-shrink: 0;
  padding: 8px 0;
}
#lcaf-footer .lcaf-footer-navigation ul {
  display: flex;
  flex-direction: row;
  -moz-flex-direction: row;
  align-items: center;
  list-style: none;
  color: white;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-left: -1px;
  margin-bottom: 15px;
  flex-wrap: nowrap;
}
#lcaf-footer .lcaf-footer-navigation ul :first-child {
  margin-left: 0;
}
#lcaf-footer .lcaf-footer-navigation ul li {
  flex-grow: 1;
  flex-basis: auto;
  margin-left: 1px;
  border-left: 1px solid #888b8d;
  background-color: #222222;
  text-align: center;
  padding: 0px 8px;
}
#lcaf-footer .lcaf-footer-navigation ul a {
  text-decoration: none;
  color: #888b8d;
}
#lcaf-footer .lcaf-footer-navigation ul a :hover {
  color: #0085d5;
}
#lcaf-footer p {
  color: #888b8d;
  font-weight: 300;
  text-align: center;
  flex-shrink: 0;
}

#lcaf-footer-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
}

.lcaf-desktop .lcaf-left,
.lcaf-desktop .lcaf-middle,
.lcaf-desktop .lcaf-right {
  min-width: 310px;
  max-width: 310px;
  height: 100%;
  min-height: 594px;
  max-height: 594px;
}
.lcaf-desktop #lcaf-preloader .mobile-preloader {
  display: none;
}
.lcaf-desktop .lcaf-middle {
  height: 594px;
}
.lcaf-desktop .lcaf-middle .lcaf-title-bar {
  border-left: 1px solid rgba(231, 231, 230, 0.5);
  border-right: 1px solid rgba(231, 231, 230, 0.5);
}
.lcaf-desktop .lcaf-middle #lcaf-results-wrapper {
  height: 520px;
  margin: 20px;
  background: #ffffff;
}
.lcaf-desktop .lcaf-middle #lcaf-results-wrapper .lcaf-result {
  border: none;
  color: #888b8d;
}
.lcaf-desktop
  .lcaf-middle
  #lcaf-results-wrapper
  .lcaf-result:hover:not(.active)
  .lcaf-result-content {
  color: #00426a;
}
.lcaf-desktop
  .lcaf-middle
  #lcaf-results-wrapper
  .lcaf-result:hover:not(.active)::before {
  background: transparent
    url(https://www.agilent.com/cs/promotions/images/20210210-lcaf-select_indicator_bottom-blue.png)
    no-repeat;
  background-size: 10px;
}
.lcaf-desktop .lcaf-middle #lcaf-results-wrapper .lcaf-result.active {
  color: #ffffff;
}
.lcaf-desktop .lcaf-middle #lcaf-results-wrapper .lcaf-result::before {
  content: "";
  position: absolute;
  background: transparent
    url(https://www.agilent.com/cs/promotions/images/20210210-lcaf-select_indicator_bottom.png)
    no-repeat;
  background-size: 10px;
  width: 5px;
  height: 5px;
  left: 13px;
  top: 25px;
  transform: rotate(45deg);
}
.lcaf-desktop .lcaf-title-bar {
  background-color: #00426a;
  color: #ffffff;
  line-height: 34px;
  padding: 0 20px;
  display: block;
}
.lcaf-desktop .lcaf-title-bar p {
  font-size: 16px;
  font-weight: 300;
}
.lcaf-desktop .lcaf-right {
  display: flex;
  justify-content: flex-start;
}
.lcaf-desktop #lcaf-results-wrapper {
  margin: 20px;
}
.lcaf-desktop a.ui-multiselect {
  width: 240px !important;
  margin: 0 0 5px 0;
  padding: 0;
}
.lcaf-desktop a.ui-multiselect span + span {
  padding-left: 0;
}
.lcaf-desktop a.ui-multiselect span.ui-  {
  transform: rotate(0deg);
}
.lcaf-desktop .ui-multiselect.filtered {
  padding-left: 30px;
  margin-left: -30px;
  background-image: url(https://www.agilent.com/cs/promotions/images/20210210-lcaf-iconfinder-icon.svg);
  background-position: 0px center;
  background-size: 30px;
  width: calc(240px + 30px) !important;
}
.lcaf-desktop .ui-multiselect-checkboxes li {
  padding: 0px;
}
.lcaf-desktop .ui-multiselect-checkboxes label.checked.ui-state-hover {
  background-color: #f2f2f2;
}
.lcaf-desktop.ui-multiselect-menu {
  width: 400px !important;
  border-radius: 0;
  border: 1px solid #a6a6a6;
  margin-top: 4px;
  overflow: visible;
  bottom: auto;
}
.lcaf-desktop.ui-multiselect-menu
  .fixed-multiselect-menu
  .filter-button-container {
  display: none;
}
.lcaf-desktop.ui-multiselect-menu .filter-button-container {
  display: none;
}
.lcaf-desktop .ui-search-input-reset {
  display: block;
  padding: 0;
  box-sizing: content-box;
  position: relative;
  border: none;
}
.lcaf-desktop .ui-multiselect-header:not(#analytes_filter_dialog) {
  background: #e5e5e5;
  border: 1px solid #e5e5e5;
  border-width: 0px 1px 0 1px;
  padding: 12px !important;
  margin: 0;
  position: relative;
  min-height: 50px;
}
.lcaf-desktop
  .ui-multiselect-header:not(#analytes_filter_dialog)
  .ui-search-input-reset {
  color: #222222;
  margin-top: 2px;
  display: inline-block;
  position: absolute;
  right: 20px;
  bottom: auto;
  font-size: 0;
  width: auto;
  box-sizing: border-box;
  padding: 0 20px;
  border: 0;
}
.lcaf-desktop
  .ui-multiselect-header:not(#analytes_filter_dialog)
  .ui-search-input-reset
  input {
  background-color: #ffffff;
  padding: 9px 5px 7px;
  font-size: 11px;
  line-height: 1;
  height: auto !important;
  font-family: "Roboto", Helvetica, sans-serif;
  width: 254px;
  width: 229px\9;
  margin: 0;
  outline: none;
}
.lcaf-desktop
  .ui-multiselect-header:not(#analytes_filter_dialog)
  .ui-search-input-reset
  input::placeholder {
  font-size: 11px;
}
.lcaf-desktop .ui-multiselect-header:not(#analytes_filter_dialog) input {
  padding: 6px 5px 3px !important;
  width: 195px !important;
}
.lcaf-desktop
  .ui-multiselect-header:not(#analytes_filter_dialog)
  .ui-helper-reset {
  position: auto;
  top: auto;
  right: auto;
  max-height: auto;
  margin-top: 0;
}
.lcaf-desktop
  .ui-multiselect-header:not(#analytes_filter_dialog)
  .ui-helper-reset
  span {
  height: 26px;
  width: 62px;
  color: #0085d5;
  border: 1px solid #0085d5;
  display: block;
  font-weight: 300;
  font-family: "Roboto", Helvetica, sans-serif;
  line-height: 27px;
  outline: 0;
  font-size: 11px;
  height: 23px;
  width: 110px;
  font-size: 11px;
  line-height: 23px;
  height: 23px;
}
.lcaf-desktop .ui-multiselect-scroller {
  max-height: 224px;
}
.lcaf-desktop .ui-menu-indicator {
  position: absolute;
  top: -13px;
  left: 20px;
  height: 14px;
  width: 27px;
  background: url(https://www.agilent.com/cs/promotions/images/20210210-lcaf-select_indicator_top.png)
    0 bottom no-repeat;
  z-index: 10;
}
.lcaf-desktop .ui-multiselect-menu.align-at-bottom {
  margin-top: -8px;
}
.lcaf-desktop .ui-multiselect-close {
  z-index: 10;
  position: absolute;
  top: 12px;
  right: 12px;
  left: auto;
  height: 26px;
  width: 26px;
  background: url(https://www.agilent.com/cs/promotions/images/20210210-lcaf-close.png);
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  display: block;
  font-size: 14px;
  text-align: center;
  line-height: 24px;
  font-weight: 500;
  text-indent: -10000em;
  margin-top: 0px;
}
.lcaf-desktop .ui-multiselect-close:hover {
  background-position: 0 bottom;
  background: url(https://www.agilent.com/cs/promotions/images/20210210-lcaf-close-hover.png);
  background-size: contain;
}
.lcaf-desktop .ui-multiselect-none,
.lcaf-desktop .ui-multiselect-all {
  position: relative;
}
.lcaf-desktop .ui-multiselect-none span,
.lcaf-desktop .ui-multiselect-all span {
  color: #0085d5;
  border: 1px solid #0085d5;
  font-size: 11px;
}
.lcaf-desktop .ui-multiselect-none span:hover span,
.lcaf-desktop .ui-multiselect-all span:hover span {
  border: 1px solid #00426a;
}
.lcaf-desktop .ui-multiselect-none {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  border: 0;
  color: #ffffff;
  background: none;
  cursor: pointer;
  margin: 0;
  overflow: visible;
  padding: 0;
  text-align: center;
  text-decoration: none !important;
  vertical-align: top;
  outline: none;
}
.lcaf-desktop .ui-multiselect-none span {
  height: 26px;
  width: 62px;
  color: #0085d5;
  border: 1px solid #0085d5;
  display: block;
  font-weight: 300;
  font-family: "Roboto", Helvetica, sans-serif;
  line-height: 27px;
  outline: 0;
  font-size: 11px;
  height: 23px;
  width: 110px;
  font-size: 11px;
  line-height: 23px;
  height: 23px;
}
.lcaf-desktop .ui-multiselect-none span.open {
  line-height: 35px !important;
  height: 35px !important;
  width: 134px;
}
.lcaf-desktop .ui-multiselect-none:hover {
  text-decoration: none !important;
}
.lcaf-desktop .ui-multiselect-none:hover span {
  color: #00426a;
  border: 1px solid #00426a;
  background-position: 0 bottom;
}
.lcaf-desktop #analytes_filter_dialog .token-input-input-token.thin-border {
  border-top: 0;
  border-bottom: 1px solid #c1c1c1;
}
.lcaf-desktop #analytes_filter_dialog .token-input-input-token.thick-border {
  border-bottom: 12px solid #c1c1c1 !important;
}
.lcaf-desktop #analytes_filter_dialog .ui-multiselect-filter {
  position: relative;
  top: auto;
  left: auto;
  margin-left: 0;
  width: auto;
  text-align: left;
  margin-right: 10px;
}
.lcaf-desktop #analytes_filter_dialog .ui-multiselect-filter .lcaf-caption {
  font-weight: 300;
}
.lcaf-desktop .selected-system-title {
  display: none;
}
.lcaf-desktop .lcaf-inner-content {
  padding-right: 30px;
  zoom: 1;
  padding: 20px;
}
.lcaf-desktop .lcaf-inner-content .lcaf-filter-group {
  padding: 0 0 19px 20px;
}
.lcaf-desktop .lcaf-inner-content .lcaf-filter-group a {
  border-top: none;
}
.lcaf-desktop .lcaf-inner-content .lcaf-filter-group a:last-child {
  border-bottom: none;
}
.lcaf-desktop .lcaf-inner-content .lcaf-filter-group .lcaf-filter {
  border-bottom: none;
}
.lcaf-desktop .lcaf-inner-content .lcaf-tools.lcaf-filters {
  padding: 0 0 20px 0;
}
.lcaf-desktop .lcaf-inner-content .lcaf-tools label {
  font-weight: 500;
}
.lcaf-desktop .lcaf-inner-content .lcaf-tools.lcaf-publication-number {
  padding: 10px 0 0 4px;
}
.lcaf-desktop .lcaf-inner-content .lcaf-filter-group-title {
  font-weight: 500;
  font-size: 12px;
  display: block;
  font-size: 12px;
  padding: 0 0 10px 0;
}
.lcaf-desktop .lcaf-inner-content:before {
  content: "";
  display: table;
}
.lcaf-desktop .lcaf-inner-content:after {
  content: "";
  display: table;
  clear: both;
}
.lcaf-desktop .lcaf-content-wrapper {
  -moz-flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  height: 100%;
}
.lcaf-desktop .lcaf-content-wrapper #lcaf-content {
  width: auto;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 480px;
  overflow: hidden;
  background: #ffffff;
}
.lcaf-desktop .lcaf-content-wrapper #lcaf-content > div {
  flex-direction: row;
}
.lcaf-desktop .lcaf-content-wrapper #lcaf-content .lcaf-left {
  background-color: #f4f3f3;
  float: left;
  font-size: 14px;
  position: relative;
  width: 100%;
  overflow: visible;
}
.lcaf-desktop .lcaf-content-wrapper #lcaf-content .lcaf-left .lcaf-filter {
  position: relative;
}
.lcaf-desktop .lcaf-content-wrapper #lcaf-content .lcaf-left .lcaf-title-bar {
  display: block;
  background-position: -50px 0 !important;
}
.lcaf-desktop .lcaf-content-wrapper #lcaf-content .lcaf-left #search-button {
  background-color: #0085d5;
  color: #ffffff;
  width: 100%;
  max-width: 220px;
  height: 35px;
  border-radius: 0px;
}
.lcaf-desktop .lcaf-content-wrapper #lcaf-content .lcaf-left #search-field {
  padding: 0 0px 10px 20px;
  max-width: 260px;
  box-sizing: border-box;
}
.lcaf-desktop .lcaf-content-wrapper #lcaf-content .lcaf-left #search-field p {
  font-size: 12px;
  display: block;
  margin-bottom: 4px;
}
.lcaf-desktop .lcaf-content-wrapper #lcaf-content > div {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.lcaf-desktop .lcaf-content-wrapper #lcaf-content .lcaf-mobile-preview {
  display: none;
}
.lcaf-desktop .lcaf-content-wrapper #lcaf-content .mobile-spmenu {
  display: none;
}
.lcaf-desktop
  .lcaf-content-wrapper
  #lcaf-content
  .lcaf-navigation-title-container {
  display: none;
}
.lcaf-desktop
  .lcaf-content-wrapper
  #lcaf-content
  .lcaf-navigation-title-container
  #lcaf-navigation-back-button {
  display: none;
}
@media screen and (max-height: 764px) {
  .lcaf-desktop .lcaf-content-wrapper {
    display: block;
    width: 100%;
    overflow-y: scroll;
  }
}
.lcaf-desktop .lcaf-content-wrapper #lcaf-header {
  display: flex;
  align-items: center;
  background-color: #0085d5;
  height: 92px;
  position: relative;
}
.lcaf-desktop .lcaf-content-wrapper #lcaf-header p {
  display: flex;
  font-size: 32px;
  color: #ffffff;
}
.lcaf-desktop .lcaf-content-wrapper #lcaf-header .lcaf-header-logo {
  background-color: transparent;
  padding: 0;
}
.lcaf-desktop .lcaf-content-wrapper #lcaf-header .lcaf-header-logo img {
  max-height: 40px;
}
.lcaf-desktop .lcaf-content-wrapper #lcaf-header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  width: 100%;
  height: 100%;
  max-width: 930px;
}
.lcaf-desktop .lcaf-content-wrapper .content-wrapper {
  min-height: 100%;
  background-color: #ffffff;
  margin-bottom: -80px;
  display: flex;
  flex-direction: column;
  -moz-flex-direction: column;
  justify-content: space-between;
}
.lcaf-desktop .lcaf-content-wrapper .content-wrapper #lcaf-footer {
  justify-content: center;
  font-size: 14px;
  position: relative;
  padding: 0;
  height: 80px;
  display: flex;
  align-items: center;
}
.lcaf-desktop .lcaf-content-wrapper .content-wrapper #lcaf-footer *,
.lcaf-desktop
  .lcaf-content-wrapper
  .content-wrapper
  #lcaf-footer
  .lcaf-footer-navigation
  * {
  margin-bottom: 0px !important;
}
.lcaf-desktop .lcaf-content-wrapper .content-wrapper #lcaf-footer * li,
.lcaf-desktop
  .lcaf-content-wrapper
  .content-wrapper
  #lcaf-footer
  .lcaf-footer-navigation
  *
  li {
  padding: 0px 5px;
  font-weight: 400;
}
.lcaf-desktop .lcaf-content-wrapper .content-wrapper #lcaf-footer img {
  max-height: 50px;
}
.lcaf-desktop
  .lcaf-content-wrapper
  .content-wrapper
  #lcaf-footer
  #lcaf-footer-wrapper {
  flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  justify-content: space-between;
  width: 100%;
  max-width: 930px;
  height: 80px;
}
.lcaf-desktop .lcaf-content-wrapper #lcaf-content {
  overflow-x: hidden;
  justify-content: center;
}
.lcaf-desktop .search-button-container {
  display: none;
}

.search-button-container {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin-top: 20px;
}

.lcaf-content-wrapper {
  width: 100%;
  height: 100vh;
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: auto;
}
.lcaf-content-wrapper #lcaf-content {
  zoom: 1;
  background-color: #e5e5e5;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  flex: 1;
  width: 100%;
  background: #e2eef5;
}
.lcaf-content-wrapper #lcaf-content > div {
  display: flex;
  flex-direction: column;
}
.lcaf-content-wrapper #lcaf-content .lcaf-left {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.lcaf-content-wrapper #lcaf-content .lcaf-mobile-preview {
  
}
.lcaf-content-wrapper
  #lcaf-content
  .lcaf-mobile-preview
  .click-capture.spmenu-click-capture {
  display: block;
}
.lcaf-content-wrapper #lcaf-content .lcaf-mobile-preview #loading-message {
  color: #000000;
  background-color: white;
  font-weight: bold;
  position: absolute;
  height: 100%;
  width: 100%;
  text-align: center;
}
.lcaf-content-wrapper #lcaf-content .lcaf-mobile-preview #loading-message p {
  padding-top: calc(50% + 50px);
  width: 80%;
  margin-left: 10%;
}
.lcaf-content-wrapper #lcaf-content .lcaf-navigation-title-container {
  background-color: #384350;
  color: #ffffff;
  font-family: "Roboto", Helvetica, sans-serif;
  overflow: hidden;
  min-height: 42px;
}
.lcaf-content-wrapper
  #lcaf-content
  .lcaf-navigation-title-container
  .lcaf-navigation-title-wrapper {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  padding: 10px 10px;
  position: relative;
}
.lcaf-content-wrapper
  #lcaf-content
  .lcaf-navigation-title-container
  .lcaf-navigation-title-wrapper
  button {
  position: absolute;
  display: none;
  top: 0;
  bottom: 0;
}
.lcaf-content-wrapper
  #lcaf-content
  .lcaf-navigation-title-container
  .lcaf-navigation-title-wrapper
  #back-button {
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 300;
  margin-left: 20px;
  left: 0;
}
.lcaf-content-wrapper
  #lcaf-content
  .lcaf-navigation-title-container
  .lcaf-navigation-title-wrapper
  #mobile-preview-menu {
  right: 0;
  margin-right: 20px;
}
.lcaf-content-wrapper
  #lcaf-content
  .lcaf-navigation-title-container
  .lcaf-navigation-title-wrapper
  #mobile-preview-menu
  img {
  height: 5px;
}
.lcaf-content-wrapper
  #lcaf-content
  .lcaf-navigation-title-container
  .lcaf-navigation-title-wrapper
  h1 {
  font-weight: 300;
  font-size: 18px;
}
.lcaf-content-wrapper #lcaf-content:before {
  content: "";
  display: table;
}
.lcaf-content-wrapper #lcaf-content:after {
  content: "";
  display: table;
  clear: both;
}
.lcaf-content-wrapper .mobile-spmenu {
  position: absolute;
  height: 100%;
  background-color: #e1e3e5;
  color: #384350;
  padding: 50px 40px 10px 40px;
  box-sizing: border-box;
  font-size: 14px;
  flex-direction: column;
  justify-content: space-between;
  top: 0px;
}
.lcaf-content-wrapper .mobile-spmenu ul {
  padding-left: 15px;
}
.lcaf-content-wrapper .mobile-spmenu .mobile-spmenu-download,
.lcaf-content-wrapper .mobile-spmenu .mobile-spmenu-contact ul {
  color: #0085d5;
  list-style-type: disc;
  margin-bottom: 20px;
}
.lcaf-content-wrapper .mobile-spmenu .mobile-spmenu-download a,
.lcaf-content-wrapper .mobile-spmenu .mobile-spmenu-contact ul a {
  color: inherit;
  text-decoration: none;
}
.lcaf-content-wrapper .mobile-spmenu #mobile-spmenu-form button {
  color: inherit;
  background: transparent !important;
  border: none !important;
  margin: 0;
  padding: 0;
}
.lcaf-content-wrapper .mobile-spmenu #mobile-spmenu-form button ul {
  margin-bottom: 0;
}
.lcaf-content-wrapper .mobile-spmenu #mobile-spmenu-form button ul li {
  font-size: 14px;
}
.lcaf-content-wrapper .mobile-spmenu .mobile-spmenu-top,
.lcaf-content-wrapper .mobile-spmenu .mobile-spmenu-contact {
  background-color: transparent;
  margin: 0 0 20px 0;
}
.lcaf-content-wrapper .mobile-spmenu .mobile-spmenu-top p {
  
}
.lcaf-content-wrapper .mobile-spmenu .mobile-spmenu-contact {
  flex: 1;
}
.lcaf-content-wrapper .mobile-spmenu .mobile-spmenu-share {
  padding-bottom: 30px;
}
.lcaf-content-wrapper .mobile-spmenu .mobile-spmenu-share a {
  color: #0085d5;
}
.lcaf-content-wrapper
  .mobile-spmenu
  .mobile-spmenu-share
  .lcaf-right-panel-share-title {
  margin-bottom: 10px;
}
.lcaf-content-wrapper
  .mobile-spmenu
  .mobile-spmenu-share
  .lcaf-right-panel-share-title
  p {
  color: #384350;
}
.lcaf-content-wrapper .mobile-spmenu-vertical {
  width: 300px;
  z-index: 1000;
  -webkit-box-shadow: inset 2px 2px 4px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 2px 2px 4px 0px rgba(0, 0, 0, 0.75);
  box-shadow: inset 2px 2px 4px 0px rgba(0, 0, 0, 0.75);
}
.lcaf-content-wrapper .mobile-spmenu-right {
  right: -300px;
  display: none !important;
  padding-bottom: 0px;
}
.lcaf-content-wrapper .mobile-spmenu-right #lcaf-footer-right {
  width: calc(100% + 80px);
  margin: 0px -40px;
  height: 180px;
  position: relative;
  padding: 10px 40px;
  background-color: #222222;
  font-size: 12px;
  box-sizing: border-box;
  bottom: 0;
  z-index: 1;
  color: white;
}
.lcaf-content-wrapper
  .mobile-spmenu-right
  #lcaf-footer-right
  #lcaf-footer-wrapper {
  display: block;
}
.lcaf-content-wrapper
  .mobile-spmenu-right
  #lcaf-footer-right
  #lcaf-footer-wrapper
  img {
  padding: 10px 0px;
  max-width: 60%;
}
.lcaf-content-wrapper
  .mobile-spmenu-right
  #lcaf-footer-right
  .lcaf-footer-navigation {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.lcaf-content-wrapper .mobile-spmenu-right #lcaf-footer-right a {
  color: white;
  text-decoration: none;
  padding: 2px 5px;
}
.lcaf-content-wrapper .mobile-spmenu-right #lcaf-footer-right p {
  padding: 10px 5px;
  width: 100%;
}
.lcaf-content-wrapper
  .mobile-spmenu.mobile-spmenu-vertical.mobile-spmenu-right {
  overflow: auto;
}
.lcaf-content-wrapper .mobile-spmenu-right.mobile-spmenu-open {
  display: flex;
}
.lcaf-content-wrapper .mobile-spmenu-push {
  position: relative;
  left: 0;
}
.lcaf-content-wrapper .mobile-spmenu-push-toleft {
  left: -300px;
}
.lcaf-content-wrapper .mobile-spmenu,
.lcaf-content-wrapper .mobile-spmenu-push {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.lcaf-content-wrapper .spmenu-click-capture {
  display: block;
}

.lcaf-left {
  background-color: #e2eef5;
  float: left;
  font-size: 14px;
  position: auto;
  width: 100%;
  box-sizing: border-box;
  min-height: 470px;
}
.lcaf-left #search-button {
  background-color: #0085d5;
  color: #ffffff;
  width: 100%;
  max-width: 220px;
  height: 35px;
  border-radius: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lcaf-middle {
  width: 100%;
  font-size: 14px;
  position: relative;
  background-color: #e5e5e5;
  display: none;
}

.lcaf-right {
  background-color: #f4f3f3;
  height: 594px;
  width: 310px;
  float: left;
  font-size: 14px;
  position: relative;
  display: none;
  flex-direction: column;
  -moz-flex-direction: column;
  place-content: center;
}
.lcaf-right .lcaf-inner-content {
  height: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.lcaf-right table {
  margin-bottom: 20px;
}

.lcaf-inner-content {
  padding: 10px 0px;
}
.lcaf-inner-content .lcaf-filter-group-title {
  font-weight: 400;
  font-size: 12px;
  display: block;
  padding: 10px 0 5px 40px;
}
.lcaf-inner-content .lcaf-filter-group a {
  border-top: 1px solid #c1c1c1;
}
.lcaf-inner-content .lcaf-filter-group a:last-child {
  border-bottom: 1px solid #c1c1c1;
}
.lcaf-inner-content .lcaf-filter-group .lcaf-filter {
  border-bottom: 1px solid #c1c1c1;
}

.lcaf-title-bar {
  display: none;
  background-position: -50px 0 !important;
}

.lcaf-tools {
  line-height: 30px;
}
.lcaf-tools input {
  margin-left: 0px;
}
.lcaf-tools input[type="radio"] {
  height: 15px;
}
.lcaf-tools label {
  font-weight: 400;
  font-size: 14px;
}

.lcaf-tools.lcaf-filters {
  padding: 0 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.lcaf-tools.lcaf-filters button + button {
  margin-right: 10px;
}

.lcaf-tools.lcaf-publication-number {
  padding: 10px 0 0 20px;
}

#lcaf-results-wrapper {
  background: #e2eef5;
  position: relative;
  z-index: 1;
  overflow: auto;
}
#lcaf-results-wrapper .lcaf-result {
  background-color: #ffffff;
  border-width: 0px 0 1px 0;
  border-width: 0px 0 1px 0;
  cursor: pointer;
  font-size: 12px;
  color: #384350;
  line-height: 18px;
  margin: 0 0 0 0;
  padding: 10px 40px 10px 20px;
  position: relative;
  border-bottom: 1px solid #c1c1c1;
}
#lcaf-results-wrapper .lcaf-result::before {
  content: "";
  position: absolute;
  background: transparent
    url(https://www.agilent.com/cs/promotions/images/20210210-lcaf-select_button.png)
    96% 50% no-repeat;
  background-size: 20px;
  width: 20px;
  height: 20px;
  right: 13px;
  top: 50%;
  margin-top: -10px;
  transform: rotate(270deg);
}
#lcaf-results-wrapper .lcaf-result .lcaf-result-content {
  padding-left: 10px;
}
#lcaf-results-wrapper .lcaf-result:hover {
  color: #00426a;
  background-position: 8px -194px !important;
}
#lcaf-results-wrapper .lcaf-result:hover .lcaf-result-content:after {
  border-left-color: #888b8d;
}
#lcaf-results-wrapper .lcaf-result.active {
  background-color: #00426a;
  background-position: 8px -402px !important;
  color: #ffffff;
}

.ui-widget-content {
  background: none;
  border: 0;
  font-family: "Roboto", Helvetica, sans-serif;
  padding: 0;
}

.ui-widget-content-wrapper {
  position: relative;
  height: calc(100% - 80px);
  display: flex;
  flex-direction: column;
}

.ui-multiselect-header:not(#analytes_filter_dialog) {
  background: #ffffff;
  border: none;
  border-width: 0px 1px 0 1px;
  margin: 0;
  position: relative;
  min-height: 80px;
  box-sizing: border-box;
  padding: 0 !important;
}
.ui-multiselect-header:not(#analytes_filter_dialog) .selected-system-title {
  position: absolute;
  color: #384350;
  left: 50%;
  margin-left: -75px;
  width: 150px;
  top: 20px;
  margin-top: -8px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}
.ui-multiselect-header:not(#analytes_filter_dialog) .ui-helper-reset {
  position: absolute;
  top: 20px;
  right: 20px;
  max-height: 14px;
  margin-top: -7px;
}
.ui-multiselect-header:not(#analytes_filter_dialog) .ui-helper-reset span {
  line-height: 14px;
  height: 14px;
  width: max-content;
}
.ui-multiselect-header:not(#analytes_filter_dialog) input {
  padding: 10px 20px !important;
  width: 100% !important;
}
.ui-multiselect-header:not(#analytes_filter_dialog) input::placeholder {
  font-size: 12px;
}
.ui-multiselect-header:not(#analytes_filter_dialog) .ui-search-input-reset {
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0;
  position: absolute;
  border-top: 1px solid #c1c1c1;
  border-bottom: 1px solid #888b8d;
}
.ui-multiselect-header:not(#analytes_filter_dialog)
  .ui-search-input-reset
  input {
  height: 100% !important;
}

#analytes_filter_dialog {
  bottom: 34px;
}
#analytes_filter_dialog .ui-multiselect-header {
  min-height: 40px;
}
#analytes_filter_dialog .ui-multiselect-filter {
  position: absolute;
  top: 5px;
  left: 50%;
  margin-left: calc(-170px / 2);
  width: 170px;
  text-align: center;
  margin-right: 0;
}
#analytes_filter_dialog .ui-multiselect-filter .lcaf-caption {
  font-weight: 500;
}
#analytes_filter_dialog .token-input-input-token.thin-border {
  border-top: 1px solid #c1c1c1;
  border-bottom: 1px solid #c1c1c1;
}
#analytes_filter_dialog .token-input-input-token.thick-border {
  border-top: 6px solid #c1c1c1;
}
#analytes_filter_dialog .ui-multiselect-all {
  border: 0;
}
#analytes_filter_dialog .ui-multiselect-menu {
  width: auto !important;
}
#analytes_filter_dialog .ui-multiselect-scroller {
  overflow: auto;
  min-height: 322px !important;
  max-height: none;
}
#analytes_filter_dialog ul.token-input-list {
  width: 374px;
  border: 0px;
  min-height: 28px;
  max-height: 168px;
  overflow: auto;
  position: relative;
}
#analytes_filter_dialog ul.token-input-list:after {
  content: "Nothing selected, yet";
  position: absolute;
  width: 100%;
  height: 28px;
  line-height: 28px;
  text-indent: 4px;
  color: #a6a6a6;
  top: 0px;
  left: 0px;
  z-index: 1;
}
#analytes_filter_dialog ul.token-input-list li {
  line-height: 28px;
  margin: 0px;
  padding: 0 4px 0 28px;
  position: relative;
  z-index: 2;
}
#analytes_filter_dialog ul.token-input-list li .token-input-delete-token {
  background: url(https://www.agilent.com/cs/promotions/images/20210210-lcaf-checkboxes_checked.png)
    center center no-repeat;
  display: block;
  position: absolute;
  left: 4px;
  top: 6px;
  width: 16px;
  height: 16px;
  text-indent: -10000em;
}
#analytes_filter_dialog .placeholder-wrapper {
  display: none;
}
#analytes_filter_dialog .token-input-input-token {
  border-bottom: 1px solid #e5e5e5;
  padding: 0;
  position: relative;
}
#analytes_filter_dialog .token-input-input-token .search-input-reset-button {
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  outline: none;
  font-size: 18px;
  display: none;
  width: 32px;
  cursor: pointer;
  background: white
    url(https://www.agilent.com/cs/promotions/images/20210210-lcaf-search_arrow.png)
    0 center no-repeat;
  z-index: 20;
}
#analytes_filter_dialog
  .token-input-input-token
  .search-input-reset-button:hover {
  background-position: right center;
}
#analytes_filter_dialog .token-input-input-token .placeholder-wrapper {
  display: inline-block;
  height: 32px;
}
#analytes_filter_dialog .token-input-input-token input {
  border: 0px;
  height: 28px;
  line-height: 28px\9;
  padding: 0 4px;
  font-size: 13px;
  width: 96% !important;
}
#analytes_filter_dialog .token-input-input-token input.placeholder {
  color: #a6a6a6;
}
#analytes_filter_dialog .token-input-input-token input[type="text"]::-ms-clear {
  display: none;
}

.ui-multiselect-menu {
  width: 100%;
  overflow: hidden;
  border-radius: 10px 10px 0px 0px;
}
.ui-multiselect-menu#analytes_filter_dialog {
  display: flex;
  flex-direction: column;
}
.ui-multiselect-menu .filter-button-container {
  margin: 30px 0;
  display: block;
  text-align: center;
}
.ui-multiselect-menu .filter-button-container button {
  background-color: #0085d5;
  color: #ffffff;
  width: 100%;
  max-width: 220px;
  height: 35px;
  border-radius: 0px;
  font-size: 14px;
}
.ui-multiselect-menu.fixed-multiselect-menu:not(#analytes_filter_dialog) {
  position: absolute !important;
  top: 70px !important;
  bottom: 0;
  background: #e2eef5;
  max-height: 100%;
}
.ui-multiselect-menu.fixed-multiselect-menu#analytes_filter_dialog {
  position: absolute !important;
  top: 30px !important;
  width: 100%;
  background: #e2eef5;
  height: calc(100vh - 72px);
  height: calc(calc(var(--vh, 1vh) * 100) - 72px);
}
.ui-multiselect-menu.fixed-multiselect-menu#analytes_filter_dialog
  .ui-multiselect-checkboxes-wrapper {
  flex: 1;
}
.ui-multiselect-menu.fixed-multiselect-menu#analytes_filter_dialog
  .ui-multiselect-checkboxes-wrapper
  .ui-multiselect-scroller {
  height: 100% !important;
}
.ui-multiselect-menu.align-at-bottom {
  margin-top: -8px;
}

.ui-corner-all {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}

.ui-menu-indicator {
  position: absolute;
  top: -13px;
  left: 20px;
  height: 14px;
  width: 27px;
  background: url(https://www.agilent.com/cs/promotions/images/20210210-lcaf-select_indicator_top.png)
    0 bottom no-repeat;
  z-index: 10;
}

.align-at-bottom .ui-menu-indicator {
  background: url(https://www.agilent.com/cs/promotions/images/20210210-lcaf-select_indicator_bottom.png)
    0 0 no-repeat;
  top: auto;
  bottom: -13px;
}

a.ui-multiselect {
  background: #ffffff;
  border: 0;
  color: #222222;
  cursor: pointer;
  display: block;
  font-weight: 400;
  font-size: 12px;
  padding: 6px 0;
  box-sizing: border-box;
  max-height: 40px;
  font-family: "Roboto", Helvetica, sans-serif;
  text-indent: 10px;
  width: 100% !important;
  white-space: nowrap;
}
a.ui-multiselect:hover > span {
  color: #222222;
}
a.ui-multiselect:hover span {
  color: #00426a;
}
a.ui-multiselect span {
  display: block;
  height: 28px;
  line-height: 28px;
  position: relative;
  z-index: 2;
}
a.ui-multiselect span + span {
  padding-left: 60px;
}
a.ui-multiselect span.ui-icon {
  background: url(https://www.agilent.com/cs/promotions/images/20210210-lcaf-select_button.png);
  background-size: contain;
  width: 28px;
  height: 28px;
  z-index: 1;
  background-size: 75%;
  background-position: center;
  background-repeat: no-repeat;
  transform: rotate(-90deg);
  margin-right: 10px;
  box-sizing: border-box;
}
a.ui-multiselect.ui-state-active > span {
  color: #222222;
}
a.ui-multiselect.filtered {
  background-color: #ffffff;
  background-image: url(https://www.agilent.com/cs/promotions/images/20210210-lcaf-funnel.png);
  background-size: 18px;
  background-position: 40px center;
  background-repeat: no-repeat;
  overflow: visible;
}
a.ui-multiselect.filtered span {
  color: #222222;
}

.ui-icon-circle-close,
.ui-icon-closethick,
.ui-icon-check {
  display: none !important;
}

.ui-multiselect-close {
  position: absolute;
  top: 20px;
  margin-top: -7px;
  right: 12px;
  left: 20px;
  width: 80px;
  cursor: pointer;
  display: block;
  font-size: 12px;
  text-align: left;
  font-weight: 300;
  color: #0085d5;
}

.ui-multiselect-checkboxes-wrapper {
  background: #e5e5e5;
  border: 1px solid #e5e5e5;
  border-top: 0;
  padding: 0px;
  position: relative;
  overflow: auto;
  height: auto;
}

.ui-multiselect-scroller {
  height: auto !important;
  background: #ffffff;
  min-height: 224px;
  overflow: auto;
  position: relative;
}

.ui-multiselect-checkboxes {
  background: #ffffff;
  padding: 0px;
  overflow: auto;
}
.ui-multiselect-checkboxes li {
  padding: 6px 0px;
  box-sizing: border-box;
  margin: 0;
}
.ui-multiselect-checkboxes li label {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  font-weight: 400;
  margin-bottom: 0px;
}
.ui-multiselect-checkboxes input {
  margin-right: 10px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.ui-multiselect-checkboxes label.checked {
  background: url(https://www.agilent.com/cs/promotions/images/20210210-lcaf-checkboxes_checked.png)
    4px center no-repeat;
  border: 0px !important;
  cursor: pointer;
  padding: 0 4px;
  border: 0;
  color: #384350;
  font-size: 12px;
  line-height: 28px;
}
.ui-multiselect-checkboxes label.checked.ui-state-hover {
  background: transparent
    url(https://www.agilent.com/cs/promotions/images/20210210-lcaf-checkboxes_checked.png)
    4px center no-repeat;
  font-weight: 400;
  margin: 0;
}
.ui-multiselect-checkboxes label.unchecked {
  background: url(https://www.agilent.com/cs/promotions/images/20210210-lcaf-checkboxes_unchecked.png)
    4px center no-repeat;
  border: 0px !important;
  cursor: pointer;
  color: #888b8d;
  padding: 0 4px;
  border: 0;
  font-size: 12px;
  line-height: 28px;
}
.ui-multiselect-checkboxes label.unchecked.ui-state-hover {
  color: #222222;
  background: #e5e5e5
    url(https://www.agilent.com/cs/promotions/images/20210210-lcaf-checkboxes_unchecked.png)
    4px center no-repeat;
  font-weight: 400;
  margin: 0;
}

.ui-multiselect-checkboxes.no-match {
  background: white
    url(https://www.agilent.com/cs/promotions/images/20210210-lcaf-no_match_hint.png)
    center center no-repeat;
  height: 84px !important;
}

.ui-search-input-reset {
  color: #222222;
  margin-top: 3px;
  display: inline-block;
  position: relative;
  font-size: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px;
}
.ui-search-input-reset .ui-search-input-reset-button {
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  outline: none;
  font-size: 18px;
  display: none;
  width: 32px;
  cursor: pointer;
  background: white
    url(https://www.agilent.com/cs/promotions/images/20210210-lcaf-search_arrow.png)
    0 center no-repeat;
  z-index: 20;
}
.ui-search-input-reset .ui-search-input-reset-button:hover {
  background-position: right center;
}
.ui-search-input-reset input {
  background-color: #ffffff;
  border: 0;
  padding: 9px 5px 7px;
  font-size: 11px;
  line-height: 1;
  height: auto !important;
  font-family: "Roboto", Helvetica, sans-serif;
  width: 254px;
  width: 229px\9;
  margin: 0;
  outline: none;
  box-sizing: border-box;
}
.ui-search-input-reset input.placeholder {
  color: #a6a6a6;
}

#lcaf_reset_button {
  float: right;
  *margin-left: 100px;
  *float: none;
}

a.button {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  border: 0;
  color: #ffffff;
  background: none;
  cursor: pointer;
  margin: 0;
  overflow: visible;
  padding: 0;
  text-align: center;
  text-decoration: none !important;
  vertical-align: top;
  outline: none;
}
a.button span {
  height: 26px;
  width: 62px;
  color: #0085d5;
  border: 1px solid #0085d5;
  display: block;
  font-weight: 300;
  font-family: "Roboto", Helvetica, sans-serif;
  line-height: 27px;
  outline: 0;
  font-size: 11px;
}
a.button span.open {
  line-height: 35px !important;
  height: 35px !important;
  width: 134px;
}
a.button:hover span {
  color: #00426a;
  border: 1px solid #00426a;
}
a.button.solid span {
  color: #ffffff !important;
  background-color: #0085d5 !important;
}
a.button.solid:hover span {
  color: #ffffff !important;
  background-color: #00426a !important;
  border: 1px solid #00426a;
}

button {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  border: 0;
  color: #ffffff;
  background: none;
  cursor: pointer;
  margin: 0;
  overflow: visible;
  padding: 0;
  text-align: center;
  text-decoration: none !important;
  vertical-align: top;
  outline: none;
}
button #search-results-number:focus {
  outline: none;
}
button span:not(#search-results-number) {
  height: 26px;
  width: 62px;
  color: #0085d5;
  border: 1px solid #0085d5;
  display: block;
  font-weight: 300;
  font-family: "Roboto", Helvetica, sans-serif;
  line-height: 27px;
  outline: 0;
  font-size: 11px;
}
button span.open {
  line-height: 35px !important;
  height: 35px !important;
  width: 134px;
}
button:hover span:not(#search-results-number) {
  color: #00426a;
  border: 1px solid #00426a;
}

.ui-multiselect-none,
.ui-multiselect-all {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  border: 0;
  color: #ffffff;
  background: none;
  cursor: pointer;
  margin: 0;
  overflow: visible;
  padding: 0;
  text-align: center;
  text-decoration: none !important;
  vertical-align: top;
  outline: none;
  position: absolute;
  right: 0;
}
.ui-multiselect-none span,
.ui-multiselect-all span {
  height: 26px;
  width: 62px;
  color: #0085d5;
  display: block;
  font-weight: 300;
  font-family: "Roboto", Helvetica, sans-serif;
  outline: 0;
  font-size: 11px;
  height: 23px;
  width: 110px;
  font-size: 12px;
  line-height: 23px;
  height: 23px;
}
.ui-multiselect-none span.open,
.ui-multiselect-all span.open {
  line-height: 35px !important;
  height: 35px !important;
  width: 134px;
}
.ui-multiselect-none:hover,
.ui-multiselect-all:hover {
  text-decoration: none !important;
}
.ui-multiselect-none:hover span,
.ui-multiselect-all:hover span {
  color: #00426a;
  background-position: 0 bottom;
}

#lcaf-preview {
  line-height: 18px;
}
#lcaf-preview td.title {
  color: #666666;
  float: left;
  font-size: 10px;
  width: 100px;
}
#lcaf-preview .prev-content {
  font-size: 12px;
  color: #222222;
}

#lcaf-preview-image-big {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  text-align: center;
  z-index: 10002;
}
#lcaf-preview-image-big table {
  border-collapse: collapse;
  width: 100%;
  height: 100%;
}
#lcaf-preview-image-big table td {
  height: 100%;
  text-align: center;
  vertical-align: middle;
}
#lcaf-preview-image-big table td a {
  display: inline-block;
  *display: inline;
}

#lcaf-query-string-modal {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  text-align: center;
  z-index: 10002;
}
#lcaf-query-string-modal a {
  display: inline-block;
  *display: inline;
}
#lcaf-query-string-modal .lcaf-dialog {
  display: flex;
  flex-direction: column;
  -moz-flex-direction: column;
  max-width: 90%;
  background: #e5e5e5;
  border: 1px solid #a6a6a6;
  color: #434343;
  display: inline-block;
  font-family: "Roboto", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 300;
}
#lcaf-query-string-modal .lcaf-dialog .lcaf-dialog-close-btn {
  float: right;
  margin: 0;
  position: relative;
  z-index: 10;
}
#lcaf-query-string-modal .lcaf-dialog input {
  font-family: "Roboto", Helvetica, sans-serif;
}
#lcaf-query-string-modal .lcaf-dialog button {
  font-family: "Roboto", Helvetica, sans-serif;
}
#lcaf-query-string-modal .lcaf-dialog select {
  font-family: "Roboto", Helvetica, sans-serif;
}
#lcaf-query-string-modal .lcaf-dialog textarea {
  font-family: "Roboto", Helvetica, sans-serif;
  border: 0px;
  display: block;
  font-size: 12px;
  height: 112px;
  line-height: 16px;
  margin: 0px;
  outline: none;
  padding: 15px;
  width: 100%;
  box-sizing: border-box;
}

#lcaf-preview-image-big img,
#lcaf-query-string-modal img {
  border: 1px solid #222222;
  display: block;
  width: auto;
  margin: 0 auto;
}

#lcaf-backdrop {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: 10001;
  background: #222222;
  border: 1px solid #222222;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
#lcaf-backdrop.translucent-backdrop {
  background: transparent;
  border: 0px;
  opacity: 1;
  filter: alpha(opacity=1);
}
#lcaf-backdrop.black-backdrop {
  background: #000000;
  border: 0px;
  opacity: 0.5;
  filter: alpha(opacity=1);
}

#lcaf-modal-close-button {
  position: absolute;
  top: 12px;
  right: 50px;
  width: auto;
  white-space: nowrap;
  color: #0085d5;
  font-weight: 600;
  font-size: 15px;
  font-family: "Roboto", Helvetica, sans-serif;
  line-height: 21px;
  height: 30px;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid #0085d5;
  padding: 5px 10px;
  z-index: 11;
}
#lcaf-modal-close-button:hover {
  color: #00426a;
  border: 1px solid #00426a;
}
#lcaf-modal-close-button:hover .icon-close {
  background-position: right 0;
  height: 18px;
  width: 18px;
  background: url(https://www.agilent.com/cs/promotions/images/20210210-lcaf-close-hover.png);
  background-size: contain;
  display: block;
  border: none !important;
}
#lcaf-modal-close-button span {
  float: right;
  margin-left: 10px;
}
#lcaf-modal-close-button .icon-close {
  height: 18px;
  width: 18px;
  background: url(https://www.agilent.com/cs/promotions/images/20210210-lcaf-close.png);
  background-size: contain;
  display: block;
  border: none !important;
}

#lcaf-query-string-modal-close-btn {
  position: absolute;
  top: 12px;
  right: 50px;
  width: auto;
  white-space: nowrap;
  color: #0085d5;
  font-weight: 500;
  font-size: 15px;
  font-family: "Roboto", Helvetica, sans-serif;
  line-height: 21px;
  height: 30px;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid #0085d5;
  padding: 5px 10px;
  z-index: 11;
}
#lcaf-query-string-modal-close-btn:hover {
  color: #00426a;
  border: 1px solid #00426a;
}
#lcaf-query-string-modal-close-btn:hover .icon-close {
  background-position: right 0;
}
#lcaf-query-string-modal-close-btn span {
  float: right;
  margin-left: 10px;
}
#lcaf-query-string-modal-close-btn .icon-close {
  height: 18px;
  width: 18px;
  background: url(https://www.agilent.com/cs/promotions/images/20210210-lcaf-close.png);
  background-size: contain;
  display: block;
  border: none !important;
}

#lcaf-preview-image-wrapper {
  position: relative;
}
#lcaf-preview-image-wrapper .lcaf-preview-btn {
  display: block;
  z-index: 2;
  position: relative;
  cursor: pointer;
}
#lcaf-preview-image-wrapper .lcaf-preview-btn span {
  height: 28px;
  width: 28px;
  background: url(https://www.agilent.com/cs/promotions/images/20210210-lcaf-preview-image.png)
    0 0 no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  right: 5px;
  text-indent: -10000em;
  top: 5px;
  z-index: 1000;
}
#lcaf-preview-image-wrapper .lcaf-preview-btn span:hover {
  background: url(https://www.agilent.com/cs/promotions/images/20210210-lcaf-preview-image-hover-alt.png)
    0 0 no-repeat;
  background-size: contain;
}

#lcaf-preview-image {
  background-color: #ffffff;
  color: #a6a6a6;
  line-height: 266px;
  text-align: center;
  margin-bottom: 18px;
  max-height: 380px;
  min-height: 266px;
  overflow: hidden;
  width: 270px;
  min-height: 350px;
}
#lcaf-preview-image img {
  display: block;
  width: 270px;
  margin: 0 auto;
}

#lcaf-preview-links {
  bottom: 20px;
  display: flex;
  align-items: center;
  flex-direction: row;
  -moz-flex-direction: row;
  justify-content: center;
}
#lcaf-preview-links button {
  margin-right: 5px;
}

.tooltip {
  width: 273px;
  position: absolute;
  top: 7px;
  left: 270px;
  z-index: 6000;
}
.tooltip p {
  background: #a6a6a6;
  color: #ffffff;
  font-size: 13px;
  padding: 10px !important;
  display: none;
  width: 210px;
  float: right;
  position: absolute;
  top: 25px;
  left: 44px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.tooltip span.help-tooltip {
  position: absolute;
  right: 5px;
  bottom: -30px;
  font-size: 21px;
  cursor: pointer;
}
.tooltip:hover p {
  display: block;
}

#search-field {
  font-size: 12px;
  color: #888b8d !important;
}
#search-field p {
  display: none;
}
#search-field input {
  border: 0;
  width: 100%;
}

#lcaf-preloader {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: 100;
  background: #0085d5;
}
@media screen and (min-width: 930px) {
  #lcaf-preloader {
    background: #ffffff;
  }
}
#lcaf-preloader .desktop-preloader {
  display: none;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background: #ffffff
    url(https://www.agilent.com/cs/promotions/images/20210210-lcaf-spinner.gif)
    center 30px no-repeat;
  z-index: 1000;
  text-align: center;
  line-height: 180px;
  font-size: 14px;
  text-indent: 12px;
}
#lcaf-preloader .desktop-preloader p {
  margin: 0 auto;
  margin-bottom: -70px;
  width: 420px;
}
#lcaf-preloader .desktop-preloader #ie8-msg {
  font-size: 12px;
}

.mobile-preloader {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: #0085d5;
  color: #ffffff;
  padding: 10px 20px 120px 20px;
  z-index: 1000;
  display: flex;
  flex-direction: column;
}
.mobile-preloader .lcaf-mobile-preloader-header {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 50px;
  box-sizing: border-box;
}
.mobile-preloader .lcaf-mobile-preloader-header img {
  width: 90px;
  height: 32px;
}
.mobile-preloader .lcaf-mobile-preloader-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.mobile-preloader .lcaf-mobile-preloader-content img {
  height: 60px;
  width: 60px;
  margin: 20px 0 30px 0;
}
.mobile-preloader
  .lcaf-mobile-preloader-content
  .lcaf-mobile-preloader-content-footer
  p {
  margin-bottom: 2px;
}
.mobile-preloader
  .lcaf-mobile-preloader-content
  .lcaf-mobile-preloader-content-footer
  .lcaf-mobile-preloader-content-logo {
  width: 230px;
  height: 49px;
  margin-bottom: 30px;
}
.mobile-preloader .lcaf-mobile-preloader-content .lcaf-mobile-preloader-init {
  font-style: italic;
  -webkit-animation: flickerAnimation 0.8s ease infinite;
  -moz-animation: flickerAnimation 0.8s ease infinite;
  -o-animation: flickerAnimation 0.8s ease infinite;
  animation: flickerAnimation 0.8s ease infinite;
}
@keyframes flickerAnimation {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.mobile-preloader .lcaf-mobile-preloader-content .lcaf-mobile-preloader-title {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 20px;
  box-sizing: border-box;
}

.placeholder-wrapper {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  cursor: text;
  position: relative;
  width: 100%;
}

.placeholder-label {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  cursor: text;
  color: #a6a6a6;
  text-align: left;
  margin-right: 8px;
  text-indent: 0px;
  text-indent: 1px\9;
  z-index: 10;
}

.placeholder-textarea-label {
  padding-top: 12px;
}

.lcaf-dialog-close-btn {
  height: 26px;
  width: 26px;
  background: url(https://www.agilent.com/cs/promotions/images/20210210-lcaf-close.png);
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  display: block;
  font-size: 14px;
  text-align: center;
  line-height: 24px;
  font-weight: 500;
  text-indent: -10000em;
}
.lcaf-dialog-close-btn:hover {
  background: url(https://www.agilent.com/cs/promotions/images/20210210-lcaf-close-hover.png);
  background-size: contain;
}

.help-tooltip {
  height: 20px;
  width: 20px;
  background: url(https://www.agilent.com/cs/promotions/images/20210210-lcaf-help-tooltip.png)
    0 0 no-repeat;
  background-size: auto 20px;
}
.help-tooltip:hover {
  background: url(https://www.agilent.com/cs/promotions/images/20210210-lcaf-help-tooltip-hover.png)
    0 0 no-repeat;
  background-size: auto 20px;
}

#analytes_dialog {
  background-color: white;
}

.offline {
  background: #f4f3f3;
  padding: 0px;
  margin: 0px;
}
.offline .desktop-preloader {
  background: #f4f3f3
    url(https://www.agilent.com/cs/promotions/images/20210210-lcaf-spinner_offline.gif)
    center 120px no-repeat;
}
.offline #lcaf-app-finder {
  margin: 0;
  padding: 0px;
}
.offline #lcaf-content {
  margin: 0 auto;
  width: 920px;
}
.offline .bottom-shadow {
  display: block;
}
.offline #offlineFooter {
  color: #a6a6a6;
  text-align: center;
  font-size: 0px;
  padding: 0 0 20px 0;
}
.offline #offlineFooter a {
  display: inline-block;
  font-size: 10px;
  padding: 0 6px;
  color: #a6a6a6;
  text-decoration: none;
  border-right: 1px solid #e5e5e5;
}
.offline #offlineFooter a:hover {
  text-decoration: underline;
}
.offline #offlineFooter span {
  display: inline-block;
  font-size: 10px;
  padding: 0 6px;
}

.lcaf-caption {
  height: 22px;
  line-height: 24px;
  color: #434343;
  font-size: 13px;
  font-weight: 300;
}

.lcaf-dialog-title {
  background-color: #e5e5e5;
  border: 1px solid #e5e5e5;
  border-width: 0px 1px 0 1px;
  line-height: 25px;
  margin: 0;
  overflow: hidden;
  padding: 15px;
  position: relative;
  text-align: left;
}

.lcaf-dialog-content {
  border: 1px solid #e5e5e5;
  border-width: 0 1px 1px 1px;
}

.lcaf-dialog-content-inner {
  padding: 0;
}

.twocol {
  background: #e5e5e5;
  margin: 0;
  padding: 0px;
}
.twocol #lcaf-app-finder {
  height: 540px;
  padding: 0px;
  width: 589px;
}
.twocol #lcaf-results-wrapper {
  height: 468px;
}
.twocol #lcaf-preview-image-wrapper .lcaf-preview-btn span {
  height: 28px;
  width: 28px;
  background: url(https://www.agilent.com/cs/promotions/images/20210210-lcaf-magnifier_small.png)
    0 0 no-repeat;
  display: block;
  position: absolute;
  right: 5px;
  text-indent: -10000em;
  top: 5px;
  z-index: 1000;
}
.twocol #lcaf-preview-image-wrapper .lcaf-preview-btn span:hover {
  background-position: 0 bottom !important;
}
.twocol .lcaf-title-bar {
  background: url(https://www.agilent.com/cs/promotions/images/20210210-lcaf-titlebar_gray_bg.png)
    0 0 no-repeat;
}
.twocol .lcaf-title-bar p {
  font-size: 14px;
}
.twocol .lcaf-left {
  height: 100%;
  display: none;
}
.twocol .lcaf-middle {
  background: #ffffff !important;
}
.twocol #lcaf-preview-image {
  line-height: 240px;
  max-height: 0px;
  min-height: 240px;
  width: 210px;
}
.twocol #lcaf-preview-image img {
  margin: 0 auto;
  max-height: 240px;
  width: auto;
}
.twocol #lcaf-preview td.title {
  display: block;
  float: none;
  margin-bottom: -1px;
}
.twocol #lcaf-preview td.title.prev-content {
  display: block;
  float: none;
  font-size: 14px;
  margin-bottom: -11px;
}

#lcaf-pdf-preview {
  flex: 0 0 auto;
  height: 100%;
  width: calc(100% - 450px);
  background-color: #ffffff;
}

.lcaf-right-panel {
  flex: 1;
  display: flex;
  flex-direction: column;
  -moz-flex-direction: column;
  background-color: #ffffff;
}

.lcaf-right-panel-share-container {
  display: flex;
  flex-direction: column;
  -moz-flex-direction: column;
  padding: 20px 20px 30px 20px;
}
.lcaf-right-panel-share-container p {
  margin: 0;
}

.lcaf-right-panel-share-title {
  /* display: flex;
  flex-direction: row;
  -moz-flex-direction: row;
  align-items: flex-end; */
}
.lcaf-right-panel-share-title p {
  color: #555555;
}

.lcaf-right-panel-share-icons {
  display: flex;
  flex-direction: row;
  -moz-flex-direction: row;
  align-items: baseline;
  margin-left: -16px;
}
.lcaf-right-panel-share-icons span {  
  padding: 16px;
  cursor: pointer;
}
.lcaf-right-panel-share-icons svg path {
  color: #0085d5;
}

.lcaf-right-panel-share-url {
  margin-top: 20px;
}
.lcaf-right-panel-share-url > div {
  color: #0085d5;
  width: fit-content;
  cursor: pointer;
  text-align: start;
  position: relative;
  height: auto;
  overflow-y: visible;
}
.lcaf-right-panel-share-url > div:hover {
  color: #00426a;
  transition: color 0.3s;
}
.lcaf-right-panel-share-url p {
  color: inherit;
  text-align: left;
}

.lcaf-more-links {
  flex: 0 0 auto;
  margin: 15px;
  z-index: 5;
  background-color: #ffffff;
}

.lcaf-contact-form {
  flex: 1 1 auto;
  z-index: 10;
  background-color: #ffffff;
  height: 100%;
  overflow: auto;
  margin: 15px;
  -webkit-overflow-scrolling: touch !important;
}
.lcaf-contact-form ul {
  padding-left: 20px;
}
.lcaf-contact-form ul li {
  margin-bottom: 5px;
  font-size: 14px;
  color: #666666;
}
.lcaf-contact-form .right_panel_form button {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.16, #c1c1c1),
    color-stop(0.79, #ffffff)
  );
  background-image: -moz-linear-gradient(
    center bottom,
    #c1c1c1 16%,
    #ffffff 79%
  );
  background-image: linear-gradient(to top, #c1c1c1 16%, #ffffff 79%);
  padding: 3px 5px;
  border: 1px solid #666666;
  color: black;
  text-decoration: none;
}
.lcaf-contact-form .right_panel_form button:active {
  background: #e5e5e5;
  -webkit-box-shadow: inset 0px 0px 5px #c1c1c1;
  -moz-box-shadow: inset 0px 0px 5px #c1c1c1;
  box-shadow: inset 0px 0px 5px #c1c1c1;
  outline: none;
}

#contact-frame {
  overflow: hidden;
  margin-left: 15px;
  height: calc(100% - 60px);
  width: calc(100% - 15px);
}

.lcaf-right-panel-title {
  font-family: "Roboto", Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 300;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.lcaf-right-panel-title ~ ul {
  margin: 15px 0;
}

#multifunctional-modal {
  position: fixed;
  width: 100%;
  height: auto;
  top: 92px;
  bottom: 80px;
  left: 0;
  display: none;
  z-index: 5000;
  background-color: #ffffff;
  flex-direction: column;
  -moz-flex-direction: column;
  align-items: stretch;
  font-size: 14px;
  font-weight: 400;
  font-family: "Roboto", Helvetica, sans-serif;
  overflow: hidden;
}

#resizable-panel {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  display: none;
  z-index: 5004;
}

.ui-resizable-handle {
  padding: 3px;
  z-index: 5015;
  background-color: #7e7e7e;
  box-sizing: auto;
}

.fallback-btn {
  margin-left: 20px !important;
}

.fallback-container {
  height: 50px;
  display: flex;
  flex-direction: row;
  -moz-flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-left: 50px;
  border-bottom: 1px solid #c1c1c1;
  z-index: 10;
  box-shadow: 0px 1px 5px #c1c1c1;
  background-color: #ffffff;
}

.centered {
  display: flex;
  flex-direction: row;
  -moz-flex-direction: row;
  justify-content: center;
  align-items: center;
}

#links {
  z-index: 1;
  margin: 15px 0px;
  padding-left: 20px;
  list-style-type: square;
}

.link_item {
  color: #0085d5;
  margin-bottom: 5px;
}
.link_item > a {
  color: #0085d5;
  text-decoration: none;
}

.modal-container {
  height: calc(100% - 50px);
  display: flex;
  flex-direction: row;
  -moz-flex-direction: row;
  justify-content: flex-start;
}

#gsapromopage {
  display: none !important;
}

#iframe-content .col-full {
  padding: 0 !important;
}

body {
  min-width: unset !important;
}

.item header .media-body ul {
  font-family: "Roboto", Helvetica, sans-serif !important;

}

.lcaf-mobile-preview {
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
}


.lcaf-navigation-title-wrapper
  #mobile-preview-menu {
  /* align-items: center; */
  /* justify-content: center; */
  font-size: 16px;
  font-weight: 300;
  
  /* left: 0; */
}
.lcaf-navigation-title-wrapper {
  min-height: 42px;
}

@media screen and (max-width: 500px) {
  
  .ui-multiselect-checkboxes label.checked {
    font-size: 14px;
  }  
  .ui-multiselect-checkboxes li {
    padding: 6px;
  }
}

.lcaf-mobile-preview {

}

.lcaf-mobile-download {
  margin: 32px 32px 24px;
  display: flex;
  border-bottom: 1px solid #D0D0CE;  
  font-size: 14px;
  text-decoration: none;
  align-items: start;
  padding-bottom: 40px;  
}

.lcaf-mobile-download div {
  color: #0085D5;
  font-weight: 700;
  padding: 0 16px;  
}

.lcaf-mobile-preview .lcaf-more-links {
  background-color: transparent;  
  font-size: 14px;
  margin: 24px 32px;
  border-bottom: 1px solid #D0D0CE;  
}

.lcaf-mobile-preview .lcaf-more-links ul {
  margin: 24px;
}

.mobile-spmenu-contact {
  margin: 24px 32px;
  border-bottom: 1px solid #D0D0CE;  
  padding-bottom: 24px;
  font-size: 14px;
}
.mobile-spmenu-contact button {
  color: #0085D5;
  font-size: 14px;
  margin-top: 16px;
  font-weight: 400;
  
}

.mobile-spmenu-share {
  margin: 24px 32px;
  font-size: 14px;
}

#mobile-spmenu-links li {
  
  position: relative;
  margin-bottom: 16px;
}
#mobile-spmenu-form {
  position: relative;
}

#mobile-spmenu-links li:after, #mobile-spmenu-form:after {
  position: absolute;
  top: 0;
  right: -24px;
  content: url('/cs/promotions/images/20210210-lcaf-icon-open-new-tab.svg');

}

#mobile-spmenu-form:after {
  right: 0;
  top: 16px;
}

@media screen and (max-width: 600px) {
  .designstudio-button { 
    display: none !important;
  }
}
