
.menu{
  padding: 20px;
  position: fixed;
}
.menu .downloadWrap{
  display: inline-block;
  margin-left: 5px;
  padding-left: 10px;
  border-left: 5px solid #ccc;
}
.menu .fileName{
  font-size: inherit;
  padding: 6px 7px;
  border-radius: 5px;
  border: 1px solid #CCC;
  outline: none;
  vertical-align: middle;
}
#downloadLinkWrap{
  display: inline-block;  
}
.menu .loadFile{
  position: relative;
}
.menu .loadFile input{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;    
  cursor: pointer;
}
/* .minMapWrap,
.mindMap{
  width: auto;
  height: 700px;
} */
 .mindMap{
  background: #eee;
}
.rectMap {
  fill: none;
  pointer-events: all;
}
line {
  stroke: #000;
  stroke-width: 1.5px;
}
/*.node circle {
  fill: #fff;
  stroke: steelblue;
  stroke-width: 1.5px;
}*/
.node {
  position: relative;
  display: inline-block;
  font: 14px sans-serif;
}
.link {
  fill: none;
  stroke: #D2DFE8;
  stroke-width: 2px;
}
.function-btn{    
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;  
  transition: all 0.5s ease;
}
.function-btn.add{  
  /* fill: #57D37E;   */
}
.function-btn.remove{  
  fill: #E97979;  
}
.function-btn.edit{  
  fill: #79AFE9;  
}
.function-btn.add{
  fill: #007BA9;
}
.function-btn.edit{
  fill: #007BA9;
}
g:hover > .function-btn{
  opacity: 1;
}
.function-bg{
  cursor: pointer;  
}

/* svg:not(:root){overflow: scroll;} */

.function-btn.add1{fill: #007BA9;}
.node{position: relative;}
.node:hover{z-index: 9;}



/* added for dnd */
.templink {
  fill: none;
  stroke: red;
  stroke-width: 3px;
}

.ghostCircle.show{
    display:block;
}

.ghostCircle, .activeDrag .ghostCircle{
     display: none;
}

 .overlay{
   background-color:#F9F9F9; 
} 

/***** --- Added for view -----***/
.goalrect {
  fill: #fff;
  stroke: #007BA9;
  stroke-width: 1px;
}

/*.node text {
  font: 12px robotoregular;
}*/

.ownTxt {
  font: 12px 'DIN Regular';
  fill: #aaa;
}

.ownCircle {
 fill: steelblue;
 fill-opacity: 0.6;
}

.goalTxt {
  font: 12px  'DIN Medium' ;
  fill: #666;
}

.arrow{
 fill: #007BA9;
}

.rect_arrow{
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;  
  transition: all 0.5s ease;
  cursor: pointer;
}

.ORANGE, .AMBER {
  fill: orange;
}

.RED{
  fill: red;
}

.GREEN{
  fill: green;
}
/* ---------------- */
.zoomMap{
  position: fixed;
    left: 280px;
    /* background: red; */
    bottom: 0;
    cursor: pointer;
}
.zoomMap span i{font-size: 30px; color: #888888;}
.golmappopup button.close {
    position: absolute;
    right: 8px;
    color: #000;
    font-size: 25px;
    opacity: 0.3;
}
.golmappopup h2 {margin: 0px; font-size:16px;}
.eye {
    fill: #ccc!important;
    cursor: pointer;
}
.eyeRect{
    cursor: pointer;
    fill-opacity: 0;
}
.fullscreen {position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1050}
.zoomMap.zoomInMap {
    top: 10px;
    left: 50px;
    height: 30px;
}
.zoomMap div span {margin-right:5px;} 
.zoomMap div {display: flex; align-items: center;}  