﻿.StructuredSearch_PageContainer 
{
	margin: 0px 5px 0px 5px;
	padding:0 15px;
}

.StructuredSearch_PageSection 
{
	margin-bottom:15px;
}

.StructuredSearch_SpaceTop 
{
	margin-top: 10px;
}

.StructuredSearch_SummaryCategoryContainer 
{
	    margin-right: 0;
	margin-bottom:15px;
    width: 100%;
}

.StructuredSearch_ResultSummaryText 
{
	font-size: 16px;
}

.StructuredSearch_FloatLeft 
{
	float:left;
}

.StructuredSearch_FloatRight 
{
	float:right;
}

.StructuredSearch_Clear 
{
	clear:both;
}

.StructuredSearch_VerticalResultItem 
{
	width: 175px;
	margin-right:5px;
	margin-bottom:2px;
}

.StructuredSearch_HorizontalResultItem 
{
	width: 125px;
	margin-right:5px;
	margin-bottom:2px;
}

.StructuredSearch_VerticalResultContainer li 
{
	margin-left: -20px;
}

.StructuredSearch_HeaderLink 
{
	text-decoration:none!important;
	color:inherit!important;
}

.StructuredSearch_Thumbnail 
{
	width:85px;
	height:50px;
	border:0px;
}

.StructuredSearch_CheckBox label
{
	margin-right:5px;
}

.StructuredSearch_PluginSelectContainer 
{
	margin-top:10px;
	margin-bottom:5px;
	width:100%;
}



.StructuredSearch_PluginBar 
{
	width:100%;
	margin-bottom:15px;
	vertical-align:top;
}

.StructuredSearch_ContentBar 
{
	width:100%;
	vertical-align:top;
}

.StructuredSearch_HorizontalLinkContainer 
{
	height:40px;
	overflow:auto;
}

.StructuredSearch_VerticalContent {
    margin-bottom: 8px;
    width: 100%;
    border-bottom: 4px solid #f4f3ef;
    padding-bottom: 8px;
}
.StructuredSearch_VerticalResultContainer{
    padding-left: 24px;
}
.StructuredSearch_VerticalResultContainer + div{
	padding-left: 24px;
}
.StructuredSearch_ErrorContainer 
{
	margin-bottom:15px;
	color:#770000;
}

.StructuredSearch_SummaryResults 
{
	min-height:300px;
	height:auto !important;
	height:300px;
	width:100%;
}

.StructuredSearch_Hidden 
{
	display:none;
}
input[type=checkbox] + label {
    margin-left: 6px;
    margin-right: 18px;
}
.StructuredSearch_CheckBox tbody{
	display:flex;
}
.StructuredSearch_SummaryCategoryContainer h1 {
    font-size: 22px;
    font-family: "Poppins-SemiBold";
    color: #6A3065;
    margin-bottom: 16px;
}