/* CSS common to the artist and exhibition pages */

select.status-select.placeholder-select {
    width: 100%;
}

#simple-search
{
  float: left;
  height: 27px!important;
  width: 250px;
  color: #CCCCCC;
  font-weight: bold;
  border: 1px solid #494949;
  border-radius: 3px;
  padding-left: 5px;
}

#order-search-results-container
{
  float:left;
}

#order-search-results option, .toolbar-select option
{
  font-family:"Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-size:80%;
	font-weight:bold;
  text-align: center;
  color: #0C0D0F;
}

#choose-organisation
{
  font-weight: bold;
}

#toggle-display
{
  float:left;
}

/* Dynamic page container */
#dynamic-page-content
{
	float: left;
	width: 100%;
}

/* Placeholder CSS */
.exhibition-item-container, .stock-item-container, .artist-item-container, .exhibition-item-container-large
{
	float: left;
	margin: 5px;
	border: solid #F4F4F4 1px;
	border-radius: 8px;
}

.exhibition-item-container-large
{
	height: 220px;
	overflow:hidden;
}

.exhibition-description
{
	float: left;
	width: calc(100% - 230px);
	margin-right:10px;
	text-align:justify;
	font-weight:bold;
}

.exhibition-item-top-field
{
	float:left;
	width: calc(50% - 110px);
}

.exhibition-tile-image
{
	float:left;
	margin: 10px
}

@media screen and (min-width: 2010px)
{
	.stock-item-container
	{
		width: calc(100%/8 - 10px);
	}
	.exhibition-item-container, .artist-item-container
	{
		width: 400px;
		margin-left(25% - 400px);
	}
	.exhibition-item-container-large
	{
		width: calc(50% - 10px);
	}
}

@media screen and (max-width: 2000px)
{
	.stock-item-container
	{
		width: calc(100%/8 - 10px);
	}
	.exhibition-item-container, .artist-item-container
	{
		width: calc(100%/4 - 10px);
	}
	.exhibition-item-container-large
	{
		width: calc(50% - 10px);
	}
}

@media screen and (max-width: 1800px)
{
	.stock-item-container
	{
		width: calc(100%/7 - 10px);
	}
	.exhibition-item-container, .artist-item-container
	{
		width: calc(100%/4 - 10px);
	}
	.exhibition-item-container-large
	{
		width: calc(50% - 10px);
	}
}

@media screen and (max-width: 1550px)
{
	.stock-item-container
	{
		width: calc(100%/6 - 10px);
	}
	.exhibition-item-container, .artist-item-container
	{
		width: calc(100%/3 - 10px);
	}
	.exhibition-item-container-large
	{
		width: calc(50% - 10px);
	}
}

@media screen and (max-width: 1300px)
{
	.stock-item-container, .exhibition-item-container-large
	{
		width: calc(100%/5 - 10px);
	}
	.exhibition-item-container, .artist-item-container
	{
		width: calc(100%/3 - 10px);
	}
	.exhibition-item-container-large
	{
		height:auto;
	}
	.exhibition-item-top-field
	{
		float:left;
		width: 100%;
	}
	.exhibition-description
	{
		display:none;
	}
}

@media screen and (max-width: 1150px)
{
	.stock-item-container, .exhibition-item-container-large
	{
		width: calc(100%/4 - 10px);
	}
	.exhibition-item-container, .artist-item-container
	{
		width: calc(100%/2 - 10px);
	}
	#stock-price-label {
		text-align:center!important;
	}
}

@media screen and (max-width: 900px)
{
	.stock-item-container, .exhibition-item-container-large
	{
		width: calc(100%/3 - 10px);
	}
	.toolbar
	{
		display:none;
	}
	.exhibition-item-container, .artist-item-container
	{
		width: 400px;
		margin-left: calc(50% - 200px);
	}
}

@media screen and (max-width: 650px)
{
	.stock-item-container, .exhibition-item-container-large
	{
		width: calc(100%/2 - 10px);
	}
}

@media screen and (max-width: 640px)
{
	.stock-item-container, .exhibition-item-container-large
	{
		width: 220px;
	}
}
.sort-place
{
	border:none;
}
.centred-carousel-image
{
	width:800px;
	height:800px;
	margin-left: calc(50% - 400px);
}

.tile-image
{
	float: left;
	width: 200px;
	height: 200px;
	margin: 5px calc(50% - 100px);
}

.field-25
{
  float: left;
  width: calc(25% - 10px)!important;
  border: solid #494949 1px;
  border-radius: 3px;
	color:#0C0D0F;
	margin: 5px;
}

.field-33
{
  float: left;
  width: calc((100% / 3) - 10px);
  border: solid #494949 1px;
  border-radius: 3px;
	color:#0C0D0F;
	margin: 5px;
}

.field-50
{
  float: left;
  width: calc(50% - 10px);
  border: solid #494949 1px;
  border-radius: 3px;
	color:#0C0D0F;
	overflow:hidden;
}

.field-100
{
  float: left;
  width: calc(100% - 10px);
  border: solid #494949 1px;
  border-radius: 3px;
	color:#0C0D0F;
}

.field-50 input[type="text"], .field-100 input[type="text"], .field-33 input[type="text"]
{
  float: left;
  width: 100%;
}

.ea-visibility
{
  width: calc(50% - 10px) !important;
  margin: 5px 2px !important;
}

.ea-visibility .field-title
{
  float: right;
  color: #0C0D0F;
  background-color: #F4F4F4;
  width: calc(100% - 18px);
  font-family:"Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;font-weight:bold;font-size:70%;line-height:160%;
}

.ea-item-label
{
	float:left;
}

.ea-item-label .checkbox
{
  float: right !important;
	margin:5px 5px 0;
}

.ea-item-label span
{
  float: left;
  color: #0C0D0F;
  font-family:"Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-weight:bold;
	line-height:220%;
	margin-left:5px;
}

.placeholder-title
{
  float: left;
  color: #0C0D0F;
  font-family:"Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-weight:bold;
	text-align:center;
	font-size:100%;
	width:100%;
}

.ea-filter
{
	width:50%;
}

.ea-filter span
{
	font-size:80%;
}

/**/
#delete-item-img, .cart-item-img
{
	float:left;
}
#delete-details-block, .cart-details-block
{
	float:left;
	width:calc(100% - 210px);
	padding-left:10px;
	font-weight:bold;
}
#delete-details-block h3, .cart-details-block h3
{
	float:left;
	width:100%;
  font-family:"Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-weight:bold;
	text-align:center;
}
.delete-detail, .cart-detail
{
	float:left;
	width:100%;
  color: #0C0D0F;
  font-family:"Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-weight:bold;
	line-height:180%;
}
.progress-wrapper
{
	
}
.progress-icon
{
	
}
.tile-image
{
	
}
.ea-tile-file
{
	
}
.ea-item-label
{
	
}
.open-exhibition-page,.delete-exhibition, .delete-item,.open-stock-page,.delete-stock, .open-artist-page, .delete-artist, .add-to-cart-simple
{
	float: right;
	margin-right: 5px;
}

/* Waypoint CSS */
#load-progress
{
	margin-left:0px;
	width:100%;
	clear:left;
}

#load-completion
{
	width: 100%;
}

/* Dialogue CSS */
.preview-item-detail
{
	float:left;
	width:100%;
}

.preview-item-detail div
{
	float:left;
	width: 120px;
}

.preview-item-detail i
{
  color: #494949;
	font-size:90%;
}

.ea-dialogue-header
{
	float:left;
  width: 100%;
  font-family:"Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;font-weight:bold;font-size:130%;
  text-align: center;
}

#artists-detailed-dialogue, #new-artist-user-dialogue
{
  display: none;
}

.custom-artist-title
{
  width: 155px;
}
	
.width-50
{
	float:left;
	width:calc(50% - 10px);
	margin-left:5px;
}

.slider-label-50
{
	clear:left;
}

.form-slider
{
	margin: 18px 0 0 10px;
	
}

#media-search,#artists-search,#exhibitions-search,#keyword-search
{
	width:100%;
}

.split-50-div
{
	float:left;
	width:calc(50% - 20px);
	padding: 0 10px;
}

.detailed-chk-span, .nau-chk-span
{
  float: left;
  margin: 5px;
  padding-top: 2px;
}

#results-available
{
  float: left;
  height: 27px;
  line-height: 160%;
  width: 300px;
  text-align: center;
  background-color: #EFEFEF;
  color: #494949;
  border-radius: 3px;
  padding: 1px;
  margin: 0 10px;
}

#detailed-progress
{
  float: left;
  visibility: none;
}

.stock-filter-pane
{
	float:left;
	width:calc(50% - 20px);
	margin:10px;
	border: solid #F4F4F4 1px;
	border-radius: 8px;
}

.stock-filter-pane-img
{
	float:left;
	margin: 5px 0 5px calc(50% - 200px);
}

.stock-filter-pane-header
{
	position:absolute;
	width: calc(50% - 20px);
	margin-top: 200px;
	color: #FFFFFF;
  font-family:"Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-weight:bold;
	font-size:200%;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
	text-align:center;
	cursor:pointer;
}

@media screen and (max-width: 1000px)
{
	.stock-filter-pane
	{
		width: 100%;
		margin: 10px 0;
	}

	.stock-filter-pane-header
	{
		width: 100%;
	}
}

#payment-controls
{
	float: left;
	width: 100%;
	text-align: center;
	font-size: 130%;
	line-height: 180%;
  font-family:"Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
}

#stock-price-label
{
	width: 50%;
	float: left;
	text-align: right;
  font-family:"Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
}

#stock-price-label span, #highlight-price
{
	color: #494949;
}