/**
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License version 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:
* https://opensource.org/licenses/AFL-3.0
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade this module to a newer
* versions in the future. If you wish to customize this module for your needs
* please refer to CustomizationPolicy.txt file inside our module for more information.
*
* @author Webkul IN
* @copyright Since 2010 Webkul
* @license https://opensource.org/licenses/AFL-3.0 Academic Free License version 3.0
*/

.auction_detail {
    background: #fff;
    padding: 30px;
    margin-top: 20px;
}

.auction_clock {
    margin-left: 3px;
    margin-top: 35px;
}
.product-miniature .auction_clock {
    margin-left: 0px;
    margin-top: 0px;
}
.product-miniature .auction_detail {
    text-align: center;
    padding: 0px;
    margin-top: 0px;
}
.row_info {
    width: 100%;
    /* border-top:1px solid #E4E4E4; */
}
.row_info .label-weight {
    font-weight: bold;
}
.row_info .label {
    /* width:50%; */
   /* font-size:13px;*/
    color:#222222;
    text-align: left !important;
    /* border-right:1px solid #E4E4E4; */
    padding:10px;
    float: left;
}
.row_info .value {
    color:#8E8E8E;
    border-right:none;
}
.wk_bottom_border {
    /* border-bottom:1px solid #E4E4E4; */
}
.bid_input {
    margin-top: -1px;
    /* width: 58%; */
    float: left;
}
#time_unit {
    padding: 4px;
}
#starting_price {
    padding: 4px;
    font-weight:bold;
}
#time_left {
    padding: 4px;
    font-weight:bold;
}
#current_bid {
    padding: 4px;
    font-weight:bold;
}
#bit_amount {
    padding: 4px;
    font-weight:bold;
}
#insert_new_bid {
    width:100%;
    margin-top: -1px;
}
.wk-error {
    text-align:left;
    color:#C30E0E;
    margin-bottom:10px;
    margin-top:10px;
}
.wk-success {
    /* text-align: center; */
    color: #23A51A;
}
#avilable {
    border:1px solid #999;
    background-color:#CCCCCC;
    color:#fff;
    font-size:18px;
    text-align:center;
    padding:12px;
}
#auction_complete {
    display:none;
    background: #fff;
    padding: 30px;
    margin-top: 20px;
}
.submit_bid_btn {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    /* border-color: #0079B6 #006FA8 #012740; */
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: white;
    font: 700 17px/21px Arial,Helvetica,sans-serif;
    padding: 0;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
}
.submit_bid_btn span {
    background: linear-gradient(to bottom, #009AD0 0%, #007AB7 100%) repeat scroll 0 0 transparent;
    border: 1px solid #06B2E6;
    display: block;
    padding: 3px 7px;
}
.auction_prod {
    background: none repeat scroll 0 0 #f2f2f2;
    margin-bottom: 35px;
    padding: 10px 20px;
    margin-top: 0;
}
.bidtextbox {
    height:38px;
    font-size:13px;
    color:#000000;
}
.bidtextbox:focus {
    outline: none;
}
.wk_bid_checkbox {
    /* width:5%; */
    margin-left:1%;
    padding-top:1px;
}
.wk_margin_top {
    margin-top: 18px;
}
.wk_bid_won_container {
    border:none;
    margin-top:10px;
}
.wk_bid_won {
    font-size: 15px;
    line-height: 1.5;
    font-weight:bold;
    margin-top: 10px;
}

/*---------------------  Quick view  ---------------------------*/
.quickview .auction_detail {
    text-align: center;
}
.quickview .auction_detail .auction_clock {
    margin: 20px auto !important;
    width: 40% !important;
}
.quickview .auction_detail .bid_input {
    width: 0 !important;
    float: none !important;
    display: inline-block;
    margin-left: -4px;
}
.quickview .auction_detail div.bid_input:first-child {
    width: 40% !important;
}

@media (min-width: 720px) and (max-width: 1099px) {
    .quickview .flip-clock-divider {
        width: 15px !important;
        top: -13px !important;
        margin: 0 !important;
    }

    .quickview .auction_detail .auction_clock {
        margin: 40px auto 0 !important;
        width: 27% !important;
    }

    .quickview .flip-clock-wrapper ul {
		width: 18px !important;
		height: 30px !important;
		margin: 5px !important;
	}
}

.wk-margin-top-30 {
    margin-top: 30px !important;
    padding: 0 !important;
}

body#module-wkproductauction-customerbidaccount div.wk-pagination, body#module-wkproductauction-allauctiondetails div.wk-pagination {
    text-align: right;
}
body#module-wkproductauction-customerbidaccount div.wk-right-pagination, body#module-wkproductauction-allauctiondetails div.wk-right-pagination {
    display: inline-block;
}
body#module-wkproductauction-customerbidaccount .wk-page-active, body#module-wkproductauction-allauctiondetails .wk-page-active {
    color: #2fb5d2 !important;
}

#auction_complete {
    float:left !important;width:100% !important;
}

#file-name {
    cursor: pointer;
}
