body {
    width: 100%;
    height: 100%;
    font-family: 'Open Sans', sans-serif;

}

#svgDiv {
	width: 100%;
	height: 100%;
}

#treeDiv svg {
	vertical-align: top;
}


.treeDiv {
width: 170px;
height: 360px;
overflow: scroll;
float:left;
margin-bottom: 50px;
}

.countryLink {
	background-color: #eee;
	text-decoration: none;
	margin: 3px;
	border-radius: 2px;
}

a.active,
a:active,
a:hover {
	background-color: #337ab7;
	color: #fff;
}


.land
{
	fill: #CCCCCC;
	fill-opacity: 0.5;
	stroke:white;
	stroke-opacity: 0.5;
	stroke-width:0.5;
}

g.selected .land {
	stroke: darkgrey;
	stroke-width: 3px;
	fill-opacity: 1;
}

text.country {
	fill: #000;
	font: 32px "Open Sans";
	opacity: 1;
	text-anchor: middle;
}

.region:hover path
{
	fill-opacity: 1;
}

.node rect 
{
	fill: #fff;
	stroke: #ccc;
	stroke-width: 1px;
}

.node text 
{ 
	font: 9px sans-serif; 
	fill: #ccc;
}

.link 
{
	fill: none;
	stroke: #ccc;
	stroke-width: 1px;
}

.node rect.indicator,
.node text.indicator {
	cursor: pointer;
}

/* Styles to implement toggle switch */
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/*End styles to implement toggle switch */


#MDG_DEVELOPED_REG path.land
{
	fill: #e01a83;
}
#CAU_CEN_ASIA path.land
{
	fill: #8f1838;
}
#MDG_EAS path.land
{
	fill: #1b1464;
}
#MDG_LAC path.land
{
	fill: #f36e24;
}
#MDG_NAFR path.land
{
	fill: #40ae49;
}
#MDG_OCE path.land
{
	fill: #00558a;
}
#MDG_SAS path.land
{
	fill: #c22033;
}
#MDG_SEAS path.land
{
	fill: #00add8;
}
#MDG_SSA path.land
{
	fill: #48773c;
}
#MDG_WEST_AS path.land
{
	fill: #d19f2a;
}
