circle.inset0  {
  fill: rgb(31, 119, 180);
  fill-opacity: .25;
  stroke: rgb(31, 119, 180);
  stroke-width: 1px;
}

circle.inset1 {
  fill: #ff7f0e;
  fill-opacity: 1;
}

.node {
  stroke-width: 1.5px;
}

svg {
  background : transparent;
}


#box {
  position: absolute;
  width: 1000px;
  margin-left: -475px;
  left: 50%;
}

#nav {
  width: 1000px;
  height: 38px;
}

#budzet {
  box-shadow: 5px 5px 5px 5px rgba(0,0,0,0.4);
  width: 1000px;
  height: 650px;
}

#tooltipContainer {
  position: absolute;
  bottom: 0;
  width: 230px;
  left: -125px;
  font-size: 12px;
  line-height: 16px;
  padding: 10px;
  border-radius: 3px;
  background: rgba(255,255,255,0.9);
  color: #000;
  box-shadow: 0 1px 5px rgba(0,0,0,0.4);
  -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.4);  
  border:1px solid rgba(200,200,200,0.85);
  text-align:center;
}

#tooltip {
 text-align:center;  
  z-index: 1000;
  position: absolute;
  display: none;
}

#tooltip .tail {
  position: absolute;
  bottom: -8px;
  left: 105px;
  width: 40px;
  height: 8px;
  background: url(belkastrelka.png) 50% 0%;
}
#tooltip .nnn0 {
  font-size: 12px;
  text-align:left;  
  text-decoration: underline;
}

#tooltip .nnn1 {
  text-transform: uppercase;
  text-align: left;
  font-size: 12px;
  margin-bottom: 2px;
  color:#000;
  font-weight:bold; 
}

#tooltip .hhr{
  height:1px;
  margin:1px auto 3px;
  background:#ddd;
  width:100%;
}

#tooltip .nnn2{
  text-transform: uppercase;
  text-align: left;
  font-size: 10px;
  margin-bottom: 2px;
  color:#000;
  font-weight:bold; 
}
#tooltip .nnn3 {
  font-size: 12px;
  text-align:left;  
}

#tooltip .value {
  text-align:center;
  right:10px;
  top:28px;
  font-size: 16px;
  text-align:center;  
  overflow:hidden;
  font-weight:bold;
}

#tooltip .change {
  padding-left:10px;
  font-size: 16px;  
  text-align:right;  
  overflow:hidden;
  font-weight:bold;  
  color:#666;
  text-align:center;  
  display:inline;
}

#tooltip .valuesContainer {
  padding-top:7px;  
}

#tooltip.minus .change{
  color:#f00;
}

#tooltip.plus .change{
  color:#0a0;
}

.oznaka {
  position: absolute;
  border-top: solid 1px #000;
  margin-top: 0px;
  left: 20px;
  width: 950px;
}

.nivo {
  position: absolute;
  border-top: dashed 2px #999;
  margin-top: 0px;
  left: 20px;
  width: 950px;
}

.nivo0 {
  position: absolute;
  border-top: solid 2px #000;
  margin-top: 0px;
  left: 20px;
  width: 950px;
}

.nivo7 {
  position: absolute;
  border-top: dashed 1px #f00;
  margin-top: 0px;
  left: 20px;
  width: 950px;
}

#infoch {
  position: absolute;
  top:55px;
  left: 10px;
  width: 950px;
  font-size: 12px;
  display: none;
}

#infoinfo {
  position: absolute;
  top:170px;
  left: 200px;
  width: 600px;
  height: 400px;
  font-size: 12px;
  display: none;
}

#info1 {
  position: absolute;
  top:70px;
  left: 10px;
  width: 250px;
  font-size: 12px;
}

h5 {
  font-size: 18px;
  line-height: 168x;
  margin-bottom: 7px;
  margin-top: 7px;
}

h6 {
  font-size: 16px;
  line-height: 168x;
  margin-bottom: 7px;
  margin-top: 7px;
}

.isprekidano {
  stroke-width:1;
  stroke:#999;
  stroke-dasharray:2 2;
  fill:none;
}

#div-svg-main {
  position:absolute;
  top:55px;
  left:0px;
}

#info2 {
  left:700px;
  text-align:left;  
  position: absolute;
  display: block;
  width:290px;
  top:80px;
}

#info2 .nn0 {
  font-size: 12px;
  text-align:left;  
  text-decoration: underline;
}

#info2 .nn1 {
  text-transform: uppercase;
  text-align: left;
  font-size: 12px;
  margin-bottom: 2px;
  color:#000;
  font-weight:bold; 
}

#info2 .hr{
  height:1px;
  margin:1px auto 3px;
  background:#ddd;
  width:100%;
}

#info2 .nn2{
  text-transform: uppercase;
  text-align: left;
  font-size: 10px;
  margin-bottom: 2px;
  color:#000;
  font-weight:bold; 
}

#info2 .nn3 {
  font-size: 12px;
  text-align:left;  
}

#info2 .nn4 {
  font-weight:bold; 
  font-size: 12px;
  text-align:left;  
}

#info2 .nn5 {
  font-size: 12px;
  text-align:left;  
}

#info2 .nn6 {
  font-weight:bold; 
  font-size: 12px;
  text-align:right;  
}


.navigation {
  list-style-type: none;
}

.navigation li {
  color: #999;
  font-size: 14px;
  cursor: pointer;
  float: left;
  padding: 10px 18px;
  border-top: solid 1px #CCC;
  border-bottom: solid 1px #CCC;
  border-left: solid 1px #CCC;
  background: #f9f9f9;
  margin: 0 0;
}

.navigation li:first-of-type{
  border-radius: 8px 0 0 0px;
}

.navigation li:last-of-type{
  border-right: solid 1px #CCC;
  border-radius: 0 8px 0px 0;
}

.navigation li.selected {
  color: #000;
  background: #e9e9e9;
   border-bottom: solid 0px #CCC;
  border-color: #AAA;
  box-shadow: inset 0px 0px 4px rgba(0,0,0,0.2);
}

