.alert {
/*  margin-bottom: 1px;
  height: 30px;
  line-height:30px;*/
  padding:8px;
}

.mynetSquare {
    width: 100%;
    height: 380px;
    border: 1px solid lightgray;
    border-radius: 5px;
}

.mynet100 {
    width: 100%;
    height:90vh;
    border: 1px solid lightgray;
    background-color: #fefefe;
    border-radius: 5px;

}
.mynet {
    width: 100%;
    height: 650px;
    border: 1px solid lightgray;
    border-radius: 5px;
}
#mynetwork {
    width: 100%;
    height: 650px;
    border: 1px solid lightgray;
    border-radius: 5px;
    
    /*background-image: url("img/net.jpg");*/
}
.mynetwork {
    width: 100%;
    height: 650px;
    border: 1px solid lightgray;
    border-radius: 5px;
}

#mynetwork1 {
    width: 100%;
    height: 650px;
    border: 1px solid lightgray;
    border-radius: 5px;
}

.textarea{
    width:100%;
}

.netstats {
    width: 100%;
    /*height: 450px;*/
    border: 1px solid lightgray;
}

#mynetworkStats {
    width: 100%;
    /*height: 450px;*/
    border: 1px solid lightgray;
}

#mynetworkStats1 {
    width: 100%;
    /*height: 450px;*/
    border: 1px solid lightgray;
}

#visualization {
    width: 100%;
    /*height: 450px;*/
    border: 1px solid lightgray;
}

.mychart{
    width:100%; 
    /*height:400px;*/
    /*background-color: #dedede;*/
    border: 1px solid lightgray;
     /*position: static;*/
}
#canvas {
  -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
   
}

.icon-increase {
    color: blue;
}
.icon-decrease {
    color: red;
}

.icon-normal {
    color: green;
}

#edgeSlider .slider-selection {
	background: #BABABA;
}

.panel-heading {
    height: 32px;
    padding:8;  
}

.mypanel{  
    background-color: WhiteSmoke;
    padding:8;
   
}

.panel > .panel-heading {
    background-image: none;
    background-color: #5D7E71;
    color: White;
}

.popover{
      color: black;
}

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

.link {
    stroke: #777;
    stroke-width: 2px;
}

.vertical-center {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
  transform: translateX(-50%);
}

.loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.spinner input {
  text-align: right;
}

.input-group-btn-vertical {
  position: relative;
  white-space: nowrap;
  width: 2%;
  vertical-align: middle;
  display: table-cell;
}

.input-group-btn-vertical > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
  padding: 8px;
  margin-left: -1px;
  position: relative;
  border-radius: 0;
}

.input-group-btn-vertical > .btn:first-child {
  border-top-right-radius: 4px;
}

.input-group-btn-vertical > .btn:last-child {
  margin-top: -2px;
  border-bottom-right-radius: 4px;
}

.input-group-btn-vertical i {
  position: absolute;
  top: 0;
  left: 4px;
}
.v-center {
  min-height:200px;
  display: flex;
  justify-content:center;
  flex-flow: column wrap;
}

/* CSS REQUIRED */
.state-icon {
    left: -5px;
}
.list-group-item-primary {
    color: rgb(255, 255, 255);
    background-color: rgb(66, 139, 202);
}

.well .list-group {
    margin-bottom: 0px;
}

.bg-1 { 
      background-color: black; /* Green */
     
}
div.dt-buttons{
    position:relative;
    float:right;
}
   