/**
* General
*/
html, body {
  /**font-family:"acumin-pro", Helvetica, Arial, sans-serif;**/
  font-family: "Proxima Nova", Helvetica, Arial, sans-serif;
  font-size: 100%;
  line-height: 1.625em;
  color: #2e2e37;
}

body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  color: #2e2e37;
  overflow-x: hidden;
  background-color: white;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
}

img {
  max-width: 100%;
}

a {
  color: #ff6c19;
}

p {
  line-height: 1.8em;
  font-weight: 300;
}

/**
* Bootstrap overrides
*/
.container-fluid {
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  max-width: 1600px;
}
.container-fluid.full {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.container.container-topmargin {
  margin-top: 2em;
}

.container-fluid.container-topmargin {
  margin-top: 2em;
}

.container-fluid.container-bottommargin {
  margin-bottom: 2em;
}

/**
* Header/navbar
*/
header#mainHeader {
  /**background-color: #172059;**/
  background: transparent;
  -webkit-appearance: none;
  height: 102px;
  position: fixed;
  width: 100%;
  z-index: 1051;
  border-top: 2px solid #ff6c19;
  top: 0;
}
header#mainHeader.scroll {
  background: #172059;
}
header#mainHeader.absolute {
  position: absolute;
}
header#mainHeader .navbar-container {
  position: relative;
  margin-top: 20px;
  max-width: 100%;
}
header#mainHeader .navbar-container .navbar {
  padding: 0;
  width: 100%;
}
header#mainHeader .navbar-container .navbar .navbar-brand {
  position: absolute;
  top: 0;
  margin: 0;
}
header#mainHeader .navbar-container .navbar .navbar-brand img {
  max-width: 150px;
}
header#mainHeader .navbar-container .navbar .navbar-nav {
  width: 100%;
  -webkit-align-items: center;
  align-items: center;
}
header#mainHeader .navbar-container .navbar .navbar-nav .nav-item {
  text-align: center;
  font-size: 0.85em;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
header#mainHeader .navbar-container .navbar .navbar-nav .nav-item:first-child {
  margin-left: 140px;
}
header#mainHeader .navbar-container .navbar .navbar-nav .nav-item.quickSearch {
  padding-right: 30px;
}
header#mainHeader .navbar-container .navbar .navbar-nav .nav-item.quickSearch .form-group {
  margin-bottom: 0;
}
header#mainHeader .navbar-container .navbar .navbar-nav .nav-item.quickSearch .form-group .form-control {
  max-width: 300px;
  margin-left: auto;
}
header#mainHeader .navbar-container .navbar .navbar-nav .nav-item.quickSearch #search_headerQuickSearch {
  position: relative;
}
header#mainHeader .navbar-container .navbar .navbar-nav .nav-item.quickSearch #search_headerQuickSearch .ls_result_div table tr td {
  white-space: nowrap;
}
header#mainHeader .navbar-container .navbar .navbar-nav .nav-item.dropdown {
  text-align: left;
  font-size: 14px;
}
header#mainHeader .navbar-container .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
  background-color: #172059;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.3);
  width: 100%;
}
header#mainHeader .navbar-container .navbar .navbar-nav .nav-item.dropdown .dropdown-menu a {
  color: white;
  display: block;
  height: 35px;
  line-height: 35px;
  text-decoration: none;
  font-size: 15px;
  padding: 0 15px;
  font-weight: 700;
}
header#mainHeader .navbar-container .navbar .navbar-nav .nav-item.dropdown .dropdown-menu a:hover {
  background-color: transparent;
  -webkit-appearance: none;
  color: white;
  opacity: 0.7;
}
header#mainHeader .navbar-container .navbar .navbar-nav .nav-item .nav-link {
  font-weight: 700;
}
header#mainHeader .navbar-container .navbar .navbar-nav .nav-item .nav-link.active span {
  display: inline-block;
  border-bottom: 2px solid #ff711b;
}
header#mainHeader .navbar-container .navbar .navbar-nav .nav-item .nav-link.register-link {
  display: block;
  background-color: #5086df;
  color: white;
  text-transform: uppercase;
  border: 2px solid #6f99df;
  -webkit-transform: skew(20deg);
  -moz-transform: skew(20deg);
  -ms-transform: skew(20deg);
  -o-transform: skew(20deg);
  transform: skew(20deg);
  max-width: 90%;
}
header#mainHeader .navbar-container .navbar .navbar-nav .nav-item .nav-link.register-link span {
  display: block;
  -webkit-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -ms-transform: skew(-20deg);
  -o-transform: skew(-20deg);
  transform: skew(-20deg);
}
header#mainHeader .navbar-container .navbar .navbar-nav .nav-item .nav-link.login-link {
  background-color: #ff711b;
  color: white;
  display: block;
  text-transform: uppercase;
  border: 2px solid #ff995c;
  -webkit-transform: skew(20deg);
  -moz-transform: skew(20deg);
  -ms-transform: skew(20deg);
  -o-transform: skew(20deg);
  transform: skew(20deg);
  max-width: 90%;
  padding: 0.5em 1em;
}
header#mainHeader .navbar-container .navbar .navbar-nav .nav-item .nav-link.login-link span {
  display: block;
  -webkit-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -ms-transform: skew(-20deg);
  -o-transform: skew(-20deg);
  transform: skew(-20deg);
}
header#mainHeader .navbar-container .navbar .navbar-nav .nav-item .nav-link.logout-link {
  background-color: #ff711b;
  color: white;
  display: block;
  text-transform: uppercase;
  border: 2px solid #ff995c;
  -webkit-transform: skew(20deg);
  -moz-transform: skew(20deg);
  -ms-transform: skew(20deg);
  -o-transform: skew(20deg);
  transform: skew(20deg);
  max-width: 90%;
  padding: 0.5em 1em;
}
header#mainHeader .navbar-container .navbar .navbar-nav .nav-item .nav-link.logout-link span {
  display: block;
  -webkit-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -ms-transform: skew(-20deg);
  -o-transform: skew(-20deg);
  transform: skew(-20deg);
}
header#mainHeader .navbar-container .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle {
  line-height: 1.5em;
}
header#mainHeader .navbar-container .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle:hover {
  color: white;
}
header#mainHeader .navbar-container .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle:after {
  color: #ff711b;
}
header#mainHeader .navbar-container .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle .welcome {
  font-weight: normal;
}
header#mainHeader .navbar-container .navbar.bg-delta {
  /**background-color: #172059;**/
  background: transparent;
  -webkit-appearance: none;
}
header#mainHeader .navbar-container .navbar.bg-delta.navbar-delta {
  color: white;
}
header#mainHeader .navbar-container .navbar.bg-delta.navbar-delta .nav-link {
  color: white;
}
header#mainHeader .navbar-container .navbar.bg-delta.navbar-delta .nav-link:hover {
  color: #ff6c19;
}
header#mainHeader #collapsibleNavbar.show {
  padding: 20px;
  background-color: #172059;
  border: 2px solid #ff6c19;
}
header#mainHeader #collapsibleNavbar.show > ul li a {
  color: #ffffff;
}

/**
*  Extranet Hidden Sidebar
*/
#hiddenSidebarButtonWrap {
  position: fixed;
  left: 0;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1053;
  margin-top: -116px;
}
#hiddenSidebarButtonWrap #hiddenSidebarButton {
  background-color: #5086df;
  color: white;
  padding: 1em 1.5em;
  font-weight: bold;
  cursor: pointer;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  display: block;
  transform-origin: bottom left;
  /**top:58px;**/
  left: 58px;
  height: 58px;
}

aside.sidebar {
  background-color: #efefef;
  height: 100%;
  padding: 2em;
  min-width: 200px;
  max-width: 300px !important;
  flex: 1 !important;
}
aside.sidebar h3,
aside.sidebar h4 {
  color: #2e2e37;
  font-weight: 700;
}
aside.sidebar h3 {
  margin-bottom: 1em;
}
aside.sidebar h4 {
  font-size: 1.2em;
  margin-bottom: 1em;
  margin-top: 1em;
}
aside.sidebar ul#latest-view-list li {
  border-bottom: 1px solid #7a7a7a;
}
aside.sidebar ul li {
  font-size: 0.85em;
}
aside.sidebar ul li a {
  color: #7a7a7a;
}
aside.sidebar ul li a:hover {
  color: #ff711b;
  text-decoration: none;
}
aside.sidebar ul li a:hover span {
  color: #ff711b;
}
aside.sidebar ul li a span {
  color: #4b4b4b;
}

/**
Top Feature Section
*/
.top_feature {
  background-color: #1e2b69;
}
.top_feature h1 {
  color: white;
  font-size: 37px;
  font-weight: 700;
}
.top_feature h5 {
  color: white;
  font-size: 16px;
  font-weight: 700;
}
.top_feature.feature_static .row {
  /**height:232px;**/
  height: 115px;
  /**margin-top: 90px;**/
  margin-top: 70px;
  position: relative;
  z-index: 2;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
}
.top_feature.feature_static#extranet {
  background-image: url(../img/extranet-header.jpg);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}
.top_feature.feature_static#front.feature_static_home {
  text-align: center;
  background: url(../img/home-top.jpg) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  padding-top: 14em;
  padding-bottom: 14em;
}
.top_feature.feature_static#front.feature_static_page {
  text-align: center;
  background-image: url(../img/front-header.jpg);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  padding-top: 2em;
  padding-bottom: 4em;
  margin-bottom: 4em;
}
.top_feature.feature_static#front.feature_static_page.sitePageCollection {
  background-image: url(../img/DSCN1120-resized.jpg);
}
.top_feature.feature_static#front .top_feature_inner.top_feature_home {
  max-width: 1000px;
}
.top_feature.feature_static#front .top_feature_inner.top_feature_home a {
  background-color: #ff711b;
  color: white;
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  border: 2px solid #ff995c;
  -webkit-transform: skew(20deg);
  -moz-transform: skew(20deg);
  -ms-transform: skew(20deg);
  -o-transform: skew(20deg);
  transform: skew(20deg);
  padding: 0.5em 1em;
  margin-top: 2em;
  text-decoration: none;
}
.top_feature.feature_static#front .top_feature_inner.top_feature_home a span {
  display: block;
  -webkit-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -ms-transform: skew(-20deg);
  -o-transform: skew(-20deg);
  transform: skew(-20deg);
}
.top_feature.feature_static#front .row {
  height: auto;
}
.top_feature.feature_static .top_feature_inner {
  margin: auto;
}

/**
* Main content
*/
.main-content {
  overflow-x: hidden;
}
.main-content#content-extranet {
  padding-bottom: 100px;
  flex: 1 !important;
  max-width: none !important;
}
.main-content#content-front {
  padding-bottom: 30px;
}

/**
* Home Page
*/
#content-front #homeIntro #homeIntroLeft {
  padding: 6em 12% 6em 15%;
}
#content-front #homeIntro #homeIntroLeft h5 {
  font-size: 20px;
  text-transform: uppercase;
  color: #ff6c19;
  padding-bottom: 0;
  margin-bottom: 1em;
  font-weight: 700;
}
#content-front #homeIntro #homeIntroLeft h2 {
  font-size: 55px;
  font-weight: 700;
  margin-bottom: 1em;
}
#content-front #homeIntro #homeIntroLeft a {
  font-weight: 700;
  text-decoration: none;
}
#content-front #homeIntro #homeIntroLeft a:hover {
  text-decoration: none;
}
#content-front #homeIntro #homeIntroRight {
  background: url(../img/home-intro-image.jpg) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}
#content-front #homeWays {
  background-color: #25358f;
  padding-top: 150px;
  padding-bottom: 150px;
}
#content-front #homeWays #homeWaysSliderWrap {
  margin: auto;
  max-width: 1000px;
  text-align: center;
}
#content-front #homeWays #homeWaysSliderWrap #homeWaysSlider li {
  list-style: none;
}
#content-front #homeWays #homeWaysSliderWrap .bx-wrapper {
  background: transparent;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
  margin-bottom: 0;
}
#content-front #homeWays #homeWaysSliderWrap .bx-wrapper .bx-next {
  background: none;
  font-size: 60px;
  text-indent: 0;
  color: #929ac7;
}
#content-front #homeWays #homeWaysSliderWrap .bx-wrapper .bx-next:hover {
  text-decoration: none;
}
#content-front #homeWays #homeWaysSliderWrap .bx-wrapper .bx-prev {
  background: none;
  font-size: 60px;
  text-indent: 0;
  color: #929ac7;
}
#content-front #homeWays #homeWaysSliderWrap .bx-wrapper .bx-prev:hover {
  text-decoration: none;
}
#content-front #homeWays #homeWaysSliderWrap .bx-wrapper .homeWaysSlide {
  color: white;
  position: relative;
}
#content-front #homeWays #homeWaysSliderWrap .bx-wrapper .homeWaysSlide h5 {
  font-size: 20px;
  color: #ff6c19;
  padding-bottom: 0;
  margin-bottom: 0.5em;
  text-transform: uppercase;
  font-weight: 700;
}
#content-front #homeWays #homeWaysSliderWrap .bx-wrapper .homeWaysSlide h2 {
  font-size: 44px;
  color: white;
  font-weight: 700;
  margin-bottom: 0.5em;
}
#content-front #homeWays #homeWaysSliderWrap .bx-wrapper .homeWaysSlide p.restrictWidth {
  max-width: 75%;
  margin: auto;
}
#content-front #homeWays #homeWaysSliderWrap .bx-wrapper .homeWaysSlide:after {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #000000;
  opacity: 0.1;
  right: 0;
  left: 0;
  font-size: 510px;
  z-index: -1;
}
#content-front #homeWays #homeWaysSliderWrap .bx-wrapper .homeWaysSlide.waysSlide1:after {
  content: "1";
}
#content-front #homeWays #homeWaysSliderWrap .bx-wrapper .homeWaysSlide.waysSlide1:after {
  content: "2";
}
#content-front #homeCategories {
  padding-top: 100px;
  /*padding-bottom: 100px;*/
}
#content-front #homeCategories h2 {
  font-size: 44px;
  font-weight: 700;
  margin-bottom: 1em;
}
#content-front #homeCategories .homeCategory {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  display: block;
}
#content-front #homeCategories .homeCategory img {
  width: 100%;
  height: auto;
}
#content-front #homeCategories .homeCategory .homeCategoryOverlay {
  display: block;
  position: absolute;
  /**top: 0;**/
  top: -moz-calc(100% - 60px);
  top: -webkit-calc(100% - 60px);
  top: calc(100% - 60px);
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background-color: rgba(30, 43, 105, 0.95);
  border-left: 15px solid white;
  border-right: 15px solid white;
  color: white;
  text-align: center;
}
#content-front #homeCategories .homeCategory .homeCategoryOverlay .homeCategoryOverlayInner {
  position: relative;
  /**top:50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);**/
  top: 14px;
}
#content-front #homeCategories .homeCategory .homeCategoryOverlay:hover {
  text-decoration: none;
}
#content-front #homeCategories .homeCategory .homeCategoryOverlay h3 {
  font-size: 26px;
  font-weight: 700;
}
#content-front #homeCategories .homeCategory .homeCategoryOverlay p {
  font-size: 18px;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 25px;
  line-height: 1.8em;
}
#content-front #homeCategories .homeCategory .homeCategoryOverlay span {
  font-weight: 700;
  font-size: 18px;
  color: #ff6c19;
  letter-spacing: 1px;
  text-transform: uppercase;
}
#content-front #homeCategories .homeCategory:hover .homeCategoryOverlay {
  top: 0;
}
#content-front #homeCategories .homeCategory:hover .homeCategoryOverlay .homeCategoryOverlayInner {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#content-front #auctionsEndingSoon {
  padding-top: 50px;
  padding-bottom: 50px;
}
#content-front #auctionsEndingSoon h2 {
  font-size: 44px;
  font-weight: 700;
  margin-bottom: 1em;
}
#content-front #auctionsEndingSoon #auctionEndingSoonListing #auctionEndingSoonListingList .vehicle {
  display: block;
  color: #2e2e37;
  margin-bottom: 15px;
}
#content-front #auctionsEndingSoon #auctionEndingSoonListing #auctionEndingSoonListingList .vehicle .vehicle-wrap {
  border: 1px solid #ededed;
}
#content-front #auctionsEndingSoon #auctionEndingSoonListing #auctionEndingSoonListingList .vehicle:hover {
  text-decoration: none;
}
#content-front #auctionsEndingSoon #auctionEndingSoonListing #auctionEndingSoonListingList .vehicle .auctionVehicleInfo {
  padding-top: 15px;
  position: relative;
  padding-bottom: 105px;
  padding-left: 15px;
  padding-right: 15px;
}
#content-front #auctionsEndingSoon #auctionEndingSoonListing #auctionEndingSoonListingList .vehicle .auctionVehicleInfo h3 {
  font-size: 18px;
  margin-bottom: 1em;
  font-weight: 700;
}
#content-front #auctionsEndingSoon #auctionEndingSoonListing #auctionEndingSoonListingList .vehicle .auctionVehicleInfo .auctionVehicleCat {
  display: block;
  font-size: 15px;
  margin-bottom: 1em;
}
#content-front #auctionsEndingSoon #auctionEndingSoonListing #auctionEndingSoonListingList .vehicle .auctionVehicleInfo .auctionEndDateTime {
  display: block;
  font-size: 15px;
  margin-bottom: 1em;
}
#content-front #auctionsEndingSoon #auctionEndingSoonListing #auctionEndingSoonListingList .vehicle .auctionVehicleInfo .auctionBuyNow {
  width: 100%;
  font-weight: 600;
  position: absolute;
  bottom: 0;
  background-color: #202d78;
  left: 0;
  right: 0;
  padding-left: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 30px;
  font-size: 0.85em;
  color: white;
}
#content-front #auctionsEndingSoon #auctionEndingSoonListing #auctionEndingSoonListingList .vehicle .auctionVehicleInfo .auctionBuyNow .auctionBuyCol {
  padding: 0;
}
#content-front #auctionsEndingSoon #auctionEndingSoonListing #auctionEndingSoonListingList .vehicle .auctionVehicleInfo .auctionBuyNow .vat {
  display: block;
  font-size: 0.85em;
}
#content-front #auctionsEndingSoon #auctionEndingSoonListing #auctionEndingSoonListingList .vehicle .auctionVehicleInfo .auctionBuyNow .auctionBuyPrice,
#content-front #auctionsEndingSoon #auctionEndingSoonListing #auctionEndingSoonListingList .vehicle .auctionVehicleInfo .auctionBuyNow .buynowBuyPrice {
  color: #ff711b;
}
#content-front #auctionsEndingSoon #auctionEndingSoonListing #auctionEndingSoonListingList .vehicle .auctionVehicleInfo .auctionBuyNow .auctionBuyPrice {
  padding-right: 15px;
}
#content-front #auctionsEndingSoon #auctionEndingSoonListing #auctionEndingSoonListingList .vehicle .auctionVehicleImage {
  position: relative;
  padding-left: 0;
  -webkit-background-size: cover !important;
  background-size: cover !important;
  background-position: center !important;
  height: 15vw;
  width: 100%;
}
#content-front #homeAdvert {
  padding-top: 100px;
  padding-bottom: 100px;
  color: white;
  background: url(../img/DSCN1120-resized.jpg) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  text-align: center;
}
#content-front #homeAdvert #homeAdvertInner {
  max-width: 1000px;
  margin: auto;
}
#content-front #homeAdvert #homeAdvertInner a {
  background-color: #ff711b;
  color: white;
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  border: 2px solid #ff995c;
  -webkit-transform: skew(20deg);
  -moz-transform: skew(20deg);
  -ms-transform: skew(20deg);
  -o-transform: skew(20deg);
  transform: skew(20deg);
  padding: 0.5em 1em;
  margin-top: 2em;
  text-decoration: none;
}
#content-front #homeAdvert #homeAdvertInner a span {
  display: block;
  -webkit-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -ms-transform: skew(-20deg);
  -o-transform: skew(-20deg);
  transform: skew(-20deg);
}
#content-front #homeAdvert #homeAdvertInner p {
  line-height: 1.8em;
  font-size: 18px;
}
#content-front #homeAdvert h2 {
  font-weight: 700;
  font-size: 44px;
  margin-bottom: 1em;
}
#content-front #homeCaseStudies {
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}
#content-front #homeCaseStudies #homeCaseStudiesInner {
  max-width: 1000px;
  margin: auto;
}
#content-front #homeCaseStudies #homeCaseStudiesInner p {
  font-size: 36px;
  font-weight: 500;
  font-style: italic;
  line-height: 1.5em;
  margin-bottom: 1em;
}
#content-front #homeCaseStudies #homeCaseStudiesInner span {
  color: #ff711b;
  font-weight: 700;
  display: block;
  margin-bottom: 1.5em;
}
#content-front #homeCaseStudies h3 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 1em;
}

/**
* Register page
*/
#content-front #registerLeft {
  padding-right: 125px;
}
#content-front #registerLoginBox {
  background-color: #efefef;
  border: 1px solid #d6d6d6;
  padding: 15%;
}
#content-front #registerLoginBox h4 {
  margin-bottom: 1em;
  font-weight: 700;
}
#content-front #registerLoginBox .form-control {
  background-color: white;
}

/**
  * Why us
 */
.body-why-us .top_feature.feature_static#front.feature_static_page {
  margin-bottom: 0;
}
.body-why-us #whyUsTop .whyUsBlock {
  padding-top: 160px;
  padding-bottom: 160px;
  padding-top: 8vw;
  padding-bottom: 8vw;
}
.body-why-us #whyUsTop h5 {
  color: #ff711b;
  margin-bottom: 0.8em;
  font-weight: 600;
  font-size: 20px;
}
.body-why-us #whyUsTop h4 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2em;
}
.body-why-us #whyUsTop #whyUsTopLeftOne h4, .body-why-us #whyUsTop #whyUsTopLeftOne h5 {
  padding-left: 22%;
  padding-left: 10vw;
}
.body-why-us #whyUsTop #whyUsTopRightOne {
  background: url(../img/DSCN7580-resized.jpg) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}
.body-why-us #whyUsTop #whyUsTopLeftTwo {
  background: url(../img/IMG_20200127_105553-resized.jpg) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}
.body-why-us #whyUsTop #whyUsTopRightTwo h4,
.body-why-us #whyUsTop #whyUsTopRightTwo h5 {
  padding-left: 22%;
  padding-left: 10vw;
}
.body-why-us #whyUsTop #whyUsTopLeftThree h4, .body-why-us #whyUsTop #whyUsTopLeftThree h5 {
  padding-left: 22%;
  padding-left: 10vw;
}
.body-why-us #whyUsTop #whyUsTopRightThree {
  background: url(../img/IMG_20200127_110207-resized.jpg) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}
.body-why-us #whyUsMission {
  background: url(../img/IMG_20200130_121805-resized.jpg) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  padding: 130px 0;
}
.body-why-us #whyUsMission h2 {
  font-size: 50px;
  color: white;
  font-weight: 700;
  margin-bottom: 1em;
}
.body-why-us #whyUsMission ul {
  position: relative;
}
.body-why-us #whyUsMission ul li {
  position: relative;
  list-style: none;
  color: white;
  font-size: 22px;
  padding-bottom: 20px;
}
.body-why-us #whyUsMission ul li span {
  display: block;
  padding-left: 30px;
}
.body-why-us #whyUsMission ul li:before {
  display: block;
  content: "+";
  color: #ff711b;
  font-size: 22px;
  position: absolute;
  font-weight: bold;
}
.body-why-us #whyUsCategories {
  padding-top: 100px;
  padding-bottom: 100px;
}
.body-why-us #whyUsCategories h2 {
  font-size: 44px;
  font-weight: 700;
  margin-bottom: 1em;
}
.body-why-us #whyUsCategories .homeCategory {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  display: block;
}
.body-why-us #whyUsCategories .homeCategory img {
  width: 100%;
  height: auto;
}
.body-why-us #whyUsCategories .homeCategory .homeCategoryOverlay {
  display: block;
  position: absolute;
  /**top: 0;**/
  top: -moz-calc(100% - 60px);
  top: -webkit-calc(100% - 60px);
  top: calc(100% - 60px);
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background-color: rgba(30, 43, 105, 0.95);
  border-left: 15px solid white;
  border-right: 15px solid white;
  color: white;
  text-align: center;
}
.body-why-us #whyUsCategories .homeCategory .homeCategoryOverlay .homeCategoryOverlayInner {
  position: relative;
  /**top:50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);**/
  top: 14px;
}
.body-why-us #whyUsCategories .homeCategory .homeCategoryOverlay:hover {
  text-decoration: none;
}
.body-why-us #whyUsCategories .homeCategory .homeCategoryOverlay h3 {
  font-size: 26px;
  font-weight: 700;
}
.body-why-us #whyUsCategories .homeCategory .homeCategoryOverlay p {
  font-size: 18px;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 25px;
  line-height: 1.8em;
}
.body-why-us #whyUsCategories .homeCategory .homeCategoryOverlay span {
  font-weight: 700;
  font-size: 18px;
  color: #ff6c19;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.body-why-us #whyUsCategories .homeCategory:hover .homeCategoryOverlay {
  top: 0;
}
.body-why-us #whyUsCategories .homeCategory:hover .homeCategoryOverlay .homeCategoryOverlayInner {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.body-why-us #whyUsAdvert {
  padding-top: 100px;
  padding-bottom: 100px;
  color: white;
  background: url(../img/DSCN1120-resized.jpg) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  text-align: center;
}
.body-why-us #whyUsAdvert #whyUsAdvertInner {
  max-width: 1000px;
  margin: auto;
}
.body-why-us #whyUsAdvert #whyUsAdvertInner a {
  background-color: #ff711b;
  color: white;
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  border: 2px solid #ff995c;
  -webkit-transform: skew(20deg);
  -moz-transform: skew(20deg);
  -ms-transform: skew(20deg);
  -o-transform: skew(20deg);
  transform: skew(20deg);
  padding: 0.5em 1em;
  margin-top: 2em;
  text-decoration: none;
}
.body-why-us #whyUsAdvert #whyUsAdvertInner a span {
  display: block;
  -webkit-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -ms-transform: skew(-20deg);
  -o-transform: skew(-20deg);
  transform: skew(-20deg);
}
.body-why-us #whyUsAdvert #whyUsAdvertInner p {
  line-height: 1.8em;
  font-size: 18px;
}
.body-why-us #whyUsAdvert h2 {
  font-weight: 700;
  font-size: 44px;
  margin-bottom: 1em;
}
.body-why-us #whyUsCaseStudies {
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}
.body-why-us #whyUsCaseStudies #whyUsCaseStudiesInner {
  max-width: 1000px;
  margin: auto;
}
.body-why-us #whyUsCaseStudies #whyUsCaseStudiesInner p {
  font-size: 36px;
  font-weight: 500;
  font-style: italic;
  line-height: 1.5em;
  margin-bottom: 1em;
}
.body-why-us #whyUsCaseStudies #whyUsCaseStudiesInner span {
  color: #ff711b;
  font-weight: 700;
  display: block;
  margin-bottom: 1.5em;
}
.body-why-us #whyUsCaseStudies h3 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 1em;
}

/**
  * Salvage Collection
 */
.body-collection .top_feature.feature_static#front.feature_static_page {
  margin-bottom: 0;
}
.body-collection #collectionTop .collectionBlock {
  padding-top: 160px;
  padding-bottom: 160px;
  padding-top: 8vw;
  padding-bottom: 8vw;
}
.body-collection #collectionTop h5 {
  color: #ff711b;
  margin-bottom: 0.8em;
  font-weight: 600;
  font-size: 20px;
}
.body-collection #collectionTop h4 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2em;
}
.body-collection #collectionTop #collectionTopLeft h4, .body-collection #collectionTop #collectionTopLeft h5 {
  padding-left: 22%;
  padding-left: 10vw;
}
.body-collection #collectionFeatures {
  background: url(../img/featuresBackground.jpg) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  padding: 130px 0;
}
.body-collection #collectionFeatures h2 {
  font-size: 50px;
  color: white;
  font-weight: 700;
  margin-bottom: 1em;
}
.body-collection #collectionFeatures ul {
  position: relative;
}
.body-collection #collectionFeatures ul li {
  position: relative;
  list-style: none;
  color: white;
  font-size: 22px;
  padding-bottom: 20px;
}
.body-collection #collectionFeatures ul li span {
  display: block;
  padding-left: 30px;
}
.body-collection #collectionFeatures ul li:before {
  display: block;
  content: "+";
  color: #ff711b;
  font-size: 22px;
  position: absolute;
  font-weight: bold;
}
.body-collection #collectionBenefits {
  background-color: white;
  padding: 130px 0;
}
.body-collection #collectionBenefits h2 {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 1em;
}
.body-collection #collectionBenefits ul {
  position: relative;
}
.body-collection #collectionBenefits ul li {
  position: relative;
  list-style: none;
  font-size: 22px;
  padding-bottom: 20px;
}
.body-collection #collectionBenefits ul li span {
  display: block;
  padding-left: 30px;
}
.body-collection #collectionBenefits ul li:before {
  display: block;
  content: "+";
  color: #ff711b;
  font-size: 22px;
  position: absolute;
  font-weight: bold;
}
.body-collection #collectionAdvert {
  padding-top: 150px;
  padding-bottom: 150px;
  color: white;
  background: url(../img/IMG_20200130_121149-resized.jpg) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  text-align: center;
}
.body-collection #collectionAdvert h2 {
  font-weight: 700;
  font-size: 44px;
  margin-bottom: 0;
}
.body-collection #collectionAdvert h2 span {
  color: #ff711b;
}
.body-collection #collectionCaseStudies {
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}
.body-collection #collectionCaseStudies #collectionCaseStudiesInner {
  max-width: 1000px;
  margin: auto;
}
.body-collection #collectionCaseStudies #collectionCaseStudiesInner p {
  font-size: 36px;
  font-weight: 500;
  font-style: italic;
  line-height: 1.5em;
  margin-bottom: 1em;
}
.body-collection #collectionCaseStudies #collectionCaseStudiesInner span {
  color: #ff711b;
  font-weight: 700;
  display: block;
  margin-bottom: 1.5em;
}
.body-collection #collectionCaseStudies h3 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 1em;
}

/**
 * Contact Page
 */
.body-contact .top_feature.feature_static#front.feature_static_page {
  margin-bottom: 0;
}
.body-contact h3 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 1em;
}
.body-contact #contactLeft {
  padding-top: 120px;
  padding-bottom: 120px;
}
.body-contact #contactLeft a {
  font-weight: bold;
}
.body-contact #contactRight {
  background-color: #f0f0f0;
  padding: 10%;
}
.body-contact #contactRight .enquiry-form .form-control {
  background-color: white;
  border: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 20px;
  color: #2e2e37;
}
.body-contact #contactRight .enquiry-form .form-control::placeholder {
  color: #AAADAD;
}
.body-contact #contactRight .enquiry-form .btn {
  width: 100%;
  line-height: 40px;
}
.body-contact #contactMap #contactMapWrap {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}
.body-contact #contactMap #contactMapWrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.body-contact #contactCaseStudies {
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}
.body-contact #contactCaseStudies #contactCaseStudiesInner {
  max-width: 1000px;
  margin: auto;
}
.body-contact #contactCaseStudies #contactCaseStudiesInner p {
  font-size: 36px;
  font-weight: 500;
  font-style: italic;
  line-height: 1.5em;
  margin-bottom: 1em;
}
.body-contact #contactCaseStudies #contactCaseStudiesInner span {
  color: #ff711b;
  font-weight: 700;
  display: block;
  margin-bottom: 1.5em;
}
.body-contact #contactCaseStudies h3 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 1em;
}

/**
* Salvage Auction
*/
#content-front #auctionTop {
  margin-bottom: 80px;
}
#content-front #auctionTop h3 {
  font-size: 40px;
  font-weight: 300;
  line-height: 1.4em;
}
#content-front #auctionSortBar {
  width: 100%;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  padding: 1em 0;
  margin-bottom: 80px;
  font-size: 14px;
}
#content-front #auctionSortBar .dropdown-toggle {
  background-color: white;
  font-size: 14px;
}
#content-front #auctionSortBar #sortFormRight {
  text-align: right;
}
#content-front #auctionSortBar #sortFormRight .bootstrap-select {
  width: 80px;
}
#content-front #auctionFilters {
  padding-right: 80px;
}
#content-front #auctionFilters .form-check input[type=checkbox] {
  display: inline-block;
}
#content-front #auctionFilters .form-check label {
  display: inline-block;
  padding-left: 10px;
  margin-bottom: 0;
}
#content-front #auctionListing {
  margin-bottom: 80px;
  padding-bottom: 80px;
  border-bottom: 1px solid #d9d9d9;
}
#content-front #auctionListing #auctionListingList {
  border-left: 1px solid #d9d9d9;
  padding-left: 80px;
}
#content-front #auctionListing #auctionListingList .vehicle {
  display: block;
  color: #2e2e37;
  margin-bottom: 15px;
}
#content-front #auctionListing #auctionListingList .vehicle .vehicle-wrap {
  border: 1px solid #ededed;
}
#content-front #auctionListing #auctionListingList .vehicle:hover {
  text-decoration: none;
}
#content-front #auctionListing #auctionListingList .vehicle .auctionVehicleInfo {
  padding-top: 15px;
  position: relative;
  padding-bottom: 105px;
  padding-left: 15px;
  padding-right: 15px;
}
#content-front #auctionListing #auctionListingList .vehicle .auctionVehicleInfo h3 {
  font-size: 18px;
  margin-bottom: 1em;
  font-weight: 700;
}
#content-front #auctionListing #auctionListingList .vehicle .auctionVehicleInfo .auctionVehicleCat {
  display: block;
  font-size: 15px;
  margin-bottom: 1em;
}
#content-front #auctionListing #auctionListingList .vehicle .auctionVehicleInfo .auctionEndDateTime {
  display: block;
  font-size: 15px;
  margin-bottom: 1em;
}
#content-front #auctionListing #auctionListingList .vehicle .auctionVehicleInfo .auctionBuyNow {
  width: 100%;
  font-weight: 600;
  position: absolute;
  bottom: 0;
  background-color: #f3f3f3;
  left: 0;
  right: 0;
  padding-left: 30px;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 0.85em;
}
#content-front #auctionListing #auctionListingList .vehicle .auctionVehicleInfo .auctionBuyNow .auctionBuyCol {
  padding: 0;
}
#content-front #auctionListing #auctionListingList .vehicle .auctionVehicleInfo .auctionBuyNow .vat {
  display: block;
  font-size: 0.85em;
}
#content-front #auctionListing #auctionListingList .vehicle .auctionVehicleInfo .auctionBuyNow .auctionBuyPrice,
#content-front #auctionListing #auctionListingList .vehicle .auctionVehicleInfo .auctionBuyNow .buynowBuyPrice {
  color: #ff711b;
}
#content-front #auctionListing #auctionListingList .vehicle .auctionVehicleInfo .auctionBuyNow .auctionBuyPrice {
  padding-right: 15px;
}
#content-front #auctionListing #auctionListingList .vehicle .auctionVehicleImage {
  position: relative;
  padding-left: 0;
  height: 15vw;
  -webkit-background-size: cover !important;
  background-size: cover !important;
  background-position: center;
  width: 100%;
}
#content-front #vehicleTopBar {
  width: 100%;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  padding: 1em 0;
  margin-bottom: 80px;
  font-size: 14px;
}
#content-front #vehicleTopBar .row {
  align-items: center;
}
#content-front #vehicleTopBar .row #vehicleEnquiryButton {
  font-size: 12px;
  line-height: 30px;
}
#content-front #vehicleTopBar .row #vehicleEditButton {
  font-size: 12px;
  line-height: 30px;
}
#content-front #vehicleDetails {
  padding-bottom: 80px;
  border-bottom: 1px solid #d9d9d9;
}
#content-front #vehicleDetails #vehicleDetailsLeft video {
  max-width: 100%;
  width: 100%;
  height: auto;
}
#content-front #vehicleDetails #vehicleDetailsLeft #vehicleImageGallery img {
  width: 100%;
}
#content-front #vehicleDetails #vehicleDetailsRight {
  padding-left: 150px;
}
#content-front #vehicleDetails #vehicleDetailsRight #vehicleHeading {
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 25px;
}
#content-front #vehicleDetails #vehicleDetailsRight #vehicleHeading h2 {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 25px;
}
#content-front #vehicleDetails #vehicleDetailsRight .vehicleInfo .vehicleInfoLeft {
  padding-left: 50px;
}
#content-front #vehicleDetails #vehicleDetailsRight .vehicleInfo p {
  font-size: 15px;
}
#content-front #vehicleDetails #vehicleDetailsRight .vehicleInfo p span {
  font-weight: 600;
}
#content-front #vehicleDetails #vehicleDetailsRight #vehiclePrice {
  margin-top: 35px;
  padding-top: 35px;
  border-top: 1px solid #d9d9d9;
}
#content-front #vehicleDetails #vehicleDetailsRight #vehiclePrice .priceCol {
  padding: 0;
}
#content-front #vehicleDetails #vehicleDetailsRight #vehiclePrice .priceCol.priceColFirst {
  padding-left: 15px;
}
#content-front #vehicleDetails #vehicleDetailsRight #vehiclePrice .priceRow {
  padding-top: 15px;
}
#content-front #vehicleDetails #vehicleDetailsRight #vehiclePrice input[type=text] {
  border: 1px solid #d9d9d9;
  width: 100%;
  line-height: 1em;
  padding: 10px 25px;
}
#content-front #vehicleDetails #vehicleDetailsRight #vehiclePrice .buynow-button {
  display: inline-block;
  background-color: #ff711b;
  color: white;
  text-transform: uppercase;
  font-size: 15px;
  cursor: pointer;
  border: 2px solid #ff995c;
  line-height: 1em;
  padding: 13px 25px;
}
#content-front #vehicleDetails #vehicleDetailsRight #vehiclePrice .buynow-button#bidButton {
  border-left: 0;
}
#content-front #vehicleDetails #vehicleDetailsRight #vehiclePrice p {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 12px;
}
#content-front #vehicleDetails #vehicleDetailsRight #vehiclePrice p span {
  color: #ff711b;
}
#content-front #vehicleDetails #vehicleDetailsRight #vehiclePrice p span.vat {
  font-size: 0.75em;
}
#content-front #vehicleDetails #vehicleDetailsRight #vehiclePrice h4 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
}
#content-front #vehicleDetails #vehicleDetailsRight #vehiclePrice h4 span {
  color: #ff711b;
}
#content-front #vehicleDetails #vehicleDetailsRight #vehiclePrice h4 span.vat {
  font-size: 0.75em;
}
#content-front #vehicleDamage {
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 150px;
}
#content-front #vehicleDamage .container-fluid {
  border-left: 1px solid #d9d9d9;
}
#content-front #vehicleDamage h3 {
  font-size: 30px;
  font-weight: 700;
  margin-top: 90px;
  margin-bottom: 90px;
  text-align: center;
  display: block;
  width: 100%;
}
#content-front #vehicleDamage .damageColumn {
  border-right: 1px solid #d9d9d9;
  display: flex;
  align-items: center;
}
#content-front #vehicleDamage .damageColumn p {
  max-width: 65%;
  display: block;
  margin: auto;
}
#content-front #vehicleDamage #vehicleDamageAreas {
  position: relative;
  height: 150px;
  width: 300px;
  margin: auto;
}
#content-front #vehicleDamage #vehicleDamageAreas .vehicleDamageArea {
  display: block;
  position: absolute;
}
#content-front #vehicleDamage #vehicleDamageAreas .vehicleDamageArea.area1 {
  left: 78px;
  top: 25px;
}
#content-front #vehicleDamage #vehicleDamageAreas .vehicleDamageArea.area2 {
  left: 143px;
  top: 20px;
}
#content-front #vehicleDamage #vehicleDamageAreas .vehicleDamageArea.area3 {
  right: 78px;
  top: 25px;
}
#content-front #vehicleDamage #vehicleDamageAreas .vehicleDamageArea.area4 {
  right: 57px;
  top: 64px;
}
#content-front #vehicleDamage #vehicleDamageAreas .vehicleDamageArea.area5 {
  top: 99px;
  right: 78px;
}
#content-front #vehicleDamage #vehicleDamageAreas .vehicleDamageArea.area6 {
  top: 105px;
  left: 143px;
}
#content-front #vehicleDamage #vehicleDamageAreas .vehicleDamageArea.area7 {
  top: 99px;
  left: 78px;
}
#content-front #vehicleDamage #vehicleDamageAreas .vehicleDamageArea.area8 {
  top: 64px;
  left: 58px;
}
#content-front #vehicleDamage #vehicleDamageAreas img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

/**
 * Customer account sections
 */
#content-front .customerHeading {
  color: #ff6c19;
  font-size: 26px;
  margin-bottom: 1em;
  font-weight: 700;
}
#content-front .customerBidsList {
  margin-bottom: 2em;
}
#content-front .customerBidsList .vehicle {
  display: block;
  color: #2e2e37;
  margin-bottom: 15px;
  margin-bottom: 2em;
}
#content-front .customerBidsList .vehicle .vehicle-wrap {
  border: 1px solid #ededed;
}
#content-front .customerBidsList .vehicle:hover {
  text-decoration: none;
}
#content-front .customerBidsList .vehicle .auctionVehicleInfo {
  padding-top: 15px;
  position: relative;
  padding-bottom: 105px;
}
#content-front .customerBidsList .vehicle .auctionVehicleInfo h3 {
  font-size: 18px;
  margin-bottom: 1em;
  font-weight: 700;
}
#content-front .customerBidsList .vehicle .auctionVehicleInfo .auctionVehicleCat {
  display: block;
  font-size: 15px;
  margin-bottom: 1em;
}
#content-front .customerBidsList .vehicle .auctionVehicleInfo .auctionBuyNow {
  font-weight: 600;
  position: absolute;
  bottom: 0;
  background-color: #f3f3f3;
  left: -15px;
  right: 0;
  padding-left: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 0.85em;
  padding-right: 15px;
  width: 100%;
}
#content-front .customerBidsList .vehicle .auctionVehicleInfo .auctionBuyNow .auctionBuyCol {
  /**padding: 0;**/
}
#content-front .customerBidsList .vehicle .auctionVehicleInfo .auctionBuyNow .auctionBuyPrice,
#content-front .customerBidsList .vehicle .auctionVehicleInfo .auctionBuyNow .buynowBuyPrice {
  color: #ff711b;
}
#content-front .customerBidsList .vehicle .auctionVehicleInfo .auctionBuyNow .auctionBuyPrice {
  padding-right: 15px;
}
#content-front .customerBidsList .vehicle .auctionVehicleInfo .auctionBuyNow .buyDate {
  text-align: right;
  display: block;
}
#content-front .customerBidsList .vehicle .auctionVehicleImage {
  position: relative;
  padding-left: 0;
}
#content-front .customerBidsList .vehicle .auctionVehicleImage .dummy {
  margin-top: 100%;
  display: block;
}
#content-front .customerBidsList .vehicle .auctionVehicleImage .in {
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  bottom: 0;
  overflow: hidden;
  -webkit-background-size: cover !important;
  background-size: cover !important;
  background-position: center;
  border: 1px solid #d9d9d9;
}

/**
* Extranet Instructions
*/
#content-extranet #preSaleImages:after {
  display: block;
  content: "";
  clear: both;
  height: 0;
  line-height: 0;
  font-size: 0;
}
#content-extranet .instructionImage {
  float: left;
  width: 32%;
  height: auto;
  margin-right: 1%;
}
#content-extranet #instructionFilterForm {
  margin-bottom: 3em;
}
#content-extranet #instructionFilterForm h3 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3em;
  margin-bottom: 15px;
}
#content-extranet #instructionFilterForm #search_form_searchTerm {
  position: relative;
}
#content-extranet #instructionKeyInfo {
  font-size: 0.85em;
  padding-top: 15px;
  font-family: Arial, serif;
  letter-spacing: 1px;
}
#content-extranet #instructionNavTabsWrap {
  padding: 1em 0;
  margin-bottom: 2em;
}
#content-extranet #instructionNavTabsWrap #instructionNavTabs {
  border: 0;
  justify-content: space-between;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
#content-extranet #instructionNavTabsWrap #instructionNavTabs li {
  flex-grow: 1;
  padding: 15px 5px;
  background-color: #f8f8f8;
}
#content-extranet #instructionNavTabsWrap #instructionNavTabs li:first-child a {
  padding-left: 0;
}
#content-extranet #instructionNavTabsWrap #instructionNavTabs li:last-child a {
  padding-right: 0;
  border-right: 0;
}
#content-extranet #instructionNavTabsWrap #instructionNavTabs li a {
  display: block;
  color: #8d8d8d;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1em;
  font-size: 14px;
  padding-left: 0;
  padding-right: 0;
}
#content-extranet #instructionNavTabsWrap #instructionNavTabs li a.active {
  -webkit-appearance: none;
  background-color: transparent;
  color: #ff711b;
  font-weight: bold;
}
#content-extranet #instructionNavTabsWrap #instructionNavTabs li a:hover {
  color: #ff711b;
}
#content-extranet .instructionSubNavTabs {
  border-bottom: 1px solid #cfcfcf;
  margin-bottom: 2em;
}
#content-extranet .instructionSubNavTabs h3.instructionHeading {
  font-size: 37px;
  font-weight: 700;
}
#content-extranet .instructionSubNavTabs li a {
  background-color: #f8f8f8;
  display: block;
  color: #8d8d8d;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #cfcfcf;
  border-right: 0;
  font-size: 0.85em;
}
#content-extranet .instructionSubNavTabs li a.active {
  color: #ff711b;
}
#content-extranet .instructionSubNavTabs li a:hover {
  color: #ff711b;
}
#content-extranet .instructionSubNavTabs li:last-child a {
  border-right: 1px solid #cfcfcf;
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
}
#content-extranet .instructionSubNavTabs li:first-child a {
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
}
#content-extranet #instruction_holdReason {
  height: 127px;
}
#content-extranet #instruction_overrideDate .dropdown-toggle,
#content-extranet #instruction_collection_garageContactDate .dropdown-toggle,
#content-extranet #instruction_collection_collectionDate .dropdown-toggle,
#content-extranet #instruction_collection_roadFundLicencePostedDate .dropdown-toggle,
#content-extranet #instruction_collection_storageCostsPaidDate .dropdown-toggle,
#content-extranet #instruction_disposal_clearanceDate .dropdown-toggle,
#content-extranet #instruction_disposal_dvlaInformedDate .dropdown-toggle,
#content-extranet #instruction_disposal_vehicleDestroyedDate .dropdown-toggle,
#content-extranet #instruction_sale_saleAcceptanceDate .dropdown-toggle,
#content-extranet #instruction_sale_paidDate .dropdown-toggle,
#content-extranet #instruction_sale_collectedDate .dropdown-toggle,
#content-extranet #instruction_sale_saleStartDateTime_date .dropdown-toggle,
#content-extranet #instruction_sale_auction_endDateTime_date .dropdown-toggle {
  float: left;
  width: calc(31.33% - 4px);
  margin-right: 10px;
}
#content-extranet #instruction_overrideDate .dropdown-toggle[data-id=instruction_overrideDate_year], #content-extranet #instruction_overrideDate .dropdown-toggle[data-id=instruction_collection_garageContactDate_year], #content-extranet #instruction_overrideDate .dropdown-toggle[data-id=instruction_collection_collectionDate_year], #content-extranet #instruction_overrideDate .dropdown-toggle[data-id=instruction_collection_roadFundLicencePostedDate_year], #content-extranet #instruction_overrideDate .dropdown-toggle[data-id=instruction_collection_storageCostsPaidDate_year], #content-extranet #instruction_overrideDate .dropdown-toggle[data-id=instruction_disposal_clearanceDate_year], #content-extranet #instruction_overrideDate .dropdown-toggle[data-id=instruction_disposal_dvlaInformedDate_year], #content-extranet #instruction_overrideDate .dropdown-toggle[data-id=instruction_disposal_vehicleDestroyedDate_year], #content-extranet #instruction_overrideDate .dropdown-toggle[data-id=instruction_sale_saleAcceptanceDate], #content-extranet #instruction_overrideDate .dropdown-toggle[data-id=instruction_sale_paidDate], #content-extranet #instruction_overrideDate .dropdown-toggle[data-id=instruction_sale_collectedDate], #content-extranet #instruction_overrideDate .dropdown-toggle[data-id=instruction_sale_saleStartDateTime_date], #content-extranet #instruction_overrideDate .dropdown-toggle[data-id=instruction_sale_auction_endDateTime_date],
#content-extranet #instruction_collection_garageContactDate .dropdown-toggle[data-id=instruction_overrideDate_year],
#content-extranet #instruction_collection_garageContactDate .dropdown-toggle[data-id=instruction_collection_garageContactDate_year],
#content-extranet #instruction_collection_garageContactDate .dropdown-toggle[data-id=instruction_collection_collectionDate_year],
#content-extranet #instruction_collection_garageContactDate .dropdown-toggle[data-id=instruction_collection_roadFundLicencePostedDate_year],
#content-extranet #instruction_collection_garageContactDate .dropdown-toggle[data-id=instruction_collection_storageCostsPaidDate_year],
#content-extranet #instruction_collection_garageContactDate .dropdown-toggle[data-id=instruction_disposal_clearanceDate_year],
#content-extranet #instruction_collection_garageContactDate .dropdown-toggle[data-id=instruction_disposal_dvlaInformedDate_year],
#content-extranet #instruction_collection_garageContactDate .dropdown-toggle[data-id=instruction_disposal_vehicleDestroyedDate_year],
#content-extranet #instruction_collection_garageContactDate .dropdown-toggle[data-id=instruction_sale_saleAcceptanceDate],
#content-extranet #instruction_collection_garageContactDate .dropdown-toggle[data-id=instruction_sale_paidDate],
#content-extranet #instruction_collection_garageContactDate .dropdown-toggle[data-id=instruction_sale_collectedDate],
#content-extranet #instruction_collection_garageContactDate .dropdown-toggle[data-id=instruction_sale_saleStartDateTime_date],
#content-extranet #instruction_collection_garageContactDate .dropdown-toggle[data-id=instruction_sale_auction_endDateTime_date],
#content-extranet #instruction_collection_collectionDate .dropdown-toggle[data-id=instruction_overrideDate_year],
#content-extranet #instruction_collection_collectionDate .dropdown-toggle[data-id=instruction_collection_garageContactDate_year],
#content-extranet #instruction_collection_collectionDate .dropdown-toggle[data-id=instruction_collection_collectionDate_year],
#content-extranet #instruction_collection_collectionDate .dropdown-toggle[data-id=instruction_collection_roadFundLicencePostedDate_year],
#content-extranet #instruction_collection_collectionDate .dropdown-toggle[data-id=instruction_collection_storageCostsPaidDate_year],
#content-extranet #instruction_collection_collectionDate .dropdown-toggle[data-id=instruction_disposal_clearanceDate_year],
#content-extranet #instruction_collection_collectionDate .dropdown-toggle[data-id=instruction_disposal_dvlaInformedDate_year],
#content-extranet #instruction_collection_collectionDate .dropdown-toggle[data-id=instruction_disposal_vehicleDestroyedDate_year],
#content-extranet #instruction_collection_collectionDate .dropdown-toggle[data-id=instruction_sale_saleAcceptanceDate],
#content-extranet #instruction_collection_collectionDate .dropdown-toggle[data-id=instruction_sale_paidDate],
#content-extranet #instruction_collection_collectionDate .dropdown-toggle[data-id=instruction_sale_collectedDate],
#content-extranet #instruction_collection_collectionDate .dropdown-toggle[data-id=instruction_sale_saleStartDateTime_date],
#content-extranet #instruction_collection_collectionDate .dropdown-toggle[data-id=instruction_sale_auction_endDateTime_date],
#content-extranet #instruction_collection_roadFundLicencePostedDate .dropdown-toggle[data-id=instruction_overrideDate_year],
#content-extranet #instruction_collection_roadFundLicencePostedDate .dropdown-toggle[data-id=instruction_collection_garageContactDate_year],
#content-extranet #instruction_collection_roadFundLicencePostedDate .dropdown-toggle[data-id=instruction_collection_collectionDate_year],
#content-extranet #instruction_collection_roadFundLicencePostedDate .dropdown-toggle[data-id=instruction_collection_roadFundLicencePostedDate_year],
#content-extranet #instruction_collection_roadFundLicencePostedDate .dropdown-toggle[data-id=instruction_collection_storageCostsPaidDate_year],
#content-extranet #instruction_collection_roadFundLicencePostedDate .dropdown-toggle[data-id=instruction_disposal_clearanceDate_year],
#content-extranet #instruction_collection_roadFundLicencePostedDate .dropdown-toggle[data-id=instruction_disposal_dvlaInformedDate_year],
#content-extranet #instruction_collection_roadFundLicencePostedDate .dropdown-toggle[data-id=instruction_disposal_vehicleDestroyedDate_year],
#content-extranet #instruction_collection_roadFundLicencePostedDate .dropdown-toggle[data-id=instruction_sale_saleAcceptanceDate],
#content-extranet #instruction_collection_roadFundLicencePostedDate .dropdown-toggle[data-id=instruction_sale_paidDate],
#content-extranet #instruction_collection_roadFundLicencePostedDate .dropdown-toggle[data-id=instruction_sale_collectedDate],
#content-extranet #instruction_collection_roadFundLicencePostedDate .dropdown-toggle[data-id=instruction_sale_saleStartDateTime_date],
#content-extranet #instruction_collection_roadFundLicencePostedDate .dropdown-toggle[data-id=instruction_sale_auction_endDateTime_date],
#content-extranet #instruction_collection_storageCostsPaidDate .dropdown-toggle[data-id=instruction_overrideDate_year],
#content-extranet #instruction_collection_storageCostsPaidDate .dropdown-toggle[data-id=instruction_collection_garageContactDate_year],
#content-extranet #instruction_collection_storageCostsPaidDate .dropdown-toggle[data-id=instruction_collection_collectionDate_year],
#content-extranet #instruction_collection_storageCostsPaidDate .dropdown-toggle[data-id=instruction_collection_roadFundLicencePostedDate_year],
#content-extranet #instruction_collection_storageCostsPaidDate .dropdown-toggle[data-id=instruction_collection_storageCostsPaidDate_year],
#content-extranet #instruction_collection_storageCostsPaidDate .dropdown-toggle[data-id=instruction_disposal_clearanceDate_year],
#content-extranet #instruction_collection_storageCostsPaidDate .dropdown-toggle[data-id=instruction_disposal_dvlaInformedDate_year],
#content-extranet #instruction_collection_storageCostsPaidDate .dropdown-toggle[data-id=instruction_disposal_vehicleDestroyedDate_year],
#content-extranet #instruction_collection_storageCostsPaidDate .dropdown-toggle[data-id=instruction_sale_saleAcceptanceDate],
#content-extranet #instruction_collection_storageCostsPaidDate .dropdown-toggle[data-id=instruction_sale_paidDate],
#content-extranet #instruction_collection_storageCostsPaidDate .dropdown-toggle[data-id=instruction_sale_collectedDate],
#content-extranet #instruction_collection_storageCostsPaidDate .dropdown-toggle[data-id=instruction_sale_saleStartDateTime_date],
#content-extranet #instruction_collection_storageCostsPaidDate .dropdown-toggle[data-id=instruction_sale_auction_endDateTime_date],
#content-extranet #instruction_disposal_clearanceDate .dropdown-toggle[data-id=instruction_overrideDate_year],
#content-extranet #instruction_disposal_clearanceDate .dropdown-toggle[data-id=instruction_collection_garageContactDate_year],
#content-extranet #instruction_disposal_clearanceDate .dropdown-toggle[data-id=instruction_collection_collectionDate_year],
#content-extranet #instruction_disposal_clearanceDate .dropdown-toggle[data-id=instruction_collection_roadFundLicencePostedDate_year],
#content-extranet #instruction_disposal_clearanceDate .dropdown-toggle[data-id=instruction_collection_storageCostsPaidDate_year],
#content-extranet #instruction_disposal_clearanceDate .dropdown-toggle[data-id=instruction_disposal_clearanceDate_year],
#content-extranet #instruction_disposal_clearanceDate .dropdown-toggle[data-id=instruction_disposal_dvlaInformedDate_year],
#content-extranet #instruction_disposal_clearanceDate .dropdown-toggle[data-id=instruction_disposal_vehicleDestroyedDate_year],
#content-extranet #instruction_disposal_clearanceDate .dropdown-toggle[data-id=instruction_sale_saleAcceptanceDate],
#content-extranet #instruction_disposal_clearanceDate .dropdown-toggle[data-id=instruction_sale_paidDate],
#content-extranet #instruction_disposal_clearanceDate .dropdown-toggle[data-id=instruction_sale_collectedDate],
#content-extranet #instruction_disposal_clearanceDate .dropdown-toggle[data-id=instruction_sale_saleStartDateTime_date],
#content-extranet #instruction_disposal_clearanceDate .dropdown-toggle[data-id=instruction_sale_auction_endDateTime_date],
#content-extranet #instruction_disposal_dvlaInformedDate .dropdown-toggle[data-id=instruction_overrideDate_year],
#content-extranet #instruction_disposal_dvlaInformedDate .dropdown-toggle[data-id=instruction_collection_garageContactDate_year],
#content-extranet #instruction_disposal_dvlaInformedDate .dropdown-toggle[data-id=instruction_collection_collectionDate_year],
#content-extranet #instruction_disposal_dvlaInformedDate .dropdown-toggle[data-id=instruction_collection_roadFundLicencePostedDate_year],
#content-extranet #instruction_disposal_dvlaInformedDate .dropdown-toggle[data-id=instruction_collection_storageCostsPaidDate_year],
#content-extranet #instruction_disposal_dvlaInformedDate .dropdown-toggle[data-id=instruction_disposal_clearanceDate_year],
#content-extranet #instruction_disposal_dvlaInformedDate .dropdown-toggle[data-id=instruction_disposal_dvlaInformedDate_year],
#content-extranet #instruction_disposal_dvlaInformedDate .dropdown-toggle[data-id=instruction_disposal_vehicleDestroyedDate_year],
#content-extranet #instruction_disposal_dvlaInformedDate .dropdown-toggle[data-id=instruction_sale_saleAcceptanceDate],
#content-extranet #instruction_disposal_dvlaInformedDate .dropdown-toggle[data-id=instruction_sale_paidDate],
#content-extranet #instruction_disposal_dvlaInformedDate .dropdown-toggle[data-id=instruction_sale_collectedDate],
#content-extranet #instruction_disposal_dvlaInformedDate .dropdown-toggle[data-id=instruction_sale_saleStartDateTime_date],
#content-extranet #instruction_disposal_dvlaInformedDate .dropdown-toggle[data-id=instruction_sale_auction_endDateTime_date],
#content-extranet #instruction_disposal_vehicleDestroyedDate .dropdown-toggle[data-id=instruction_overrideDate_year],
#content-extranet #instruction_disposal_vehicleDestroyedDate .dropdown-toggle[data-id=instruction_collection_garageContactDate_year],
#content-extranet #instruction_disposal_vehicleDestroyedDate .dropdown-toggle[data-id=instruction_collection_collectionDate_year],
#content-extranet #instruction_disposal_vehicleDestroyedDate .dropdown-toggle[data-id=instruction_collection_roadFundLicencePostedDate_year],
#content-extranet #instruction_disposal_vehicleDestroyedDate .dropdown-toggle[data-id=instruction_collection_storageCostsPaidDate_year],
#content-extranet #instruction_disposal_vehicleDestroyedDate .dropdown-toggle[data-id=instruction_disposal_clearanceDate_year],
#content-extranet #instruction_disposal_vehicleDestroyedDate .dropdown-toggle[data-id=instruction_disposal_dvlaInformedDate_year],
#content-extranet #instruction_disposal_vehicleDestroyedDate .dropdown-toggle[data-id=instruction_disposal_vehicleDestroyedDate_year],
#content-extranet #instruction_disposal_vehicleDestroyedDate .dropdown-toggle[data-id=instruction_sale_saleAcceptanceDate],
#content-extranet #instruction_disposal_vehicleDestroyedDate .dropdown-toggle[data-id=instruction_sale_paidDate],
#content-extranet #instruction_disposal_vehicleDestroyedDate .dropdown-toggle[data-id=instruction_sale_collectedDate],
#content-extranet #instruction_disposal_vehicleDestroyedDate .dropdown-toggle[data-id=instruction_sale_saleStartDateTime_date],
#content-extranet #instruction_disposal_vehicleDestroyedDate .dropdown-toggle[data-id=instruction_sale_auction_endDateTime_date],
#content-extranet #instruction_sale_saleAcceptanceDate .dropdown-toggle[data-id=instruction_overrideDate_year],
#content-extranet #instruction_sale_saleAcceptanceDate .dropdown-toggle[data-id=instruction_collection_garageContactDate_year],
#content-extranet #instruction_sale_saleAcceptanceDate .dropdown-toggle[data-id=instruction_collection_collectionDate_year],
#content-extranet #instruction_sale_saleAcceptanceDate .dropdown-toggle[data-id=instruction_collection_roadFundLicencePostedDate_year],
#content-extranet #instruction_sale_saleAcceptanceDate .dropdown-toggle[data-id=instruction_collection_storageCostsPaidDate_year],
#content-extranet #instruction_sale_saleAcceptanceDate .dropdown-toggle[data-id=instruction_disposal_clearanceDate_year],
#content-extranet #instruction_sale_saleAcceptanceDate .dropdown-toggle[data-id=instruction_disposal_dvlaInformedDate_year],
#content-extranet #instruction_sale_saleAcceptanceDate .dropdown-toggle[data-id=instruction_disposal_vehicleDestroyedDate_year],
#content-extranet #instruction_sale_saleAcceptanceDate .dropdown-toggle[data-id=instruction_sale_saleAcceptanceDate],
#content-extranet #instruction_sale_saleAcceptanceDate .dropdown-toggle[data-id=instruction_sale_paidDate],
#content-extranet #instruction_sale_saleAcceptanceDate .dropdown-toggle[data-id=instruction_sale_collectedDate],
#content-extranet #instruction_sale_saleAcceptanceDate .dropdown-toggle[data-id=instruction_sale_saleStartDateTime_date],
#content-extranet #instruction_sale_saleAcceptanceDate .dropdown-toggle[data-id=instruction_sale_auction_endDateTime_date],
#content-extranet #instruction_sale_paidDate .dropdown-toggle[data-id=instruction_overrideDate_year],
#content-extranet #instruction_sale_paidDate .dropdown-toggle[data-id=instruction_collection_garageContactDate_year],
#content-extranet #instruction_sale_paidDate .dropdown-toggle[data-id=instruction_collection_collectionDate_year],
#content-extranet #instruction_sale_paidDate .dropdown-toggle[data-id=instruction_collection_roadFundLicencePostedDate_year],
#content-extranet #instruction_sale_paidDate .dropdown-toggle[data-id=instruction_collection_storageCostsPaidDate_year],
#content-extranet #instruction_sale_paidDate .dropdown-toggle[data-id=instruction_disposal_clearanceDate_year],
#content-extranet #instruction_sale_paidDate .dropdown-toggle[data-id=instruction_disposal_dvlaInformedDate_year],
#content-extranet #instruction_sale_paidDate .dropdown-toggle[data-id=instruction_disposal_vehicleDestroyedDate_year],
#content-extranet #instruction_sale_paidDate .dropdown-toggle[data-id=instruction_sale_saleAcceptanceDate],
#content-extranet #instruction_sale_paidDate .dropdown-toggle[data-id=instruction_sale_paidDate],
#content-extranet #instruction_sale_paidDate .dropdown-toggle[data-id=instruction_sale_collectedDate],
#content-extranet #instruction_sale_paidDate .dropdown-toggle[data-id=instruction_sale_saleStartDateTime_date],
#content-extranet #instruction_sale_paidDate .dropdown-toggle[data-id=instruction_sale_auction_endDateTime_date],
#content-extranet #instruction_sale_collectedDate .dropdown-toggle[data-id=instruction_overrideDate_year],
#content-extranet #instruction_sale_collectedDate .dropdown-toggle[data-id=instruction_collection_garageContactDate_year],
#content-extranet #instruction_sale_collectedDate .dropdown-toggle[data-id=instruction_collection_collectionDate_year],
#content-extranet #instruction_sale_collectedDate .dropdown-toggle[data-id=instruction_collection_roadFundLicencePostedDate_year],
#content-extranet #instruction_sale_collectedDate .dropdown-toggle[data-id=instruction_collection_storageCostsPaidDate_year],
#content-extranet #instruction_sale_collectedDate .dropdown-toggle[data-id=instruction_disposal_clearanceDate_year],
#content-extranet #instruction_sale_collectedDate .dropdown-toggle[data-id=instruction_disposal_dvlaInformedDate_year],
#content-extranet #instruction_sale_collectedDate .dropdown-toggle[data-id=instruction_disposal_vehicleDestroyedDate_year],
#content-extranet #instruction_sale_collectedDate .dropdown-toggle[data-id=instruction_sale_saleAcceptanceDate],
#content-extranet #instruction_sale_collectedDate .dropdown-toggle[data-id=instruction_sale_paidDate],
#content-extranet #instruction_sale_collectedDate .dropdown-toggle[data-id=instruction_sale_collectedDate],
#content-extranet #instruction_sale_collectedDate .dropdown-toggle[data-id=instruction_sale_saleStartDateTime_date],
#content-extranet #instruction_sale_collectedDate .dropdown-toggle[data-id=instruction_sale_auction_endDateTime_date],
#content-extranet #instruction_sale_saleStartDateTime_date .dropdown-toggle[data-id=instruction_overrideDate_year],
#content-extranet #instruction_sale_saleStartDateTime_date .dropdown-toggle[data-id=instruction_collection_garageContactDate_year],
#content-extranet #instruction_sale_saleStartDateTime_date .dropdown-toggle[data-id=instruction_collection_collectionDate_year],
#content-extranet #instruction_sale_saleStartDateTime_date .dropdown-toggle[data-id=instruction_collection_roadFundLicencePostedDate_year],
#content-extranet #instruction_sale_saleStartDateTime_date .dropdown-toggle[data-id=instruction_collection_storageCostsPaidDate_year],
#content-extranet #instruction_sale_saleStartDateTime_date .dropdown-toggle[data-id=instruction_disposal_clearanceDate_year],
#content-extranet #instruction_sale_saleStartDateTime_date .dropdown-toggle[data-id=instruction_disposal_dvlaInformedDate_year],
#content-extranet #instruction_sale_saleStartDateTime_date .dropdown-toggle[data-id=instruction_disposal_vehicleDestroyedDate_year],
#content-extranet #instruction_sale_saleStartDateTime_date .dropdown-toggle[data-id=instruction_sale_saleAcceptanceDate],
#content-extranet #instruction_sale_saleStartDateTime_date .dropdown-toggle[data-id=instruction_sale_paidDate],
#content-extranet #instruction_sale_saleStartDateTime_date .dropdown-toggle[data-id=instruction_sale_collectedDate],
#content-extranet #instruction_sale_saleStartDateTime_date .dropdown-toggle[data-id=instruction_sale_saleStartDateTime_date],
#content-extranet #instruction_sale_saleStartDateTime_date .dropdown-toggle[data-id=instruction_sale_auction_endDateTime_date],
#content-extranet #instruction_sale_auction_endDateTime_date .dropdown-toggle[data-id=instruction_overrideDate_year],
#content-extranet #instruction_sale_auction_endDateTime_date .dropdown-toggle[data-id=instruction_collection_garageContactDate_year],
#content-extranet #instruction_sale_auction_endDateTime_date .dropdown-toggle[data-id=instruction_collection_collectionDate_year],
#content-extranet #instruction_sale_auction_endDateTime_date .dropdown-toggle[data-id=instruction_collection_roadFundLicencePostedDate_year],
#content-extranet #instruction_sale_auction_endDateTime_date .dropdown-toggle[data-id=instruction_collection_storageCostsPaidDate_year],
#content-extranet #instruction_sale_auction_endDateTime_date .dropdown-toggle[data-id=instruction_disposal_clearanceDate_year],
#content-extranet #instruction_sale_auction_endDateTime_date .dropdown-toggle[data-id=instruction_disposal_dvlaInformedDate_year],
#content-extranet #instruction_sale_auction_endDateTime_date .dropdown-toggle[data-id=instruction_disposal_vehicleDestroyedDate_year],
#content-extranet #instruction_sale_auction_endDateTime_date .dropdown-toggle[data-id=instruction_sale_saleAcceptanceDate],
#content-extranet #instruction_sale_auction_endDateTime_date .dropdown-toggle[data-id=instruction_sale_paidDate],
#content-extranet #instruction_sale_auction_endDateTime_date .dropdown-toggle[data-id=instruction_sale_collectedDate],
#content-extranet #instruction_sale_auction_endDateTime_date .dropdown-toggle[data-id=instruction_sale_saleStartDateTime_date],
#content-extranet #instruction_sale_auction_endDateTime_date .dropdown-toggle[data-id=instruction_sale_auction_endDateTime_date] {
  margin-right: 0;
}
#content-extranet #instruction_overrideDate:after,
#content-extranet #instruction_collection_garageContactDate:after,
#content-extranet #instruction_collection_collectionDate:after,
#content-extranet #instruction_collection_roadFundLicencePostedDate:after,
#content-extranet #instruction_collection_storageCostsPaidDate:after,
#content-extranet #instruction_disposal_clearanceDate:after,
#content-extranet #instruction_disposal_dvlaInformedDate:after,
#content-extranet #instruction_disposal_vehicleDestroyedDate:after,
#content-extranet #instruction_sale_saleAcceptanceDate:after,
#content-extranet #instruction_sale_paidDate:after,
#content-extranet #instruction_sale_collectedDate:after,
#content-extranet #instruction_sale_saleStartDateTime_date:after,
#content-extranet #instruction_sale_auction_endDateTime_date:after {
  display: block;
  content: "";
  clear: both;
  height: 0;
  line-height: 0;
  font-size: 0;
}
#content-extranet #instruction_sale_saleStartDateTime_time,
#content-extranet #instruction_sale_auction_endDateTime_time {
  padding-top: 15px;
}
#content-extranet #instruction_sale_saleStartDateTime_time .dropdown,
#content-extranet #instruction_sale_auction_endDateTime_time .dropdown {
  float: left;
  width: calc(50% - 17px);
  margin-right: 10px;
}
#content-extranet #instruction_sale_saleStartDateTime_time .dropdown[data-id=instruction_sale_saleStartDateTime_time_minute], #content-extranet #instruction_sale_saleStartDateTime_time .dropdown[data-id=instruction_sale_auction_endDateTime_time_minute],
#content-extranet #instruction_sale_auction_endDateTime_time .dropdown[data-id=instruction_sale_saleStartDateTime_time_minute],
#content-extranet #instruction_sale_auction_endDateTime_time .dropdown[data-id=instruction_sale_auction_endDateTime_time_minute] {
  margin-right: 0;
}
#content-extranet #instruction_sale_saleStartDateTime_time .dropdown:last-child,
#content-extranet #instruction_sale_auction_endDateTime_time .dropdown:last-child {
  float: right;
}
#content-extranet #instruction_sale_saleStartDateTime_time:after,
#content-extranet #instruction_sale_auction_endDateTime_time:after {
  display: block;
  content: "";
  clear: both;
  height: 0;
  line-height: 0;
  font-size: 0;
}
#content-extranet #instructionSaleDamage {
  position: relative;
  height: 150px;
  width: 300px;
}
#content-extranet #instructionSaleDamage .instructionSaleDamageArea {
  display: block;
  position: absolute;
}
#content-extranet #instructionSaleDamage .instructionSaleDamageArea.area1 {
  left: 78px;
  top: 25px;
}
#content-extranet #instructionSaleDamage .instructionSaleDamageArea.area2 {
  left: 143px;
  top: 20px;
}
#content-extranet #instructionSaleDamage .instructionSaleDamageArea.area3 {
  right: 78px;
  top: 25px;
}
#content-extranet #instructionSaleDamage .instructionSaleDamageArea.area4 {
  right: 57px;
  top: 64px;
}
#content-extranet #instructionSaleDamage .instructionSaleDamageArea.area5 {
  top: 99px;
  right: 78px;
}
#content-extranet #instructionSaleDamage .instructionSaleDamageArea.area6 {
  top: 105px;
  left: 143px;
}
#content-extranet #instructionSaleDamage .instructionSaleDamageArea.area7 {
  top: 99px;
  left: 78px;
}
#content-extranet #instructionSaleDamage .instructionSaleDamageArea.area8 {
  top: 64px;
  left: 58px;
}
#content-extranet #instructionSaleDamage img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
#content-extranet .tab-pane#images h3 {
  color: #8d8d8d;
  margin-bottom: 1em;
  font-size: 1.5em;
}
#content-extranet .tab-pane#images .instructionImageHolder {
  position: relative;
  cursor: pointer;
  margin-bottom: 15px;
}
#content-extranet .tab-pane#images .instructionImageHolder .dummy {
  margin-top: 100%;
  display: block;
}
#content-extranet .tab-pane#images .instructionImageHolder .dummy a.dummy-download {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
}
#content-extranet .tab-pane#images .instructionImageHolder .in {
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  bottom: 0;
  border: 1px solid #d6d6d6;
  background-color: #f8f8f8;
  overflow: hidden;
}
#content-extranet .tab-pane#images .instructionImageHolder .in i.fas, #content-extranet .tab-pane#images .instructionImageHolder .in i.far, #content-extranet .tab-pane#images .instructionImageHolder .in i.fa {
  font-size: 3vw;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
#content-extranet .tab-pane#images .instructionImageHolder .in .top-actions {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: white;
  padding: 5px;
}
#content-extranet .tab-pane#images .instructionImageHolder .in .top-actions input {
  max-width: 100%;
}
#content-extranet .tab-pane#images .instructionImageHolder .in .actions {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: white;
  padding: 5px;
  border-top: 1px solid #8d8d8d;
  /**display:flex;**/
  display: none;
}
#content-extranet .tab-pane#images .instructionImageHolder .in .actions a {
  color: #8d8d8d;
  position: relative;
  flex: 1;
  display: block;
  line-height: 10px;
}
#content-extranet .tab-pane#images .instructionImageHolder .in .actions i.fas, #content-extranet .tab-pane#images .instructionImageHolder .in .actions i.fa {
  position: relative;
  font-size: 14px;
}
#content-extranet .tab-pane#images .instructionImageHolder .in:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
#content-extranet .tab-pane#images .instructionImageHolder .in:hover .actions {
  display: flex;
}
#content-extranet .tab-pane#images .instructionImageHolder .in:hover .add {
  color: white;
}
#content-extranet .tab-pane#images .instructionImageHolder .in img {
  max-width: 100%;
  width: 100%;
  height: auto;
  margin: auto;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
#content-extranet .tab-pane#images .instructionImageHolder .in .add {
  position: relative;
  font-size: 1.5em;
  color: #8f8f8f;
  font-weight: 600;
  top: 50%;
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
}
#content-extranet .tab-pane#images .instructionVideoHolder {
  position: relative;
  cursor: pointer;
  margin-bottom: 15px;
}
#content-extranet .tab-pane#images .instructionVideoHolder .dummy {
  margin-top: 100%;
  display: block;
}
#content-extranet .tab-pane#images .instructionVideoHolder .in {
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  bottom: 0;
  border: 1px solid #d6d6d6;
  background-color: #f8f8f8;
  overflow: hidden;
}
#content-extranet .tab-pane#images .instructionVideoHolder .in i.fas, #content-extranet .tab-pane#images .instructionVideoHolder .in i.far, #content-extranet .tab-pane#images .instructionVideoHolder .in i.fa {
  font-size: 3vw;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
#content-extranet .tab-pane#images .instructionVideoHolder .in .actions {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: white;
  padding: 5px;
  border-top: 1px solid #8d8d8d;
  /**display:flex;**/
  display: none;
}
#content-extranet .tab-pane#images .instructionVideoHolder .in .actions a {
  color: #8d8d8d;
  position: relative;
  flex: 1;
  display: block;
  line-height: 10px;
}
#content-extranet .tab-pane#images .instructionVideoHolder .in .actions i.fas, #content-extranet .tab-pane#images .instructionVideoHolder .in .actions i.fa {
  position: relative;
  font-size: 14px;
}
#content-extranet .tab-pane#images .instructionVideoHolder .in:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
#content-extranet .tab-pane#images .instructionVideoHolder .in:hover .actions {
  display: flex;
}
#content-extranet .tab-pane#images .instructionVideoHolder .in:hover .add {
  color: white;
}
#content-extranet .tab-pane#images .instructionVideoHolder .in video {
  max-width: 100%;
  width: 100%;
  height: auto;
  margin: auto;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
#content-extranet .tab-pane#images .instructionVideoHolder .in .add {
  position: relative;
  font-size: 1.5em;
  color: #8f8f8f;
  font-weight: 600;
  top: 50%;
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
}
#content-extranet #instructionLogsTable_wrapper .dataTables_info {
  display: none;
}
#content-extranet #instructionLogsTable_wrapper .dataTables_paginate a {
  cursor: pointer;
  color: #172059;
  border: 1px solid #d3d9df;
  display: inline-block;
  position: relative;
  padding: 0.5rem 0.75rem;
  text-decoration: none;
}
#content-extranet #instructionLogsTable_wrapper .dataTables_paginate a:hover {
  background-color: #172059;
  color: white;
  text-decoration: none;
}
#content-extranet #instructionLogsTable_wrapper .dataTables_paginate a.current {
  background-color: #172059;
  color: white;
}
#content-extranet #instructionLogsTable_wrapper .dataTables_paginate a:last-child {
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

/**
* Extranet bids
*/
#content-extranet #form_dateTime_date .dropdown-toggle,
#content-extranet #bid_dateTime_date .dropdown-toggle {
  float: left;
  width: calc(31.33% - 4px);
  margin-right: 10px;
}
#content-extranet #form_dateTime_date .dropdown-toggle[data-id=form_dateTime_date],
#content-extranet #bid_dateTime_date .dropdown-toggle[data-id=form_dateTime_date] {
  margin-right: 0;
}
#content-extranet #form_dateTime_date:after,
#content-extranet #bid_dateTime_date:after {
  display: block;
  content: "";
  clear: both;
  height: 0;
  line-height: 0;
  font-size: 0;
}
#content-extranet #form_dateTime_time,
#content-extranet #bid_dateTime_time {
  padding-top: 15px;
}
#content-extranet #form_dateTime_time .dropdown,
#content-extranet #bid_dateTime_time .dropdown {
  float: left;
  width: calc(50% - 17px);
  margin-right: 10px;
}
#content-extranet #form_dateTime_time .dropdown[data-id=form_dateTime_time],
#content-extranet #bid_dateTime_time .dropdown[data-id=form_dateTime_time] {
  margin-right: 0;
}
#content-extranet #form_dateTime_time .dropdown:last-child,
#content-extranet #bid_dateTime_time .dropdown:last-child {
  float: right;
}
#content-extranet #form_dateTime_time:after,
#content-extranet #bid_dateTime_time:after {
  display: block;
  content: "";
  clear: both;
  height: 0;
  line-height: 0;
  font-size: 0;
}

/**
* Extranet Listings
*/
#content-extranet #bulkActions {
  margin-bottom: 2em;
}

/**
* General form style
*/
.form-group label {
  color: #4b4b4b;
  font-size: 0.85em;
  font-weight: bold;
}
.form-group .req {
  color: #ff711b;
}
.form-group input[type=file] {
  width: 100%;
  display: block;
}
.form-group .form-control {
  background-color: #efefef;
  font-size: 15px;
  color: #4b4b4b;
  border: 1px solid #e0e0e0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 0.5em 1em;
}
.form-group .form-control:read-only:not(.js-datepicker):not(.js-datetimepicker-sale-datetime) {
  background-color: white;
  border: 0;
}
.form-group .form-control:read-only:not(.js-datepicker):not(.js-datetimepicker-sale-datetime):focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
  outline: none;
}
.form-group .form-check {
  padding-left: 0;
}
.form-group .form-check label {
  display: block;
}
.form-group .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  display: block;
  width: 100%;
}
.form-group .bootstrap-select .dropdown-toggle {
  background-color: #f8f8f8;
  color: #4b4b4b;
  font-size: 0.85em;
  border: 1px solid #d6d6d6;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 0.5em 1em;
  /*height: calc(1.5em + .75rem + 2px);*/
  height: auto;
}
.form-group .dropdown-menu li a {
  font-size: 0.85em;
  color: #4b4b4b;
}
.form-group .dropdown-item.active, .form-group .dropdown-item:active {
  background-color: #4b4b4b;
  color: white;
}

/**
* General Button Style
*/
.btn:not(.dropdown-toggle) {
  padding: 0 25px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 55px;
  text-transform: uppercase;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.btn:not(.dropdown-toggle).btn-primary {
  background-color: #ff711b;
  border: 1px solid #ff995c;
}
.btn:not(.dropdown-toggle).btn-primary:hover {
  background-color: #5086df;
  border-color: #6f99df;
}
.btn:not(.dropdown-toggle).btn-secondary {
  background-color: #5086df;
  border: 1px solid #6f99df;
}
.btn:not(.dropdown-toggle).btn-secondary:hover {
  background-color: #ff711b;
  border-color: #ff995c;
}

.btn.btn-full {
  width: 100%;
}

/**
* Main footer
 */
footer#mainFooter {
  background-color: #1e2b69;
  padding-top: 10px;
  padding-bottom: 10px;
  color: white;
}
footer#mainFooter h3 {
  font-size: 25px;
  margin-bottom: 15px;
  font-weight: 700;
}
footer#mainFooter p {
  font-size: 1em;
  margin-bottom: 11px;
  line-height: 1.2em;
  font-weight: 300;
}
footer#mainFooter a {
  color: #ff6c19;
  font-weight: 700;
}

/**
* Bottom Footer
*/
footer#bottomFooter {
  background-color: #1e2b69;
  border-top: 1px solid white;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 10px;
  padding-bottom: 10px;
  color: #dbdbdb;
  font-size: 14px;
}
footer#bottomFooter ul {
  padding: 0;
  margin: 0;
}
footer#bottomFooter ul li {
  display: initial;
  width: auto;
  list-style: none;
  margin-right: 13px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 300;
}
footer#bottomFooter ul li:after {
  content: "|";
  margin-left: 15px;
}
footer#bottomFooter ul li:last-child {
  margin-right: 0;
}
footer#bottomFooter ul li:last-child:after {
  content: "";
  margin-left: 0;
}
footer#bottomFooter ul li a {
  color: #dbdbdb;
}
footer#bottomFooter ul li a:hover {
  text-decoration: none;
}

/**
* Listing tables
*/
.table-primary {
  background-color: white;
}
.table-primary td,
.table-primary th {
  background-color: white;
  border: 0;
}
.table-primary thead th {
  border: 0;
  text-align: start;
  font-weight: 700;
  padding: 8px 12px;
  vertical-align: top;
  font-size: 14px;
  white-space: nowrap;
}
.table-primary thead th a {
  color: black;
  text-decoration: none;
  position: relative;
}
.table-primary thead th a i {
  position: relative;
}
.table-primary thead th a i.fa-sort-up {
  top: 4px;
}
.table-primary thead th a i.fa-sort-down {
  top: -2px;
}
.table-primary thead th a:hover {
  text-decoration: underline;
}
.table-primary tbody tr td {
  background-color: #efefef;
  text-align: start;
  font-size: 14px;
  vertical-align: middle;
  white-space: nowrap;
}
.table-primary tbody tr td.table-icons {
  text-align: center;
}
.table-primary tbody tr td.table-icons a {
  display: inline-block;
  margin-right: 10px;
  color: #2e2e37;
}
.table-primary tbody tr.hold-processing td {
  /**text-decoration: line-through;**/
  color: grey;
}
.table-primary tbody tr:nth-child(even) td {
  background-color: #f9f9f9;
}

/**
* Pagination
*/
.pagination .page-item .page-link {
  color: #172059;
  border: 1px solid #d3d9df;
}
.pagination .page-item .page-link:hover {
  background-color: #172059;
  color: white;
}
.pagination .page-item.active .page-link {
  background-color: #172059;
  color: white;
}
.pagination .page-item:last-child .page-link {
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

/**
* Login Modal
*/
#loginModal {
  background-color: #172059;
}
#loginModal .modal-dialog {
  max-width: none;
}
#loginModal .modal-content {
  background-color: #172059;
  color: white;
  border: 0;
}
#loginModal .modal-content input[type=text],
#loginModal .modal-content input[type=password] {
  height: 50px;
  padding: 0 20px;
  font-size: 15px;
}
#loginModal .modal-content .form-group {
  padding-top: 10px;
}
#loginModal .modal-content h4 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 5px;
}
#loginModal .modal-content button[type=submit] {
  width: 200px;
  height: 47px;
  line-height: 45px;
  margin-top: 10px;
}
#loginModal .modal-content p {
  font-size: 18px;
}
#loginModal .modal-content #loginModalLeft {
  margin-left: 16.66666667%;
}
#loginModal .modal-content #loginModalLeft a {
  color: white;
  display: inline-block;
  margin-left: 20px;
  text-align: right;
  top: 7px;
  position: relative;
}
#loginModal .modal-content #loginModalLeft a:hover {
  opacity: 0.7;
  text-decoration: none;
}
#loginModal .modal-content #loginModalRight {
  margin-left: 8.33333333%;
}
#loginModal .modal-content #loginModalRight #loginModalRegister {
  width: 200px;
  height: 47px;
  line-height: 45px;
  margin-top: 10px;
  display: block;
}

/**
 * Forgot password modal
 */
#forgotPasswordModal {
  background-color: #172059;
}
#forgotPasswordModal .modal-dialog {
  max-width: none;
}
#forgotPasswordModal .modal-content {
  background-color: #172059;
  color: white;
  border: 0;
}
#forgotPasswordModal .modal-content input[type=text],
#forgotPasswordModal .modal-content input[type=password] {
  height: 50px;
  padding: 0 20px;
  font-size: 15px;
}
#forgotPasswordModal .modal-content .form-group {
  padding-top: 10px;
}
#forgotPasswordModal .modal-content h4 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 5px;
}
#forgotPasswordModal .modal-content button[type=submit] {
  width: 200px;
  height: 47px;
  line-height: 45px;
  margin-top: 10px;
  margin-bottom: 10px;
}
#forgotPasswordModal .modal-content p {
  font-size: 18px;
}
#forgotPasswordModal .modal-content #forgotPasswordModalInner {
  margin-left: 16.66666667%;
}
#forgotPasswordModal .modal-content #forgotPasswordModalInner a {
  color: white;
  display: inline-block;
  margin-left: 20px;
  text-align: right;
  top: 7px;
  position: relative;
}
#forgotPasswordModal .modal-content #forgotPasswordModalInner a:hover {
  opacity: 0.7;
  text-decoration: none;
}

/**
 * Enquiry form
 */
.enquiry-form .form-control {
  background-color: #212d7a;
  border: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 20px;
  color: white;
}
.enquiry-form .form-control::placeholder {
  color: white;
}
.enquiry-form .btn {
  width: 100%;
  line-height: 40px;
}
.enquiry-form #enquiryMessageWrap {
  padding-bottom: 15px;
}
.enquiry-form #enquiryMessageWrap textarea {
  height: 100%;
  min-height: 100%;
}

/**
* Other
*/
.dot {
  color: #ff6c19;
}

.noPadLeft {
  padding-left: 0;
}

.submitButton,
.cancelButton,
.printButton,
.printReleaseButton {
  margin-top: 25px;
}
.submitButton.fullWidth,
.cancelButton.fullWidth,
.printButton.fullWidth,
.printReleaseButton.fullWidth {
  width: 100%;
}

/**
* Tabs
 */
.nav-tabs .nav-item.hidden {
  display: none;
}

/**
Terms and Conditions styles
 */
ul#termsAndConditionsList {
  padding: 0;
}
ul#termsAndConditionsList > li {
  display: flex;
  list-style: none;
  margin-bottom: 5px;
}
ul#termsAndConditionsList > li span {
  margin-right: 5px;
}

#mobileMenuWrapper {
  position: relative;
}

#mobileNavigation {
  background-color: #172059;
  padding: 15px;
  border-bottom: 1px solid #ff711b;
  position: absolute;
  width: 100%;
  top: 75%;
}
#mobileNavigation > ul li a {
  color: #ffffff;
}
#mobileNavigation ul li .dropdown-menu a {
  color: #212529 !important;
}

.form-control:disabled {
  border-color: white;
  background-color: white;
}

#autoLogoutModal {
  z-index: 9999;
}

.ls_result_footer {
  display: none !important;
}

#instructionsTable tr {
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  #content-front #auctionSortBar #sortFormRight {
    text-align: left;
  }
  #content-front #auctionFilters {
    padding-right: 15px;
  }
  #content-front #auctionSortBar, #content-front #auctionTop {
    margin-bottom: 20px;
  }
  #content-front #auctionListing {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  #content-front #auctionListing #auctionListingList {
    padding-left: 15px;
    border: 0;
  }
  #content-front #auctionListing #auctionListingList .vehicle .auctionVehicleImage {
    height: 40vw;
  }
  #content-front #auctionsEndingSoon #auctionEndingSoonListing #auctionEndingSoonListingList .vehicle .auctionVehicleImage {
    height: 40vw;
  }
  #content-front #vehicleDetails .vehicleInfoLeft {
    padding-left: 15px !important;
  }
  #content-front #vehicleDetails #vehicleDetailsRight {
    padding-top: 20px;
    padding-left: 15px;
  }
  #content-front #vehicleDetails #vehicleDetailsRight #vehiclePrice .priceCol {
    padding-left: 15px;
  }
  #content-front #vehicleDetails #vehicleDetailsRight #vehiclePrice .priceCol #bidButton {
    margin-top: 20px;
  }
  #content-front #vehicleDamage {
    padding-bottom: 20px;
  }
  #content-front #vehicleDamage .damageColumn {
    border-right: 0;
  }
  #content-front #buyForm {
    margin-top: 40px;
  }

  #loginModal .modal-content #loginModalLeft {
    margin-left: 0;
    margin-bottom: 20px;
  }
  #loginModal .modal-content #loginModalLeft a {
    margin-left: 0;
  }
  #loginModal .modal-content #loginModalRight {
    margin-left: 0;
  }

  #content-front #registerLeft {
    padding-right: 15px;
  }

  #loginModal .modal-content {
    margin-top: 20vw;
  }
}
.mfp-wrap {
  z-index: 9999;
}

@media screen and (max-width: 768px) {
  #sidebarWrap {
    display: block;
    margin: 0;
  }
  #sidebarWrap #mobileSideButton {
    display: block;
    margin: 15px 0 0 30px;
  }
  #sidebarWrap #mobileSideButton span {
    display: block;
    width: 35px;
    height: 5px;
    background-color: black;
    margin: 6px 0;
  }
  #sidebarWrap #sidebar-extranet {
    max-width: none !important;
    display: none;
  }
  #sidebarWrap #sidebar-extranet #recentlyViewed {
    display: none;
  }

  #content-extranet #instructionKeyInfo .row {
    margin-left: 0px;
    margin-right: 0;
  }
}
.pagination-pages button {
  padding: 10px 15px !important;
  background-color: #ff711b !important;
  border: 1px solid #ff995c !important;
  color: white !important;
}
.pagination-pages .pagination-nav {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 12px;
  align-items: center;
}
.pagination-pages .pagination-nav li {
  padding: 0 8px;
}
.pagination-pages .pagination-nav li .form-group {
  margin-bottom: 0;
}
.pagination-pages .pagination-nav li a {
  display: block;
  background-color: #ff711b;
  border: 1px solid #ff995c;
  color: white;
  padding: 5px 16px;
  font-weight: bold;
}
.pagination-pages .pagination-nav li a:hover {
  text-decoration: none;
  background-color: #5086df;
  border-color: #6f99df;
}
.pagination-pages .pagination-nav li .ended {
  display: block;
  background-color: #ff711b;
  border: 1px solid #ff995c;
  color: white;
  padding: 5px 16px;
  font-weight: bold;
  opacity: 0.5;
}

/*# sourceMappingURL=style.css.map */
