
body#ballroom #qs-container {
    max-width: 1920px;
}

#bmt_chart {
    width: 100%;
    height: 600px;
}

#bmt_title span.area-title:first-of-type {
    display: block;
    font-size: 1.4em;
}

#bmt_legend {
    margin-top: 20px;
    text-align: center;
}

#bmt_legend ul {
	list-style: none;
    display: inline-block;
    margin: auto;
    padding: 0;
}

#bmt_legend ul  li {
	display: inline-block;
    margin: auto;
    font-size: 14px;
}

#bmt_legend ul.kwantitatief {
	vertical-align: top;
	margin-top: -10px;
}

p.source {
    font-size: 12px;
    font-style: italic;
}

/* legend */

.chart-legend {
	max-height: 700px;
	overflow-y: auto;
}
.chart-legend p {
	padding-right: 20px;
}
.chart-legend table {
	width: 100%;
	margin-bottom: 20px;
}
.chart-legend tr th, .chart-legend tr td {
	padding: 8px 7px;
	text-align: left;
	font-size: 0.8rem;
}
.chart-legend tr th.selected, .chart-legend tr td.selected {
	background-color: #F3F5F6;
}
.chart-legend tr td a, .chart-legend tr th a, p a {
	text-decoration: none;
    border-bottom: solid 1px #227b3c;
    color: #394154;
}

.chart-legend tr td:not(:first-child), .chart-legend tr th:not(:first-child) {
	width: 80px;
	text-align: center;
	vertical-align: middle;
}

.chart-legend tr {
	border-bottom: 1px solid #FFF;
}
.chart-legend thead tr {
	border-bottom: 2px solid #3f3f3f;
	font-weight: 600;
}


.graph-icon {
    background-color: transparent;
    padding: 0;
    margin: 0;
    border: none;
    margin-right: 10px;
    vertical-align: bottom;
    cursor: pointer;
}

.graph-icon i {
	font-size: 18px;
    line-height: 18px;
	vertical-align: bottom;
}

.rankingchart {
	height: 300px;
	bottom: 0;
    width: 100%;
}

/* geoitem search */
.geoitem-search {
    position: relative;
}

.chart-legend sup {
  vertical-align: super;
  font-size: smaller;
}

.chart-legend ul {
	color: #394154;
	font-size: 12px;
}

.geoitem-search input {
    padding: 10px 0 10px 50px;
    border: 1px solid #671e45;
    font-size: 18px;
    background: url(images/search.svg) no-repeat center left 20px;
    background-size: auto 20px;
	width: 100%;
	box-sizing: border-box;
}

.u-hidden {
	display: none;
}

.geoitem-search ul {
    max-height: 279px;
    width: 100%;
    padding: 0;
    margin: 0;
    overflow-y: auto;
    position: absolute;
    z-index: 1;
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.1); 
	color: #213f81;
	
}


.autoComplete_result {
    margin: 0 auto;
    max-width: 100%;
    border: none;
    border-left: none;
    list-style: none;
    text-align: left;
    font-size: 1rem;
    /* text-transform: capitalize; */
    transition: all 0.1s ease-in-out;
    background-color: #fff;
    /* white-space: normal; */
}

.autoComplete_result a {
    display: inline-block;
    width: calc(100% - 40px);
    padding: 10px 0;
    border-bottom: 1px solid silver;
    color: inherit;
    box-sizing: border-box;
}
.autoComplete_result:last-child a {
    border-bottom: none;
}

.autoComplete_result {
    border-top: none;
}
.autoComplete_result:first-letter {
    text-transform: capitalize;
}

.autoComplete_result::selection {
    color: rgba(#ffffff, 0);
    background-color: rgba(#ffffff, 0);
}


.clear-button {
    display: none;
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 2px;
    padding: 0 20px;
    border: none;
    background: #FFF;
    font-weight: bold;
    font-size: 19px;
    color: #394054;
    cursor: pointer;
}


.map {
	height: 300px;
}



#result_List .autoComplete_result:hover, #result_List_wijk .autoComplete_result:hover {
	cursor: pointer;
	border: none;
	
	background-color: #213f81;
	color: #FFF;
	margin: 0;
	padding: 0;
}

#result_List a, #result_List_wijk a {
	padding: 10px 20px;
	width: 100%;
	display: inline-block;
	border-bottom: thin solid #e3e3e3;
}


.autoComplete_result:focus {
    outline: none;
    background-color: rgba(255, 248, 248, 0.9);
    border-left: 2px solid #00ADEE;
    border-right: 2px solid #00ADEE;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
}

.autoComplete_highlighted {
    opacity: 1;
    color: #7ec618;
    font-weight: bold;
}

.autoComplete_highlighted::selection {
    color: rgba(#ffffff, 0);
    background-color: rgba(#ffffff, 0);
}


.unselectable {
    pointer-events: none;
    opacity: 0.2;
}