/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : May 15, 2016, 12:03:09 PM
    Author     : JMT-Ragda Awad
*/




.center{
        width:1170px;
        height:490px;
        
}

.network_header{
    font-size: 28px;
    font-weight: bold;
         stroke:"none";
}
.hexagon {
    pointer-events: all;
}

.hexagon path {
    -webkit-transition: fill 250ms linear;
    transition: fill 250ms linear;
}

.hexagon :hover {
    stroke: #33adff;
    stroke-width: 7px;
}

.mesh {
    fill: none;
    stroke: #000;
    stroke-opacity: .2;
    pointer-events: none;
}

.border {
    fill: none;
    stroke: #000;
    stroke-width: 2px;
    pointer-events: none;
}


#mainContainer {
    background: #ddd;
    height: 490px;
    margin-bottom: 2em;
    overflow: hidden;
    padding: 0;
    position: relative;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
}

.header{
    text-align:center;
    margin:0 auto;
    color:blue
}

div.tooltip {
    position: absolute;	
    text-align: center;	
    min-width: 200px;	
    height: 28px;		
    padding: 2px;	
    font: 16px sans-serif;	
    background: lightsteelblue;	
    border: 0px;					
    border-radius: 8px;
    font-weight:bold

}

div.tooltip a{
    text-decoration: none;
    color:#1a8cff;

}