/*@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');*/

* {
  box-sizing: border-box;
}

html, body {
  height: 100%;
}

.hidden {
  display: none !important;
}

/*"Montserrat",*/ 
body {
  height: 100%;
  background: #efeeea;
  background: linear-gradient(#f9f9f9, #cecbc4);
  color: #656565;
  font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
  text-align: center;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
}

#progress {
  max-height: 25%;
  margin: 0;
}

#progress h1 {
  margin: .25em 0 -.25em 0;
}

#progress .progressbars h1 {
  font-size: 3em;
}

#detailed {
  max-height: 50%;
  margin: 0;
}

#linegraph {
  max-height: 25%;
  margin: 0;

  display: inline-block;
  position: relative;
  width: 100%;
  vertical-align: middle;
  overflow: hidden;
}


#detailed div {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

#detailed h2 {
  font-size: 1.2em;
}

#detailed h3 {
  font-size: .8em;
}

.fwrapper, .fcol, #detailed .fwrapper, #detailed .fcol {
   display: -webkit-flex;
   display: flex;
   -webkit-flex-direction: column;
   flex-direction: column;
}

.frow, #detailed .frow {
  flex: 1 0;
}

.fheader, #detailed .fheader {
  flex: 1 0 25%;
  order: 1;
  text-align: center;
}

.fbody, #detailed .fbody, #detailed.fbody {
  order: 2;
  flex: 1 0 50%;
   display: -webkit-flex;
   display: flex;
   -webkit-flex-direction: row;
   flex-direction: row;
}

.fcol, #detailed .fcol {
  flex: 1;
}

.ffooter, #detailed .ffooter {
  order: 3;
  flex: 1 0 25%;
  text-align: center;
}

#detailed .breakdown {
  margin: 1em;
  background-color: #fff;
}

#detailed .breakdown > .fheader {
  flex: 1 0 15%;
  border-bottom: 1px solid rgba(0,0,0,.1);
}

#detailed .breakdown > .ffooter {
  flex: 1 0 15%;
  border-top: 1px solid rgba(0,0,0,.1);
}

#detailed .breakdown > .fbody {
  flex: 1 0 70%;
  padding: 0 0 2em 0;
}

#detailed .breakdown {
  padding: 0;
  border: 1px solid #efefef;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
}

.overlay {
  fill: none;
  pointer-events: all;
}

.progressbars {
  display: flex;
  flex-flow: row;
  justify-content: center;
  padding-top: .5em;
}

.wrapper {
  flex: 2 0 50%;
  padding: 3em;
}

.wrapper .load-bar {
  width: 100%;
  height: 25px;
  border-radius: 30px;
  background: #dcdbd7;
  position: relative;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 2px 3px rgba(0, 0, 0, 0.2);
}

.wrapper.split {
  display: inline-block !important;
  max-width: 49%;
}

.wrapper .load-bar-inner {
  height: 99%;
  width: 0%;
  border-radius: inherit;
  position: relative;
  background: #c2d7ac;
  background: linear-gradient(#e0f6c8, #98ad84);
  box-shadow: inset 0 1px 0 white, 0 1px 5px rgba(0, 0, 0, 0.3), 0 4px 5px rgba(0, 0, 0, 0.3);
}

.wrapper .load-bar-inner2 {
  height: 99%;
  width: 0%;
  border-radius: inherit;
  position: relative;
  background: #c2d7ac;
  background: linear-gradient(#e0f6c8, #98ad84);
  box-shadow: inset 0 1px 0 white, 0 1px 5px rgba(0, 0, 0, 0.3), 0 4px 5px rgba(0, 0, 0, 0.3);
}

.wrapper .counter {
  position: absolute;
  background: #eeeff3;
  background: linear-gradient(#eeeff3, #cbcbd3);
  padding: 5px 10px;
  border-radius: 0.4em;
  box-shadow: inset 0 1px 0 white, 0 2px 4px 1px rgba(0, 0, 0, 0.2), 0 1px 3px 1px rgba(0, 0, 0, 0.1);
  top: -50px;
  font-size: 12px;
  font-weight: bold;
  min-width: 44px;
}

#counter {
  left: -25px;
}

#scounter {
  left: -25px;
}

.wrapper .counter:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #cbcbd3;
  transform: rotate(45deg);
  left: 50%;
  margin-left: -4px;
  bottom: -4px;
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.2), 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 0;
}

.wrapper h1 {
  font-size: 1.5em;
  padding: 8px 0 8px 0;
  width: 100%;
  text-align: center;
}

.wrapper p {
  font-size: 13px;
}

.circledata {
  display: inline-block;
  list-style-type: none;
  text-align: left;
  font-size: 1.3em;
  width: 30%;
}

.circledata .circle {
  display: inline-block;
  width: 1em;
  height: 1em;
  border-radius: .5em;
  vertical-align: -15%;
}

#report {

}

@media (max-width: 800px) {
  #detailed {
    display: none !important;
  }

  #report {
    padding-top: .5em;
  }

  #linegraph {
    max-height: 50%;
  }

  #progress {
    max-height: 50%;
  }

  #progress > h1 {
    display: none !important;
  }

  #progress h1 {
    font-size: 1em !important;
  }
}

span.legendary {
    width: 5em;
    display: inline-block;
}
