﻿/* Auction css overwrites  */
.pjAs-Auction-timer, .pjAs-timer{
	font-weight:bold;
	font-style:italic;
	background-color:rgba(0,0,0,0.50);
	padding:10px;
}

body [id^=pjWrapper]{
	background-color:transparent!important;
}

.pwdregs{
	color:#fff!important;
}

.input-group-addon{
	background-color:#584444!important;
}
.pjAs-item, .pjAs-bid-item, .pjAs-box, .pjAs-action-table{
	border-radius:0px!important;
    /*background-color: #fbfbfb21!important;*/
    background-color:rgba(123,25,24,0.25)!important;
	border: 2px solid #000!important;
}

#pjWrapperPHPAuction_theme10 a, #pjWrapperPHPAuction_theme10 .btn .glyphicon {
  /*color: #C8C9C9!important;*/
}

.front_login_register_msg a {
	color:#f1838a!important;
}
.pjAs-item-info a {
	color:#f1838a!important;
	font-weight:bold;
}

.pjAs-bid-item-info a{
	color:#f1838a!important;
}

/* Losing Bid */
.pjAs-item-bade-lost{
	border:4px solid #d05050!important;
}

.pjAs-outbit-msg{
	color:#d05050!important;
}
/* flashing out bid */
.flashit{
	-webkit-animation: flash linear 1s infinite;
	animation: flash linear 1s infinite;
}
@-webkit-keyframes flash {
	0% { opacity: 1; } 
	50% { opacity: .1; } 
	100% { opacity: 1; }
}
@keyframes flash {
	0% { opacity: 1; } 
	50% { opacity: .1; } 
	100% { opacity: 1; }
}

/* Winning Bid */
.pjAs-item-bade{
	border:4px solid #1ca76c!important;
}

.pjAs-winning-msg, .pjAs-outbit-msg, .pjAs-sold-msg{
    font-style: italic;
    font-weight: bold;
    font-size:1.2em;
}

.pjAs-winning-msg, .pjAs-sold-msg{
    color: #1ca76c!important;
}


.front_login_register_msg{
	font-size: 1.3em;
    font-style: italic;	
    font-weight: bold;
    color:white;
}

.pjAs-bid-item-info, .pjAs-item-info p, .pjAs-box-title,.pjAs-item-info{
	font-size: 1.2em!important;
	line-height: 1.1em;
	color: #caccce!important; 
}

.pjAs-bid-item-image-big img, .pjAsProductItem img, .pjAs-bid-item-image-thumb img{
	border: 1px #000 solid!important;
    padding: 2px;
}


.pagination > .active > a {
	    background-color: #f1838a!important;
}

.pjAs-bid-item-image-thumb {
    width: auto!important;
}

.pjAs-head {
		color: #f1838a!important;
}

.btn-home, .glyphicon {
	background-color:#6A7FB8!important;
		color: #ffffff!important;
}

.btn-home:hover, .glyphicon:hover {
    background-color: rgba(123,25,24,1)!important;
    color:#ffffff!important
}


.btn-default {
	background-color:#6A7FB8!important;
	color: #ffffff!important;
}


.btn-default a {
	background-color:#6A7FB8!important;
	color: #ffffff!important;
}

.w3-sand {
	background-color:rgba(202,52,62,0.55);
	padding:10px 5px;
}
/*.btn-primary:hover, .btn-default:hover, .btn-home:hover, .glyphicon-home:hover {
*/
.btn-default:hover, .btn-default.active {
    background-color: rgba(123,25,24,1)!important;
    color:#ffffff!important;
}

.btn-primary {
    background-color: #ca343e!important;
    color:#ffffff!important;
   	}

.btn-primary:hover {
    background-color: #5167a0!important;
    color:#ffffff!important;
  	}


.pjAs-item-name a, .pjAs-bid-item-name a {
    color: #768cc6!important;
    font-size:22px!important;
   }

.pjAs-bid-item-name {
	font-size:28px!important;
	color:#768cc6!important;
}
   
   
.pjAs-bid-item-bids p, .pjAs-item-info p, .pjAs-item-info label, label, .pjAs-action-table-body p, .pjAs-action-table-row, .pjAs-login-aside p {
    color: #caccce!important;  
    font-size:16px!important;
	
} 

.pjAs-item-info {
 font-size:16px!important;
 line-height:1.25!important;
	
}
p {
 font-size:16px!important;
 line-height:1.25!important;
}   

a:link {
    color: #f1838a;
    text-decoration: none;
    font-family: Roboto, Arial, serif;
}
.btn-link{
	font-weight:bold;
}
  
.btn-link:hover{
	color:#C8C9C9!important;
}  

[id^=pjWrapper] .btn-link{
	color:#C8C9C9!important;
		font-weight:bold;

}

.pjAs-breadcrumb{
	color:#C8C9C9!important;
	font-weight:bold;
}

.pjAs-action-table-head, .pjAs-action-table-footer{
	border-radius:0px!important;
}

.pjAs-bold-white{
	color:white!important;
	font-weight:bold
}

.pjAs-action-table-row {
	border-top: 1px solid #C8C9C9!important;
}

@media (max-width: 767px)
 {
.center{
	text-align: center;
} 

.pjAs-bid-item-info{
    text-align: left!important;
}
}


.pjAs-item-name a, .pjAsProductItem {
    color: #768cc6!important;
    font-size:22px!important;
   }
   
a:link.pjAsProductItem   {color: #768cc6!important;}
a:visited.pjAsProductItem  {color: #768cc6!important;}
a:active.pjAsProductItem   {color: #768cc6!important;}
a:hover.pjAsProductItem    {color: #768cc6!important;}


/* End Auction css overwrites*/
