﻿.w3-display-container {
	padding:10px;
	background:transparent;
}

/* Auction css overwrites  */
#pjWrapperPHPAuction_theme10 .pjAs-box-title, #pjWrapperPHPAuction_theme10 .modal-title, #pjWrapperPHPAuction_theme10 .pjAs-bid-item-name, #pjWrapperPHPAuction_theme10 .pjAs-action-table-body, #pjWrapperPHPAuction_theme10 .pjAs-item-name, #pjWrapperPHPAuction_theme10 .pjAs-item-name {
    color: #13778F!important;
}

#pjWrapperPHPAuction_theme10 p {
	/*font-family:'Poppins'!important;*/
}

#pjWrapperPHPAuction_theme10 .pjAs-login .control-label {
    font-size: 19px;
    color: #1A3138!important;
    font-weight: 600;
}

#pjWrapperPHPAuction_theme10 .pjAs-login-aside p {
    font-size: 19px;
    line-height: 28px;
    color: #ffffff!important;
}
.pjAs-Auction-timer, .pjAs-timer{
	font-weight:bold;
	font-style:italic;
	color:#af4924!important;
}

.input-group-addon{
	background-color: #777777c7!important;
}

body [id^=pjWrapper]{
	background-color:transparent!important;
}

#pjWrapperPHPAuction_theme10 a {
    font-weight:bold;
}
.pjAs-item, .pjAs-bid-item, .pjAs-box, .pjAs-action-table {
	/*background-image:url('../images/bggrey.png')!important;*/
	background-color:#f8f8f8!important;
	border-radius: 1px!important;
	border:3px solid #13778F!important;
}

.pjAs-box{
	padding:20px!important
}

.pjAs-bid-item-bids p {
	color:#1A3138!important;
}

.pjAs-bid-item-actions label {
  font-weight: 400;
  color: #ffffff!important;
  font-size: 20px;
  padding-top: 5px;
}

#pjWrapperPHPAuction_theme10 .pjAs-login .control-label {
  font-size: 19px;
	color:#1A3138!important;
  font-weight: 600;
}
  
#pjWrapperPHPAuction_theme10 .pagination > .active > a, #pjWrapperPHPAuction_theme10 .btn-default.active, #pjWrapperPHPAuction_theme10 .pjAs-btn-languages.open .btn-default {
  color: #fff;
  background-color: #13778F!important;
}

#pjWrapperPHPAuction_theme10 .btn-default:hover, #pjWrapperPHPAuction_theme10 .btn-home:hover {
  color: #fff;
  background-color: #323232!important;
  border:1px solid #708779!important;
}
  
.front_login_register_msg{
	font-size: 1.3em;
    font-style: italic;	
    font-weight: bold;
    color: #708779;
}

.front_login_register_msg a{
	color:#13778F!important;
}

.pjAs-item-info, .pjAs-item-desc{
	color:#1A3138!important;
}

.pjAs-bid-item-info {
	font-size: 1em!important;
	line-height: 1.1em;
	color:#1A3138!important;
}
.pjAs-bid-item-info p{
	padding:0px!important;
}

.pjAs-bid-item-info a{
	font-weight:bold!important;
	color: #13778F!important;

}

.btn-link{
	text-shadow:none!important;
} 

.btn-link:hover{
	font-weight:bold!important;
}  

 .btn-link {
    color: #13778F!important;
}

.btn-home:hover{
    background-color: #323232!important;
}

.glyphicon{
	color: #ffffff!important;
}


.btn-home{
    background-color: #13778F!important;
	color: #ffffff!important;
}

.btn-default, .btn-primary{
	background-color: #13778F!important;
	color: #ffffff!important;
}

.btn-default:hover, .btn-primary:hover{
	color: #fff!important;
    background-color: #323232!important;
  border:1px solid #708779!important;
    }

[id^=pjWrapper] .btn-link{
	font-weight:bold!important;
}

.pjAs-Auction-timer{
    font-weight: bold!important;
    color: #FD0404!important;
}


.pjAs-bid-item-image-big img, .pjAsProductItem img{
	/*border: 5px #ffffff solid!important;*/
	border: 2px double #13778F!important;
  padding: 2px!important;
  margin-bottom: 20px!important;
  background: #efeae2!important;
  -webkit-box-shadow: 0 28px 16px -26px rgba(0, 0, 0)!important;
  -moz-box-shadow: 0 28px 16px -26px rgba(0, 0, 0)!important;
  box-shadow: 0 28px 16px -26px rgba(0, 0, 0)!important;
}

.pjAs-bid-item-image-thumb {
    width: auto!important;
}

.pjAs-item-name a, .pjAs-bid-item-name {
	font-size: 30px!important;
	color:#13778F!important;
   }

.pjAs-action-table-head, .pjAs-action-table-footer{
	border-radius:0px!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; }
}

/*  Bid notification Styles*/
.pjAs-item-bade{
	border:4px solid #FD0404!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: #FD0404!important;
}

.front_login_register_msg{
	font-size: 1.3em;
    font-style: italic;	
    font-weight: bold;
}

/* Losing Bid */
.pjAs-item-bade-lost{
	border:4px solid #d05050!important;
}

.pjAs-outbit-msg{
	color:#d05050!important;
}


@media (max-width: 767px)
 {
.center{
	text-align: center;
} 


.pjAs-bid-item-info{
    text-align: left!important;
}
}


/* End Auction css overwrites*/
