.fe-accordion-header h3 .fe-item-title {
	position: relative;
	display: block;	
	font-weight: 600;
}

.fe-accordion-marker {
	height: 100%;
	color: #9aa7af;
	position: absolute;
	right: 20px;
}

.fe-accordion-marker i {
	padding-top: 4px;
	padding-left: 4px;
}

.fe-accordion-header {
	border-radius: 3px 3px 0 0;
}

.fe-accordion-item {
	position: relative;
}

.fe-panel-row {
	padding-bottom: 5px;
}

.fe-panel-element-content {
	background: #fff none repeat scroll 0 0;
	padding: 5px;
	height: 90px;
	overflow: auto;
	width: 100%;
	z-index: 10;
}

.panel-element-content-hide {
	display: none;
	position: absolute;
}

.fe-panel-element-slider {
	padding: 10px;
	width: 99%;
}

.fe-accordion-header h3 {
	font-size: 16px;
}

.fe-panel {
	border-radius: 3px;
	float:left;
	width: 100%;
}

.fe-panel-header {
	height: 35px;
}

.fe-panel-footer {
	margin-top: 7px;
	float: left;
	width: 100%;
}

.fe-panel-sort-order {
	float: right;
	padding: 8px 15px 5px 5px;
}

.panel-filter-content-hide {
	display: none;
}

.fe-panel-filter-button, .fe-panel-products-button,
	.fe-panel-reset-button {
	border-radius: 3px;
	left: 10px;
	margin: 5px;
	padding: 5px;
	position: relative;
	width: 120px;
	float: left;
}

.fe-panel-products-button, .fe-panel-reset-button {
	width: unset;
	cursor: pointer;
}

.fe-panel-collapse-icon {
	position: absolute;
	right: 10px;
}

.fe-panel-element-datepicker {
	padding: 10px;
	width: 99%;
}

.dp-input {
	width: 100px;
	font-size: 13px;
	margin: 4px;
}

.fe-panel-list-buttons {
	cursor: pointer;
	float: left;
	margin-left: 24px;
	margin-top: 10px;
}

.fe-panel-list-button-inactive {
	color: #cdcdcd;
}

.fe-panel-list-button-active {
	color: green;
}

.fe-option-list-checkbox, .fa-filter-element-checkbox {
	margin-left: 10px !important;
	margin-right: 10px !important;
}

.fe-panel-results-content{
	margin-top:5px;
	display:none;
}

.fe-option-list-container {
	
}

.fe-panel-element-datepicker {
	align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
}

/* DatePicker Container */
.ui-datepicker {
	width: auto;
	height: auto;
	margin: 5px auto 0;
	font: 9pt Arial, sans-serif;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
}

.ui-datepicker a {
	text-decoration: none;
}
/* DatePicker Table */
.ui-datepicker table {
	width: 100%;
}

.ui-datepicker-header {
	background-color: #cdcdcd;
	color: darkblue;
	font-weight: bold;
	line-height: 30px;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #111;
}

.ui-datepicker-title {
	text-align: center;
}

.ui-datepicker-prev, .ui-datepicker-next {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	cursor: pointer;
	line-height: 600%;
	overflow: hidden;
}

.ui-datepicker-prev {
	float: left;
	background-position: center -30px;
}

.ui-datepicker-next {
	float: right;
	background-position: center 0px;
}

.ui-datepicker thead {
	background-color: #f7f7f7;
	background-image: -moz-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7),
		color-stop(100%, #f1f1f1));
	background-image: -webkit-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
	background-image: -o-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
	background-image: -ms-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
	background-image: linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7',
		endColorstr='#f1f1f1', GradientType=0);
	border-bottom: 1px solid #bbb;
}

.ui-datepicker th {
	text-transform: uppercase;
	font-size: 6pt;
	padding: 5px 0;
	color: #666666;
	text-shadow: 1px 0px 0px #fff;
	filter: dropshadow(color = #fff, offx = 1, offy = 0);
}

.ui-datepicker tbody td {
	padding: 0;
	border-right: 1px solid #bbb;
}

.ui-datepicker tbody td:last-child {
	border-right: 0px;
}

.ui-datepicker tbody tr {
	border-bottom: 1px solid #bbb;
}

.ui-datepicker tbody tr:last-child {
	border-bottom: 0px;
}

.ui-datepicker td span, .ui-datepicker td a {
	display: inline-block;
	font-weight: bold;
	text-align: center;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #666666;
	text-shadow: 1px 1px 0px #fff;
	filter: dropshadow(color = #fff, offx = 1, offy = 1);
}

.ui-datepicker-calendar .ui-state-default {
	background: #ededed;
	background: -moz-linear-gradient(top, #ededed 0%, #dedede 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ededed),
		color-stop(100%, #dedede));
	background: -webkit-linear-gradient(top, #ededed 0%, #dedede 100%);
	background: -o-linear-gradient(top, #ededed 0%, #dedede 100%);
	background: -ms-linear-gradient(top, #ededed 0%, #dedede 100%);
	background: linear-gradient(top, #ededed 0%, #dedede 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed',
		endColorstr='#dedede', GradientType=0);
	-webkit-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
	-moz-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
	box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
}

.ui-datepicker-calendar .ui-state-hover {
	background: #f7f7f7;
}

.ui-datepicker-calendar .ui-state-active {
	background: #6eafbf;
	-webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
	-moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
	box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
	color: #e0e0e0;
	text-shadow: 0px 1px 0px #4d7a85;
	filter: dropshadow(color = #4d7a85, offx = 0, offy = 1);
	border: 1px solid #55838f;
	position: relative;
	margin: -1px;
}

.ui-datepicker-unselectable .ui-state-default {
	background: #f4f4f4;
	color: #b4b3b3;
}

.ui-datepicker-calendar td:first-child .ui-state-active {
	width: 29px;
	margin-left: 0;
}

.ui-datepicker-calendar td:last-child .ui-state-active {
	width: 29px;
	margin-right: 0;
}

.ui-datepicker-calendar tr:last-child .ui-state-active {
	height: 29px;
	margin-bottom: 0;
}