body {
  padding: 0px;
  margin: 0px;
  /* font-family: "Helvetica", "Arial",  "Verdana", "sans-serif"; */
  /*font-size: 100%;*/
}
/* Generic pane rules */
body { margin: 0; -webkit-text-size-adjust: 100%; }
body { color: black; background: #FFF; font-family: Segoe UI, Helvetica, Arial, Sans-Serif; }
 /* Specific nav configuration  removed for bs4 height: 38px; otherwise the collapsed menu becomes invisible */
 .navbar > li > a, .navbar-brand, nav {padding-top:5px !important; padding-bottom:0 !important;  } 
 .navbar > img {padding-top:0px !important; padding-bottom:0 !important; height: 30px; } 
 .navbar {min-height:30px !important;}
 .navbar-toggler{
       margin-top:6px;
       margin-bottom:1px;
       padding-bottom:2px;
       padding-top:2px;
       padding-right:5px;
       padding-left:5px;
   }          
.db_full_name{
    display: inline-block;
    overflow: hidden;
}
@media (max-width: 1200px) {/* length when name will be hidden*/
    .db_full_name{
        display: none;
    }
}

.btn_tool_open {
  display:none;
  position: fixed;
  left: 0px;
  top: 45px;
  margin: 0px;
  padding: 2px;
  z-index: 20;
}
.btn_tool_close {
  position: absolute;
  right: 2px;
  top: 2px;
  margin: 2px;
  padding: 2px;
}

/*--->>> Toolbox <<<---*/
#accordion {
	top: 38px; bottom: 38px;padding: 1em; 
  font-family: Arial;
	font-size: 10pt;
	position: absolute;
	border: outset 2px gray;
  /* background-color: red; */
  /* transition: 0.5s; */
	margin: 5px;
	color: #555;
	opacity: 0.95;
  z-index: 2;
	width: 280px;
  padding: 0px;
  margin: 0px;
}
/* @media (max-width: 770px) {
    #accordion { width: 280px; display:none;}
    #graphHolder { left: 0px; }
}
@media (min-width: 771px) {
    #accordion { width: 280px;display:block;}
    #graphHolder { left: 280px; }
}   */

.closebtn {
    position: absolute;
    top: 0;
    right: 32px;
    font-size: 32px;
}
.pinbtn {
    position: absolute;
    top: 8px;
    right: 6px;
    font-size: 18px;
}
.toolbox_panel {
  padding: 0px;
   margin: 2px; 
}
.btn-group .btn {
  padding: 0px;
   margin: 3px; 
}
.tags {
    height: 34px;
    overflow-y: scroll;
}
.scroll-y { overflow-y: auto; -webkit-overflow-scrolling: touch; }
.toolbox_block {/* used for contexts, and may be others such as node properties etc. */
	margin-top: 2px;
	border: inset 1px gray;
	background: white;
	font-size: 8pt;
	overflow: scroll;
	height: 220px;
	padding: 2px;
}
.btn-cart{
    position: absolute; right: 41px;
}
/* .att-label {
    font-size: 8px;
    line-height: 1.42857143;
    padding: 1px 4px;
} */
/* for filters*............*/
.filter-label {
    font-size: 12px;
    padding: 0px 2px;
    width: 16px;
    /* height: 16px; */
}
.end-label{
  max-width: 105px;min-width: 25px;overflow: hidden;
}
.filter-btn {
    padding: 1px 4px;
    font-size: 12px;
    display: inline-block;
    margin-bottom: 0;
    line-height: 1.43;
    /* white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none; */
}
.vmenu {
    display: block;
    font-size: 13px;
    margin: 1px;
    padding: 1px;
    height: 20px;
}
.filter-menu {
    font-size: 12px;
    height: 18px;
    background-color: #ccc;
    margin: 0px;
    padding-bottom: 12px;
}

.modal-content.ui-resizable {
  
}
/*--->>> for graph contaniner and file upload <<<---*/
.upload-drop-zone {
  border-width: 2px;
  height: 200px;
  margin-bottom: 20px;
}

/* skin.css Style*/
.upload-drop-zone {
  border-color: #ccc;
  border-style: dashed;
  color: #ccc;
  line-height: 200px;
  text-align: center
}
.upload-drop-zone.drop {
  color: #222;
  border-color: #222;
}
.graph-container { top: 38px; bottom: 40px; 
  background: rgba(255, 255, 255, 0.7); 
  left: 280px; right:0px;
  position: absolute; 
}
.navbar {
  background-color: #3c763d;
}
/* skin.css Style*/
.graph-container { 
  border: outset 1px lightgray;  
  z-index: 1;
}
.graph-container.drop { 
  border: outset 10px;
  color: #ccc;
  border-style: dashed;
  border-color: #ccc;
}
.graph-container.upload { 
  visibility: hidden;
  z-index: 20;
}
/*--->>> for footer <<<---*/
#footer-navigation {/* fixed bottom, many need further improvement*/
  position: fixed;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 40px;
  background-color: black;
}
.MIND_VisANT{
    overflow: hidden;
}
@media (max-width: 800px) {/* length when name will be hidden*/
    .MIND_VisANT{
        display: none;
        font-weight: bold;
    }
}

/*--->>> for D3 network <<<---*/
.node {
  fill: #95b196;
}
.vnode {
  stroke-width: 2px;
} 
.vnode .selected {
  stroke: red;
  /* stroke-width: 2px;  */
}
/* .sel_node {
    fill: red;
    height: 4px;
    stroke: black;
    stroke-width: 1px;
    width: 4px;
}  */
text {
  fill: #000;
  font: 10px sans-serif;
  pointer-events: none;
}

/* text.shadow {
    stroke: #000;
    stroke-width: 1px;
    stroke-opacity: .8;
}   */

.link {
    fill: none; /* for curved line, this must be set to none*/
    stroke: #777;
    stroke-width: 2px;
}
/* .arrow{
    stroke-width:1;
    stroke:#000;
    stroke-dasharray:5, 5;
  }

.node_loaded {
  fill: #ce6dbd;
  stroke: #7b4173;
  stroke-width: 2px;
} */
.tooltip {
  display: inline-block;
  min-width: 50px;
  background: #ffeec0;
  padding:2px;
  margin:3px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border:1px solid #ffdd7c;
  pointer-events: none; 
}
/* bs 4 do not have size xs */
.btn-group-xs > .btn, .btn-xs {
  padding: .8rem .8rem;
  font-size: .775rem;
  line-height: 1.5;
  border-radius: .2rem;
}
.input-group-xs>.input-group-btn>.btn {
    height: 21px;
    padding: 1px 4px;
    font-size: 12px;
    line-height: 1.5;
}
mi {
  border: solid white;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}
.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
/* below is ued by user manual with bootstrap 4+ */
@media (min-width: 768px) {
      .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
      }
      .dl-horizontal dd {
        margin-left: 180px;
      }
    }   
    .dl-horizontal dd:before,
    .dl-horizontal dd:after, {
      display: table;
      content: " ";
    }

    .dl-horizontal dd:after {
      clear: both;
    }
.panel-info-bs3{
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
