﻿/*==================== Print search results ====================*/
body 
{
	background-color: white;	
}

hr.divider
{
	height: 1px;
	background-color: #cfcfcf;
	color: #cfcfcf;
	/*border: 1px solid #bababa;*/
	border: 0 none;
}

table.result
{
	margin-left: 5px;
	width: 98%;
	padding: 5px;	
}

table.result tr
{
	vertical-align: top;
}

table.result .thumbnail-cell
{
	width: 135px;
	padding: 5px;
}

.thumbnail-cell .thumbnail
{
	border-color: #000000;
}

table.result .thumbnail-cell .thumbnail
{
	width: 120px;
}

table.result .thumbnail-cell .thumbnail img
{
	width: 120px;

	-webkit-border-radius: 5px 5px;
	-moz-border-radius: 5px 5px;
	-o-border-radius: 5px 5px;
	border-radius: 5px 5px;
}

@media only screen and (max-device-width: 480px)
{
	/* Android */
	table.result .thumbnail-cell
	{
		width: 120px;
	}
}

table.result .issue_date
{
	margin-top: 10px;
	padding-left: 5px;
}

table.result text-cell
{
	padding-left: 5px;
	padding-right: 5px;
}

table.result .title
{
	padding: 1px;
	margin: 0px;

	font-weight: bold;
	color: #000000;
}

table.result .title_img
{
	margin-bottom: 20px;
}

.title_img img
{
	max-width: 95%;
}

table.result .text
{
	padding-top: 10px;
	padding-bottom: 10px;	
}

table.result .info
{
	font-size: 12pt;	
	margin-top: 5px;
    margin-bottom: 10px;
}

table.result .sep {
	margin-left: 10px;	
	margin-right: 10px;
}

table.result .section
{
}

table.result .pageno
{
}

table.result .score {
	margin: 0 20px;
}

table.result .score .bar {
display: inline-block;
width: 150px;
height: 6px;
position: relative;
}

table.result .score .relevance {
height: 100%;
position: absolute;
top: 0px;
left: 0px;
}

table.result .score .relevance img {
width: 100%;
-webkit-border-radius: .4em;
-moz-border-radius: .4em;
-o-border-radius: .4em;
border-radius: .4em;
}

table.result .text-snippet
{	
}

table.result .text-snippet .hit, table.result .text-snippet strong
{
	color: #4599d9;
}

table.result .arrow-cell
{
	width: 20px;
	vertical-align: middle;
}

.search-results .data-content {
	width: 100%; 
	padding: 0 0 20px 0;
}

.search_header {
	width: 100%; 
	margin: 0 auto; 
	text-align: center;
}

ul.grid {
	position: relative;
	padding: 0px 50px;
}

ul.grid li {
	list-style-type: none;
	margin: 0px 15px 15px 15px;	
	width: 300px;
	max-height: 350px;
    border-bottom: solid 3px #cecece;
    overflow: hidden;
}

ul.grid .snippet {
    vertical-align: bottom;
    text-align: center;
    position: relative;
    overflow: hidden;
    width: 300px;
    height: 220px;
    margin-bottom: 10px;
}

ul.grid .snippet img {
    vertical-align: top;
    text-align: center;
    max-width: 100%;
    max-height: 100%;
}

.search_header .list_header {
	color: #bcbaba;
}

.search_header .total {

}

.search_header .list_header .found_line {
	font-size: 18px;
	color: #535353;
	margin-bottom: 5px;	
}

.marked {
	color: #4599d9;
}

.search_header .from, .search_header .to {

}

.result .publication, .result .issue_date {
    text-align: center;
    font-family: Helvetica Roman,Helvetica,Roman,Arial,sans-serif;
}

.result h2.title {
    overflow: hidden;
    max-height: 54px;
    font-family: Helvetica Roman,Helvetica,Roman,Arial,sans-serif;
    font-size: 24px;
    line-height: 26px;
}

table,
table tr td,
table tr th {
	page-break-inside: avoid;
}
/*==================== endregion ====================*/