@charset "UTF-8";

.axis path,
.axis line {
  fill: none;
  stroke: #000;

}

.axis, .label {font-family: Yleweb, Arial, sans serif;font-size: 1.2em;}

.dot {
 r: 7;
 stroke: none;
 fill: lightGrey;
}

.dot.hover {stroke: black;}

.dot.selected {
  stroke: #000;
}

.dot.selected.hover {stroke-width:3; r:10}

.dot.dir.selected {
 fill: #99cc66;
}
.dot.medel.selected {
 fill: #ff6633;
}

select {width:100%; }
.select2-container {margin: 2px 2px 4px 2px;}


#visa {display: block;}
#grafdiv {display: block;}

@media screen and (min-width: 1000px) {
#visa {float: left;width: 50%}
#grafdiv {float: left; width: 50%}
}

#upperDiv {width: 100%;}
#upperDiv::after {
    content: "";
    clear: both;
    display: table;
}

.tooltip {
  position: absolute;
  left: 200px;
  top: 100px;
 border: 1px solid black;
 padding: 5px;
  pointer-events: none;
  background-color: white
}

#kommunlista {width: 100%;}

.kommuninfo {
position: relative;
border: 1px solid black;
border-radius: 10px;
padding: 20px;
padding-left: 130px;
margin: 5px;
min-height: 150px;
min-width: 400px;
}

.kommuninfo::after {
    content: "";
    clear: both;
    display: table;
}

.basinfo {margin-top: 0px;}

.kommundirektör {float: left; width: 200px; padding-right: 20px; padding-bottom: 20px;}
.ledningsgrupp {float: left; min-width: 280px;}
@media screen and (max-width: 600px) {
    .ledningsgrupp {margin-left: -100px;}
}

.vapen {
margin-left: -100px;
margin-right: 20px;
float: left;
}
.vapen::after {
    content: "";
    clear: both;
    display: table;
}


#yddvizContainer li {
list-style-type:none;

}

#yddvizContainer .yddvizButton {
	outline: none;
	cursor:pointer;
	border: 0;
    border-radius: 4px;
	margin: 2px 2px 4px 2px;
	font-size: 16px;
	font-weight: bold;
	padding: 8px;
	background-color: #ededed;
	color: #777;
}
#yddvizContainer .yddvizButton:hover {
	background-color: #ffb400;
}
#yddvizContainer .yddvizButton.selected {
	background-color: #18b5ca;
	color: #fff;
}
#yddvizContainer .yddvizButton.selected:hover {
	background-color: #0E99AC;
}