

/* Start:/local/components/grain/search.page/templates/help/style.css?17510418281086*/
a.search-page-params {
	border-bottom: 1px dashed blue;
	text-decoration: none;
}
div.search-page-params {
	margin-top: 6px;
}
.search-item-rate {font-size: 11px;}
.search-area input{
	display: inline-block;
}
.search-items h2{
	font-size: 18px;
	line-height: 22px;
}
.search-item{
	padding: 15px;
	box-shadow: 1px 1px 3px 0px #e6e4e4;
	cursor: pointer;
	border-left: 3px solid white;
	margin-bottom: 25px;
	background: #f9f9f9;
}
.search-item:hover, .search-item.selected{
	border-left: 3px solid #0ab718;
}
.search-item p {
	margin-bottom: 0;
	line-height: 19px;
}
.search-items{
	width: 20%;
	min-width: 200px;
	max-height: 500px;
	padding: 10px;
	overflow-y: auto;
	overflow-x: hidden;
	display: inline-block;
	vertical-align: top;
}
.content-article{
	width: calc(80% - 30px);
	height: 100%;
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.content-article iframe{
	width: 100%;
}
.iframe-page{
	height: 100%;
	overflow-y: hidden;
}
@media all and (max-width: 768px) {
	.search-items{
		width: 100%;
		min-width: 100%;
	}
	.content-article{
		width: 100%;
	}
}
/* End */
/* /local/components/grain/search.page/templates/help/style.css?17510418281086 */
