form#auction_form{

}

form#auction_form input.error-field{

}

form#auction_form input.error-field{
    border-color: #e96666;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(233, 102, 102, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(233, 102, 102, 0.6);
}

.auction_list tr th {
	    background-color: rgba(156, 120, 120, 0.4);
	        vertical-align: bottom;
    border-bottom: 2px solid #dddddd;
        border-top: 0;
}

.auction_list tr td{
	border-bottom: 1px solid #dddddd;
}

.auction_list tr td .product_image{
	display: block;
}

.auction_list tr td a .icon-trash{
	display: block;
	min-width: 13px;
}

.auction_list a.auction_action{
	    margin-bottom: 3px;
}


#auctionPanel #AgileAuctionTimer, .hasCountdown {
	border: 1px solid #ccc;
	background-color: #eee;
}

#auctionPanel #AgileAuctionTimer{
	    width: 100%;
    height: 55px;
    padding: 10px 0 0 0;
    display: block;
    font-weight: bold;
    font-size: 13px;
}
.countdown_rtl {
	direction: rtl;
}
.countdown_holding span {
	background-color: #ccc;
}
.countdown_row {
	clear: both;
	width: 100%;
	padding: 0px 2px;
	text-align: center;
}
#AgileAuctionTimer .countdown_section{
	    border-right: 2px solid #FFF;
}
#AgileAuctionTimer .countdown_section:last-child{
	border: none;
}
.countdown_show1 .countdown_section {
	width: 98%;
}
.countdown_show2 .countdown_section {
	width: 48%;
}
.countdown_show3 .countdown_section {
	width: 32.5%;
}
.countdown_show4 .countdown_section {
	width: 24.5%;
}
.countdown_show5 .countdown_section {
	width: 19.5%;
}
.countdown_show6 .countdown_section {
	width: 16.25%;
}
.countdown_show7 .countdown_section {
	width: 14%;
}
.countdown_section {
	display: block;
	float: left;
	font-size: 75%;
	text-align: center;
}
.countdown_amount {
	font-size: 200%;
}
.countdown_descr {
	display: block;
	width: 100%;
}


#auctionPanel .auction_close_time{
	text-align: center;
    font-weight: bold;
    margin: 0 0 10px 0;
    font-size: 10px;
}

#auctionPanel .auction_delimetr{
	height: 2px;
    margin: 8px 0;
    overflow: hidden;
    width: 100%;
    border-top: 1px solid silver;
}

#auctionPanel .auction_liner{
	text-align: center;
	    margin-top: 5px;
}

#auctionPanel .auction_liner.auction_bid_action_container{
	text-align: right;
}

#auctionPanel .auction_liner .auction_bidder_name{
	color: #2d03cc;
	font-weight: bold;
}
#auctionPanel .auction_price_tag{
	float: left;
    min-width: 110px;
    text-align: left;
}
#auctionPanel .fleft{
	float: left;
}

#auctionPanel .fleft.auction_price{
	font-size: 15px;
    font-weight: 700;
        color: #0d8e1e;
}

#auctionPanel .fleft.auction_taxes_label{
	margin-left: 3px;
    font-size: 9px;
}

#auctionPanel .auction_min_step{
	color: #666666;
    font-size: 10px;
    line-height: 13px;
    text-align: center;
}

#auctionPanel .auction_min_step_2{
	    font-weight: bold;
}

#auctionPanel .auction_bid_input{
    height: 21px;
    margin-left: 0;
    margin-right: 10px;
    padding: 0 5px;
    width: 50px;
    color: #232323;
    background-color: #fff;
    height: 2.39rem;
    padding: .175rem .5rem;
    /* width: 3rem; */
    margin-top: 3px;
}

#auctionPanel #create_new_bid{
	vertical-align: baseline;
}

#error_list_auction{
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    display: block;
    color: #990000;
}

#auctionPanel #auction_loading_container{
	display: none;
}

#auctionPanel .auction_status_container{

    padding: 2px;
    font-weight: bold;
    margin: 0 0 7px 0;
    
    text-align: center;
    color: #FFF;
    display: none;
}

#auctionPanel .auction_status_container.green{	
	background-color: #02a024;
	border: 1px solid #054c11;
}

#auctionPanel .auction_status_container.red{
	background-color: #E53935;
	border: 1px solid #B71C1C;
}

#bestkit_auction{
	display: none !important;
}

#auctionPanel  #auction_update_container{

}

#auctionPanel  #auction_update_container span{

}

#auctionPanel  #auction_update_container{

}

#auctionPanel  #auction_update_container{

}

#auctionPanel{
	position: relative;
}

#auctionPanel #wonpopup{
	position: fixed;
	width: 400px;

	background-color: #FFF;
	top: 50%;
	left: 50%;
	border: 1px solid #000;
	z-index: 9999;
	transform: translateX(-50%) translateY(-50%);
	-ms-transform: translate(-50%, -50%); /* IE 9 */
    -webkit-transform: translate(-50%, -50%); /* Safari */
        padding: 10px;
    display: none;
}

#auctionPanel #wonpopup span.title{
	    display: block;
    font: 400 23px/29px Arial, Helvetica, sans-serif;
    color: #46a74e;
    margin-bottom: 22px;
}

#auctionPanel #wonpopup span.won_product_info{
	display: block;
	color: #3a3939;
}

#auctionPanel #wonpopup #won_product_price{
	font-weight: inherit;

}
#auctionPanel #wonpopup #won_product_name{
	font-size: 17px;
	    color: #3a3939;
	    margin-top: 20px;
	        margin-bottom: 5px;
}

#auctionPanel #wonpopup #close_won_popup{
	cursor: pointer;
    float: right;
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    line-height: 17px;
    border-radius: 100%;
    background-color: #000;
    color: #FFF;
    font-weight: bold;
}

/*#auctionPanel #wonpopup #close_won_popup::before{
	    content: "\f057";
    display: block;
    font-family: "FontAwesome";
    font-size: 25px;
    line-height: 25px;
}*/

.our_price_display.won, .our_price_display.won .price{
	color: #2d8a30 !important;
}

#custom-error-list, #product-end-price{
	display: none;
}

p.server-time{
	    margin: 0px;
    margin-top: 4px;
}

#auction-tabs{

}

#auction-tabs > button{
	padding: .5rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background: 0 0;
    border: 1px solid transparent;
    border-radius: .25rem;
    /*display: none;*/ 
}

.navbar-nav > li.active > a{
	    text-decoration: none;
    background-color: #eeeeee;
}

#panel-auction-summary{
	    border: 1px solid #ddd;
    padding: 0px 10px;
    border-radius: 5px;
}

#panel-auction-summary h3{
	    margin: 10px -10px;
    padding-left: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

@media (min-width: 544px){
	#auction-tabs > button{
	    display: none!important;
	}
}


.auction-list-box{
	  box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
    background: #fff;
    padding: 1rem;
    font-size: .875rem;
    color: #7a7a7a;
}