/* Accordion styles */
.vamrs-accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    margin-top: 20px;
    margin-bottom: 20px;
}

.vamrs-accordion.active, .vamrs-accordion:hover {
    background-color: #ccc;
}

.vamrs-accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.vamrs-accordion.active:after {
    content: "\2212";
}

.vamrs-accordion-panel {
	margin-bottom: 30px;
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

/* Map styles */

.jqvmap-label {
    position: absolute;
    display: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 30x;
/*    background: #292929; */
	background: #f28600;
    color: white;
    font-family: sans-serif, Verdana;
    font-size: smaller;
    padding: 3px;
    pointer-events: none;
	z-index: 9;
}

/* Button style for toggles */
.map-view-switch-button {
    background-color: #A4C3CD;
    border: none;
    color: white;
    padding: 8px 24px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}

.map-view-switch-button.active {
    background-color: #00526A;
}

.map-switch-buttons{
    text-align: left;
    width: 786px;
    overflow: hidden;
    height: auto;
    margin: auto;
	margin-top: 25px;
}

#vamrs-country-info{
	/* ATTN: CHANGED 2020/12/03 */
	width: 786px;
	margin: 0 auto;
	/* END */
	display: none;
}

/* ATTN: ADDED 2020/12/03 */
#vamrs-country-info ul.country-list{
	max-width: 393px;
}	

#infosmoothscrollanchor{
	cursor: pointer;
}
/* END */

/* Styles of the expert/regular members lists */
#vamrs-country-info-experts,
#vamrs-country-info-regular-members{
	width: 393px;
	float: left;
	display: none;
}
/* END */

.jqvmap-pin {
    pointer-events: none;
}

.jqvmap-zoomin, .jqvmap-zoomout {
    position: absolute;
    left: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
/*    background: #000000; */
	background: #00526A !important;
    padding: 3px;
    color: white;
    width: 10px;
    height: 10px;
    cursor: pointer;
    line-height: 10px;
    text-align: center;
}

.jqvmap-zoomin, .jqvmap-zoomout {
    width: 20px;
    height: 20px;
    background: #5050ff;
}

.jqvmap-zoomin {
	left: 20px;
    top: 20px;
}

.jqvmap-zoomout {
	left: 20px;
    top: 50px;
}

.jqvmap-region {
    cursor: pointer;
}

.jqvmap-ajax_response {
    width: 100%;
    height: 500px;
}

#vmap-europe, #vmap-world {
    width: 786px;
    height: 600px;
    margin: 25px auto 25px auto;
	border: 1px solid #aaa;
}

.map-legend{
	width: 786px;
	overflow: hidden;
	height: auto;
	margin: auto;
}

.map-legend-color {
	width: 25px;
	height: 25px;
	display: inline-block;
	margin: 10px;
	float: left;
}

.map-legend-label {
	height: 25px;
	display: inline-block;
	line-height: 275%;
	float: left;
}