 /* Common */
 .div {
    text-align: justify; 
    margin-left: 100px;
    margin-right:100px;
    margin-top:20px;
    vertical-align: top;
    color:white;
    font-size:12px;
}

.divChart {
    width: 100%;
    font-size:12px;
   /* height:100%;*/
   vertical-align: top;
   align-content: center;
}

intro {
   text-align: center;
}

.slidetop {
    vertical-align: top;
}
h1 {
    font-size: 40px;
    /*text-decoration: underline;*/
    font-weight: bold;
 }

h2 {
   font-size: 20px;
   text-decoration: underline;
   font-weight: bold;
}

.label {
    font-weight: bold;
    font-size:15px;
}

.annotate {
    font-size:12px;
    fill:white;
    border:1px;
    border-color: gray;
    border-radius: 8px;  

}

div.tooltip {   
    position: absolute;           
    text-align: left;           
    width: 200px;                  
    height: auto;                 
    padding: 10px;             
    font: 12px sans-serif;        
    background: lightsteelblue;   
    border: 0px;      
    border-radius: 8px;           
    pointer-events: none;  
    z-index: 999;       
}

ul { 
    display: block;
    list-style-type: disc;
    margin-top: 1em;
    margin-bottom: 1 em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
}

ol {
    display: block;
    list-style-type: decimal;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
}

#header, #footer{
    position:fixed;
    height: 20px;
    display:block;
    width: 100%;
    background: white;
    z-index:9;
    text-align:center;
    color: black;
    padding: 5px 0 0 0;
}
#header{
    top:0px;
}
#footer{
    bottom:0px;
}
/* Bottom menu
* --------------------------------------- */
#infoMenu {
    bottom: 80px;
}
#infoMenu li a {
    color: #fff;
    z-index: 999;
}

.key-dot {
    display: inline-block;
    height: 10px;
    margin-right: .5em;
    width: 10px;
}

.legend2 {
    float:left;
    margin-right: 1em;
    padding:10,10,0,5;
    font-size: 12px;
}

/* rect:hover {
    fill: yellowgreen ;
} */

.regular-checkbox {
    -webkit-appearance: none;
    background-color: #fafafa;
    border: 1px solid #cacece;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
    padding: 9px;
    border-radius: 3px;
    display: inline-block;
    position: relative;
}
.regular-checkbox:active, .regular-checkbox:checked:active {
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

.regular-checkbox:checked {
    background-color: #e9ecee;
    border: 1px solid #adb8c0;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
    color: #99a1a7;
}

.regular-checkbox:checked:after {
    content: '\2714';
    font-size: 14px;
    position: absolute;
    top: 0px;
    left: 3px;
    color: #99a1a7;
    
}

            
.regular-radio:checked {
    /*border: 5px solid #0DFF92;*/
    border-radius: 16px;
}

.regular-radio{
    /*background: #0DFF92;*/
    border-radius: 16px;
}

.rotate90 {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

#holder
{
	display:table-cell;
    vertical-align:middle;
    align-content: center;
    align-items:center;
	text-align:center;
	height:300px;
	width:500px;
	border: 1px solid steelblue;
}

/*Section 3 - Chart1*/
.axis {
    font: 10px sans-serif;
}

.axis path,
.axis line {
fill: none;
stroke: #D4D8DA;
stroke-width: 2px;
shape-rendering: crispEdges;
}

.line {
    fill: none;
    stroke: lightgreen;
    stroke-width: 5px;
}
.overlay {
    fill: none;
    pointer-events: all;
}

.focus circle {
    fill: #F1F3F3;
    stroke: darkgreen;
    stroke-width: 5px;
}

.hover-line {
    stroke: darkgreen;
    stroke-width: 2px;
    stroke-dasharray: 3,3;
}

.dot {
    fill:blue;
}
/*Section 3 - Chart2*/

/* Section 3- Chart 3 */
.sectors_3 {
    border: 1px solid gray;
    padding:5px;
}

.axis rect.rectbar:hover {
    fill: yellowgreen;
}