/*
 * Auction
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 *
 *  @author    FME Modules
 *  @copyright 2021 FMM Modules All right reserved
 *  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 *  @category  FMM Modules
 *  @package   Auction
 */

#auction-block .auction_top_lineup {
    background-color: #e2e2e2;
    padding: 15px;
}
#current-bid {
    font-size: 20px;
}
.au-fl {
    float: left;
}
.au-fr {
    float: right;
}
.au-clr-both {
    clear: both;
}
.auction-panel {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #fff;
    border-color: #ddd #ddd #ddd orange;
    border-image: none;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px 1px 1px 5px;
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
    margin-top: 10px;
}
.push-label {
    width: 50%;
}
.auction-top {
    margin-bottom: 30px;
}
.auction_label {
    color: #666;
    font-size: small;
    font-weight: normal;
    /*padding-right: 13px;*/
    text-align: right;
    word-wrap: break-word;
}
.auction_price {
    display: table;
    padding-right: 2px;
    position: relative;
    width: 29%;
}
.price-hint {
    font-size: 10px;
}
.top_inner_right, .middle_inner_right {
    width: 100%;
    margin-bottom: 1rem;
}
.middle_inner_left {
    width: 100%;
}
.middle_inner_left.ps_old {
    width: 40%;
}
a.bid-button {
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , #0079bc, #00509d) repeat scroll 0 0;
    border-radius: 4px;
    padding-left: 9px;
}
a.auto-bid-button {
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , #bc9000, #d39c06) repeat scroll 0 0;
    border-radius: 4px;
}
a.remove-autobid {
    background: red;
    border-radius: 7px;
    color: #fff;
    padding: 3px;
    font-size: 13px;
}
/* {
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , #e6a60e, #d39c06) repeat scroll 0 0;
    border-radius: 4px;
    color: #fff;
    padding: 5px;
} */
a.remove-autobid i.material-icons {
    vertical-align: text-bottom;
    font-size: 22px;
}
a.bid-button:hover, a.auto-bid-button:hover, a.remove-autobid:hover {
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , #4cbb6c, #40a05c) repeat scroll 0 0;
}
.auction-timer {
    border: 1px solid #e2e2e2;
}
span.highest-autobid {
    color: #390;
}
span.outbidden-autobid {
    color: red;
}
.auction_timer_inner {
    background-color: #f6f6f6;
    display: table;
    height: 53px;
    padding-bottom: 1px;
    width: 100%;
}
.auction_timer_lineup .auction_timer_inner .auction-time-wrapper .auction_timer {
    margin-left: -5px;
    width: 70% !important;
}
.auction_timer_lineup .auction_timer_inner .auction-time-wrapper {
    display: table-row-group;
    font-family: Helvetica;
    height: 100%;
    text-align: center;
    vertical-align: middle;
}
.auction-watchers {
    border: 1px solid #e2e2e2;
    color: #390;
    display: table-cell;
    font-family: Helvetica;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    width: 22%;
}
.auction_loader {
    background: #fff url("../../views/img/spin.gif") no-repeat scroll center center;
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
}
.auction_price_loader {
    background: #fff url("../../views/img/loader_mini.gif") no-repeat scroll center center;
    height: 100%;
    left: 0;
    min-height: 24px;
    opacity: 0.7;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
}
#fmmPreOrder {
    clear: both;
    padding-top: 10px;
}
.fmmPreorderAv {
    background: #619651 none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    margin: 1px 0;
    padding: 2px 3px;
}
.fmmpreorderButton {
    clear: both;
    margin-bottom: 5px;
}
.fmmcd {
}
.fmmcd div {
    font-weight: 100;
    line-height: 1;
    margin-left: 10px;
    text-align: right;
}
.fmmcd div span {
    border-top: 1px solid #cecece;
    display: block;
    font-size: 12px;
    font-weight: normal;
    padding-top: 3px;
    text-align: left;
    text-transform: uppercase;
}
.fmmpoLatestver {
    padding-bottom: 15px;
    text-align: center;
}
.row .myaccount-link-list li.fmmpreorder img {
    display: none;
}
.fmmcd.started {
    background: #27ae60 none repeat scroll 0 0;
    color: #fff;
}
.fmmcd.ended {
    background-color: #f3515c !important;
    border: 1px solid #d4323d !important;
    color: #fff !important;
    margin-bottom: 10px;
    padding: 2px !important;
    width: 100%;
}
.fmmcd.ended_ps_17 {
    padding: 12px !important;
}
.push-top {
    margin-top: 15px !important;
}
#bid_price {
}
#auction-block .bidding-area {
    margin-bottom: 20px;
    width: 100%;
}
#auction-block .bidding-area .bid-row {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #fbfbfb none repeat scroll 0 0;
    border-color: #555 #e4e4e4 #e4e4e4;
    border-image: none;
    border-style: solid;
    border-width: 5px 1px 1px;
}
#auction-block .bidding-area .bid-alert {
    color: #e04b34;
    font-size: 12px;
}
#auction-block .bidding-area .bid-success {
    color: #27ae60;
    font-size: 14px;
}
#auction-block .bidding-area .bid-error {
    color: #ce1f21;
    font-size: 14px;
}
.auction_loader {
    background: #fff url("../../views/img/spin.gif") no-repeat scroll center center;
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
}
#block-auction .history_product {
    width: 12%;
}
#block-auction .history_product_img img {
    width: 100%;
}
#auction-list .open {
    background-color: #55c65e;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    min-width: 10px;
    padding: 3px 7px;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
}
#auction-list .closed {
    background-color: #ce1f21;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    min-width: 10px;
    padding: 3px 7px;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
}
#auction-list .auction_badge {
    background-color: #428bca;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    min-width: 10px;
    padding: 3px 7px;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
}
#auction-list .center {
    text-align: center;
}
.auction_headings {
    background: rgba(0, 0, 0, 0) url("../img/new_index.gif") repeat scroll 0 0;
    border-left: 5px solid #27ae60;
    padding: 20px 12px;
}
#add_to_cart {
    display: none;
}
#auction-list.product_auction_list.list > tr .auction-product-container {
    border-top: 1px solid #d6d4d4;
    padding: 30px 0;
}
#auction-list.product_auction_list.list > tr .auction-right-block {
    float: left;
}
#auction-list.product_auction_list.list > tr .auction-right-block .auction-right-block-content {
    border-left: 1px solid #d6d4d4;
    margin: 0;
    padding-bottom: 16px;
    padding-left: 15px;
}
#auction-list.product_auction_list.list > tr .auction-product-image-container {
    border: 1px solid #d6d4d4;
    padding: 9px;
    position: relative;
}
#auction-list.product_auction_list .auction-product-image-container {
    text-align: center;
}
.highest_bid {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #2fb5d2 #d6d4d4 #d6d4d4 #d6d4d4;
    border-image: none;
    border-radius: 3px;
    border-style: solid;
    border-width: 2px 1px 4px 1px;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    line-height: 24px;
    min-height: 6px;
    overflow: hidden;
    padding: 10px 16%;
    position: relative;
    z-index: 1;
    color: #f00;
}
.product_acution_closed {
    border: 3px solid #ff5450;
    color: #ff5450;
    font-size: 45px;
    font-weight: bold;
    left: 120px;
    padding: 20px;
    position: absolute;
    text-transform: uppercase;
    top: 200px;
    transform: rotate(-20deg);
}
.product_acution_sold {
    border: 3px solid #27ae60;
    color: #27ae60;
    font-size: 45px;
    font-weight: bold;
    left: 160px;
    padding: 20px;
    position: absolute;
    text-transform: uppercase;
    top: 200px;
    transform: rotate(-20deg);
}
.auction_closed {
    border: 3px solid #ff5450;
    color: #ff5450;
    font-size: 26px;
    font-weight: bold;
    left: 55px;
    padding: 21px;
    position: absolute;
    text-transform: uppercase;
    top: 90px;
    transform: rotate(-20deg);
}
.auction_sold {
    border: 3px solid #27ae60;
    color: #27ae60;
    font-size: 26px;
    font-weight: bold;
    left: 70px;
    padding: 21px;
    position: absolute;
    text-transform: uppercase;
    top: 95px;
    transform: rotate(-20deg);
}
.auction-image {
    opacity: 0.3 !important;
}
.product_acution_closed_15 {
    border: 3px solid #ff5450;
    color: #ff5450;
    font-size: 45px;
    font-weight: bold;
    left: 20px;
    padding: 20px;
    position: absolute;
    text-transform: uppercase;
    top: 150px;
    transform: rotate(-20deg);
}
.product_acution_sold_15 {
    border: 3px solid #27ae60;
    color: #27ae60;
    font-size: 45px;
    font-weight: bold;
    left: 45px;
    padding: 20px;
    position: absolute;
    text-transform: uppercase;
    top: 145px;
    transform: rotate(-20deg);
}
.auction_closed_15 {
    border: 3px solid #ff5450;
    color: #ff5450;
    font-size: 26px;
    font-weight: bold;
    left: 5px;
    padding: 21px;
    position: absolute;
    text-transform: uppercase;
    top: 30px;
    transform: rotate(-20deg);
}
.auction_sold_15 {
    border: 3px solid #27ae60;
    color: #27ae60;
    font-size: 26px;
    font-weight: bold;
    left: 20px;
    padding: 21px;
    position: absolute;
    text-transform: uppercase;
    top: 30px;
    transform: rotate(-20deg);
}
#auction-list_filter.dataTables_filter label {
    float: right!important;
}