﻿.section-header
{
	width:100%;
}

.filter-section {
	background: #202020;
	color: #ffffff;
	/*padding:10px;*/
	width: 100%;
	/* overflow:hidden; */
	position: relative;
	z-index: 1;
	top: 0px;
	left: 0;
	/*margin-bottom: 10px;*/
	height: 250px;
	min-height: 27px;
}

.pined
{
	position:absolute;
	top:50px;
}

.filter-section-collapse
{
	max-height:25px;
}

.filter-part
{
	width:100%;
	text-align:center;
	float:left;
	margin-top:10px;
}

.filter-part-label
{
	text-transform: uppercase;
	text-align:center;
	margin-bottom:5px;
}

.filter-part-criteria
{
	display:inline-flex;
	display:inline-flexbox;
	text-align:center;
}

.filter-criterion
{
	width:150px;
	/*float:left;*/
}

.filter-criterion-label
{
	text-align:center;
	width:100%;
}

.filter-criterion-field
{
	text-align:center;
}

.filter-criterion-field>input[type=text], .filter-criterion-field>select
{
	width:90%;
	color:black;
	margin:auto;
}

.filter-part-separator {
	border-top: solid 2px #CECECE;
	padding-top: 5px;
}

.filter-pin {
        position: absolute;
        top: 0;
        left: 0;
        width: 24px;
		height:24px;
        cursor:pointer;
		z-index:2;
    }

.filter-button {
	position: absolute;
	top: 0;
	right: 0;
	width: 24px;
	height: 24px;
	cursor: pointer;
	z-index: 2;
}

.filter-actionbar
{
	position: absolute;
	top: 50px;
	right: 0;
	z-index: 2;
	text-align:right;
}

.filter-actionbar-button
{
	height: 26px;
	float:right;
	cursor: pointer;
	margin-left:5px;
}

.filter-help
{
	position:absolute;
	top:0;
	right:0;
	z-index:2;
	display:none;
}

.filter-help>img
{
	width:24px;
	height:24px;
}

.filter-buttonbar
{
	width:100%;
	text-align:center;
	float:left;
	margin-top:15px;
}

.filter-buttonbar-button
{
	/*width:75px;*/
	margin-left:10px;
	margin-right:10px;
	display:inline;
}

.filter-reload-choice
{
	border: 1px solid #000000;
	background-color: white;
    color: black;
    position: absolute;
    right: 138px;
    top: 76px;
    width: 100px;
	cursor:pointer;
	z-index:4

}

.filter-reload-option{
	text-align: left;
	padding-right:5px;
}

.filter-reload-option:hover
{
	background-color:#494949;
	color: #ffffff;
	border:1px solid #3399FF;
}

.filter-reload-selected
{
	background-color:lightgrey;
	border-bottom:1px solid #bfbfbf;
}