.title-lb{
	padding-right: 10px;
}
.title-lb .ul-2{
 display:none;
}
.title-lb .button_slide{
	    position: absolute;
    right: 0px;
    padding: 0px;
    /* border: 1px solid; */
    border-radius: 50%;
    width: 25px;
    text-align: center;
    height: 25px;
    line-height: 22px;
    top: 0px;
	cursor:pointer;
}
.title-lb .button_slide.minus:after{
	content:'▲';
}
.title-lb .button_slide.plus:after{
	content:'▼';
}
.title-lb.active > .ul-2{
	display:block;
}

.table {
	width: 100%;
	margin-bottom: 20px;
	border: 5px solid #fff;
	border-top: 5px solid #fff;
	border-bottom: 3px solid #fff;
	border-collapse: collapse;
	outline: 3px solid #004282;
	font-size: 15px;
	background: #fff!important;
}
.table th {
	font-weight: bold;
	padding: 7px;
	background: #004282;
	border: none;
	text-align: left;
	font-size: 15px;
    color: #fff;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #004282;
    text-align: center;
}
.table td {
	padding: 0px;
	border: 1px solid #004282;
	border-top: 0px solid #fff;
	border-bottom: 0px solid #fff;
	font-size: 15px;
    text-align: center;
}
.table tbody tr:nth-child(even){
	background: #f8f8f8!important;
}

/*
.filter .popup-filter {
	position: absolute;
	top: 0;
	min-width: 150px;
	height: 100px;
	background: #fff;
	border: 1px solid #03a9f4;
	right: -70%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	z-index: 10;
	padding: 10px;
}

.filter .popup-filter>div:first-child {
	margin-bottom: 5px;
	color: #e91e63;
}

.filter .popup-filter>div:last-child {
	width: 100%;
}

.filter .property-inline-wrapper>div:first-child {
	display: inline-table;
	width: 50%;
}

.filter .property-inline-wrapper .filter-label {
	display: inline-table;
	width: 50%;
	text-align: right;
}

.filter .property-inline-wrapper .filter-label .label {
	margin: 5px 0;
}

.filter .property-inline-wrapper {
	white-space: nowrap;
}
 */
.filter {
	display: flex;
		flex-wrap: wrap;
		gap: 10px;
		justify-content: space-between;
		align-items: flex-end;
		margin: 10px 0 15px;
}
.filter .sidebar-list {
	width: 30%;
}
.filter .sidebar-list span {
font-size: 14px;
	font-family: 'Roboto', sans-serif;

}
.filter .sidebar-list .propertyInput {
font-size: 14px;
	font-family: 'Roboto', sans-serif;

}
.filter .sidebar-list  input[type="text"] {
 	padding: 5px;
 	outline: none;
 	border: 1px solid #E6E6E6;
 	margin: 5px auto;
 	font-size: 16px;
 	font-family: 'Roboto', sans-serif;
 }
.filter .sidebar-list span {}
.filter .filter-apply {
		padding: 5px 5px;
		background: transparent;
		font-size: 16px;
		font-weight: bold;
		color: #fff;
		margin: 5px;
		cursor: pointer;
		transition: .3s all;
		border: none;
		background: #004282;
		display: inline-block;
			vertical-align: bottom;
}
.filter .filter-reset {
		padding: 5px 5px;
		font-size: 16px;
		font-weight: bold;
		color: #004282;
		margin: 5px;
		cursor: pointer;
		border: none;
		display: inline-block;
			vertical-align: bottom;
}

@media screen and (max-width: 992px) {



	.filter .sidebar-list {
		width: 40%;
	}


}

@media screen and (max-width: 768px) {

.filter {
		flex-direction: column;
	}

	.filter .sidebar-list {
		width: 100%;
	}


}

.cvr .seo-ol {
    list-style-type: decimal!important;
    font-size: 16px;
    font-weight: bold;
    color: #434343;
    margin-left: 15px;
    position: relative;
    margin-bottom: 10px;
    padding-left: 5px;
    line-height: 25px;
    list-style-position: outside;
}

.cvr .seo-ol li {
    display: list-item!important; 
    margin-bottom: 10px; 
}