html,body,div,ul,li,svg,text{
    margin:0;
    padding:0;
    list-style:none;
    font-family: 'Roboto', sans-serif;
}

/*------------Global-------------*/
#container{
    margin-top: 80px;
}
html{
    min-height: 100%;
    position:relative;
}
h1{
    margin-left:2%;
    margin-top:3%;
    margin-bottom: 5px;
    font-family: "Bodoni 72",serif;
    font-size: 3em;
}
h2{
    margin-left:2%;
}

.navHeader {
    font-family: "Bodoni 72", serif;
    font-size: 20px;
}
.favicon{
    width: 30px;
    display: inline !important;
    margin-right: 16px;
}
h1 {
    font-family: "Bodoni 72", serif;
    font-weight: bold;
    font-size: 40px;
}
#intro{
    margin-left: 2%;
    margin-top: 20px;
    width: 50%;
    font-size: 1em;
    line-height: 170%;
}

body{
    height: 100%;
    /*position: relative;*/
    background: #FDFEFF;
}
.main{
    width:100%;

}

.plot{
    width: 25%;
    height: 300px;
    float:left;
}

.container .section{
    width:100%;
}
.canvas{
    width:100%;
    height:400px;
    clear: left;
    /*float: left;*/
}
.news_table{
    width: 30%;
    height: 400px;
    float: left;
    margin-left: 2%;
}
.relatedNewsText{
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 500;
    margin-left: 0;
}



table{
    padding: 0px;
    margin: 0px;
}
/*select{*/

    /*font-weight: bold;*/
/*}*/
option{
    font-weight: bold;
}
.news_table table{
    /*margin-top:20px;*/
}
.canvas1{
    width:100%;
    height:700px;
}
.container .controls{
    margin-bottom:20px;
}

.axis--x path,.axis--y path{
    display: none;
}
.axis--y text{
    display: none;
}
.yText{
    display: block !important;
}
.axis--x line,.axis--y line{
    stroke: rgb(185, 185, 185);
    stroke-dasharray: 5;
    display: none;
}
.axis--x text,.axis--y text{

    font-weight: 700;
}


.overlay {
    fill: none;
    pointer-events: all;
}
.focus circle {
    fill: steelblue;
    stroke: steelblue;
}


/* line class */
.flight_line{
    stroke: #ffa902;
    fill: none;
}
.bomber_line{
    stroke: #90c9e8;
    fill:none;
}
.off_s_line{
    stroke: #ff7302;
    fill:none;
}
.playsuit_line{
    stroke: #105378;
    fill:none;

}

.all_circle.flight_line{
       stroke-width: 3;
       fill: #ffa902;
   }

.all_circle.bomber_line{
    stroke-width: 3;
    fill: #90c9e8;
}
.all_circle.off_s_line{
    stroke-width: 3;
    fill: #ff7302;
}
.all_circle.playsuit_line{
    stroke-width: 3;
    fill: #105378;
}
.all_circle{
    stroke:black;
}

/*Word Cloud*/
.wordCloud{
    /*background-color: #116e99;*/
    width: 68%;
    height: 350px;
    float: right;
    /*padding: 50px 50px;*/
    margin-bottom:50px;

}


/* scroll scene*/
#scrollIndicator{
    position: fixed;
    top:15%;
    right:1%;
    margin: 0;
    padding: 0;
    text-align: center;
}
#scrollIndicator img{
    width: 25px;
}
#scrollIndicator p {
    margin: 0px;
    font-weight: bold;
}

/*fs events*/
line.fsEvent{
    stroke: #9b9b9b;
}
text.fsEvent{
    fill:#9b9b9b;
    user-select: none;
    pointer-events: none;
}

/* select style*/
select {
    border: solid 3px #11668f;
    border-radius: 5px;
    font-size: 18px;
    height: 28px;
    width: 250px;
    /*color: #105378;*/

}
option{
    font-weight: 400;
}

select,option{
    padding-left: 5px;
}

/*======================================*/

/* footer */
.footer{
    clear: both;
    margin-right: 3%;
    margin-bottom: 1%;
    height: 250px;
    margin-top: 100px;

}
.lastFloat{
    margin-bottom: 5%;
}
/*footer text*/
.footerText h2{
    font-family: "Bodoni 72",serif;
    line-height: 1.4;
    font-size: 18px;
}
.footerText p{
    font-family: "Roboto",sans-serif;
    font-size: 12px;
}
.footerText h2,.footerText p{
    margin-left:0px;
}
.footerText{
    float: right;

}

/*footer line*/
.footerLine{
    height: 170px;
    width: 5px;
    float: right;
    background-color: #000000;
    margin-right: 25px;
    margin-top: 20px;
}
