﻿header h1,
header h2,
header h3,
header h4 {
  margin-top: 0;
}
header h2 {
  margin-bottom: 4px;
  font-size: 24px;
}
header h3,
header h4 {
  margin-bottom: 0;
}
header .list-inline {
  margin-bottom: 0;
}
.smaller {
  font-size: 85% !important;
}
.big {
  font-size: 121% !important;
}
.bigger {
  font-size: 185% !important;
}
.bottom-margin-10px {
  margin-bottom: 10px;
}
.font-weight-normal {
  font-weight: normal !important;
}
.bold {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
.underline {
  text-decoration: underline;
}
.strike {
  text-decoration: line-through;
}
.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.text-default {
  color: #333;
}
.text-white {
  color: #fff;
}
.text-orange {
  color: #eb9316;
}
.text-black {
  color: #000;
}
.text-faded {
  color: #b7b7b7;
}
.bg-light {
  background-color: #f8f9fa !important;
}
.fat-success {
  color: #419641;
}
.fat-bg-success {
  background-color: #419641;
}
.fat-info {
  color: #31708f;
}
.fat-bg-info {
  background-color: #31708f;
}
.fat-warning {
  color: #E77104;
}
.fat-bg-warning {
  background-color: #E77104;
}
.fat-danger {
  color: #c12e2a;
}
.fat-bg-danger {
  background-color: #c12e2a;
}
.fat-bg-black {
  background-color: #000;
}
.fat-bg-white {
  background-color: #fff;
}
.fat-bg-transparent {
  background-color: transparent;
}
a.fat-danger {
  color: #c12e2a;
}
a.fat-danger:hover {
  color: #821f1c;
}
a:hover .fat-warning {
  color: #E77104;
}
.fat-warning .label-primary {
  background-color: #E77104;
}
/* start: text alignment helpers (similar to BS4)*/
@media (min-width: 768px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
/* end: text alignment helpers (similar to BS4)*/
/* start: float helpers (similar to BS4)*/
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
@media (min-width: 768px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
/* end: float helpers (similar to BS4)*/
/* start: list helpers (similar to BS4) */
@media (min-width: 768px) {
  .list-sm-unstyled {
    padding-left: 0;
    list-style: none;
  }
  .list-sm-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
  }
  .list-sm-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (min-width: 992px) {
  .list-md-unstyled {
    padding-left: 0;
    list-style: none;
  }
  .list-md-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
  }
  .list-md-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (min-width: 1200px) {
  .list-lg-unstyled {
    padding-left: 0;
    list-style: none;
  }
  .list-lg-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
  }
  .list-lg-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
  }
}
/* end: list helpers (similar to BS4) */
/* start: spacing helpers [margin, padding] (similar to BS4) */
.m-0 {
  margin: 0 !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.ml-0 {
  margin-left: 0 !important;
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mr-1 {
  margin-right: 0.25rem !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1 {
  margin-left: 0.25rem !important;
}
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mr-2 {
  margin-right: 0.5rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2 {
  margin-left: 0.5rem !important;
}
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mr-3 {
  margin-right: 1rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.ml-3 {
  margin-left: 1rem !important;
}
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mr-4 {
  margin-right: 1.5rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4 {
  margin-left: 1.5rem !important;
}
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.mr-5 {
  margin-right: 3rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.ml-5 {
  margin-left: 3rem !important;
}
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto {
  margin-top: auto !important;
}
.mr-auto {
  margin-right: auto !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ml-auto {
  margin-left: auto !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pl-0 {
  padding-left: 0 !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1 {
  padding-top: 0.25rem !important;
}
.pr-1 {
  padding-right: 0.25rem !important;
}
.pb-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1 {
  padding-left: 0.25rem !important;
}
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pr-2 {
  padding-right: 0.5rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2 {
  padding-left: 0.5rem !important;
}
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3 {
  padding-top: 1rem !important;
}
.pr-3 {
  padding-right: 1rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.pl-3 {
  padding-left: 1rem !important;
}
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4 {
  padding-top: 1.5rem !important;
}
.pr-4 {
  padding-right: 1.5rem !important;
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4 {
  padding-left: 1.5rem !important;
}
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5 {
  padding-top: 3rem !important;
}
.pr-5 {
  padding-right: 3rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}
.pl-5 {
  padding-left: 3rem !important;
}
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
@media (min-width: 768px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0 {
    margin-left: 0 !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1 {
    margin-left: 0.25rem !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2 {
    margin-left: 0.5rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3 {
    margin-left: 1rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4 {
    margin-left: 1.5rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5 {
    margin-left: 3rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto {
    margin-left: auto !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0 {
    padding-left: 0 !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1 {
    padding-left: 0.25rem !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2 {
    padding-left: 0.5rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3 {
    padding-left: 1rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4 {
    padding-left: 1.5rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5 {
    padding-left: 3rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}
@media (min-width: 992px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0 {
    margin-left: 0 !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1 {
    margin-left: 0.25rem !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2 {
    margin-left: 0.5rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3 {
    margin-left: 1rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4 {
    margin-left: 1.5rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5 {
    margin-left: 3rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto {
    margin-left: auto !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0 {
    padding-left: 0 !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1 {
    padding-left: 0.25rem !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2 {
    padding-left: 0.5rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3 {
    padding-left: 1rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4 {
    padding-left: 1.5rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5 {
    padding-left: 3rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0 {
    margin-left: 0 !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1 {
    margin-left: 0.25rem !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2 {
    margin-left: 0.5rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3 {
    margin-left: 1rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4 {
    margin-left: 1.5rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5 {
    margin-left: 3rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto {
    margin-left: auto !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0 {
    padding-left: 0 !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1 {
    padding-left: 0.25rem !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2 {
    padding-left: 0.5rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3 {
    padding-left: 1rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4 {
    padding-left: 1.5rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5 {
    padding-left: 3rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}
/* end: spacing [margin, padding] helpers (similar to BS4) */
/* start: border helpers (similar to BS4) */
.border {
  border: 1px solid #dee2e6 !important;
  /*&-danger {
        border-color: @bs4-danger-color !important;
    }*/
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.border-left {
  border-left: 1px solid #dee2e6 !important;
}
.border-right {
  border-right: 1px solid #dee2e6 !important;
}
.border-primary {
  border-color: #337ab7 !important;
}
.border-transparent {
  border-color: transparent !important;
}
/* end: border helpers (similar to BS4) */
/* start: width/height helpers (similar to BS4) */
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-80 {
  width: 80% !important;
}
.w-90 {
  width: 90% !important;
}
.w-95 {
  width: 95% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
/* end: width helpers (similar to BS4) */
.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
/* start: BS4 display behaviors  */
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
@media (min-width: 768px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
/* end: BS4 display behaviors  */
/* start: BS4 flex behaviors */
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.flex-fill {
  -ms-flex: 1 1 0 !important;
  flex: 1 1 0 !important;
}
.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}
.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}
@media (min-width: 768px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 0 !important;
    flex: 1 1 0 !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
}
@media (min-width: 992px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 0 !important;
    flex: 1 1 0 !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
}
@media (min-width: 1200px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 0 !important;
    flex: 1 1 0 !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
}
.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
@media (min-width: 768px) {
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
}
@media (min-width: 992px) {
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
}
@media (min-width: 1200px) {
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
}
.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
@media (min-width: 768px) {
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
}
@media (min-width: 992px) {
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
}
@media (min-width: 1200px) {
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
}
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
@media (min-width: 768px) {
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
}
@media (min-width: 992px) {
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
}
@media (min-width: 1200px) {
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
}
.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}
@media (min-width: 768px) {
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
/* end: BS4 flexbehaviors (direct copy from dist/css)  */
/* start: BS4 alert (direct copy from dist/css)  */
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  text-shadow: none !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  background-image: none !important;
  background-repeat: no-repeat !important;
  filter: unset !important;
}
.alert-dismissable {
  padding-right: 4rem;
}
.alert-dismissable .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}
.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.alert-primary hr {
  border-top-color: #9fcdff;
}
.alert-primary .alert-link {
  color: #002752;
}
.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #202326;
}
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0b2e13;
}
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #491217;
}
.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}
.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}
/* end: BS4 alert (direct copy from dist/css)  */
/* start: close button overrides */
.close {
  float: right;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/* end: close button overrides */
/* start: progress bar overrides */
.progress-bar {
  transition: width 0.6s ease;
}
/* end: progress bar overrides */
/* start: sticky css */
.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.sticky:before,
.sticky:after {
  content: '';
  display: table;
}
/* end: sticky css */
.outline-0 {
  outline: 0 !important;
}
/* start: modal overrides */
.modal-header {
  padding-bottom: 0.5rem;
}
.modal-header .close {
  margin-top: 0.5rem;
}
.modal-header:before {
  content: url('/images/logos/onQ-mach-xs-logo-only.jpg') !important;
  float: left !important;
  margin-right: 3rem !important;
}
.modal-header > h4 {
  margin-top: 0.5rem;
}
@media (min-width: 768px) {
  .modal-xl {
    width: 728px;
  }
}
@media (min-width: 992px) {
  .modal-xl {
    width: 940px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    width: 1140px;
  }
}
.modal-full {
  width: auto;
}
@media (min-width: 768px) {
  .modal-full {
    width: 98%;
  }
}
/* end: modal overrides */
/* start: search form */
.search-form {
  margin-bottom: 1rem;
}
.search-form h4 {
  margin-bottom: 0.25rem !important;
}
.search-form .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.5rem 1.25rem;
  color: inherit;
  z-index: 101;
}
.search-form .form-row,
.search-form .form-group {
  margin-bottom: 0.5rem;
}
.search-form .form-actions {
  margin-top: 0.75rem;
}
/* end: search form */
/***************************************************************************************************************/
/***************************************************************************************************************/
/***************************************************************************************************************/
/***************************************************************************************************************/
/***************************************************************************************************************/
/***************************************************************************************************************/
/* start: hover helpers */
.hover:not(table):hover,
table.hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
/* end: hover helpers */
/***************************** Common Validation Styles: start **************************************/
.validation-summary-errors ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.validation-summary-errors span {
  display: block;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  color: inherit;
  /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  font-weight: bold;
  line-height: 1.1;
}
.validation-summary-valid {
  display: none;
}
/***************************** Common Validation Styles: end **************************************/
/***************************** Common Stat Styles: start **************************************/
.stat-timeframes {
  display: inline-block;
  margin-top: 4px;
}
.chart-container {
  position: relative;
  max-width: 100%;
}
.chart-container + .chart-title {
  margin-top: 20px;
}
.chart-container canvas {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
/***************************** Common Stat Styles: end **************************************/
/***************************** Canvas Styles: start **************************************/
.chart-data header > h4 {
  margin-bottom: 10px;
}
.chart-data h5.chart-title {
  text-align: center;
  font-weight: bold;
}
.chart-data .chart-container {
  position: relative;
  max-width: 100%;
}
.chart-data .chart-container + .chart-title {
  margin-top: 20px;
}
.chart-data .chart-container canvas {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.chart-data .chart-timeframes {
  margin-bottom: 0;
  margin-left: 0;
  text-align: right;
  padding: 5px 10px;
  border-bottom: 1px solid #ddd;
}
.chart-data .chart-timeframes li.active > a {
  color: #23527c;
  font-weight: bold;
  text-decoration: underline;
}
/***************************** Canvas Styles: end **************************************/
/******************************PACE STYLES ******************************************/
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.pace-inactive {
  display: none;
}
.pace .pace-progress {
  background: #E77104;
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 100%;
  width: 100%;
  height: 3px;
}
/*******************************PACE STYLES*/
.red {
  color: #f00;
}
a.red {
  color: #f00;
}
a.red:hover {
  color: #f00;
}
.purple {
  color: #6f5499;
}
.blue {
  color: #337ab7;
}
.js-descriptions .js-current span {
  color: #fff;
}
.row-sm,
.row-sm .row {
  margin-left: -3px;
  margin-right: -3px;
}
.row-sm div[class*="col-"] {
  padding-left: 3px;
  padding-right: 3px;
}
.row-xs,
.row-xs .row {
  margin-left: -1px;
  margin-right: -1px;
}
.row-xs div[class*="col-"] {
  padding-left: 1px;
  padding-right: 1px;
}
/*.nav-tabs {
    > li > a {
        background-color: #f9f9f9;
    }

    &.nav-tabs.nav-justified > li + li > a {
        margin-left: 2px;
    }
}*/
.nav-pills-sm > li > a {
  padding: 5px 7px;
}
.nav-pills-xs > li > a {
  padding: 0 3px;
}
.nav-tabs-sm > li > a {
  padding: 5px 7px;
  border: 1px dashed #ddd;
  border-bottom: 1px solid transparent;
}
.list-inline.list-condensed {
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
}
.list-inline.list-condensed > li {
  padding: 0;
}
.panel.panel-condensed,
.panel-collapse.panel-condensed {
  margin-bottom: 6px;
}
.panel.panel-condensed > .panel-heading,
.panel-collapse.panel-condensed > .panel-heading,
.panel.panel-condensed > .panel-body,
.panel-collapse.panel-condensed > .panel-body {
  padding: 5px 10px;
}
.panel.panel-strong,
.panel-collapse.panel-strong {
  border: 9px solid #FFD966;
  border-top: 0px;
}
.panel.panel-strong > .panel-heading,
.panel-collapse.panel-strong > .panel-heading {
  background-image: none;
  background-color: #FFD966;
}
.vertical-top {
  vertical-align: top !important;
}
.vertical-middle {
  vertical-align: middle !important;
}
.vertical-bottom {
  vertical-align: bottom !important;
}
.radio-list .radio {
  margin-top: 5px;
  margin-bottom: 5px;
}
.radio-list.radio-list-condensed .radio {
  margin-top: 0;
  margin-bottom: 0;
}
.checkbox-list .checkbox {
  margin-top: 5px;
  margin-bottom: 5px;
}
.checkbox-list.checkbox-list-condensed .checkbox {
  margin-top: 0;
  margin-bottom: 0;
}
div.radio label ul,
div.checkbox label ul {
  margin-bottom: 0;
  padding-left: 16px;
}
div.radio label ul:first-of-type,
div.checkbox label ul:first-of-type {
  padding-left: 0;
}
/*div.radio label ul:last-of-type,
div.checkbox label ul:last-of-type {
    margin-bottom: 10px;
}*/
table.btn-list tr > td {
  padding-bottom: 4px;
}
table.btn-list tr > td:first-of-type {
  width: 1px;
  white-space: nowrap;
  vertical-align: top;
}
table.btn-list tr > td:last-of-type {
  padding-left: 6px;
  vertical-align: middle;
}
[data-toggle="dynamic-content"] .loading-message {
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 5px;
}
[data-toggle="dynamic-content"].is-loading {
  min-height: 3em;
}
.form-group .errors .help-block:first-of-type,
.form-row .errors .help-block:first-of-type {
  margin-top: 6px;
}
.form-group .errors .help-block:last-of-type,
.form-row .errors .help-block:last-of-type {
  margin-bottom: 6px;
}
.radio.large label,
.checkbox.large label {
  padding-left: 24px;
}
.radio.large label input[type="checkbox"],
.checkbox.large label input[type="checkbox"] {
  width: 18px;
  height: 18px;
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
  margin-top: 1px;
  margin-left: -24px;
}
input[type="checkbox"].input-lg {
  width: 18px;
  height: 18px;
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}
/* start: listing price options */
.table-listing-prices {
  color: #ccc;
  margin-bottom: 4px;
}
.table-listing-prices > tbody > tr > td {
  padding: 2px 4px;
}
.table-listing-prices .selected-item {
  color: #000;
}
.table-listing-prices .selected-item .discount {
  color: #777;
}
/* end: listing price options */
.price-details .nav-tabs > li > a {
  padding: 5px 7px;
  border: 1px dashed #ddd;
  border-bottom: 1px solid transparent;
}
.price-details .tab-content {
  line-height: 1.2;
}
.price-details .tab-content .tab-pane {
  margin-top: 6px;
}
.price-details .tab-content .tab-pane .price-item {
  border: 1px solid #ddd;
  border-radius: 2px;
  padding: 2px;
}
.price-details .tab-content .tab-pane .price-item .list-unstyled:last-of-type {
  margin-bottom: 2px;
}
.sale-location-help {
  color: #777;
  font-style: italic;
}
.has-error .sale-location-help {
  color: inherit !important;
}
.mandatory-publish {
  margin-left: 6px;
  font-weight: normal;
  color: #E77104;
}
.mandatory-publish > i {
  padding-right: 4px;
}
.mandatory-publish > span {
  font-size: 12px;
}
.member-table {
  border: 1px solid #ddd;
  border-collapse: separate;
}
.member-table > thead > tr > th {
  text-transform: uppercase;
  font-weight: initial;
}
.member-table > tbody > tr > td.actions ul > li + li {
  margin-top: 2px;
}
.member-table > tbody > tr > td.actions section + section {
  margin-top: 12px;
}
div.table-row {
  display: table;
  width: 100%;
  border-spacing: 2px;
}
div.table-row div.table-cell {
  display: table-cell;
  width: auto;
  vertical-align: top;
}
div.table-row div.table-cell.fixed {
  width: 100%;
}
div.table-row div.table-cell.nowrap {
  white-space: nowrap;
}
div.table-row div.table-cell .static-text {
  margin-top: 7px;
  margin-bottom: 0;
}
div.table-row.no-space {
  border-spacing: 0;
}
div.table-row.no-space div.table-cell {
  padding-left: 2px;
  padding-right: 2px;
}
div.table-row.no-space div.table-cell:first-of-type {
  padding-left: 0;
}
div.table-row.no-space div.table-cell:last-of-type {
  padding-right: 0;
}
div.table-row.center-block {
  width: auto;
}
.invoice-details {
  margin-bottom: 10px;
}
.invoice-details table {
  margin-bottom: 10px;
}
.invoice-details table:last-of-type {
  margin-bottom: 0;
}
.invoice-details .invoice-message {
  color: #fff;
  padding: 0.2em 0.6em;
  text-align: center;
}
.invoice-details .invoice-message.green {
  background-color: #419641;
}
.invoice-details .invoice-message.red {
  background-color: #c12e2a;
}
.tabs-below .nav-tabs,
.tabs-right .nav-tabs,
.tabs-left .nav-tabs {
  border-bottom: 0;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}
.tabs-below > .nav-tabs > .active a,
.tabs-below > .nav-tabs > .active a:hover,
.tabs-below > .nav-tabs > .active a:focus {
  border-color: transparent #ddd #ddd #ddd;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}
.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eee #ddd #eee #eee;
}
.tabs-left > .nav-tabs > .active a,
.tabs-left > .nav-tabs > .active a:hover,
.tabs-left > .nav-tabs > .active a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #fff;
}
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}
.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eee #eee #eee #ddd;
}
.tabs-right > .nav-tabs > .active a,
.tabs-right > .nav-tabs > .active a:hover,
.tabs-right > .nav-tabs > .active a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #fff;
}
.conversation header {
  margin-bottom: 6px;
}
.conversation section + section {
  margin-top: 10px;
}
.conversation header {
  /*margin-bottom: 10px;
        padding-bottom: 4px;*/
}
.conversation header table.property-list tr {
  /*section {
                width: 100%;
            }*/
}
.conversation header table.property-list tr > td:first-of-type {
  min-width: 80px;
  padding-right: 20px;
}
.conversation header table.property-list tr td.divider {
  padding: 6px !important;
}
.conversation .messages > section {
  padding: 2px 4px;
  width: 90%;
  border-radius: 4px;
  border: 1px solid #ddd;
}
.conversation .messages > section + section {
  margin-top: 5px;
}
.conversation .messages > section.receiver {
  background-color: #f5f5f5;
  border-color: #777;
}
.conversation .messages > section.included {
  background-color: #fff;
  border-color: #419641;
  color: #419641;
}
.conversation .messages > section .content {
  padding: 4px 0 10px;
}
.conversation .messages > section .content:empty {
  padding: 0;
}
/*.conversation-message {
    
    > .receiver {
        
    }
}*/
/* start: member area stock layout media queries */
.stock- {
  /* start: member area stock navigation elements */
  /* end: stock navigation elements */
}
@media (min-width: 992px) {
  .stock-left-area {
    width: 190px !important;
  }
}
@media (min-width: 1200px) {
  .stock-left-area {
    width: 215px !important;
  }
}
.stock-nav-container {
  position: relative;
}
.stock-nav-container .stock-nav-item {
  position: relative;
}
.stock-nav-container .stock-nav-item a {
  position: relative;
  z-index: 1;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid transparent;
  color: inherit;
  text-decoration: none;
}
.stock-nav-container .stock-nav-item a:not([href="#"]):hover .title {
  text-decoration: underline;
}
.stock-nav-container .stock-nav-item a i {
  color: #fff;
}
.stock-nav-container .stock-nav-item .title {
  position: absolute;
  top: 28px;
  left: 0;
  right: 0;
  white-space: nowrap;
}
.stock-nav-container .stock-nav-item .lines {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 0;
  height: 3px;
}
.stock-nav-container .stock-nav-item .lines .line-in,
.stock-nav-container .stock-nav-item .lines .line-out {
  background-color: #ddd;
}
.stock-nav-container .complete a {
  background-color: #419641;
  border-color: #419641;
}
.stock-nav-container .complete a:not([href="#"]):hover {
  background-color: #2a612a;
  border-color: #2a612a;
}
.stock-nav-container .incomplete a {
  background-color: #E77104;
  border-color: #E77104;
}
.stock-nav-container .incomplete a:not([href="#"]):hover {
  background-color: #9c4c03;
  border-color: #9c4c03;
}
.stock-nav-container .active a {
  background-color: #6c757d;
  border-color: #6c757d;
}
.stock-nav-container .active a:not([href="#"]):hover {
  background-color: #494f54;
  border-color: #494f54;
}
.stock-nav-container .active .title {
  font-weight: bold;
}
.stock-nav-container.new .incomplete a {
  background-color: #ddd;
  border-color: #777;
}
.stock-nav-container.new .incomplete a:not([href="#"]):hover {
  background-color: #b7b7b7;
}
.stock-nav-container.new .incomplete a i {
  color: #777;
}
.stock-nav-container > div:first-of-type .lines > .line-in {
  visibility: hidden;
}
.stock-nav-container > div:last-of-type .lines > .line-out {
  visibility: hidden;
}
/* end: member area stock layout media queries */
/* ---------------------------------------------------------------------------------- */
/*
 *
 *   THIS IS AN AUTO GENERATED FILE. 
 *   MODIFYING THE CONTENT HERE WILL BE OVERWRITTEN IF THE "app.less" FILE IS MODIFIED.
 *   
 */
/* start: main content layout */
.main-container {
  border-spacing: 0 !important;
  table-layout: fixed;
}
.main-container > .main-content {
  padding-right: 6px;
}
.main-container .main-margin-left,
.main-container .main-margin-right {
  width: 140px !important;
}
@media (min-width: 992px) {
  .main-container .main-margin-left,
  .main-container .main-margin-right {
    width: 180px !important;
    /*background-color: orange;*/
  }
}
@media (min-width: 1200px) {
  .main-container .main-margin-left,
  .main-container .main-margin-right {
    width: 220px !important;
    /*background-color: red;*/
  }
}
.main-container .main-margin-right section + section {
  margin-top: 4px;
}
/* start: main content layout */
/* start: user main nav menu */
.nav-menu {
  background-color: #E77104;
  color: #fff;
}
.nav-menu.inverted {
  background-color: #000;
}
.nav-menu.inverted .top-menu .top-menu-item {
  background-color: #000;
}
.nav-menu.inverted .top-menu .top-menu-item:hover,
.nav-menu.inverted .top-menu .top-menu-item.open {
  color: #E77104;
}
.nav-menu.inverted .top-menu a:hover {
  color: #E77104;
}
.nav-menu .top-menu {
  margin: 0;
}
.nav-menu .top-menu > li {
  padding: 0.5rem 1.5rem;
}
.nav-menu .top-menu > li > a {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}
.nav-menu .top-menu > li > a > i {
  padding-right: 0.5rem;
}
.nav-menu .top-menu a:hover {
  text-decoration: none;
}
.nav-menu .top-menu .title {
  font-size: 16px;
  margin-bottom: 0.5rem;
}
.nav-menu .top-menu .top-menu-item {
  background-color: #E77104;
}
.nav-menu .top-menu .top-menu-item.active {
  background-color: #555;
}
.nav-menu .top-menu .top-menu-item:hover {
  background-color: #000;
}
.nav-menu .top-menu .top-menu-item.open {
  background-color: #000;
}
.nav-menu .top-menu .top-menu-item.open .sub-menu {
  display: block;
}
.nav-menu .top-menu .sub-menu {
  display: none;
  position: absolute;
  z-index: 1049;
  top: 100%;
  right: 0;
  left: 0;
  padding: 0.5rem 0;
  color: #fff;
  margin: 0;
  background-color: #000;
}
.nav-menu .top-menu .sub-menu a {
  color: #fff;
}
.nav-menu .top-menu .sub-menu a.highlight {
  color: #999;
}
.nav-menu .top-menu .sub-menu a:hover {
  color: #E77104;
}
.nav-menu .top-menu .sub-menu .menu-content {
  padding: 1rem 2rem;
}
.nav-menu .top-menu .sub-menu .menu-content .menu > li > a {
  display: block;
  padding: 0.25rem 0;
  clear: both;
  font-weight: normal;
  white-space: nowrap;
}
.nav-menu .top-menu .user-menu-item {
  position: relative;
  white-space: nowrap;
  min-width: 155px;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px) {
  .nav-menu .top-menu .user-menu-item {
    min-width: 140px;
  }
}
.nav-menu .top-menu .user-menu-item .sub-menu {
  padding: 1rem 0;
}
.nav-menu .top-menu .user-menu-item .sub-menu ul > li {
  text-align: center;
  text-transform: uppercase;
}
.nav-menu .top-menu .pref-menu > a {
  color: #fff;
}
.nav-menu .top-menu .pref-menu > a:hover {
  color: #E77104;
}
.nav-menu .top-menu .pref-menu > a.active {
  text-decoration: underline;
}
a.inverse {
  color: #fff;
}
.nav-menu .top-menu li.title {
  margin-bottom: 0;
}
/* end: user main nav menu */
/* start: user member nav menu*/
.member-menu {
  display: block;
  background-color: #000;
  color: #fff;
}
.member-menu .top-menu {
  margin: 0;
}
.member-menu .top-menu > li > a {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  white-space: nowrap;
}
.member-menu .top-menu a:hover {
  text-decoration: none;
  color: #E77104;
}
.member-menu .top-menu > li {
  padding: 5px;
}
.member-menu .top-menu > li.divider {
  padding: 5px 0;
}
.member-menu .top-menu > li:first-of-type {
  padding-left: 10px;
}
/* end: user member nav menu*/
/* start: override link focus */
a:focus {
  outline: none;
  text-decoration: none;
}
/* end: override link focus */
#domain-modal .highlight {
  color: #E77104;
}
/* start: video */
.youtube-responsive {
  position: relative;
  padding-bottom: 60%;
}
.youtube-responsive-item {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  border: 0;
}
/* end: video */
/* start: social media links */
a.social-media:hover,
a.social-media:active {
  text-decoration: none;
}
.social-media + .social-media {
  padding-left: 2px;
}
a.social-media.social-media-facebook {
  color: #3b5998;
}
a.social-media.social-media-facebook:hover,
a.social-media.social-media-facebook:active {
  color: #2d4373;
}
a.social-media.social-media-twitter {
  color: #00a9f1;
}
a.social-media.social-media-twitter:hover,
a.social-media.social-media-twitter:active {
  color: #0085be;
}
a.social-media.social-media-linkedin {
  color: #007bb6;
}
a.social-media.social-media-linkedin:hover,
a.social-media.social-media-linkedin:active {
  color: #005983;
}
a.social-media.social-media-googleplus {
  color: #DC4E41;
}
a.social-media.social-media-googleplus:hover,
a.social-media.social-media-googleplus:active {
  color: #c63224;
}
a.social-media.social-media-youtube {
  color: #e52d27;
}
a.social-media.social-media-youtube:hover,
a.social-media.social-media-youtube:active {
  color: #b31217;
}
a.social-media.social-media-email {
  color: #787878;
}
a.social-media.social-media-email:hover,
a.social-media.social-media-email:active {
  color: #5f5f5f;
}
a.social-media.social-media-print {
  color: #555;
}
a.social-media.social-media-print:hover,
a.social-media.social-media-print:active {
  color: #333;
}
/* end: social media links */
/* start: ul with dash as list style */
ul.dash {
  list-style: none;
  margin-left: 0;
  padding-left: 1em;
}
ul.dash > li:before {
  display: inline-block;
  content: "-";
  width: 1em;
  margin-left: -1em;
}
/* end: ul with dash as list style */
/* start: standard table element overrides */
table ul:last-of-type {
  margin-bottom: 0;
}
table th.actions {
  min-width: 80px;
}
table th p:last-of-type,
table td p:last-of-type {
  margin-bottom: 0;
}
/* end: standard table element overrides */
/* start: sortable table (header) elements */
table.sortable > thead > tr > th,
table.sortable > thead > tr > td {
  color: #777;
}
table.sortable .sort-item {
  clear: both;
}
table.sortable .sort-item.active a {
  color: #333;
}
table.sortable .sort-item a {
  display: block;
  color: #777;
}
table.sortable .sort-item a:hover,
table.sortable .sort-item a:focus {
  text-decoration: none;
  color: #333;
}
table.sortable .sort-item a:hover .sort-action,
table.sortable .sort-item a:focus .sort-action {
  opacity: 1;
}
table.sortable .sort-action {
  float: right;
  opacity: 0.7;
}
.frequency {
  white-space: nowrap;
}
.frequency p {
  margin-bottom: 8px;
}
/* end: sortable table (header) elements */
/* move all css into .less stylesheets with compilation */
/* start: fla-fat logo name classes */
.logo {
  color: inherit;
}
a.logo:hover,
a.logo:active,
a.logo:visited {
  text-decoration: none;
  color: inherit;
  border-bottom: 1px solid #E77104;
}
.logo .orange {
  color: #E77104;
}
/* end: fla-fat logo name classes */
/* start: fla news */
.right-margin-seller-info {
  margin-top: 10px;
}
.right-margin section + section {
  margin-top: 10px;
}
.right-margin-item {
  border: 1px solid #ddd;
  padding: 3px;
}
.right-margin-item .news {
  max-height: 350px;
  overflow-y: scroll;
}
.right-margin-item .title {
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 5px;
}
.right-margin-item .by-line {
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 6px;
}
.right-margin-item .news-item {
  margin-bottom: 6px;
  line-height: 1.2;
}
.right-margin-item .news-item:last-of-type {
  margin-bottom: 0;
}
.right-margin-item .news-item a {
  color: #333;
}
.right-margin-item .shortlist {
  border-top: 1px solid #ddd;
}
@media (min-width: 768px) {
  .right-margin-item .shortlist {
    max-height: 240px;
    overflow-y: scroll;
    overflow-x: hidden;
  }
}
.right-margin-item .shortlist a:hover {
  text-decoration: none;
}
.right-margin-item .shortlist .table-row {
  padding: 4px 6px 4px 0;
}
.right-margin-item .shortlist .table-row:hover {
  background-color: #f5f5f5;
}
.right-margin-item .shortlist .table-row:nth-of-type(odd) {
  background-color: #f9f9f9;
}
/* end: fla news */
/* start: search menu container */
.new-search-container {
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 5px;
  padding: 10px;
}
.new-search-container > ul[role="tablist"] > li + li {
  margin-top: 4px;
}
.new-search-container > ul[role="tablist"] > li[role="tabpanel"] {
  display: none;
}
.new-search-container > ul[role="tablist"] > li[role="tabpanel"] .form-control {
  border-color: #999;
}
@media (max-width: 991px) {
  .new-search-container {
    padding: 10px 0;
  }
}
/* end: search menu container */
/* start: public search results - info section */
.search-info .view-option {
  padding-left: 0;
  padding-right: 0;
}
.search-info .view-option:first-of-type {
  padding-left: 5px;
}
.search-info .view-option.active a {
  color: #E77104;
}
.search-info .view-option a {
  display: block;
  text-align: center;
  color: #777;
  text-decoration: none;
}
.search-info .view-option a:hover,
.search-info .view-option a:focus {
  text-decoration: none;
  color: #333;
}
.search-info .count {
  margin-left: 25px;
  font-weight: bold;
}
.search-info .order {
  padding-right: 0;
  padding-left: 20px;
}
.search-info .order .dropdown {
  float: inherit !important;
}
.search-info .order .dropdown .btn-sm {
  padding: 1px 5px;
}
.search-results-container {
  margin-top: 4px;
}
/* end: public search results - info section */
/* start: public results - grid */
.search-results-grid > div {
  padding-bottom: 6px;
}
.search-results-grid a.item {
  display: block;
  border: 1px solid #e5e5e5;
}
.search-results-grid a.item:hover {
  border-color: #337ab7;
  text-decoration: none;
}
.search-results-grid .mach-img {
  position: relative;
}
@media (max-width: 767px) {
  .search-results-grid a.item {
    width: 220px;
  }
  .search-results-grid .mach-img {
    height: 150px;
  }
}
@media (min-width: 768px) {
  .search-results-grid .mach-img {
    height: 146px;
  }
}
@media (min-width: 992px) {
  .search-results-grid .mach-img {
    height: 124px;
  }
}
@media (min-width: 1200px) {
  .search-results-grid .mach-img {
    height: 115px;
  }
}
.search-results-grid .mach-img img {
  max-width: 100%;
  max-height: 100%;
}
.search-results-grid .mach-img .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 2px 12px;
  text-align: center;
  line-height: 1.4;
  opacity: 0;
}
.search-results-grid a.item .mach-img-none .overlay {
  opacity: 1;
  color: #999;
  background-color: #fff;
}
.search-results-grid a.item:hover .mach-img .overlay {
  opacity: 1;
  color: #fff;
  background-color: rgba(51, 122, 183, 0.7);
}
.search-results-grid .user-pref-price {
  display: block;
  font-weight: bold;
}
.search-results-grid .original-price {
  display: block;
  font-style: italic;
}
.search-results-grid a.item .details {
  margin: 0;
  padding: 4px;
  color: #333;
  vertical-align: middle;
  line-height: 1.2;
  text-transform: uppercase;
}
.search-results-grid .details section + section {
  margin-top: 6px;
}
.search-results-grid .details .offer {
  font-size: 11px;
}
.search-results-grid .details .wholesale {
  height: 18px;
  margin-top: 6px;
}
.search-results-grid .details .wholesale span {
  border-top: 1px solid #E77104;
  border-bottom: 1px solid #E77104;
  color: #E77104;
}
.search-results-grid .shortlist {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 0 4px 4px;
  margin: 0 0 6px 4px;
}
/* end: public results - grid */
/* start: public search results - table */
.search-results-table {
  margin-right: 1px;
  line-height: 1.35;
}
.search-results-table ul {
  margin-bottom: 0;
}
.search-results-table .item {
  border-top: 1px solid #e5e5e5;
  color: #333;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-bottom: 1px;
}
.search-results-table .item:hover {
  background-color: #f5f5f5;
}
.search-results-table .item.updated {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
  background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
  background-repeat: repeat-x;
  border: 1px solid #9acfea;
}
.search-results-table .item.cancelled {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
  background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
  background-repeat: repeat-x;
  border: 1px solid #dca7a7;
  padding-bottom: 6px;
}
.search-results-table .item > a {
  color: inherit;
  display: block;
}
.search-results-table .mach-img > img {
  max-width: 100%;
}
.search-results-table .price .user-pref-price {
  font-weight: bold;
  display: block;
}
.search-results-table .price .original-price {
  font-style: italic;
  color: #777;
  display: block;
}
.search-results-table .price .user-pref-price + .wholesale,
.search-results-table .price .original-price + .wholesale {
  margin-top: 9px;
}
.search-results-table .wholesale {
  margin-top: 1px;
}
.search-results-table .wholesale span {
  border-top: 1px solid #E77104;
  border-bottom: 1px solid #E77104;
  color: #E77104;
}
.search-results-table .shortlist {
  position: absolute;
  bottom: 40%;
  right: 0;
  padding: 4px;
  margin: 0 5px 0 0;
}
/* end: public search results - table */
/* start: enquiry forms */
.enquiry-container .validation-summary-errors {
  text-align: left;
  font-size: 12px;
  padding: 4px;
}
.enquiry-container .enquiry .form-control {
  line-height: 1.2;
  font-size: 12px;
  padding: 6px;
  color: #777;
  height: 24px;
}
.enquiry-container .enquiry textarea.form-control {
  height: auto;
}
/*.enquiry-container .enquiry .enquiry-btn-row > div:last-of-type {
    margin-top: 4px;
}

@media (min-width: 768px) {
    .enquiry-container .enquiry .enquiry-btn-row > div:first-of-type {
        padding-right: 2px;
    }

    .enquiry-container .enquiry .enquiry-btn-row > div:last-of-type {
        padding-left: 2px;
        margin-top: 0;
    }

    .enquiry-container .enquiry .enquiry-btn-row .btn-sm {
        padding: 5px;
    }
}*/
.enquiry-container .enquiry button {
  margin-top: 4px;
}
.enquiry-container .popover {
  width: 100%;
  max-width: 400px;
}
.enquiry-container .enquiry button > i,
.enquiry-container .enquiry a > i,
.enquiry-container .popover button > i,
.enquiry-container .popover a > i {
  padding-right: 6px;
}
/* end: enquiry forms */
/* start: public details */
.stock-details section + section {
  margin-top: 8px;
}
.stock-details .details .actions .list-group {
  margin-bottom: 6px;
}
.stock-details .details .shortlist {
  position: absolute;
  top: 0;
  right: 0;
}
.stock-details .details .actions .list-group-item {
  border-radius: 0px;
  padding: 6px;
  margin-bottom: 2px;
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid transparent;
}
.stock-details .details .actions .list-group-item:hover,
.stock-details .details .actions a.list-group-item:hover {
  background-color: #ddd;
}
.stock-details .details .nav-tabs {
  border-bottom-color: #555;
}
.stock-details .details .nav-tabs > li > a {
  background-color: #f7f7f7;
  border: 1px solid transparent;
  border-bottom: 1px solid #555;
}
.stock-details .details .nav-tabs > li > a:hover {
  border: 1px solid transparent;
  border-bottom: 1px solid #555;
  background-color: #eee;
}
.stock-details .details .nav-tabs > li.active > a {
  font-weight: bold;
  background-color: #fff;
  border: 1px solid #555;
  border-bottom-color: transparent;
}
.stock-details .details .nav-tabs > li.active > a:hover {
  border: 1px solid #555;
  border-bottom-color: transparent;
}
@media (min-width: 768px) {
  .stock-details .details .actions .list-group-item > div > i,
  .stock-details .details .actions a.list-group-item > i {
    padding-left: 6px;
    padding-right: 12px;
  }
}
@media (min-width: 1200px), (max-width: 767px) {
  .stock-details .details .actions .list-group-item > div > i,
  .stock-details .details .actions a.list-group-item > i {
    padding-left: 15px;
    padding-right: 20px;
  }
}
.pdf-option .form-row {
  text-transform: initial;
  margin-bottom: 0;
}
.pdf-option .form-row .checkbox {
  margin-bottom: 4px;
}
.pdf-option a > i {
  padding: 0;
  padding-right: 6px;
}
.stock-details .details .title {
  color: #337ab7;
}
.stock-details .details .title.list-inline {
  margin-bottom: 0;
}
.stock-details .details .title.list-inline > li {
  white-space: nowrap;
}
.stock-details .details .user-pref-price {
  color: #337ab7;
  white-space: nowrap;
}
.stock-details .details .original-price {
  font-style: italic;
  white-space: nowrap;
}
.stock-details .details .wholesale {
  border-top: 1px solid #E77104;
  border-bottom: 1px solid #E77104;
  color: #E77104;
}
.specifications ul,
.specifications .table {
  margin-bottom: 0;
}
.stock-details .specifications table.property-list tr > td:first-of-type {
  /*width: auto;
    max-width: 100px;
    white-space: normal;
    padding-right: 1rem;*/
}
.stock-details .specifications .original-munit {
  margin-left: 4px;
  font-style: italic;
  color: #777;
}
.stock-details .images ul {
  margin-bottom: 0;
}
.stock-details .images ul > li {
  margin-bottom: 8px;
}
.stock-details .images ul > li a {
  display: block;
}
.stock-details .contact {
  margin-top: 20px;
  margin-bottom: 12px;
  line-height: 1.1;
}
.stock-details .contact + .contact {
  margin-top: 12px;
}
.stock-details .contact .location {
  margin-bottom: 2px !important;
  white-space: normal;
}
.stock-details .contact .phone {
  background-color: #333;
  margin: 2px 5px 0 0;
  padding: 2px 2px;
}
.stock-details .contact .phone table.form-list tr > td:first-of-type {
  font-weight: initial;
  padding-right: 10px;
  padding-left: 0;
  text-align: left;
  vertical-align: initial;
}
.stock-details .enquiry {
  margin-top: 12px;
  margin-bottom: 10px;
}
/* end: public details */
/* start: site footer */
.site-footer {
  background-color: #f8f8f8;
  color: #333;
  border-bottom: 50px solid #333;
  padding-bottom: 4px;
  margin-top: 20px;
}
.site-footer .inverted,
.site-footer .links,
.site-footer .memberships,
.site-footer .copyright {
  padding: 12px 0;
}
.site-footer .inverted {
  background-color: #555;
  color: #f1f1f1;
}
.site-footer .inverted .title {
  font-size: 20px;
}
.site-footer .inverted .by-line {
  line-height: 1.4;
}
.site-footer .links {
  background-color: #F47B20;
  color: #f1f1f1;
}
.site-footer .links ul {
  margin-bottom: 0;
}
.site-footer .links a {
  color: #f1f1f1;
}
.site-footer .links div.table-row {
  margin-top: 14px;
}
.site-footer .links div.table-row div.table-cell {
  vertical-align: middle;
}
.site-footer .links div.table-row div.table-cell > i {
  padding-right: 4px;
}
.site-footer .memberships {
  text-align: center;
}
.site-footer .memberships .caption {
  font-size: 85%;
  color: #777;
  margin-top: 6px;
}
.site-footer .memberships img {
  max-height: 60px;
}
.site-footer .copyright {
  color: #777;
}
/* end: site footer */
/* start: public filters */
.filter-element {
  border: 1px solid #a5a5a5;
}
.filter-element .help {
  font-weight: bold;
  line-height: 1.1;
  margin-top: 4px;
}
.filter-element a,
.filter-element .ro,
.filter-element .checkbox {
  text-decoration: none;
  color: #000;
}
.filter-element a:hover,
.filter-element .ro:hover,
.filter-element .checkbox:hover {
  color: #333;
}
.filter-element .active-filter:hover {
  color: #333;
}
.filter-element .active-filter:hover .clear {
  color: #FFA500;
}
.filter-element > .filter-heading {
  background-color: #fcf9f9;
  text-transform: capitalize;
}
.filter-element > .filter-heading:hover {
  background-color: #ececec;
}
.filter-element > .filter-heading .js-mp-search-filter {
  margin: 3px;
  border-radius: 5px;
  border: 1px solid #ddd;
  font-size: smaller;
}
.filter-element > .filter-heading > .refine-results {
  background-color: #333;
  color: #fff;
  display: block;
  padding: 4px 8px;
  font-weight: bold;
}
.filter-element > .filter-heading a {
  display: block;
  padding: 4px 8px;
}
.filter-element > .filter-heading i.handle {
  margin-left: 4px;
}
.filter-element > .filter-body,
.filter-element > .filter-footer {
  font-size: 12px;
  padding: 4px 8px;
}
.filter-element > .filter-body ul,
.filter-element > .filter-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.filter-element > .filter-body ul > li,
.filter-element > .filter-footer ul > li {
  padding: 2px 0;
}
.filter-element > .filter-body ul > li a:hover,
.filter-element > .filter-footer ul > li a:hover,
.filter-element > .filter-body ul > li .checkbox:hover,
.filter-element > .filter-footer ul > li .checkbox:hover {
  text-decoration: underline;
}
.filter-element > .filter-body .no-filter {
  color: yellow;
  font-size: medium;
  font-style: italic;
  padding-left: 6px;
}
.filter-element > .filter-body .topn {
  margin-top: 2px;
  text-align: right;
}
.filter-element > .filter-body ul > li a {
  display: block;
  padding-left: 4px;
}
.filter-element > .filter-body ul > li a .count,
.filter-element > .filter-body ul > li .ro .count,
.filter-element > .filter-body ul > li .checkbox .count {
  color: #c8c8c8;
}
.filter-element > .filter-body ul > li a:hover .count,
.filter-element > .filter-body ul > li .ro:hover .count,
.filter-element > .filter-body ul > li .checkbox:hover .count {
  color: #333;
}
.filter-element > .filter-body ul > li .checkbox {
  margin: 0 auto;
}
.filter-element > .filter-body ul > li .checkbox input[type="checkbox"] {
  margin: 2px 0 0 -20px;
}
.filter-element > .filter-body ul > li .checkbox label {
  display: block;
  min-height: inherit;
}
.filter-element > .filter-body + .filter-footer {
  padding-top: 4px;
}
.filter-element.filter-category {
  background-color: #e8e8e8;
  margin-bottom: 4px;
}
.filter-element.filter-category > .filter-heading {
  padding: 4px 8px;
  padding-bottom: 0;
  background-color: #e8e8e8;
}
.filter-element.filter-category > .filter-body {
  padding-top: 0;
  font-size: 14px !important;
}
.filter-element.filter-category a.start {
  color: #E77104;
  text-decoration: underline;
}
.filter-element.filter-profile {
  background-color: #7b7b7b;
  margin-bottom: 4px;
}
.filter-element.filter-profile a {
  color: #fff;
}
.filter-element.active-filters {
  background-color: #337ab7;
  border-color: #337ab7;
  margin-bottom: 4px;
  color: #fff;
}
.filter-element.active-filters > .filter-heading {
  padding: 4px 8px;
  background-color: #337ab7;
}
.filter-element.active-filters > .filter-body ul > li {
  padding: 0;
}
.filter-element.active-filters a {
  text-decoration: none;
  color: #fff;
}
.filter-element.active-filters .active-filter {
  text-decoration: none;
  color: #fff;
}
.filter-element > .filter-body .topn > a,
.filter-element > .filter-body .form-actions a,
.filter-element .filter-range a.refine,
.filter-element .filter-new a {
  color: #337ab7;
  text-decoration: none;
}
.filter-element > .filter-body .topn > a:hover,
.filter-element > .filter-body .topn > a:focus,
.filter-element > .filter-body .form-actions a:hover,
.filter-element > .filter-body .form-actions a:focus,
.filter-element .filter-range a.refine:hover,
.filter-element .filter-range a.refine:focus,
.filter-element .filter-new a:hover,
.filter-element .filter-new a:focus {
  color: #23527c;
  text-decoration: underline;
}
.filter-element > .filter-body .form-actions {
  margin-top: 8px;
}
.filter-element > .filter-body .form-actions .btn-clear {
  padding-left: 0;
  border-left-width: 0;
}
.filter-element > .filter-body .filter-range .readonly {
  color: #777;
}
.range-filter .fat-alert {
  padding: 2px;
}
.range-filter .fat-alert ul > li {
  padding: 0;
}
.range-filter .form-row {
  margin-bottom: 0;
}
.range-filter .input-group-sm > .form-control,
.range-filter .input-group-sm > .input-group-addon,
.range-filter .input-group-sm > .input-group-btn > .btn {
  height: 22px;
  padding: 2px 4px;
  line-height: 1;
}
.range-filter .input-group-sm > :only-child {
  border-radius: 3px;
}
.range-filter div.table-row div.table-cell .static-text {
  margin-top: 20px;
}
/* end: public filters */
/* start: alerts */
.fat-alert {
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  margin-bottom: 0.5rem;
}
.fat-alert h4 {
  margin-bottom: 2px;
}
/* end: alerts */
/* start: common html elements */
section + section {
  margin-top: 20px;
}
.content-section {
  margin-bottom: 30px;
}
.btn-return {
  margin-bottom: 10px;
}
/* end: common html elements */
/* start: table elements */
.table-no-width {
  width: initial;
}
.table-borderless > thead > tr > th,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > tbody > tr > td,
.table-borderless > tfoot > tr > td {
  border-top: none;
}
.table-super-condensed > thead > tr > th,
.table-super-condensed > tbody > tr > th,
.table-super-condensed > tfoot > tr > th,
.table-super-condensed > thead > tr > td,
.table-super-condensed > tbody > tr > td,
.table-super-condensed > tfoot > tr > td {
  padding: 2px;
}
table td.divider {
  height: 1px;
  padding: 10px !important;
}
tr.strikeout td {
  position: relative;
}
tr.strikeout td:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 0;
  border-bottom: 1px solid #000;
  width: 100%;
}
tr.strikeout.text-muted td:before {
  border-bottom: 1px solid #777;
}
/* end: table elements */
/* start: form lists */
table.form-list {
  width: 100%;
}
table.form-list tr > td:first-of-type {
  width: 1px;
  white-space: nowrap;
  font-weight: bold;
  padding-right: 10px;
  padding-left: 10px;
  vertical-align: top;
  text-align: right;
}
table.form-list tr > td > .form-control,
table.form-list tr > td > .bootstrap-select.btn-group,
table.form-list tr > td > .twitter-typeahead {
  margin-bottom: 4px;
}
table.form-list td.form-actions {
  padding-top: 14px;
}
.restricted table.form-list tr > td > .form-control,
.restricted table.form-list tr > td > .bootstrap-select.btn-group {
  max-width: 340px;
}
table.form-list tr > td.divider {
  padding: 5px !important;
}
/* end: form lists */
/* start: property lists */
table.property-list tr > td {
  vertical-align: top;
}
table.property-list tr > td:first-of-type {
  width: 1px;
  white-space: nowrap;
  font-weight: bold;
  padding-right: 0.5rem;
}
table.property-list tr > td:first-of-type .control-label {
  padding-top: 7px;
}
/*.panel-body table.property-list {
    margin-bottom: 0;
}*/
dl.property-list {
  margin-bottom: 0;
}
dl.property-list dt {
  float: left;
  width: 120px;
  clear: left;
  white-space: nowrap;
}
dl.property-list dd {
  margin-left: 140px;
}
dl.property-list.property-list-sm dt {
  width: 90px;
}
dl.property-list.property-list-sm dd {
  margin-left: 100px;
}
/* end: property lists */
/* start: footer elements */
.fixed-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.fixed-footer p {
  margin: 10px;
}
/* end: footer elements */
/* start: sidebar right icon menu */
/*.sidebar-right .nav > li > a {
    padding: 4px 6px;
    display: inline-block;
}

    .sidebar-right .nav > li > a:hover {
        background-color: #000;
    }*/
/* end: sidebar right icon menu */
/* start: right sidebar */
.sidebar-right {
  background-color: #f5f5f5;
  padding-top: 10px;
}
/* end: right sidebar */
/* start: nav menu */
.navbar {
  margin-bottom: 8px;
}
.navbar-no-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.sub-nav {
  min-height: 0;
  /*margin-bottom: 8px !important;*/
}
.sub-nav .navbar-nav > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
}
/* end: sub nav menu */
/* btns along side h2 tags */
.h2-lvl-actions {
  margin-top: 20px;
}
/* start: header-row classes */
.header-row {
  margin-top: 10px;
  margin-bottom: 6px;
}
.header-row h2 {
  margin-top: 4px;
  margin-bottom: 4px;
}
/* end: header-row classes */
/* start: inline-modal-alert classes */
.inline-modal-alert {
  margin: -20px -15px 10px;
  border-radius: 0;
  border-style: solid;
  border-width: 1px 0;
  padding: 10px 35px;
}
/* end: inline-modal-alert classes */
/* start: line height reset override */
.line-hgt-reset {
  line-height: 1;
}
/* end: line height reset override */
/* start: results header / sortable option / list result classes */
/*.sort-option {
}

    .sort-option a {
        float: right;
        color: #999;
    }*/
.sort-item:hover {
  text-decoration: none;
}
.sort-bar {
  margin-bottom: 10px;
}
.sort-bar h4 {
  margin: 0;
}
/* end: results header / sortable option / list result classes */
/* start: img container classes */
.img-container img {
  max-width: 100%;
  max-height: 100%;
}
.img-mid-align-helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
img.img-middle {
  vertical-align: middle;
}
/* end: img container classes */
/* start: stock img classes */
.stock-img {
  position: relative;
  float: left;
  margin: 0 10px 10px 0;
}
.stock-img .center {
  width: 200px;
  height: 200px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.stock-img:hover,
.stock-img:focus,
.stock-img.active {
  border-color: #428bca;
  -webkit-box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.4);
}
.stock-img img {
  max-width: 200px;
  max-height: 200px;
  display: block;
  margin: auto auto;
}
/* end: stock img classes */
/* start: stock layout section - wizard/my listings*/
.stock-content {
  border-spacing: 0 !important;
  table-layout: fixed;
}
.stock-content .main-content {
  padding-left: 14px;
}
/*@media (max-width: 767px) {
            .stock-content .side-content { 
                width: 120px !important;
                background-color: green;
            }
        }

        @media (min-width: 768px) {
            .stock-content .side-content { 
                width: 130px !important;
            }
        }*/
/* end: stock layout section - wizard/my listings*/
/* start: member stock navigation menu */
.stock-nav-menu {
  width: 100%;
}
.stock-nav-menu.affix {
  top: 10px;
  position: fixed;
}
.stock-nav-menu.affix-bottom {
  position: absolute;
}
@media (max-width: 767px) {
  .stock-nav-menu.affix {
    top: 0;
    position: relative;
  }
}
@media (min-width: 768px) {
  .stock-nav-menu {
    width: 140px;
  }
}
@media (min-width: 992px) {
  .stock-nav-menu {
    width: 190px;
  }
}
@media (min-width: 1200px) {
  .stock-nav-menu {
    width: 215px;
  }
}
ul.stock-nav-menu-item {
  width: 100%;
  padding: 6px 0;
  border-width: 0 1px 0 0;
}
ul.stock-nav-menu-item.nav-tabs {
  border-right-color: #555;
}
ul.stock-nav-menu-item.nav-tabs > li > a {
  padding: 6px;
  background-color: #f7f7f7;
  border: 0 solid transparent;
  border-right: 1px solid #555;
}
ul.stock-nav-menu-item.nav-tabs > li > a:hover,
ul.stock-nav-menu-item.nav-tabs > li > a:focus,
ul.stock-nav-menu-item.nav-tabs > li > a:active,
ul.stock-nav-menu-item.nav-tabs > li > a:visited {
  border: 0 solid transparent;
  border-right: 1px solid #555;
  background-color: #eee;
}
ul.stock-nav-menu-item.nav-tabs > li:last-of-type > a {
  margin-bottom: 0;
}
ul.stock-nav-menu-item.nav-tabs > li.active > a {
  font-weight: bold;
  background-color: #fff;
  border: 1px solid #555;
  border-right-color: transparent;
}
ul.stock-nav-menu-item.nav-tabs > li.active > a:hover {
  border: 1px solid #555;
  border-right-color: transparent;
}
.stock-nav-menu-item {
  border: 1px solid #ddd;
  padding: 4px 10px;
  margin-bottom: 6px;
}
.stock-nav-menu-item.menu {
  padding: 0;
}
.stock-nav-menu-item .title {
  font-size: 18px;
  margin-bottom: 10px;
  text-transform: uppercase;
  line-height: 1;
}
.stock-nav-menu-item .heading {
  font-size: 16px;
  font-weight: bold;
}
.stock-nav-menu-item.menu .heading {
  padding: 4px 6px;
  border-bottom: 1px solid #ddd;
}
.stock-nav-menu-item ul:last-of-type {
  margin-bottom: 0;
}
.stock-nav-menu-item .menu-list a {
  display: block;
  border-top: 1px solid #ddd;
  padding: 6px;
  background-color: #fff;
  color: #555;
}
.stock-nav-menu-item > .menu-list a:first-of-type {
  border-top-width: 0;
}
.stock-nav-menu-item .menu-list a:hover {
  text-decoration: none;
  background-color: #f5f5f5;
  color: #333;
}
.stock-nav-menu-item .menu-list a.active {
  font-weight: bold;
  background-color: #eaeaea /*#f5f5f5*/;
  color: #333;
}
.stock-nav-menu-item p:last-of-type {
  margin-bottom: 0;
}
.stock-nav-menu-item.no-border {
  border-color: transparent;
}
.stock-nav-menu-item.blue {
  border-color: #337ab7;
  color: #fff;
  background-color: #337ab7;
}
.stock-nav-menu-item.green {
  border-color: #419641;
  color: #fff;
  background-color: #419641;
}
.stock-nav-menu-item.green a,
.stock-nav-menu-item.blue a {
  color: #fff;
}
.stock-nav-menu-item.blue-text {
  background-color: #fff;
  border-color: #337ab7;
  color: #337ab7;
}
.stock-nav-menu-item.blue-text a {
  color: #337ab7;
}
.stock-nav-menu-item.sky-blue {
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.listing-stat {
  padding: 2px 0;
  margin-bottom: 5px;
  text-align: left;
}
.listing-stat:last-of-type {
  margin-bottom: 0;
}
.listing-stat .stat-value {
  line-height: 1;
  font-weight: bold;
}
.listing-stat .stat-value-number {
  font-size: 150%;
}
.listing-stat .stat-value-date,
.listing-stat .stat-value-text {
  font-size: 120%;
}
.listing-stat-highlight {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: left;
}
.listing-stat-hightlight {
  color: #FFD966;
}
.listing-stat-count {
  font-style: italic;
}
.listing-stat-count::after {
  content: ')';
}
.listing-stat-count::before {
  content: '(';
}
.package-sub-title {
  font-style: italic;
  margin-top: -10px;
  margin-bottom: 10px;
  color: #e6e6e6;
}
.package-title {
  margin-bottom: 10px;
  text-transform: uppercase;
  line-height: 1;
  color: #e6e6e6;
}
.listing-stat-enduser-links {
  margin-top: 20px;
}
.listing-stat-package-label {
  margin-top: 10px;
}
.listing-stat-sub-title {
  margin-left: 10px;
}
.listing-stat-sub-title a {
  text-transform: capitalize !important;
}
/* end: member stock navigation menu */
/* start: member stocklist */
.stock-content .main-content .order .dropdown .btn-sm {
  padding: 1px 5px;
}
/* end: member stocklist */
/* start: public search results classes*/
.public-search-results img.banner {
  margin: 8px 0;
}
/* end: public search results classes*/
/* start: modelstate error css */
/*input.val-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].val-error {
    border: 0 none;
}*/
/* end: modelstate error css */
/* start: modal ajax form classes */
.modal-overlay {
  border-radius: 6px;
  position: fixed;
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
  z-index: 1040;
  background-color: rgba(255, 255, 255, 0.7);
  text-align: center;
}
.modal-container {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1.49em;
  margin-left: -1.49em;
  z-index: 1050;
}
/* end: modal ajax form classes */
/* start: block form */
.block-form {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1061;
  background-color: #fff;
  border-radius: inherit;
  opacity: 0.4;
}
/* end: block form */
/* start: restricted classes */
.restricted {
  width: 100%;
  max-width: 540px;
}
.restricted-sm {
  max-width: 340px;
}
.restricted-lg {
  max-width: 740px;
}
table th.narrow,
table td.narrow {
  width: 1px;
  white-space: nowrap;
}
table th.id-col,
table td.id-col {
  min-width: 38px;
}
/* end: restricted classes */
/* start: member form classes */
.member-form header {
  border-bottom: 1px solid #ddd;
  margin-bottom: 8px;
}
/* end: member form classes */
/* start: member form base editor classes */
.member-form .created-on,
.member-form .created-by,
.member-form .modified-on,
.member-form .modified-by,
.member-form .activate-actions,
.member-form .archive-actions {
  margin-bottom: 0;
}
.member-form .created-on + .modified-on,
.member-form .created-by + .modified-on {
  margin-top: 10px;
}
.member-form .created-on > li,
.member-form .created-by > li,
.member-form .modified-on > li,
.member-form .modified-by > li,
.member-form .activate-actions > li,
.member-form .archive-actions > li {
  padding-right: 0;
}
/* created/modified list followed by archive */
.member-form .created-on + .archive-actions,
.member-form .created-by + .archive-actions,
.member-form .modified-on + .archive-actions,
.member-form .modified-by + .archive-actions,
.member-form .created-on + .activate-actions,
.member-form .created-by + .activate-actions,
.member-form .modified-on + .activate-actions,
.member-form .modified-by + .activate-actions,
.member-form .activate-actions + .archive-actions,
.member-form .activate-actions + .archive-actions,
.member-form .activate-actions + .archive-actions,
.member-form .activate-actions + .archive-actions {
  margin-top: 10px;
}
.member-form .activate-actions > li:first-of-type,
.member-form .archive-actions > li:first-of-type {
  width: 80px;
}
/* end: member form base editor classes */
/* start: form classes */
.form-row {
  margin-bottom: 6px;
}
.form-row label {
  margin-bottom: 0;
}
.form-row .help-block {
  margin-top: 0;
  margin-bottom: 0;
}
.form-restricted .form-group {
  width: 100%;
  max-width: 540px;
}
.form-restricted-sm .form-group {
  max-width: 340px;
}
.form-restricted-lg .form-group {
  max-width: 740px;
}
.panel-form .panel-heading {
  padding: 6px 15px;
}
.panel-form .panel-title {
  font-weight: bold;
}
.modal-body .panel-form {
  margin-top: initial;
}
.form-actions {
  margin-top: 24px;
}
.form-actions .col + .col {
  padding-left: 0;
}
.form-actions .help-block {
  margin-bottom: 0;
}
.action-row {
  margin-bottom: 4px;
}
.form-group .checkbox {
  margin-top: 0;
}
.form-row .error-help,
.form-group .error-help {
  display: none;
  margin-bottom: 0;
}
.form-row.has-error .error-help,
.form-group.has-error .error-help {
  display: block;
}
/* end: form classes */
/* start: audit screen classes */
.audit-item {
  /*padding: 35px 15px 15px;*/
}
.audit-item:hover {
  background-color: #f5f5f5;
}
.audit-item > div.row {
  margin-bottom: 0;
}
.audit-item-field {
  position: absolute;
  background-color: white;
  padding: 8px;
  top: 0;
  left: 0;
  border: 0 solid #ddd;
  border-width: 0 1px 1px 0;
  border-radius: 4px 0 4px 0;
}
.form-audit .form-group {
  margin-bottom: 0;
}
.form-audit .control-label {
  text-align: left;
}
.audit-summary-item a:hover {
  text-decoration: none;
}
.audit-summary-item .list-group {
  margin-bottom: 0;
}
.audit-summary {
  margin: 10px;
  padding: 10px;
}
.audit-modal .modal-content {
  min-height: 200px;
}
/* end: audit screen classes */
/* start: public stock item classes */
.result-header {
  margin-bottom: 10px;
}
.narrow .dropdown-menu {
  min-width: 60px;
}
/* end: public stock item classes */
.loader-container {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 1151;
  text-align: center;
  color: #999;
}
.loader-container.full-page {
  position: fixed;
  padding-top: 240px;
}
.loader-container.is-loading {
  display: block;
}
.loader-container.is-tour {
  display: block;
  background: rgba(0, 0, 0, 0.25);
}
.loader-container.is-tour .container {
  display: none;
}
.content-loader {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 700;
  text-align: center;
  background: rgba(255, 255, 255, 0.6);
  color: #333;
  border-radius: inherit;
}
.content-loader div {
  position: absolute;
  top: 40%;
  left: 45%;
}
.is-loading > .content-loader {
  display: block;
}
.is-loading .content-loader .loading {
  display: block;
}
.is-loading.is-complete .content-loader .loading {
  display: none;
}
.is-loading .content-loader .complete {
  display: none;
}
.is-loading.is-complete .content-loader .complete {
  display: block;
}
/* start: msg-modal */
.msg-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1051;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.msg-modal > div {
  width: 95%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .msg-modal > div {
    width: 600px !important;
  }
}
.msg-modal > div:first-of-type {
  margin-top: 10rem;
}
.msg-modal > div + div {
  margin-top: 1rem;
}
.msg-modal .alert ul {
  padding-right: 1.5rem;
}
/* end: msg-modal */
/* start: right aligned btn */
/*.tr-btn {
    position: absolute;
    top: 0;
    right: 0;
}

.pr-btn {
    display: block;
    margin-top: 4px;
    margin-bottom: 0;
}

.pr-dd-menu {
    left: 0;
}
    */
/*
@media (min-width: 768px) {
    .pr-btn { */
/* when screen is larger than 768px, pull the btn right */
/*
        display: inline-block;
        float: right !important;
        margin-top: 0;
    }

    .pr-dd-menu {
        right: 0;
        left: auto;
    }
}*/
/* end: right aligned btn */
/* start: category search tab */
.cat-tabs {
  border-bottom: none;
  position: absolute;
  top: -5px;
  right: 0;
}
.cat-tabs > li {
  padding: 0 5px;
}
.cat-tabs > li.active {
  border-bottom: 2px solid #E77104;
}
.cat-tabs > li > a {
  padding: 0;
  background-color: transparent !important;
  color: #777;
  margin-right: 0;
  border: none !important;
}
.cat-tabs > li > a:hover {
  color: #23527c;
}
.category-list {
  position: relative;
}
.category-list section + section {
  margin-top: 0;
}
.category-list .cat-title {
  font-size: 1.1em;
}
.category-list .cat-title a {
  color: #E77104;
}
.category-list .cat a {
  display: block;
}
.category-list .cat a:hover,
.category-list .cat a:focus {
  text-decoration: none;
  color: #333;
}
.category-list .cat-details {
  color: #999;
  display: block;
  padding: 0;
  text-transform: uppercase;
  line-height: 1.2;
}
.category-list .cat a:hover .cat-details,
.category-list .cat a:focus .cat-details {
  color: #333;
}
/*.category-list .cat-img img {*/
.category-list img {
  max-width: 100%;
}
/* start: category search grid */
#grd .cat {
  position: relative;
  float: left;
  margin: 0 2px 2px 0;
  display: block;
}
#grd .cat-details {
  margin: 0;
  margin-top: 2px;
  height: 34px;
}
#grd .cat img {
  display: block;
}
/* default */
#grd .cat {
  width: 180px;
}
#grd .cat img {
  width: 120px;
}
/* overrides */
#grd .cat.frklft.allt img {
  width: 110px;
  padding-top: 10px;
}
#grd .cat.frklft.trkmnt img,
#grd .cat.twtrc.towtrac img,
#grd .cat.attach.possdshft img {
  width: 80px;
  padding-top: 40px;
}
#grd .cat.whmvrlft.palmov img,
#grd .cat.whmvrlft.pedstk img,
#grd .cat.whmvrlft.rchtrk img,
#grd .cat.whmvrlft.ordpkr img,
#grd .cat.indswp img,
#grd .cat.attach.frkext img {
  width: 90px;
  padding-top: 30px;
}
#grd .cat.cnthnd img {
  width: 160px;
}
#grd .cat.cnthnd.hvyfrk img {
  width: 140px;
  padding-top: 20px;
}
#grd .cat.accpltf.vertlift img,
#grd .cat.attach.clamps img,
#grd .cat.attach.extstab img,
#grd .cat.other img {
  width: 100px;
  padding-top: 20px;
}
#grd .cat.prtcrn.strcar img {
  padding-top: 60px;
}
#grd .cat.prtcrn.stkcr img,
#grd .cat.prtcrn.shshcr img,
#grd .cat.prtcrn.hrbcr img {
  width: 150px;
  padding-top: 30px;
}
#grd .cat.attach.rtrinv img {
  width: 110px;
  padding-top: 10px;
}
#grd .cat.attach.cntspr {
  width: 240px;
}
#grd .cat.attach.cntspr img {
  width: 180px;
}
/* end: category search grid */
/* start: category search table */
#tbl section {
  margin-bottom: 25px;
}
#tbl .cat-img {
  width: 80px;
  height: 80px;
  padding-right: 10px;
}
#tbl .cat-details {
  vertical-align: middle;
}
#tbl .cat-details h4 {
  margin: 2px 0;
  color: #333;
  font-weight: bold;
  font-size: 14px;
}
#tbl .cat-details p {
  color: #777;
  font-size: 12px;
  margin-bottom: 0;
}
#tbl a:hover .cat-details p,
#tbl a:focus .cat-details p {
  color: #333;
}
/* end: category search tab */
/* Start: user drop down list */
.user-ddl-item {
  margin-top: 2px;
  margin-right: 14px;
  font-weight: 400 !important;
  text-shadow: none;
}
/* Start: user drop down list */
/* start: shopfront */
body.shopfront {
  padding-top: 0;
  padding-bottom: 0;
}
body.shopfront .main-container > .main-content {
  padding: 0 8px;
}
body.shopfront .main-container .main-margin-left section + section,
body.shopfront .main-container .main-margin-right section + section {
  margin-top: 8px;
}
/* end: shopfront */
/* start::after compare */
.compare-wrapper {
  white-space: nowrap;
  position: relative;
  font-size: 0;
}
.compare-wrapper .item-wrapper {
  overflow-x: hidden;
  overflow-y: visible;
  margin-left: 220px;
}
.compare-wrapper .column {
  display: inline-block;
  white-space: normal;
}
.compare-wrapper .item {
  font-size: 14px;
  vertical-align: top;
  width: 220px;
  border-right: 1px solid #e5e5e5;
}
.compare-wrapper .item > div {
  padding: 5px;
}
.compare-wrapper .item > div:nth-of-type(odd) {
  background-color: #f5f5f5;
}
.compare-wrapper .key {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
}
.compare-wrapper .key span {
  font-weight: initial;
}
.compare-wrapper .spinner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 101;
  font-size: initial;
  background-color: #fff;
}
.compare-wrapper .user-pref-munit + .original-munit {
  margin-left: 4px;
  color: #777;
}
.compare-nav {
  padding-left: 220px;
  margin-bottom: 2px;
}
.compare-nav .compare-nav-item {
  color: #777;
}
.compare-nav .compare-nav-item:hover {
  color: #E77104;
}
.compare-nav .compare-nav-item.end,
.compare-nav .compare-nav-item.end:hover {
  color: #f5f5f5;
}
/* end: compare */
/* start: onq-spin*/
.onq-spin {
  -webkit-animation: onq-spin 0.5s infinite linear;
  animation: onq-spin 0.5s infinite linear;
}
@-webkit-keyframes onq-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes onq-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* end: onq-spin */
.widget-link-orange {
  color: orangered;
}
.widget-link-red {
  color: red;
}
.widget-link-more {
  color: grey;
  font-style: italic;
  font-size: smaller;
}
.table-outer-border {
  border-collapse: separate;
  border: 1px solid #dddddd;
}
.cookie-container {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 8px 30px 8px;
  background-color: #333;
  color: #fff;
  z-index: 1251;
  border-top: 2px solid #F47B20;
}
/*******************************************Begin: Shortlist View ********************************************/
.shortlist-notify-actions {
  position: absolute;
  top: 0;
  left: 0;
}
.row-gray > td.actions .btn,
.row-gray > td img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}
.row-gray > td {
  background-color: #d4d4d4;
}
.row-gray > td *:not(.btn) {
  color: grey !important;
}
/*******************************************End: Shortlist View ********************************************/
/*******************************************Begin: My StockList *******************************************/
.my-stock-lists td.actions ul li + li {
  margin-top: 2px;
}
.my-stock-lists td.actions ul li > form,
.my-stock-lists td.actions ul li > button {
  margin-top: 8px;
}
.my-stock-lists-summary {
  width: 100%;
}
.my-stock-lists-summary tr:first-child > td {
  border-right: 1px solid;
  border-left: 1px solid;
  text-align: center;
}
.dealer-action-buttons {
  margin-left: 0px;
  margin-bottom: 20px;
}
.collapse .widget-collapse-message {
  font-size: smaller;
  font-style: italic;
}
.widget-more-toggler {
  cursor: pointer;
}
.fixed-1st-column td:nth-child(1) {
  width: 30% !important;
}
/*******************************************End: My StockList *********************************************/
/*******************************************Begin: Sales Contacts*********************************************/
/*table.property-list tr > td:first-of-type {
    font-weight: initial;
}

.actions {
    margin-top: 4px;
}

#search .table-cell {
    padding-right: 4px;
    white-space: nowrap;
    vertical-align: middle;
}

#search .table-cell:last-of-type {
    padding-right: 0;
}

#search label {
    margin-bottom: 0;
}

#action-modal .is-loading .content-loader div {
    top: 0;
}*/
.list-header {
  margin-bottom: 5px;
}
/*******************************************End: Sales Contacts*********************************************/
/*******************************************BEGIN: Bootstrap Overrides*************************************/
.category-list > .header-title {
  color: #337ab7;
  padding-top: 15px;
}
/*******************************************END: Bootstrap Overrides*************************************/
#refineResults .accordion-toggle:after after {
  content: "\e114";
  float: right;
  color: grey;
}
#refineResults {
  padding: 0px;
}
#refineResults .accordion-toggle .collapsed:after {
  /* symbol for "collapsed" panels */
  content: "\e080";
  /* adjust as needed, taken from bootstrap.css */
}
/*******************************************BEGIN: User Account Styles*************************************/
.info-block {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  margin-bottom: 30px;
}
.info-unregister > li {
  margin-bottom: 10px;
}
.unregister-feedback {
  margin-left: 15px;
  margin-right: 15px;
  width: 90%;
  height: 75px;
}
.subscription span {
  font-weight: bold;
}
/*******************************************END: User Account Styles*************************************/
/********************************************BEGIN: VIDEO***********************************************/
.video-container {
  position: relative;
  width: 100%;
}
@media (min-width: 1200px) {
  .video-container {
    height: 480px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .video-container {
    height: 350px;
  }
}
.video-container video {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 100%;
  max-height: 100%;
  z-index: 0;
}
.video-container > section {
  position: relative;
  /*height: 100%;*/
  max-height: 100%;
  padding: 8px;
  z-index: 1;
}
.video-block1 {
  width: 100% !important;
  height: inherit;
  position: absolute;
  top: 0px;
  left: 0px;
}
/********************************************END: VIDEO*************************************************/
/********************************************BEGIN: STOCK ITEM ACTION BUTTONS****************************************/
.row-stockitem-actions {
  margin-bottom: 10px;
}
.space-icon:before {
  min-width: 35px;
  padding-left: 5px;
  float: right;
}
.stockitem-actions {
  padding: 5px 5px;
  padding-right: 10px;
  float: right;
}
.bottom-margin {
  margin-bottom: 10px;
}
/********************************************BEGIN: STOCK ITEM ACTION BUTTONS****************************************/
/********************************************BEGIN: STOCK ITEM WIZARD****************************************/
/* Wizard steps */
.fa-wizard-steps {
  overflow: hidden;
  position: relative;
  margin-top: 0px;
}
.fa-wizard-progress {
  position: absolute;
  top: 26px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #337ab7;
}
.fa-wizard-progress-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  background: #E77104;
}
.fa-wizard-step-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-top: 10px;
  background: #337ab7;
  color: #fff;
  line-height: 20px;
  padding: 6px 0 0px 0px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.fa-wizard-step-icon > i.completed {
  color: #fff;
}
.fa-wizard-step-icon > div.selected {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-left: 4px;
  margin-top: 0px;
  background: #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.fa-wizard-step.activated .fa-wizard-step-icon {
  background: #fff;
  border: 1px solid #E77104;
  color: #E77104;
  line-height: 35px;
}
.fa-wizard-step.active .fa-wizard-step-icon {
  background: #E77104;
}
.fa-wizard-step {
  position: relative;
  float: left;
  width: 20%;
  text-align: center;
}
.fa-wizard-step p {
  color: #333;
}
.fa-wizard-step.active > i.completed {
  color: #E77104;
}
.fa-wizard-step.activated p {
  color: #E77104;
}
.fa-wizard-step.active p {
  color: #E77104;
  font-weight: bold;
}
.fa-wizard-step-small {
  width: 16.66% !important;
}
.currency-dropdown {
  padding-top: 20px;
}
/********************************************END: STOCK ITEM WIZARD****************************************/
/*********************************Begin: Progress Bar************************************/
.fa-progress {
  height: 35px;
  margin-bottom: 0px;
}
.progress .status {
  line-height: 35px;
  padding: 0;
  margin: 0 0 0 20px;
  text-transform: uppercase;
}
.progress .status .val {
  float: right;
  font-style: normal;
  margin: 0 20px 0 0;
}
.progress-bar-1 {
  text-align: left;
  transition-duration: 2s;
}
/*********************************End: Progress Bar************************************/
/********************************************BEGIN: XS BreakPoint**********************************************/
@media (max-width: 767px) {
  body {
    font-size: 16px;
    line-height: 1.6em;
  }
  .main-content {
    padding-left: 0px !important;
  }
  .listing-stat-nav-menu {
    padding: 2px 0;
    margin-bottom: 5px;
    margin-top: 0px !important;
    margin-right: 20px !important;
    text-align: right !important;
  }
  .icon-bar {
    width: 30px !important;
    height: 5px !important;
    background-color: black;
  }
  /*.container {
        padding-right: 10px;
        padding-left: 10px;
    }*/
  .main .filter-result {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .collapse-xs {
    display: none;
  }
  .navbar-header {
    background-color: white !important;
    vertical-align: middle;
    padding: 5px;
  }
  .navbar-pullmenu {
    background-color: black !important;
    color: white !important;
  }
  .navbar a {
    color: white;
  }
  .navbar a:focus,
  .navbar a:hover {
    background-color: #E77104 !important;
  }
  .navbar-usersettings {
    color: black !important;
    font-size: x-large;
  }
  .navbar-logo {
    margin-left: 20px;
  }
  .navbar-nav {
    width: 275px;
  }
  .primary-nav-item {
    padding: 0;
    margin-right: 10px;
    font-size: medium;
  }
  .primary-nav-item a {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .primary-nav-item-highlight a {
    color: #FFD966 !important;
  }
  .primary-nav-item .dropdown {
    margin-top: 10px;
  }
  .secondary-nav-item {
    font-size: smaller;
    padding: 0;
    margin: 0;
  }
  .secondary-nav-item a {
    color: white;
    margin-right: 20px !important;
  }
  /*.site-footer {
        margin-left: -5px;
        margin-right: -5px;
        border-bottom: 10px;

        & .narrow-gutter {
            .gutter(0px);
        }
    }*/
  .compare-wrapper .item-wrapper {
    margin-left: 175px;
  }
  .compare-wrapper .item {
    font-size: 13px;
    width: 175px;
  }
  .shortlistcontainer {
    position: relative;
  }
  .shortlistcontainer .shortlist {
    right: 0;
    bottom: auto;
    left: auto;
  }
  .border-sm {
    border: 0px;
  }
  .dashboard-menu-xs {
    position: relative;
    min-height: 1px;
    padding-left: 2.5;
    padding-right: 2.5;
  }
  .dashboard-widgets-xs {
    position: relative;
    min-height: 1px;
    padding-left: 2.5;
    padding-right: 2.5;
  }
  #dashboard-left-nav {
    margin-bottom: 10px;
  }
  .member-table > tbody > tr > td.actions ul > li + li,
  .member-table > tbody > tr > td > div.actions ul > li + li {
    margin-top: 5px;
  }
  .member-table > tbody > tr > td.actions section + section,
  .member-table > tbody > tr > td > div.actions section + section {
    margin-top: 12px;
  }
  .fa-wizard-steps {
    font-size: smaller;
  }
  .fa-progress {
    height: 22px;
    margin-bottom: 0px;
  }
  .progress .status {
    line-height: 22px;
    margin: 0 0 0 10px;
  }
  .right-margin-item .news .title .by-line {
    padding-left: 5px;
    font-size: 0.9em;
  }
  .small-sm,
  .small-xs {
    font-size: 85%;
  }
  .shopfront section {
    margin-top: 1px;
  }
  .shopfront .advert {
    margin-top: 10px;
  }
  .currency-dropdown {
    padding-top: 25px;
  }
  #social-media-share-modal .share-count {
    position: absolute;
    padding: 10px 0px;
    right: 10px;
    top: 25%;
  }
  .search-criteria-result {
    border: 0px;
  }
}
@media (max-width: 767px) and (min-width: 767px) {
  .dashboard-menu-xs {
    float: left;
    width: 100%;
  }
}
@media (max-width: 767px) and (min-width: 767px) {
  .dashboard-widgets-xs {
    float: left;
    width: 100%;
  }
}
/********************************************END: Mobile Specific  CSS**********************************************/
/******************************************* BEGIN: SM Breakpoint**********************************************/
@media (min-width: 768px) and (max-width: 991px) {
  body {
    font-size: 16px;
    line-height: 1.4em;
  }
  .primary-nav-item {
    margin-bottom: 10px;
  }
  .sidenav {
    width: 0 !important;
    height: 0;
    position: absolute;
    z-index: 1;
    overflow-x: hidden;
    transition: 0.5s;
  }
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }
  .stock-content .main-content-list {
    padding-left: 0px !important;
  }
  .stock-content .side-content {
    width: 190px !important;
  }
  .stock-content .main-content {
    padding-left: 0px !important;
  }
  .border-sm {
    border: 0px;
  }
  .dashboard-menu-sm {
    position: relative;
    min-height: 1px;
    padding-left: 2.5;
    padding-right: 2.5;
  }
  .dashboard-widgets-sm {
    position: relative;
    min-height: 1px;
    padding-left: 2.5;
    padding-right: 2.5;
  }
  .enquiry-container .details .title {
    margin-top: 5px;
  }
  .enquiry-container .details .price {
    margin-top: 5px;
  }
  .collapse-sm {
    display: none;
  }
  .fa-progress {
    height: 22px;
  }
  .progress .status {
    line-height: 22px;
    margin: 0 0 0 10px;
  }
  .right-margin-item .title .by-line {
    padding-left: 5px;
    font-size: 0.9em;
  }
  .small-sm,
  .small-xs {
    font-size: 85%;
  }
  .shopfront section {
    margin-top: 1px;
  }
  .shopfront .advert {
    margin-top: 42px;
  }
  .currency-dropdown {
    padding-top: 23px;
  }
  #social-media-share-modal > .modal-dialog {
    min-width: 420px !important;
  }
  #social-media-share-modal .share-count {
    position: absolute;
    padding: 10px 0px;
    right: 10px;
    top: 25%;
  }
}
@media (min-width: 768px) and (max-width: 991px) and (min-width: 767px) {
  .dashboard-menu-sm {
    float: left;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) and (min-width: 767px) {
  .dashboard-widgets-sm {
    float: left;
    width: 100%;
  }
}
/******************************************* END: SM Breakpoint**********************************************/
/******************************************* BEGIN: MD Breakpoint**********************************************/
@media (min-width: 992px) and (max-width: 1199px) {
  body {
    line-height: 1.4em;
  }
  .stock-content {
    /*background-color: orange;*/
  }
  .stock-content .side-content {
    width: 190px !important;
  }
  .stock-content .main-content-list {
    padding-left: 14px;
  }
  .collapse-in-md {
    display: block !important;
  }
  .dashboard-menu-sm {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
  }
  .dashboard-widgets-sm {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .enquiry-container .details .title > li {
    margin-top: 5px;
  }
  .enquiry-container .details .price {
    margin-top: 5px;
  }
  .collapse-md {
    display: none;
  }
  #social-media-share-modal > .modal-dialog {
    min-width: 420px !important;
  }
  #social-media-share-modal .share-count {
    position: absolute;
    padding: 10px 0px;
    right: 10px;
    top: 25%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) and (min-width: 767px) {
  .dashboard-menu-sm {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) and (min-width: 767px) {
  .dashboard-widgets-sm {
    float: left;
    width: 75%;
  }
}
/******************************************* END: MD Breakpoint**********************************************/
/******************************************* BEGIN: LG Breakpoint**********************************************/
@media (min-width: 1200px) {
  .stock-content {
    /*background-color: red;*/
  }
  .stock-content .side-content {
    width: 215px !important;
  }
  .stock-content .main-content-list {
    padding-left: 14px;
  }
  .collapse-in-md {
    display: block !important;
  }
  .dashboard-menu-sm {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
  }
  .dashboard-widgets-sm {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .collapse-lg {
    display: none;
  }
  #social-media-share-modal > .modal-dialog {
    min-width: 420px !important;
  }
  #social-media-share-modal .share-count {
    position: absolute;
    padding: 10px 0px;
    right: 10px;
    top: 25%;
  }
}
@media (min-width: 1200px) and (min-width: 767px) {
  .dashboard-menu-sm {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1200px) and (min-width: 767px) {
  .dashboard-widgets-sm {
    float: left;
    width: 75%;
  }
}
/******************************************* END: LG Breakpoint ************************************************/
/********************************************BEGIN: Grid Extension for Dashboard**********************************************/
@media (min-width: 768px) {
  .wrapper {
    margin-left: 0;
    margin-right: 0;
  }
}
.wrapper .row {
  margin-left: 0;
  margin-right: 0;
}
/********************************************END: Grid Extension for Dashboard**********************************************/
/********************************************BEGIN: Hopscotch CSS Extension**********************************************/
.hopscotch-bubble .hopscotch-bubble-number {
  background: transparent url(/images/sprite-orange.png) 0 0 no-repeat !important;
}
.hopscotch-bubble .hopscotch-bubble-close {
  background: transparent url(/images/sprite-orange.png) -192px -92px no-repeat !important;
}
/********************************************END: Hopscotch CSS Extension**********************************************/
.about-us-header {
  border: 1px solid grey;
  border-radius: 5px;
  padding: 10px;
}
.about-us-header .team-member-ceo {
  font-family: Lucida Handwriting, 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.about-us-content .title {
  color: #337ab7;
}
.terms .conditions {
  padding-left: 0px;
}
.terms .conditions > li {
  font-size: large;
  font-weight: bold;
  color: #337ab7;
  list-style-position: inside;
  padding-left: 0px;
  margin-top: 15px;
}
.terms .conditions > li .content {
  margin-top: 10px;
  font-size: 14px;
  font-weight: normal;
  color: #333;
}
.js-show-or-hide[href] {
  text-decoration: underline;
}
/* anti-spam token css */
._ast {
  position: absolute;
  left: -999em;
}
.recent-search-list {
  position: relative;
}
.recent-search-list table.property-list tr > td:first-of-type {
  padding-right: 1.2rem;
}