/* listing display page */	

.catalog-banner {
	position: relative;
	}
	
.catalog-button-container { 
   position: absolute;
   right: 10px;
	top: .1em;
	z-index: 20;
}
	
.catalog-button {
	display: block;
	margin-top: 0;
	margin-left: 0;
	padding: 0 .1em .1em;
	text-align: center;
}

.catalog-banner .catalog-button a {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-image: none;
	border-radius: 0.3em;
	box-sizing: border-box;
	text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
	font-weight: bold;
	margin: 0 auto;
	max-width: 100%;
	padding: 0.25em 0.5em 0.25em 0.75em;
	text-decoration: none;
	transition-duration: 0.2s;
	width: 11em;
	-moz-box-sizing:border-box; /* Firefox */
	text-align: center;
	border-color: rgba(255, 255, 255,1);
	border-style: solid;
	border-width: 1px;
	font-size: 1rem;	
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
}

.catalog-button a:hover {
	background: rgba(0, 0, 0, 0.8); 
	color:rgba(255,255,255,.9);
	transition-duration: 0.2s;
}		

.inline_comment {
	position:relative; 
	display:inline; 
	font-size: .8rem;
	}
	
.bid_amount {
	background: none;
	}	
	
/* override default.css */	

.listing_title {
	 margin-top:	0;
	 padding: 0;
    margin: 1em 0;
    font-size: 1.25rem;
    font-weight: bold;
}	

.listing_lead {
	padding: 0;
   margin: 0 .2em;
   font-size: 1rem;
   font-weight: bold;
}	

.listing_lead .price span {
	white-space: nowrap;
	}
	
	
.listing_title span {
	color: inherit;
	font-size: inherit;
	}	
	
.listing_title span.glyphicon {
	color: #555;
	}	
	
	
.listing_title .smallcaps {
	color: #555;
	font-weight: normal;
	font-size: .8rem;
	white-space: no-wrap;
	}	
	
.listing_title .price {
	font-size: .85em;
	}	
	
.listing_title .closed_label {
	background-color: red;
	color: #fff;
	font-size: .7em;
	padding: .1em .5em .3em;
	display: none;
		}
		
.tab-title .closed_label {
	color: red;
	}		
		
.listing_closed {
	color: red;
	font-weight: bold;
	font-size: 1rem;
	}		
		
.quicklink {
	white-space: nowrap;
	}		

.user-profile-cntnr {
	margin-top: 0;
	/*border: 1px solid #ddd;*/
	border: none;
	font-size: .9em;
}

.user-profile-cntnr div {
	padding-bottom: .3em;
	}	
	
.user-profile-cntnr .glyphicon {	
	color: #52B69A;
	}
	
.icon_bar .glyphicon {
	color: #777;
	}	
	
.times-viewed {
	float: right;
	margin-right: 2em;
	margin-top: .25em;
	margin-bottom: -.25em;
}	

.last_edit {
	float: right;
	margin-top: -1em;
	}
	
.last_edit_mobile {
	float: none;
	}	

.seller_username {
    border: 5px solid #52B69A;
    margin: 0 auto 1em;
	 padding: 1em .2em;
    position: relative;
    border-radius: 15px;
	 text-align: center;	 
	 width: 100%;
	 float:  none;
	 box-sizing: border-box;
}	

/* for js to set size of timeout box */
#bid_status {
	position: relative;
	}
	
.timeout div {
	text-align: center;
	 margin-top: .5em;
	 padding: .5em;
	 border: 5px solid transparent;	
	}	

	/* class added by javascript to cover bid status */
.timeout.box {	
    position: absolute;
    height: 100%;
	 top: 0;
	 left: 0;
	 background: #fff;
	 text-align: center;
	}


.timeout.box div {	
	border: 5px solid #52B69A;	 
   border-radius: 15px;
	text-align: center;
	margin-top: .5em;
	padding: .5em;
	}
	
#bid_status .blur, .bid_box .blur {
	color: transparent;
   text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px; 
	}	





.seller_username a {
	font-size: 1rem;
	}
	
.seller_website {
	font-weight: bold;
	white-space: nowrap;
	line-height: 200%;
	}	
	
.user-profile-cntnr .content_section {
	margin-top: 1em;
	margin-bottom: 1em;
	}

.seller_profile .profile-pic {
	max-width: 120px;
	}	
	
.icon_bar {
	float: right;
	}

.icon_bar a {
	margin-right: .3em;
	}		
	
.social_bar {
	float: right;
   /*background: #E9EDF0 url("../images/backgrounds/bg_fade.png") repeat-x scroll left top;
   border: thin solid #D5DCE1;
   margin: 0px;
   padding: 0.2em;*/
}	
	
.icon_box {
	padding: .625em;
	}	
	
.icon_box a {
	font-size: .9rem; 
	white-space: nowrap;
	padding-bottom: .3em;
	}	
	
.icon_box .glyphicon {
	margin-right: .3em;
	margin-left: .6em;
	}	
	
.official_time {
	float: right;
	color: #777;
	text-align: center;
	font-size: .9em;
	line-height: 1.2;
	margin: .5em;
	display: none;
	}		
	
.official_time_mobile {
	display: block;
	background-color: #52B69A;
	color: #fff;
	font-size: .8em;
	text-align: center;
	}		
	
.official_time_mobile .refresh {
	color: #fff;
	}		
	
ul.info_box {
	padding-left: 20px;
	padding-right: 10px;
	}
		
.info_box li {
	font-size: .9em;
	margin-bottom: 1em;
	text-align: full;
	}	
	
.info.auction {
	margin-bottom: 1em;
	}	
	
/* required markers added to labels for listing registrations should be removed for display */	
label .required {
	display: none;
	}		
	
.disclaimer p {
	font-size: .9rem;
	color: #4987C5;
	} 	

.tiny_time_remaining_label {
    font-size: .7em;
    text-transform: uppercase;
    color: #F66303;
	 font-weight: bold;
	 text-align: center;
	 display: block;
	 letter-spacing: .1em;
	 margin-top: -.1em;
	 }
	
#timernote {
	color: #777;
	}	
#countdown-timer {
	margin: 0 -4px 0;
	border-bottom: 2px solid #52b69a;	
	border-top: 2px solid #52b69a;		
	}
	
/* 12/11/2020 adjust question values so they don't wrap under labels - wrap entire value under label instead of split */	
.extra-questions li span {
    display: inline-block;
}
	
	

/* there is only room on the side if the screen is at least 660px wide otherwise the thumbnails have to go underneath, or the lead image needs to be smaller */	
@media only screen and (min-width: 41em) {	
	
	/* line the thumbnails up on the right side instead of underneath */	
	.galleryThumbs {
		float: right;
		width: auto;
		}
		
	.galleryThumbs ul {
		margin: .6em .25em;
		}
	
	.galleryThumbs ul li {
		display: block;
	   padding: 0.5rem;
	   border: 1px dotted #DDD;
		}		
		
	.official_time {
		display: block;
		}	
		
	.official_time_mobile {
		display: none;
		}			
}		
		
.galleryBigImage {
	width: 480px;
	}	
	
.bigLeadImage {
	min-height: 0 !important;
}	
	
	
ul.info {
    /*border-top: 1px solid #DDD;	*/
	 border-bottom: 1px solid #DDD;	
	 }
	 
.closed_date {
	color: #737373;
	font-size: .9rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: .5em;
	}	 
	
.tab-title {
	clear:both; 
	margin-bottom: 10px; 
	font-size: 1.2em;
}	

#tab-terms .payment_options {
	margin-bottom: .2em;
	}
	
{* videos *}	
.embed-container iframe, .embed-container object, .embed-container embed {
    left: 5%;
    width: 90%;
    height: 90%;
}	

.sidebar h2.title.listing_details_featured {
	text-align: center;
	}
	
	
.publicQuestions .question,
.publicQuestions .answer {
	font-weight: bold;
	font-size: 1rem;
	}
	
.publicQuestions .question span {
	font-weight: normal;
	font-size: .9rem;
	}		
	
	
	
	
	
@media only screen and (max-width: 32em) {			
	.catalog-banner .catalog-button a {
		font-size: .8rem;
		}			
}	

/* button is too big to display nicely on a small screen */
@media only screen and (max-width: 38em) {
	.catalog-button {
		display: none;
		}
}



@media print {	

	.header-container {
		margin-bottom: 0;
	}
	
	header.page {
		margin-top: 0;
		}
		
	.catalog-banner {
		box-shadow: none;
		padding: 0;
		}
		
	.catalog-banner a {			
		font-size: 1.5rem;
		}
	
	.catalog-banner img, 
	.catalog-button-container,
	.quicklink, 
	.bid_box, 
	.timeout, 
	.icon_box, 
	.refresh, 
	.social_bar, 
	.listing-content 
	.nav-tabs, 
	#tab-contact,
	.seller_contact, 
	.seller_other,
	.sidebar.listing_leftcol.more_listings,
	.video_block
	{
		display: none !important;		  
	}
	
	.catalog-banner 
	.print_only, 
	.sidebar.listing_leftcol.seller_profile,
	.listing-content .tab-content .tab-pane {
		display: block !important;
		}
		
	/*.sibebar div {
		float: left;
		display: inline;
		}	*/
			
	.sidebar.listing_leftcol div, .sidebar.listing_leftcol a
    {
		font-size: .9em;
		border: none;
		text-align: left;
		margin: 0;
		padding: .2em;
			}
			
	.seller_website a:after {
		 content: " (" attr(href) ")";
		 }
	
	.logo-search-container {
    height: auto;	
	 }
	 
	.slogan {
		text-decoration: none;
		} 
		
	.slogan:after {
		content: "www.perfecthorseauctions.com";
		display: block;
		padding: .3em;
		font-size: 10pt;
		}	
		
	.tab-title:before	{	
		display: block;
		font-weight: bold;
		font-size: 1.2em;
		}

	#tab-terms .tab-title:before {
		content: "Terms";
		}	
		
	#tab-pedigree .tab-title:before {
		content: "Pedigree";
		}		
	
	.tab-pane {
		page-break-inside: avoid;
		page-break-before: always;
		}	
		
	.info_box li {
    font-size: .8em;
    margin-bottom: .2em;	
	 }
	 
	.tab-title {
    font-size: 1.1em;
    font-weight: bold;
    text-transform: uppercase; 
	 }
		
	.galleryBigImage {
		float: left;
		width: 50%;
		}	
		
	.bigLeadImage {
		float: none;
		}	
	
	.bigLeadImage img {
		max-height: 300px;
		width: auto !important;
		}			
		
		
}