#tab-lots{height:auto!important;}
#tab-lots a.accordion-toggle > span{display: inline-block;}

#tab-lots .accordion-heading {
	background: none;
	width: calc(100% + 16px);
	margin-left: -8px;
}
#tab-lots .accordion-heading .accordion-toggle {
	display: block;
	padding: 0 8px;
	outline: none;
	position: relative;
	text-decoration: none!important;
}
#tab-lots .accordion-heading .accordion-toggle::before {
	background: #e9e8e8;
	content: "";
	position: absolute;
	left: 8px;
	right: 8px;
	top:0;
	bottom: 0;
}


#tab-lots table.dataTable thead th,#tab-lots table.dataTable tfoot th {
	font-weight: normal;
}
#tab-lots .accordion-heading .accordion-toggle > span {
	margin: 0 0 0 8px;
	padding: 0 12px;
	min-height: 64px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: center;
	-ms-flex-pack: start;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	font-size: 17px;
	line-height: 18px;
	vertical-align: top;
	position: relative;
}

#tab-lots a.accordion-toggle > span.h-lot-type {
	width: calc(31% - 0px);
	background: #e9e8e8;
	margin: 0;
	font-weight: bold;
}
#tab-lots a.accordion-toggle > span.h-lot-surfaces{width:calc(15% - 8px);background:#e9e8e8}
#tab-lots a.accordion-toggle > span.h-lot-lots{width:calc(18% - 8px);background:#e9e8e8}
#tab-lots a.accordion-toggle > span.h-lot-prices{width:calc(18% - 8px);background:#e9e8e8; font-weight: bold;}
#tab-lots a.accordion-toggle > span.h-lot-housings{width:calc(18% - 8px);}

#tab-lots a.accordion-toggle.collapsed > span.h-lot-housings{background:#e9e8e8; color: var(--mainpink);}


#tab-lots a.accordion-toggle > span.h-lot-housings::before {
	content: "";
	position: absolute;
	display: inline-block;
	height: 0;
	width: 0;
	border-right : 7px solid transparent;
 	border-bottom : 12px solid #fff;
 	border-left : 7px solid transparent;
	right: 8px;
	top: 50%;
	margin-top: -6px;
}
#tab-lots a.accordion-toggle.collapsed > span.h-lot-housings::before{display: none;}
#tab-lots a.accordion-toggle.collapsed > span.h-lot-housings::after {
	content: "";
	position: absolute;
	display: inline-block;
	height: 0;
	width: 0;
	border-top: 12px solid var(--mainpink);
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;
	right: 8px;
	top: 50%;
	margin-top: -6px;
}
#tab-lots a.accordion-toggle.collapsed:hover > span.h-lot-housings::after {
	border-top: 12px solid #fff;
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;
}
#tab-lots a.accordion-toggle > span.h-lot-housings,
#tab-lots a.accordion-toggle:hover > span.h-lot-housings{background:var(--mainpink); color: #fff}

.border-triangle {
	border-color: #57af1a #fff #fff #fff;
	border-style: solid;
	border-width: 100px 60px 0 60px;
	height: 0;
	width: 0;
	display: inline-block;
}



#tab-lots .lot-datatable thead > tr > th{text-align: left;color: #FFF;background-color: var(--mainblue) !important; height: 32px;}

#tab-lots .dataTables_wrapper {
	width: calc(100% + 16px);
	margin-left: -8px;
}
#tab-lots .accordion-group {
	margin-bottom: 8px;
	border:none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
#tab-lots .accordion-inner {
	padding: 8px 0 0;
	border-top: none;
	overflow: hidden;
}
#tab-lots table.dataTable {
	width: 100% !important;
	margin: 0;
	clear: both;
	border-collapse: separate;
	border-spacing: 7px 0;
}

#tab-lots table.dataTable thead th, #tab-lots table.dataTable thead td,
#tab-lots table.dataTable tbody th,#tab-lots table.dataTable tbody td {
	padding: 0 12px;
	border-bottom: none;
	box-sizing: border-box;
}
#tab-lots table.dataTable thead td,
#tab-lots table.dataTable tbody td {
	height: 112px;
}

#tab-lots table.dataTable.no-footer {
	border-bottom: none;
}

#tab-lots table.dataTable thead .sorting,
#tab-lots table.dataTable thead .sorting_asc,
#tab-lots table.dataTable thead .sorting_desc,
#tab-lots table.dataTable thead .sorting_asc_disabled,
#tab-lots table.dataTable thead .sorting_desc_disabled {
	cursor: pointer;
	*cursor: hand;
	background-repeat: no-repeat;
	background-position: center right;
}

table.dataTable thead .sorting {
	background-image: url("../images/sort_both.png");
}
table.dataTable thead .sorting_asc {
	background-image: url("../images/sort_asc.png");
}
table.dataTable thead .sorting_desc {
	background-image: url("../images/sort_desc.png");
}

#tab-lots .newonglet {
	width: 100%;
	display: inline-block;
	padding: 0 8px;
	box-sizing: border-box;
	background: #e9e8e8;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: normal;
	height: 32px;
	line-height: 32px;
	position: relative;
}
#tab-lots .newonglet::after {
	content: "";
	position: absolute;
	display: inline-block;
	height: 0;
	width: 0;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 12px solid #808080;
	right: 8px;
	top: 50%;
	margin-top: -6px;
}
#tab-lots .newonglet:hover {
	background: var(--mainpink);
	color:#fff;
	}
#tab-lots .newonglet:hover::after {
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 12px solid #fff;
}

#tab-lots table.dataTable tbody td.dt-nopad {
	padding: 0;
}
#tab-lots table.dataTable tbody td ul {
	padding: 0 0 0 16px;
	margin: 0;
}

#tab-lots td.dt-bold {
	font-weight: bold;
	font-size: 17px;
}

.dtw-1{width:1%!important}.dtw-2{width:2%!important}.dtw-3{width:3%!important}.dtw-4{width:4%!important}.dtw-5{width:5%!important}.dtw-6{width:6%!important}.dtw-7{width:7%!important}.dtw-8{width:8%!important}.dtw-9{width:9%!important}.dtw-10{width:10%!important}.dtw-11{width:11%!important}.dtw-12{width:12%!important}.dtw-13{width:13%!important}.dtw-14{width:14%!important}.dtw-15{width:15%!important}.dtw-16{width:16%!important}.dtw-17{width:17%!important}.dtw-18{width:18%!important}.dtw-19{width:19%!important}.dtw-20{width:20%!important}.dtw-21{width:21%!important}.dtw-22{width:22%!important}.dtw-23{width:23%!important}.dtw-24{width:24%!important}.dtw-25{width:25%!important}.dtw-26{width:26%!important}.dtw-27{width:27%!important}.dtw-28{width:28%!important}.dtw-29{width:29%!important}.dtw-30{width:30%!important}.dtw-31{width:31%!important}.dtw-32{width:32%!important}.dtw-33{width:33%!important}.dtw-34{width:34%!important}.dtw-35{width:35%!important}.dtw-36{width:36%!important}.dtw-37{width:37%!important}.dtw-38{width:38%!important}.dtw-39{width:39%!important}.dtw-40{width:40%!important}.dtw-41{width:41%!important}.dtw-42{width:42%!important}.dtw-43{width:43%!important}.dtw-44{width:44%!important}.dtw-45{width:45%!important}.dtw-46{width:46%!important}.dtw-47{width:47%!important}.dtw-48{width:48%!important}.dtw-49{width:49%!important}.dtw-50{width:50%!important}.dtw-51{width:51%!important}.dtw-52{width:52%!important}.dtw-53{width:53%!important}.dtw-54{width:54%!important}.dtw-55{width:55%!important}.dtw-56{width:56%!important}.dtw-57{width:57%!important}.dtw-58{width:58%!important}.dtw-59{width:59%!important}.dtw-60{width:60%!important}.dtw-61{width:61%!important}.dtw-62{width:62%!important}.dtw-63{width:63%!important}.dtw-64{width:64%!important}.dtw-65{width:65%!important}.dtw-66{width:66%!important}.dtw-67{width:67%!important}.dtw-68{width:68%!important}.dtw-69{width:69%!important}.dtw-70{width:70%!important}.dtw-71{width:71%!important}.dtw-72{width:72%!important}.dtw-73{width:73%!important}.dtw-74{width:74%!important}.dtw-75{width:75%!important}.dtw-76{width:76%!important}.dtw-77{width:77%!important}.dtw-78{width:78%!important}.dtw-79{width:79%!important}.dtw-80{width:80%!important}.dtw-81{width:81%!important}.dtw-82{width:82%!important}.dtw-83{width:83%!important}.dtw-84{width:84%!important}.dtw-85{width:85%!important}.dtw-86{width:86%!important}.dtw-87{width:87%!important}.dtw-88{width:88%!important}.dtw-89{width:89%!important}.dtw-90{width:90%!important}.dtw-91{width:91%!important}.dtw-92{width:92%!important}.dtw-93{width:93%!important}.dtw-94{width:94%!important}.dtw-95{width:95%!important}.dtw-96{width:96%!important}.dtw-97{width:97%!important}.dtw-98{width:98%!important}.dtw-99{width:99%!important}.dtw-100{width:100%!important}

@media (max-width:767px){
	#tab-lots .accordion-heading .accordion-toggle {
		display:-ms-grid;display:grid;
		padding: 12px 0 0 0;
	}
	#tab-lots .accordion-heading .accordion-toggle::before{
		background: none;
	}
	#tab-lots a.accordion-toggle > span {
		display: block!important;
		min-height: 48px!important;
		width: 100%!important;
		padding: 0!important;
		margin: 0!important;
	}
	#tab-lots a.accordion-toggle > span > span {
		padding: 0 12px;
	}
	#tab-lots a.accordion-toggle > span.h-lot-type{padding-top: 12px!important;}
	#tab-lots a.accordion-toggle > span.h-lot-surfaces br{display: none; margin-right: 4px;}

	#tab-lots .dataTables_wrapper {

	}
	#tab-lots table.dataTable {

	}
}
