
* {
  box-sizing: border-box;
  /* outline: 1px dashed red; */
}

html|*>svg {
  transform-origin: 50% 50% 0px;
}

svg:not(:root), symbol, image, marker, pattern, foreignObject {
  overflow: hidden;
}

polyline[Style] {
  fill: none;
  stroke: rgb(0, 255, 0);
  stroke-width: 0.508;
  stroke-dasharray: 1.524, 1.016;
  stroke-opacity: 1;
}

svg {
  pointer-event: auto;
}

svg|text {
  pointer-events: none;
}

body {
  margin: 0;
  padding: 0;
}

.header {
  background-color: #FFF;
  text-align: center;
}

.navi-container {
  display: block;
  text-align: center;
  position: relative;
  width: 100%;
  z-index: 36;
}

#navbar {
  visibility: hidden;
  overflow: hidden;
  background-color: #FFF;
  text-align: center;
  height: 0;
}

.sticky {
  position: fixed;
  top: 0;
}

.sticky+.content {}

section {
  width: 100%;
  display: table;
  max-width: none;
  background-color: #FFFFFF;
  clear: none;
}

section:nth-of-type(2n) {}

#overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: black;
  background-size: 50px;
  z-index: 1;
  opacity: 1;
}

.offscreen {
  clip-path: inset(100%);
  clip: rect(1px 1px 1px 1px);
  /* IE 6/7 */
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  /* added line */
  width: 1px;
}

.hidden_offset {
  position: absolute;
  left: -10000px !important;
  top: 1800px;
  /* top:auto; */
  width: 1px;
  height: 1px;
  overflow: hidden;
}

#popup {
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 20000;
  cursor: pointer;
  position: fixed;
  top: 0;
  width: 1386px;
  height: 100%;
  background-image: url("../img/frame_shadow_bg.png");
  background-repeat: no-repeat;
}

#_content {}

.chart-container {
  text-align: center;
  display: inline-block;
  position: absolute;
  height: 500px;
  width: 1300px;
  z-index: 36;
}

.button {
  background-color: #FFFFFF;
  border: none;
  color: white;
  margin-left: 600px;
  cursor: pointer;
  width: 34.5px;
  height: 34.5px;
  background-image: url("../svg/close_btn.svg");
}

button.launch {
  background-color: #F9A300;
  border: none;
  height: 40px;
  padding: 5px 15px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  margin-top: 10px;
  margin-right: 10px;
}

button.launch:hover {
  cursor: pointer;
  background-color: #FABD44;
}

button.change {
  background-color: #F88F00;
  border: none;
  height: 40px;
  padding: 5px 15px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  margin-top: 10px;
  margin-right: 10px;
}

button.change:hover {
  cursor: pointer;
  background-color: #F89900;
}

button:active {
  outline: none;
  border: none;
}

button:focus {
  outline: none;
}

.overlayer {
  pointer-event: auto;
  visibility: hidden;
}

.closebtn {
  position: absolute;
  width: 100%;
  display: block;
  text-align: left;
  margin-top: 79px;
  overflow: hidden;
  z-index: 2000000;
  cursor: pointer;
}

canvas {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

#Budget_Chart,
#canvasBottom {
  position: absolute;
  top: 20px;
  left: 0px;
}

/* =====================PRELOADER=====================================================*/
/* ===================================================================================*/
.wraper {
  position: relative;
  max-width: 1386px;
  margin: auto;
  background: white;
  outline: 1px solid #ff8000;
}

.timeline_content {
  padding: 0;
  text-align: center;
  margin-bottom: -8px;
}

p.Headline {
  color: #FF8000;
  font-family: "Knowledge2017", sans-serif;
  font-size: 70px;
  font-weight: bold;
  font-style: normal;
  text-align: left;
  line-height: 75px;
}

p.Sub_headline {
  color: #AFAFAF;
  font-family: "Knowledge2017", sans-serif;
  font-size: 30px;
  font-weight: bold;
  font-style: normal;
  text-align: left;
  line-height: 35px;
}

p.Content_Text {
  color: #4D4D4D;
  font-family: "Knowledge2017", sans-serif;
  font-size: 25px;
  font-weight: 300;
  font-style: normal;
  text-align: left;
  line-height: 35px;
}

p.navi_text {
  color: #4D4D4D;
  font-family: "Knowledge2017", sans-serif;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  line-height: 19px;
  padding: 5px;
}

#timeline_text {
  width: 100%;
  text-align: center;
}

p.timeline_header_text {
  color: #4D4D4D;
  font-family: "Knowledge2017", sans-serif;
  font-size: 25px;
  font-weight: 300;
  font-style: normal;
  text-align: left;
  line-height: 35px;
}

p.center_text {
  text-align: center;
  font-size: 20px;
  margin-top: 38px;
  margin-bottom: 18px;
}

#timeline_button {
  width: 100%;
  display: inline-block;
  font-family: "Knowledge2017", sans-serif;
  font-size: 25px;
  font-weight: 300;
  font-style: normal;
  text-align: center;
  background-color: #4d4d4d;
}

.content {}

/* Column container */
.row {
  display: -ms-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* Sidebar/left column */
.left_side {
  -ms-flex: 20%;
  flex: 20%;
  padding: 20px;
}

/* Main column */
.main {
  -ms-flex: 70%;
  flex: 70%;
  background-color: white;
  /* padding: 20px; */
  padding-top: 20px;
  padding-left: 20px;
  padding-bottom: 5px;
}

/* Sidebar/right column */
.right_side {
  -ms-flex: 30%;
  flex: 30%;
  padding-top: 48px;
}

.icons_row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin-left: 50px;
  margin-right: 50px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.icons {
  -ms-flex: 12.5%;
  flex: 12.5%;
  padding: 0px;
  background-color: #FFFFFF;
}

p.icons_highlight {
  color: #FF8000;
}

span.click_icon_highlight {
  color: #FF8000;
  font-weight: 500;
}

p.click_highlight {
  color: #FF8000;
  position: relative;
  display: inline-block;
  margin-bottom: 1px;
  font-family: "Knowledge2017", sans-serif;
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  /* text-align: center; */
}

#logo {
  width: 330px;
  height: 111px;
  text-align: left;
}

#download_report {
  padding-top: 70px;
}

.chart-containerX {
  position: relative;
  text-align: center;
  height: 460px;
  width: 1340px;
  z-index: 36;
  background-color: #FFF;
}

._closebtn_1 {
  position: absolute;
  margin-top: 79px;
  margin-left: 1340px;
  overflow: hidden;
  z-index: 2000000;
  cursor: pointer;
}

._content_2 {
  margin-top: 73px;
  clear: both;
}

#popup_Liason {
  margin-top: 80px;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1;
}

@supports (-ms-ime-align:auto) {
  .selector:hover {
    cursor: initial;
  }
}
