/* Search styles */
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* GRIDS n GRIDS n GRIDS!!! */
/* Some combination of flex-grid from bourbon */
/* and Chris Coyier's don't overthink it grids */
/* We have a 12 col layout  */
/* Colors */
/* VR2.0 */
/***********/
/* BUTTONS */
/***********/
/* Orange #E2791C */
/* Gray #666666 */
/* white-blue #DDDDDD */
/* red #BB0D02 */
/* Modifiers for primary commerce (orange) */
/* #E6A529 */
/* #EA730A */
/* #ED8113 */
/* Modifiers for primary non-commerce (gray) */
/* #757575 */
/* #575757 */
/* #686868 */
/* Modifiers for secondary (white) */
/* #E5E5E5 */
/* #D6D6D6 */
/* #E0E0E0 */
/* Modifiers for the branding buttons */
/* red #CA1C05 */
/* dark red #A40A01 */
/* medium red #6C1402 */
/***************/
/* END BUTTONS */
/***************/
/* Primary site colors */
/* #999999 */
/* #333333 */
/* #666666 */
/* this color is somewhere between light and medium gray #ABABAB */
/* #CCCCCC */
/* #A4A3A3 */
/* Secondary and Background Colors */
/* white #FFF */
/* very light gray #EEEEEE */
/* very light blue #E0E9ED */
/* light blue #1FADDC */
/* red #AD3333 */
/* orange #E2791C */
/* dark gray #2B2B2B */
/* medium gray #424242 */
/* #F2F2F2 */
/* this color is somewhere between light and medium gray #ABABAB */
/* forms */
/* medium gray #CCCCCC */
/* light gray #EEEEEE */
/* price */
/* green */
/* red #AD3333 */
/* Alert Colors */
/* green #257238 */
/* red #AD3333 */
/* yellow #F26823 */
/* Password Strength Meter */
/* yellow #FFD700 */
/* orange #FFAE00 */
/* green #257238 */
/* Dimensions */
/* Number of columns in our grid. Used in mixins.less */
/* Modals */
/* typography */
/* Side Nav */
/* Responsive */
/* Breakpoints */
.one-column #main-content {
  width: 100%;
}
.tiered-search-messaging {
  padding: 15px 0 10px;
  border-top: 1px solid #d8d8d8;
}
.tiered-search-messaging a {
  font-weight: bold;
  padding-left: 10px;
}
.tiered-search-messaging strong {
  padding: 0px 8px;
}
.tiered-search-page-header {
  height: 36px;
  line-height: 24px;
  font-size: 24px;
  clear: both;
  font-weight: 700;
}
.tiered-search-page-header h1 {
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  zoom: 1;
  vertical-align: top;
}
.tiered-search-filters {
  background: #eeeeee;
  padding: 20px 15px;
  margin-bottom: 10px;
}
.tiered-search-filters .filter-title {
  padding-left: 5px;
  margin-bottom: 5px;
}
.tiered-search-filters.fifth-element .filter-item {
  width: 19.3%;
}
.lt-ie8 .tiered-search-filters.fifth-element .filter-item {
  width: 18.5%;
}
.responsive .tiered-search-filters.fifth-element .filter-item {
  width: 32.3%;
}
.tiered-search-filters .filter-item {
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  zoom: 1;
  width: 24.5%;
  padding: 5px;
}
.lt-ie8 .tiered-search-filters .filter-item {
  width: 23.8%;
}
.responsive .tiered-search-filters .filter-item {
  width: 32.3%;
}
.tiered-search-filters .styledSelect,
.tiered-search-filters .drop-select-ta-target {
  width: 100%;
}
#removal-container .removal-item {
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  zoom: 1;
  text-transform: capitalize;
  border: 1px solid #ccc;
  padding: 8px 9px;
  margin: 5px 5px 5px 0;
  font-weight: bold;
  color: #333;
  font-size: 12px;
  cursor: pointer;
  *background-image: url('/63/img/sprites/grainger_icon_sprite.png');
  *background-repeat: no-repeat;
  *background-position-y: -2430px;
  *background-position-x: 93%;
}
#removal-container .removal-item:after {
  font-family: graingerFont;
  content: "\e907";
  font-weight: 400;
  margin-left: 10px;
  vertical-align: bottom;
}
.lt-ie8 #removal-container .removal-item {
  padding-right: 30px;
  background-position-y: -2423px;
}
.category-parent {
  border: 1px solid #ccc;
  margin: 10px auto 15px;
  position: relative;
}
.category-parent.repaint {
  height: auto;
}
.category-parent.load-container {
  min-height: 70px;
}
.category-parent .loader {
  width: 100%;
  height: 100%;
  position: absolute;
  background: url('/63/img/spinner_searchCatProd.gif') no-repeat center center #fff;
  top: 0;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
}
.lt-ie8 .category-parent .loader {
  zoom: 1;
}
.parent-info,
.subcat-container {
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  zoom: 1;
  vertical-align: top;
}
.parent-info {
  border-left: 8px solid black;
  padding: 22px 22px 0 22px;
  width: 28.5%;
  min-height: 222px;
}
.parent-info a {
  display: block;
}
.parent-info .parent-title {
  font-size: 16px;
  margin-bottom: 5px;
}
.parent-info .title {
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
}
.parent-info .count {
  margin: 5px 0 10px;
}
.parent-info .description {
  margin-bottom: 0;
  color: #999999;
  line-height: 18px;
  font-size: 13px;
}
.parent-info .description .read-more-link {
  color: #10acd2;
  display: block;
  cursor: pointer;
  padding-top: 5px;
}
.parent-info .description .read-more-link:hover {
  text-decoration: underline;
}
.subcat-filters {
  margin-bottom: 15px;
}
.subcat-filters .styledSelect {
  width: 22%;
}
.subcat-container {
  width: 70%;
  padding: 22px 22px 0 22px;
}
.lt-ie8 .subcat-container {
  width: 63%;
  padding-right: 0;
}
.subcat-item {
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  width: 24.3%;
  text-align: center;
  height: 200px;
  margin-bottom: 20px;
  padding: 15px;
  border-left: 1px solid #d8d8d8;
  position: relative;
}
.subcat-item > a {
  display: block;
  text-align: center;
}
.subcat-item .subcat-image:hover {
  text-decoration: none;
}
.subcat-item .subcat-image img {
  margin-bottom: 25px;
  width: 100%;
  min-height: 125px;
  max-width: 150px;
}
.subcat-item .subcat-image .close-match-banner {
  background-color: #cb2031;
  width: 80%;
  display: block;
  margin: -20px auto 3px;
  border-radius: 5px;
}
.subcat-item .subcat-image .close-match-banner p {
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
  color: #fff;
  margin: 0;
}
.subcat-item .subcat-title {
  font-size: 12px;
}
.subcat-item .subcat-title a {
  font-weight: bold;
}
.subcat-item .subcat-title .count {
  font-size: 11px;
  color: #abb0b6;
}
.lt-ie8 .subcat-item {
  width: 19%;
}
.responsive .subcat-item {
  width: 48%;
}
.responsive .subcat-item .subcat-image {
  width: auto;
  max-width: auto;
  max-height: 115px;
  min-height: auto;
}
.view-more-link {
  background: #eee;
  padding: 10px;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 12px;
  font-weight: bold;
  color: #145579;
  height: 32px;
  cursor: pointer;
}
.view-more-link:before {
  background: #145579;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #145579), color-stop(1, #3e7898));
  background: -ms-linear-gradient(bottom, #145579, #3e7898);
  background: -moz-linear-gradient(center bottom, #145579 0%, #3e7898 100%);
  background: -o-linear-gradient(#3e7898, #145579);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3e7898', endColorstr='#145579', GradientType=0);
  line-height: 9px;
  font-size: 8px;
  padding: 2px;
  color: #fff;
  font-weight: normal;
  border-radius: 1px;
  margin-right: 5px;
}
.view-more-link.expand:before {
  font-family: graingerFont;
  content: "\e913";
  font-weight: 400;
}
.view-more-link.collapse:before {
  font-family: graingerFont;
  content: "\e60f";
  font-weight: 400;
}
.view-more-categories-container {
  text-align: center;
}
.view-more-categories-container .view-more-categories {
  margin: 50px auto 20px;
}
#ts-alert-modal .modal-content {
  padding-top: 5px;
}
#ts-alert-modal .alert:before {
  color: #f26823;
  height: 40px;
}
#ts-alert-modal strong {
  margin-left: 15px;
}
.drop-select-ta-target {
  position: relative;
  border: 1px solid #cccccc;
  width: auto;
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  zoom: 1;
  clear: both;
  margin-right: 10px;
  background: #eeeeee;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #eeeeee, #ffffff);
  background: -moz-linear-gradient(center bottom, #eeeeee 0%, #ffffff 100%);
  background: -o-linear-gradient(#ffffff, #eeeeee);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
}
.drop-select-ta-target span {
  padding: 9px;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  zoom: 1;
  cursor: pointer;
  font-size: 12px;
  color: #333;
  width: 100%;
  max-width: 477px;
  overflow: hidden;
  white-space: nowrap;
  *background-image: url('/63/img/sprites/grainger_icon_sprite.png');
  *background-repeat: no-repeat;
  *background-position-y: -3858px;
  *background-position-x: 96%;
}
.lt-ie8 .drop-select-ta-target span {
  width: 90%;
}
.drop-select-ta-target:after {
  font-family: graingerFont;
  content: "\e91e";
  font-weight: 400;
  background: #eeeeee;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #eeeeee, #ffffff);
  background: -moz-linear-gradient(center bottom, #eeeeee 0%, #ffffff 100%);
  background: -o-linear-gradient(#ffffff, #eeeeee);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  color: #666666;
  font-size: 12px;
  padding: 4px;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  border-left: 1px solid #E7E6E6;
  display: block;
  line-height: 12px;
  font-size: 9px;
  padding: 12px 6px;
}
.drop-select-ta-target.no-chevron:after {
  content: "";
}
input[type="text"].drop-select-input {
  width: 203px;
  margin: 10px;
  padding-right: 30px;
  background: url('/63/img/sprites/grainger_icon_sprite.png') no-repeat 96% #fff;
  background-position-y: -1433px;
}
.lt-ie8 input[type="text"].drop-select-input {
  width: 170px;
}
.drop-select-ta {
  width: 225px;
  max-height: 250px;
  position: absolute;
  z-index: 100;
  background: white;
  border: 1px solid #ccc;
  margin-top: -1px;
}
.drop-select-ta ul {
  max-height: 190px;
  overflow: scroll;
  overflow-x: hidden;
}
.drop-select-ta li {
  padding: 7px 10px;
  font-size: 12px;
  text-transform: capitalize;
  cursor: pointer;
}
.drop-select-ta li.active {
  background: #e0e9ed;
}
.drop-select-ta li[data-selected="true"],
.drop-select-ta li[data-disabled="true"] {
  background: #eeeeee;
  cursor: default;
}
.drop-select-ta li[data-selected="true"] span:after {
  font-family: graingerFont;
  content: "\e92d";
  font-weight: 400;
  float: right;
  color: green;
}
.drop-select-ta li.null-result[data-disabled="true"] {
  background: white;
}
.drop-select-ta .total {
  color: #ababab;
}
.noResultsHeader .searchTerm {
  font-weight: 700;
}
#null-browse-categories {
  background: #f2f2f2;
  padding: 20px 40px;
  margin: 20px 0;
}
#null-browse-categories ul {
  margin-top: 20px;
}
#null-browse-categories li {
  background-color: #fff;
  padding: 20px;
  width: 156px;
  height: 200px;
  text-align: center;
  display: inline-block;
  margin: 0 20px 20px 0;
  vertical-align: top;
}
#null-browse-categories li:nth-child(5n) {
  margin-right: 0;
}
.lt-ie9 #null-browse-categories li {
  width: 150px;
}
#null-browse-categories li img {
  width: 100px;
  margin-bottom: 10px;
}
#null-browse-categories li a {
  color: #29333b;
}
#null-browse-categories li a p {
  margin-bottom: 0;
  width: 116px;
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}
#null-browse-categories .btn {
  float: right;
  padding-left: 20px;
  padding-right: 20px;
}
#resultsView {
  /* Pricing */
}
#resultsView .priceContainer {
  float: left;
}
.gww_search_result {
  text-transform: none;
}
#main-content .feedback {
  font-size: 12px;
  padding: 0;
  margin: 10px 0;
  clear: both;
  height: 16px;
  line-height: 19px;
}
#main-content .feedback img {
  float: left;
  margin-right: 9px;
}
#main-content .noResultsMessage h3 {
  margin-bottom: 20px;
}
#main-content .noResultsMessage p {
  font-size: 14px;
  margin-bottom: 20px;
}
#main-content .noResultsMessage ul {
  list-style-type: disc;
  margin-bottom: 20px;
}
#main-content .noResultsMessage ul li {
  margin-left: 15px;
  margin-bottom: 10px;
}
#main-content .red {
  color: #ad3333;
}
.myListSelectModalAdd .gPopover > a:after {
  font-family: graingerFont;
  content: "\e916";
  font-weight: 400;
  font-size: 13px;
  color: #666666;
  margin: 0 0 0 5px;
}
.myListSelectModalAdd .checkbox label {
  display: inline;
}
.myListSelectModalAdd .popover {
  left: 230px;
  position: absolute;
  top: 320px;
  font-size: 11px;
  padding-left: 10px;
  margin-right: 10px;
}
.myListSelectModalAdd p em {
  font-size: 10px;
}
#searchFeedBackLink {
  font-size: 12px;
  margin-bottom: 15px;
}
.productAvailMsg .alert,
#rtamodal .alert,
.availabilityMessage .alert,
.childAvailMsg .alert {
  margin-top: 0;
}
.productAvailMsg .alert span,
#rtamodal .alert span,
.availabilityMessage .alert span,
.childAvailMsg .alert span {
  color: #000;
  font-weight: 500;
}
