.portlet {
	box-shadow: 0 4px 6px rgba(0, 0, 0, .16) !important;
	/*border: 1px solid #e7ecf1 !important;*/
	margin-bottom: 0;
	background-color: #fff; }
.portlet .portlet-title {
	border-bottom: 1px solid #eee;
	padding: 0;
	margin-bottom: 10px;
	min-height: 41px;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-ms-border-radius: 4px 4px 0 0;
	-o-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}
.portlet .portlet-title { margin-bottom: unset; }
.portlet .portlet-title > .caption { padding: 13px 18px; }
.portlet .portlet-title > .caption > :nth-child(1) { margin: unset; }
.portlet .portlet-title > .caption > :nth-child(2) {
	margin-top: 6px;
	margin-bottom: unset; }
.portlet .portlet-title > .caption.caption-single { padding: 24px 18px; }
.portlet .portlet-title > .caption p { font-size: 12px; }
.portlet .portlet-search {
	padding: 13px 18px;
	border-bottom: 1px solid #eee; }
.portlet .portlet-search .fe-search {
	color: #008080;
	margin: 9px 2px 4px 10px;
	font-weight: 600; }
.portlet .portlet-body > .simplebar-content { padding: 20px; }
@media (min-width: 992px) {
	.page-content-wrapper .page-content { padding: 20px; }
}
.portlet .portlet-footer {
	padding: 8px 18px;
	border-top: 1px solid #eee; }
.portlet .portlet-title .close {
	background-image: url('/assets/img/icons/times-black.svg') !important;
	width: 18px;
	height: 18px;
	position: relative;
	top: 26px;
	right: 18px;
	color: #363537;
	opacity: 1; }
.portlet .actions.select {
	float: unset;
	padding: 13px 18px;
	width: 24rem;
}
.portlet .actions.actions-year.select {
	float: unset;
	padding: 13px 18px;
	width: 10rem;
}
.portlet .actions.actions-status.select {
	float: unset;
	padding: 13px 18px;
	width: 18rem;
}
.portlet-title-action {
	padding-top: 20px;
}
@media (max-width: 992px) {
	.portlet-filter > .portlet-title > .caption {
		float: none !important;
	}
	.portlet-title-action {
		padding-left: 20px;
		padding-right: 20px;
	}
	.portlet-title-action .col {
		margin-bottom: 10px;
	}
}
