﻿
.action-result-container {
	/*max-width: 750px;
	width: 750px;
	float: right;*/
	margin-left: 8px;
}

.ActionImageStyleWidth {
	/*width: 64px;
	max-width: 64px;*/
}

.GridResult {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	width: 100% !important;
}

.ActionImageStyle {
	float: left;
	padding-left: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	margin: 0 1em 0 0;
	vertical-align: middle;
	text-align: center;
	overflow: hidden;
	display: block;
}

.Lookup, a.Lookup, a.Lookup:visited, a.Lookup:link {
	font-family: 'Crimson Text', 'Palatino', serif !important;
	font-size: 11pt !important;
	background-color: transparent;
	color: Black;
	display: block;
	line-height: 1.35em;
	/*padding: 4px 20px;*/
	text-decoration: none;
	/*white-space: nowrap;*/
	/*height: 100px;*/
	padding: 2px;
}

	a.Lookup:hover {
		color: Navy;
		background-color: #DDDDDD;
		text-decoration: none;
		/*height: 100px;*/
		padding: 2px;
	}

.sort-combo {
	width: 100%;
	/*float: right !important;*/
}

.rep-item-back {
	background: rgb(255, 255, 255);
	background: -moz-linear-gradient(90deg, rgb(255, 255, 255) 30%, rgb(239, 239, 239) 90%);
	background: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 30%, rgb(239, 239, 239) 90%);
	background: -o-linear-gradient(90deg, rgb(255, 255, 255) 30%, rgb(239, 239, 239) 90%);
	background: -ms-linear-gradient(90deg, rgb(255, 255, 255) 30%, rgb(239, 239, 239) 90%);
	background: linear-gradient(180deg, rgb(255, 255, 255) 30%, rgb(239, 239, 239) 90%);
	display: inline-block;
	width: 100%;
}

.rep-item-title {
	font-family: 'Crimson Text', 'Palatino', serif !important;
	/*font-size: 14pt !important;*/
	font-size: 15pt !important;
	/*letter-spacing: 1.25pt;*/
	letter-spacing: 0.5pt;
	color: #003355;
	/*padding-bottom: 9px;*/
	padding-bottom: 4px;
	padding-right: 8px;
	/*font-weight: 600;*/
	font-weight: normal;
	line-height: 1.5em;
}

.rep-item-author {
	font-family: 'Oswald', 'Trebuchet MS', sans-serif !important;
	font-size: 10pt !important;
	letter-spacing: 1.25pt;
	/*color: #003399;*/
	color: #505050;
	padding-bottom: 9px;
	padding-right: 8px;
}

.rep-item-imprint {
	font-family: 'Crimson Text', 'Palatino', serif !important;
	font-size: 11pt !important;
	/*letter-spacing: 1.25pt;
	color: #505050;*/
	letter-spacing: 0.5pt;
	color: #003355;
}

.cb-style {
	font-family: 'Oswald', 'Trebuchet MS', sans-serif !important;
	font-size: 14pt !important;
	letter-spacing: 0.5pt;
	color: #003355;
}

.action-series-info {
	display: inline-block;
	font-family: 'Crimson Text', 'Palatino', serif !important;
	font-size: 12pt !important;
	/*letter-spacing: 1.25pt;
	color: #505050;*/
	letter-spacing: 0.35pt;
	color: #003355;
	padding-left: 12px !important;
	padding-right: 12px !important;
}

/*div > .dxgv
{
	width: 100%;
}*/

#FilterRail {
	min-width: 150px;
}

/* Subjects and Courses*/
.level_link, .level_link:visited, .dxichTextCellSys > .dx-wrap {
	/*font-family: 'Crimson Text', 'Palatino', serif;*/
	font-family: 'Oswald', 'Trebuchet MS', sans-serif !important;
	text-decoration: none !important;
	/*color: black;*/
	color: #505050;
	/*padding-left: 2px;*/
	font-size: 9pt !important;
	margin-left: 12px;
	text-transform: uppercase;
	display: block;
	margin-bottom: 3px;
}

	.level_link:hover {
		text-decoration: underline !important;
		/*padding-left: 2px;*/
		color: rgba(0,51,102,1.00);
	}


/* toggle full story */
.action-series-info > .full-story {
	max-height: initial;
}

.action-series-info .toggle:before {
	content: ' [>>]';
}

.action-series-info > .full-story .toggle:before {
	content: ' [<<]';
}
