﻿/*
    Theme Name: Unstyled Bootstrap 3 
    Author: RainWorx Software
    Description: 

    CSS DIRECTORY
	1. Bootstrap 3 Theme Changes - Bootstrap specific rules for this theme
	2. AuctionWorx Specific CSS - Non-Bootstrap rules
*/

/********************************************/
/********* Bootstrap 3 Theme Changes ********/
/********************************************/

@media (min-width: 1400px) {
    .container {
        width: 1370px;
    }
}

@media (max-width: 1200px) {
    .container {
        width: 100%;
    }
}

@media (max-width: 768px) {
    header .container {
        padding: 0;
    }
}

/* Alerts */
.alert {
    padding: 6px 12px;
}

    .alert .close {
        font-size: 20px;
    }

.alert-sm {
    font-size: 12px;
    padding: 3px;
}

/*Breadcrumbs*/
.breadcrumb {
    background-color: transparent;
    font-size: 12px;
    padding: 5px 0 0 0;
    margin-bottom: 10px;
}

/* Buttons */
.btn ~ .btn {
    margin-left: 5px;
}

.btn-block + .btn-block {
    margin-left: 0;
}

span.btn.disabled {
    cursor: auto
}

/* Dropdown Menus */
.dropdown-menu {
    z-index: 1200;
}

/* Forms */
.checkbox {
    padding-left: 0;
}

/* Lists */
.list-group-item .checkbox input[type="checkbox"] {
    margin-left: 0;
}

.list-group-item {
    background-color: transparent;
}

li > hr {
    margin: 5px 0;
    padding: 0;
}

/* Pagination */
.pagination {
    clear: both;
}

/* Panels */
.panel.panel-default .panel-heading {
    background-color: #fff;
    font-weight: bold;
}

.panel hr {
    margin: 10px 0;
}

/* Tables */

.table > tbody > tr:first-child > td {
    border: 0;
}

/******************************************/
/******** AuctionWorx Specific CSS ********/
/******************************************/

/* General Elements */
:root {
    --green: #5cb85c;
    --bidRow-bg: var(--green);
    --lightText: rgba(255,255,255,1);
    --medText: rgba(255,255,255,.8);
}

html, body {
    font-size: 16px;
    font-family: -apple-system,segoe ui,Roboto,helvetica neue,Arial,sans-serif;
}

@media print {
    .galleryUnit, .listing {
        break-inside: avoid;
    }
}

a {
    cursor: pointer;
}

    a:hover, a:focus {
        text-decoration: none;
    }

select {
    text-transform: capitalize;
}

textarea {
    resize: vertical;
}

input.form-control[type=text] {
    font-size: 16px;
}

input.form-control[type=number] {
    font-size: 16px;
}

@media (min-width: 769px) {
    select.form-control.input-sm {
        font-size: 12px;
    }
}

.awe-hidden {
    display: none;
}

.help-tip {
    color: #000;
    display: none;
    margin-top: 5px;
}

.no-history {
    color: #777;
    font-style: italic;
    font-weight: bold;
    margin: 10px;
    text-align: center;
}

.no-address {
    color: #777;
    font-style: italic;
}

.pdficon {
    margin-right: 10px;
    vertical-align: middle;
}

.required:after {
    color: red;
    content: ' *';
}

.btn-default-fake {
    border-color: #cccccc;
    width: 192px;
}

.btn.btn-link.btn-icon {
    padding: 0 12px;
    font-size: 14px;
}

.btn-facebook {
    background-color: #3b5998;
    border-color: rgba(0,0,0,0.2);
    color: #fff;
    margin: 0px 15px;
    padding-left: 44px;
    position: relative;
    text-overflow: ellipsis;
    width: auto;
}

    .btn-facebook:hover, .btn-facebook:active, .btn-facebook:focus {
        background-color: #2d4373;
        border-color: rgba(0,0,0,0.2);
        color: #fff;
    }

.btn-google {
    background-color: #dd4b39;
    border-color: rgba(0,0,0,0.2);
    color: #fff;
    padding-left: 44px;
    text-overflow: ellipsis;
}

    .btn-google:hover, .btn-google:hover, .btn-google:focus {
        background-color: #c23321;
        border-color: rgba(0,0,0,0.2);
        color: #fff;
    }

    .btn-facebook > :first-child, .btn-google > :first-child {
        border-right: 1px solid rgba(0,0,0,0.2);
        color: #fff;
        font-size: 1.6em;
        line-height: 34px;
        text-align: center;
        width: 32px;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
    }

.text-or {
    border-bottom: 1px solid #ebebeb;
    color: #999;
    font-style: italic;
    font-weight: bold;
    line-height: 0.1em;
    margin: .5rem 0 1rem;
    text-align: center;
    text-transform: uppercase;
}

    .text-or span {
        background: #fff;
        padding: 0 15px;
    }

.btn-xs.pull-right + .btn-xs.pull-right {
    margin-right: 5px;
}

.btn-xs.btn-xs-alt-1 {
    font-size: 10px;
}

.xxs-visible__text {
    display: none;
}

@media (max-width: 450px) {
    .xxs-hidden__text {
        display: none;
    }

    .xxs-visible__text {
        display: inline-block;
    }
}

/* Page/Section Title/Heading */
.section-title {
    font-weight: bold;
}

    .section-title .form-control {
        font-weight: 400;
    }

    .section-title .pull-right {
        margin-top: 0px;
    }

    .section-title .pull-left {
        margin-top: 0px;
    }

/* LOGO */
.logo {
    padding: 15px;
}

@media (max-width: 767px) {
    .logo img {
        margin: 0px auto;
    }
}


/* User Navigation */
@media (max-width: 767px) {
    .user-nav .navbar-text {
        margin: 0;
        padding: 10px 15px;
    }

    .user-nav li {
        overflow: hidden;
    }

    .user-nav .navbar-btn {
        margin-left: 15px;
    }
}

.user-nav > .navbar-nav li:first-child:hover, .user-nav > .navbar-nav li.hidden-xs:hover {
    background-color: transparent;
}

.myaccount__dropdown {
    padding: 15px;
}

    .myaccount__dropdown li a {
        padding: 10px;
    }

    .myaccount__dropdown .divider {
        background-color: #49B0DE;
        height: 1px;
        margin: 0;
    }

    .myaccount__dropdown li a .glyphicon {
        color: #49B0DE;
        font-size: smaller;
        padding-left: 10px;
    }

@media (max-width: 767px) {
    .myaccount__dropdown .divider {
        margin: 0 10px;
        background-color: rgba(0,0,0,.1);
    }

    .div-inline .dropdown-menu.myaccount__dropdown {
        left: auto;
        right: 0;
    }
}


/* Secondary Navigation */

.nav-secondary .nav-pills > li > a {
    color: #fff;
    border-radius: 0;
}

.nav-secondary .nav-pills li a {
    margin-top: 5px;
    padding: 10px 15px;
}

.nav-secondary form {
    margin: 10px;
}

.nav-secondary input#FullTextQuery1 {
    width: 250px;
}

.nav-secondary .form-control {
    background-color: rgba(255,255,255,.25);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin-right: 2px;
    color: #fff;
}

    .nav-secondary .form-control:focus {
        color: #fff;
    }

    .nav-secondary .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #fff;
    }

    .nav-secondary .form-control::-webkit-input-placeholder { /* Microsoft Edge */
        color: #fff;
    }

    .nav-secondary .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 (single colon syntax) */
        color: #fff;
    }

.nav-secondary form .btn, .nav-secondary form .btn:focus, .nav-secondary form .btn:active {
    background-color: rgba(255,255,255,.25);
    border: 1px solid rgba(255,255,255,0);
    border-radius: 0;
    color: #fff;
    box-shadow: none;
}

.nav-secondary .btn-group.open .dropdown-toggle, .nav-secondary .btn-group.open .dropdown-toggle:active:focus {
    box-shadow: none;
}

.nav-secondary form .btn:hover {
    background-color: rgba(255,255,255,.35);
}

@media (max-width: 767px) {
    .nav-secondary {
        padding: 5px;
    }

        .nav-secondary ul {
            display: none;
        }

        .nav-secondary input#FullTextQuery1 {
            width: 100%;
        }

        .nav-secondary .input-group-btn:last-child > .btn {
            margin-left: 1px;
        }

        .nav-secondary form {
            margin-right: 10px;
        }
}

.myaccount__menu h4 {
    margin-left: -10px;
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.myaccount__menu ul.nav a {
    padding: 10px;
    font-size: 16px;
    line-height: 18px;
}

    .myaccount__menu ul.nav a:hover {
        background-color: rgba(0, 0, 0, 0.05);
        margin-left: -10px;
        padding-left: 10px;
    }

.myaccount__menu {
    padding-left: 25px;
    padding-bottom: 10px;
}

@media (max-width: 992px) {
    .myaccount__menu {
        padding-left: 15px;
        margin-bottom: 10px;
    }
}

.myaccount__menu a:first-child {
    margin-left: -10px;
}

.myaccount__menu li.active {
    background-color: rgba(0, 0, 0, 0.05);
    margin-left: -10px;
    padding-left: 10px;
}



.myaccount-menu__dropdown {
    width: 100%;
}

.categories li a, .browse-categories li a, .categories .nav > li > a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    padding: 0 0 0 0;
}

.category-name__container {
    flex-grow: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 10px 0px;
    max-width: 242px;
}

.category-badge__container {
    flex-grow: 1;
    min-width: 55px;
    text-align: right;
    overflow: visible;
    padding: 10px 15px 10px 0;
}

.category-name__container > .glyphicon-chevron-left {
    padding-right: 10px;
}

@media (min-width: 768px) {
    .categories {
        padding-left: 25px;
    }
}


.categories h4 {
    margin-left: -10px;
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.categories ul.nav a:hover, .categories ul.nav a:focus {
    background-color: rgba(0, 0, 0, 0.05);
    margin-left: -10px;
    padding-left: 10px !important;
}

.menu-list.nav > li > a {
    padding: 0 0 0 0;
}

.menu-list.nav > li .category-name__container {
    padding: 10px 15px;
}

.categories .panel-default .nav > li:hover, .categories .panel-default .nav > li:focus {
    background-color: #f5f5f5;
    border-radius: 0;
}

.categories .panel-default .nav > li.active:hover {
    background-color: #337ab7;
}

/* Category & Region Dropdown Navigation */
.menu-list {
    list-style: none;
    padding-left: 2px;
}

@media only screen and (min-width : 768px) {

    .menu-list.nav-pills li {
        width: 33%;
    }

    .browse-categories {
        min-width: 600px;
    }

    .header--style2 .menu-list.nav-pills li {
        width: 50%;
    }

    .header--style2 .browse-categories {
        min-width: 500px;
    }
}

@media only screen and (min-width : 992px) {

    .menu-list.nav-pills li {
        width: 25%;
    }

    .browse-categories {
        min-width: 800px;
    }

    .header--style2 .menu-list.nav-pills li {
        width: 33%;
    }

    .header--style2 .browse-categories {
        min-width: 600px;
    }
}

@media only screen and (min-width : 1200px) {

    .browse-categories {
        min-width: 1000px;
    }

    .header--style2 .menu-list.nav-pills li {
        width: 33%;
    }

    .header--style2 .browse-categories {
        min-width: 700px;
    }
}

.menu-list.nav-pills li + li {
    margin-left: 0;
}

.menu-list.nav-pills > li > a {
    background-color: rgba(0, 0, 0, 0.025);
    margin: 3px;
}

    .menu-list.nav-pills > li > a:hover {
        background-color: rgba(0, 0, 0, 0.085);
        margin: 3px;
    }

    .menu-list.nav-pills > li > a > .badge {
        margin-left: 10px;
    }


/* Footer */
footer {
    background-color: #f5f5f5;
    padding-top: 30px;
    margin-top: 15px;
}

    footer #Time {
        margin-bottom: 20px;
        font-size: 14px;
        color: #034db1;
        font-weight: 700;
    }

.footer__copyright {
    color: #aaa;
    font-size: 14px;
    margin-bottom: 20px;
}

.footer__links {
    font-size: 14px;
    margin-bottom: 20px;
}

    .footer__links a {
        padding-left: 0;
        padding-top: 10px;
        display: block;
    }

@media (min-width: 630px) {
    .footer__links a {
        padding-right: 20px;
        padding-top: 0;
        display: inline-block;
    }
}

@media (min-width: 992px) {
    .footer__links {
        text-align: right;
    }

        .footer__links a {
            padding-left: 10px;
            padding-right: 0;
            padding-top: 0;
            display: inline-block;
        }
}

footer .currency {
    margin-bottom: 20px;
}


/* Search */
#awe-listing-search-category-container .form-group {
    margin-left: 0;
    margin-right: 0;
}

@media (max-width:992px) {
    .form-horizontal .control-label.search__label--listing {
        text-align: left;
    }
}

/* Category, Region, My Account Menus for media max-width=767 */
.categories .dropdown {
    margin-bottom: 10px;
}

.categories .dropdown-menu {
    width: 100%;
}


/* Listing Status Labels */
.status-label > .label {
    float: right;
    font-size: unset;
    font-weight: normal;
}

.status-type {
    /*  position: absolute;
    right: 5px;
    top: 5px;
*/
}

.sold {
    background-color: #ccc;
    color: #fff;
    padding: 3px 10px;
    border-radius: 4px;
}

/* Listing & Event Display List and Grid - Home, Browse, Search Results */
.listing {
    margin: 0 0 10px 0;
    min-height: 145px;
    padding: 5px;
    position: relative;
}

@media (max-width: 450px) {
    .listing.hasQuickbid {
        min-height: 200px;
    }

        .listing.hasQuickbid .cta .btn, .listing.hasQuickbid .cta .bids {
            font-size: smaller !important;
        }
}

.panel.panel-default.listing {
    -webkit-box-shadow: 0 0 10px rgba(51, 51, 51, 0.1), 0 0 6px rgba(51, 51, 51, 0.1), 0 2px 2px rgba(51, 51, 51, 0.1);
    -moz-box-shadow: 0 0 10px rgba(51, 51, 51, 0.1), 0 0 6px rgba(51, 51, 51, 0.1), 0 2px 2px rgba(51, 51, 51, 0.1);
    box-shadow: 0 0 10px rgba(51, 51, 51, 0.1), 0 0 6px rgba(51, 51, 51, 0.1), 0 2px 2px rgba(51, 51, 51, 0.1);
    color: #555;
    border: 0;
}


.listing .img-container {
    z-index: 999;
}

.listing .title {
    font-size: 1rem;
    margin-top: 0;
    padding-right: 50px;
}

.listing .subtitle {
    font-size: 1rem;
    margin-top: 0;
}

    .listing .title a, .listing .subtitle a {
        color: #555;
    }

@media (min-width: 768px ) {
    .listing .title.inlinebidding, .listing .subtitle.inlinebidding {
        padding-right: 170px;
    }
}


@media (max-width: 768px) {
    .listing .title {
        padding-right: 10px;
        padding-top: 20px;
    }
}

.listing.highlight .title a, .listing.highlight .subtitle a {
    color: #286090;
}

.listing .shipping {
    vertical-align: bottom;
}

    .listing .shipping .btn {
        background-color: transparent;
    }

.listing .cta {
    bottom: 5px;
    right: 5px;
    position: absolute;
}
/*Call to action - contains 'bid now' button, etc.*/
.listing .time {
    font-weight: 600;
    margin-bottom: 2px;
    text-align: right;
}

.listing .price {
    color: green;
    font-size: 16px;
    font-weight: bold;
}

    .listing .price.ended {
        color: #999;
    }

.listing .bids {
    margin: 0;
    padding: 3px 0 0 3px;
    text-align: right;
}

    .listing .bids > .glyphicon {
        color: #e3e3e3;
    }

    .listing .bids .btn {
        min-width: 100px;
    }


.listing.event .subtitle {
    padding-bottom: 15px;
}

.listing.event .time {
    bottom: 5px;
    right: 5px;
    position: absolute;
}

@media (max-width: 550px) {
    .listing .img-container {
        padding-bottom: 35px;
    }
}

@media (max-width: 768px) {
    .listing .img-container {
        /* max-width: 170px;*/
        padding-right: 0;
    }

    .listing .title {
        font-size: 14px;
        padding-bottom: 20px;
        padding-right: 0;
    }

    .listing .subtitle {
        display: none;
    }

    .listing .shipping {
        display: none;
    }

    .listing .cta {
        text-align: right;
        width: 100%;
    }

    .listing .price {
        font-size: 14px;
    }

    .listing .cta .bids {
        border-top-left-radius: 0;
    }

    .listing .bids a {
        padding: 3px 5px;
    }

    .listing .seller {
        display: none;
    }

    .listing .time {
        font-size: smaller;
    }

        .listing .time .remaining {
            display: none;
        }

    /*.listing .status-type {
        display: none;
    }*/

    .listing.event .title {
        margin-bottom: 5px;
        padding-bottom: 0;
    }

    .listing.event p {
        padding-bottom: 10px;
    }
}

.galleryContainer {
    padding-top: 10px;
}

.galleryUnit {
    position: relative;
}

    .galleryUnit > .panel.panel-default {
        position: relative;
        background-color: #fff;
        margin-bottom: 30px;
        -webkit-box-shadow: 0 0 10px rgba(51, 51, 51, 0.1), 0 0 6px rgba(51, 51, 51, 0.1), 0 2px 2px rgba(51, 51, 51, 0.1);
        -moz-box-shadow: 0 0 10px rgba(51, 51, 51, 0.1), 0 0 6px rgba(51, 51, 51, 0.1), 0 2px 2px rgba(51, 51, 51, 0.1);
        box-shadow: 0 0 10px rgba(51, 51, 51, 0.1), 0 0 6px rgba(51, 51, 51, 0.1), 0 2px 2px rgba(51, 51, 51, 0.1);
        color: #555;
        border: 0;
    }

.galleryImage {
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center; /* horizontal */
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

    .galleryImage img {
        max-height: 100%;
    }

    .galleryImage.Aspect11 {
        aspect-ratio: 1/1;
    }

    .galleryImage.Aspect43 {
        aspect-ratio: 4/3;
    }

    .galleryImage.Aspect34 {
        aspect-ratio: 3/4;
    }

    .galleryImage.Aspect43.galleryImage__cropped img {
        max-height: none;
        max-width: 100%
    }

    .galleryImage.Aspect11.galleryImage__cropped img {
        max-height: none;
        max-width: 100%;
    }

    .galleryImage.Aspect34.galleryImage__cropped img {
        max-height: 100%;
        max-width: none;
    }

.galleryTitle {
    font-size: 16px;
    line-height: 18px;
    margin: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    overflow: hidden;
    white-space: normal;
    display: block;
    height: 80px;
}

@media (min-width: 500px) and (max-width: 580px) {
    .galleryTitle {
        height: 95px;
    }
}

.galleryTitle .small {
    font-size: 14px;
}

.gallery_shortTitle {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 45px;
}

.galleryData--title {
    font-size: 12px;
    margin-bottom: 5px;
    text-transform: uppercase;
    margin: 0 10px;
}

.galleryData--values {
    margin: 10px 10px 0 10px;
    padding-bottom: 10px;
}

.galleryTime--active, .galleryQTY, .galleryDate--ended {
    float: right;
    font-size: 16px;
}

.galleryDate--ended {
    padding-right: 24px;
}

.galleryTime--active {
    font-weight: bold;
}

.galleryPrice {
    color: #009933;
}

    .galleryPrice .NumberPart {
        font-size: 16px;
        font-weight: bold;
        line-height: 1;
    }

.galleryPrice--ended, .galleryTime--ended {
    color: #555;
}

    .galleryPrice--ended .NumberPart {
        font-size: 16px;
        font-weight: bold;
        line-height: 1;
    }

@media (min-width: 1200px) and (max-width: 1399px) {
    .time__format--classic {
        font-size: 12px;
        padding-top: 3px;
    }
}

.timeLabel, .qtyLabel {
    float: right;
}

.qtyLabel-xs {
    visibility: hidden;
}

.galleryUnit .no-photo {
    width: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100px;
    padding: 0 0 0 0;
}

@media screen and (max-width: 675px) {
    .galleryData--title {
        display: none;
    }

    .galleryTime--active {
        display: block;
        float: none;
        margin-left: -8px;
    }

    .galleryQTY {
        display: block;
        float: none;
    }

        .galleryQTY span {
            font-size: 14px;
        }

    .qtyLabel-xs {
        visibility: visible;
    }
}

@media screen and (max-width: 469px) {
}

.listingTypeIcon {
    position: absolute;
    right: 5px;
    bottom: 5px;
}

.galleryImage img {
    margin: 0px auto;
}

.gallery-quickbid {
    height: 45px;
    margin: 10px;
}


/* Shipping Option Display */
table.shipping-modal {
    margin-bottom: 0;
}

.modal-footer.shipping-modal {
    margin-top: 0;
}

/* No Photo Placeholders */
.no-photo {
    color: #ccc;
    background-color: rgba(0,0,0,0.05);
    height: 100%;
    padding: 25% 0 25% 0;
    text-align: center;
    width: 100%;
}

    .no-photo p {
        font-weight: bold;
    }

    .no-photo span {
        color: #fff;
        font-size: 50px;
        opacity: 0.85;
    }

.no-photo-thumbnail {
    position: relative;
    padding: 0;
    max-width: 300px;
}

    .no-photo-thumbnail img {
        opacity: .05;
        position: relative;
    }

.noPhoto__text {
    position: absolute;
    top: 10%;
    left: 0;
    right: 0;
    text-align: center;
    font-weight: bold;
    font-size: smaller;
    opacity: .3;
}

@media (max-width: 500px) {
    .no-photo-thumbnail p {
        font-size: smaller;
    }
}

/* Listing Decorations */
.listing-badge {
    position: absolute;
}

    .listing-badge:before {
        color: #fff;
        border: 10px solid #034db1;
        border-right-color: transparent;
        box-shadow: 0 5px 5px -5px #000;
        font-weight: bold;
        font-size: 14px;
        height: 0;
        line-height: 0;
        padding-right: 10px;
        position: absolute;
        top: -3px;
        left: -13px;
        z-index: 1000;
    }

    .listing-badge:after {
        content: "";
        border: 4px solid #01285a;
        border-left-color: transparent;
        border-bottom-color: transparent;
        position: absolute;
        top: 16px;
        left: -13px;
    }

.galleryUnit .listing-badge:before {
    top: -6px;
    left: -8px;
}

.galleryUnit .listing-badge:after {
    top: 13px;
    left: -8px;
}

.highlight {
    background-color: #e9eff3 !important;
}

/* Listing/Lot Detail Page */

.description img {
    /* copied from standard bootstrap .img-responsive definition */
    display: block;
    height: auto;
    max-width: 100%;
}

.description {
    overflow: hidden;
}

.closed-details {
    border-radius: 0;
    margin-top: 20px;
}


/* Listing/lot detail Q & A area*/

.listing-question {
    margin-bottom: 10px;
}

.question-label, .answer-label {
    font-weight: bold;
}

.question-text {
    padding-right: 10px;
}

.question-username-label, .question-username {
    font-size: small;
    font-style: italic;
}

.question-datetime {
    font-size: small;
    font-style: italic;
}

.listing-answer {
    margin-left: 25px;
}

.answer-username {
    padding-left: 10px;
    font-size: small;
    font-style: italic;
}

.length-count {
    margin-left: 10px;
    margin-right: 10px;
}

#ListingQuestionInput {
    width: 100%;
    height: 100px;
}

#ListingAnswerInput {
    width: 100%;
    height: 100px;
}

.question-answer {
    padding: 10px;
    margin: 5px 0 0 0;
    background-color: rgba(0,0,0,.035);
}

.ListingQA .btn {
    margin-top: 10px;
}

/* Listing & Event Display In My Account */

@media (min-width: 768px) {

    .myAccount__sortFilter .form-inline .input-group {
        max-width: 280px;
    }
}

@media (max-width: 768px) {

    .myAccount__sortFilter .form-inline .form-group:last-child {
        margin-bottom: 0;
    }
}

.searchOptions {
    padding-top: 5px;
    margin-top: 5px;
    border-top: 1px solid #e3e3e3;
}

.myaccount .panel .buttonContainer {
    margin-top: 10px;
}

    .myaccount .panel .buttonContainer:first-child {
        margin-top: 0;
        margin-bottom: 10px;
    }

@media (max-width: 768px) {
    .myaccount .panel .buttonContainer .form-group:last-child {
        margin-bottom: 0;
    }
}

@media (min-width: 768px) {
    .myaccount .panel .buttonContainer .form-group + .form-group {
        margin-left: 5px;
    }
}

.myaccount .panel {
    padding: 5px;
}

.myaccount .panel-heading {
    margin-top: -5px;
    margin-left: -5px;
    margin-right: -5px;
}

.myaccount .panel-footer {
    margin-bottom: -5px;
    margin-left: -5px;
    margin-right: -5px;
}

.myaccount .line-item {
    background-color: #fff;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    margin-bottom: 10px;
    padding: 10px;
}

.myaccount .item-data p:last-child {
    margin-bottom: 0;
}

.myaccount .line-item .img-container {
    padding: 0 10px;
    width: 120px;
}

.myaccount .list, .myaccount .won-list {
    background-color: #fff;
    border: 1px solid #ebebeb;
    margin-top: 10px;
    padding: 5px;
    position: relative;
}

    .myaccount .list .btn-group, .myaccount .list .btn-container {
        margin: 10px;
        position: absolute;
        top: 0;
        right: 0;
    }

    .myaccount .list .contact {
        margin: 10px;
        position: absolute;
        bottom: 0;
        right: 0;
    }

.myaccount input.checkall {
    margin: 10px 0 10px 10px;
}

.myaccount input.row-selection-checkbox {
    margin: 5px;
}

.myaccount .heading {
    border: 1px #e3e3e3 solid;
    color: #999;
}

    .myaccount .heading > .row > div {
        height: auto;
        line-height: 35px;
    }

.myaccount .btn-group.pull-right {
    padding-left: 5px;
}

.myaccount .checkAll__container {
    background-color: rgb(238, 238, 238);
    border-radius: 4px;
    border: 1px solid rgb(204, 204, 204);
    color: rgb(85, 85, 85);
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    width: auto;
    display: inline-block;
}

    .myaccount .checkAll__container input.checkall {
        margin: 4px;
    }

.myaccount .watch-item {
    position: relative;
    background-color: #fff;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    margin-bottom: 10px;
    padding: 10px;
    padding-right: 40px;
}

.myaccount .active-bid {
    position: relative;
    background-color: #fff;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    margin-bottom: 10px;
    padding: 10px;
}

    .myaccount .watch-item .img-container, .myaccount .active-bid .img-container {
        padding: 0 10px;
        width: 140px;
        min-height: 130px;
        float: left;
    }

.watch-item__cta, .active-bid__cta {
    text-align: center;
}

    .watch-item__cta .btn, .active-bid__cta .btn {
        margin-bottom: 15px;
    }


.watch-item__label, .active-bid__label {
    padding-top: 10px;
    text-transform: uppercase;
    color: #666;
    font-size: .85rem;
}

.watch-item__time, .active-bid__time {
    color: red;
    font-weight: 600;
}

.watch-item__time--preview {
    color: green;
    font-weight: 600;
}

.watch-item__date, .active-bid__date {
}

.watch-item .close {
    position: absolute;
    top: 8px;
    right: 8px;
}

.watch-item .label, .active-bid .label {
    font-size: 10px;
    padding: 1px 5px;
    border-radius: 0;
    vertical-align: middle;
}

.summary {
    padding-left: 20px;
}

    .summary.active {
        background-color: #337ab7;
    }

        .summary.active a {
            color: #fff;
        }


.payment-method {
    border: 1px solid #e3e3e3;
    padding: 5px;
    margin-bottom: 15px;
}

@media (max-width: 768px) {
    /*.myaccount .line-item > div {
        max-width: 100%;
    }*/

    .myaccount .line-item .img-container {
        display: none;
    }

    .myaccount .list img {
        margin-left: 0;
    }

    .myaccount .list .btn-group {
        margin: 10px;
        top: auto;
        bottom: 0;
        right: 0;
        position: absolute;
    }

    .myaccount .list .btn.invoice {
        float: right;
    }
}

/* My Account: Bidding Key */
.key.winning {
    color: green;
    font-weight: bold;
    margin: 0 15px 0 0;
}

.key.winning-reserve {
    color: orange;
    font-weight: bold;
    margin: 0 15px 0 0;
}

.key.not-winning {
    color: red;
    font-weight: bold;
    margin: 0 15px 0 0;
}

/* My Account : Sale Report */
#ReportResults .row:nth-child(4n+1), #ReportResults .row:nth-child(4n+2) {
    background-color: transparent;
}

#ReportResults .row:nth-child(4n+3), #ReportResults .row:nth-child(4n+4) {
    background-color: #ebebeb;
}

#ReportResults .row {
    padding: 5px 0;
}

#ReportResults {
    padding-bottom: 0;
    padding-top: 0;
}

.awe-reports + .pagination {
    margin-top: 0;
    margin-bottom: 5px;
}

@media (max-width: 767px) {
    #ReportResults .visible-xs {
        display: inline-block !important;
    }

    #ReportResults .row > div {
        border-bottom: 1px solid #f8f8f8;
        padding: 3px;
    }
}

.SubmitOnChange + script + .SubmitOnChange {
    margin-top: 5px;
}

.SubmitOnChange + .SubmitOnChange {
    margin-top: 5px;
}

/* Create / Edit Listing & Image Uploading */
div.ProgressBar {
    border: 1px solid black;
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    height: .75em;
    margin-left: 1em;
    margin-right: 1em;
    padding: 0;
    width: 100px;
    zoom: 1;
}

    div.ProgressBar div {
        background-color: Green;
        font-size: 1pt;
        height: 100%;
        float: left;
    }

span.asyncUploader object {
    left: 10px;
    position: relative;
    top: 5px;
}

.imagecontainer {
    position: relative;
    float: left;
    height: 170px;
    margin: 10px 10px 10px 0;
    width: 150px;
    background-color: #f1f1f1;
    overflow: hidden;
}

    .imagecontainer img {
        margin: 0 auto;
    }

.imagecontainer-highlight {
    background-color: #CCC;
    border: 1px solid grey;
    float: left;
    height: 170px;
    margin: 10px 10px 0 0;
    width: 150px;
}

.event-banner-container {
    border: 1px solid transparent;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-top: 10px;
}

.imagecontainer > .btn-group {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 151px;
}

.img-delete, .img-rotate-CW {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.img-delete {
    width: 75px;
    font-size: 12px;
}

.img-rotate-CW {
    width: 76px;
    font-size: 12px;
}

.img-busy {
    background-color: #000;
    filter: alpha(opacity=40); /* msie */
    opacity: 0.4;
}

.img-buttons-hide {
    display: none;
}


.sl-img-container {
    margin: 10px 10px 10px 0;
}

.shipping__method {
    float: left;
    clear: both;
    margin-top: 20px;
    padding: 10px;
    line-height: 1;
    color: #fff;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 4px;
    background-color: #337ab7;
}

    .shipping__method .awe-additional-shipping {
        color: #fff;
    }

.filecontainer {
    margin-top: 10px;
}

#change-region-container .form-group {
    margin-left: 0;
    margin-right: 0;
}

#change-category-container .form-group {
    margin-left: 0;
    margin-right: 0;
}

/* Category Selector */

#catlistboxes .form-group, #reglistboxes .form-group, #catlistboxes .form-control, #reglistboxes .form-control {
    display: inline-block;
    margin-bottom: 0;
}

#catlistboxes select, #reglistboxes select {
    margin: 0 5px 5px 0;
    float: left;
    width: auto;
}

.awe-category-group {
    display: inline-block;
}

.control-readonly-value {
    margin-top: 7px;
}

/*Event Homepage Buttons*/

ul.eFilter {
    margin-bottom: 10px;
}

    ul.eFilter.nav-pills li.filter-option a {
        border-radius: 1rem;
        border: 1px solid #cccccc;
        padding: .25rem;
        margin: .25rem;
    }

    ul.eFilter.nav-pills li.filter-option.active a {
        border: 1px solid transparent;
    }

/* Event Details */

h1.event-title {
    font-size: 20px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 16px;
}

.event-banner img {
    margin: 0 auto 15px auto;
}

.eventDetails__status {
    font-size: 14px;
    font-weight: 400;
}

    .eventDetails__status .label {
        vertical-align: text-top;
    }

.panel.panel-default.event-data {
    -webkit-box-shadow: 0 0 10px rgba(51, 51, 51, 0.1), 0 0 6px rgba(51, 51, 51, 0.1), 0 2px 2px rgba(51, 51, 51, 0.1);
    -moz-box-shadow: 0 0 10px rgba(51, 51, 51, 0.1), 0 0 6px rgba(51, 51, 51, 0.1), 0 2px 2px rgba(51, 51, 51, 0.1);
    box-shadow: 0 0 10px rgba(51, 51, 51, 0.1), 0 0 6px rgba(51, 51, 51, 0.1), 0 2px 2px rgba(51, 51, 51, 0.1);
    /*
        webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
        box-shadow: 0 1px 1px rgba(0,0,0,.05);*/
    color: #555;
    border: 0;
}

.event-data .glyphicon-envelope {
    font-size: 19px;
    margin-right: 13px;
    margin-left: 2px;
    vertical-align: middle;
}

.event-data .glyphicon-list-alt {
    font-size: 19px;
    margin-right: 14px;
    margin-left: 1px;
    vertical-align: middle;
}

.event-data .glyphicon-forward {
    font-size: 19px;
    margin-right: 11px;
    margin-left: 4px;
    vertical-align: top;
}

.event-data .data-card {
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 4px;
    color: #555;
    padding: 10px;
    text-align: center;
}

.data-card + .data-card {
    margin-top: 10px;
}

.event-data .data-card.small {
    padding: 5px 10px;
}

.event-data .data-card hr {
    margin: 0;
    padding: 0;
}

.event-media {
    float: left;
    margin-right: 10px;
}

@media (max-width: 768px) {
    .event-data .col-sm-6 + .col-sm-6 {
        margin-top: 10px;
    }
}
/* Event Editing */

.readonly {
    padding-top: 7px;
}

/* Event Closing Groups */

.evui-mainContainer {
    padding: 10px;
    overflow: auto;
    overflow-x: scroll;
    width: 100%;
}

.evui-groupContainer {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    clear: both;
    float: left;
    margin-bottom: 15px;
    max-height: 115px;
    min-height: 50px;
    padding: 5px;
    white-space: nowrap;
}

    .evui-groupContainer:hover {
        border-color: #999;
    }

    .evui-groupContainer:first-child {
        clear: both;
        text-align: center;
        width: 100%;
    }

    .evui-groupContainer:last-child {
        clear: both;
        text-align: center;
        width: 100%;
    }

        .evui-groupContainer:last-child .evui-group-label {
            width: 100%;
        }

.evui-lotContainer {
    background-color: #B9D3EE;
    border-right: 5px solid #B9D3EE;
    cursor: pointer;
    display: inline-block;
    margin: 10px;
    padding: 5px;
    width: 200px;
    white-space: nowrap;
}

.evui-lotContainer-data .btn {
    padding: 0 5px;
}

.autoextenditem.evui-lotContainer {
    background-color: #FFCC99;
    border-right: 5px solid #FFCC99;
}

.evui-groupLabel {
    background-color: #F8F8F8;
    font-weight: bold;
    padding: 5px;
}

.evui-newtarget {
    border: 1px dashed;
    margin: -10px;
    padding: 30px;
    z-index: 1;
}

.evui-quickLotMove {
    cursor: pointer;
}

.evui-quickmove-options {
    font-size: smaller;
    position: absolute;
    z-index: 9999;
}


.event__button-container .btn {
    margin: 5px;
}

/* Banners */

.banner.top {
    margin-bottom: 10px;
    text-align: center;
}

    .banner.top img {
        margin: 0 auto;
    }

.banner.left {
    margin-top: 10px;
    margin-left: -10px;
}

    .banner.left img {
        margin: 0 auto 10px;
    }

.banner.bottom {
    clear: both;
    margin-bottom: 10px;
    text-align: center;
}

    .banner.bottom img {
        margin: 0 auto;
    }

/* Feedback & Star Ratings */

.stars-off {
    float: left;
    margin-bottom: 2px;
    width: 80px;
}

.stars-off, .stars-on {
    background: url(../Content/Images/General/jquery.ui.stars.gif) repeat-x 0 -32px;
    height: 16px;
    position: relative;
}

.stars-on {
    background-position: 0 -48px;
    position: absolute;
}

.stars-on-1 {
    width: 16px;
}

.stars-on-2 {
    width: 32px;
}

.stars-on-3 {
    width: 48px;
}

.stars-on-4 {
    width: 64px;
}

.stars-on-5 {
    width: 80px;
}

/* SiteMap */

ul.sitemap li {
    list-style: none;
    margin-left: -20px;
    text-align: left;
    padding-top: 5px;
}

ul.sitemap a:hover {
    text-decoration: none;
}

    ul.sitemap a:hover:after {
        content: " \e080";
        font-family: 'Glyphicons Halflings';
        font-size: smaller;
    }


/* Validation */

.input-validation-error {
    background-color: #f2dede;
    border-color: #b94a48;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    color: #b94a48;
}

    .input-validation-error:focus {
        border-color: #953b39;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    }

.validation-summary-errors /* The summary of validation errors - display at the top of a form */ {
    background-color: #f2dede;
    border: 1px solid #ebccd1;
    color: #a94442;
    font-size: 85%;
    padding: 5px;
}

    .validation-summary-errors li {
        display: block;
        padding: 5px;
        position: relative;
    }

.field-validation-error {
    color: #8a1f11;
}

/* SignalR */

#SignalRStatus {
    bottom: 0;
    left: 0;
}

.SignalRStatus-connected {
    color: #3c763d;
}

.SignalRStatus-reconnect {
    color: #8a6d3b;
}

.SignalRStatus-stopped {
    color: #a94442;
}

.signalr-updatable {
    -webkit-transition: background-color 300ms linear;
    -moz-transition: background-color 300ms linear;
    -o-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
}

.signalr-updating {
    background: #fe062e; /* IE */
    background: rgba(255,0,0,1); /* Everyone else */
}

.signalr-pulse {
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    display: inline-block;
    transform: rotateX(360deg);
}

.signalr-pulse-block {
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    transform: rotateX(360deg);
}

.awe-alert-signalr {
    width: 0px;
    height: 75px;
    position: fixed;
    left: 0;
    bottom: 20px;
    text-transform: none;
    font-size: 14px;
    z-index: 9999;
}

/* Recaptcha */

@media (max-width: 444px) {
    #recaptcha_challenge_image {
        display: block;
        float: left;
        width: 200px !important;
    }

    .recaptcha_table #recaptcha_image {
        background: none;
        margin: 0 !important;
        width: 200px !important;
    }

    .recaptchatable .recaptcha_r1_c1, .recaptchatable .recaptcha_r2_c2, .recaptchatable .recaptcha_r3_c1, .recaptchatable .recaptcha_r3_c2, .recaptchatable .recaptcha_r7_c1, .recaptchatable .recaptcha_r8_c1, .recaptchatable .recaptcha_r3_c3, .recaptchatable .recaptcha_r2_c1, .recaptchatable .recaptcha_r4_c1, .recaptchatable .recaptcha_r4_c2, .recaptchatable .recaptcha_r4_c4, .recaptchatable .recaptcha_image_cell {
        background: none !important;
    }

    #recaptcha_widget_div {
        border: 1px solid #ccc;
    }
}

/* Administration Access */

.admin {
    position: absolute;
    top: 10px;
    right: 30px;
    z-index: 2;
}

    .admin .btn {
        opacity: 0.70;
    }

        .admin .btn:hover {
            opacity: 0.90;
        }

/* Under Maintenance */

.maintenance {
    margin-top: 5%;
}

/* jquery ui datepicker fix */

.ui-datepicker {
    z-index: 9999 !important;
}

/*Homepage announcement splash classes - use .header-splash to match background colors*/

.hp-announce {
    margin-top: -15px;
    margin-bottom: 15px;
}

.hp-buttons {
    text-align: center;
    margin-top: 45px;
}

    .hp-buttons button {
        width: 160px;
    }

header {
    margin-bottom: 15px;
    padding-top: 10px;
}

    header > .container {
        position: relative;
    }

.detail__option-menu .awe-rt-hideable, .detail__context__container .awe-rt-hideable {
    display: none;
}

.detail__option-menu {
    display: flex;
    margin-bottom: 10px;
}

    .detail__option-menu > .detail__option-menu__link {
        max-width: 150px;
    }

.detail__option-menu__link {
    display: inline-block;
    flex: 1;
    text-align: center;
    color: #555;
    text-decoration: none;
    padding: .25rem;
}

    .detail__option-menu__link:hover {
        text-decoration: none;
        background-color: rgba(0,0,0,.05);
        color: #0276FD;
    }

.detail__option-menu__icon {
    display: block;
    text-align: center;
    fill: #555;
}

    .detail__option-menu__icon svg {
        transform: scale(.75);
    }

.detail__option-menu__label {
    display: block;
    text-align: center;
    white-space: nowrap;
    font-size: 12px;
    text-transform: lowercase;
}

@media (max-width: 500px) {
    .detail__option-menu > .detail__option-menu__link {
        max-width: 500px;
    }

    .detail__option-menu__label {
        font-size: 10px;
    }
}

.dropdown__item--withicon {
    position: relative;
    white-space: nowrap;
    padding-right: 15px;
}

    .dropdown__item--withicon .material-icons, .dropdown__item--withicon .glyphicon {
        position: absolute;
        right: 10px;
        top: 30%;
    }


.btn__detail__checkout {
    background-color: #118711;
    color: #fff;
    margin: 5px;
    border-radius: 4px;
}

    .btn__detail__checkout:hover, .btn__detail__checkout:active, .btn__detail__checkout:focus {
        background-color: #0a770a;
        color: #fff;
        text-decoration: none;
    }

.btn__detail__feedback {
    background-color: #27a3c7;
    color: #fff;
    margin: 5px;
    border-radius: 4px;
}

    .btn__detail__feedback:hover, .btn__detail__feedback:active, .btn__detail__feedback:focus {
        background-color: #1e8bab;
        color: #fff;
        text-decoration: none;
    }

.btn__detail__contactuser {
    background-color: #27a3c7;
    color: #fff;
    margin: 5px;
    border-radius: 4px;
}

    .btn__detail__contactuser:hover, .btn__detail__contactuser:active, .btn__detail__contactuser:focus {
        background-color: #1e8bab;
        color: #fff;
        text-decoration: none;
    }

.btn__detail__invoices {
    background-color: #27a3c7;
    color: #fff;
    margin: 5px;
    border-radius: 4px;
}

    .btn__detail__invoices:hover, .btn__detail__invoices:active, .btn__detail__invoices:focus {
        background-color: #1e8bab;
        color: #fff;
        text-decoration: none;
    }

.btn__detail__draft {
    background-color: #118711;
    color: #fff;
    margin: 5px;
    border-radius: 4px;
}

    .btn__detail__draft:hover, .btn__detail__draft:active, .btn__detail__draft:focus {
        background-color: #0a770a;
        color: #fff;
        text-decoration: none;
    }

.btn__detail__offers {
    background-color: #118711;
    color: #fff;
    margin: 5px;
    border-radius: 4px;
}

    .btn__detail__offers:hover, .btn__detail__offers:active, .btn__detail__offers:focus {
        background-color: #0a770a;
        color: #fff;
        text-decoration: none;
    }

    .btn__detail__draft svg, .btn__detail__invoices svg, .btn__detail__feedback svg, .btn__detail__contactuser svg, .btn__detail__checkout svg, .btn__detail__offers svg {
        fill: #fff;
    }

.btn__detail__draft:hover .detail__option-menu__icon--svg {
    fill: #fff;
}

.detail__context__container {
    background-color: rgba(0, 0, 0, 0.05);
    text-align: center;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

    .detail__context__container > div {
        max-width: 50%;
    }

.detail__checkout {
    flex: 1;
    display: flex;
}

.detail__contactuser {
    flex: 1;
    display: flex;
}

.detail__feedback {
    flex: 1;
    display: flex;
}

.detail__invoices {
    flex: 1;
    display: flex;
}

.detail__manageoffers {
    flex: 1;
    display: flex;
}

.detail__activate {
    flex: 1;
    display: flex;
}

.detail__payfees {
    flex: 1;
    display: flex;
}

.detail__title {
    margin-top: 0;
}

    .detail__title > span {
        padding-right: 1rem;
    }

.detail__context__container .dropdown-menu {
    left: 5px;
    border: 0;
}

    .detail__context__container .dropdown-menu > li > a {
        padding: 10px;
        display: inline-block;
    }

.detail__option-menu__link.isWatching {
    background-color: rgba(255,255,255,.75);
    color: #449d44;
    cursor: default;
}

    .detail__option-menu__link.isWatching:hover {
        background-color: rgba(255,255,255,.75);
        color: #449d44;
    }

.detail__draft {
    display: flex;
}

@media (max-width:500px) {
    .detail__feedback {
        display: none;
    }
}


.invoice__status__icon--paid {
    color: #449d44;
}

.invoice__status__icon--default {
    color: #f1f1f1;
}

.invoice__status__icon--unpaid {
    color: red;
}

.detail__context-wrapper {
    overflow: hidden;
}

    .detail__context-wrapper > .alert {
        margin: 0 0 .5rem 0;
    }

.detail__seller-data {
    margin-top: 10px;
}

.seller-data__container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 15px 1fr;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 15px;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
}

.seller-data__summary {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-column-start: 1;
    grid-column-end: span 1;
    grid-row-start: 1;
    grid-row-end: span 1;
}

.seller-data__payment {
    -ms-grid-column: 3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-column-start: 2;
    grid-column-end: span 1;
    grid-row-start: 1;
    grid-row-end: span 1;
}

.seller-data__fullwidth {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-column-start: 1;
    grid-column-end: span 2;
    grid-row-start: 1;
    grid-row-end: span 1;
}

@media (max-width:620px) {
    .seller-data__container {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-column-gap: 15px;
        -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
    }

    .seller-data__summary {
        -ms-grid-column: 1;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-column-start: 1;
        grid-column-end: span 1;
        grid-row-start: 1;
        grid-row-end: span 1;
        padding-bottom: 20px;
    }

    .seller-data__payment {
        -ms-grid-column: 1;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-column-start: 1;
        grid-column-end: span 1;
        grid-row-start: 2;
        grid-row-end: span 1;
    }
}

.detail__user-summary {
    position: relative;
}

.detail__feedback-rating {
    float: none;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: -2px;
}

.detail__payment-options {
}

.detail__custom-fields {
    margin-bottom: 0;
}

    .detail__custom-fields li {
        padding: 10px;
    }

.detail__field-name {
    display: inline-block;
    font-weight: 600;
    width: 140px;
    padding-right: 15px;
    text-overflow: ellipsis;
}

.detail__field-help {
    position: absolute;
    right: 20px;
}

.search__icon {
    font-size: 18px;
    color: #999;
}

.detail__show-time strong {
    padding-right: 10px;
}

.detail__time {
    font-size: 16px;
    font-weight: 600;
    color: red;
    white-space: nowrap;
}

.detail__price {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.detail__price--current {
    color: green;
}

.detail__buyer-premium {
    margin-bottom: 10px;
}

.detail__qty-num {
    padding-right: 10px;
}

.detail__qty-label {
    color: #333;
}

.detail__qty-total {
    color: #333;
}

.detail__each {
    font-size: .65rem;
    font-weight: 400;
}

.fee {
}

.detail__fee-heading {
    padding: 5px;
    background-color: #f1f1f1;
    font-weight: 600;
}

.detail__buyer-premium {
    padding: 5px;
}

.detail__buyer-fee {
    padding: 5px;
}

.detail__buyer-fee__more {
    float: right;
    font-size: 12px;
    cursor: pointer;
    padding-top: 2px;
}

.detail__history {
    margin-bottom: 15px;
}

.detail__disclaimer {
    font-size: 12px;
    margin-bottom: 10px;
}

.ml-10 {
    margin-left: 20px;
}

.shipping-table {
    margin-bottom: 0;
    margin-top: 20px;
}

    .shipping-table thead {
        background-color: rgba(255,255,255,.75);
    }

    .shipping-table > thead > tr > th {
        border: 0;
    }

.shipping-title {
    padding: .25rem;
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight: bold;
}

.shipping-table.table tbody tr /*, .table tbody tr td */ {
    border-color: #fff;
}

.shipping-table.table tr:first-child {
    border-top: 1px solid #fff;
}


.detail__action {
    display: block;
    padding: .5rem 1rem;
    font-size: .875rem;
    color: #0276FD;
    font-weight: 600;
}

    .detail__action:hover {
        background-color: #fff;
    }

    .detail__action + .detail__action {
        border-top: 1px solid #f8f8f8;
    }

.detail__action-link {
    position: relative;
    border: 1px solid #ebebeb;
    font-weight: bold;
    display: block;
    padding: 10px;
    background-color: #fff;
}

    .detail__action-link:hover {
        text-decoration: none;
    }

.detail__action-link-text {
    padding-right: 10px;
}

.detail__action-link-count {
    display: block;
    color: #555;
    font-size: 12px;
    padding-bottom: 10px;
}

.detail__action-link.disabled {
    color: green;
}

@media (max-width: 768px) {
    .col-xs-12 + .col-xs-12 > .btn-block {
        margin-top: 10px;
    }
}

.watching__wrapper {
    clear: none !important;
    float: right !important;
    margin-bottom: 10px;
}


/*listing/lot detail page image thumbnails*/

.img-thumbnail {
    background-color: transparent;
    border: 0;
}


/*event homepage*/

.view-all-listings {
    font-size: 10px;
    padding-left: 10px;
    text-transform: uppercase;
}




.detail__submit-wrapper {
    /*  border-top: 5px solid #ebebeb;
    padding-top: 10px;*/
}

.bt-container {
    border-top: 5px solid #337ab7;
    padding: 10px;
    background-color: #f5f5f5;
}

.bb {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    display: block;
}

.detail__pageviews {
    font-weight: bold;
    padding-left: 15px;
    padding-right: 15px;
}

.details__generaldata {
    display: flex;
}

.detail__documents {
    background-color: #f5f5f5;
    padding: 10px;
    margin-bottom: 10px;
}

.detail__documents__container {
    padding: 10px;
}

.detail__pdf + .detail__pdf {
    margin-top: 10px;
}

.detail__pdf {
    padding: 10px;
    display: inline-block;
    border: 1px solid #ccc;
    display: block;
}
/*
media > .detail__pdf, .event-media > .detail__pdf {
    padding-left: 0;
}
*/

.detail__action-link + .fee {
    margin-top: 10px;
}

.glyphicon-tag {
    padding-top: 3px;
}



.detail__minbid {
    text-align: right;
    color: #555;
    font-size: 12px;
}

.detail__submit--BIN .awe-rt-BuyNowPrice {
    font-weight: bold;
}

.detail__submit--BIN {
    margin-top: 10px;
}

.col-xs-12 > .detail__disclaimer {
    margin-top: 10px;
}

.detail__action-link-count > .glyphicon {
    position: relative;
    display: inline-block;
    top: 2px;
    left: auto;
}

@media (max-width: 768px) {
    .detail__properties > .detail__action-link:first-child {
        margin-top: 10px;
    }
}

.reserve-not-met {
    white-space: nowrap;
}

    .reserve-not-met .text-danger {
        /*        font-weight: bold;
        font-size: 12px;
*/
    }

    .reserve-not-met .text-success {
        color: #0276FD;
        /*        font-weight: bold;
        font-size: 12px;
*/
    }

.detail__biddermax {
    padding: 5px 10px;
}

.icon--email svg {
    fill: #337ab7;
    margin-bottom: -4px;
}

.icon--email:hover svg {
    fill: #23527c;
}

.detail__status-label {
    position: absolute;
    top: 0;
    right: 17px;
    padding: 2px;
    font-size: .85rem;
}


.detail__disclaimer--auction {
    display: flex;
    font-size: 12px;
    margin: 20px 0 0 0;
    background-color: #fcf8e3;
    border: 1px solid #faebcc;
    border-radius: 4px;
}

    .detail__disclaimer--auction div {
        flex: 1;
        padding: 10px;
    }

@media (max-width: 768px) {
    .detail__disclaimer--auction {
        display: block;
    }

        .detail__disclaimer--auction div + div {
            padding-top: 10px;
        }
}

.detail__custom-fields.list-unstyled {
    padding-left: 5px;
}


.classified__price {
    padding: 10px;
    background-color: #f1f1f1;
    margin-bottom: 10px;
}

.classified__msg-input {
    display: block;
    border: 1px solid #ebebeb;
    resize: none;
    margin-bottom: 10px;
    padding: 10px;
    width: 100%;
}

    .classified__msg-input:-ms-input-placeholder {
        color: #999;
    }

.well {
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
}

.dropdown-menu {
    border: 0;
}


.panel .addthis_toolbox {
    text-align: center;
    border-top: 1px solid #ebebeb;
    padding-top: 15px;
    margin-top: 5px;
}

    .panel .addthis_toolbox a {
        float: none;
        display: inline-block;
    }


.label-primary.status-type {
    background-color: transparent;
    border: 1px solid #ddd;
    color: #888;
    text-transform: uppercase;
    font-weight: 400;
    padding: 2px 5px;
    font-size: 10px;
}

.label-visible {
    background-color: transparent;
    border: 1px solid #ddd;
    color: #888;
}

#convertedprice {
    font-size: 14px;
}



/** event homepage **/

.panel.panel-default.event-hp {
    -webkit-box-shadow: 0 0 10px rgba(51, 51, 51, 0.1), 0 0 6px rgba(51, 51, 51, 0.1), 0 2px 2px rgba(51, 51, 51, 0.1);
    -moz-box-shadow: 0 0 10px rgba(51, 51, 51, 0.1), 0 0 6px rgba(51, 51, 51, 0.1), 0 2px 2px rgba(51, 51, 51, 0.1);
    box-shadow: 0 0 10px rgba(51, 51, 51, 0.1), 0 0 6px rgba(51, 51, 51, 0.1), 0 2px 2px rgba(51, 51, 51, 0.1);
    color: #555;
    border: 0;
}

.event-row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 135px auto 1fr;
    grid-template-columns: 135px auto;
    grid-column-gap: 15px;
    -ms-grid-rows: 30px auto 100px 35px;
    grid-template-rows: 30px auto 100px 35px;
}

.event-row__img {
    -ms-grid-column: 1;
    -ms-grid-row: 3;
    -ms-grid-row-span: 2;
    grid-column-start: 1;
    grid-row-start: 3;
    grid-row-end: span 2;
    background-color: #ebebeb;
    position: relative;
    overflow: hidden;
}

    .event-row__img > a > img {
        max-height: 135px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .event-row__img .no-photo-thumbnail p {
        margin-top: -30px;
    }

.event-row__time-label {
    min-height: 15px;
}

.event-row__title {
    grid-column-start: 1;
    grid-column-end: span 2;
    grid-row-start: 1;
    grid-row-end: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    -ms-grid-row: 1;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    min-width: 0;
}

.event-row__summary--singleLine {
    grid-column-start: 1;
    grid-column-end: span 2;
    grid-row-start: 2;
    grid-row-end: span 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    -ms-grid-row: 2;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    min-width: 0;
    padding-bottom: 1rem;
}

.event-row__summary--multiLine {
    grid-column-start: 1;
    grid-column-end: span 2;
    grid-row-start: 2;
    grid-row-end: span 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    -ms-grid-row: 2;
    min-width: 0;
    padding-bottom: 1rem;
}

.event-row__thumbnails--portrait {
    display: none;
    overflow: hidden;
}

.event-row__details {
    -ms-grid-column: 3;
    -ms-grid-row: 3;
    grid-column-start: 2;
    grid-column-end: span 1;
    grid-row-start: 3;
}

.event-row__thumbnails {
    display: none;
    overflow: hidden;
}

    .event-row__thumbnails a:hover {
        text-decoration: none;
    }

.view-all-lots {
    -ms-grid-column: 3;
    -ms-grid-row: 4;
    grid-column-start: 2;
    grid-row-start: 4;
    display: block;
}

@media (min-width:768px) {
    .event-row {
        -ms-grid-columns: 135px 15px 1fr 15px 200px;
        -ms-grid-rows: 30px 30px 4em;
        grid-template-columns: 135px auto 200px;
        grid-template-rows: 30px 30px 74px;
    }

    .event-row__img {
        -ms-grid-column: 1;
        -ms-grid-row: 1;
        -ms-grid-row-span: 3;
        grid-column-start: 1;
        grid-column-end: span 1;
        grid-row-start: 1;
        grid-row-end: span 3;
    }

    .event-row__title {
        -ms-grid-column: 3;
        -ms-grid-column-span: 1;
        -ms-grid-row: 1;
        grid-column-start: 2;
        grid-column-end: span 1;
        grid-row-start: 1;
        grid-row-end: span 1;
    }

    .event-row__summary--singleLine {
        -ms-grid-column: 3;
        -ms-grid-column-span: 1;
        -ms-grid-row: 2;
        grid-column-start: 2;
        grid-column-end: span 1;
        grid-row-start: 2;
        grid-row-end: span 1;
        padding-bottom: 0;
    }

    .event-row__summary--multiLine {
        -ms-grid-column: 3;
        -ms-grid-column-span: 1;
        -ms-grid-row: 2;
        grid-column-start: 2;
        grid-column-end: span 1;
        grid-row-start: 2;
        grid-row-end: span 2;
        overflow: hidden;
        line-height: 1.3em;
        padding-bottom: 0;
    }

    .event-row__thumbnails--portrait {
        display: block;
        -ms-grid-column: 3;
        -ms-grid-column-span: 1;
        -ms-grid-row: 2;
        grid-column-start: 2;
        grid-column-end: span 1;
        grid-row-start: 2;
        grid-row-end: span 2;
        overflow: hidden;
        line-height: 1.3em;
        padding-bottom: 0;
    }

    .event-row__thumbnails {
        display: block;
        margin-top: 5px;
        -ms-grid-column: 3;
        -ms-grid-row: 3;
        grid-column-start: 2;
        grid-column-end: span 1;
        grid-row-start: 3;
    }

    .event-row__details {
        -ms-grid-column: 5;
        -ms-grid-row: 1;
        -ms-grid-row-span: 3;
        grid-column-start: 3;
        grid-row-start: 1;
        grid-row-end: span 2;
    }

    .view-all-lots {
        -ms-grid-column: 5;
        -ms-grid-row: 3;
        grid-column-start: 3;
        grid-row-start: 3;
        display: flex;
        align-items: flex-end;
    }
}

.event-row__thumb-single {
    height: 70px;
    width: 75px;
    background-color: #ebebeb;
}

    .event-row__thumb-single + .event-row__thumb-single {
        margin-left: 5px;
    }

.event-row__thumbnails--portrait a {
    display: inline-block;
    height: 104px;
}

.event-row__thumbnails--portrait .event-row__thumb-single {
    height: auto;
    width: auto;
    max-height: 104px;
    max-width: 75px;
}



.event-row__details {
    text-align: center;
}

.event-row__status {
    height: 28px;
    margin-bottom: 10px;
}


.event-row__status--preview {
    background-color: rgba(51, 122, 183,.75);
    color: #fff;
    padding: 2px;
}

.event-row__status--active {
    background-color: #218f23;
    color: #fff;
    padding: 2px;
}

.event-row__status--closed {
    color: #999;
    padding: 2px;
}

.event-row__status--paused {
    background-color: #f2960c;
    color: #fff;
    padding: 2px;
}

.event-row__time-label {
    color: #696969;
    text-align: center;
    width: 100%;
    font-size: 11px;
    text-transform: uppercase;
    height: 15px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 5px;
}

.event-row__countdown {
    font-size: 14px;
    font-weight: 600;
}

.event-row__countdown--ended {
    font-weight: normal;
}

.event-row__status, .event-row__status *, .event-row__status * * {
    white-space: nowrap;
}


@media (max-width:500px) {
}
/*lot badge to show pending offer*/
.btn-default .badge.offerbadge--pending {
    background-color: #5cb85c;
    position: absolute;
    top: -10px;
    right: -10px;
}

/*lot detail page*/
.detail__next-prev-lot {
    display: flex;
    text-align: center;
    font-weight: bold;
}

    .detail__next-prev-lot > span, .detail__next-prev-lot > button {
        flex: 1;
    }

    .detail__next-prev-lot > span {
        padding: .5rem;
    }

.detail__backtocatalog {
    text-align: center;
    padding: 5px;
}

.detail__custom-fields > li > strong {
    width: 110px;
    display: inline-block;
}

.awe-rt-ListingActionMessage .alert {
    margin-top: 10px;
    margin-bottom: 10px;
}

/**bootstrap-dialog for make offer modal quirks**/
.modal-body > form > .modal-footer, .modal-body > .modal-footer {
    margin: 0 -15px -15px -15px;
}


/*offer management page*/
.offerDTTM {
    text-align: right;
}

@media (max-width:768px) {

    .offerDTTM {
        text-align: left;
        padding-bottom: 10px;
    }
}

.offers__offerbyname {
    padding-right: 15px;
}

.selected-offer {
    border: 3px solid #5cb85c;
}

.no-offers {
    color: #777;
    font-style: italic;
    font-weight: bold;
    margin: 10px;
}

.selected-offer-helptext {
    text-align: center;
    margin-bottom: 10px;
    font-size: 14px;
}

    .selected-offer-helptext:before {
        content: "*** ";
    }

    .selected-offer-helptext:after {
        content: " ***";
    }

.offer-history .offer-history__record {
    border-bottom: 1px solid #ebebeb;
    padding: 10px 0;
}

    .offer-history .offer-history__record:last-child {
        border-bottom: none;
    }

.offer-history__record .row div {
    padding-bottom: 10px;
}

.offer-history__record .row:last-child div {
    padding-bottom: 0;
}

.offer-history__record .row div.col-xs-4:first-child {
    border-right: 1px solid #ebebeb;
}

.active-offer .row div {
    padding-bottom: 10px;
}

.active-offer .row:last-child div {
    padding-bottom: 0;
}

.active-offer .row div.col-xs-4:first-child {
    border-right: 1px solid #ebebeb;
}

/*my account message inbox table*/

.messaging__list tr td:first-child {
    max-width: 40%;
}

.messaging__list tr td:last-child {
    width: 80px;
}

/*used in create and edit event to align checkboxes*/

.checkbox .checkbox--single input[type="checkbox"] {
    margin-left: 0;
}

/*bid history*/

.alert.history__offer {
    margin-bottom: 10px;
}

.history__offer__DTTM {
    float: right;
    text-align: right;
    font-style: italic;
    font-size: 14px;
}


/*modules*/

.pb-10 {
    padding-bottom: 10px;
}

.pt0, .pt-0 {
    padding-top: 0 !important;
}

.pt7 {
    padding-top: 7px;
}

.mt10 {
    margin-top: 10px;
}

.mt-20, .mt20 {
    margin-top: 20px;
}

.w50 {
    width: 50%;
}

/*used to align 'set region' link when editing listing or lot*/

.mt30 {
    margin-top: 30px;
}

.mb30 {
    margin-bottom: 30px;
}

/* disable numeric input spinners to allow for convenient mobile number input without showing ugly "increment" and "decrement" controls rendered inside of the input box */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

/*Quick bid*/

.label-success.InlineContextualStatus, .label-danger.InlineContextualStatus, .label-warning.InlineContextualStatus {
    /* border-radius: 0 4px 0 0;
    z-index: 999;
    position: absolute;
    right: -1px;
    top: -1px;*/
    border-radius: 4px;
    padding: .15rem .5rem;
    font-size: 14px;
    min-width: 85px;
}

.label-success.InlineContextualStatus {
    color: #3c763d;
    text-transform: uppercase;
    font-weight: 700;
    background-color: #dff0d8;
}

.label-danger.InlineContextualStatus {
    color: #a94442;
    text-transform: uppercase;
    font-weight: 700;
    background-color: #f2dede;
}

.label-success.gallery-status.InlineContextualStatus, .label-warning.gallery-status.InlineContextualStatus, .label-danger.gallery-status.InlineContextualStatus {
    /* border-radius: 0 4px 0 4px;
    z-index: 999;
    position: absolute;
    right: 0;
    top: 0;*/
    border-radius: 4px;
    padding: .15rem .5rem;
    font-size: 14px;
}

.watch-item span.InlineContextualStatus + button.close {
    top: 20px;
}

.watchlist-section > .awe-rt-ListingActionMessage, .active-bid-section > .awe-rt-ListingActionMessage {
    padding-right: 15px;
    padding-left: 15px;
}

.watch-item__cta > .alert, .active-bid__cta > .alert {
    padding: 6px 12px;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 700;
}

.active-bid__cta .btn.btn-default {
    margin-bottom: 0;
}

.active-bid__cta .btn + .btn {
    margin-left: 0px;
}

.galleryUnit > .awe-rt-ListingActionMessage {
    position: absolute;
    top: 30px;
    left: 10px;
    right: 10px;
    z-index: 999;
}

.InlineQuickBid {
    margin-top: 5px;
}



/*.status-type.InlineContextualStatus {
    display: block;
}*/

@media (max-width:992px) {
    .table-bidHistory {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: auto;
    }

    ::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 7px;
        height: 7px;
    }

    ::-webkit-scrollbar-thumb {
        border-radius: 7px;
        background-color: #d6d6d6;
        -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
        display: block;
    }

    ::-webkit-scrollbar-track {
        border-radius: 7px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
    }
}

.panel-mysummary p {
    white-space: nowrap;
}

h5.panel__title, .section__title {
    font-size: 1.2em;
    margin-bottom: 1em;
    color: #555;
    border-bottom: 1px solid #ededed;
    padding-bottom: .5em;
}

span.summary-link {
    font-size: 1.2em;
    display: inline-block;
    color: #0275d8;
    padding: .5em 1em;
    line-height: 1;
    margin-left: 0;
    margin-right: .5em;
    border-radius: 4px;
    min-width: 65px;
    background-color: rgba(0,0,0,.05);
    text-align: center;
}

.btn.summary-link {
    font-size: 1.2em;
    color: #0275d8;
    padding: .5em 1em;
    line-height: 1;
    margin-left: 0;
    margin-right: .5em;
    border-radius: 4px;
    min-width: 65px;
    background-color: transparent;
}

    .btn.summary-link.highlightSummaryDue {
        color: red;
    }

.moreLink {
    font-size: .7em;
    text-transform: uppercase;
}

.moreInfo__data {
    padding-top: 20px;
}


.notAuthorized {
    color: #777;
    font-style: italic;
    font-weight: bold;
    margin: 10px;
    text-align: center;
}


.stripeForm__container iframe {
    padding: 30px 15px;
    border: 1px solid #dddddd;
    border-radius: 4px
}

    .stripeForm__container iframe:focus-within {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
    }

.StripeElement {
    padding: 30px 15px;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.StripeElement--focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.StripeElement--invalid {
    border-color: #fa755a;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}

.stripeError:empty {
    display: none;
}

.panel .alert.stripeError {
    margin-bottom: 10px;
}

.allfieldsrequired {
    text-align: right;
    color: red;
    font-size: 12px;
}

.statement-amount-col {
    text-align: right;
}

.table__name {
    text-transform: capitalize;
}

.bidDivider {
    margin: 0 auto 15px;
}

#previewimg {
    cursor: pointer;
}

.feeContainer + .feeContainer {
    margin-top: 20px;
}

.form-horizontal .form-group.sellerLogo {
    margin: 10px;
    margin-left: 0px;
    margin-right: 0px;
    padding: 10px 0;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}

.control-label + .tiers {
    padding-top: 7px;
}

.tiers .row {
    padding-bottom: 10px;
}

/********new**********/

.header--style1 .navbar {
    margin-bottom: 0;
}

.header--style1 .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

.header--style1 .navbar-right {
    padding-right: 0;
    margin-right: 0;
}

.header--style1 .nav-primary .dropdown-menu {
    border: 0;
}

@media (min-width: 768px) {
    .header--style1 .navbar-right .dropdown-menu {
        right: auto;
    }
}

@media (max-width: 768px) {
    .header--style1 .navbar-nav {
        margin: 0 0;
    }
}

.header--style1 .navbar-default .navbar-text {
    margin-bottom: 10px;
}

.header--style1 .navbar-default {
    border-radius: 0;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
}



.header--style1 .btn.btn-default.btn-sm.navbar-btn {
    font-size: 14px;
    border-radius: 2px;
    padding: 2px 10px;
}



.navbar-collapse {
    border-top: 0;
    -webkit-box-shadow: inset 0 0 0 transparent;
    box-shadow: inset 0 0 0 transparent;
}

.navbar-dark .navbar-nav > li .navbar-text, .navbar-dark .navbar-nav > li > a {
    color: rgba(255,255,255,1);
}

.header--style2 {
    border-bottom: 1px solid #ebebeb;
}

    .header--style2 .navbar-light, .header--style2 .navbar-dark {
        border-color: transparent;
        background-color: transparent;
    }

    .header--style2 .navbar {
        margin-bottom: 8px;
        min-height: 0;
    }

@media (min-width: 767px) {
    .header--style2 .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}


@media (max-width: 767px) {
    .header--style2 .navbar-header {
        position: relative;
        padding-left: 15px;
    }
}

/*header style two search bar*/

#searchCollapse {
    border-top: 1px solid #ebebeb;
    background-color: #fff;
}

    #searchCollapse > .container {
        padding: 15px;
    }


/* demo splash */

.demo-splash {
    background-color: #FEF1B5;
    padding: 1rem;
    margin-bottom: 1rem;
}

    .demo-splash .inner-splash {
        border: 1px dashed rgba(0, 0, 0, 0.1);
        padding: 1rem;
    }


.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}


/*******  bootstrap 4 navbar **********/

.header--style2 .navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}

.user-nav {
    margin-left: auto;
}

@media (max-width:768px) {
    .header--style2 .navbar {
        display: block;
    }

    .user-nav {
        flex-basis: 100%;
    }
}

.header--style2 .navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
    /*overwrite v3*/
    float: none;
    height: auto;
    padding: 0;
}

@media (max-width: 768px) {
    .header--style2 .navbar-brand {
        display: block;
    }

    .header--style2 .navbar-brand {
        display: block;
        margin: 0 auto;
        max-width: 80%;
        z-index: 1;
    }

        .header--style2 .navbar-brand img {
            margin: 0 auto;
        }

    .header--style2 .navbar-toggle {
        z-index: 100;
        vertical-align: bottom;
        margin-right: -15px !important;
        margin-bottom: -15px !important;
        /* position: absolute;
    bottom: 0;right:5px;*/
    }
}

.header--style2 .navbar-brand:hover, .header--style2 .navbar-brand:focus {
    text-decoration: none;
}

.header--style2 .navbar-brand img {
    vertical-align: middle;
    border-style: none;
    max-height: 150px;
}

.header--style2 .navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}


@media (min-width: 768px) {
    .header--style2 .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0;
    }
}

.header--style2 .navbar-nav .dropdown-menu {
    position: static;
    float: none;
}

.header--style2 .navbar-text {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 14px;
}

@media (min-width: 768px) {
    .header--style2 .user-nav .navbar-text {
        padding-left: 0;
        padding-right: 0;
    }
}

.header--style2 .navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
}

.header--style2 .navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

    .header--style2 .navbar-toggler:hover, .header--style2 .navbar-toggler:focus {
        text-decoration: none;
    }

.header--style2 .navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: 50% / 100% 100% no-repeat;
}

.header--style2 .navbar-nav-scroll {
    max-height: 75vh;
    overflow-y: auto;
}

@media (max-width: 576px) {
    .header--style2 .navbar-expand-sm > .container, .header--style2 .navbar-expand-sm > .container-fluid, .header--style2 .navbar-expand-sm > .container-sm, .header--style2 .navbar-expand-sm > .container-md, .header--style2 .navbar-expand-sm > .container-lg, .header--style2 .navbar-expand-sm > .container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 576px) {
    .header--style2 .navbar-expand-sm {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .header--style2 .navbar-expand-sm .navbar-nav {
            -ms-flex-direction: row;
            flex-direction: row;
        }

            .header--style2 .navbar-expand-sm .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .header--style2 .navbar-expand-sm .navbar-nav .nav-link {
                padding-right: 0.5rem;
                padding-left: 0.5rem;
            }

        .header--style2 .navbar-expand-sm > .container, .header--style2 .navbar-expand-sm > .container-fluid, .header--style2 .navbar-expand-sm > .container-sm, .header--style2 .navbar-expand-sm > .container-md, .header--style2 .navbar-expand-sm > .container-lg, .header--style2 .navbar-expand-sm > .container-xl {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        }

        .header--style2 .navbar-expand-sm .navbar-nav-scroll {
            overflow: visible;
        }

        .header--style2 .navbar-expand-sm .navbar-collapse {
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
        }

        .header--style2 .navbar-expand-sm .navbar-toggler {
            display: none;
        }
}

@media (max-width: 768px) {
    .header--style2 .navbar-expand-md > .container, .header--style2 .navbar-expand-md > .container-fluid, .header--style2 .navbar-expand-md > .container-sm, .header--style2 .navbar-expand-md > .container-md, .header--style2 .navbar-expand-md > .container-lg, .header--style2 .navbar-expand-md > .container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 768px) {
    .header--style2 .navbar-expand-md {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .header--style2 .navbar-expand-md .navbar-nav {
            -ms-flex-direction: row;
            flex-direction: row;
        }

            .header--style2 .navbar-expand-md .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .header--style2 .navbar-expand-md .navbar-nav .nav-link {
                padding-right: 0.5rem;
                padding-left: 0.5rem;
            }

        .header--style2 .navbar-expand-md > .container, .header--style2 .navbar-expand-md > .container-fluid, .header--style2 .navbar-expand-md > .container-sm, .header--style2 .navbar-expand-md > .container-md, .header--style2 .navbar-expand-md > .container-lg, .header--style2 .navbar-expand-md > .container-xl {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        }

        .header--style2 .navbar-expand-md .navbar-nav-scroll {
            overflow: visible;
        }

        .header--style2 .navbar-expand-md .navbar-collapse {
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
        }

        .header--style2 .navbar-expand-md .navbar-toggler {
            display: none;
        }
}

@media (max-width: 992px) {
    .header--style2 .navbar-expand-lg > .container, .header--style2 .navbar-expand-lg > .container-fluid, .header--style2 .navbar-expand-lg > .container-sm, .header--style2 .navbar-expand-lg > .container-md, .header--style2 .navbar-expand-lg > .container-lg, .header--style2 .navbar-expand-lg > .container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 992px) {
    .header--style2 .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .header--style2 .navbar-expand-lg .navbar-nav {
            -ms-flex-direction: row;
            flex-direction: row;
        }

            .header--style2 .navbar-expand-lg .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .header--style2 .navbar-expand-lg .navbar-nav .nav-link {
                padding-right: 0.5rem;
                padding-left: 0.5rem;
            }

        .header--style2 .navbar-expand-lg > .container, .header--style2 .navbar-expand-lg > .container-fluid, .header--style2 .navbar-expand-lg > .container-sm, .header--style2 .navbar-expand-lg > .container-md, .header--style2 .navbar-expand-lg > .container-lg, .header--style2 .navbar-expand-lg > .container-xl {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        }

        .header--style2 .navbar-expand-lg .navbar-nav-scroll {
            overflow: visible;
        }

        .header--style2 .navbar-expand-lg .navbar-collapse {
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
        }

        .header--style2 .navbar-expand-lg .navbar-toggler {
            display: none;
        }
}

@media (max-width: 1200px) {
    .header--style2 .navbar-expand-xl > .container, .header--style2 .navbar-expand-xl > .container-fluid, .header--style2 .navbar-expand-xl > .container-sm, .header--style2 .navbar-expand-xl > .container-md, .header--style2 .navbar-expand-xl > .container-lg, .header--style2 .navbar-expand-xl > .container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 1200px) {
    .header--style2 .navbar-expand-xl {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .header--style2 .navbar-expand-xl .navbar-nav {
            -ms-flex-direction: row;
            flex-direction: row;
        }

            .header--style2 .navbar-expand-xl .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .header--style2 .navbar-expand-xl .navbar-nav .nav-link {
                padding-right: 1rem;
                padding-left: 1rem;
            }

        .header--style2 .navbar-expand-xl > .container, .header--style2 .navbar-expand-xl > .container-fluid, .header--style2 .navbar-expand-xl > .container-sm, .header--style2 .navbar-expand-xl > .container-md, .header--style2 .navbar-expand-xl > .container-lg, .header--style2 .navbar-expand-xl > .container-xl {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        }

        .header--style2 .navbar-expand-xl .navbar-nav-scroll {
            overflow: visible;
        }

        .header--style2 .navbar-expand-xl .navbar-collapse {
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
        }

        .header--style2 .navbar-expand-xl .navbar-toggler {
            display: none;
        }
}

.header--style2 .navbar-expand {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

    .header--style2 .navbar-expand > .container, .header--style2 .navbar-expand > .container-fluid, .header--style2 .navbar-expand > .container-sm, .header--style2 .navbar-expand > .container-md, .header--style2 .navbar-expand > .container-lg, .header--style2 .navbar-expand > .container-xl {
        padding-right: 0;
        padding-left: 0;
    }

    .header--style2 .navbar-expand .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }

        .header--style2 .navbar-expand .navbar-nav .dropdown-menu {
            position: absolute;
        }

        .header--style2 .navbar-expand .navbar-nav .nav-link {
            padding-right: 0.5rem;
            padding-left: 0.5rem;
        }

    .header--style2 .navbar-expand > .container, .header--style2 .navbar-expand > .container-fluid, .header--style2 .navbar-expand > .container-sm, .header--style2 .navbar-expand > .container-md, .header--style2 .navbar-expand > .container-lg, .header--style2 .navbar-expand > .container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .header--style2 .navbar-expand .navbar-nav-scroll {
        overflow: visible;
    }

    .header--style2 .navbar-expand .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .header--style2 .navbar-expand .navbar-toggler {
        display: none;
    }

/* ----end bootstrap 4 navbar classes*/

.navbar-greeting {
    padding: 15px 0 0 15px;
}


/*navbar-light*/


.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.75);
}

    .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
        color: rgba(0, 0, 0, 0.9);
    }

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.75);
}

    .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
        color: rgba(0, 0, 0, 0.9);
    }

    .navbar-light .navbar-nav .nav-link.disabled {
        color: rgba(0, 0, 0, 0.3);
    }

    .navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
        color: rgba(0, 0, 0, 0.9);
    }


.navbar-light.navbar-default .navbar-text {
    color: rgba(0, 0, 0, 0.75);
}

.navbar-light.navbar-default .navbar-nav > li > a {
    color: rgba(0, 0, 0, 0.75);
}

    .navbar-light.navbar-default .navbar-nav > li > a:hover, .navbar-light.navbar-default .navbar-nav > li > a:focus {
        color: rgba(0, 0, 0, 0.75);
    }

.navbar-light .navbar-toggle {
    border: 0;
    border-radius: 0;
    color: rgba(0, 0, 0, 0.9);
    margin: 0 0 0 0;
    height: 50px;
    padding: 15px 15px;
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-toggle:hover,
.navbar-light .navbar-toggle:focus,
.navbar-light .navbar-nav > li > a:hover,
.navbar-light .navbar-nav > li > a:focus,
.navbar-light .navbar-nav > .open > a,
.navbar-light .navbar-nav > .open > a:hover,
.navbar-light .navbar-nav > .open > a:focus {
    background-color: rgba(0,0,0,.05);
}

.navbar-light .navbar-toggle .icon-bar {
    background-color: rgba(0,0,0,.33);
}

.navbar-light .navbar-collapse {
    border-color: transparent;
}

@media (max-width: 767px) {
    .navbar-light .navbar-nav .open .dropdown-menu > li > a {
        color: rgba(0, 0, 0, 0.75);
    }

        .navbar-light .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-light .navbar-nav .open .dropdown-menu > li > a:focus {
            background-color: rgba(0,0,0,.05);
            color: rgba(0, 0, 0, 0.75);
        }

        .navbar-light .navbar-nav .open .dropdown-menu > li > a:hover,
        .navbar-light .navbar-nav .open .dropdown-menu > li > a:focus {
            background-color: rgba(0,0,0,.05);
            color: rgba(0, 0, 0, 0.75);
        }
}

.navbar-light .nav > li > a:hover, .navbar-light .nav > li > a:focus {
    background-color: rgba(0,0,0,0.1);
}


.navbar-light.nav-secondary {
    color: rgba(0, 0, 0, 0.75);
}

    .navbar-light.nav-secondary .nav-pills > li > a {
        color: rgba(0, 0, 0, 0.75);
    }

        .navbar-light.nav-secondary .nav-pills > li > a:hover, .navbar-light.nav-secondary .nav-pills > li > a:focus {
            color: rgba(0, 0, 0, 0.75);
        }


    .navbar-light.nav-secondary .form-control {
        background-color: rgba(0,0,0,0.1);
        border: 0;
        border-radius: 0;
        box-shadow: none;
        margin-right: 2px;
        color: #000;
    }

        .navbar-light.nav-secondary .form-control:focus {
            color: rgba(0, 0, 0, 0.75);
        }

        .navbar-light.nav-secondary .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
            color: rgba(0, 0, 0, 0.75);
        }

        .navbar-light.nav-secondary .form-control::-webkit-input-placeholder { /* Microsoft Edge */
            color: rgba(0, 0, 0, 0.75);
        }

        .navbar-light.nav-secondary .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 (single colon syntax) */
            color: rgba(0, 0, 0, 0.75);
        }

    .navbar-light.nav-secondary form .btn, .navbar-light.nav-secondary form .btn:focus, .navbar-light.nav-secondary form .btn:active {
        background-color: rgba(0,0,0,.1);
        border: 1px solid rgba(0,0,0,0);
        border-radius: 0;
        color: rgba(0, 0, 0, 0.75);
        box-shadow: none;
    }

    .navbar-light.nav-secondary .btn-group.open .dropdown-toggle, .navbar-light.nav-secondary .btn-group.open .dropdown-toggle:active:focus {
        box-shadow: none;
    }

    .navbar-light.nav-secondary form .btn:hover {
        background-color: rgba(0,0,0,.15);
    }

.navbar-light svg {
    fill: rgba(0, 0, 0, 0.75);
}


.navbar-light .navbar-greeting, .navbar-light .navbar-greeting a, .navbar-light .navbar-greeting a:hover, .navbar-light .navbar-greeting a:active, .navbar-light .navbar-greeting a:focus {
    color: rgba(0,0,0,.75);
}

/*navbar-dark*/

.navbar-dark .navbar-brand {
    color: #fff;
}

    .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
        color: #fff;
    }

.navbar-dark .navbar-nav > .nav-link {
    color: rgba(255, 255, 255, .9);
}

    .navbar-dark .navbar-nav > .nav-link:hover, .navbar-dark .navbar-nav > .nav-link:focus {
        color: rgba(255, 255, 255, 0.75);
    }

    .navbar-dark .navbar-nav > .nav-link.disabled {
        color: rgba(255, 255, 255, 0.25);
    }

.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active {
    color: #fff;
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-toggle {
    border: 0;
    border-radius: 0;
    color: rgba(255,255,255, 1);
    margin: 0 0 0 0;
    height: 50px;
    padding: 15px 15px;
}

    .navbar-dark .navbar-toggle:hover,
    .navbar-dark .navbar-toggle:focus,
    .navbar-dark .navbar-nav > li > a:hover,
    .navbar-dark .navbar-nav > li > a:focus,
    .navbar-dark .navbar-nav > .open > a,
    .navbar-dark .navbar-nav > .open > a:hover,
    .navbar-dark .navbar-nav > .open > a:focus {
        background-color: rgba(255,255,255,.05);
        color: rgba(255,255,255, 1);
    }

    .navbar-dark .navbar-toggle .icon-bar {
        background-color: rgba(255,255,255, 1);
    }

.navbar-dark .navbar-collapse {
    border-color: transparent;
}

@media (max-width: 767px) {
    .navbar-dark .navbar-nav .open .dropdown-menu > li > a {
        color: rgba(255,255,255, 1);
    }

        .navbar-dark .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-dark .navbar-nav .open .dropdown-menu > li > a:focus {
            background-color: rgba(255,255,255,.05);
            color: rgba(255,255,255, 1);
        }

        .navbar-dark .navbar-nav .open .dropdown-menu > li > a:hover,
        .navbar-dark .navbar-nav .open .dropdown-menu > li > a:focus {
            background-color: rgba(255,255,255,.05);
            color: rgba(255,255,255, 1);
        }
}

.navbar-dark.nav-secondary {
    color: rgba(255,255,255, 1);
}

    .navbar-dark.nav-secondary .nav-pills > li > a {
        color: rgba(255,255,255, 1);
    }

        .navbar-dark.nav-secondary .nav-pills > li > a:hover, .navbar-dark.nav-secondary .nav-pills > li > a:focus {
            color: rgba(255,255,255, 0.9);
            background-color: rgba(255,255,255,.1);
        }

.navbar-dark svg {
    fill: rgba(255,255,255, 1);
}

.navbar-dark .navbar-greeting, .navbar-dark .navbar-greeting a, .navbar-dark .navbar-greeting a:hover, .navbar-dark .navbar-greeting a:active, .navbar-dark .navbar-greeting a:focus {
    color: rgba(255,255,255,1);
}



.header--style2__admin {
    position: absolute;
    top: 5px;
    right: 40%;
    z-index: 2;
}

    .header--style2__admin .btn {
        opacity: 0.70;
    }

        .header--style2__admin .btn:hover {
            opacity: 0.90;
        }

.dropdown-toggle.nav-link .caret {
    position: relative;
}

    .dropdown-toggle.nav-link .caret .label {
        position: absolute;
        top: -25px;
        right: 10px;
        font-size: 10px;
        line-height: 8px;
        padding: 0 2px 2px 2px;
        background-color: rgba(0, 0, 0, 0.65);
        color: rgba(255,255,255,.85);
    }


.no-wrap {
    white-space: nowrap;
}

.nav-item .nav-link {
    white-space: nowrap;
}

.nav-item .bg-success {
    background-color: transparent
}

@media (max-width: 786px) {
    .dropdown.open .dropdown-menu li a {
        padding-left: 10px;
    }

    .myaccount__menu .dropdown.open .dropdown-menu.myaccount-menu__dropdown li a {
        padding-left: 20px;
        margin-left: 0;
    }
}

.badge {
    font-weight: 400;
}

.panel.panel-default, .well {
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.checkboxLabel__hidden label {
    display: none;
}

.div-inline {
    display: inline-block;
}

.iconKey .glyphicon {
    padding-right: 5px;
}

.iconKey p:last-child {
    margin-bottom: 0;
}

.table__date {
    white-space: nowrap;
}

.btn-float {
    margin-left: 10px;
}

.blue-decoration {
    height: 3px;
    background-color: #B9D3EE;
    overflow: hidden;
}

.blue-bg {
    padding: 3px;
    background-color: #B9D3EE;
}

.orange-decoration {
    height: 3px;
    background-color: #FFCC99;
    overflow: hidden;
}

.orange-bg {
    padding: 3px;
    background-color: #FFCC99;
}

.table-striped.table-hover tr:hover td {
    background-color: #B9D3EE;
}

.input-group__styleWrapper {
    padding: 6px 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: #555555;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #cccccc;
    border-radius: 4px;
}

@media (max-width:768px) {
    .table.table--consignor {
        border-top: 1px solid #dddddd;
    }

        .table.table--consignor tbody tr {
            border-bottom: 1px solid #dddddd;
        }

        .table.table--consignor tbody td {
            display: block;
            border: 0;
        }
}

li.bg-danger a:hover {
    background-color: rgb(220, 120, 120, 0.6);
}

li.bg-success a:hover {
    background-color: rgb(120, 220, 120, 0.6);
}

@media (min-width:768px) and (max-width: 1200px) {
    .middle-min-wid-80 {
        min-width: 80px;
    }

    .no-left-margin {
        margin-left: 0px !important;
    }
}

@media (min-width:768px) {
    .text-right-non-xs {
        text-align: right;
    }
}


.printLogo__container {
    margin-bottom: 10px;
}

    .printLogo__container img {
        margin: 0 auto;
    }

.status-label--shipped {
    font-size: 10px;
    background-color: #034DB1;
    color: #FFFFFF;
    border-radius: 4px;
    padding: 2px 5px;
}

.status-label--paid {
    font-size: 10px;
    background-color: #009933;
    color: #FFFFFF;
    border-radius: 4px;
    padding: 2px 5px;
}

.printIdList {
    font-size: 11px;
    color: #555;
}

.shipStation__copyBlock {
    border: 1px dashed rgba(135, 211, 124,.5);
    background-color: rgba(135, 211, 124,.25);
    padding: 6px 12px;
    font-weight: 700;
    color: #000;
}

    .shipStation__copyBlock > div {
        display: inline;
    }

/*Color Code Event Auto Extend Groups*/

.aeBadge {
    font-size: 8px;
    padding: 3px 5px 2px 5px;
    vertical-align: text-top;
    margin-top: 3px;
    font-family: sans-serif;
}

span[class$='0-group'] {
    background-color: #a6cee3;
    color: #303030;
}

span[class$='1-group'] {
    background-color: #1f78b4;
    color: #ffffff;
}

span[class$='2-group'] {
    background-color: #b2df8a;
    color: #303030;
}

span[class$='3-group'] {
    background-color: #33a02c;
    color: #ffffff;
}

span[class$='4-group'] {
    background-color: #fb9a99;
    color: #303030;
}

span[class$='5-group'] {
    background-color: #e31a1c;
    color: #ffffff;
}

span[class$='6-group'] {
    background-color: #fdbf6f;
    color: #303030;
}

span[class$='7-group'] {
    background-color: #ff7f00;
    color: #ffffff;
}

span[class$='8-group'] {
    background-color: #cab2d6;
    color: #303030;
}

span[class$='9-group'] {
    background-color: #6a3d9a;
    color: #ffffff;
}

/*Custom Field Column List*/

.cf_columnList {
    columns: 1;
}

@media (min-width: 450px) {
    .cf_columnList {
        columns: 2;
    }
}

@media (min-width: 650px) {
    .cf_columnList {
        columns: 3;
    }
}


h1.detail__title {
    font-size: 1.5rem;
    line-height: 1.5;
    margin-bottom: .5rem;
    font-weight: 400;
}

h2.detail__subtitle {
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 400;
}

.detail__bidRow {
    display: flex;
    justify-content: space-between;
    background-color: var(--bidRow-bg);
    padding: 1rem;
    border-radius: 4px;
    color: var(--lightText);
    font-size: 2rem;
    font-weight: 500;
}

.detail__bidLabel {
    color: var(--medText);
    font-weight: 400;
    font-size: 2rem;
}

.detail__imageContainer {
    position: relative;
    background-color: rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.05);
    margin-bottom: .5rem;
}

    .detail__imageContainer img {
        margin: 0 auto;
    }

.detail__allImages {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: rgba(0,0,0,.5);
    padding: 1rem;
    z-index: 999;
}

    .detail__allImages a {
        color: rgba(255,255,255,.8);
    }

        .detail__allImages a:hover, .detail__allImages a:focus, .detail__allImages a:active {
            color: rgba(255,255,255,1);
        }

.detail__cfContainer {
    columns: 1;
}

@media (min-width: 700px) {
    .detail__cfContainer {
        columns: 2;
    }
}

.detail__cfUnit {
    display: flex;
    border: 1px solid #dddddd;
}

.detail__cfName {
    background-color: rgba(0, 0, 0, .05);
    padding: .5rem;
    width: 14rem;
    border-right: 1px solid #dddddd;
}

.detail__cfValue {
    background-color: rgba(0, 0, 0, .03);
    padding: .5rem;
    width: 100%;
    break-inside: avoid-column;
    page-break-inside: avoid;
}

.detail__section + .detail__section, .detail__section + .detail__flexSection, .detail__flexSection + .detail__section {
    margin-top: 2rem;
}

.detail__section .detail__sectionHeading {
    font-size: 1.25em;
    font-weight: 600;
    margin: .5rem 0;
}

.detail__flexSection {
    display: flex;
    flex-direction: column;
    align-items: start;
}

@media (min-width: 900px) {
    .detail__flexSection {
        display: flex;
        flex-direction: row;
        gap: 1.5rem;
    }

        .detail__flexSection > .detail__section {
            margin-top: 0;
        }
}

.detail__sellerInfo .btn {
    margin-top: .5rem;
}

.detail__additionalData {
    padding: .5rem;
    font-size: .85rem;
    background-color: rgba(0, 0, 0, .03);
    color: rgba(0, 0, 0, .75);
    margin: 1rem 0;
}

    .detail__additionalData p:last-child {
        margin-bottom: 0;
    }

.detail__noHistory {
    color: #777;
    font-style: italic;
    font-weight: bold;
    margin: 1rem 0;
}

.detail__imageThumbnails {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

@media (min-width:1100px) {
    .detail__imageThumbnails > div {
        max-width: 31.5%;
    }
}


/*use-bootstrapt-tag v3.4 compatibility*/

.d-flex {
    display: flex !important;
}

.gap-1 {
    gap: .25rem !important
}

.flex-1 {
    flex: 1 1 auto;
}

.justify-space-between {
    justify-content: space-between;
}

.align-items-center {
    align-items: center !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.d-inline-flex {
    display: inline-flex !important;
}

.use-bootstrap-tag {
    height: auto;
}


    .use-bootstrap-tag.bs-tag-input {
        min-height: 50px;
        padding-right: 100px;
    }

    .use-bootstrap-tag .input-wrapper {
        min-width: 50px;
        margin-right: 100px;
    }

.bs-tag-remove-btn {
    position: absolute;
    right: 20px;
    top: 10px;
}

.bs-tag-copy-btn {
    position: absolute;
    right: 50px;
    top: 10px;
}


/*Google Maps*/

button#MapPreview {
    margin-top: .5rem;
}

.mapContainer--preview {
    margin-top: 1rem;
}

.mapFrame--preview {
    width: 100%;
    height: 300px;
    border: 0;
    display: none;
}

.mapContainer--event {
    margin-top: 1rem;
}

.mapFrame--event {
    width: 100%;
    height: 300px;
    border: 0;
}

.mapContainer--listing {
    margin-top: 1rem;
}

.mapFrame--listing {
    width: 100%;
    height: 300px;
    border: 0;
}

/*add to watchlist buttons*/

.icon__context--notWatching {
    display: block;
    height: 16px;
    width: 16px;
    background: url('/Content/Images/bookmark-plus.svg');
}

.icon__context--isWatching {
    display: block;
    height: 16px;
    width: 16px;
    background: url('/Content/Images/bookmark-check-fill.svg');
}

/*.addOrRemoveWatchlist .btn-xs {
    margin-left: 1rem;
}*/

.addOrRemoveWatchlist .btn-xs .icon__button--watchList {
    height: 16px;
    width: 16px;
    margin-top: -4px;
}

.addOrRemoveWatchlist[data-iswatching="True"] .watchText__notWatching {
    display: none;
}

.addOrRemoveWatchlist[data-iswatching="False"] .watchText__isWatching {
    display: none;
}

.goToWatchListLink {
    white-space: nowrap;
    font-size: .85rem;
}

.addOrRemoveWatchlist[data-iswatching="False"] + .goToWatchListLink {
    display: none;
}

.context-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: row-reverse;
    z-index: 1000;
    gap: .25rem;
}

    .context-wrapper button {
        padding: .25rem;
        margin: 0;
        border: 0;
        background: transparent;
    }

    .context-wrapper > * {
        align-self: flex-start;
    }

    .context-wrapper > .status-type {
        margin-top: .25rem;
        margin-right: 5px;
    }

    .context-wrapper > button + .status-type {
        margin-right: 0;
    }

    .context-wrapper > .awe-hidden + .status-type {
        margin-right: 0;
    }

.galleryUnit .context-wrapper button {
    background-color: rgba(255,255,255,.85);
    border-radius: 2px;
    padding: .15rem;
}

.galleryUnit .context-wrapper > * {
    margin: .15rem;
}

@media (min-width: 768px) {
    .detail__biddingColumn {
        float: right;
        min-height: 1200px;
    }
}

.detail__detailsColumn {
    float: right;
}

.detail__video--full {
    aspect-ratio: 16/9;
}

    .detail__video--full iframe {
        height: 100% !important;
        width: 100% !important;
    }

.detail__countdownTimer {
    border: 1px solid #ebebeb;
    padding: .5rem;
    text-align: center;
    margin-bottom: 1rem;
}

    .detail__countdownTimer .countdownLabel {
        text-transform: uppercase;
        font-size: .65rem;
    }

    .detail__countdownTimer .countdownTime {
        font-size: 1.15rem;
        font-weight: 600;
        color: red;
    }

.detail__priceLabels, .detail__priceData {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.detail__priceLabels {
    text-transform: uppercase;
    font-weight: 600;
    font-size: .65rem;
}

.detail__price--current {
    font-size: 1.5rem;
    color: green;
    font-weight: 600;
    white-space: nowrap;
}

.detail__bidsContainer {
    text-align: right;
}

.detail__highBidder {
    text-align: right;
    font-size: .85rem;
}

.detail__feeData {
    white-space: nowrap;
    width: 100%;
    margin-bottom: 1em;
    container-type: inline-size;
    container-name: feeData;
}

.detail__fee {
    font-size: .85rem;
}

@container feeData (max-width: 170px) {
    .detail__fee {
        font-size: .75rem;
    }
}

.alert-xs {
    padding: .25rem;
    font-size: .75rem;
    margin: .5rem 0;
}

.detail__imageOverlay {
    position: absolute;
    top: .5rem;
    background-color: rgba(255,255,255,.75);
    border-radius: .5rem;
    padding: .5rem;
    margin-left: auto;
    margin-right: auto;
    left: 10%;
    right: 10%;
    text-align: center;
    max-width: 500px;
}

.detail__optionsMenu svg {
    padding-top: 5px;
    margin-bottom: -2px;
}

.detail__optionsMenu .awe-rt-hideable {
    display: none;
}

.detail__manageRow {
    display: flex;
    gap: 1rem;
}

    .detail__manageRow .detail__context-wrapper {
        flex-grow: 1;
    }

        .detail__manageRow .detail__context-wrapper .alert {
            padding: 6px 12px;
        }

.bidPurchaseDisclaimer {
    margin: 1rem 0;
}

.notificationSettings .panel-body h4:first-child {
    margin-top: 0;
}

.notificationSettings p.text-muted {
    font-weight: 500;
}

.callout {
    padding: .5rem;
    background-color: #f8f9fa;
    border-left: 0.25rem solid #dee2e6;
    margin-bottom: 1rem;
}

.emailCheck {
    padding-left: 1rem;
}

    .emailCheck + p.text-muted {
        margin-top: 1rem;
    }

    .emailCheck label {
        font-weight: 400
    }

.emailCheck__help {
    margin: 0 0 1rem 1rem;
    font-size: .85rem;
}

    .emailCheck__help:empty {
        margin: 0;
    }

/* My Account : Invoice Report */

table.report thead {
    background-color: #f5f5f5;
}

table.report tbody:nth-child(odd) {
    background: #f5f5f5;
}

table.report tbody:nth-child(even) {
    background: #fff;
}

tr.reporthead th {
    vertical-align: top !important;
}


.clear-prev-inp {
    position: absolute;
    right: 50px;
    top: 10px;
    color: rgb(0, 0, 0, 0.48);
    z-index: 999;
}

    .clear-prev-inp:hover {
        cursor: pointer;
        color: #c84949b3;
    }


/* Password Reveal*/

.pw-vis-toggle::-ms-reveal {
    display: none !important;
}

.toggle-pw-vis {
    position: absolute;
    right: 25px;
    top: 10px;
    color: #999;
}

    .toggle-pw-vis:hover {
        cursor: pointer;
    }

    .toggle-pw-vis.icon-eye-open {
        height: 16px;
        width: 16px;
        background-image: url("data:image/svg+xml;base64,CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiAgdmlld0JveD0iMCAwIDQ4IDQ4IiB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4Ij48cGF0aCBkPSJNIDIzLjk4NjMyOCA5IEMgMTIuNjY2NzA1IDkgMi42OTI4NzE5IDE2Ljg0NTkxOCAwLjA0Njg3NSAyNy4xMjY5NTMgQSAxLjUwMDI0NTQgMS41MDAyNDU0IDAgMCAwIDIuOTUzMTI1IDI3Ljg3MzA0NyBDIDUuMjMzMTI4MSAxOS4wMTQwODIgMTQuMDY1OTUxIDEyIDIzLjk4NjMyOCAxMiBDIDMzLjkwNjcwNSAxMiA0Mi43Njc1MDcgMTkuMDE2NTUgNDUuMDQ2ODc1IDI3Ljg3MzA0NyBBIDEuNTAwMjQ1NCAxLjUwMDI0NTQgMCAwIDAgNDcuOTUzMTI1IDI3LjEyNjk1MyBDIDQ1LjMwNjQ5MyAxNi44NDM0NSAzNS4zMDU5NTEgOSAyMy45ODYzMjggOSB6IE0gMjQuMDAxOTUzIDE3IEMgMTguNjgxODg1IDE3IDE0LjMzNzg5MSAyMS4zNDM5OTkgMTQuMzM3ODkxIDI2LjY2NDA2MiBDIDE0LjMzNzg5MSAzMS45ODQxMjcgMTguNjgxODg1IDM2LjMzMDA3OCAyNC4wMDE5NTMgMzYuMzMwMDc4IEMgMjkuMzIyMDIxIDM2LjMzMDA3OCAzMy42Njc5NjkgMzEuOTg0MTI2IDMzLjY2Nzk2OSAyNi42NjQwNjIgQyAzMy42Njc5NjkgMjEuMzQzOTk5IDI5LjMyMjAyMSAxNyAyNC4wMDE5NTMgMTcgeiBNIDI0LjAwMTk1MyAyMCBDIDI3LjcwMDcwMiAyMCAzMC42Njc5NjkgMjIuOTY1MzE3IDMwLjY2Nzk2OSAyNi42NjQwNjIgQyAzMC42Njc5NjkgMzAuMzYyODEgMjcuNzAwNzAyIDMzLjMzMDA3OCAyNC4wMDE5NTMgMzMuMzMwMDc4IEMgMjAuMzAzMjA1IDMzLjMzMDA3OCAxNy4zMzc4OTEgMzAuMzYyODA5IDE3LjMzNzg5MSAyNi42NjQwNjIgQyAxNy4zMzc4OTEgMjIuOTY1MzE3IDIwLjMwMzIwNSAyMCAyNC4wMDE5NTMgMjAgeiIvPjwvc3ZnPg==");
    }

    .toggle-pw-vis.icon-eye-close {
        height: 16px;
        width: 16px;
        background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciICB2aWV3Qm94PSIwIDAgNDggNDgiIHdpZHRoPSIxNnB4IiBoZWlnaHQ9IjE2cHgiPjxwYXRoIGQ9Ik0gNDIuNDcwNzAzIDMuOTg2MzI4MSBBIDEuNTAwMTUgMS41MDAxNSAwIDAgMCA0MS40Mzk0NTMgNC40Mzk0NTMxIEwgNC40Mzk0NTMxIDQxLjQzOTQ1MyBBIDEuNTAwMTUgMS41MDAxNSAwIDEgMCA2LjU2MDU0NjkgNDMuNTYwNTQ3IEwgMTYuOTE2MDE2IDMzLjIwNTA3OCBDIDE4LjY4NDcgMzUuMTE5MjE1IDIxLjIwMDMyNSAzNi4zMzAwNzggMjQgMzYuMzMwMDc4IEMgMjkuMzMgMzYuMzMwMDc4IDMzLjY2OTkyMiAzMS45ODk5MjIgMzMuNjY5OTIyIDI2LjY2OTkyMiBDIDMzLjY2OTkyMiAyMy44NzAxMDMgMzIuNDU5MjMgMjEuMzQ3MTQyIDMwLjU0NDkyMiAxOS41NzYxNzIgTCAzNS4wNTI3MzQgMTUuMDY4MzU5IEMgMzkuOTA0NDcgMTcuOTA5MTIgNDMuNjY4ODExIDIyLjQ5Njg0NSA0NS4wNTA3ODEgMjcuODY5MTQxIEMgNDUuMjIwNzgxIDI4LjU0OTE0MSA0NS44MyAyOSA0Ni41IDI5IEMgNDYuNjIgMjkgNDYuNzQ5MTQxIDI4Ljk4OTIxOSA0Ni44NjkxNDEgMjguOTQ5MjE5IEMgNDcuNjc5MTQxIDI4Ljc0OTIxOSA0OC4xNTkyMTkgMjcuOTMwODU5IDQ3Ljk0OTIxOSAyNy4xMzA4NTkgQyA0Ni40MDkzNzkgMjEuMTI4MjUxIDQyLjQ2MTIyNyAxNi4wNzMwODcgMzcuMjc3MzQ0IDEyLjg0Mzc1IEwgNDMuNTYwNTQ3IDYuNTYwNTQ2OSBBIDEuNTAwMTUgMS41MDAxNSAwIDAgMCA0Mi40NzA3MDMgMy45ODYzMjgxIHogTSAyMy45OTAyMzQgOSBDIDEyLjgyMDIzNCA5IDIuNzUwNzgxMyAxNi42MjA4NTkgMC4wNTA3ODEyNSAyNy4xMzA4NTkgQyAtMC4xNTkyMTg3NSAyNy45MzA4NTkgMC4zMjA4NTkzNyAyOC43NDkyMTkgMS4xMzA4NTk0IDI4Ljk0OTIxOSBDIDEuOTMwODU5NCAyOS4xNTkyMTkgMi43NDkyMTg3IDI4LjY3OTE0MSAyLjk0OTIxODggMjcuODY5MTQxIEMgNS4yNzkyMTg3IDE4LjgxOTE0MSAxNC4zMzAyMzQgMTIgMjMuOTkwMjM0IDEyIEMgMjUuNzAwMjM0IDEyIDI3LjM4OTUzMSAxMi4yMDkxNDEgMjkuMDE5NTMxIDEyLjYxOTE0MSBMIDMxLjQ4MDQ2OSAxMC4xNjAxNTYgQyAyOS4wOTA0NjkgOS40MDAxNTYyIDI2LjU3MDIzNCA5IDIzLjk5MDIzNCA5IHogTSAyNCAxNyBDIDE4LjY3IDE3IDE0LjMzOTg0NCAyMS4zMzk5MjIgMTQuMzM5ODQ0IDI2LjY2OTkyMiBDIDE0LjMzOTg0NCAyNi44Njk5MjIgMTQuMzQ5Mzc1IDI3LjA3OTI5NyAxNC4zNTkzNzUgMjcuMjc5Mjk3IEwgMTguMTUwMzkxIDIzLjQ5MDIzNCBDIDE4Ljc2MDM5MSAyMi4zNjAyMzQgMTkuNzAwMDc4IDIxLjQyMDU0NyAyMC44MzAwNzggMjAuODEwNTQ3IEwgMjQuNjE5MTQxIDE3LjAxOTUzMSBDIDI0LjQwOTE0MSAxNy4wMDk1MzEgMjQuMjEgMTcgMjQgMTcgeiBNIDI4LjQyNTc4MSAyMS42OTUzMTIgQyAyOS43OTY0MjUgMjIuOTE2NTA2IDMwLjY2OTkyMiAyNC42ODc0NTggMzAuNjY5OTIyIDI2LjY2OTkyMiBDIDMwLjY2OTkyMiAzMC4zMzk5MjIgMjcuNjggMzMuMzMwMDc4IDI0IDMzLjMzMDA3OCBDIDIyLjAyNTM3MiAzMy4zMzAwNzggMjAuMjU1OTgzIDMyLjQ1NjU4MSAxOS4wMzUxNTYgMzEuMDg1OTM4IEwgMjguNDI1NzgxIDIxLjY5NTMxMiB6Ii8+PC9zdmc+");
    }

.pw-inp-container {
    position: relative;
}

    .pw-inp-container .toggle-pw-vis {
        right: 15px;
    }


    /**Custom**/
    .buyLink {font-weight: bold;}