/*************************************** ADMIN CONSOLE MAIN CSS DEFINITIONS ***************************************/
*{font-family: Roboto, "Roboto Light", "Roboto Condensed", Arial, Helvetica, "Helvetica Neue", serif;} /*List of primary web font and backup fonts*/
/* CSS Spec Note: To avoid character escaping issues, it's recommended to quote font family names that contain
white space, digits, or punctuation characters other than hyphens. */


/*************************************** Start of Cross Template Section Styles ***************************************/

body {
    font-family: Roboto, "Roboto Condensed", Arial, "Helvetica Neue", serif !important;
    background-color: #f7f7f7; /* backup background */
}

hr {
    border-color: #ccc;
}

.container, .container div, input, select, textarea, button{font-family:inherit;} /* Make sure OS HTML elements inherit the designated web font */

.body {
    /*display: inline; !!!VERY IMPORTANT: Must display main div as inline in order to center the main div!!! */
    /*max-width: 1300px;*/
    /*max-width: 1170px;*/
}
body.modal-open, .modal-open .navbar-fixed-top, .modal-open .navbar-fixed-bottom {
    margin-right: 0;
}
.bold {
  font-weight: bold;
}
.caps {
  text-transform: uppercase;
}
.mainContainerDiv { margin-top:58px; margin-left:10px; margin-right:10px }
.mainContainerDiv .row, #consignmentItemsMainDiv .row { max-width: 1300px; margin-right: auto; margin-left: auto; }

/* Section Listing styles */
.optionsMenuHeader {
    padding-top: 25px;
    padding-bottom: 20px;
    font: "Roboto Light";
    font-weight: 300;
    font-size: 30px ;
    /*text-transform: uppercase;*/
}
.dropdown-menu {
    overflow-y: scroll;
    max-height: 400px;
}
.menuSection { height:auto; padding-top:15px;padding-bottom:5px; margin-bottom: 15px; } /*IMPORTANT: SET dynamic auto height for menu */
.listingSection { margin: 20px 0 20px 0; /* top right bottom left */ }
.sectionDescription { margin: 10px auto; max-width: 100%; font-size: 16px; }
.sectionDescription-small { margin: 1em auto; font-size: 15px; font-weight: normal; }
.sectionDescription-hidden { clear:both; margin: 0 auto; padding-left: 10px}
.rowSection { display: inline-block; margin-left: 5px; color: #717171; }

.sectionHeader { font-size: 16px; font-weight: bold;}
.sectionHeaderMedium { color: #717171; font-size: 18px; }
.sectionHeaderMediumLight { font-size:18px; color: #cccccc; font:"Roboto Light"; font-weight:500; }
.sectionHeaderMediumOrange { font-size: 25px; color: #E97424; font:"Roboto Light"; font-weight:300; }
.sectionHeaderLarge { color: #717171; font-size: 28px; }
.sectionHeaderLargeOrange { font:"Roboto Light"; font-weight:300; font-size: 28px; color: #f78d1d; border-bottom: 1px solid #f78d1d; }
.sectionHeaderLargeBlack {font-size: 26px; font-weight: bold}
.sectionLabel { font:"Roboto Light"; font-size: 15px; font-weight:500; color: #333333; }
.sectionLabelLighter { font:"Roboto Light"; font-weight: 300; font-size:15px; color:#717171; }
.sectionLabelUpper { font:"Roboto Light"; font-weight: 500; font-size: 14px; color: #333333; text-transform: uppercase }
.sectionLabelSmall { font:"Roboto Light"; font-weight: 300; font-size:14px; color:#666; }

.table-one {width:100%; height: 220px; margin: 0 auto; background-color: #EEEEEE;}
.table-one tr {vertical-align: middle;}

.errorMessage { color:lightcoral; font-size:13px; display:none;}
#successMessageDiv {margin-bottom: 10px;}
.successMessage { color:#4a9660; font-size:15px; display:none;}

.ajaxLoaderImage {
    display:    none;
    position:   absolute;
    z-index:    1000;
    top:        215px;
    left:       0;
    width:      100%;
    height:     225px;
    background: rgba( 255, 255, 255, .8 ) url('../images/loader_animation_large.gif') 50% 50% no-repeat;;
}

/* Positioning decelerations */
.noGutter { margin-left:-15px; }
.marginTop5 { margin-top: 5px; }
.marginTop10 { margin-top: 10px; }
.marginTop15 { margin-top: 15px; }

div.imageWrapper {
    float:left; /* IMPORTANT: to pull image to the left margin */
    position:relative; /* IMPORTANT: To absolutely position the description div */
}

/*div.imageDescriptionContainer {
    position:absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #d3d3d3;
    opacity: 0.5;
    filter:alpha(opacity=50); // IE Fix
    text-align: center;
    color: black;
    font-size: 18px;
    font-weight: bold;
}
p.imageDescriptionContainerContent{ padding: 10px; margin: 0; }*/

/*************************************** End of Cross Template Section Styles ***************************************/


/**************************** Customized Element Styles: Images, Links, Buttons, Labels, Etc. *************************/
.galleryImage { min-height: 200px; max-height: 200px; max-width: 235px; min-width: 235px; }
.galleryImageLrg { min-height: 210px; max-height: 210px; max-width: 250px; min-width: 250px; }
.galleryImageLrgResponsive { width: 100%; max-width: 350px; max-height: 200px; }
.blankImageContainer {
    width: 100%; height: auto;
    max-width: 350px; min-height: 190px; max-height: 190px;
    background-color:#f7f7f7;
    background-image: url(../images/icon-blank-image.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.moveImageContainer { position: absolute; top: 0; left: 15px;}

.icon {color:black; width: 32px; height: 30px; font-size: 30px;}
.iconSmall { color:black; width: 25px; height: 25px; font-size: 25px; }
.thumbnailImage { width: 100px; height: 80px; border: 1px solid black; }
.thumbnailImageMed { width: 70px; height: 70px; border: 3px solid #717171;}
.thumbnailLabel { margin-top: 25px; margin-left: 20px; text-align: right; color: #cccccc; font-size: 16px; }
.transparent { opacity:0.1; filter:alpha(opacity=10);}
.transparent50 { filter:alpha(opacity=50); -moz-opacity:0.5; -khtml-opacity: 0.5; opacity: 0.5; }

.background-white {background: #ffffff;}
.background-light-gray {background: #f7f7f7;}

.bevelBorder {
    border: 5px solid white; /* inner border */
    padding: 2px;background: #f0f0f0; /* middle border */
    outline: 2px solid #f0f0f0; /* outer border */
}

.horizontalBar { height: 2px; background: #717171; margin: 2px 0 5px 0; /* top right bottom left */ }
.horizontalBarLight { height: 1px; background: #cccccc; margin: 2px 0 5px 0; /* top right bottom left */ }
.horizontalBarBorder { border-bottom: 1px solid #eee; }

.link { font-size: 15px; color: #999;}
.link-lrg { font-size: 18px; color: #999;}
.link-underline {font-size: 15px; color: #999; text-decoration: underline}
.link:hover, .link-lrg:hover {color: #ff9700; text-decoration:none;}


/************************** Start of Custom Menu DropDown Selection, Button, and Label Classes ************************/

/* Browser specific form decelerations */
@-moz-document url-prefix() {
    textarea {overflow: hidden;}
}

.dropdown-menu-sort, .dropdown-menu-items {margin-left:15px;width:92%;}
/*a.dropdown-toggle { border: none }
ul li.dropdown:hover > ul.dropdown-menu {display: inline-block; font:"Roboto Light";font-weight: 300;}*/

.dropdown-menu.has-side-text li a {
    padding-right: 100px;
    position: relative;
}
.dropdown-menu li .side-text {
    color: #888;
    position: absolute;
    right: 10px;
    top: 3px;
}
.dropdown-menu li:hover .side-text {
    color: white;
}

.menu-label {padding-left:8px;padding-top:8px; padding-right:5px; font-size:13px; min-width: 45px;}
.menu-btn {display:inline-block; border:1px solid #d3d3d3; font-size: 14px; cursor: pointer;}
.menu-btn-itemsPerPage, .menu-btn-sort {height:33px; width:100%; text-align: left }
.menu-btn-nav  {height:32px; width:16%; margin-left:2px; margin-right:2px; text-align: center; }
.menu-txtInput {vertical-align:middle; height:32px; width:30px; border-radius:5px; font-size:16px; text-align:right; border-width: 1px; border-color: #ccc; border-style: solid; } /* IMPORTANT: vertical align middle */
.menu-caret {
    display:inline-block;
    /* margin: 0 0 0 -15px; top right bottom left */
    margin-left: -20px;
    height:33px;
    width:20px;
    border-top: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
    border-left: none;
    position:relative;
    z-index: 99;
}
.btn-caret { display:inline-block; margin:10px auto; }
@-moz-document url-prefix() { .btn-caret-moz{display:inline-block; margin:-10px auto; } }

/*Over-riding default BootStrap button styles */
.btn {}
.btn.active,
.btn:active { }

.content-btn {min-width:55px; max-width: 160px; font-family: "Roboto Condensed", Helvetica, sans-serif; font-weight:700; font-size:15px; letter-spacing:1px; text-align:left}
.content-btn-lrg-white {max-width: 200px; color:#ffffff; font-family: "Roboto Condensed", Helvetica, sans-serif; font-weight:700; font-size:15px; text-align:center}
.orange {
    background: #E97424;
    /*background:  #faa51a;*/
    color: #ffffff;
}
.orange:hover {
    background: #f78d1d;
    color: #ffffff;
}
.orange:active {
    background: #f78d1d;
    color: #ffffff;
}
.black {
    background: #363636;
    color: #ffffff;
}
.black:hover {
    background: #000000;
    color: #ffffff;
}
.green {
    background: #677e52;
    color: #ffffff;
}
.green:hover {
    background: #4a9660;
    color: #ffffff;
}
.red {
    background: #e93f33;
    color: #ffffff;
}
.red:hover {
    background: #fa4140;
    color: #ffffff;
}
.rounded {border-radius: 5px;}

.addImg-btn {
    background-image: url(../images/btn-addPix.png);
    background-repeat:no-repeat;
    background-position:center;
}
.addImg-btn:hover{border: 2px solid #f78d1d;}
.addImg-btn:active{background-color:transparent;border: #f78d1d;}
.btn-wrapper-transparent{ background: #ffffff; color: #ffffff;} /*IMPORTANT : Using a white background and text color to hide the file input text*/

.removeImg-btn {
    width: 20px; height: 25px;
    background-image: url(../images/btn-removePix.png); background-position:  0 0; background-repeat: no-repeat;
    background-size: 100%; /* To fill the dimensions of container (button) */
    border: 1px solid #CC3F3B; border-radius: 50%;
    margin-left: -3px; margin-top:-8px;
}
.removeImg-btn:hover { background-image: url(../images/btn-removePix-hover.png); border: 1px solid #A30904; border-radius: 50%; }
.removeImg-btn span {

}

.circle-small-orange {
    background: #E97424;
    color: #ffffff;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    font-size: 16px;
    text-align: center;
}
.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#scrollToTop {
    position: fixed;
    float: right;
    bottom: 100px;
    right:25px;
    display: none;
}

.import-menu {
	font-size: 14px;
    padding: 6px;
    width: 200px;
    top: -3px;
    position: relative;
    border-radius: 5px;
}

/**************************** End of Custom Menu DropDown Selection, Button, and Label Classes ************************/

/************************************* Start of Custom Form Element Classes *******************************************/

.menu-search {
    padding-left: 2%; padding-right: 10%; /*Set padding for fitting placeholder text within text field but before search button*/
    height: 34px;
    /*min-width: 300px;*/
    /*background-color: #fafafa;*/
    font-size:15px;
    border: 1px solid #d3d3d3;
    border-radius: 0.5em 0.5em 0.5em 0.5em; /* top-left, top-right, bottom-right, bottom-left */
    /*background-image: url("../images/form-search-icon.png");
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: 98% 50%;*/
}
.menu-search::-webkit-input-placeholder { color: #999999;}
.menu-search:-moz-placeholder { /* Firefox 18- */ color: #999999; }
.menu-search::-moz-placeholder {  /* Firefox 19+ */ color: #999999; }
.menu-search:-ms-input-placeholder {color: #999999;}
.menu-search + div.input-group-btn > button { height: 33px; background: transparent; margin-left: -35px; font-size: 15px; color: #999999; }


/************************************* Start of Customized POST Template Styles ***************************************/
/*Text Area Input styles*/
.textInput { width:96%; min-width:300px; background:rgb(252, 252, 252); }
.textInput::-webkit-input-placeholder { color: #999999;}
.textInput:-moz-placeholder { /* Firefox 18- */ color: #999999; }
.textInput::-moz-placeholder {  /* Firefox 19+ */ color: #999999; }
.textInput:-ms-input-placeholder {color: #999999;}
textarea{resize: none}

/*DropDown Selection Input styles*/
.customDropDown select {
    /*Firefox Fix: Removes default arrow from drop-down selection*/
    outline : none;
    overflow : hidden;
    text-indent : 0.01px;
    text-overflow : '';
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}
.customDropDown select::-ms-expand { display: none; } /*Internet Explorer Fix: Removes default arrow from drop-down selection*/

.customSelect {font-size:16px; border: 1px solid #d3d3d3; border-radius: 0.5em 0.5em 0.5em 0.5em;}

.fileCheckLabel { color: #999999; font-weight: normal; margin-left: 5px; }
/**************************************** End of POST Template Styles **************************************************/

/**************************************** Start of Bootstrap Carousel Styles *******************************************/

.carousel {
    min-width: 300px;
    margin-left:75px;
}
.carousel-control.right {
    width: 75px;
    margin-left: auto;
    margin-right: 0;
    background: #d3d3d3;
}
.carousel-control.left {
    width: 75px;
    margin-left: -75px;
    right: auto;
    background: #d3d3d3;
}
.carousel.slide img {
    width: calc(100% - 75px);
    min-height: 150px;
    max-height: 450px;
    height: auto;
    object-fit: scale-down;
    background: rgba(211, 211, 211, 0.5);
}

.circle {
    min-width: 35px;
    width: 100%;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    background: #000000;
}

.icon-prev, .icon-next  {font-size: 30px; padding-bottom: 35px; }
/**************************************** End of Bootstrap Carousel Styles *********************************************/

div.ui-datepicker{
    width: 175px;
    z-index: 100 !important;
}
/**************************************** End of Custom Form Element Classes *******************************************/



/********** Responsive widths by device screen sizes **********/
/* CSS for smartphones (e.g. iPhone), and tablets (e.g. iPad) in both portrait and landscape orientation */
@media only screen and (min-width:200px) and (max-width:767px) {

    #scrollToTop { margin: 0 auto; left: 80%; }
    .mainContainerDiv {min-width:350px; max-width:765px; margin-left: 15px; margin-right: 15px;}

    /***** Navigation / Pager Menu adjustments *****/
    .dropdown-container {padding-bottom: 10px;}
    .dropdown-menu-sort, .dropdown-menu-items {position: inherit}  /*IMPORTANT: Set drop-down menu position to inherit the parent button's position */
    /*.menu-btn-itemsPerPage { margin-left:15px;}*/
    .menu-btn-nav {width:17%;}
    .menu-search form {margin-top:15px; margin-left:-10px;}

    /***** Listings adjustments *****/
    .listingSection { padding-bottom: 10px; }
    .galleryImage { min-height:300px; max-height:380px; max-width: 500px; width: 100%; }
    a.content-btn { text-align:center; max-width: 700px; width: 100%; margin-top: 10px; }

}

/* CSS for larger sized tablets and smaller desktops */
@media only screen and (min-width:768px) and (max-width:991px) {

    .mainContainerDiv { max-width: 991px; overflow-x: hidden; }
    .menu-btn-nav {width:19%;}
    .galleryImage { min-height:240px; max-height:240px; max-width: 300px; width: 100%; }

}
.editLotItemDiv .details-tab {
    height: 362px;
    overflow: scroll;
    border-bottom: 1px solid #b9b9b9;
}
.editLotItemDiv .modal-footer .btn.withdraw {
    float: left;
}

.lot-category-associations-tab .lot-category-container {
    position: relative;
    height: 38px;
    width: 538px;
    margin: 10px 0;
}
.lot-category-associations-tab .lot-category-inputs {
    border-bottom: 1px solid #b9b9b9;
    height: 327px;
    width: 561px;
    overflow: auto;
    margin-left: -3px;
    padding-left: 3px;
}
.lot-category-associations-tab .lot-category-container .twitter-typeahead,
.lot-category-associations-tab .lot-category-container .remove-category-association {
    position: absolute !important;
}
.lot-category-associations-tab .lot-category-container .twitter-typeahead {
    left: 0;
    right: 38px;
}
.lot-category-associations-tab .lot-category-container .remove-category-association {
    right: 0;
    top: 0;
    bottom: 0;
    font-size: 30px;
    line-height: 38px;
    width: 38px;
    height: 38px;
    text-align: center;
    border: 1px solid #b9b9b9;
    color: #b9b9b9;
    text-decoration: none;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.lot-category-associations-tab .lot-category-container .remove-category-association:hover {
    color: #fff;
    background-color: #b9b9b9;
}
/* Typeahead styling */
.twitter-typeahead {
}
.lot-category-associations-tab .add-category-button {
    display: block;
    margin-top: 15px;
}
.tt-dropdown-menu {
    border-radius: 3px;
    border: 1px solid #ccc;
    padding: 4px 0;
    background-color: white;
    width: 400px;
}
.tt-suggestions {
    padding: 0;
}
.tt-suggestion {
    padding: 0px 11px;
    font-weight: normal;
    cursor: pointer;
    line-height: 29px;
}
.tt-suggestion p {
    margin: 0;
}
.tt-suggestion:hover {
    background-color: #e2e2e2;
}
.lot-category-container .typeahead.tt-input, .lot-category-container .twitter-typeahead.tt-input, .lot-category-container .typeahead.tt-hint {
    width: 100%;
    margin-right: -50px;
    border: 1px solid #b9b9b9;
    border-right: 0;
    border-radius: 3px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding: 8px;
}
input.lot-category-text.selected, .typeahead.selected, .lot-number-typeahead.selected {
    background-color: #428bca !important;
    color: white !important;
    font-weight: bold !important;
    border: 1px solid #428bca;
}
#add-bid-user-id-wrap, .add-bid-lot-id-wrap {
    margin-bottom: 10px;
}

/* Category Management */
#category-index-page {
    width: 940px;
    margin-left: auto;
    margin-right: auto;
}
#category-index-page .settings-nav-container {
    display: inline-block;
    vertical-align: top;
    width: 220px;
    margin-right: 20px;
    font-weight: 300;
}
#category-index-page .settings-nav-container > .title {
    text-transform: uppercase;
    font-size: 18pt;
    margin-bottom: 15px;
}
#category-index-page .settings-nav {
    background: white;
    padding: 0;
}
#category-index-page .settings-nav li {
    list-style-type: none;
}
#category-index-page .settings-nav li > a {
    display: block;
    line-height: 61px;
    color: black;
    text-transform: uppercase;
    font-weight: normal;
    text-decoration: none;
    position: relative;
}
#category-index-page .settings-nav li > a > .glyphicon {
    margin-left: 18px;
    margin-right: 18px;
}
#category-index-page .settings-nav li > a:hover {
    background-color: #efefef;
}
.category-management, .settings-nav {
    border: 1px solid #d5d5d5;
    border-top: none;
    border-bottom-color: #acacac;
    box-shadow: 0px 1px 1px #d5d5d5;
}
.category-management .heading {
    background-color: white;
    border-bottom: 1px solid #e5e5e5;
    line-height: 39px;
    position: relative;
}
.category-management .heading .add-category-button, #edit-category-modal .modal-footer .btn.save {
    background-color: #698054;
    border: 0;
}
.category-management .heading .add-category-button {
    background-image: none;
    border: 0;
    color: white;
    font-weight: bold;
    text-shadow: none;
    position: absolute;
    right: 5px;
    top: 5px;
    height: 28px;
    line-height: 28px;
    padding-top: 0;
    padding-bottom: 0;
}
.category-management .heading .add-category-button:hover, #edit-category-modal .modal-footer .btn.save:hover {
    background-color: #748d5d;
}
.category-management .heading .add-category-button:active, #edit-category-modal .modal-footer .btn.save:active {
    background-color: #576a46;
}
.category-management .heading > .title {
    color: #e86e1b;
    font-size: 18pt;
    font-weight: 300;
    padding-left: 7px;
}
.category-management .footer {
    height: 49px;
}
.category-management .category-row, .category-management .category-row .actions {
    height: 31px;
    line-height: 31px;
}
.category-management .category-row {
    position: relative;
}
.category-management .category-row .name {
    padding-left: 8px;
}
.category-management .category-row .actions {
    display: none;
    position: absolute;
    right: 8px;
    top: 0;
}
.category-management .category-row .actions .edit {
    cursor: pointer;
}
.category-management .category-row:hover .actions {
    display: inline-block;
}
.category-management .category-row:nth-child(odd) {
    background-color: #f7f7f7;
}
.category-management .category-row:nth-child(even) {
    background-color: #fff;
}
.category-management .category-row:hover {
    background-color: #e9e9e9;
}
.category-management {
    width: 700px;
    display: inline-block;
}
.category-container .actions .icon {
    background-size: 20px 20px;
    background-repeat: no-repeat;
    border: 0;
    display: inline-block;
}
.category-container .actions .edit-category-name {
    background-image: url('/images/icon-edit-category.png');
}
#edit-category-modal label {
    display: block;
    text-transform: uppercase;
}
#edit-category-modal .category-name-input {
}
#edit-category-modal .modal-body {
    min-height: initial;
}
#edit-category-modal .modal-footer .btn {
    font-weight: bold;
    text-transform: uppercase;
}
#edit-category-modal .modal-footer .btn.delete {
    float: left;
}
#edit-category-modal .modal-footer .btn.delete, #edit-category-modal .modal-footer .btn.save {
    color: white;
}
#edit-category-modal .modal-footer .btn.save .glyphicon {
    margin-right: 7px;
}

.grouped-nav {
    margin: -4px 0 -10px 20px;
}

.grouped-nav-lg .btn {
    font-size:14px;
    padding:14px;
}

.grouped-nav-lg .badge {
    background-color: #E97424;
}

.page-header {
    background: #fff;
    padding: 10px;
    margin:0;
    border-color: #cacaca;
}

.page-header h1, .page-header h2 {
    font-weight: normal;
    margin:0;
}

.page-header .date-time {
    margin-top:10px;
}

.date-time {
    font-size: 18px;
    color: #CCC;
    font-weight: 500;
}

.table {
    background: #fff;
}

.table thead > tr > th {
    padding-top: 14px;
    padding-bottom: 14px;
    text-transform: uppercase;
}

.table thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th,
.table thead > tr > td,
.table tbody > tr > td,
.table tfoot > tr > td {
    vertical-align: middle;
    padding-left: 14px;
}

.table .paddle .edit-link, .table .max-spendable .edit-link {
    cursor: pointer;
    opacity: 0;
    transition: 0.2s opacity;
}
.table tr:hover .paddle .edit-link, .table tr:hover .max-spendable .edit-link {
    opacity: 1.0;
}

.table .paddle .edit-link:first-child, .table .max-spendable .edit-link:first-child {
    margin-left: 0px;
}

.input-search {
    border-radius:2em;
}

.text-warning {
    color: #FF9725;
}

.text-uppercase {
    text-transform: uppercase;
}

.bid-status
{
    text-align: center;
    color:#fff;
    padding:1.2em 0;
    display:block;
    opacity: .8;
    margin-top: -52px;
    min-height: 3.8em;
}
.bid-status.not-empty {
    background-color: rgba(0,0,0,0.6);
}

.galleryImageLrgResponsive
{
    border: 2px solid rgba(0, 0, 0, .8);
}

.saleLotItemDiv.expired .bid-status
{
    opacity: .8;
    background: #000;
}

.saleLotItemDiv.sold .bid-status
{
    background: rgba(232, 110, 27, 1);
}

.saleLotItemDiv.sold .galleryImageLrgResponsive
{
    border-color: rgba(232, 110, 27, .8);
}

.saleLotItemDiv.bidding_open .bid-status
{
    background: rgba(25, 160, 90, 1);
}

.saleLotItemDiv.bidding_open .galleryImageLrgResponsive
{
    border-color: rgba(25, 160, 90, .8);
}

.saleLotItemDiv.reserve_not_met .bid-status
{
    padding:0.55em 0;
    background: rgba(233, 63, 51, 1);
}

.saleLotItemDiv.reserve_not_met .galleryImageLrgResponsive
{
    border-color: rgba(233, 63, 51, .9);
}

.saleLotImageDiv:hover .bid-status {
    opacity: 0.6;
}

.bid-status small {
    display:block;
}

.saleLotItemDiv {
    margin-bottom: -10px !important;
    padding-top: 36px !important;
    min-height: 31em;
}

.saleLotList {
    margin-top: -40px;
}

.lot-item-description
{
    padding-bottom: 1em;
}

/**/

.sales-list {}

.sales-list .col {
    margin-bottom: 30px;
}

.sales-list .col.even {
    padding-right: 0;
}

.sales-list .col.odd {
    padding-left: 0;
}

.sales-list .sale {
    height: 592px;
    padding: 0px 0 18px 0;
    background: #fff;
    position: relative;
}

.sale .sale-date
{
    position: absolute;
    font-size:3em;
    color: #fff;
    padding: 0.1em 0.3em;
    background: rgba(232, 110, 27, .8);
    display:inline-block;
    top:0;
    margin:0;
    text-transform: uppercase;
    font-weight: 300;
    left: 0;
}
.sale .sale-date .month-and-day {
    line-height: 1.4;
}

.sale .sale-type{
    position: absolute;
    font-size:1.5em;
    color: #fff;
    padding: 0.1em 0.3em;
    background: rgba(232, 27, 43, .8);
    display:inline-block;
    top:0;
    margin:0;
    text-transform: uppercase;
    font-weight: 300;
    right: 0;   
}

.time-remaining{
    font-weight: bold;
    color: rgba(232, 27, 43, 1);
    min-height: 20px;
}

/*.odd .sale-date {
    left:0;
}

.even .sale-date {
    right:0;
}*/

/*.image-wrapper:hover .sale-date {
    opacity: .6;
}*/


.sale-date small {
    margin-top: -8px;
    font-size: 70%;
    display:block;
}

.sale .image-wrapper
{
    width:100%;
    max-height: 20em;
    overflow: hidden;
}

.sale .image-wrapper img
{
    width:100%;
}

.sale .sale-content
{
    padding:1em;
    padding-bottom: 0;
}
.sale .sale-title {
    font-weight: bold;
    font-size: 18px;
}
.sale .sale-stats {
    line-height: 34px;
    font-size: 18px;
}
.sale .sale-stats, .sale .sale-basic-actions {
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
    margin-bottom: 5px;
}
.sale .sale-basic-actions > .btn {
    margin-bottom: 2px;
}

.sale h2 {
    font-size:180%;
}

.sale h3 {
    font-size:150%;
}

.sale .sale-description
{
    padding:.2em 0;
    max-height: 4.8em;
    min-height: 4.8em;
    overflow: hidden;
    box-shadow: 0px -5px 15px -15px rgba(0, 0, 0, 0.1) inset;
}

.sale:hover .sale-description
{
    box-shadow: 0px -5px 15px -15px rgba(0, 0, 0, 0.5) inset;
}

.sale .sale-actions
{
    border-top: 1px solid #ddd;
    margin-top: 0.4em;
    padding-top: 1em;
}


.bid-sheet-page .group-header {
  background-color: #ebebeb;
  font-size: 17px;
  line-height: 45px;
  color: #333;
}
.bid-sheet-page .group-header > * {
  vertical-align: top;
  display: inline-block;
}
.bid-sheet-page .group-header .group-label {
  font-weight: 700;
  text-transform: uppercase;
}
.bid-sheet-page label.quantity {
    transition: 0.15s opacity;
    border-left: 1px solid #ddd;
    margin-left: 8px;
  padding-left: 8px;
}
.bid-sheet-page .group-header .group-quantity {
  display: inline;
  width: auto;
  margin-left: 8px;
}
.bid-sheet-page .group-header .save{
    margin-left: 8px;
    cursor: pointer;
}
.bid-sheet-page .group-header .label {
  background-color: #ff9725;
  height: 27px;
  font-weight: bold;
  font-size: 13px;
  text-transform: uppercase;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0px 10px 0px 0;
}
.bid-sheet-page .group-header .quantity-form label {
  margin-left: 8px;
  font-size: 13px;
  font-weight: normal;
}
.bid-sheet-page .group-header .btn.submit {
  float: right;
  margin-top: 9px;
}

.bid-sheet-page .registration-details {
    font-size: 17px;
    display: inline-block;
    vertical-align: top;
    line-height: 40px;
}
.bid-sheet-page .registration-details > span {
    margin-left: 20px;
}
.bid-sheet-page .lots {
    padding-left: 8px;
}
.bid-sheet-page .lots, .bid-sheet-page .no-bids-message {
    background-color: white;
    border-color: #cacaca;
    border-width: 0 1px 1px;
    border-style: solid;
}
.bid-sheet-page .no-bids-message {
    text-align: center;
    font-size: 20px;
    padding: 15px 0;
    border-bottom: 0;
}
.lots.list-view .lot {
  height: 141px;
  padding: 8px 0 8px 0;
  background-color: white;
  border: 1px solid #e5e5e5;
  border-width: 1px 0 0;
  position: relative;
  /*.btn.watch-lot {
    width: 99px;
    height: 31px;
    background-image: url('/img/btn-watch-lot.png');
    background-size: 99px 31px;
  }
  &.has-bid {
    .description {
        width: 470px;
    }
  }*/
}
/* line 2844, ../sass/style.scss */
.lots.list-view .lot .cover-thumbnail, .lots.list-view .lot .details, .lots.list-view .lot .description, .lots.list-view .lot .actions {
  display: inline-block;
  vertical-align: top;
}
/* line 2848, ../sass/style.scss */
.lots.list-view .lot .cover-thumbnail-wrap {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
/* line 2852, ../sass/style.scss */
.lots.list-view .lot .cover-thumbnail-wrap .package-type {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: white;
  background-color: rgba(255, 151, 37, 0.6);
  line-height: 25px;
  text-align: center;
  font-size: 14px;
}
/* line 2864, ../sass/style.scss */
.lots.list-view .lot .cover-thumbnail {
  width: 124px;
  height: 124px;
}
/* line 2868, ../sass/style.scss */
.lots.list-view .lot .actions {
  position: absolute;
  right: 0;
  bottom: 2px;
}
/* line 2873, ../sass/style.scss */
.lots.list-view .lot .details, .lots.list-view .lot .description {
  padding: 0px 10px;
}
/* line 2876, ../sass/style.scss */
.lots.list-view .lot .details {
  width: 230px;
  line-height: 1.3;
  box-sizing: border-box;
}
/* line 2881, ../sass/style.scss */
.lots.list-view .lot .details .lot-number {
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 300;
  vertical-align: top;
  display: inline-block;
  margin-right: 7px;
  margin-top: -4px;
}
/* line 2890, ../sass/style.scss */
.lots.list-view .lot .details .title {
  font-size: 16px;
  color: #333333;
  font-weight: 700;
  max-height: 40px;
  overflow: hidden;
}
/* line 2897, ../sass/style.scss */
.lots.list-view .lot .details .artist {
  font-size: 13px;
  line-height: 1.48;
  font-weight: 400;
  color: #333333;
  text-transform: uppercase;
  margin-top: 4px;
  max-height: 36px;
}
/* line 2906, ../sass/style.scss */
.lots.list-view .lot .details .title-and-artist {
  max-height: 63px;
  margin-top: 3px;
  overflow: hidden;
}
/* line 2911, ../sass/style.scss */
.lots.list-view .lot .details .lot-price-container {
  margin-top: 5px;
  font-style: italic;
}
/* line 2915, ../sass/style.scss */
.lots.list-view .lot .details .dimensions {
  font-weight: 600;
  color: #999999;
  font-size: 14px;
  margin-top: 4px;
}
/* line 2922, ../sass/style.scss */
.lots.list-view .lot .description {
  width: 586px;
  padding-right: 0;
  box-sizing: border-box;
  height: 118px;
  overflow: hidden;
}
/* line 2928, ../sass/style.scss */
.lots.list-view .lot .description .description-label {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  margin-top: 4px;
}
/* line 2934, ../sass/style.scss */
.lots.list-view .lot .description .text {
  font-size: 13px;
  color: #666666;
  overflow: hidden;
  height: 55px;
}

/* line 2954, ../sass/style.scss */
.lots.list-view .lot:first-child {
  border-top-width: 0;
}

/* line 2962, ../sass/style.scss */
.absentee-bid-box:hover .bid-actions {
  opacity: 1.0;
}

/* line 2965, ../sass/style.scss */
.absentee-bid-box {
  position: relative;
  height: 31px;
  line-height: 31px;
  margin-bottom: 4px;
  min-width: 700px;
}
/* line 2972, ../sass/style.scss */
.absentee-bid-box > * {
  position: absolute;
}
/* line 2975, ../sass/style.scss */
.absentee-bid-box .bid-actions {
  opacity: 0;
  -webkit-transition: 0.15s opacity;
  transition: 0.15s opacity;
  border-left: 1px solid #ddd;
  margin-left: 8px;
}
/* line 2979, ../sass/style.scss */
.absentee-bid-box .bid-actions > * {
  margin-left: 8px;
}
/* line 2985, ../sass/style.scss */
.absentee-bid-box .place-bid-button-wrap, .absentee-bid-box .btn.place-bid, .absentee-bid-box .confirmed-status, .absentee-bid-box .group-label, .absentee-bid-box .bid-actions, .absentee-bid-box .bid-actions > *, .absentee-bid-box > *, .absentee-bid-box .static-status, .absentee-bid-box .my-bid {
  vertical-align: top;
  display: inline-block;
}
/* line 2990, ../sass/style.scss */
.absentee-bid-box .current-bid-box .current-bid-title, .absentee-bid-box .current-bid-box .bid-amount, .absentee-bid-box .current-bid-box .group-label {
  color: #ff9725;
}
/* line 2993, ../sass/style.scss */
.absentee-bid-box .current-bid-box .bid-amount {
  font-weight: 700;
}
/* line 2996, ../sass/style.scss */
.absentee-bid-box .current-bid-box .bid-amount + .group-label {
  margin-left: 8px;
}
/* line 2999, ../sass/style.scss */
.absentee-bid-box .current-bid-box .group-label {
  font-weight: 700;
  color: #ff9725;
  background-color: rgba(255, 151, 37, 0.1);
  padding-left: 8px;
  padding-right: 8px;
  text-transform: uppercase;
}
/* line 3007, ../sass/style.scss */
.absentee-bid-box .current-bid-box .group-label.live-bid {
  /*background-color: $red-dark;*/
}
/* line 3010, ../sass/style.scss */
.absentee-bid-box .current-bid-box .confirmed-status {
  margin-left: 8px;
  font-weight: 700;
  font-size: 13px;
  color: #f1553c;
}
/* line 3016, ../sass/style.scss */
.absentee-bid-box .current-bid-box .confirmed-status.submitted {
  color: #677e52;
}
/* line 3020, ../sass/style.scss */
.absentee-bid-box .current-bid-title, .absentee-bid-box .winning-bid-title, .absentee-bid-box .current-bid-box .bid-amount, .absentee-bid-box .winning-bid-box .bid-amount {
  font-size: 21px;
}
/* line 3023, ../sass/style.scss */
.absentee-bid-box .current-bid-title, .absentee-bid-box .winning-bid-title {
  font-weight: 500;
  font-size: 21px;
}
/* line 3027, ../sass/style.scss */
.absentee-bid-box .bid-amount {
  font-weight: 700;
}
/* line 3030, ../sass/style.scss */
.absentee-bid-box .current-bid-title, .absentee-bid-box .winning-bid-title, .absentee-bid-box .current-bid-box .bid-amount, .absentee-bid-box .current-bid-actions {
  display: inline-block;
  vertical-align: top;
}
/* line 3034, ../sass/style.scss */
.absentee-bid-box .static-status.won {
  color: #7bc052;
}
/* line 3037, ../sass/style.scss */
.absentee-bid-box .static-status {
  font-size: 21px;
  font-weight: 400;
}
/* line 3041, ../sass/style.scss */
.absentee-bid-box .static-status + .static-status, .absentee-bid-box .static-status + .my-bid, .absentee-bid-box .static-status ~ .place-bid-button-wrap {
  border-left: 1px solid #ddd;
  margin-left: 8px;
  padding-left: 8px;
}
/* line 3047, ../sass/style.scss */
.absentee-bid-box .static-status.lost .status-title, .absentee-bid-box .static-status.won .status-title, .absentee-bid-box .static-status.now .status-title {
  font-weight: 700;
  text-transform: uppercase;
}
/* line 3052, ../sass/style.scss */
.absentee-bid-box .static-status.lost + .static-status.sold {
  font-size: 15px;
}
/* line 3055, ../sass/style.scss */
.absentee-bid-box .static-status.won.status-details .status-title {
  font-weight: normal;
  text-transform: none;
}
/* line 3061, ../sass/style.scss */
.absentee-bid-box .static-status.won + .my-bid {
  border-left: 0;
  padding-left: 0;
}
/* line 3065, ../sass/style.scss */
.absentee-bid-box .static-status.now {
  color: #f1553c;
}
/* line 3069, ../sass/style.scss */
.absentee-bid-box .move-to-group-box .group, .absentee-bid-box .group-label {
  background-color: #989898;
}
/* line 3072, ../sass/style.scss */
.absentee-bid-box .move-to-group-box .group-quantity, .absentee-bid-box .group-quantity-label {
  background-color: #cacaca;
}
/* line 3076, ../sass/style.scss */
.absentee-bid-box .place-bid-box {
  width: 100%;
}
/* line 3078, ../sass/style.scss */
.absentee-bid-box .place-bid-box .move-to-group-box {
  display: inline-block;
  vertical-align: top;
  /*select::before {
    position: absolute;
    content: "";
    width: 7px;
    height: 100%;
    top: 0;
    right: 0;
  }*/
}
/* line 3082, ../sass/style.scss */
.absentee-bid-box .place-bid-box .move-to-group-box select {
  box-shadow: none;
  -webkit-box-shadow: none;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  line-height: 31px;
  height: 31px;
  padding: 0 20px 0 8px;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  background-image: url("/img/arrow-dropdown.png");
  background-repeat: no-repeat;
  background-size: 7px auto;
  background-position: calc(100% - 10px) center;
  width: auto;
}
/* line 3111, ../sass/style.scss */
.absentee-bid-box .place-bid-box .move-to-group-box select:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
/* line 3115, ../sass/style.scss */
.absentee-bid-box .place-bid-box .move-to-group-box select:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
/* line 3119, ../sass/style.scss */
.absentee-bid-box .place-bid-box .move-to-group-box select + select {
  margin-left: 0;
}
/* line 3123, ../sass/style.scss */
.absentee-bid-box .place-bid-box .input-group {
  width: 166px;
  float: left;
}
/* line 3126, ../sass/style.scss */
.absentee-bid-box .place-bid-box .input-group > * {
  height: 31px;
  box-sizing: border-box;
  padding-top: 0;
  padding-bottom: 0;
  vertical-align: top;
}
.absentee-bid-box .place-bid-box .input-group .input-group-addon {
  line-height: 31px;
}
/* line 3134, ../sass/style.scss */
.absentee-bid-box .place-bid-box .bid-amount-input {
  width: 90px;
  padding-left: 6px;
  padding-right: 6px;
}
/* line 3139, ../sass/style.scss */
.absentee-bid-box .place-bid-box .input-actions, .absentee-bid-box .place-bid-box .input-actions button {
  vertical-align: top;
  display: inline-block;
}
/* line 3143, ../sass/style.scss */
.absentee-bid-box .place-bid-box .input-actions button + button {
  margin-left: 2px;
}
/* line 3147, ../sass/style.scss */
.absentee-bid-box .place-bid-box input.bid-amount {
  padding-left: 17px;
}
/* line 3150, ../sass/style.scss */
.absentee-bid-box .place-bid-box .currency-sign {
  position: absolute;
  z-index: 3;
  top: 7px;
  left: 53px;
  font-size: 14px;
}
/* line 3157, ../sass/style.scss */
/*.absentee-bid-box .move-to-group-box select {
  margin-left: 8px;
  width: 120px;
  height: 31px;
  line-height: 31px;
  vertical-align: top;
}*/
/* line 3164, ../sass/style.scss */
.absentee-bid-box .place-bid-box input.bid-amount {
  padding-left: 6px;
  padding-right: 6px;
}
/* line 3168, ../sass/style.scss */
.absentee-bid-box .input-actions {
  position: relative;
  margin-left: 8px;
  border-left: 1px solid #ddd;
  padding-left: 8px;
  padding-top: 2px;
  height: 31px;
}
/* line 3176, ../sass/style.scss */
.absentee-bid-box a.remove {
  margin-left: 8px;
  cursor: pointer;
}

.place-bid-box .input-group-addon {
  background-color: #ff9725;
  color: white;
  font-weight: bold;
  border: 0;
}

.place-bid-box .input-group-addon + input {
  border-color: #ff9725;
}

/* line 2412, ../sass/style.scss */
.lot-default-overlay.passed, .lot-default-overlay.sold, .lot-default-overlay.withdrawn {
  background-color: rgba(0, 0, 0, 0.5);
  /*~ .cover-thumbnail {
    filter:gray;
    -webkit-filter:grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -webkit-transition: 0.35s -webkit-filter;
    transition: 0.35s filter;
  }*/
}
/* line 2415, ../sass/style.scss */
.lot-default-overlay.passed .status-label, .lot-default-overlay.sold .status-label, .lot-default-overlay.withdrawn .status-label {
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  font-size: 16px;
  background-color: rgba(255, 255, 255, 0.8);
  color: #333;
  display: inline-block;
  line-height: 32px;
  text-align: center;
  position: absolute;
  left: -50px;
  right: -50px;
  top: 50%;
  margin-top: -16px;
  font-weight: 500;
}

/* line 2444, ../sass/style.scss */
.lot-default-overlay, .lot-details-overlay {
  -webkit-transition: top 0.25s, opacity 0.25s;
  transition: top 0.25s, opacity 0.25s;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 2456, ../sass/style.scss */
.live-sale-page .lots-strip .lot-default-overlay, .live-sale-page .lots-strip .lot-details-overlay {
  width: 63px;
  height: 62px;
}

/* line 2461, ../sass/style.scss */
.lot-details-overlay {
  top: 100%;
}

/* line 2464, ../sass/style.scss */
.lot-default-overlay {
  /*&.win, &.lost, &.sold {
    .status-label {
        margin-top: -37px;
    }
  }*/
}
/* line 2466, ../sass/style.scss */
.lot-default-overlay .status-label {
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  position: absolute;
  top: 50%;
  text-align: center;
  left: 0;
  right: 0;
  font-size: 21px;
}
/* line 2477, ../sass/style.scss */
.lot-default-overlay .status-label-details {
  font-size: 16px;
  font-weight: 400;
}
/* line 2486, ../sass/style.scss */
.lot-default-overlay.win, .lot-default-overlay.now, .lot-default-overlay.lost, .lot-default-overlay.paused, .lot-default-overlay.closed {
  /*.status-label {
    font-weight: 600;
    font-size: 15px;
    position: absolute;
    right: 0;
    top: -5px;
    line-height: 26px;
    height: 26px;
  }*/
}
/* line 2498, ../sass/style.scss */
.lot-default-overlay.win {
  background-color: rgba(118, 195, 95, 0.9);
}
/* line 2501, ../sass/style.scss */
.lot-default-overlay.now {
  background-color: rgba(241, 85, 60, 0.9);
}
/* line 2504, ../sass/style.scss */
.lot-default-overlay.lost {
  background-color: rgba(102, 102, 102, 0.9);
}
/* line 2507, ../sass/style.scss */
.lot-default-overlay.paused {
  background-color: rgba(102, 102, 102, 0.9);
}
/* line 2510, ../sass/style.scss */
.lot-default-overlay.closed {
  background-color: rgba(102, 102, 102, 0.9);
}
/* line 2513, ../sass/style.scss */
.lot-default-overlay.bid {
  background-color: rgba(255, 151, 37, 0.9);
}
/* line 2515, ../sass/style.scss */
.lot-default-overlay.bid .status-label {
  text-transform: none;
  font-weight: 400;
  font-size: 18px;
  margin-top: -31px;
  line-height: 25px;
}
/* line 2522, ../sass/style.scss */
.lot-default-overlay.bid .status-label-details {
  font-size: 18px;
  font-weight: 700;
  line-height: 19px;
}
/* line 2526, ../sass/style.scss */
.lot-default-overlay.bid .status-label-details .group {
  font-size: 16px;
}

/* line 2532, ../sass/style.scss */
.bid-sheet-page .lot-default-overlay.bid {
  display: none;
}

/* line 2535, ../sass/style.scss */
.lot-default-overlay .status-label {
  margin-top: -15px;
}

/* line 2539, ../sass/style.scss */
.lot-thumbnail-overlay-wrap.small .watch-ribbon {
  top: -1px;
  right: 4px;
  width: 15px;
  height: 24px;
}
/* line 2545, ../sass/style.scss */
.lot-thumbnail-overlay-wrap.small .lot-default-overlay .status-label {
  margin-top: -12px;
  font-size: 14px;
  line-height: 23px;
}
/* line 2550, ../sass/style.scss */
.lot-thumbnail-overlay-wrap.small .lot-default-overlay.bid .status-label {
  font-size: 15px;
  margin-top: -29px;
}
/* line 2553, ../sass/style.scss */
.lot-thumbnail-overlay-wrap.small .lot-default-overlay.bid .status-label .status-label-details {
  font-size: 12px;
  font-weight: 700;
  line-height: 17px;
}
/* line 2557, ../sass/style.scss */
.lot-thumbnail-overlay-wrap.small .lot-default-overlay.bid .status-label .status-label-details .group {
  font-size: 11px;
}

/* line 2563, ../sass/style.scss */
.lot-thumbnail-overlay-wrap .watch-ribbon {
  background-image: url("/img/icon-lot-watch-ribbon.png");
  background-repeat: no-repeat;
  position: absolute;
  top: -3px;
  right: 10px;
  width: 25px;
  height: 36px;
  background-size: 100% auto;
  z-index: 5;
  opacity: 0;
  -webkit-transition: 0.15s opacity;
  transition: 0.15s opacity;
  -webkit-transform: translateZ(0);
}

/* line 2578, ../sass/style.scss */
.lot-thumbnail-overlay-wrap .watch-ribbon.watched {
  background-image: url("/img/icon-lot-watched-ribbon.png");
}

/* line 2581, ../sass/style.scss */
.lot-thumbnail-overlay-wrap:hover .watch-ribbon, .lot:hover .watch-ribbon, .lot-item:hover .watch-ribbon {
  opacity: 0.75;
}

/* line 2584, ../sass/style.scss */
.lot:hover .bid-actions, .lot-item:hover .bid-actions {
  opacity: 1.0;
}

/* line 2587, ../sass/style.scss */
.lot-thumbnail-overlay-wrap .watch-ribbon:hover, .lot-thumbnail-overlay-wrap .watch-ribbon:active, .lot-thumbnail-overlay-wrap .watch-ribbon.watched {
  opacity: 1.0;
}

/* line 2590, ../sass/style.scss */
.lot-thumbnail-overlay-wrap .watch-ribbon.watched:hover {
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
}

/* line 2594, ../sass/style.scss */
.lot-thumbnail-overlay-wrap .watch-ribbon:active, .lot-thumbnail-overlay-wrap .watch-ribbon.watched:active {
  -webkit-filter: brightness(0.75);
  filter: brightness(0.75);
}

/* line 2598, ../sass/style.scss */
.lot-thumbnail-overlay {
  overflow: hidden;
  position: absolute;
  text-transform: uppercase;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/* line 2607, ../sass/style.scss */
.lot-thumbnail-overlay-wrap:hover .lot-default-overlay {
  top: -100%;
}
/* line 2610, ../sass/style.scss */
.lot-thumbnail-overlay-wrap:hover .lot-default-overlay.passed, .lot-thumbnail-overlay-wrap:hover .lot-default-overlay.sold, .lot-thumbnail-overlay-wrap:hover .lot-default-overlay.withdrawn {
  top: 0;
  opacity: 0;
}
/* line 2614, ../sass/style.scss */
.lot-thumbnail-overlay-wrap:hover .lot-details-overlay {
  top: 0;
}

/* line 2620, ../sass/style.scss */
.lot-thumbnail-overlay-wrap.passed + img, .lot-thumbnail-overlay-wrap.sold + img, .lot-thumbnail-overlay-wrap.withdrawn + img {
  -webkit-filter: grayscale(100%);
  -webkit-transform: translateZ(0);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
}

/* line 2628, ../sass/style.scss */
.lot-details-overlay {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 9px 11px;
  position: absolute;
  width: 100%;
  height: 100%;
  text-transform: none;
}
/* line 2635, ../sass/style.scss */
.lot-details-overlay .lot-number {
  font-size: 27px;
  font-weight: 300;
  margin-top: -2px;
}
/* line 2640, ../sass/style.scss */
.lot-details-overlay .lot-title {
  font-size: 16px;
  font-weight: 700;
  max-height: 46px;
  overflow: hidden;
}
/* line 2646, ../sass/style.scss */
.lot-details-overlay .artist-name {
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 2px;
}
/* line 2651, ../sass/style.scss */
.lot-details-overlay .lot-price-container {
  font-weight: 600;
  font-style: italic;
  margin-top: 2px;
}
/* line 2655, ../sass/style.scss */
.lot-details-overlay .lot-price-container .estimate-label, .lot-details-overlay .lot-price-container .range {
  color: #333333;
}

/* line 2660, ../sass/style.scss */
.lot-thumbnail-overlay:hover .lot-details-overlay {
  opacity: 1.0;
}
.lot-details-overlay .lot-price-container .estimate-label, .lot-details-overlay .lot-price-container .range {
  color: #333333;
}

/* line 331, ../sass/style.scss */
.tabs {
  display: inline-block;
  /*position: absolute;
  right: 0;
  bottom: 0;*/
  text-transform: uppercase;
}
.bid-sheet-header {
    position: relative;
}
.bid-sheet-header .tabs {
  position: absolute;
  right: 0;
  bottom: 1px;
}
/* line 338, ../sass/style.scss */
.tabs .tab {
  font-size: 13px;
  font-weight: 700;
  box-sizing: border-box;
  color: #999999;
  display: inline-block;
  vertical-align: top;
  padding: 0 18px;
  line-height: 33px;
  height: 33px;
  cursor: pointer;
  margin-bottom: -1px;
  border: 1px solid transparent;
  border-bottom-color: #cacaca;
}
/* line 353, ../sass/style.scss */
.tabs .tab.active {
  background-color: white;
  color: #333333;
  border: 1px solid #cacaca;
  border-width: 1px;
  border-bottom: 1px solid white;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

/* line 1341, ../sass/style.scss */
.bidder-register-page .box-wrap {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  padding-right: 20px;
}

/* line 1347, ../sass/style.scss */
.bidder-register-page .box-wrap + .box-wrap {
  padding-left: 20px;
  padding-right: 0;
}
/* line 1352, ../sass/style.scss */
.form-section > .title {
  font-weight: 300;
  font-size: 23px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 3px;
  margin-bottom: 15px;
  position: relative;
}
/* line 1360, ../sass/style.scss */
.form-section .section-title, .form-section .form-group .section-title {
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 5px;
}
/* line 1365, ../sass/style.scss */
.form-section .billing-address-title {
  width: 185px;
}
/* line 1368, ../sass/style.scss */
.form-section .billing-address-title, .form-section .billing-address-title + .checkbox {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 10px;
}
/* line 1373, ../sass/style.scss */
.form-section .billing-address-title + .checkbox {
  margin-top: 0;
  margin-bottom: 0;
}
/* line 1377, ../sass/style.scss */
.form-section .billing-address-title + .checkbox {
  font-size: 12px;
}
/* line 1380, ../sass/style.scss */
.form-section .title .checkbox {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  line-height: 31px;
}
/* line 1387, ../sass/style.scss */
.form-section .title .checkbox input {
  line-height: 28px;
  height: 28px;
}
/* line 1391, ../sass/style.scss */
.form-section .form-group {
  margin-bottom: 20px;
}
/* line 1394, ../sass/style.scss */
.form-section .form-group label {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 0;
  width: 185px;
  line-height: 31px;
}
/* line 1401, ../sass/style.scss */
.form-section .form-group label, .form-section .form-group input, .form-section .form-group select {
  display: inline-block;
  vertical-align: top;
  height: 31px;
  padding-top: 0;
  padding-bottom: 0;
}
/* line 1408, ../sass/style.scss */
.form-section .form-group input, .form-section .form-group select {
  padding: 0 8px;
  border-radius: 2px;
}
/* line 1412, ../sass/style.scss */
.form-section .form-group label ~ input, .form-section .form-group label ~ select {
  width: 265px;
}
/* line 1416, ../sass/style.scss */
.form-section .billing-address-fields .form-group:last-child {
  margin-bottom: 10px;
}
/* line 1419, ../sass/style.scss */
.form-section .card-holder-name-group {
  border-bottom: 1px solid #ccc;
  padding-bottom: 12px;
  margin-bottom: 12px;
}

/* line 1425, ../sass/style.scss */
.form-section.billing {
  position: relative;
}
/* line 1427, ../sass/style.scss */
.form-section.billing .credit-card-use-notice {
  font-style: italic;
  color: #666;
  font-size: 13px;
  margin-bottom: 12px;
}
/* line 1433, ../sass/style.scss */
.form-section.billing .title {
  margin-bottom: 0;
}
/* line 1436, ../sass/style.scss */
.form-section.billing .credit-card-icons {
  position: absolute;
  right: 0;
  top: 9px;
}
/* line 1440, ../sass/style.scss */
.form-section.billing .credit-card-icons img {
  display: inline-block;
  vertical-align: top;
  height: 20px;
}
/* line 1445, ../sass/style.scss */
.form-section.billing .credit-card-icons img + img {
  margin-left: 5px;
}

/* line 1452, ../sass/style.scss */
.new-credit-card-form .card-holder-name-label, .form-section .new-credit-card-form .card-holder-name-label {
  display: block;
  width: 100%;
}
.form-section .new-credit-card-form .card-holder-name-label input[type=text], .form-section .new-credit-card-form .card-holder-name-label input[type=text] {
    width: 242px;
}
/* line 1455, ../sass/style.scss */
.new-credit-card-form .card-holder-name-label > input, .form-section .new-credit-card-form .card-holder-name-label > input {
  margin-left: 68px;
}
/* line 1459, ../sass/style.scss */
.new-credit-card-form .card-number-label, .form-section .new-credit-card-form .card-number-label {
  width: 308px;
  padding-right: 0;
}
/* line 1463, ../sass/style.scss */
.new-credit-card-form .cvc-code-label, .form-section .new-credit-card-form .cvc-code-label {
  width: 122px;
}
/* line 1466, ../sass/style.scss */
.new-credit-card-form .expiry-month-label, .form-section .new-credit-card-form .expiry-month-label {
  width: 229px;
}
/* line 1469, ../sass/style.scss */
.new-credit-card-form .expiry-year-label, .form-section .new-credit-card-form .expiry-year-label {
  width: 201px;
}
/* line 1472, ../sass/style.scss */
.new-credit-card-form .card-errors, .form-section .new-credit-card-form .card-errors {
  margin: 5px 0 5px;
  font-size: 13px;
  color: #b9121a;
  font-weight: bold;
}
/* line 1478, ../sass/style.scss */
.new-credit-card-form .credit-card-inputs, .form-section .new-credit-card-form .credit-card-inputs {
  border-bottom: 1px solid #ccc;
  margin-bottom: 12px;
  padding-bottom: 12px;
}
/* line 1484, ../sass/style.scss */
.new-credit-card-form .credit-card-inputs .card-number, .form-section .new-credit-card-form .credit-card-inputs .card-number {
  width: 208px;
}
/* line 1487, ../sass/style.scss */
.new-credit-card-form .credit-card-inputs .cvc-code, .form-section .new-credit-card-form .credit-card-inputs .cvc-code {
  width: 54px;
}
/* line 1490, ../sass/style.scss */
.new-credit-card-form .credit-card-inputs .expiry-month, .new-credit-card-form .credit-card-inputs .expiry-year, .form-section .new-credit-card-form .credit-card-inputs .expiry-month, .form-section .new-credit-card-form .credit-card-inputs .expiry-year {
  width: 131px;
}
/* line 1493, ../sass/style.scss */
.new-credit-card-form .credit-card-inputs .form-group:last-child, .form-section .new-credit-card-form .credit-card-inputs .form-group:last-child {
  margin-bottom: 0;
}

/* line 1498, ../sass/style.scss */
.profile-page .form-section .new-credit-card-form #stripeCardholderName {
  width: 265px;
  display: inline-block;
}

/* line 1502, ../sass/style.scss */
.form-section + .form-section {
  margin-top: 20px;
}

/* line 1505, ../sass/style.scss */
.form-section .padded-box {
  padding: 10px;
}
/* line 1507, ../sass/style.scss */
.form-section .padded-box label ~ input[type=text], .form-section .padded-box label > input[type=text], .form-section .padded-box label ~ select, .form-section .padded-box label > select {
  width: 245px;
}
/* line 1510, ../sass/style.scss */
.form-section .padded-box.gray {
  background-color: #f0f0f0;
}

/* line 1514, ../sass/style.scss */
.bidder-register-page {
    width: 960px;
    margin: 58px auto 0;
  /*.cvc-code, .expiry-year {
    margin-left: 10px;
  }*/
  /*.card-number {
    width: 68%;
  }
  .cvc-code {
    width: 30%;
  }
  .expiry-month, .expiry-year {
    width: 49%;
  }
  .expiry-month {
    margin-right: 2%;
  }*/
}
/* line 1515, ../sass/style.scss */
.static-header > .title {
  font-weight: 300;
  font-size: 30px;
  text-transform: uppercase;
}
/* line 1519, ../sass/style.scss */
.bidder-register-page .credit-cards {
  margin: 0 0 0;
}
/* line 1521, ../sass/style.scss */
.bidder-register-page .credit-cards .credit-card {
  background-color: white;
  display: block;
  margin: 0;
  border: 1px solid #cccccc;
}
/* line 1527, ../sass/style.scss */
.bidder-register-page .credit-cards .credit-card + .credit-card {
  border-top: 0;
}
/* line 1530, ../sass/style.scss */
.bidder-register-page .credit-cards .credit-card input, .bidder-register-page .credit-cards .credit-card .credit-card-label {
  height: 42px;
  line-height: 42px;
  margin: 0;
  vertical-align: top;
  display: inline-block;
}
/* line 1537, ../sass/style.scss */
.bidder-register-page .credit-cards .credit-card-label {
  border-left: 1px solid #ccc;
  color: #333;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 300;
  padding-left: 11px;
  background-repeat: no-repeat;
  background-size: auto 16px;
  background-position: 11px center;
}
/* line 1548, ../sass/style.scss */
.bidder-register-page .credit-cards .credit-card-label.brand-visa, .bidder-register-page .credit-cards .credit-card-label.brand-mastercard, .bidder-register-page .credit-cards .credit-card-label.brand-amex, .bidder-register-page .credit-cards .credit-card-label.brand-discover {
  padding-left: 45px;
}
/* line 1551, ../sass/style.scss */
.bidder-register-page .credit-cards .credit-card-label.brand-visa {
  background-image: url("/images/credit-icon-visa.png");
}
/* line 1554, ../sass/style.scss */
.bidder-register-page .credit-cards .credit-card-label.brand-mastercard {
  background-image: url("/images/credit-icon-mastercard.png");
}
/* line 1557, ../sass/style.scss */
.bidder-register-page .credit-cards .credit-card-label.brand-amex {
  background-image: url("/images/credit-icon-amex.png");
}
/* line 1560, ../sass/style.scss */
.bidder-register-page .credit-cards .credit-card-label.brand-discover {
  background-image: url("/images/credit-icon-discover.png");
}
/* line 1563, ../sass/style.scss */
.bidder-register-page .credit-cards .credit-card input {
  margin-left: 15px;
  margin-right: 15px;
}
/* line 1568, ../sass/style.scss */
.bidder-register-page .card-number, .bidder-register-page .cvc-code, .bidder-register-page .expiry-month, .bidder-register-page .expiry-year {
  display: inline-block;
  vertical-align: top;
}
/* line 1587, ../sass/style.scss */
.bidder-register-page .select-card-form-group {
  background-color: #e7e7e7;
  margin: -10px;
  margin-bottom: 0;
  padding: 10px;
}
/* line 1594, ../sass/style.scss */
.bidder-register-page #registerToBidForm {
  margin-top: 10px;
  margin-bottom: 15px;
  clear: both;
  background-color: white;
  padding: 10px;
}
.bidder-register-page .form-section .title {
    color: #ff9725;
}
.bidder-register-page .form-section .title .checkbox {
    color: #333;
}
/* line 1599, ../sass/style.scss */
.bidder-register-page .new-credit-card-form {
  margin-top: 12px;
}
/* line 1602, ../sass/style.scss */
.bidder-register-page .btn.register {
  float: right;
  margin-top: 15px;
}
/* line 1605, ../sass/style.scss */
.bidder-register-page label.error, .bidder-register-page .card-errors {
  margin: 5px 0 0;
  font-size: 13px;
  color: #b9121a;
  font-weight: bold;
}
/* line 1611, ../sass/style.scss */
.bidder-register-page .form-group label.error {
  line-height: 22px;
  width: 100%;
  height: auto;
}
.bidder-register-page .form-group {
    line-height: 31px;
}
/* line 1616, ../sass/style.scss */
.bidder-register-page .card-errors {
  margin-bottom: 5px;
  font-weight: bold;
}
/* line 1620, ../sass/style.scss */
.bidder-register-page .checkbox label.error {
  float: right;
  margin: 0;
}
/* line 1624, ../sass/style.scss */
.bidder-register-page .no-shipping-notice {
  color: #666;
  font-style: italic;
}

/* line 1629, ../sass/style.scss */
.bidder-register-page .agreements {
  margin-top: 13px;
  border-top: 1px solid #ccc;
  padding-top: 7px;
  padding-left: 490px;
}
/* line 1634, ../sass/style.scss */
.bidder-register-page .agreements .agreements-label {
  color: #999;
  font-size: 13px;
}

/* line 1639, ../sass/style.scss */
.bidder-register-page .checkbox label {
  font-size: 14px;
}

.bulk-edit-results .result > * {
    display: inline-block;
    vertical-align: top;
}

.bulk-edit-results {
    background-color: white;
    padding: 10px;
    margin-bottom: 10px;
    position: relative;
}
.bulk-edit-results .close-results {
    position: absolute;
    right: 15px;
    top: 5px;
    font-size: 25px;
    cursor: pointer;
}

.bulk-edit-results .headings {
    font-weight: bold;
}
.bulk-edit-results .csv-results-title {
    margin-top: 0;
}
.bulk-edit-results .inputs > *, .bulk-edit-results .headings > * {
    padding-left: 5px;
    padding-right: 5px;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
}
 .bulk-edit-results .inputs > .row, .bulk-edit-results .headings > .row {width: 50px; padding-left: 0;}
.bulk-edit-results .inputs > .email, .bulk-edit-results .headings > .email  {width: 300px;}
.bulk-edit-results .inputs > .max-bid, .bulk-edit-results .headings > .max-bid {width: 200px;}
.bulk-edit-results .inputs > .lot-number, .bulk-edit-results .headings > .lot-number {width: 100px;}
.bulk-edit-results .inputs > .group-id, .bulk-edit-results .headings > .group-id {width: 100px;}
.bulk-edit-results .inputs > .group-quantity, .bulk-edit-results .headings > .group-quantity {width: 150px;}

.bulk-edit-results .error, .bulk-edit-results .inputs.error {
    color: #bb0000;
}
.bulk-edit-results .error {
    font-weight: bold;
}

.static-header > .title, .static-header .btn {
    display: inline-block;
    vertical-align: middle;
}
.static-header .btn.import-bids {
    float: right;
}
.bids-table tr .edit-link {
    opacity: 0;
    transition: opacity 0.2s;
    cursor: pointer;
    margin-left: 10px;
}
.bids-table tr:hover .edit-link {
    opacity: 1.0;
}
.bids-table td.lot-number {
    text-align: center;
    font-weight: bold;
}
.bids-table td.title {
    width: 350px;
}
.bids-table td.time-left {
    width: 100px;
}
.bids-table td.scribe-paddle {
    width: 150px;
}
.bids-table td.scribe-paddle .discrepancy {
    color: #dd0000;
    font-weight: bold;
}
.bids-table td.scribe-note-hammer-price .discrepancy {
    color: #dd0000;
    font-weight: bold;
}

.bids-table td.scribe-clerk .discrepancy {
    color: #dd0000;
    font-weight: bold;
}
.bids-table td.scribe-note {
    width: 300px;
}
.bids-table td.bids-container {
    width: 400px;
}
.bids-table td.bids-container .bids-overview .status {
    color: #ff9725;
}
.bids-table td.bids-container .bids-overview {
    margin: 10px 0;
}
.bids-table td.bids-container .bids-overview .actions > a {
    cursor: pointer;
}
.bids-table td.bids-container .bids-overview .actions {
    float: right;
    margin-right: 10px;
}
.bids-table td.bids-container .bids-overview .actions > * {
    display: inline-block;
    vertical-align: top;
}
.bids-table td.bids-container .bid .bid-count,
.bids-table td.bids-container .bid .bid-amount,
.bids-table td.bids-container .bid .customer-name,
.bids-table td.bids-container .bid .group-label,
.bids-table td.bids-container .bids-overview > * {
    display: inline-block;
    vertical-align: top;
}
.bids-table td.bids-container .bid .bid-count,
.bids-table td.bids-container .bid .bid-amount {
    font-weight: bold;
}
.bids-table td.bids-container .bid .customer-name {
    width: 180px;
}
.bids-table td.bids-container .bid {
    line-height: 27px;
}
.bids-table td.bids-container .bid + .bid {
    border-top: 1px solid #ddd;
}
.bids-table td.reserve-price {
    font-weight: bold;
}
.bids-table td.lot-number {
    width: 80px;
}
.bids-table td.estimate {
    width: 150px;
}
.bids-table tr.now td {
    background-color: #c62030 !important;
    color: white;
}
.bids-list-label {
    margin-top: 10px;
}
#add-bid-modal .form-control.user-id {
    width: 100%;
    margin-bottom: 10px;
}
#add-bid-modal .modal-footer {
    margin-top: 0;
}
#add-bid-modal .form-control.bid-amount-input {
    width: 120px;
}
#add-bid-modal .form-control.group-id {
    float:left;
    height: 31px;
    width: 330px;
    margin-left: 10px;
}
#add-bid-modal .form-control.group-id.short {
    width: 250px;
}
#add-bid-modal .bid-type{
    margin-left:10px;
}
.filters-container {
  position: relative;
  background-color: #ebebeb;
  height: 50px;
  line-height: 30px;
  font-size: 14px;
  /*border: 1px solid #dbdbdb;*/
  /*border-width: 1px 0;*/
  border-width: 0 0 1px 0;
  box-sizing: border-box;
  padding: 10px 0;
  padding-right: 10px;
  z-index: 10;
  width: 100%;
  padding-left: 158px;
}
.filters-container .search-wrap {
    display: inline-block;
    vertical-align: top;
}
.filters-container .number-of-items {
  text-transform: uppercase;
  font-weight: 700;
  border-right: 1px solid #ccc;
  text-align: center;
  font-size: 21px;
  position: absolute;
  left: 0px;
  width: 139px;
}
.filters-container .view-style-label {
  margin-left: 0;
}
.filters-container .btn {
  height: 30px;
  box-sizing: border-box;
  padding-top: 0;
  padding-bottom: 0;
}
.filters-container label {
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 8px;
}
.filters-container .category-label {
  margin-bottom: 0;
  margin-left: 0;
}
.filters-container label, .filters-container .btn-group, .filters-container .btn, .filters-container .btn.prev, .filters-container .btn.next, .filters-container #page-num-top, .filters-container #page-num-bottom, .filters-container select,
.filters-container .number-of-items, .filters-container .category-select-wrap, .filters-container .jump-to-lot-wrap, .filters-container #jump-to-lot-input, .filters-container #search-input, .filters-container .search-wrap {
  display: inline-block;
  vertical-align: top;
}
.filters-container .sort.btn-group > button {
  width: 145px;
}
.filters-container .limit.btn-group > button {
  width: 61px;
}
.filters-container .btn.prev, .filters-container .btn.next {
  width: 52px;
  background-size: 11px 12px;
  background-repeat: no-repeat;
  background-position: center center;
}
.filters-container .btn.prev {
  background-image: url("../images/btn-previous-page.png");
}
.filters-container .pages-wrap {
  position: absolute;
  right: 10px;
  top: 10px;
}
.scribe .filters-container .pages-wrap {
    right: auto;
    left: 190px;
}
.scribe .filters-container .run-report-notice {
    font-size: 16px;
    margin-right: 8px;
}
.scribe .filters-container .run-report-wrap {
    position: absolute;
    right: 10px;
    top: 10px;
}
.scribe .filters-container .run-report-wrap .btn {
    line-height: 28px;
}
.note-paddle-unmatched-tooltip {
    color: #dd0000;
    cursor: pointer;
}
.filters-container #page-num-top, .filters-container #jump-to-lot-input, .filters-container #search-input {
  height: 30px;
  padding-left: 4px;
  padding-right: 4px;
  margin-left: 7px;
}
.filters-container #page-num-top, .filters-container #jump-to-lot-input {
  width: 35px;
  text-align: center;
}
.filters-container #search-input {
    width: 200px;
    padding-left: 8px;
}
.filters-container #jump-to-lot-input {
  width: 50px;
}
.filters-container .btn.go {
  margin: 0 6px;
}
.filters-container .btn.next {
  background-image: url("../images/btn-next-page.png");
}
.filters-container .category-select-wrap {
  clear: both;
}
.filters-container .category-select-wrap .category.btn-group {
  min-width: 130px;
}

#add-bid-modal .modal-dialog{
    width: 900px;
}
#add-bid-modal  .modal-content .add-bid-lot-id-wrap{
    display: inline-block;
}

#add-bid-modal .modal-content .absentee-bid-box{
    display: inline-block;
    min-width: 600px;
    height: 16px;
    margin-left:8px;
}
.twitter-typeahead>.twitter-typeahead{
    display: none !important;
}


.bid-pages-wrap{
    display: block;
    font-size: 17px;
}
.bid-pages-wrap .number-of-bids{
    display: inline-block;
    margin-right:20px;
    margin-left:20px;
}
.bid-pages-wrap label{
}
.bid-pages-wrap .form-control{
    display: inline-block;
    width: 4%;
    text-align: center;

}

.total-spent{
    display: inline-block;
    margin-left: 20px;
}
.error-wrap{
    padding: 10px;
    background-color: #F27272;
    color: white;
    border-radius: 5px;
    position: absolute;
    width: 98%;
    padding-left: -1px;
    padding-right: 12px;
    z-index: 10;
    margin-top: 14px;
}
.error-wrap .close-error{
    float: right;
    margin-top: 4px;
}
.error-wrap .close-error a,
.error-wrap .close-error a:hover,
.error-wrap .close-error a:visited,
.error-wrap .close-error a:link{
    color: white;
    cursor: pointer;
}
.error-wrap.main{
    margin-top: 60px;
    margin-left: -7%;
    width: 114%;
}
.error-wrap.main .close-error{
    margin-top: 0px;
}

.modal-header .close.close-lot-modal{
    font-size: 30px !important;
}

#headerMainDiv.has-support-bar {
    top: 26px;
}
.support-bar {
  background-color: #585858 !important;
  color: white;
  line-height: 26px;
}
.support-bar .fa {
  margin-right: 5px;
}
.support-bar a {
  color: white;
}
.support-bar ul {
  display: inline-block;
  margin-bottom: 0px;
  padding-left: 10px;
}
.support-bar ul li {
  display: inline-block;
  margin-right: 20px;
}

.auctioneer-pending-only {
    font-size: 38px;
    font-weight: 500;
    color: #1a6a93;
}

.fasigtipton-auctioneer .current-lot-number {
  background-color: #ebebeb;
  font-size: 40px;
  padding: 10px 20px ;
}

  .fasigtipton-auctioneer .current-lot-number span {
    font-weight: bold;
  }

  .fasigtipton-auctioneer .current-lot-title {
    font-size: 24px;
    font-weight: bold;
    padding: 0 10px;
  }

  .fasigtipton-auctioneer .current-lot-description {
    font-size: 18px;
    padding: 0 10px;
  }

    .fasigtipton-auctioneer .current-lot-description .cellement {
      display: table-cell;
      /*height: 100px;*/
      vertical-align: middle;
    }

    .fasigtipton-auctioneer .current-lot-description .cellement.brace {
        font-size: 72px;
        font-weight: 300;
        padding: 0 15px 0 10px;
    }

    .fasigtipton-auctioneer .current-lot-description .cellement.split {
        line-height: 62px;
    }

  .fasigtipton-auctioneer .reserve {
    background-color: #c62031;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    border-top: 1px solid #e8e8e8;
    color: #fff;
    font-size: 32px;
    padding: 10px 20px;
  }

    .fasigtipton-auctioneer .reserve  span {
      font-weight: bold;
    }

  .fasigtipton-auctioneer .notes {
    font-size: 16px;
    padding: 10px 20px;
  }

  .fasigtipton-auctioneer .current-lot-sidebar {
    background-color: #f2f2f2;
    height: 75%;
    padding: 20px;
  }

  .fasigtipton-auctioneer .current-lot-item {
    background-color: #fff;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    border-bottom: 1px solid #e8e8e8;
    font-size: 78px;
    font-weight: bold;
    margin-bottom: 15px;
    min-height: 120px;
  }

  .fasigtipton-auctioneer .current-lot-sidebar .current,
  .fasigtipton-auctioneer .pending-bid-first {
    background-color: #20c470;
    color: #ffffff;
  }

  .fasigtipton-auctioneer .pending-bid-price {
    font-size: 36px;
    font-weight: bold;
    padding-top: 3px;
  }

  .fasigtipton-auctioneer .pending-bid-user {
    font-size: 18px;
  }

  .fasigtipton-auctioneer .pending-bid button {
    color: #333333;
    height: 60px;
    width: 50%;
  }

  .fasigtipton-auctioneer .pending-bid-action {
    padding-top: 9px;
  }

  .fasigtipton-auctioneer .reserve-action button {
    height: 45px;
    font-size: 24px;
    color: #c62031;
    width: 100%;
  }

  .fasigtipton-auctioneer .reserve.reserve-alert {
    animation: blinker 3s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
  }

  @keyframes blinker {  
    50% { background-color: #fff; color: #333; }
  }

.stripe {
  padding: 10px;
  font-size: 22px;
  margin-bottom: 8px;
}

  .lot-control-pad button,
  .message-control-pad button,
  .stripe button {
    font-size: 18px;
    font-weight: bold;
    height: 50px;
    line-height: 18px;
    margin: 3px;
    padding: 0;
    white-space: pre-wrap;
    width: 100%;
  }

  .stripe.white {
    background-color: #fff;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ccc;
  }

.bid-history {
    max-height: 240px;
}

.bid-history .bid-history-icon {
    color: #206b91;
    font-size: 32px;
    padding-top: 10px !important;
}

.bid-history .text-muted {
    font-size: 14px;
}

.message-control-pad button {
    font-size: 15px;
}

    .message-control-pad button i.fa {
        font-size: 32px;
    }

.lot-control-pad div[class^="col-"],
.stripe div[class^="col-"] {
  padding: 0;
}

.lot-control-pad button {
    font-size: 21px;
    width: 95%;
}

.lot-control-pad input {
    font-size: 17px;
    margin-bottom: 8px;
}

.price-control-pad button {
    font-size: 14px;
    font-weight: normal;
}

  .price-control-pad .col {
    display: inline-block;
    width: 12%;
  }

  .price-control-pad .group-7,
  .price-control-pad .group-4 {
    margin-right: 12px;
  }

  .price-control-pad .set-price-btn {
    /*padding-left: 42% !important;*/
  }

    .price-control-pad .set-price-btn button {
        width: 54%;
        margin-left: 10px;
    }

    .price-control-pad .set-price-btn button:first-child {
        width: 38%;
        margin-left: 3px;
    }

.asking-price-field,
.asking-price-field input {
  color: #c62031;
  font-size: 48px;
  font-weight: bold;
}
.asking-price-field .increment-not-set {
    font-size: 12px;
    display: inline-block;
    float: right;
}

    .asking-price-field input {
      border: none;
      width: 90%;
    }

    .asking-price-field.stripe {
       /*padding: 0;*/
    }

.current-lot-number {
    font-size: 26px;
}
 
  .current-lot-number span {
    font-weight: bold;
  }

  .current-lot-number .paused {
    color: #c62031;
    font-size: 20px;
    padding-top: 3px !important;
  }

.bid-cancel div {
    color: #c62031;
    font-size: 14px;
    font-weight: bold;
    padding: 6px 0;
    text-align: center;
}

.bid-cancel button {
    font-weight: bold;
    width: 95%;
}

.pending-bids {
    margin-top: 10px;
    text-align: center;
}

.pending-bid {
    border-bottom: 1px solid #ccc;
    padding: 6px 0 8px 0;
}

.pending-bid button {
    color: #333333;
    height: 42px;
    padding-bottom: 2px;
    width: 80%;
}
.pending-bid-action {
    margin-top: 4px;
}

.pending-bid-first {
    background-color: #c62031;
    color: #ffffff;
}

.pending-bid-price {
    font-size: 20px;
}

.pending-bid-user {
    font-size: 12px;
}

.fasigtipton-auctioneer .pending-bid-action,
.fasigtipton-auctioneer .reserve-action {
    text-align: right;
}

.fasigtipton-auctioneer .pending-bid-action button .fa,
.message-control-pad .pending-bid-action button .fa {
    color: #689F38;
    font-size: 20px;
    font-weight: normal;
    padding-left: 3px;
}

.btn.btn-custom.red, .btn.btn-custom.color {
  background: linear-gradient(#c21c33, #951627);
  -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4), 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4), 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4), 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
  border: 1px solid #76111f;
  color: white; }
  .btn.btn-custom.red:hover, .btn.btn-custom.color:hover {
    background: linear-gradient(#b21a2f, #861323); }
  .btn.btn-custom.red.active, .btn.btn-custom.color.active {
    background: linear-gradient(#951627, #c21c33); }
  .btn.btn-custom.red:hover, .btn.btn-custom.red:active, .btn.btn-custom.color:hover, .btn.btn-custom.color:active {
    -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.32), 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.32), 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.32), 0px 1px 5px 0px rgba(0, 0, 0, 0.4); }
  .btn.btn-custom.red:active, .btn.btn-custom.color:active {
    background: linear-gradient(#861323, #b21a2f);
    -moz-box-shadow: inset 0px 1px 3px -1px rgba(0, 0, 0, 0.25), 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0px 1px 3px -1px rgba(0, 0, 0, 0.25), 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0px 1px 3px -1px rgba(0, 0, 0, 0.25), 0px 1px 2px 0px rgba(0, 0, 0, 0.4); }
  .btn.btn-custom.red.flat, .btn.btn-custom.color.flat {
    background: #c21c33;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 0; }
  .btn.btn-custom.red.flat:hover, .btn.btn-custom.color.flat:hover {
    background: #d81f39; }
  .btn.btn-custom.red.flat:active, .btn.btn-custom.color.flat:active {
    background: #ac192d; }
  .btn.btn-custom.red.white.flat, .btn.btn-custom.color.white.flat {
    border: 1px solid black; }

.btn-custom.white {
  background: linear-gradient(#fff, #e6e6e6);
  -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4), 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4), 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4), 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
  border: 1px solid #d4d4d4;
  color: #333;
  -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4), 0px 1px 3px -1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4), 0px 1px 3px -1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4), 0px 1px 3px -1px rgba(0, 0, 0, 0.2); }
  .btn-custom.white:hover {
    background: linear-gradient(#f6f6f6, #dddddd); }
  .btn-custom.white.active {
    background: linear-gradient(#e6e6e6, #fff); }
  .btn-custom.white:hover, .btn-custom.white:active {
    -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.32), 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.32), 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.32), 0px 1px 5px 0px rgba(0, 0, 0, 0.4); }
  .btn-custom.white:active {
    background: linear-gradient(#dddddd, #f6f6f6);
    -moz-box-shadow: inset 0px 1px 3px -1px rgba(0, 0, 0, 0.25), 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0px 1px 3px -1px rgba(0, 0, 0, 0.25), 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0px 1px 3px -1px rgba(0, 0, 0, 0.25), 0px 1px 2px 0px rgba(0, 0, 0, 0.4); }
  .btn-custom.white.flat {
    background: #fff;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 0; }
  .btn-custom.white.flat:hover {
    background: white; }
  .btn-custom.white.flat:active {
    background: #f2f2f2; }
  .btn-custom.white.white.flat {
    border: 1px solid black; }
  .btn-custom.white:hover {
    -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.32), 0px 1px 5px -1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.32), 0px 1px 5px -1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.32), 0px 1px 5px -1px rgba(0, 0, 0, 0.2); }
  .btn-custom.white:active {
    -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.32), 0px 1px 2px -1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.32), 0px 1px 2px -1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.32), 0px 1px 2px -1px rgba(0, 0, 0, 0.2); }

.btn.btn-custom.black {
  background: linear-gradient(#333333, #1a1a1a);
  -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4), 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4), 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4), 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
  border: 1px solid #080808;
  color: white; }
  .btn.btn-custom.black:hover {
    background: linear-gradient(#2a2a2a, #111111); }
  .btn.btn-custom.black.active {
    background: linear-gradient(#1a1a1a, #333333); }
  .btn.btn-custom.black:hover, .btn.btn-custom.black:active {
    -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.32), 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.32), 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.32), 0px 1px 5px 0px rgba(0, 0, 0, 0.4); }
  .btn.btn-custom.black:active {
    background: linear-gradient(#111111, #2a2a2a);
    -moz-box-shadow: inset 0px 1px 3px -1px rgba(0, 0, 0, 0.25), 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0px 1px 3px -1px rgba(0, 0, 0, 0.25), 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0px 1px 3px -1px rgba(0, 0, 0, 0.25), 0px 1px 2px 0px rgba(0, 0, 0, 0.4); }
  .btn.btn-custom.black.flat {
    background: #333333;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 0; }
  .btn.btn-custom.black.flat:hover {
    background: #404040; }
  .btn.btn-custom.black.flat:active {
    background: #262626; }
  .btn.btn-custom.black.white.flat {
    border: 1px solid black; }

.btn-custom.green {
  background: linear-gradient(#6B9B2E, #507422);
  -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4), 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4), 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4), 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
  border: 1px solid #3d581a;
  color: white; }
  .btn-save:hover,
  .btn-yes:hover,
  .btn-custom.green:hover {
    background: linear-gradient(#618d2a, #46661e); }
  .btn-save.active,
  .btn-yes.active,
  .btn-custom.green.active {
    background: linear-gradient(#507422, #6B9B2E); }
  .btn-save:hover, .btn-save:active,
  .btn-yes:hover,
  .btn-yes:active,
  .btn-custom.green:hover,
  .btn-custom.green:active {
    -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.32), 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.32), 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.32), 0px 1px 5px 0px rgba(0, 0, 0, 0.4); }
  .btn-save:active,
  .btn-yes:active,
  .btn-custom.green:active {
    background: linear-gradient(#46661e, #618d2a);
    -moz-box-shadow: inset 0px 1px 3px -1px rgba(0, 0, 0, 0.25), 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0px 1px 3px -1px rgba(0, 0, 0, 0.25), 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0px 1px 3px -1px rgba(0, 0, 0, 0.25), 0px 1px 2px 0px rgba(0, 0, 0, 0.4); }
  .btn-save.flat,
  .btn-yes.flat,
  .btn-custom.green.flat {
    background: #6B9B2E;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 0; }
  .btn-save.flat:hover,
  .btn-yes.flat:hover,
  .btn-custom.green.flat:hover {
    background: #79af34; }
  .btn-save.flat:active,
  .btn-yes.flat:active,
  .btn-custom.green.flat:active {
    background: #5d8728; }
  .btn-save.white.flat,
  .btn-yes.white.flat,
  .btn-custom.green.white.flat {
    border: 1px solid black; }

.network-connection {
    text-align: right;
    margin-top: 10px;
    height: 19px;
    position: relative;
    opacity: .5;
    cursor: default;
}
.network-connection.stats-available {
    opacity: 1;
}
.network-connection .icons {
    font-size: 14px;
}
.network-connection .icons .fa-check-circle {
    color: #699e3f
}
.network-connection .icons .fa-exclamation-triangle {
    color: #e2d612
}
.network-connection .icons img {
    height: 100%;
}
.network-connection .connection-stats {
    display: none;
    position: absolute;
    right: 0;
    top: 17px;
    background-color: rgba(0, 0, 0, 0.75);
    color: white;
    padding: 10px;
    z-index: 1;    
}
.network-connection:hover .connection-stats {
    display: block;
}
.network-connection .connection-stats .table {
    background-color: transparent;
    color: white;
}
.network-connection .connection-stats .table-striped>tbody>tr:nth-child(odd)>td {
    background-color: rgb(54, 54, 54, 0.95);
}
.network-connection .connection-stats .table-striped>tbody>tr>td {
    background-color: transparent;
}
.network-connection .connection-stats .table tbody>tr>td {
    border-top: transparent;
}
.header_bidders_info {
  width: 100%;
  margin-top: 5px;
  margin-bottom: -1px;
  text-align: right;
}
.header_bidders_info .approved-to-bid-count, .header_bidders_info .spectator-count {
  font-size: 12px;
}
.header_bidders_info .bidders, .header_bidders_info .viewers {
  font-size: 12px;
  color:#333;
  font-weight: 600;
}
.header_bidders_info {
  width: 100%;
  margin-top: 5px;
  margin-bottom: -1px;
  text-align: right;
}
.header_bidders_info .approved-to-bid-count, .header_bidders_info .spectator-count {
  font-size: 12px;
}
.header_bidders_info .bidders, .header_bidders_info .viewers {
  font-size: 12px;
  color:#333;
  font-weight: 600;
}

.maintenance-window-warning {
  margin-top: 80px;
  margin-bottom: -60px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 14px; }
  .maintenance-window-warning .fa {
    font-size: 16px; }
  .maintenance-window-warning .warning-head {
    background-color: #C51F37;
    padding: 10px;
    border-radius: 5px 5px 0 0;
    color: white;
    font-weight: 700; }
    .maintenance-window-warning .warning-head .close-maintenance-window-warning {
      float: right; }
  .maintenance-window-warning .warning-body {
    padding: 15px 15px;
    background-color: white;
    border-radius: 0 0 5px 5px; }
    .maintenance-window-warning .warning-body ul {
      list-style: none;
      padding: 0;
      margin: 0; }
    .current-bid .state-block{
        margin-bottom: 0;
    }
.current-bid .table{
    margin-bottom: 0;
}
    .left-align{
        text-align: left;
        padding: 10px !important;
    }

/*Dorotheum Actioneer Scrren design */
.dark-console-modal {
    /*height: calc(100vh - 126px);*/
    background: #222222;
}

.dark-console-header {
    text-align: center;
    color: #ffffff;
    position: relative;
}

.dark-console-header .auctioneer-header {
    font-size: 61px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-family: "Roboto";
    font-weight: 900;
    margin: 0;
    padding: 44px 0 0;
    position: relative;
    display: flex;
    justify-content: center;
    line-height: 50px;
    align-items: center;
}

.left-auctionneer-part {
    width: 50%;
    border-right: 2px solid #ffffff;
    text-align: right;
    padding-right: 30px;
}

.right-auctionneer-part {
    width: 50%;
    text-align: left;
    padding-left: 30px;
}

.m-t-7 {
    margin-top: 7px;
}

.back-arrow {
    position: fixed;
    left: 15px;
    font-size: 50px;
    font-weight: 400;
    top: 5px;
    z-index: 2;
}

.back-arrow i {
    cursor: pointer;
}

.dark-console-container {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.dark-console-body {
    flex: 1 1 auto;
    height: 100%;
    display: flex;
}

.bieter-text {
    font-size: 44px;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
    line-height: normal;
    letter-spacing: 3px;
    font-family: "Roboto";
}

.dark-inner-container {
    max-width: 1265px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 58px 0 40px;
}

.dark-inner-row {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}

.dark-inner-row.center {
    justify-content: center;
}

.dark-inner-left {
    width: 50%;
    padding: 0 21px 0 0;
    height: 100%;
}

.dark-inner-right {
    width: 50%;
    padding: 0 0 0 21px;
    height: 100%;
}

.dark-inner-left .dark-inner-part .dark-blue {
    background: #008cff;
}

.dark-inner-right.half-card {
    height: 50%;
}

.dark-inner-right.half-card .country-name,
.dark-inner-right.half-card .price-text {
    opacity: 0.5;
}

.dark-inner-left .dark-inner-part.light-blue {
    background: #008cff;
}

.dark-inner-left .dark-inner-part.dark-blue {
    background: #004886;
}

.dark-inner-left .dark-inner-part.red {
    background: #d40011;
}

.dark-inner-left .dark-inner-part.green {
    background: #55a21c;
}

.dark-inner-right .dark-inner-part.green {
    background: #55a21c;
}

.dark-inner-right .dark-inner-part.blue {
    background: #003555;
}

.dark-inner-right .dark-inner-part.dark-blue {
    background: #004886;
}

.dark-inner-left .dark-inner-part.light-green {
    background: #00a899;
}

.dark-inner-part {
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}

.dark-inner-part .price-text {
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex: 1 1 auto;
}

.dark-inner-part .price-number {
    font-size: 100px;
    color: #ffffff;
    text-align: center;
    margin: 0;
    font-family: "Roboto";
    font-weight: 900;
}

.dark-inner-part .price-detail {
    font-size: 36px;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "Roboto";
}

.dark-inner-part .country-name {
    font-size: 44px;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding-bottom: 15px;
    letter-spacing: 3.52px;
    font-family: "Roboto";
}

.dark-console-footer {
    padding: 0 0 43px;
}

.starting-price {
    font-size: 32px;
    color: #ffffff;
    text-align: center;
    letter-spacing: 1px;
    font-family: "Roboto";
    font-weight: 400;
    padding-left: 3px;
}

.last-call-image {
    position: absolute;
    right: 50px;
    top: 10px;
    /*width: 100px;*/
    /*height: 70px;*/
}

.last-call-image img {
    max-width: 100%;
    max-height: 100%;
}

.straight-line {
    color: rgba(255, 255, 255, 0.75);
    display: inline-block;
    border-left: 2px solid #fff;
    max-height: 43px;
    height: 100%;
}

.margin-0 {
    margin: 0;
}

@media screen and (max-width: 1370px) {
    .dark-inner-right.half-card .price-detail {
        font-size: 25px;
    }
    .dark-inner-right.half-card .price-number {
        font-size: 80px;
    }
    .dark-inner-right.half-card .country-name {
        font-size: 30px;
        padding-bottom: 5px;
    }
}

@media screen and (max-width: 767px) {
    .dark-console-modal,
    .dark-console-container {
        height: auto;
    }

    .dark-console-header h1 {
        font-size: 34px;
    }

    .dark-inner-container {
        padding: 0px 0 30px;
    }

    .dark-inner-row {
        flex-direction: column;
    }

    .dark-inner-left {
        width: 100%;
        height: 200px;
        margin-bottom: 20px;
    }

    .dark-inner-part .price-number {
        font-size: 48px;
        line-height: 1;
    }

    .dark-inner-part .country-name {
        font-size: 24px;
    }

    .dark-inner-part .price-detail {
        font-size: 18px;
    }

    .dark-inner-right {
        width: 100%;
        height: 200px;
    }

    .bieter-text {
        font-size: 22px;
    }
}
.bids-table td.starting-price {
    font-size: 14px;
    color: #333;
    letter-spacing: normal;
    text-align: left;
}

.error-notification-bar {
    position: fixed;
    width: 100%;
    right: 30px;
    max-width: 500px;
    margin-top: 20px;
}

.error-notification-bar .close-error {
    position: absolute;
    top: 0;
    right: 5px;
}

.disabledLink {
    color: #ccc;
    pointer-events:none;
}

.bid-text-font {
    font-size: 22px;
    font-weight: 500;
}

.bid-paddle-font {
    font-size: 22px;
    font-weight: 300;
}

.internet-bid-block {
    min-height: 109px;
}
.btn.content-btn:focus {
    color: #fff;
}
.margin-tb-5 {
    margin: 5px 0;
}
.font-10 {
    font-size: 10px;
}
.perfect-x-space.ps-active-x {
    padding-bottom: 5px;
}