#map_container { width: 100%; background: white; margin-bottom:30px; }
#map { width: 100%; height: 100%; background: white; }

.countryGeneralCall{ fill:#449dd7; stroke:white; stroke-width:1;fill-opacity:1;}
.countryGeneralCall:hover {fill-opacity:0.8;}
/*.countryCohesionCall{ fill:#284980;stroke:white;stroke-width:1;fill-opacity:1;}
.countryCohesionCall:hover {fill-opacity:0.8;}*/
.countryDefault{ fill:#C0C0C0;stroke:white;stroke-width:1;cursor:default}

.info { padding: 6px 8px; font: 14px/16px Arial, Helvetica, sans-serif; background: white; background: rgba(255,255,255,0.8); box-shadow: 0 0 15px rgba(0,0,0,0.2); border-radius: 5px; }
.info h4 { margin: 0 0 5px; color: #777; }
.legend { text-align: left; line-height: 18px; color: #555; box-shadow:none; }
.legend i { width: 15px; height: 15px; float: left; margin-right: 8px; opacity: 1; }
.generalCall {
    width: 100%;
    height: 100%;
	align:center;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    background:#7DA9DB;
}
.cohesionCall {
    width: 100%;
    height: 100%;
	align:center;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    background:#284980;
}



.resTooltip {
    background: none;
    border: none;
    color: #284980;
    box-shadow:none;
    font-size: small;
}

/*
.leaflet-tooltip-left.resTooltip::before {
    border-left-color: transparent;
}
.leaflet-tooltip-right.resTooltip::before {
    border-right-color: transparent;
}
*/

/*We are using tooltips from top, so only make those transparent*/

.leaflet-tooltip-top.resTooltip::before {
    border-top-color: transparent;
}

#countries-accordion .panel-collapse {
    padding-bottom: 25px;
}