.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/*
    This LESS file is for styling that is SPECIFIC to the classic hybrid application. If styling is common in both the classic
    and DOTNET applications, use the LESS file in the DOTNET application.
*/
.page-wrap {
  margin-top: 5px;
}
.page-wrap h1:first-of-type {
  margin-top: -5px !important;
}
/*  Forms   */
.hybrid-calendar-input {
  width: 80px;
}
/*  end Forms */
/*  Tabs    */
.hybrid-classic-tabs,
#tabsJ {
  margin: -10px 0 10px 0 !important;
  padding: 10px 0 0 10px !important;
  background-color: #fff;
  border-bottom: 2px solid #0174c5;
}
.hybrid-classic-tabs ul,
#tabsJ ul {
  padding: 0;
}
.hybrid-classic-tabs ul li,
#tabsJ ul li {
  background-color: #EFEFEF;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  padding: 5px 0 3px;
  min-width: 100px;
  text-align: center;
  font-size: 12px;
}
.hybrid-classic-tabs ul li a:link,
#tabsJ ul li a:link,
.hybrid-classic-tabs ul li a:active,
#tabsJ ul li a:active,
.hybrid-classic-tabs ul li a:visited,
#tabsJ ul li a:visited,
.hybrid-classic-tabs ul li a:hover,
#tabsJ ul li a:hover {
  color: #0174c5 !important;
  text-decoration: none;
  width: 100%;
}
.hybrid-classic-tabs ul li.tabsJ_active,
#tabsJ ul li.tabsJ_active {
  background-color: #0174c5 !important;
  color: #fff !important;
}
.hybrid-classic-tabs ul li.tabsJ_active a:link,
#tabsJ ul li.tabsJ_active a:link,
.hybrid-classic-tabs ul li.tabsJ_active a:active,
#tabsJ ul li.tabsJ_active a:active,
.hybrid-classic-tabs ul li.tabsJ_active a:visited,
#tabsJ ul li.tabsJ_active a:visited,
.hybrid-classic-tabs ul li.tabsJ_active a:hover,
#tabsJ ul li.tabsJ_active a:hover {
  color: #ffffff !important;
  text-decoration: none;
}
.contentDiv {
  padding: 10px;
}
/*  end Tabs    */
/*  UTILITIES */
.pad-left {
  padding-left: 5px !important;
}
.pad-right {
  padding-right: 5px !important;
}
/*  end UTILITIES */
.pager {
  border-color: #aec5d1 #fff #fff;
  background-image: none !important;
  background-color: #E0E0E0;
  padding: 5px;
  height: 35px;
}
.pager span,
.pager label {
  float: left;
  color: #000;
}
.pager a {
  color: #333;
  font-weight: 300;
}
.pager a span {
  font-weight: 300;
  color: #333;
}
/* LINK STYLING */
.sellPrice {
  text-decoration: underline;
}
.sellPrice:hover {
  cursor: pointer;
}
/* end LINK STYLING */

/*# sourceMappingURL=rex.backoffice-classic.min.css.map */
