body#ballroom #qs-container {
    max-width: 1920px;
    background: none;
}

#top-header {
    background: url(images/banner-profieltaart.png) center;
}

h1.header--title {
    margin-bottom: 20px;
}


#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 #700769;
    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 {
    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;
}



/*ghm profieltaart*/
#top-header {
    position: relative;
    width: 100%;
    max-width: 1920px;
    box-sizing: border-box;
    margin: 0 auto;
    background-size: cover;
    height: 423px;
    background-position-y: 76%;
    display: flex;
    align-items: center;
    padding: 0 40px;
}

.page_gebiedsprofielen #qs-container {
    padding: 0;
    margin: 0;
}

#top-header.header--pink .colored-box {
    background: #FFF;
    box-shadow: 0px 0px 33px 4px rgba(0,0,0,0.05);
    border-radius: 6px;
}

#top-header .colored-box {
    z-index: 1;
    position: relative;
    max-width: 947px;
    background: #fff;
    padding: 40px;
    border-radius: 6px;
}

#top-header .text-block {
    padding: 40px;
}



#top-header .colored-box .header--subtitle {
    font-size: 18px;
}

.light--text {
    color: #fff;
}

#top-header .text-block div.button {
    position: relative;
    display: inline-block;
    padding: 0;
    border: none;
    border-radius: 35px;
    margin-top: 10px;
    background: #fff;
    color: #e9599a;
    text-align: left;
}

#top-header .text-block div.button:hover {
    opacity: .8;
}

#top-header .text-block div.button a {
    display: inline-block;
    padding: 15px 45px 15px 20px;
    color: #394054;
}

#top-header .text-block div.button svg {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.svg-inline--fa {
    display: inline-block;
    height: 1em;
    overflow: visible;
    vertical-align: -.175em;
    font-size: inherit;
}

.svg-inline--fa.fa-w-14 {
    width: .875em;
}

#top-header .background-image {
    position: relative;
    width: 100%;
    height: 250px;
    background-size: cover;
    z-index: 0;
    background-position: 50% 50%;
    background: url(images/banner.jpg);
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -12px;
    margin-left: -12px;
}

.wp-content {
    max-width: 1920px;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 40px;
}

.wp-content-intro {
    background: #FFF;
    width: 47%;
    padding: 2em;
    margin: -80px auto 0 auto;
}

.wp-content h2 {
    font-size: 1.4em;
}

.top-section {
    display: flex;
    justify-content: space-between;
    padding: 40px 0;

}

.bottom-section, .middle-section {
    width: 100%;
    background: #FFF;
    border-radius: 6px;
    padding: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-sizing: border-box;
    margin-bottom: 40px;
}

.wrapper_ballroom_ASP__ghm_profieltaart_kwetsbare_groepen_aspx .bottom-section {
    margin-bottom: 40px;
}

.special_thnx_footer {
    background: #FFF;
    border-radius: 6px;
    padding: 1.5em;
    margin-bottom: 70px;
    text-align: center;
}

.special_thnx_footer-inner {
    margin-top: 1em;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.special_thnx_footer a {
    margin: 5px 20px;
}

.special_thnx_footer img {
    width: 200px;
}

.bottom-inner {
    max-width: 800px;
    margin: 0 auto;
}

.bottom-section .column {
    width: 32%;
}

.bottom-section .column h3 {
    margin-bottom: 10px;
}

.middle-section .column {
    width: 44%;
}

.middle-section h3 {
    width: 100%;
}

.middle-section .column ul li {
    list-style-type: none;
}

.made-possible {
    width: 100%;
    padding: 10px 20px 20px 20px;
}

.made-possible-inner {
    border-top: thin dashed #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0 0 0;
}

.made-possible p {
    margin-right: 10px;
}

.made-possible img {
    height: 50px;
}

.panel-section {
    position: relative;
    background: #FFF;
    padding: 40px;
    border-radius: 6px;
    box-shadow: 0px 0px 33px 4px rgba(0,0,0,0.05);
}



.left-panel {
    flex: 25%;
    max-width: 25%;
    position: relative;
}

.right-panel {
    flex: 25%;
    max-width: 25%;
    background: #FFF;
}

.selector-wrapper {
    margin-bottom: 1.5em;
}

.middle-panel {
    flex: 47%;
    max-width: 47%;
    min-height: 861px;
    background: #FFF;
}

.middle-panel h3 {
    text-align: center;
    padding: 0 25px;
}

.search-wrapper {
    padding-bottom: 1.5em;

}

.report-options {
    width: 100%;
    background: #FFF;
    padding-top: 1.5em;
    border-radius: 6px;
}

.report-options button {
    text-decoration: none;
    font-size: 12px;
    text-transform: uppercase;
    font-style: normal;
    font-weight: bold;
    background: #00895c;
    cursor: pointer;
    margin: 0px;
    padding: 10px;
    border-radius: 6px;
    display: block;
    border: none;
}

.item-content h3 {
    color: #fff;
}

.factsheet-icon {
    width: 50px;
    height: 50px;
}

.factsheet-icon img {
    fill: #fff;
    -webkit-transition: all 0.35s cubic-bezier(0.24, 0.11, 0.12, 1.69);
    -moz-transition: all 0.35s cubic-bezier(0.24, 0.11, 0.12, 1.69);
    -o-transition: all 0.35s cubic-bezier(0.24, 0.11, 0.12, 1.69);
    transition: all 0.35s cubic-bezier(0.24, 0.11, 0.12, 1.69);
}

.item.block:hover img {
    transform: scale(1.1);
}

.container-radio {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}



/* toegankelijkheid */
span.kb-only {
    display: block;
    width: 100%;
    overflow: hidden;
    margin-left: 20px;
    text-align: center;
}

span.kb-only.user-hidden {
    height: 0;
}

/* Hide the browser's default radio button */
.container-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    left: -5px;
    height: 25px;
    width: 25px;
    top: -3px;
}

.container-radio input:focus {
    border: 1px solid #000;
    border-radius: 50%;
    opacity: 1;
    width: 26px;
    height: 26px;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}


/* On mouse-over, add a grey background color */
.container-radio:hover input~.checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container-radio input:checked~.checkmark {
    background-color:#700769;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-radio input:checked~.checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.container-radio .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

.colored-box p {
    margin: 0;
    margin-top: 14px;
}


table.blueTable {
    border: 0px solid #700769;
    width: 100%;
    text-align: left;
    border-collapse: collapse;
    background-color: #F7F7F7;
  }
  table.blueTable td, table.blueTable th {
    border: 0px solid #AAAAAA;
    padding: 3px 2px;
  }
  table.blueTable tbody td {
    font-size: 13px;
  }
  table.blueTable tr:nth-child(even) {
    background: #E9DFE4;
  }
  table.blueTable thead {
    background: #700769;
  }
  table.blueTable thead th {
    font-size: 15px;
    font-weight: bold;
    color: #FFFFFF;
  }
  table.blueTable tfoot td {
    font-size: 14px;
  }
  table.blueTable tfoot .links {
    text-align: right;
  }
  table.blueTable tfoot .links a{
    display: inline-block;
    background: #1C6EA4;
    color: #FFFFFF;
    padding: 2px 8px;
    border-radius: 5px;
  }

  .th-lgnd {
    width: 10px;
    height: 10px;
    background: #000;
    display: inline-block;
    margin-right: 10px;
    border-radius: 5px;
}

.alignRight td {
    text-align: right;
}



#lgd-1 {
    background: rgb(121, 20, 106);
}

#lgd-2 {
    background: rgb(166, 111, 160);
}

#lgd-3 {
    background: rgb(221, 221, 221);
}

#lgd-4 {
    background: rgb(101, 187, 207);
}

#lgd-5 {
    background: rgb(0, 146, 174);
}


@media screen and (max-width: 769px) {
    #top-header {
        padding-top: 0;
    }

    #top-header .colored-box .header--subtitle {
        font-size: 17px;
    }

    #top-header .colored-box .header--title {
        font-size: 28px;
    }
}



@media screen and (max-width: 1540px) {
		.middle-section .column {
		width: 48%;
	}

}



@media screen and (max-width: 1030px) {

    .wp-content-intro,
    .bottom-section {
        width: 100%;
    }

    .top-section {
        flex-wrap: wrap;
    }

    .left-panel {
        flex: 30%;
        max-width: 30%;
    }

    .middle-panel {
        flex: 67%;
        max-width: 67%;
        margin-right: 0;
        margin-left: 3%;
    }

    .right-panel {
        flex-basis: 100%;
        flex: 100%;
        max-width: 100%;
        margin-top: 20px;
    }

    .bottom-section .column, .middle-section .column {
        width: 100%;
    }
	
	.middle-section .column:first-of-type {
		margin-bottom: 20px;
	}
	

}


@media screen and (max-width: 830px) {

    .wp-content-intro,
    .bottom-section {
        padding: 1em;
    }

    .left-panel {
        flex: 100%;
        max-width: 100%;
        height: auto;
    }

    .middle-panel {
        flex: 100%;
        max-width: 100%;
        height: auto;
        margin-top: 20px;
        margin-right: 0;
        margin-left: 0px;
    }

    #bmt_chart {
        height: 500px;
    }


}

@media screen and (max-width: 992px) {
    #top-header .background-image {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    .wp-content {
        padding: 0 15px;
    }

    .panel-section {
        padding: 15px;
    }

    .left-panel {
        padding-bottom: 300px;
    }

    .report-options {
        padding: 15px;
    }

    .factsheet-icon {
        width: 30px;
        height: 30px;
    }

    .report-options button {
        display: inline;
        font-size: 10px;
    }

    
    #newsoverview {
        font-size: 16px;
    }
}

@media screen and (max-width: 375px) {
    .wp-content {
        padding: 0 10px;
    }

    .panel-section {
        padding: 10px;
    }

    .left-panel {
        padding-bottom: 300px;
    }

    .report-options {
        padding: 10px;
    }


}