/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html.wait,
html.wait * {
  cursor: wait !important;
}
body {
  background-color: #f4f6f7;
  min-width: 1100px;
}
main {
  background-color: white;
  min-height: 600px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}
.container {
  min-width: 1100px;
}
/* For border under header tags */
.h-btm-bdr {
  border-bottom: 1px dotted #a0abb2;
  margin-bottom: 4px;
}
.noMarTop {
  margin-top: 0;
}
.noMarRgt {
  margin-right: 0;
}
.noMarBtm {
  margin-bottom: 0;
}
.noMarLft {
  margin-left: 0;
}
.noMar {
  margin: 0;
}
.noPadTop {
  padding-top: 0;
}
.noPadRgt {
  padding-right: 0;
}
.noPadBtm {
  padding-bottom: 0;
}
.noPadLft {
  padding-left: 0;
}
.noPad {
  padding: 0;
}
.ForceFullWidth {
  width: 100% !important;
}
.ForceNoBorder {
  border: 0 !important;
}
.hide {
  display: none;
}
hr {
  border-top: 1px dotted #cad0d4;
}
ul.flushList {
  padding: 0;
  margin: 0;
}
ul.flushList li {
  display: table-row;
}
ul.flushList li:before {
  content: "•";
  display: table-cell;
  padding-right: 0.4em;
}
p.sectionBreak span {
  line-height: 1.8;
  word-wrap: normal;
  display: inline-block;
}
p.sectionBreak {
  word-wrap: break-word;
}
/* TILE LINKS */
a.tileLink {
  background-color: #4c575e;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 998;
}
.tileLink {
  transition: ease .2s;
}
a.tileLink:hover {
  opacity: 0.15;
}
div.tileLink:hover {
  background-color: #f4f6f7;
}
.btn:disabled,
.btn:hover:disabled {
  color: #a0abb2 !important;
  background-color: #cad0d4;
  border-color: #cad0d4;
  opacity: 1 !important;
}
.box-shadow {
  box-shadow: 0px 2px 4px #4c575e !important;
}
.box-shadow-sm {
  box-shadow: 0px 1px 2px #4c575e !important;
}
.box-shadow-lg {
  box-shadow: 0px 3px 6px #4c575e !important;
}
.hdrLgnBlk {
  padding-top: 24px;
}
.hdrLink {
  color: white;
  font-size: 16px;
  padding: 0 40px 1px 0;
}
.hdrLink.hdrPhone,
.hdrPhone:hover {
  color: white !important;
  font-family: 'Open Sans Condensed', 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: bold;
  padding: 0 0 1px 0;
  text-align: right;
}
.hdrLink.hdrPhone {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hdrLink:hover,
.hdrLink:active,
.hdrLink:focus {
  color: #fc0;
  text-decoration: none;
}
.hdrInput {
  border-color: #2A3034;
  background-color: white;
  height: 40px;
}
.hdrChild {
  background-color: white;
  display: none;
  position: absolute;
  top: 107px;
  width: 100%;
  min-width: 1100px;
  box-shadow: 0px 2px 3px #2A3034;
  z-index: 999;
}
.hdrChildShow {
  display: block;
}
.hdrChildMenu a:link {
  display: block;
  font-size: 13px;
  padding: 4px 0;
}
.hdrChildMenu ul {
  margin: 0;
  padding: 0;
  width: 50%;
}
.hdrChildMenu ul li {
  margin: 0;
  padding: 0 15px 0 0;
  list-style: none;
}
.hdrBrandMenu ul {
  margin: 0;
  padding: 0;
}
.hdrBrandMenu ul li {
  margin: 0;
  padding: 0 0 8px 0;
  list-style: none;
}
.hdrChildMenu > ul > li:hover > a,
.hdrChildMenu > ul > li.active li:hover > a,
.hdrBrandMenu > ul > li:hover > a {
  color: #2A3034;
  text-decoration: underline;
}
.hdrChildMenu > ul > li.active li a {
  font-weight: normal;
}
.hdrChildMenu > ul > li.Parent::before {
  content: "\f061";
  font-family: FontAwesome;
  font-size: 14px;
  display: block;
  float: right;
  margin-top: 3px;
  margin-left: 20px;
  color: #ddd;
}
.hdrChildMenu > ul > li.active::before {
  color: #fc0;
}
.hdrMenuContentArea {
  height: 350px;
}
/* Child Level Two */
.hdrChildMenu ul li ul {
  display: none;
}
.hdrChildMenu ul li.active ul {
  display: block;
  position: absolute;
  left: 50%;
  top: 10px;
}
/* End Child Level Two */
.col-xs-6.hdrChildProduct {
  text-align: center;
}
.hdrChildProduct > h3,
.hdrChildProduct > h4 {
  margin: 0;
}
.col-xs-6.hdrChildProduct h4 {
  width: 365px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hdrChildProduct > p {
  margin-top: 5px;
  margin-bottom: 5px;
}
.hdrChildProduct > a:hover {
  text-decoration: none;
}
/* Search Autocomplete */
.searchField {
  position: relative;
}
.searchField input.form-control {
  width: 100% !important;
  position: relative;
  padding-right: 40px;
  background-color: white;
}
.searchField button {
  position: absolute;
  top: 0;
  right: 0;
}
.easy-autocomplete-container {
  z-index: 999 !important;
}
.easy-autocomplete-container ul li {
  margin: 0;
}
.easy-autocomplete-container ul li .eac-SHI-category {
  color: #fff;
  font-family: Open Sans Condensed;
  font-size: 18px;
  margin: 0px -12px;
  padding: 4px 12px;
  pointer-events: none;
  text-decoration: none;
}
.easy-autocomplete-container ul li .eac-item {
  padding-top: 3px;
  padding-bottom: 3px;
}
footer {
  border-top: 4px solid #0067B1;
}
footer .ftrBdr {
  height: 4px;
}
footer a:link,
footer a:visited,
footer a:active {
  color: #4c575e;
}
footer a:hover {
  color: #0067B1;
}
footer ul {
  margin: 0;
  padding: 0;
}
footer li {
  font-size: .9em;
  list-style-type: none;
  margin: 0 0 8px 0;
}
.shiSideNavigation {
  margin-left: 10px;
  margin-right: 10px;
}
.shiSideNavigation h5 {
  background-color: #0067b1;
  color: white;
  font-size: 16px;
  margin: 0 0 4px 0;
  padding: 10px 15px;
}
.shiSideNavigation .nav > li {
  background-color: #f4f5f6;
  font-size: 13px;
  margin-bottom: 4px;
}
.shiSideNavigation .nav > li > a:hover {
  background-color: #32a9fb;
  color: white;
  margin-left: -6px;
  margin-right: -6px;
  padding: 10px 21px;
}
.shiSideNavigation div.section {
  padding: 8px 20px;
  margin-bottom: 4px;
}
.shiSideNavigation div.section h6 {
  font-size: 20px;
  margin: 0 0 15px 0;
}
.shiSideNavigation p.productDesc {
  font-size: 13px;
  margin: 0 0 5px 0;
}
.shiSideNavigation p.h6 {
  font-size: 18px;
  margin: 0 0 20px 0;
}
.shiSideNavigation img.productThumb {
  width: 60px;
  border: 1px solid #c0cdd0;
}
div.slideOutSideBar {
  height: 100vh;
  box-shadow: 1px 0px 3px #000;
  min-width: 220px;
  overflow: auto;
  padding-top: 30px;
  position: absolute;
  left: 0;
  z-index: 1000;
  top: 0;
}
div.slideOutSideBar > i.Close {
  color: #a0abb2;
  position: absolute;
  top: 7px;
  right: 10px;
}
div.slideOutSideBar > i:hover.Close {
  color: #f4f6f7;
  cursor: pointer;
}
div.slideOutSideBar > ul.Navigation {
  padding: 0;
  border-top: 1px dotted #a0abb2;
  margin-bottom: 10px;
}
div.slideOutSideBar > ul.Navigation li {
  list-style: none;
  padding: 0;
}
div.slideOutSideBar > ul.Navigation > li {
  border-bottom: 1px dotted #a0abb2;
}
div.slideOutSideBar ul.Navigation li a {
  display: block;
  color: #f4f6f7;
  padding: 8px;
  min-width: 150px;
  position: relative;
  text-decoration: none;
  cursor: pointer;
}
div.slideOutSideBar > ul.Navigation li span.badge {
  background-color: #4c575e;
  margin-left: 5px;
  margin-top: -3px;
  font-size: 10px;
}
div.slideOutSideBar > ul.Navigation > li > a:first-of-type {
  background: linear-gradient(to right, rgba(76, 87, 94, 0.3), rgba(76, 87, 94, 0.3), #2A3034);
}
ul.Navigation li a::before {
  font-family: FontAwesome;
  float: left;
  margin-right: 5px;
  color: #54B948;
}
ul.Navigation li a.Open::before {
  color: #F26522;
}
ul.Links li a.Parent::before {
  margin-top: -3px;
  font-size: 18px;
  content: "\f0da";
}
ul.Links li a.Parent.Open::before {
  margin-top: -2px;
  content: "\f0d7";
}
ul.Bundles li a.Parent::before {
  content: "\f07b";
}
ul.Bundles li a.Parent.Open::before {
  content: "\f07c";
}
ul.Navigation li a + ul {
  display: none;
}
ul.Navigation li a.Open + ul {
  display: block;
}
i.fa-tablesort {
  margin-top: 3px;
  margin-left: 15px;
  float: right;
}
ul.catalogPager {
  padding: 0;
  margin: 0;
}
ul.catalogPager li {
  display: inline-block;
  font-weight: normal;
  line-height: 1;
  padding: 4px 6px;
}
ul.catalogPager li a {
  color: white;
}
ul.catalogPager li:hover,
ul.catalogPager li.selected {
  background: #f4f6f7;
  border-radius: 3px;
}
ul.catalogPager li:hover a,
ul.catalogPager li.selected a {
  color: #4c575e;
  font-weight: bold;
  text-decoration: none;
}
.ellipsis,
.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.truncate {
  width: 375px;
}
div.prodNavIcon > a > span {
  font-size: 50px;
  margin-top: 110px;
  color: #cad0d4;
}
div.prodNavIcon > a > span:hover {
  color: #a0abb2;
}
div.prodNavIcon > a[disabled="disabled"] > span {
  color: #fff;
}
.ProductCarouselHome h5 {
  font-size: 16px;
}
.ProductCarouselHome h2.contextHeader {
  border-bottom: 1px dotted #4c575e;
  padding-bottom: 8px;
}
.ProductCarouselHome p.text-warning a:link {
  color: #F26522 !important;
}
.rotatingBannerHolder {
  background-image: url('https://www.content.shi.com/SHIcom/Images/Global/rotatingBannerBackground.png');
  margin-top: -20px;
  overflow: hidden;
}
.rotatingBannerContainer {
  position: relative;
  padding: 0;
  width: 1140px;
  box-shadow: 3px 0 3px rgba(0, 0, 0, 0.2), -3px 0 2px rgba(0, 0, 0, 0.2);
}
.rotatingBannerRotator {
  width: 1140px;
  height: 350px;
  margin: 0;
  padding: 0;
  border: 0px;
  display: block;
}
.rotatingBannerRotator ul li img {
  width: 1140px;
  height: 350px;
}
.rotatingBannerRotator ul {
  list-style: none;
  padding: 0;
  position: relative;
  margin: 0;
}
.rotatingBannerRotator ul li {
  display: none;
  position: absolute;
}
.rotatingBannerRotator ul li a {
  text-decoration: none;
}
.rotatingBannerNav {
  position: absolute;
  height: 30px;
  left: 0;
  bottom: 0px;
  padding: 0px 5px 0px 10px;
}
.rotatingBannerNav a {
  margin: 9px 5px 0 0;
  height: 12px;
  width: 12px;
  display: block;
  float: left;
  background-color: #cad0d4;
  border-radius: 6px;
}
.rotatingBannerNav a.active,
.rotatingBannerNav a:hover {
  background-color: #54B948;
}
.rotatingBannerNav span.pause,
.rotatingBannerNav span.play {
  margin: 8px 3px 0 5px;
  cursor: pointer;
  height: 15px;
  width: 15px;
  display: none !important;
  background: url('https://www.content.shi.com/Shicom/Images/Global/HomepageBannerPause.png') no-repeat 0 0;
  float: left;
}
.rotatingBannerBorder {
  padding: 4px 0;
}
div.rotatingBannerPS select {
  color: #4c575e;
}
div.rotatingBannerPS div.col-xs-12 {
  padding: 4px 15px;
}
/* BROWSER ALERT */
.IEAlertDismissible {
  padding-top: 0;
  padding-bottom: 0;
}
.IEAlertDismissible div.IE8AlertIcon {
  text-align: right;
  padding-top: 0;
  padding-bottom: 0;
}
.IEAlertDismissible div.IE8AlertIcon i {
  font-size: 100px;
  color: #98140c;
}
.IEAlertDismissible div.IE8AlertCopy {
  padding-left: 20px;
}
.IE8AlertFooter span {
  text-align: center;
  color: #98140c;
}
.errPageHead i {
  font-size: 160px;
  margin-top: 10px;
  margin-right: 20px;
  float: left;
}
.errPageHead h1 {
  font-size: 80px;
  letter-spacing: -2px;
  margin-bottom: 0;
}
.errPageHead h2 {
  font-size: 40px;
  letter-spacing: -1px;
  margin-top: 0;
}
.errPageExplain p {
  font-size: 20px;
}
table.asr-table {
  border-bottom: 1px solid #cad0d4;
}
table.asr-table table {
  margin-bottom: 8px;
}
table.asr-table table:last-of-type {
  margin-bottom: 0px;
}
table.asr-table > thead > tr > th {
  font-size: 18px;
}
table.asr-table > thead > tr > th > div.asr-expand {
  font-size: 13px;
  margin-top: 4px;
  font-weight: normal;
}
table.asr-table > thead > tr > th > div.asr-expand > a:link {
  color: #f4f6f7;
}
table.asr-table > thead > tr > th > a.btn-link {
  padding: 0;
  margin: 0;
  color: #f4f6f7;
}
.asr-indicator {
  width: 10px;
  padding: 0 !important;
}
.header-btn-group {
  min-width: 300px;
}
.header-btn-group > .header-dropdown-toggle {
  margin: 0;
  cursor: pointer;
}
.header-dropdown-toggle > i {
  font-size: .7em;
}
.header-btn-group ul.dropdown-menu {
  width: 100%;
  max-width: 350px;
}
.header-btn-group ul.dropdown-menu > li > a {
  font-size: 14px;
}
.asr-subhead {
  font-size: 18px;
  margin-left: 34px;
}
table.table-reports,
table.table-subscriptions,
table.table-savedreports {
  font-size: 11px;
  border: 0;
}
table.table-reports th,
table.table-subscriptions th,
table.table-savedreports th {
  white-space: nowrap;
}
table.table-reports th:first-of-type,
table.table-subscriptions th:first-of-type,
table.table-savedreports th:first-of-type {
  width: auto;
  padding: 6px 8px 0 8px !important;
  vertical-align: middle;
}
table.table-reports th:first-of-type input,
table.table-subscriptions th:first-of-type input,
table.table-savedreports th:first-of-type input {
  margin-top: 0;
}
.table-reports th.dark,
.table-subscriptions th.dark,
.table-savedreports th.dark {
  background-color: #4c575e;
  color: white;
  border-right: 1px solid white;
  border-bottom: 0;
  border-top: 0;
  border-left: 0;
}
table.table-reports .checkbox,
table.table-subscriptions .checkbox,
table.table-savedreports .checkbox {
  margin: 0 0 0 9px;
}
table.table-reports .checkbox label::before,
table.table-subscriptions .checkbox label::before,
table.table-savedreports .checkbox label::before {
  height: 15px;
  width: 15px;
}
table.table-reports .checkbox label::after,
table.table-subscriptions .checkbox label::after,
table.table-savedreports .checkbox label::after {
  height: 9px;
  width: 9px;
}
table.table-reports .parameters,
table.table-subscriptions .parameters,
table.savedtable-reports .parameters {
  min-width: 300px;
}
table.table-reports .parameters div > div,
table.table-subscriptions .parameters div > div,
table.table-savedreports .parameters div > div {
  padding-bottom: 5px;
  padding-top: 0;
}
table.table-reports .parameters div > div:first-of-type,
table.table-subscriptions .parameters div > div:first-of-type,
table.table-savedreports .parameters div > div:first-of-type {
  font-weight: bold;
  text-align: right;
  padding-right: 0;
}
table.table-reports .parameters div > div:last-of-type,
table.table-subscriptions .parameters div > div:last-of-type,
table.table-savedreports .parameters div > div:last-of-type {
  padding-left: 4px;
}
table.table-reports .btn-link,
table.table-subscriptions .btn-link,
table.table-savedreports .btn-link {
  border: 0;
  padding: 0 12px;
}
table.table-reports .fa-ellipsis-v,
table.table-subscriptions .fa-ellipsis-v {
  color: #F26522;
  font-size: 18px;
}
.dateRange input:first-of-type {
  margin-bottom: 5px;
}
.table-reports th,
.table-reports td,
.table-subscriptions th,
.table-subscriptions td {
  font-size: 11px;
  min-width: 160px;
}
.table-reports th:first-of-type,
.table-reports td:first-of-type,
.table-reports th:last-of-type,
.table-reports td:last-of-type,
.table-subscriptions th:first-of-type,
.table-subscriptions td:first-of-type,
.table-subscriptions th:last-of-type,
.table-subscriptions td:last-of-type {
  min-width: auto;
}
.table-reports .parameters.delivery,
.table-subscriptions .parameters.delivery {
  min-width: 200px;
}
.table-reports .parameters.schedule,
.table-subscriptions .parameters.schedule {
  min-width: 300px;
}
.table-savedreports .parameters.report {
  min-width: 330px;
}
div.checkout-section-header {
  margin-bottom: 1px;
}
div.checkout-section-header > div {
  color: white;
}
div.checkout-section-header i.fa-caret-down,
div.checkout-section-header i.fa-caret-right {
  width: 15px;
}
div.checkout-section-header i.fa-check-circle,
div.checkout-section-header i.fa-circle {
  font-size: 20px;
  background-color: white;
  border-radius: 10px;
  height: 20px;
  text-align: center;
  width: 20px;
}
div.checkout-section-header i.fa-check-circle {
  color: #54B948;
}
div.checkout-section-header i.fa-circle {
  color: #fc0;
}
div.checkout-section-header-button {
  border: 0;
  height: 43px;
  margin: -43px 0 0 0;
  position: relative;
  top: 0px;
  z-index: 100;
}
div.checkout-section-header-button > input {
  background-color: transparent;
  border: 0;
  height: 40px;
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
}
.checkout-section-body {
  border: 1px solid #4c575e;
  margin-top: -1px;
}
.checkout-navigation-btn {
  padding: 0;
}
.checkout-navigation-btn button {
  border-radius: 0;
}
.checkout-checkout-btn button {
  margin-left: 2px;
  margin-right: 2px;
  width: 175px;
}
.cntImg img {
  border: 1px solid #0067B1;
}
.cntImg p {
  font-weight: bold;
  font-size: 12px;
  text-align: center;
}
.cntImgRgt {
  float: right;
  margin-left: 20px;
}
.favTiles .favBundle,
.favTiles .favProduct {
  height: 209px;
  width: 209px;
  border: 2px solid #a0abb2;
  background-color: #a0abb2;
  margin: 0 auto 10px auto;
  position: relative;
}
.favTiles .favProduct {
  background-color: white;
  text-align: center;
}
.favTiles .favProduct.selected {
  border: 2px solid #3f8e36;
}
.favTiles .favProduct.configure {
  border: 2px solid #058deb;
}
.favTiles .favBundle .Img {
  height: 102px;
  width: 102px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  background-color: white;
}
.favTiles .favBundle .Img img {
  width: 92px;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 5px;
}
.favTiles .favBundle .Img + .Img {
  left: 103px;
}
.favTiles .favBundle .Img + .Img + .Img {
  top: 103px;
  left: 0;
}
.favTiles .favBundle div.Qty {
  position: absolute;
  top: 127px;
  left: 105px;
  width: 102px;
  font-weight: bold;
  font-size: 36px;
  color: #fff;
}
.favTiles .favProduct img {
  width: 189px;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 10px;
}
.favTiles .favProduct button,
.favTiles .favProduct a,
.favTiles .favProduct div.checkbox {
  position: absolute;
  top: 5px;
  left: 5px;
  margin: 0;
}
.favTiles .favProduct div.checkbox {
  top: 2px;
}
.favTiles .form-inline,
.favTiles .form-inline .form-group {
  white-space: nowrap;
}
.favTiles .form-inline .form-group label {
  margin-right: 5px;
}
.favTiles .form-inline .form-group input {
  width: 60px;
}
.favTilesPrice,
.favTilesInv {
  display: inline-block;
}
div.col-xs-3 div.favTilesPrice .dropdown-menu.pull-right,
div.col-xs-3 + div.col-xs-3 div.favTilesPrice .dropdown-menu.pull-right {
  left: 0 !important;
  right: auto !important;
}
div.col-xs-3 + div.col-xs-3 + div.col-xs-3 div.favTilesPrice .dropdown-menu.pull-right,
div.col-xs-3 + div.col-xs-3 + div.col-xs-3 + div.col-xs-3 div.favTilesPrice .dropdown-menu.pull-right {
  left: auto !important;
  right: 0 !important;
}
.favTilesPrice > .btn-group {
  margin-top: 0;
  margin-bottom: 10px;
}
.favTilesInv > button > i {
  top: 5px;
}
/* Favorites - List View */
table.favList {
  margin-top: 10px;
}
table.favList td:first-child {
  width: 80px;
}
table.favList > thead > tr > th,
table.favList > tbody > tr > td {
  vertical-align: middle;
}
table.favList .form-inline .form-group input {
  width: 60px;
}
table.favList div.checkbox {
  width: 18px;
}
table.favList div.checkbox {
  margin: 0 auto;
}
.favList .favBundle,
.favList .favProduct {
  height: 75px;
  width: 75px;
  border: 2px solid #a0abb2;
  background-color: #a0abb2;
  position: relative;
}
.favList .favProduct {
  background-color: white;
  text-align: center;
}
.favList .favProduct.selected {
  border: 2px solid #3f8e36;
}
.favList .favProduct.configure {
  border: 2px solid #058deb;
}
.favList .favProduct img {
  width: 67px;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 2px;
}
.favList .favBundle .Img {
  height: 35px;
  width: 35px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: white;
}
.favList .favBundle .Img img {
  width: 31px;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 2px;
}
.favList .favBundle .Img + .Img {
  top: 0px;
  left: 36px;
}
.favList .favBundle .Img + .Img + .Img {
  top: 36px;
  left: 0;
}
.favList .favBundle div.Qty {
  position: absolute;
  top: 42px;
  left: 36px;
  width: 35px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  color: white;
}
/* Dropdown Folder View */
.dropdown-folder ul li {
  margin-left: 20px;
}
.dropdown-folder li a {
  position: relative;
  padding-left: 38px;
}
.dropdown-folder li a:before {
  position: absolute;
  content: '\f07b';
  font-family: 'FontAwesome';
  font-size: 18px;
  left: 13px;
  top: 4px;
  color: #3f8e36;
}
.dropdown-folder li a:hover {
  color: #F26522;
}
.dropdown-folder li a:hover:before {
  content: '\f07c';
  color: #F26522;
}
/* Favorites - Tooltip on top */
.greenTip + .tooltip .tooltip-inner {
  background-color: #F26522;
}
.greenTip + .tooltip.top > .tooltip-arrow {
  border-top: 5px solid #F26522;
}
/* Home Page Marketing Area */
.homePageMarketingAreaSm {
  height: 295px;
}
.homePageMarketingAreaLg {
  height: 320px;
}
.HomePopularProducts {
  margin-bottom: 24px;
}
.HomePopularProducts img {
  height: 90px;
}
.HomePopularProducts h5 {
  font-size: 18px !important;
  margin-top: 18px !important;
}
.HomePopularProducts .col-5th {
  width: 20%;
}
.HomePopularProducts .col-5th img {
  height: 110px;
}
.HomePopularProducts .col-5th h5 {
  font-size: 20px;
  margin-top: 6px;
}
.HomePopularProducts h2.h1,
.ProductCarouselHome h2.h1 {
  letter-spacing: -1px !important;
  margin-bottom: 10px;
}
div.myAcctContact {
  border-top: 1px solid #cad0d4;
  display: table;
}
div.myAcctContact:first-of-type {
  border-top: 0;
}
div.myAcctContact > div.myAcctPhoto,
div.myAcctContact > div.myAcctSum {
  display: table-cell;
  vertical-align: middle;
}
div.myAcctContact > div.myAcctPhoto {
  width: 100px;
}
div.myAcctContact > div.myAcctPhoto > img {
  width: 80px;
  border: 1px solid #4c575e;
}
div.myAcctContact > div.myAcctSum > div.myAcctPhone,
div.myAcctContact > div.myAcctSum > div.myAcctEmail,
div.myAcctContact > div.myAcctSum > div.myAcctFax {
  float: left;
}
div.myAcctContact > div.myAcctSum > div.myAcctPhone {
  width: 50%;
}
div.myAcctContact > div.myAcctSum > div.myAcctEmail,
div.myAcctContact > div.myAcctSum > div.myAcctFax {
  width: 25%;
}
div.myProducts > div > h5 {
  font-size: 16px;
}
div.myProducts > div img {
  width: 100%;
  max-width: 180px;
  margin-bottom: 10px;
}
div.myProducts > div > p.ItemName {
  height: 45px;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
div.myProducts > div > p.ellipsis {
  height: 45px;
  white-space: normal;
}
.MyHomeFPBlock {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 293px;
}
.divDot {
  height: 20px;
  width: 20px;
  border-radius: 20px;
  margin: auto;
}
td.quoteDetailsTotal div[class*="col-"] {
  padding-top: 0;
  padding-bottom: 8px;
}
.pdHeadings h1 {
  margin-top: 10px;
  margin-bottom: 0px;
}
.pdHeadings h3 {
  margin-top: 0px;
}
/* Images and Thumbnails */
.pdMainImage,
.pdThumbImage {
  text-align: center;
}
.pdMainImage {
  height: 230px;
  width: 300px;
  float: left;
}
.pdThumbImage {
  height: 50px;
  width: 75px;
  margin-bottom: 10px;
}
.pdMainImage > span,
.pdThumbImage > span {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.pdMainImage > span + img,
.pdThumbImage > span + img {
  vertical-align: middle;
  max-height: 94%;
  max-width: 94%;
}
/* End Images and Thumbnails */
.pdDetails dt {
  width: 100px;
}
.pdDetails dd {
  margin-left: 105px;
}
.pdPrice {
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 2px;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}
.pdAvailable {
  margin-bottom: 10px;
}
.pdAvailable a {
  padding-left: 0;
}
.pdQuantityLabel {
  padding-top: 6px;
}
.pdQuantity {
  margin-bottom: 10px;
}
.pdQuantity input {
  width: 80px !important;
}
.pdFavorites a {
  color: #54B948;
  padding-left: 0;
  margin-bottom: 10px;
}
.pdOverview h4 {
  border-bottom: 1px dotted #4c575e;
}
.pdPriceSelector ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pdPriceSelector li {
  clear: both;
}
.pdPriceSelector input {
  float: left;
}
.pdPriceSelector li label {
  margin-left: 22px;
  display: block;
  font-weight: normal;
}
.pdCarouselImg {
  width: 100%;
  max-width: 200px;
}
/* FROM DIANNE */
/*Global Use*/
div.centeredDivWithTable {
  text-align: center;
}
div.centeredDivWithTable table {
  margin: 0 auto;
  text-align: center;
}
/*Pad tables*/
td {
  padding: 3px;
}
/*This is for the Customers Also Bought control */
.DivAlsoBoughtBootstrapContent {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
}
/*End of the Customers Also Bought control CSS3 */
/*This is for the tabs control */
.css3-tabstrip {
  width: 100%;
  height: 220px;
}
.css3-tabstrip ul,
.css3-tabstrip li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.css3-tabstrip,
.css3-tabstrip input[type="radio"]:Checked + label {
  position: relative;
}
.css3-tabstrip li,
.css3-tabstrip input[type="radio"] + label {
  display: inline-block;
}
.css3-tabstrip li > div,
.css3-tabstrip input[type="radio"] {
  position: absolute;
}
.css3-tabstrip li > div,
.css3-tabstrip input[type="radio"] + label {
  border: solid 1px #ccc;
}
.css3-tabstrip {
  color: #404040;
  height: 600px;
}
.css3-tabstrip li {
  vertical-align: top;
}
.css3-tabstrip li:first-child {
  margin-left: 8px;
}
.css3-tabstrip li > div {
  top: 33px;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 8px;
  overflow: auto;
  background: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.css3-tabstrip input[type="radio"] + label {
  margin: 0 2px 0 0;
  padding: 0 18px;
  line-height: 32px;
  background: #f1f1f1;
  text-align: center;
  border-radius: 5px 5px 0 0;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.css3-tabstrip input[type="radio"]:Checked + label {
  z-index: 1;
  background: #fff;
  border-bottom-color: #fff;
  cursor: default;
}
.css3-tabstrip input[type="radio"] {
  opacity: 0;
}
.css3-tabstrip input[type="radio"] ~ div {
  display: none;
}
.css3-tabstrip input[type="radio"]:Checked:not(:disabled) ~ div {
  display: block;
}
.css3-tabstrip input[type="radio"]:disabled + label {
  opacity: .5;
  cursor: no-drop;
}
/*End of the tabs control CSS3 */
/*Beginning for the ProductImageDisplayUC Modal Popup*/
.modalBackground {
  background-color: Gray;
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.modalPopup {
  background-color: #ffffdd;
  border-width: 1px;
  border-style: solid;
  border-color: Gray;
  padding: 2px;
  text-align: center;
  vertical-align: middle;
}
/*End for the ProductImageDisplayUC Modal Popup*/
/*Beginning for the ProductImageDisplayVerticalUC Modal Popup*/
.ImageModalContainer {
  box-shadow: 7px 7px 12px #222222;
  border-radius: 6px;
  position: relative;
  overflow: auto;
}
/*End for the ProductImageDisplayVerticalUC Modal Popup*/
/*Beginning Related Products*/
.pnlCrossSellProdsClass {
  border: none;
}
.shadowEffect {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.container-img {
  float: left;
  margin: 0px 3px 0px 0px;
  padding-right: 100px;
}
.divDescPopUp {
  width: 450px;
  display: none;
  border: solid 1px #dddddd;
  font: 8pt arial;
  background-color: white;
  z-index: 1000;
  border-radius: 6px;
}
/* End of Related Products */
/* Temporary */
.pnlCrossSellProdsClass td {
  border-top: 0 !important;
}
/* End Temporary */
/* END FROM DIANNE */
.searchSidebar h5 {
  margin-top: 20px;
  font-size: 16px;
}
.searchSidebar label {
  font-size: 13px;
}
.searchSidebar input[type="text"],
.searchSidebar p {
  width: 100%;
  margin-bottom: 5px;
}
.searchSidebar p a {
  font-weight: bold;
  font-size: 12px;
}
/* Lastest CSS for Search Results Container */
.searchResults {
  padding-top: 0px;
}
.searchResults .row {
  margin-left: -15px;
}
.searchResults > div.row {
  margin-left: 5px;
}
/* End */
/* Lastest CSS for Search Results Navigation */
.searchNavigation {
  font-size: 12px;
}
.CopyBlock div.searchNavigation:before,
.CopyBlock div.searchNavigation:after {
  content: none;
}
.searchNavigation > div.col-xs-12 {
  padding: 0;
}
.searchNavigation .btmSearchNav div,
.searchNavigation .topSearchNav div {
  padding: 0;
  position: relative;
  top: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.searchNavigation .btmSearchNav > div:first-of-type,
.searchNavigation .topSearchNav > div:first-of-type {
  padding-left: 15px;
}
.searchNavigation .btmSearchNav > div:last-of-type,
.searchNavigation .topSearchNav > div:last-of-type {
  padding-right: 15px;
}
.searchNavigation .topSearchNav > div {
  top: 15px;
}
.searchNavigation .btmSearchNav > div {
  top: 10px;
}
.searchPages .btn {
  margin: 0;
  margin-bottom: 4px;
  padding: 1px 6px 2px;
}
.searchPages .btn i {
  font-size: 14px;
  margin: 0;
  padding: 0;
}
.searchPages .btn.btn-default {
  color: #0067b1 !important;
}
.searchPages .btn.btn-link {
  font-family: 'Open Sans' !important;
  font-weight: 600;
}
.searchPages .btn.btn-link.active {
  color: #F26522;
  cursor: not-allowed;
  font-weight: 700;
  pointer-events: none;
  text-decoration: none;
}
.searchNavigation .btn-default[disabled],
.topSearchNav .btn-primary[disabled],
.btmSearchNav .btn-primary[disabled] {
  color: #ccc !important;
  background-color: #efefef;
  border: 1px solid #ccc;
}
a.searchTopIcon {
  border: 4px solid white;
  border-radius: 32px;
  bottom: 70px;
  box-shadow: 1px 1px 4px #999;
  color: white;
  height: 64px;
  padding-top: 7px;
  position: fixed;
  text-align: center;
  width: 64px;
  z-index: 1000;
}
@media only screen and (max-width: 1635px) and (min-width: 1397px) {
  a.searchTopIcon {
    right: 30px;
  }
}
@media only screen and (min-width: 1636px) {
  a.searchTopIcon {
    left: 50%;
    margin-left: 700px;
  }
}
@media only screen and (max-width: 1396px) {
  a.searchTopIcon {
    left: 50%;
    margin-left: 600px;
  }
}
.CopyBlock .searchNavigation.bg-neutral-lighter > div {
  background-color: #f4f6f7;
  border-top: 1px dotted #999;
}
/* End */
.searchResults > div {
  border-top: 1px dotted #4c575e;
}
.searchResults > div:first-of-type {
  border-top: 0;
}
.searchHeader {
  background-color: #f4f6f7;
  color: #4c575e;
  font-weight: 600;
}
.searchHeader a {
  font-weight: bold;
}
.searchProducts .productImg img {
  width: 100%;
}
.searchProducts .productDesc h3 {
  margin-top: 0;
}
.searchProducts .productDesc ul {
  padding: 0 20px;
  margin: 0;
}
.searchProducts .productDesc li {
  font-size: 13px;
  padding: 0 0 4px 0;
  margin: 0;
}
.searchProducts p.searchPartNum {
  float: left;
  width: 49%;
  margin-top: 10px;
  font-size: 12px;
  color: #4c575e;
}
.searchProducts .productPrc p {
  margin-top: 0;
  margin-bottom: 2px;
  font-size: 13px;
}
.searchProducts .productPrc p:last-of-type {
  margin-bottom: 20px;
}
.searchProducts .productPrc p.h2 {
  font-size: 30px;
}
.SearchFooterBlock.normalize {
  font-size: .85em;
}
.SearchFooterBlock.normalize a:link {
  color: #54B948;
  font-weight: normal;
  text-decoration: none;
}
.SearchFooterBlock.normalize a:hover {
  text-decoration: underline;
}
@media print {
  html,
  body {
    font-size: 14px;
    line-height: 1.5;
  }
  body *,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  ul,
  ol,
  li,
  .GeneralButton,
  .btn {
    font-family: Arial, Helvetica, sans-serif !important;
  }
  a[href]:after {
    content: none !important;
  }
  .container {
    width: auto;
    max-width: auto;
    min-width: auto;
  }
  .CopyBlock {
    background-color: #fff;
    border: 0;
    padding: 10px 0 10px 0;
    margin-bottom: 10px;
    border-radius: 0;
    box-shadow: 0;
  }
  header,
  footer {
    display: none;
  }
  .SideBarContainerLeft,
  .SideBarContainerRight,
  .FP_SideBarContainerLeft {
    display: none;
  }
  .BodyContainer,
  div + .CopyAreaContainer {
    width: 100%;
    padding-bottom: 30px;
    margin-left: 0%;
    position: relative;
    left: 0;
    top: 0;
  }
  .ForceLeft + .CopyAreaContainer,
  .SideBarContainerLeft + .CopyAreaContainer {
    margin-left: 0;
  }
}
