/* BASE ELEMENT STYLING
---------------------------------------------------------------------*/

/*** COLORS ****/
:root {
    --red: #C10230;
    --red-light: #E5232A;
    --red-vintage: #8a2432;
    --red-vintage-light: #B06870;

    --font-default: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    --font-header: "erbaum", Helvetica, Arial, sans-serif;
    --font-size-default: 12px;
}

/***TOP LEVEL ELEMENTS***/

html {
    position: relative;
    min-height: 100%;
}

body {
    /*padding-top: 90px;*/
    font-size: var(--font-size-default);
    /*margin-bottom: 542px;*/
}

/***TEXT ELEMENTS***/

h1, h2, h3, h4, h5, p, a {
}
h1.page-header {
    margin-top:20px;
}

a {
    color: #312D2D;
    text-decoration: none;
    font-weight: bold;
}
a:hover {
    color: #312D2D;
    text-decoration: underline;
}
a:focus {
    color: #312D2D;
    text-decoration: none;
}

.no-dt-style dt {
    display: none;
}

.no-dt-style input {
    margin: 5px 0;
}

address {
    margin-bottom: 5px;
}

.text-large {
    font-size: 1.4em;
}

.overflow-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

p.info-bubble {
    background: #F6F6F6;
    border-radius: 3px;
    padding: 10px 12px;
}

/* BREADCRUMB */

ol.breadcrumb a {
    font-weight: normal;
}

.faq a.anchor {
    font-weight: normal;
    text-decoration: none;
}


/* SHARED CLASSES
---------------------------------------------------------------------*/

/* Scroll sections (used to keep in page anchors out from behind the sticky header) */

.scroll-section {
    scroll-margin-top: 120px;
}

/* Alerts */

.alert {
    background-image: none;
    text-shadow: none;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.alert-danger {
    border-color: #F2DEDE;
}

.alert-info {
    border-color: #D9EDF7;
}

.alert-success {
    border-color: #DFF0D8;
}

.alert-warning {
    border-color: #FCF8E3;
}

/* Wells */
.well {
    background-image: none;
    background-color: #F5F5F5;
    border-color: #F4F4F4;
    box-shadow: none;
    -webkit-box-shadow: none;
}

/* Styleguide Colors */
.auctions-green {
    color: #3c763d;
}

.second-chance-red {
    color: #b13030;
}

.marketplace-blue {
    color: #428bea;
}

.pending-orange {
    color: #f28c28;
}

.adjustments-grey {
    color: #777;
}
/* DARKROOM */
.darkroom-container {
    position: relative;
}

.darkroom-image-container {
    top: 0;
    left: 0;
}

.darkroom-toolbar {
    display: block;
    position: absolute;
    top: -45px;
    left: 0;
    background: #444;
    height: 40px;
    min-width: 40px;
    z-index: 99;
    border-radius: 2px;
    white-space: nowrap;
    padding: 0 5px;
}

.darkroom-toolbar:before {
    content: "";
    position: absolute;
    bottom: -7px;
    left: 20px;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #444;
}

.darkroom-button-group {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.darkroom-button-group:last-child {
    border-right: none;
}

.darkroom-button {
    box-sizing: border-box;
    background: transparent;
    border: none;
    outline: none;
    padding: 2px 0 0 0;
    width: 40px;
    height: 40px;
}

.darkroom-button:hover, .darkroom-button:focus{
    cursor: pointer;
    background: #555;
}

.darkroom-button:active {
    cursor: pointer;
    background: #333;
}

.darkroom-button:disabled .darkroom-icon {
    fill: #666;
}

.darkroom-button:disabled:focus,
.darkroom-button:disabled:hover {
    cursor: default;
    background: transparent;
}

.darkroom-button.darkroom-button-active .darkroom-icon {
    fill: #33b5e5;
}

.darkroom-button.darkroom-button-hidden {
    display: none;
}

.darkroom-button.darkroom-button-success .darkroom-icon {
    fill: #99cc00;
}

.darkroom-button.darkroom-button-warning .darkroom-icon {
    fill: #FFBB33;
}

.darkroom-button.darkroom-button-danger .darkroom-icon {
    fill: #FF4444;
}

.darkroom-icon {
    width: 24px;
    height: 24px;
    fill: #fff;
}

.modal-datepicker {
    z-index: 9999!important;
    margin-top: auto!important;
}

.ui-datepicker {
    margin-top: -120px;
}

.ui-autocomplete {
    z-index: 1051;
}
ul.ui-autocomplete.ui-menu.ui-widget.ui-widget-content.ui-corner-all {
    border-radius: 0px;
}
ul.ui-autocomplete.ui-menu li.ui-menu-item {
    padding: 2px 1em 2px .4em;
}
ul.ui-autocomplete.ui-menu li.ui-menu-item a {
    padding: 4px;
    border: 1px solid #FFF;
}

/* Summary Card */

.summary-card {
    padding: 15px 1px 5px;
    text-align: right;
    border-bottom: 3px solid transparent;
}

.summary-link {
    cursor: pointer;
}

.summary-card:hover,
.summary-card:focus,
.summary-card.active {
    border-bottom: 3px solid;
}

.summary-card.active {
}

.summary-card-title {
    margin: 0;
    font-size: 100%;
    font-weight: bold;
}

.summary-card-content {
    margin: 0;
    font-size: 2.8em;
}

@media(max-width: 576px) {
    .summary-card {
        padding: 10px 1px 5px;
        text-align: center;
        border-bottom: 2px solid transparent;
    }

    .summary-card:hover,
    .summary-card:focus,
    .summary-card.active {
        border-bottom: 2px solid;
    }
    .summary-button-container {
        width: 100%;
    }
}
.summary-button-container {
    padding-right: 5px;
    padding-left: 5px;
}

.summary-button {
    margin-top: 5px;
    margin-bottom: 5px;
}

/** FIX FOR RESPONSIVE IMAGE Firefox (this caused issues on mobile) **/
/*.img-thumbnail {
    width: 100%;
}
*/

div.arrow {
    width: 0;
    height: 0;
}
div.arrow.gray {
    border-color: #666;
    color: #666;
}
div.arrow.right {
    margin: 0 auto;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid;
}

/*** Tag Right ***/
div.tag-right {
    display: flex;
    flex-flow: row;
    justify-content: center;
}
div.tag-right h3 {
    flex: 1 0;
    color: #312D2D;
    background: #f5f5f5;
    padding: 5px 12px;
    font-weight: 300;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    font-size: 18px;
    letter-spacing: 0.1em;
}

div.tag-right h4 {
    flex: 1 0;
    color: #312D2D;
    background: #f5f5f5;
    padding: 5px 12px;
    font-weight: 300;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    font-size: 16px;
    letter-spacing: 0.1em;
}

div.tag-right div.arrow-right {
    width: 0;
    height: 0;
    margin-top: 20px;
    border-color: #666;
    color: #f5f5f5;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 12px solid;
}

div.tag-right div.arrow-right.small {
    width: 0;
    height: 0;
    margin-top: 10px;
    border-color: #666;
    color: #f5f5f5;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 12px solid;
}

div.consignor-dashboard-right-arrow {
    width: 0;
    height: 0;
    margin: 0;
    border-color: #666;
    color: #666;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 12px solid;
}

/***LAYOUTS***/

#consignor-dashboard-stats h3 {
}

#consignor-dashboard-stats h4 {
   font-weight: bold;
   font-size: 30px;
}

.consignor-dashboard-tile {
}
a.consignor-dashboard-tile:hover, a.consignor-dashboard-tile:focus {
    color: var(--red);
}

#consignor-dashboard-stats p {
   font-size: 12px;
   letter-spacing: 0.06px;
}

#consignor-nav .nav-pills {
    margin: 0 0 20px 0;
}

.nav-pills li.active a {
    background-color: var(--red);
}

.nav-pills li.active a:hover, .nav-pills li.active a:focus {
    background-color: var(--red);
}

ul.side-nav {
    margin: 0;
    padding: 0;
}
ul.side-nav li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
ul.side-nav li a {
    display: block;
    margin: 0;
    padding: 6px 10px;
    border-radius: 3px;
}
ul.side-nav li.active a,
ul.side-nav li.active a:focus,
ul.side-nav li.active a:hover {
    color: #FFF;
    background: var(--red);
}
ul.side-nav li a:focus,
ul.side-nav li a:hover {
    background: rgba(0,0,0,0.1);
    text-decoration: none;
}

.navbar-toggle-left {
    float: left;
    margin-left: 15px;
    margin-right: 0;
}

.jumbotron {
    background-color: #f5f5f5;
}

.container.auction-venue, .container.marketplace-venue {
    margin-top: 125px;
    /*padding-bottom: 329px;*/
}

.auction-venue .main-content, .marketplace-venue .main-content {
    min-height: 800px;
}

.auction-venue fieldset, .marketplace-venue fieldset {
    margin-top: 10px;
}

.main-content-row.admin .breadcrumb {
    margin-top: 15px;
}

/***Side Menu***/
div.side-menu,
div.side-menu-collapsed {
    margin-top: 15px;
}
ul.side-nav>li.nav-header {
    padding: 0px;
    /*margin-top: 15px;*/
    font-weight: 700;
    letter-spacing: 0.8px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
ul.side-nav>li.nav-header {
    padding: 8px 15px;
}

/***Errors***/

ul.errors, label.error {
    color: red;
    font-size: 12px;
    list-style-type: none;
    padding-left: 4px;
    margin-bottom: 4px;
}

span.forgot-message {
    font-size: 12px;
    padding-left: 4px;
    margin-top: 4px;
}

/***Buttons***/

.btn-dark {
    color: #FFF;
    border: 1px solid #222;
    background: none;
    background-color: #312D2D;
}

.btn-clear {
    border: 1px solid transparent;
    background: transparent;
    text-shadow: 0 1px 0 #fff;
    color: #333;
    transition: all 0.1s ease-in;
}
.btn-clear:focus,
.btn-clear:hover {
    border: 1px solid #ddd;
    background: #fafafa;
}

.btn-default.active.btn-paypal {
    background-color: #FFC439;
}

.btn-default.active {
    color: #FFF;
    background: none;
    background-color: #585151;
    text-shadow: none;
}

.btn-dark:focus,
.btn-dark:hover {
    color: #FFF;
    background: none;
    background-color: #585151;
}

.btn-info {
    background: none;
    background-color: #55C0DE;
}

.btn-info:focus,
.btn-info:hover {
    background: none;
    background-color: #2AABD2;
}

.btn-red {
    color: #FFF;
    background: none;
    background-color: var(--red-vintage);
}

.btn-red:focus,
.btn-red:hover {
    color: #FFF;
    background: none;
    background-color: var(--red-vintage-light);
}

.btn-green {
    background-color: #118D00;
    color: #F6F6F6;
}
.btn-green:focus,
.btn-green:hover {
    background-color: #118D00;
    color: #F6F6F6;
}
.btn-green:focus {
    background-color: #118D00;
    color: #F6F6F6;
}

.btn-delete {
    background: none;
    color: #666;
    font-size: 1.5em;
    border: none;
    padding: 10px;
    display:inline-block;
}
.btn-delete:focus,
.btn-delete:hover {
    color: #000;
    text-decoration: none;
}
.btn-delete:active {
    color: var(--red);
}

.btn-utility {
    background: none;
    color: #444;
    border: none;
    padding: 6px;
}
.btn-utility:focus,
.btn-utility:hover {
    color: #000;
    text-decoration: none;
}
.btn-utility:active {
    color: var(--red);
}

.btn-left {
    text-align: left;
}
.btn-default {
    border-color: #dbdbdb;
    background: #FFF;
}
.btn-lg {
    letter-spacing: 0.05em;
    font-weight: 700;
}

.btn-x {
    font-size: 18px;
    font-weight: bold;
    color: #555;
    text-decoration: none;
    line-height: 0.8;

}
.btn-x:focus,
.btn-x:hover {
    color: #222;
    text-decoration: none;
}

.btn.btn-a {
    display: inline-block;
}
.btn.btn-a {
    display: inline;
    padding: 4px 5px 3px 5px;
    margin: 0;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    border: 1px transparent solid;
    background: none;
    border-radius: 2px;
}
.btn.btn-a:focus,
.btn.btn-a:hover {
    /*background-color: #F0F0F0;*/
    border: 1px #444 solid;
    color: #000;
}
.btn.btn-a.btn-selected {
    border: 1px #888 solid;
}
div.btn-a-label {
    font-size: .75em;
    letter-spacing: .2px;
    color: #DDD;
    text-transform: uppercase;
    margin-bottom: 2px;
    padding-left: 4px;
    position: relative;
}
div.btn-a-label>span {
    background: #FFF;
    padding: 0 2px;
}
label.label-sm {
    font-size: .75em;
    letter-spacing: .4px;
    color: #AAA;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 0px;
}
label.label-sm.label-btn {
    padding: 4px 0 0 4px;
    margin-bottom: -4px;
    display: block;
}

a.btn-flash {
    text-decoration: none;
}
a.btn-flash:focus,
a.btn-flash:hover {
    text-decoration: none;
}
a.btn-flash:focus div.alert,
a.btn-flash:hover div.alert {
    border-color: #000;
}
.label-margin {
    margin-top: 22px;
}

.btn-lg.form-control {
    height: inherit;
}

.label {
    font-size: 90%;
    box-shadow: rgba(0,0,0,0.1) 0 0 3px 0;
    -webkit-box-shadow: rgba(0,0,0,0.1) 0 0 3px 0;
    -moz-box-shadow: rgba(0,0,0,0.1) 0 0 3px 0;
    display: inline-block;
}
.label.label-red {
    background-color: var(--red-vintage);
}
.label.label-black {
    background-color: #000000;
}
.label.label-blue {
    background-color: #00447B;
}
.label.label-brown{
    background-color: #6E2C00;
}
.label.label-gray {
    background-color: #969696;
}
.label.label-gold {
    background-color: #FFCC00;
}
.label.label-orange-dirt {
    background-color: #CC6600;
}
.label.label-light-blue {
    background-color: #66CCFF;
}
.label.label-funky-purple {
    background-color: #993366;
}
.label.label-schwartz-blue {
    background-color: #149ED9;
}
.label.label-integrity-red {
    background-color: #EF2227;
}
.label.label-all-star-blue {
    background-color: #041E41;
}
.label.label-wsd-auction {
    background-color: #000;
    color: red;
}
.label.label-ppc-auction {
    color: #0067A6;
    background-color: #D5D5D5;
    border-color: #777;
}
.label.label-radtke-auction {
    background-color: #D6C799;
}
.label.label-the-jersey-source {
    background-color: #2EA8FD;
    color: #FFF;
}
.label.label-in-demand {
    color: #003756;
    background-color: #F0F0F0;
    border-color: #B9CBE1;
}
.label.label-total-sports-enterprises {
    background-color: #000;
    color: #D1A636;
}
.label.label-sports-cards-com {
    background-color: #000;
    color: #FFF;
}
.label.label-sports-collectibles {
    background-color: #F0E9D9;
    border-color: #0d577e;
    color: #A30508;
}
.label.label-10-year-anniversary {
    background-color: #2B2B2B;
    color: #E4DFC0;
}
.label.label-rock-solid-promotions {
    background-color: #0076E2;
}
.label.label-palm-beach-autographs {
    background-color: #FCA000;
}
.label.label-full-size-helmets {
    background-color: #385189;
}
.label.label-authentigraphs {
    background-color: #D62B3B;
}
.label.label-nostalgia {
    background-color: #3571A3;
}
.label.label-framed-up {
    background-color: #BD3700;
}
.label.label-nascar {
    background-color: #FCD959;
    color: #000;
}
.label.label-jersey {
    background-color: #787878;
}
.label.label-charity {
    background-color: #363636;
    color: #F26722;
}
.label.label-historic {
    background-color: #213337;
    color: #C2A16E;
}
.label.label-movie {
    background-color: #61605E;
    color: #F2F280;
}
.label.label-mini-helmets {
    background-color: #F0F7EF;
    border-color: #657691;
    color: #7D8CA3;
}
.label.label-pristine-week {
    color: #FFF;
    background-color: #b31e22;
}
.label.label-fantasy-football {
    background-color: #FF6144;
}
.label.label-fire-sale {
    background-color: #434343;
}
.label.label-world-series {
    background-color: #B8AD91;
}
.label.label-black-friday {
    background-color: #401E1E;
    color: #FFCD37;
}
.label.label-stocking-stuffers {
    background-color: #8C2334;
    color: #F2DFC9;
}
.label.label-hall-of-fame {
    background-color: #645447;
    color: #F5BF3D;
}
.label.label-holiday {
    background-color: #243f36;
}
.label.label-new-year {
    background-color: #BE0330;
}
.label.label-the-big-game {
    background-color: #561E27;
}
.label.label-super-box {
    background-color: #2E2E2E;
}
.label.label-golden-ticket {
    background-color: #DDAF62;
    color: #000000;
}
.label.label-madness {
    background-color: #74818A;
}
.label.label-the-masters {
    background-color: #0D6644;
}
.label.label-spring-cleaning {
    background-color: #50AA8D;
}
.label.label-mystery-box {
    background-color: #6C6C6C;
}
.label.label-nascar-charity {
    background-color: #33A2FE;
}
.label.label-nfl-draft {
    background-color: #013166;
}
.label.label-fiterman {
    background-color: #D6D6D6;
    border-color: #D6262C;
    color: #000000;
}
.label.label-giveback {
    background-color: #E75F25;
}
.label.label-memorial-day {
    background-color: #3C3B6E;
}
.label.label-tipoff {
    background-color: #E1823D;
}
.label.label-jim-marshall-collection {
    background-color: #000;
}
.label.label-baller {
    background-color: #3E3E3E;
}
.label.label-vip {
    color: #000;
    background-color: #e6e6e6;
    border-color: #a4a4a4;
}
.label.funko-pop {
    background-color: #fe0000;
}
.label.label-super-bowl {
    background-color: #233040;
}

.float-left {
    float: left;
}
.float-right {
    float: right;
}

.time-ago {
    color: #666;
    font-style: italic;
}
.time-ago:focus,
.time-ago:hover {
    cursor: default;
}

.go-to-watch-list-button, .remove-from-watch-list-button {
    /*font-size: 0.85em;*/
}

.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top:0;
    left:100%;
    margin-top:-6px;
    margin-left:-1px;
    -webkit-border-radius:0 6px 6px 6px;
    -moz-border-radius:0 6px 6px 6px;
    border-radius:0 6px 6px 6px;
}
.dropdown-submenu:focus>.dropdown-menu,
.dropdown-submenu:hover>.dropdown-menu {
    display:block;
}
.dropdown-submenu a.special:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #cccccc;
    margin-top: 5px;
    margin-right: -10px;
}
.dropdown-submenu:focus a:after,
.dropdown-submenu:hover a:after {
    border-left-color:#ffffff;
}
.dropdown-submenu.pull-left {
    float: none !important;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    right: 100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/***INPUT GROUPS***/

div.input-group select {
}

/***FONTS***/

.color-inverse {
    color: #FFF;
}

.red {
    color: #FF030D;
}

.pristine-red {
    color: var(--red-vintage);
}
.bright-red {
    color: var(--red-light);
}

.orange {
    color: #EE9933;
}

.green {
    color: #118D00;
}

/***FANCYBOX***/
#fancybox-overlay {
    height: 100%!important;
}
#fancybox-fullsize {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    background: #CCC;
    display: none;
    filter: alpha(opacity=50);
    opacity: 0.5;

}

#fancybox-content:focus #fancybox-fullsize,
#fancybox-content:hover #fancybox-fullsize {
    display: block;
}

#fancybox-fullsize:focus,
#fancybox-fullsize:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

#fancybox-fullsize-data {
    display: none;
}

/***BADGES***/

.badge.badge-warning {
    background-color: #f0ad4e;
}
.panel-default>.panel-heading .badge.badge-warning {
    background-color: #f0ad4e;
}

.badge.badge-danger {
    background-color: #d9534f;
}
.panel-default>.panel-heading .badge.badge-danger {
    background-color: #d9534f;
}

.badge.badge-success {
    background-color: #5cb85c;
}
.panel-default>.panel-heading .badge.badge-success {
    background-color: #5cb85c;
}

.badge.badge-info {
    background-color: #5bc0de;
}
.panel-default>.panel-heading .badge.badge-info {
    background-color: #5bc0de;
}

.badge.badge-muted {
    background-color: #888;
}
.panel-default>.panel-heading .badge.badge-muted {
    background-color: #888;
}

.badge.badge-white {
    background-color: #F5F5F5;
    color: #333;
}
.panel-default>.panel-heading .badge.badge-white {
    background-color: #F5F5F5;
    color: #333;
}

div#cashiers-check-instructions.panel .panel-body p{
    font-size: 120%;
}


/***INPUTS***/
.button {
    border: none;
    background-color: var(--red);
    color: #FFF;
}

.button-inverse {
    border: none;
    background-color: #312D2D;
    color: #FFF;
}

.button-special {
    border: none;
    background-color: #FFC42E;
    color: #FFF!important;
}

.input-group-addon {
    color: #FFF;
    background: none;
    background-color: #312D2D;
}
.input-group-addon.inherit {
    color: inherit;
    background: inherit;
    background-color: inherit;
}

/***TABLES***/

table.table tbody tr td {
    border: none;
    border-top: none;
}

/***Pagination***/

ul.pagination li a {
    color: #312D2D;
    font-weight: normal;
}

ul.pagination li a:focus,
ul.pagination li a:hover {
    color: var(--red-vintage);
}

/* include pagination selectors to have consistent red hightlight */
ul.pagination li.active span,
.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    background-color: var(--red-vintage);
    border-color: var(--red-vintage);
}

ul.pagination li.active span:focus,
ul.pagination li.active span:hover {
    background-color: var(--red-vintage);
    border-color: var(--red-vintage);
}

ul.pagination.per-page {
    margin: 0px 0px;
}

ul.pagination.per-page a {
    font-weight: normal;
}

ul.pagination.per-page li.active span {
    background-color: #312D2D;
    border-color: #312D2D;
    margin-bottom: 10px;
}

div.result_count {
    display: block;
}
div.result-count span {
    padding: 10px 20px;
}

.search-pagination ul.pagination {
    margin: 0;
}
.search-pagination ul.pagination.per-page li.active span {
    margin: 0;
}

/***MISC***/

.fill-dark {
    background-color: #312D2D;
}

.fill-light {
    background-color: #f5f5f5;
    color: #312D2D;
}

.bid-update {
    background-color: yellow;
}

.section-heading {
    padding: 5px;
}

.no-close .ui-dialog-titlebar-close {
    display: none;
  }

/* Dropzone
---------------------------------------------------------------------*/
#dropzone-clickable:focus,
#dropzone-clickable:hover {
    cursor: pointer;
    color: #222;
    background-color: #e5e5e5;
    border-color: #ccc;
}

/* Forms
---------------------------------------------------------------------*/
.legend {
    /*font-size: 28px;*/
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.1px;
}

div.form-group {
    margin-bottom: 10px;
}

div.form-section {
    margin-bottom: 40px;
}
div.form-section-compact {
    margin-bottom: 20px;
}
div.form-section-compact h3 {
    margin: 0 0 10px 0;
}

fieldset label {
    font-weight: normal;
}

label.optional {
    color: #808080;
}

div.radio label {
    font-weight: bold;
    font-size: 1.2em;
}

div.checkbox label {
    font-weight: bold;
}
button.btn.checkbox {
    padding-top: 5px;
}

span.glyphicon-left {
    padding-right: 10px;
}

span.icon-left {
    padding-right: 10px;
}
.btn-xs span.icon-left {
    padding: 0 4px 0px 0px;
}
span.icon-right {
    padding-left: 10px;
}
.btn-xs span.icon-right {
    padding: 0 0px 0px 4px;
}
span.glyphicon-right {
    padding-left: 10px;
}

span.glyphicon-button {
    padding: 6px 10px;
}

span.glyphicon-button.inactive {
    color: #CCC;
}

.no-padding {
    padding: 0;
}
.no-margin {
    margin: 0;
}

.low-padding {
    padding: 5px;
}

/* HEADER STYLING
---------------------------------------------------------------------*/

/***Mobile Search***/
#mobile-search {
    background-color: #FFF;
    position: fixed;
    top: 55px;
    width: 100%;
    z-index: 20;
}

/***TOP ROW***/
#top-row {
    background-color: #312D2D;
    position: fixed;
    top: 0;
    width: 100%;
    height: 5px;
    z-index: 9999;
}

#top-row .help-link-wrapper a {
    padding-left: 8px;
}

#top-row .help-link-wrapper.small {
    margin-right: 10px;
}

#top-row .help-link-wrapper.small a {
    font-size: 12px;
    font-weight: bold;
    padding-left: 10px;
}

/*** Mobile Message Alert ***/
#mobile-message .modal-header {
    margin: 0;
    padding: 5px 15px;
    color: #FFF;
    background-color: var(--red);
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

#mobile-message .modal-header button.close {
    color: #FFF;
    opacity: 1;
}

#mobile-message .modal-body {
    padding-top: 5px;
    font-size: 14px;
    text-align: center;
}

#mobile-message .modal-body hr {
    width: 60%;
    margin: 0 auto;
}

.user-message-popover {}
.user-message-popover .popover-header .popover-title {}
.user-message-popover .popover-header .popover-title a {
    font-weight: inherit;
    color: inherit;
}
.user-message-popover .popover-header .popover-title a:focus,
.user-message-popover .popover-header .popover-title a:hover {
    color: inherit;
    background-color: inherit;
    text-shadow: inherit;
}

.modal.modal-alert {}
.modal.modal-alert .modal-dialog {
    margin-top: 140px;
}
.modal.modal-alert .modal-body {
    padding: 0px;
    text-align: center;
}
.modal.modal-alert .modal-body .alert {
    padding: 20px;
    font-size: 14px;
    margin-bottom: 0px;
}
.modal.modal-alert .modal-body .alert button[data-dismiss="modal"] {
    /*color: #666;*/
    background: none;
    border: none;
    font-size: 24px;
    float: right;
    padding: 0;
    margin: 0;
    margin-top: -5px;
    line-height: 1;
    font-weight: bold;
}
.modal.modal-alert .modal-body .alert button[data-dismiss="modal"]:focus,
.modal.modal-alert .modal-body .alert button[data-dismiss="modal"]:hover {
    color: #333;
}

/***ALERT ROW***/
#alert-row {
    background-color: #f5f5f5;
    /*color: var(--red);*/
    position: fixed;
    top: 5px;
    width: 100%;
    min-height: 20px;
    z-index: 9999;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

#alert-row .row {
    margin: 0;
    height: 20px;
}

#alert-row .row div {
    overflow: hidden;
}

#alert-row .row hr {
    border-color: #E0E0E0;
    width: 20%;
    margin: 0 auto;
}

#alert-row .row a {
    /*color: var(--red);*/
}

/***DISMISSIBLE ALERT***/
.alert-dismissible a {
    color: inherit;
}

/***NAV BAR***/

#search-nav {
    padding-top: 10px;
    background-color: #FFF;
    top: 50px;
    padding-bottom: 6px;
    max-height: 73px;
}

#search-nav.active-alert {
    margin-top: 20px;
}

#search-nav.border-bottom {
    border-bottom: 1px solid #EFEFEF;
    box-shadow: rgba(0,0,0,0.1) 0 0 8px;
    -webkit-box-shadow: rgba(0,0,0,0.1) 0 0 8px;
    -moz-box-shadow: rgba(0,0,0,0.1) 0 0 8px;
}

.navbar {
    border-radius: 0;
}

.navbar .dropdown ul {
    /*background-color: var(--red);*/
}

.nav__consign::after {
    content: '';
    position: absolute;
    left: 0;
    display: inline-block;
    height: 1.4em;
    width: calc(100% - 20px);
    border-bottom: 2px solid var(--red-vintage);
    margin: 5px 10px 0px;
}

.navbar-inverse {
    /*margin-top: 5px;*/
    background-color: #F5F5F5;
    background-image: none;
    border: none;
}

.navbar-inverse.active-alert {
    margin-top: 20px;
}

.navbar-inverse .navbar-nav li a {
    font-weight: bold;
    color: #312D2D;
    text-shadow: none;
}

.navbar-inverse .navbar-nav .dropdown li a {
    color: #333;
}

.navbar-inverse .navbar-nav li a:focus,
.navbar-inverse .navbar-nav li a:hover {
    background-color: var(--red-vintage);
}

.navbar-inverse .navbar-nav li a.hover {
    color: #FFF;
    background-color: var(--red-vintage);
}

.navbar-inverse .navbar-nav .dropdown li a:focus,
.navbar-inverse .navbar-nav .dropdown li a:hover {
    background-color: #e5e5e5;
}

.navbar-inverse .navbar-nav li a:focus span.badge,
.navbar-inverse .navbar-nav li a:hover span.badge {
    color: #000;
    text-shadow: none;
}

.navbar-inverse .navbar-right a.btn {
    margin-top: 8px;
    padding: 5px 15px;
}

.navbar-inverse .navbar-right a.btn:focus,
.navbar-inverse .navbar-right a.btn:hover {
    background-color: #585151;
}

.navbar-inverse .navbar-toggle {
    color: #000;
    border-color: #000;
}

.navbar-inverse .navbar-toggle.simple {
    border: none;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
}

.navbar-inverse .navbar-toggle.simple:hover,
.navbar-inverse .navbar-toggle.simple:focus,
.navbar-inverse .navbar-toggle.simple:active {
    background: none;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #000;
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background-color: #787878;
}

.navebar-inverse .navbar-toggle:focus,
.navebar-inverse .navbar-toggle:hover {
    border-color: var(--red-vintage);
    background-color: var(--red-vintage);
}

.navbar-inverse .navbar-brand {
    color: #FFF;
}

.navbar-form a {
    font-size: 10px;
}

.main-nav .badge {
    background-color: #FFF;
    color: #312D2D;
    font-size: 10px;
    padding: 2px 4px;
    margin-top: 2px;
    margin-left: 2px;
    vertical-align: top;
    border: 1px solid #787878;
    text-shadow: none;
}

@media (min-width: 768px) {
    .navbar-inverse .navbar-brand {
        display: none;
    }
}

/***NAV BAR***/

.nav-tabs {
    border-color: #000;
    margin-bottom: 20px;
}

.nav-tabs li a {
    color: #312D2D;
}

.nav-tabs li a:focus,
.nav-tabs li a:hover {
    color: #FFF;
    background-color: #777;
    border-bottom-color: #000;
}

.nav-tabs li.active a {
    border: solid 1px #000;
    border-bottom-color: transparent;
}

.nav-tabs li.active a:focus,
.nav-tabs li.active a:hover {
    border: solid 1px #000;
    border-bottom-color: transparent;
}

.nav-tabs li.active ul li a,
.nav-tabs li.active ul li a:focus,
.nav-tabs li.active ul li a:hover {
    border: none;
}

.nav-tabs li.active ul li a:focus,
.nav-tabs li.active ul li a:hover {
    color: #FFF;
    background-color: #312D2D;
}

.nav-tabs .badge.nav-tab-badge {
    background: #EAEAEA;
    border-radius: 50%;
    border: 1px solid #333;
    color: #333;
    line-height: 1;
    padding: 2px 4px;
    margin: 0 3px;
    font-size: 80%;
}
.nav-tabs .badge.nav-tab-badge.dark {
    background: #333;
    color: #EAEAEA;
}

/***SEARCH WRAP***/

.search-container {
    padding-top: 90px;
}

.search-wrap {
    margin: 0 0 20px;
}

.search-wrap #site-search {
    margin: 10px 0 0 0;
}

.search-wrap .button {
}

#site-search {
    margin-top: 10px;
}

.search-filter {
    margin-top: 6px;
}

#warehouse-review-search-button {
    margin-top: 22px;
}

/* LEFT MENU
---------------------------------------------------------------------*/

#auction-category-menu:not(.mm-menu),
#marketplace-category-menu:not(.mm-menu),
#user-menu:not(.mm-menu),
#admin-category-menu:not(.mm-menu),
#consignment-mobile-nav:not(.mm-menu) {
    display: none;
}

/***CATEGORIES***/

.category-list {
    line-height: 25px;
}

.category-list ul {
    padding-bottom: 15px;
}

.categories {
}

.categories div.dropdown {
}

.categories div.dropdown ul li a {
    color: #333;
}

.categories h2 {
    cursor: pointer;
    background-color: #312D2D; /*pristine theme*/
    padding: 10px 0 10px 20px;
    margin: 0;
    font-size: 20px;
    /*font-weight: bolder; /*sean theme*/
    /*color: #000; /*sean theme*/
}

.categories ul {
    font-size: 12px;
    background-color: var(--red); /*pristine theme*/
    margin: 0;
    padding: 5px 0 10px 0;
    list-style: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.categories ul.tall {
    min-height: 1920px;
}


.categories ul li a {
    color: #FFF; /*pristine theme*/
    /*color: #000; /*sean theme*/
    /*font-weight: bold;*/
    text-align: left;
}

.categories ul li a:hover {
    /*color: var(--red); /*sean theme*/
    color: #FFF;
    /*text-shadow: 1px 1px 1px black;*/
}

/* RIGHT MENU
---------------------------------------------------------------------*/

.auction-status {
    background-color: #312D2D;
    color: #FFF;
    padding: 10px;
}

.auction-status strong {
    color: #FFF601;
}

.marketplace-banner, .auction-banner {
}

/* TEN MINUTE AUCTION
---------------------------------------------------------------------*/
#ten-minute-auction {
    transition: all 0.6s ease-in-out;
    margin-bottom: 20px;
}
#ten-minute-auction #tma-main-wrapper {
    height: 240px;
    display: flex;
    justify-content: center;
    flex-flow: column;
    padding-bottom: 20px;
}
#ten-minute-auction .ten-minute-auction-well {
    background-color: #FAFAFA;
    box-shadow: 1px 1px;
    -webkit-box-shadow: none;
}
#ten-minute-auction.countdown {
    /*background: url('/images/collage_bg.png');*/
    /*background: url('/images/tma-ali-banner.jpg');*/
    /*background: url('/images/tma-field-banner.jpg');*/
    background: url('https://www.pristineauction.com/images/tma-all-stars-banner.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#ten-minute-auction .main-image-thumb .thumb img, #ten-minute-auction .main-image-thumb .thumb-no-fancybox img {
    max-height: 160px;
}
#ten-minute-auction .auction-title-wrapper {
    min-height: 80px;
}
#ten-minute-auction h4.auction-title {
    margin-top: 0;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.1px;
    height: 245px;
}
#ten-minute-auction h5.auction-title {
    line-height: 1.14;
    font-size: 14px;
}
#ten-minute-auction div.high-bid {
    font-size: 16px;
}
#ten-minute-auction .bid-controls-container {
    min-height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}
#ten-minute-auction .max-bid-input-component {
    max-width: 240px;
}
#ten-minute-auction .bid-now-button {
    letter-spacing: .6px;
    font-weight: bold;
    max-width: 240px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}

#ten-minute-auction .high-bid {
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.6px;
}

#ten-minute-auction .product-countdown.ten-minute-auction span {
    line-height: inherit;
}

#ten-minute-auction .end-time {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.6px;
}

#ten-minute-auction #homepage-tma-timer .end-time {
    font-size: 18x;
    line-height: 1.1;
    font-weight: 500;
    letter-spacing: 0.6px;
}

#ten-minute-auction .ten-minute-auction-header {
    text-align: center;
    /*text-shadow: 1px 1px 2px #888;*/
}
#ten-minute-auction .ten-minute-auction-header h3 {
    font-size: 36px;
}

#ten-minute-auction .ten-minute-auction-header span.tma-description {
    font-size: 16px;
    font-weight: 400;
}
#ten-minute-auction .starts-in {
    text-align: center;
    margin: 6px 0 0px 0;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 14px;
    /*text-shadow: 1px 1px 2px #888;*/
}
#ten-minute-auction .starts-in-countdown {
    text-align: center;
    text-outline: 1px solid #FFF;
    /*text-shadow: 0px 0px 4px #FFF;*/
}
#ten-minute-auction .starts-in-countdown .product-countdown.ten-minute-auction span {
    color: var(--red)!important;
}
#ten-minute-auction-info {
    background-image: none;
    background-color: #FAFAFA;
    border-color: #F4F4F4;
    box-shadow: 1px 1px;
    -webkit-box-shadow: none;
    transition: all 0.6s ease-in-out;
    transition: border-color 0.1s ease-in-out;
    margin-bottom: 20px;
    padding: 14px 18px;
    text-align: left;
    display: block;
}
a#ten-minute-auction-info:hover {
    border-color: #888;
}
#ten-minute-auction-info .ten-minute-description {
    font-size: 13px;
    text-decoration: none;
    color: #333333;
    line-height: 1.25;
    margin: 0px;
}

/* HOME PAGE SLIDER
---------------------------------------------------------------------*/

.carousel-control .glyphicon-chevron-left {
    margin-left: -60px;
}

.carousel-control .glyphicon-chevron-right {
    margin-right: -60px;
}

.carousel div.item {
    background-size: cover;
    background-repeat: no-repeat;
    color: #FFF;
}

.carousel div.item .slider-title {
    margin-top: -30px;
    margin-bottom: 10px;
    overflow: hidden;
    height: 180px;
}

.carousel div.item .slider-title a:hover {
    color: #FFF601;
}

.carousel div.item div.auction-slider {
    background-color: rgba(0, 0, 0, 0.3);
}

.carousel div.item img {
    max-height: 270px;
}

div#auction-slider div.item.full-slide {
    background-size: cover;
    background-position: center;
}
div#frame-slide {
    background: url('https://www.pristineauction.com/images/slider/FramingBanner.jpg');
    cursor: pointer;
}
div#kickoff-slide {
    background: url('https://www.pristineauction.com/images/slider/Kickoff.jpg');
    cursor: pointer;
}
div#kickoff-slide div.product-countdown span.green  {
    margin-top: 50px;
    color: #FFF;
}
div#elite-slide {
    background: url('https://www.pristineauction.com/images/slider/Elite201712.jpg');
    cursor: pointer;
}
div#elite-slide span.elite-dates {
    font-size: 2.6em;
    color: #FFF;
    font-family: var(--font-default);
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    position: absolute;
    width: 100%;
    text-align: center;
    top: 68%;
}
div#weekly-slide {
    background: url('https://www.pristineauction.com/images/slider/Classic.jpg');
    cursor: pointer;
}
div#weekly-art-slide {
    background: url('https://www.pristineauction.com/images/slider/WeeklyArt.jpg');
    cursor: pointer;
}
div#weekly-no-reserve-slide {
    background: url('https://www.pristineauction.com/images/slider/WeeklyNoReserve.jpg');
    cursor: pointer;
}
div#daily-slide {
    background: url('https://www.pristineauction.com/images/slider/Daily.jpg');
    cursor: pointer;
}
div#memorial-day-slide {
    background: url('https://www.pristineauction.com/images/slider/memorial-day.jpg');
    cursor: pointer;
}
div#daily-slide .product-countdown span.green, div#weekly-no-reserve-slide .product-countdown span.green, div#weekly-slide .product-countdown span.green, div#weekly-art-slide .product-countdown span.green, div#elite-slide .product-countdown span.green {
    color: #FFF;
}
div#consignment-slide {
    background: url('https://www.pristineauction.com/images/slider/ConsignWithUs.png');
    cursor: pointer;
}
div.countdown-slide {
    position: relative;
}
div.countdown-slide div.product-countdown {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 80%;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 2.2em;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.carousel div.item, .carousel div.item .row-eq-height {
    height: 300px;
}

.carousel div.item a:hover {
    text-decoration: none;
    cursor: pointer;
    color: #C9C9C9;
}

.carousel div.item span {
    margin-right: 7px;
}

/* MARKETPLACE HOME PAGE
---------------------------------------------------------------------*/

.marketplace-banner {
    margin-bottom: 20px;
}

/* AUCTION ADAVANCED SEARCH
---------------------------------------------------------------------*/

#auction-advanced-search { margin: 20px 0 50px 0; }

/* PRODUCT LIST
---------------------------------------------------------------------*/

div.product-list {
    margin: 0 0 0 0;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px #e5e5e5;
}

div.product-list:nth-child(even) {
    background-color: #f5f5f5;
}

div.product-list img {
    margin-bottom: 15px;
    /*max-width: 100px;*/
}

.product-list .title a {
    color: var(--red);
    text-decoration: none;
}
.product-list .title a:hover {
    color: #312D2D;
    text-decoration: underline;
}
.product_list .title a:focus {
    color: #312D2D;
    text-decoration: none;
}
.product-list table {
    width: 100%;
}

.product-list table tr th {
    text-align: center;
    border: none;
}

#add-to-order, #add-to-cart {
    margin-bottom: 20px;
    width: 100%;
}

.exclude-product img, .exclude-product a, .exclude-product p, .exclude-product span {
    /*border: 2px solid #dc5b51 !important;*/
    opacity: .3;

}

.search-results.search-type .exclude-product img, .search-results.search-type .exclude-product a, .search-results.search-type .exclude-product p, .search-results.search-type .exclude-product span {
    opacity: 1;
}

.exclude-product button span, .exclude-product button p {
    opacity: 1;
}

/* PRODUCT DEATILS
---------------------------------------------------------------------*/
.lgi-right {
    font-weight: bold;
    float: right;
}
div.enter-max-bid-info {
    color: #959595;
    font-size: 1em;
    padding-top: 6px;
}
div.enter-max-bid-info strong {
    color: #757575;
    padding-left: 10px;
}
#bid-now-button {
    margin: 0px 0px 20px 0px;
    font-size: 1.2em;
    height: 50px;
    font-weight: bold;
}
#bid-buttons .col-xs-6 {
    padding: 6px;
}
button.add-to-watch-list-button, input.max-bid-button {
    /*font-size: 0.9em;
    font-weight: bold;*/
}
a.go-to-watch-list-button {
    /*padding: 8px 12px;
    font-size: 0.8em;
    font-weight: bold;*/
}
.watch {
    margin-bottom: 10px;
    width: 100%;
}
#product-details-header {
    margin-bottom: 20px;
}
#product-details-header h1 {
    margin: 0px 0px 10px 0px;
    font-size: 2.0em;
    line-height: 1.5em;
}
#product-details-header h2 {
    margin: 0px 0px 10px 0px;
    font-size: 1.4em;
}
#product-details-admin-menu {
    margin-bottom: 30px;
}
#product-details-image-gallery .panel-heading {
    border: none;
    background: none;
    padding: 10px;
}
#product-details-image-gallery .panel-heading span.click-to-enlarge {
    font-size: 0.8em;
    color: #959595;
}
#product-details-admin-panel {}
#product-details-info-panel {}
#product-details-auction-info {}
.product-details-product-info .panel-body {
    padding: 30px 24px;
}
.product-details-product-info p.loa-snippet {
    margin-top: 30px;
    /*font-weight: 700;*/
    color: #000;
    /*font-size: 12px;*/
}

div#homepage-bottom-buttons {
    margin-top: 20px;
}
div#homepage-bottom-buttons .btn {
    margin-top: 10px;
}

/* PRODUCT LIST
---------------------------------------------------------------------*/

.product-subtitle {
    margin-top: 4px;
    margin-bottom: 4px;
}

/* PRODUCT ROW
---------------------------------------------------------------------*/
.row.product {
    padding: 12px 0;
    margin: 8px 0;
    border: 1px solid transparent;
    border-bottom: 1px solid #F2F2F2;
    transition: all 0.1s ease-in-out;
    border-radius: 2px;
}
.row.product img.img-thumbnail {
    max-height: 130px;
}
.row.product p,
.row.product span {
    margin-bottom: 4px;
}
.row.product .title {
    font-size: 14px;
    margin-bottom: 6px;
    display: block;
}
.row.product .subtitle {
    font-weight: normal;
    font-size: 14px;
}
.row.product .sku {
    font-weight: bold;
    letter-spacing: 0.2px;
    font-size: 12px;
}
.row.product .high-bid {
    font-weight: bold;
    color: #000;
    font-size: 16px;
    letter-spacing: 0.6px;
    margin: 0 0 4px 0;
}
.row.product .high-bid span.label {
    font-size: 10px;
    display: inline-block;
    margin-bottom: 2px;
    margin-left: 6px;
    vertical-align: bottom;
}
.row.product .end-time {
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.6px;
    display: block;
    margin: 0 0 4px 0;
}

.row.product .watch {
    margin: 0;
    width: 100%;
}

a.no-underline:hover {
    text-decoration: none !important;
}
span.label {
    border: 1px solid transparent;
    display: inline-block;
    margin-bottom: 3px;
}
a:hover span.label {
    border-color: rgba(0,0,0,0.6);
    border-width: 1px;
    border-style: solid;
}
a:active span.label {
    /*box-shadow: -1px 1px 2px rgba(0, 0, 0, .4);*/
}

span.reserve-price-indicator {
    display: inline-block;
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.2px;
    margin-left: 12px;
}

/* SEARCH
-----------*/
button.toggle-search-controls {
    color: #666;
    background: none;
    border: none;
    padding: 3px;
    margin: 4px;
    text-decoration: underline;
}
button.toggle-search-controls:hover {
    color: #000;
    text-decoration: none;
}

/* CUSTOM FRAMES
---------------------------------------------------------------------*/

.frame-preview {
    position: relative;
    padding: 0 20px 0 0;
    min-height: 100px;
}
.attribute-modal.pristine-jersey-frame .frame-preview {
    min-height: 300px;
}
.attribute-modal.pristine-flat-frame .frame-preview {
    min-height: 350px;
}
.frame-preview.line-item-view {
    padding: 0;
}
.frame-preview.consignor-view {
}
.frame-preview div.frame-overlay {
    position: relative;
}
.frame-preview.consignor-view div.frame-overlay {
    width: 50%;
}
.frame-preview div.frame-overlay img {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.frame-preview div.frame-overlay img.background {
    position: relative;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #fff;
}
.frame-preview.line-item-view, .frame-preview.line-item-view img {
    margin-top: 0;
    max-width: 100px;
}
.frame-preview .large-view, .frame-preview .large-view img {
    max-height: 326px;
}
.frame-preview .large-view img.product-image {
    top: 40px;
    left: 40px;
    width: 200px;
}
.frame-preview .large-view img.product-image.landscape {
    top: 60px;
    left: 15px;
    width: 250px;
    min-height: 200px;
}
.frame-preview .thumb-view, .frame-preview div.frame-overlay.thumb-view {
    position: absolute; max-width: 100px; right: 20px; bottom: 0px;
}
.frame-preview .thumb-view img.product-image {
    top: 0px;
    left: 0px;
}
.frame-preview .thumb-view img.product-image.landscape {
    top: 0px;
    left: 0px;
    width: 100px;
}
.frame-preview .thumb-view img.frame, .frame-preview .thumb-view img.mat {
    height: 100%;
}
.frame-preview .thumb-view img.frame.landscape, .frame-preview .thumb-view img.mat.landscape {
    width: 100%;
}

.corner-preview {
    position: relative;
}

.corner-preview button {
    background-color: transparent;
    min-height: 116px;
    min-width: 116px;
    margin-left: 3px;
    margin-top: 3px;
}

.corner-preview button img {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

/* FOOTER
---------------------------------------------------------------------*/

.footer {
    /*position: absolute;*/
    bottom: 0;
    width: 100%;
    color: #FFF;
}

.footer li a, .footer a {
    color: #FFF;
    text-decoration: none;
}

.footer li a:hover, .footer a:hover {
    color: #FFF601;
}

.footer div.row{
    padding: 20px;
}

/* REPORTS
---------------------------------------------------------------------*/
.report-form {
    text-align: center;
    margin: 15px;
}
.report-content > .page-header {
    margin: 10px 0 10px;
}
.report-content > .per-page {
    float: right;
}
.table-report {
    font-size: 0.95em;
}

.uppercase {
    text-transform: uppercase;
}

/**
 * Cards
 */
.card {
    text-align: left;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}
.card .card-accent {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom: 1px solid rgba(160, 160, 160, 0.2);
    padding: 6px;
}
.card .success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.card .info {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}
.card .warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}
.card .danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.card .card-content {
    padding: 24px;
}
.card .card-action {
    border-top: 1px solid rgba(160, 160, 160, 0.2);
    padding: 16px 24px;
}
.card .card-title {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 12px;
    letter-spacing: 0.2px;
}

.card-flex-container {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: -10px;
}
.card-flex-container .card,
.card-flex-container .card-placeholder  {
    display: flex;
    flex-flow: column;
    flex: 1 0 0;    /* grow; don't shrink; 0-basis (even-width, not content-rated) */
    margin: 10px;
    min-width: 240px;
}
.card-flex-container .card .card-content {
    flex: 1 0 auto;
}
.card-flex-container .card .card-action {
    flex: 0 0 auto;
}

/* OBJECT GRID : for making responsive table-like views of objects
   (see Product Rules and Product Rule Set if implementation is unclear)
---------------------------------------------------------------------*/]
/* TODO Vertically center the labels 'absolutely' within
   the relative scope of the row or column. */
div.grid-label {
    margin: auto;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
}

/* TODO Pare down synax by @including hidden-sm, hidden-xs */
div.grid-label-row {
    border-bottom: 1px solid #e0e0e0;
    padding: 20px 20px 10px 20px;
    font-weight: bold;
}

/* TODO Pare down synax by @including visible-sm-block, visible-xs-block */
div.grid-label-column {
    position: relative;
    padding: 10px;
    font-weight: bold;
}

div.grid-object-row {
    border-top: 1px solid #f0f0f0;
    padding: 20px;
}

div.grid-object {
    padding: 5px;
}

div.admin-grid {
    padding: 12px;
    min-height: 120px;
    font-weight: bold;
    font-size: 0.85em;
    text-transform: uppercase;
}

/* ADMIN PANEL
---------------------------------------------------------------------*/

div.icon {
    margin: auto;
    padding-bottom: 10px;
}

div.icon span.glyphicon {
    font-size: 3.6em;
}

/* Consignor Commission Rules
---------------------------------------------------------------------*/
.consignor-commission-rule-set {
    margin-bottom: 20px;
}
.consignor-commission-rule-set .consignor-id {
    padding-right: 2px;
    font-weight: bold;
}
.consignor-commission-rule-set .consignor-name {
    text-transform: uppercase;
    padding: 2px 4px;
    font-weight: 400;
}
.consignor-commission-rule-set a:hover {
    text-decoration: none;
}
.consignor-commission-rule-set a .consignor-name:hover {
    background-color: #CCC;
}

/* Panels & List Groups
---------------------------------------------------------------------*/

div.panel {
    border-radius: 0px;
}

div.panel-default div.panel-heading {
    background-image: none;
}

div.panel-grid {
    margin-bottom: 20px;
}
div.panel-grid .panel-heading {
    font-size: 1.15em;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #312D2D;
    padding: 8px 10px;
}
div.panel-grid .list-group-item {
    padding: 6px 8px;
}
div.panel-index .panel-heading {
    font-size: 1.15em;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #312D2D;
    padding: 15px 20px;
}
div.panel-grid .img-responsive {
    max-height: 150px;
}
li.list-group-item.lgi-split {
    padding: 0;
}
.list-group-item div.lgi-split-4 {
    width: 24%;
    display: inline-block;
    margin: 0;
}
.list-group-item div.lgi-split-4 a {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 6px 4px;
}
.list-group-item div.lgi-split-4 a:hover {
    text-decoration: none;
    background-color: #f0f0f0;
}
.list-group-item div.lgi-split-4:nth-of-type(2) {
    /*border-right: 1px solid #ddd;*/
    /*border-left: 1px solid #ddd;*/
}

div.panel-index .panel-heading a {
    color: #312D2D;
    text-decoration: none;
}

div.panel-index .panel-heading a:hover {
    color: #312D2D;
    text-decoration: underline;
}

div.panel.panel-index {
    margin-bottom: 0;
}

.panel-images .panel-body {
    padding: 25px;
}

a .panel {
    font-weight: bold;
    text-decoration: none;
    border: 2px solid #BBB;
}
a:hover .panel {
    border: 2px solid #000;
}
a:hover .panel-body p {
    text-decoration: none;
}
a:active .panel {
    border: 2px solid var(--red);
    color: var(--red);
}

a.consignor-package-panel .panel.consignor-package-panel {
    font-weight: 400;
}
a.consignor-package-panel:hover {
    text-decoration: none;
}

.list-group a {
    font-weight: normal;
}

div.list-group.list-group-index {
    margin-bottom: 0;
}

div.panel-body.list-group {
    padding: 0px;
}

li.list-group-item.images {
    overflow: auto;
}

button.list-group-item {
    width: 100%;
    color: #555;
    text-align: left;
    font-weight: normal;
}
button.list-group-item:hover {
    background-color: #f5f5f5;
}

.list-group-item__valign {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.panel.panel-accordion {}
.panel.panel-accordion .panel-heading {
    padding: 0;
    background-color: none;
}
.panel.panel-accordion .panel-heading a.panel-collapse {
    display: block;
    padding: 10px 15px;
    background-color: #fafafa;
    font-weight: normal;
    transition: all 0.1s ease-in;
}
.panel.panel-accordion .panel-heading a.panel-collapse:hover {
    text-decoration: none;
    background-color: #f3f3f3;
}


div.auction-set.panel div.panel-header {
    min-height: 36px;
}

div.auction-set.panel.panel-default {
    margin-top: 20px;
}

.auction-set-row:last-of-type .auction-set-container:last-of-type .auction-set {
    border: 2px solid #000;
}

#linked-products-panel .linked-product-row {
    margin: 16px 0px;
}
#linked-products-panel h3 {
    margin: 0px;
    padding: 10px 0px;
    font-size: 1.2em;
    line-height: 1.2em;
}
#linked-products-panel p.no-links {
    color: #858585;
    margin: 10px;
    padding: 10px;
}
#linked-product-form li {
    padding: 20px;
}

/* Grid result set
---------------------------------------------------------------------*/
div.container.result-set {
    margin-top: 40px;
}

/* Absolute centering
---------------------------------------------------------------------*/
div.absolute-center-parent {
  position: relative;
  height: 100%;
  width: 100%;
}
div.absolute-center-child {
  position: absolute;
  /*top: 40%;
  transform: translateY(-40%);*/
  left: 50%;
  transform: translateX(-50%);
}

/* Minimal design elements
---------------------------------------------------------------------*/
html.minimal,
body.minimal,
div.container-fluid.minimal,
div.row.minimal,
div.col-sm-12.minimal {
    height: 100%;
    margin-top: 5px;
}
div.big-logo {
    padding: 40px;
    width: 100%;
}
div.disclaimer {
    margin-top: 50px;
    font-size: 0.85em;
}

ul.errors.minimal-errors {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

/* CLNDR
---------------------------------------------------------------------*/
.listing-calendar {
  margin: 10px auto 30px auto;
  /*max-width: 400px;*/
  font-size: 15px;
  padding: 0px 20px 0px 20px;
}
.listing-calendar .calendar {
    padding: 0px;
}
.listing-calendar .info-panel {
    padding: 0px;
    margin-top: 36px;
    border: 1px solid #000;
    border-left: none;
}
.listing-calendar .info-panel .info-heading {
    height: 30px;
    background: #252525;
    font-size: 10px;
    color: #FFF;
    text-align: center;
    padding: 6px;
}
.listing-calendar .info-panel .info-body {
  max-height: 250px;
  padding: 10px;
  font-size: 11px;
  overflow: scroll;
}
.listing-calendar .info-panel .info-body .heading {
  font-weight: bold;
}
.listing-calendar .clndr .clndr-controls {
  display: inline-block;
  width: 100%;
  position: relative;
  margin-bottom: 10px;
}
.listing-calendar .clndr .clndr-controls .month {
  float: left;
  width: 60%;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.listing-calendar .clndr .clndr-controls .clndr-control-button {
  float: left;
  width: 20%;
}
.listing-calendar .clndr .clndr-controls .clndr-control-button.rightalign {
  text-align: right;
  width: 20%;
}
.listing-calendar .clndr .clndr-controls .clndr-control-button .clndr-next-button {
  cursor: pointer;
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
}
.listing-calendar .clndr .clndr-controls .clndr-control-button .clndr-next-button:hover {
  background: #ddd;
}
.listing-calendar .clndr .clndr-controls .clndr-control-button .clndr-next-button.inactive {
  opacity: 0.5;
}
.listing-calendar .clndr .clndr-controls .clndr-control-button .clndr-next-button.inactive:hover {
  background: none;
  cursor: default;
}
.listing-calendar .clndr .clndr-controls .clndr-control-button .clndr-previous-button {
  cursor: pointer;
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
}
.listing-calendar .clndr .clndr-controls .clndr-control-button .clndr-previous-button:hover {
  background: #ddd;
}
.listing-calendar .clndr .clndr-controls .clndr-control-button .clndr-previous-button.inactive {
  opacity: 0.5;
}
.listing-calendar .clndr .clndr-controls .clndr-control-button .clndr-previous-button.inactive:hover {
  background: none;
  cursor: default;
}
.listing-calendar .clndr .clndr-table {
  table-layout: fixed;
  width: 100%;
}
.listing-calendar .clndr .clndr-table .header-days {
  height: 30px;
  font-size: 10px;
  background: #252525;
}
.listing-calendar .clndr .clndr-table .header-days .header-day {
  vertical-align: middle;
  text-align: center;
  border-left: 1px solid #000000;
  border-top: 1px solid #000000;
  color: #fff;
}
.listing-calendar .clndr .clndr-table .header-days .header-day:last-child {
  border-right: 1px solid #000000;
}
.listing-calendar .clndr .clndr-table tr {
  height: 52px;
}
.listing-calendar .clndr .clndr-table tr td {
  vertical-align: top;
}
.listing-calendar .clndr .clndr-table tr .day {
  border-left: 1px solid #000000;
  border-top: 1px solid #000000;
  width: 100%;
  height: inherit;
  cursor: pointer;
}
.listing-calendar .clndr .clndr-table tr .day:hover {
  background: #eee;
}
.listing-calendar .clndr .clndr-table tr .day.today .day-contents,
.listing-calendar .clndr .clndr-table tr .day.my-today .day-contents {
  color: #FFFFFF;
  background: #000000;
  border-radius: 4px;
}
.listing-calendar .clndr .clndr-table tr .day.today:hover,
.listing-calendar .clndr .clndr-table tr .day.my-today:hover {
  background: #eee;
}
.listing-calendar .clndr .clndr-table tr .day.today.event,
.listing-calendar .clndr .clndr-table tr .day.my-today.event {
  background: #000;
}
.listing-calendar .clndr .clndr-table tr .day.event,
.listing-calendar .clndr .clndr-table tr .day.my-event {
  background: #E05054;
}
.listing-calendar .clndr .clndr-table tr .day.event:hover,
.listing-calendar .clndr .clndr-table tr .day.my-event:hover {
  background: #D04044;
}
.listing-calendar .clndr .clndr-table tr .day.event.temp,
.listing-calendar .clndr .clndr-table tr .day.my-event.temp {
  background: #91c9ff;
}
.listing-calendar .clndr .clndr-table tr .day.event.temp:hover,
.listing-calendar .clndr .clndr-table tr .day.my-event.temp:hover {
  background: #7fb1e0;
}
/*Consignor Colors*/
.listing-calendar .clndr .clndr-table tr .day.event.sea-green,
.listing-calendar .clndr .clndr-table tr .day.my-event.sea-green {
  background: #009999;
}
.listing-calendar .clndr .clndr-table tr .day.event.sea-green.transparent,
.listing-calendar .clndr .clndr-table tr .day.my-event.sea-green.transparent {
  background: rgba(0, 153, 153, 0.3);
}
.listing-calendar .clndr .clndr-table tr .day.event.sea-green:hover,
.listing-calendar .clndr .clndr-table tr .day.my-event.sea-green:hover {
  background: #008A8A;
}
.listing-calendar .clndr .clndr-table tr .day.event.pristine-red,
.listing-calendar .clndr .clndr-table tr .day.my-event.pristine-red {
  background: var(--red);
}
.listing-calendar .clndr .clndr-table tr .day.event.pristine-red.transparent,
.listing-calendar .clndr .clndr-table tr .day.my-event.pristine-red.transparent {
  background: rgba(190, 29, 35, 0.3);
}
.listing-calendar .clndr .clndr-table tr .day.event.pristine-red:hover,
.listing-calendar .clndr .clndr-table tr .day.my-event.pristine-red:hover {
  background: #AB1A20;
}
.listing-calendar .clndr .clndr-table tr .day.event.blue-purple,
.listing-calendar .clndr .clndr-table tr .day.my-event.blue-purple {
  background: #4e77ff;
}
.listing-calendar .clndr .clndr-table tr .day.event.blue-purple.transparent,
.listing-calendar .clndr .clndr-table tr .day.my-event.blue-purple.transparent {
  background: rgba(78, 119, 255, 0.3);
}
.listing-calendar .clndr .clndr-table tr .day.event.blue-purple:hover,
.listing-calendar .clndr .clndr-table tr .day.my-event.blue-purple:hover {
  background: #466BE6;
}
.listing-calendar .clndr .clndr-table tr .day.event.purple,
.listing-calendar .clndr .clndr-table tr .day.my-event.purple {
  background: #a17eff;
}
.listing-calendar .clndr .clndr-table tr .day.event.purple.transparent,
.listing-calendar .clndr .clndr-table tr .day.my-event.purple.transparent {
  background: rgba(161, 126, 255, 0.3);
}
.listing-calendar .clndr .clndr-table tr .day.event.purple:hover,
.listing-calendar .clndr .clndr-table tr .day.my-event.purple:hover {
  background: #9171E6;
}
/*End Consignor Colors*/
.listing-calendar .clndr .clndr-table tr .day.inactive,
.listing-calendar .clndr .clndr-table tr .day.my-inactive {
  background: #ddd;
}
.listing-calendar .clndr .clndr-table tr .day:last-child {
  border-right: 1px solid #000000;
}
.listing-calendar .clndr .clndr-table tr .day .top-row {
  display: block;
  text-align: right;
}
.listing-calendar .clndr .clndr-table tr .day .middle-row {
  display: block;
  text-align: right;
}
.listing-calendar .clndr .clndr-table tr .day .bottom-row {
  display: block;
  text-align: right;
}
.listing-calendar .clndr .clndr-table tr .day .bottom-row.auction-type-counts {
  color: #FEFEFE;
  font-size: 0.75em;
  letter-spacing: -0.05em;
}
.listing-calendar .clndr .clndr-table tr .day .middle-row {
  color: #FEFEFE;
  font-size: 0.75em;
  font-weight: 700;
  letter-spacing: -0.05em;
}
.listing-calendar .clndr .clndr-table tr .day .day-contents {
  position: absolute;
  background: #FFFFFF;
  border-radius: 4px;
  margin: 2px;
  padding: 2px 3px 4px 2px;
  width: 20px;
  height: 20px;
  font-size: 12px;
  text-align: center;
}
.listing-calendar .clndr .clndr-table tr .day .day-contents .date {
  font-size: 11px;
  text-align: left;
}
.listing-calendar .clndr .clndr-table tr .day .count-badge {
  display: inline-block;
  margin: 5px 6px 3px 0px;
  font-size: 12px;
  color: #FFFFFF;
}
.listing-calendar .clndr .clndr-table tr .day .count-badge .count {
  font-size: 12px;
  margin: 0px;
}
.listing-calendar .clndr .clndr-table tr .day .count-badge .count.glyphicon {
  font-size: 10px;
  margin-right: -2px;
}
.listing-calendar .clndr .clndr-table tr .day .linked-badge {
  display: inline-block;
  margin: 3px 6px 5px 0px;
  font-size: 12px;
  color: #FFFFFF;
}
.listing-calendar .clndr .clndr-table tr .day .linked-badge .linked {
  font-size: 12px;
  margin: 0px;
}
.listing-calendar .clndr .clndr-table tr .day .linked-badge .linked.glyphicon {
  font-size: 10px;
  margin-right: -2px;
}
.listing-calendar .clndr .clndr-table tr .empty,
.listing-calendar .clndr .clndr-table tr .adjacent-month,
.listing-calendar .clndr .clndr-table tr .my-empty,
.listing-calendar .clndr .clndr-table tr .my-adjacent-month {
  border-left: 1px solid #000000;
  border-top: 1px solid #000000;
  width: 100%;
  height: inherit;
  background: #eee;
}
.listing-calendar .clndr .clndr-table tr .empty:hover,
.listing-calendar .clndr .clndr-table tr .adjacent-month:hover,
.listing-calendar .clndr .clndr-table tr .my-empty:hover,
.listing-calendar .clndr .clndr-table tr .my-adjacent-month:hover {
  background: #ddd;
}
.listing-calendar .clndr .clndr-table tr .empty:last-child,
.listing-calendar .clndr .clndr-table tr .adjacent-month:last-child,
.listing-calendar .clndr .clndr-table tr .my-empty:last-child,
.listing-calendar .clndr .clndr-table tr .my-adjacent-month:last-child {
  border-right: 1px solid #000000;
}
.listing-calendar .clndr .clndr-table tr:last-child .day,
.listing-calendar .clndr .clndr-table tr:last-child .my-day {
  border-bottom: 1px solid #000000;
}
.listing-calendar .clndr .clndr-table tr:last-child .empty,
.listing-calendar .clndr .clndr-table tr:last-child .my-empty {
  border-bottom: 1px solid #000000;
}

/* Auction/Item/SCO Edit */
.row.auction-edit,
.row.sco-edit,
.row.item-edit {
    text-align: left;
}
.row.auction-edit span.none,
.row.sco-edit span.none,
.row.item-edit span.none {
    color: #CCC;
}
.row.auction-edit legend,
.row.sco-edit legend,
.row.item-edit legend {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    color: #AAA;
    margin-top: 30px;
}
.row.item-edit legend {
    margin-top: 15px;
}
.row.auction-edit legend a.btn.btn-a,
.row.sco-edit legend a.btn.btn-a,
.row.item-edit legend a.btn.btn-a {
    font-size: 0.8em;
    margin-top: -4px;
    color: #AAA;
}
.row.auction-edit legend a.btn.btn-a:hover,
.row.sco-edit legend a.btn.btn-a:hover,
.row.item-edit legend a.btn.btn-a:hover {
    color: #333;
}
.auction-edit label.auction-edit-label,
.static-form-label,
.sco-edit label.sco-edit-label,
.item-edit label.item-edit-label {}
.static-form-field,
.auction-edit .auction-edit-field,
.sco-edit .sco-edit-field,
.item-edit .item-edit-field {
    font-size: 14px;
}


/* FullCalendar.io */
.fullcal-legend-container {
    margin-top:47px;
    padding-right:15px;
    padding-left:0px;
}
.fullcal-legend-row {
    color:#FFF;
    min-height:20px;
    padding: 5px 0;
    border-radius: 3px;
    margin-bottom: 4px;
}
.fullcal-legend-row a {
    color:#FFF;
    text-decoration: underline;
}

#auction-create-form #bin-notes-container #bin-notes {
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 8px 12px;
    height: 95px;
    overflow-y: scroll;
}

/*
 * Flex styles
 */
.flex-col {
    flex-grow: 1;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
}

.flex-grow {
    flex: 1 0 auto;
}
.flex-no-grow {
    flex: 0 0 auto;
}

/* Bootstrap equal height row fix */
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  align-items: center;
}

/* Shipment dashboard */

.package, .dnd-container {
    margin: 5px 0px;
}
.package span.placeholder, .dnd-container span.placeholder {
    display: block;
    text-align: center;
    font-size: 0.8em;
    font-weight: bold;
    color: #888;
}
.package span.ship-to, .dnd-container span.ship-to {
    display: block;
    text-align: left;
}
.package address, .dnd-container address {
    font-size: 0.9em;
}
.package .package-contents, .dnd-container .dnd-container-contents {
    min-height: 50px;
}
.package .package-contents .item, .dnd-container .dnd-container-contents .item {
    border: none;
    margin: 10px 0px;
    color: #000;
}

.package .package-contents .item .portlet-body, .dnd-container .dnd-container-contents .item .portlet-body {
    background-color: #F7F7F7;
    padding: 10px;
}
.package .package-contents .portlet-placeholder, .dnd-container .dnd-container-contents .portlet-placeholder {
    border: 2px dotted #AAA;
    border-radius: 2px;
    margin: 10px;
    height: 50px;
}
.package .package-contents .handle, .dnd-container .dnd-container-contents .handle {
    cursor: move;
    cursor: grab;
    cursor: -webkit-grab;
    padding: 10px;
    border: 1px solid #EAEAEA;
    border-radius: 4px;
    color: #888;
}
.package .package-contents .handle:active, .dnd-container .dnd-container-contents .handle:active {
    color: #000;
    border-color: #000;
    cursor: move;
    cursor: grabbing;
    cursor: -webkit-grabbing;
}
.package .img-responsive, .dnd-container .img-responsive {
    max-height: 40px;
}
.row.create-shipment-button {
    margin: 10px 0px 40px 0px;
}

.shipped-shipment {
    margin: 0px 0px 50px 0px;
}

.row.invoice-shipment, .row.invoice-gift-cards {
    margin: 10px 0;
}
.invoice-shipment a.track-package, .invoice-shipment button.track-package {
    margin-bottom: 10px;
}

/* Components */

div.row.inline-button-menu {
    margin: 10px 0 26px 0;
}
div.row.inline-button-menu a.btn,
div.row.inline-button-menu button.btn {
    margin-bottom: 4px;
}

ul.consignor-activity-details-tabs {

}
ul.consignor-activity-details-tabs li.venue-tab {
    font-size: 0.8em;
}
ul.consignor-activity-details-tabs li.venue-tab.disabled a:hover {
    cursor: default;
}
ul.consignor-activity-details-tabs li.venue-tab span.subtotal {
    font-size: 1.33em;
}

#search-controls-toggle {
    width: 100%;
    color: #888;
    margin: 10px 0;
}

button.search-category-btn span.search-category {
    font-size: 1.0em;
    font-weight: 300;
    letter-spacing: 0em;
}

.hidden-select, .consignor-hidden-select {
  position: absolute;
  z-index: 10;
  opacity: 0;
  -webkit-appearance: menulist-button;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 14px;
}

.search-controls .btn-group button {
    text-shadow: none;
}

/* /marketplace/index */
.category-tile-container {
    padding: 0;
}

.category-tile {
    padding: 20px 0px;
    margin: 15px;
    height: 200px;
    border: 2px solid #000;
    background: #efefef;
    opacity: 0.75;
}

.category-tile:hover {
    border: 2px solid var(--red);
    opacity: 1.0;
    background: #222;
}

.category-tile h2 {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: -0.03em;
    font-weight: 700;
    font-size: 1.8em;
    margin-top: 20px;
    color: #000;
    padding: 10px 0;
    background: rgba(255, 255, 255, 0.6);
}
.category-tile:hover h2 {
    color: #FFF;
    background: rgba(0, 0, 0, 0.6);
}
.category-tile-container:hover a {
    text-decoration: none;
}

.admin-item-row .row.user-info,
.admin-item-row .row.price-info {
    margin-top:8px;
    color:#BBB;
}
.admin-item-row .row.user-info a,
.admin-item-row .row.price-info a {
    color:#BBB;
}

.auction-type-countdown {
    margin-bottom: 10px;
    font-size: 12px;
}
.auction-type-countdown .product-countdown {
    font-size: 14px;
    /*font-weight: bold;*/
    letter-spacing: 0.05em;
    /*margin-top: 6px;*/
}
.auction-type-countdown .product-countdown-extended {
    font-size: 14px;
    /*font-weight: bold;*/
    letter-spacing: 0.05em;
    /*margin-top: 6px;*/
    font-weight: 700;
}

.product-countdown p {
    margin-bottom: 5px;
}
.product-countdown.ten-minute-auction span {
    line-height: 1.1;
}
.list-group-item.product-countdown.ten-minute-auction span {
    line-height: 1.41;
}
.auction-type-countdown hr {
    margin: 10px 0;
}
.auction-type-countdown ul {
    margin: 0;
    padding: 3.5px 0 3.5px 0;
    border-bottom: 1px #E0E0E0 solid;
}
.auction-type-countdown ul:last-of-type {
    padding: 3.5px 0 5px 0;
}
.auction-type-countdown ul:first-of-type {
    border-top: 1px #E0E0E0 solid;
    margin-top: 2px;
}
.auction-type-countdown ul li {
    margin: 0;
    padding: 0px;
}
.auction-type-countdown .product-countdown-labels {
    font-size: 10px;
    padding: 0 2px;
}
.auction-type-countdown .product-countdown-labels .unit {
    padding: 0 8px;
}
.auction-type-countdown .product-countdown-labels .unit:first-of-type {
    padding-left: 0;
}
.auction-type-countdown .product-countdown-labels .unit:last-of-type {
    padding-right: 0;
}

.auction-type-countdown span.badge {
    float: right;
    margin-top: 4px;
}

#mc_embed_signup {

}
#mc_embed_signup h2 {
    font-size: 1.2em;
}

.datetime-tooltip {
    cursor: default;
}
div#auction-slider .datetime-tooltip {
    cursor: inherit;
}

.results-for {
    display: inline-block;
    margin-right: 4px;
}
.results-in {
    display: inline-block;
    margin-left: 0px;
    margin-right: 2px;
}
.search-term {
    display: inline-block;
    padding-top: 14px;
    padding-bottom: 12px;
    font-style: italic;
}

#back-to-top-button {
    margin-top: 10px;
}

.back-to-top {
    position: fixed;
    top: 53px;
    right: 5%;
    z-index: 1031;
    padding-top: 9px;
    padding-bottom: 9px;
}

/* Alert Message */

.alert-sitewide {
    text-align: center;
    padding: 10px 12px;
    border-radius: 20px;
    margin-bottom: 12px;
    border-color: var(--red);
    color: var(--red);
    font-weight: 400;
    letter-spacing: 0.6px;
    border: 1px solid var(--red);
    transition: background-color 0.2s ease;
    /*font-weight: 700;*/
    /*
    background-color: var(--red);
    color: #FFF;
    */
}
a.alert-link:hover,
a.alert-link:active {
    text-decoration: none;
}
a.alert-link .alert-sitewide:hover,
a.alert-link .alert-sitewide:active {
    border-color: var(--red);
    color: #FFF;
    background-color: var(--red);
    transition: background-color 0.2s ease;
    border: 1px solid #FFF;
}

.admin-alert-preview {
    padding: 10px 0;
    border-bottom: 1px solid #EFEFEF;
}
.admin-alert-preview:last-of-type {
    border-bottom: none;
}

/*** User  message ***/
.popover .popover-header {
    padding: 8px 14px;
    border-bottom: 1px solid #ebebeb;
}

.popover .popover-title {
    padding: 0;
    border-bottom: none;
    font-weight: bolder;
}

.popover .popover-header {
    background-color: #f5f5f5;
}

.popover .popover-close {
   cursor: pointer;
}

.nav .popover .popover-content a {
    font-weight: normal;
    text-decoration: none;
    color: #000;
}

.nav .popover .popover-content a:hover {
    background-color: inherit!important;
}

/*** User Desktop message ***/
.navbar-right .popover {
    outline: none;
    max-width: 300px;
    width: 300px;
}

.navbar-right .popover {
    -webkit-box-shadow:  5px 5px 10px -10px rgba(0, 0, 0, .2);
    box-shadow: 5px 5px 10px  -10px; rgba(0, 0, 0, .2);
}

.popover .popover:last-child {
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

/*** User Mobile message ***/
.navbar-fixed-top .navbar-header .popover {
    outline: none;
    max-width: 250px;
    width: 250px;
    left: auto!important;
    right: 10px!important;
}

.navbar-fixed-top .navbar-header .popover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar-fixed-top .navbar-header .popover:last-child {
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.navbar-fixed-top .navbar-header .popover:not(:first-child) {
    right: 0!important;
}

a#alert-message-toggle {
    cursor: pointer;
}
a#alert-message-toggle div.popover div.popover-content a.alert-message-link {
    color: #000;
    background: none;
}
a#alert-message-toggle div.popover div.popover-content a.alert-message-link:hover {
    color: var(--red);
}

/**************/
/* TAGGING UI */
/**************/
/* Tag label */
.label.tag-label {
    margin: 3px;
    display: inline-block;
}
.remove-tag {
    color: #CCC;
}
.remove-tag:hover {
    color: #FFF;
    cursor: pointer;
}
.remove-tag:active {
    text-shadow: 1px 1px 1px black;
}
/* Tag autocomplete selector */
.ui-widget {
    font-family: inherit;
}
li.ui-menu-item a.ui-corner-all {
    font-weight: inherit;
    font-size: 1em;
    display: block;
    border-radius: 0px;
}
li.ui-menu-item a.ui-corner-all:hover {
    text-decoration: none;
}
li.ui-menu-item a.ui-state-hover {
    background: none;
    font-weight: bold;
    border: none;
}
li.ui-menu-item a.ui-state-hover {
    background: #EEE;
}
#tag-search-display .tag-label {
    margin: 6px 3px;
}
/* Was overlapping jQuery UI autocomplete drop-down */
/* Looked alright, but not thoroughly tested */
.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 1;
}
/* END TAGGING UI */

/* About */

h2.about-h2 {
    margin-top: 30px;
    margin-bottom: 15px;
}
.about-profile {
    margin-bottom: 20px;
}
.about-profile .about-photo {
    max-width: 100%;
    margin-bottom: 20px;
}
.about-profile .about-name {
    font-size: 1.1em;
    font-weight: 700;
    margin-right: 8px;
}
.about-profile .about-title {
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 200;
}
.about-profile .about-bio {
    margin-top: 12px;
}

/* How-to */
div#how-to-content {
    text-align: left;
}
div#how-to-content div.how-to-section {
    margin-top: 20px;
}
div#how-to-content div.how-to-section:first {
    margin-top: 0px;
}
div#how-to-content div.how-to-section h2 {
    padding-bottom: 6px;
    border-bottom: 1px solid #ccc;
    font-size: 22px;
}
div#how-to-content div.how-to-section h3 {
    padding-bottom: 6px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: #888;
}

div.how-to div.video {
    padding-bottom: 12px;
}

div.how-to div.instructions {
    background: #f8f8f8;
    overflow-y: scroll;
    /*max-height: 400px;*/
}
div.how-to div.instructions span.objective {
    font-weight: bold;
    font-size: 14px;
    letter-spacing: .4px;
    display: block;
    padding-bottom: 4px;
    margin-top: 8px;
}
div.how-to div.instructions span.objective:first {
    margin-top: 0px;
}
div.how-to div.instructions ol,
div.how-to div.instructions ul {
    padding-left: 16px;
}
div.how-to div.instructions ol>li,
div.how-to div.instructions ul>li {
    min-height: 30px;
    padding-bottom: 4px;
}

/* Scroll boxes */
div.scroll-y {
    border-top: 1px solid #F0F0F0;
    border-bottom: 1px solid #F0F0F0;
    padding: 0 12px;
    overflow-y: scroll;
}
div.scroll-y.max300 {
    max-height: 300px;
}
div.scroll-y.max400 {
    max-height: 400px;
}

/* Horizontal cirlcles */
.horizontal-circles {
    text-align: center;
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.horizontal-circles span:hover {
    display: inline-block;
}
.horizontal-circles span:hover {
    text-decoration: none;
}
.horizontal-circles span:hover .circle {
    border-color: var(--red);
}
.horizontal-circles span .circle {
    margin: 10px auto;
    border-radius: 50%;
    border: 4px solid #f5f5f5;
    width: 140px;
    height: 140px;
    display: flex;
    flex-flow: column;
    justify-content: center;
}
.horizontal-circles span .circle-large {
    margin: 10px auto;
    border-radius: 50%;
    border: 4px solid #f5f5f5;
    width: 200px;
    height: 200px;
    display: flex;
    flex-flow: column;
    justify-content: center;
}
.horizontal-circles span .circle .circle-data {
    font-size: 1.8em;
    margin-bottom: 6px;
}
.horizontal-circles span .circle .badge {
    margin-bottom: 3px;
}
.horizontal-circles span .circle .circle-label {
    font-weight: 300;
    letter-spacing: 0.6px;
}

.horizontal-circles span .circle .circle-label a {
    font-weight: 400;
}

/* Dashboard items */
.dashboard-items {
    text-align: center;
    display: block;
    border-spacing: 5px;
}
.dashboard-items .dashboard-item {
    width: 160px;
    height: 90px;
    display: inline-block;
    margin: 0px 15px;
    position: relative;
}

.report-dashboard.admin .dashboard-items .dashboard-item {
    margin: 0px;
}

.dashboard-items .dashboard-item .dashboard-item-contents {
    display: flex;
    justify-content: center;
    align-items: center;
    height: inherit;
    flex-direction: column;
}
.dashboard-items .dashboard-item a.dashboard-item-link {
}
.dashboard-items .dashboard-item .dashboard-item-data {
    font-size: 1.8em;
    font-weight: 500;
    letter-spacing: 1px;
}
.dashboard-items .dashboard-item .dashboard-item-label {
    font-weight: 400;
    letter-spacing: 0.6px;
    padding-top: 5px;
}

/* FRAMES & ATTRIBUTES
---------------------------------------------------------------------*/
div.row.attribute-panels {
    min-height: 320px;
}
div.preview {
    margin-top: 12px;
}

div.swatch-tiles {}
div.swatch-tiles>div.row {
    margin-left: -6px;
    margin-right: -6px;
}
div.swatch-tiles>div.row>div {
    padding: 6px;
}
div.swatch-tiles>div.row>div.corner-preview {
    padding: 0px;
}
div.swatch-tiles button.swatch-tile {
    height: 60px;
    width: 100%;
    text-transform: uppercase;
    border-radius: 2px;
    border: 2px solid transparent;
    font-size: 85%;
    letter-spacing: 0.5px;
    color: #FFF;
    text-shadow: 0px 0px 4px #333;
    border-radius: 5px;
}
div.swatch-tiles button.swatch-tile.image {
    height: auto;
    background-color: transparent;

}
div.swatch-tiles button.swatch-tile:hover {
    border: 2px solid rgb(52, 117, 207) !important;
    border-radius: 5px;
}
div.swatch-tiles button.swatch-tile.active {
    border: 2px solid rgb(52, 117, 207) !important;
    border-radius: 5px;
    background-color: rgb(161, 191, 233);
}

ol.confirm-attributes {
    font-size: 14px;
    padding: 0 18px;
}
li.confirm-attribute {
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.25px;
}
li.confirm-attribute span.confirm-attribute-selection {
    float: right;
    font-weight: bold;
}

.progress-meter {
    height: 6px;
    border: 1px solid #CCC;
    border-radius: 4px;
}
.progress-meter>span {
    display: block;
    height: 100%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-right: 2px solid #333;
    background-color: #444;
    box-shadow:
        inset 0 2px 9px  rgba(255,255,255,0.3),
        inset 0 -2px 6px rgba(0,0,0,0.4);
    position: relative;
    overflow: hidden;
}

.orient-portrait {
    -webkit-transform: rotate(0deg);  /* Chrome, Safari 3.1+ */
    -moz-transform: rotate(0deg);  /* Firefox 3.5-15 */
    -ms-transform: rotate(0deg);  /* IE 9 */
    -o-transform: rotate(0deg);  /* Opera 10.50-12.00 */
    transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera 12.10+ */
}

.orient-landscape {
    -webkit-transform: rotate(90deg) translatez(0);  /* Chrome, Safari 3.1+ */
    -moz-transform: rotate(90deg) translatez(0);  /* Firefox 3.5-15 */
    -ms-transform: rotate(90deg) translatez(0);  /* IE 9 */
    -o-transform: rotate(90deg) translatez(0);  /* Opera 10.50-12.00 */
    transform: rotate(90deg) translatez(0);  /* Firefox 16+, IE 10+, Opera 12.10+ */
}

div.modal-content div.attribute-selector-modal-div-button:hover {
    background-color: #F5F5F5;
}

/* DEBUGGING
---------------------------------------------------------------------*/
pre {
    text-align: left;
    font-size: 10px;
}

/* CORE MEDIA QUERIES
---------------------------------------------------------------------*/

/* CSS used here will be applied after bootstrap.css */

/* Landscape */
@media (max-width:767px) and (orientation: landscape) {
    .landscape-no {
        display: none;
    }
    .landscape-yes {
        display: block!important;
    }
}

@media (max-width:767px) {
    #alert-row {
        background-color: var(--red);
        color: #FFF;
    }
    #alert-row .row a {
        color: #FFF;
    }
    .col-xs-pull-right { float: right; }
    .navbar-brand-centered {
        position: absolute;
        top: -5px;
        left: 50%;
        display: block;
        width: 160px;
        text-align: center;
    }
    .navbar>.container .navbar-brand-centered,
    .navbar>.container-fluid .navbar-brand-centered {
        margin-left: -80px;
    }

    .navbar .form-group {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    #search-nav {
        padding-bottom: 0;
    }

    #site-search { margin-top: 5px; }

    .main-content-row {
        margin-top: 0px;
    }

    .carousel-control .glyphicon-chevron-left {
        margin-left: -25px;
    }

    .carousel-control .glyphicon-chevron-right {
        margin-right: -25px;
    }
    .carousel div.item .row-eq-height img {
        max-height: 130px;
    }

    .carousel div.item .row-eq-height {
        height: 150px;
    }

    .carousel div.item .slider-title {
        margin-top: -30px;
        height: 65px;
    }

    .carousel div.item span {
        margin-right: 7px;
    }

    .carousel div.item a.btn {
        padding: 3px;
        font-size: 10px;
    }

    .carousel div.item {
        height: 150px;
    }

    .carousel div.item .h2 {
        margin-top: 0;
        font-size: 16px;
    }

    .carousel div.item .h3 {
        font-size: 16px;
    }

    .carousel div.item h3 {
        font-size: 14px;
    }

    .carousel-control .glyphicon-chevron-left {
        display: none;
    }

    .carousel-control .glyphicon-chevron-right {
        display: none;
    }

    .container.auction-venue, .container.marketplace-venue {
        margin-top: 105px;
    }

    .container.auction-venue b, .container.marketplace-venue b {
        /* font-size: 18px; */
    }

    .container.auction-venue fieldset legend, .container.marketplace-venue fieldset legend {
        margin-bottom: 5px;
    }

    .auction-venue fieldset, .marketplace-venue fieldset {
        margin-top: 5px;
    }

    .marketplace-banner {
        margin-bottom: 0;
    }

    .product-list.row, .product-list.row .row {
        margin-left: -5px;
        margin-right: -5px;
    }

    .product-list.row .col-xs-6, .product-list.row .col-xs-7, .product-list.row .col-xs-3, .product-list.row .col-xs-12, .product-list.row .col-xs-4 {
        padding-right: 5px;
        padding-left: 5px;
    }

    .category-tile {
        height: 120px;
        margin: 5px;
        padding: 10px 0px;
        /*border: 2px solid #000;*/
    }
    .row.categories {
        padding-left: 10px;
        padding-right: 10px;
    }
    .category-tile h2 {
        font-size: 1.4em;
    }

    /* Mobile product list */
    .row.product>.col-xs-3 {
        padding: 0 2px;
    }
    .row.product .product-img-col,
    .row.product .product-details-col {
        display: flex;
        flex-flow: column;
        justify-content: space-between;
    }

    .row.product img.img-thumbnail {
        margin-bottom: 4px;
        max-height: 115px;
    }
    .row.product .title {
        font-size: 15px;
    }
    .row.product .title,
    .row.product .subtitle,
    .row.product .high-bid,
    .row.product .end-time {
        line-height: 1.14;
        margin-bottom: 4px;
    }
    .row.product .watch {
        margin-top: 4px;
    }

    /* Mobile search form */
    .search-controls .search-filter {
        width: 100%;
    }

    .search-controls .col-xs-6.search-filter {
        width: 50%;
    }
    .search-controls .btn-group>.btn {
        width: 50%;
        border-radius: 0;
        margin: 0;
        text-align: left;
    }
    .search-controls .btn-group>.btn:first-child,
    .search-controls .btn-group>.btn:last-child {
        border-radius: 0;
        margin: 0;
    }

    #warehouse-review-search-button {
        margin-top: 5px;
    }
}

@media (max-width: 768px) {
    .horizontal-circles .circle .circle-label {
        font-size: 0.8em;
    }
    .dashboard-items {
        margin-bottom: 10px;
    }
    .dashboard-items .dashboard-item {
        height: 100px !important;
        width: 150px !important;
    }
    .dashboard-items .dashboard-item .dashboard-item-data {
        margin-bottom: 0px;
        font-size: 2.1em !important;
    }
    .frame-preview {
        padding: 0;
    }
    .frame-preview .frame-overlay {
        margin-left: 10px;
    }

    #back-to-top-button {
        margin-top: 5px;
    }
}

@media (max-width: 500px) {
    .horizontal-circles {
        display: flex;
        flex-flow: column;
        flex-wrap: nowrap;
        justify-content: center;
    }
    .horizontal-circles .circle .circle-data {
        margin-bottom: 0px;
    }
    .horizontal-circles .circle .circle-label {
        font-size: 0.5em;
    }
    .label.small {
        font-size: 70%;
    }
    .dashboard-items {
        display: block;
    }
    #ten-minute-auction #tma-main-wrapper {
        justify-content: initial;
    }
}

/***Responsive Floats***/

@media (max-width: 768px) {
    #ten-minute-auction .ten-minute-auction-header span.tma-description {
        font-size: 14px;
    }
    #ten-minute-auction .starts-in {
        font-size: 10px;
    }
    
    #ten-minute-auction .ten-minute-auction-well {
        padding: 0px;
    }

    #ten-minute-auction .ten-minute-auction-well .time-remaining-cell {
        padding: 0;
        text-align: center;
    }
}

@media (min-width: 768px) {
    .col-sm-pull-left { float: left; }

    .col-sm-pull-right { float: right; }

    .col-sm-low-padding { padding: 5px; }

    div.product-list img { max-width: 100px; }

    .carousel-control .glyphicon-chevron-left {
        margin-left: -35px;
    }

    .carousel-control .glyphicon-chevron-right {
        margin-right: -35px;
    }
}

@media (max-width: 992px) {
    #ten-minute-auction .bid-controls-container {
        display: block;
    }
    #ten-minute-auction .max-bid-input-component {
        max-width: 100%;
    }
    #ten-minute-auction.countdown {
        /*background: none;
        background-color: #FAFAFA;*/
    }

    div.admin-grid {
        min-height: 130px;
    }
}

@media (min-width: 992px) {
    .col-sm-pull-left { float: left; }

    .col-sm-pull-right { float: right; }

    .col-sm-low-padding { padding: 5px; }

    div.product-list img { max-width: 150px; max-height: 120px; }

    .carousel-control .glyphicon-chevron-left {
        margin-left: -45px;
    }

    .carousel-control .glyphicon-chevron-right {
        margin-right: -45px;
    }

    .product-list .product-countdown p, .product-list .product-countdown span {
        font-size: 18px;
    }

    .frame-preview.consignor-view {
        padding: 0 60px 0 60px;
    }

    .row.eq-md {
        display: flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-flow: row;
    }

    .row.eq-md > [class*='col-'] {
        display: flex;
        flex-flow: row;
        justify-content: center;
    }

    #ten-minute-auction .main-image-thumb {
        height: 160px;
    }
}

@media (max-width: 1200px) {
    .tma-bid-form-group { padding: 0; }

    #ten-minute-auction .auction-title-wrapper {
        min-height: 130px;
    }

    <!-- TODO -->
    #ten-minute-auction .main-image-thumb {
        margin-bottom: 5px;
    }
    #ten-minute-auction .main-image-thumb .thumb img {
        max-height: 140px;
    }
}

@media (min-width: 1200px) {
    .col-sm-pull-left { float: left; }

    .col-sm-pull-right { float: right; }

    .col-sm-low-padding { padding: 5px; }

    .carousel-control .glyphicon-chevron-left {
        margin-left: -60px;
    }

    .carousel-control .glyphicon-chevron-right {
        margin-right: -60px;
    }

    .frame-preview.consignor-view {
        padding: 0 80px 0 80px;
    }
    #add-account-modal div.modal-body div.col-lg-4 {
        width: 40%;
    }
    #add-account-modal div.modal-body div.col-lg-8 {
        width: 60%;
    }
}

/***Skip content***/
a.skip-main {
    left: -999px;
    position: absolute;
    top: 10px;
    width: 1px;
    height: 1px;
    overflow: hidden;
    z-index: -999;
}
a.skip-main:focus,
a.skip-main:active {
    cursor: pointer;
    letter-spacing: .6px;
    font-weight: bold;
    color: #fff;
    background-color: var(--red);
    left: auto;
    top: 10px;
    width: 20%;
    height: auto;
    overflow: auto;
    margin: 10px 40%;
    padding: 5px;
    border-radius: 3px;
    border: 2px solid black;
    text-align: center;
    font-size: 1.2em;
    z-index: 9999;
}

ul.help-block {
    list-style-type: none;
    padding-left: 0px;
}

/* product-images-from-item-images */
.sortable-item-image {
    display:inline-block;
    height: 180px;
    width: 220px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 10px;
}
.sortable-item-image.sort-disabled a.thumb {
    opacity: .5;
}
.sortable-item-image.sort-disabled .remove-from {
    display: none;
}
.sortable-item-image:not(.sort-disabled) .add-to {
    display: none;
}

.btn-toggle .btn.active {
    color: #FFF;
    border: 1px solid var(--red-vintage);
    background: none;
    background-color: var(--red);
}

.btn-toggle .btn.active:focus,
.btn-toggle .btn.active:hover {
    color: #FFF;
    background: none;
    background-color: var(--red-light);
}

.header--section {
    position: relative;
    margin: 30px 0;
    display: flex;
    justify-content: space-between;
}
.header--section:before {
    position: absolute;
    content: "";
    top: 50%;
    width: 100%;
    display: block;
    border-bottom: 1px solid #E5E5E5;
    z-index:-1;
}
.header--section__text {
    background: #fff;
    padding-right: 15px;
}
.header__link {
    font-family: var(--font-default);
    font-size: 14px;
    text-transform: capitalize;
    font-weight: normal;
    background: #fff;
    padding-left: 15px;
    line-height: 18px;
}
.header {
  font-family: var(--font-header);
  font-weight: 400;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}
.header__name {
    color: var(--red-vintage);
    font-weight: 700;
    letter-spacing: 1px;
}
/*
 * TODO: possibly/eventually make this global h2 size after verifying all h2s
 * This is used for auction titles
 */
h2.header {
  font-size: 18px;
}

/* Hide the ReCaptcha badge. We use a text message under the submit button for this instead */
.grecaptcha-badge {
    visibility: hidden;
}
