body {
    margin: 0;
    padding: 0;
    font-family: 'PT Sans', Helvetica, Arial, Sans-serif;
    overflow: hidden;
    width: 100%;
    height: 800px;
}

#wrapper {
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: 100%;
    height: 800px;
}

#map {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 800px;
}

.console {
    background-color: rgba(51, 51, 51, 0.82);
    z-index: 5;
    margin: 10px;
    border-radius: 5px;
    padding: 10px 35px;
}

#landing-console {
    position: absolute;
    width: 350px;
    top: 515px;
}

#second-console {
    width: 430px;
    right: 0px;
    height: calc(800px - 40px);
    position: absolute;
    overflow: scroll;
}
  
.session {
    margin-bottom: 15px;
}

.graph {
    height: 236px;
    background-color: rgba(51, 51, 51, 0.65);
    border-radius: 5px;
    margin-bottom: 6px;
}

.graph-key {
    position: absolute;
    left: 0px;
    margin-bottom: 5px;
}

#overflow {
    height: 15px;
}

.graph-key ul {
    list-style-type: none;
    margin-top: 5px;
}

.graph-key li {
    color: #ebebeb;
    float: left;
    padding-right: 8px;
    font-size: 11px;
    text-align: right;
}

.colour-key {
    width: 9px;
    height: 9px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    display: inline-block;
    margin-right: 2px;
}

p {
    color: #f3f3f3;
    font-size: 14px;
    margin-top: 0.7em;
    margin-bottom: 0.7em;
}

a {
    text-decoration: none;
    color: #b4b4b4;
}

a:hover {
    color: #ffffff;
}

button {
    border: none;
    color: #b4b4b4;
}

button:hover {
    color: #ffffff;
}

.btn {
    background-color: rgba(51, 51, 51, 0.65) !important;
}

.btn-o {
    background-color: rgba(51, 51, 51, 0.65) !important;
}

i {
    width: 12px;
    height: 12px;
}

.download {
    background: rgba(51, 51, 51, 0.65);
    padding: 4px;
    border-radius: 2px;
    font-size: 12.5px;
}

.download:hover {
    background: rgba(41, 41, 41, 0.8);
}

.share {
    margin-right: 3px;
}

.download-button {
    text-align: right;
}

#key {
    background-color: #333333;
    border-radius: 5px;
    position: fixed;
    right: 10px;
    bottom: 30px;
}

#key div {
    margin: 10px;
}

h1 {
    font-family: PT Sans Narrow;
    font-weight: normal;
    font-size: 38px;
    color: #ffffff;
}

h2 {
    font-family: PT Sans Narrow;
    font-weight: bold;
    font-size: 25.5px;
    color: #ffffff;
    margin-top: 0.5em;
    margin-bottom: 0.4em;
}

h3 {
    font-size: 16px;
    color: #eeeeee;
    margin-bottom: 0.5em;
}

h4 {
    font-family: "PT Serif", "Georgia";
    font-style: italic;
    font-weight: normal;
    font-size: 16px;
    color: #c4c4c4;
    margin-top: 0.5em;
    margin-bottom: 1.1em;
}

#key h2 {
    margin: 0px;
}

#key-labels {
    margin-bottom: 0px !important;
}

.unit {
    margin: 0px !important;
    display: inline-block;
    width: 31%;
}

.unit p {
    margin-top: 2px;
    margin-bottom: 0px;
}

#unit2 {
    text-align: center;
}

#unit3 {
    text-align: right;
}

.label-text {
    font-family: PT Serif;
    font-style: normal;
    color: #bbbbbb;
    font-size: 13px;
}

.stat {
    font-family: PT Sans;
    font-size: 15px;
    font-style: bold;
    color: white;
    background-color: rgba(51, 51, 51, 0.5);
    padding: 3px;
    border-radius: 2px;
}

#ticks {
    width: calc(100% - 22px);
    border-left: 1px solid #757575;
    border-right: 1px solid #757575;
    height: 10px;
    margin-bottom: 0px !important;
    margin-top: 2px !important;
    z-index: 0;
}

.tick {
    display: inline-block;
    margin: 0px !important;
    height: 20px;
}

#tick1 {
    width: calc(50% - 1px);
    border-right: 1px solid #757575;
}

#tick2 {
    width: calc(50% - 2px);
}

.colors {
    z-index: 333333;
}

#key-colors {
    background: linear-gradient(to right, #0f1d85, #4b269f, #802ba4, #Aa2d93, #Ca4a78, #E66f5d, #f79649, #Fbc53d, #F0f73f);
    margin-top: 0px !important;
    border: 1px solid #757575;
    border-top: none;
    height: 10px;
    width: calc(100% - 22px);
}

#loading-colors {
    background: linear-gradient(to right, #0f1d85, #4b269f, #802ba4, #Aa2d93, #Ca4a78, #E66f5d, #f79649, #Fbc53d, #F0f73f, #Fbc53d, #f79649, #E66f5d, #Ca4a78, #Aa2d93, #802ba4, #4b269f, #0f1d85);
    background-size: 200% 100%;
    -webkit-animation: Gradient 3s linear infinite;
    -moz-animation: Gradient 3s linear infinite;
    animation: Gradient 3s linear infinite;
    height: 5px;
    width: 100%;
    border-radius: 2px;
}

.loading-summary {
    font-family: "PT Serif";
    font-size: 16px;
    margin-bottom: 20px;
}

@-webkit-keyframes Gradient {
	0% {
		background-position: 100% 50%
	}
	100% {
		background-position: -100% 50%
	}
}

@-moz-keyframes Gradient {
	0% {
		background-position: 100% 50%
	}
	100% {
		background-position: -100% 50%
	}
}

@keyframes Gradient {
	0% {
		background-position: 100% 50%
	}
	100% {
		background-position: -100% 50%
	}
}

.row {
    height: 12px;
    width: calc(100% - 20px);
    margin-left:0px;
}

form[name=rcps] label {    
    color: #ffffff;
    font-size: 12px;
    margin-right: 9px;
}


form[name=rcps] input {
    /* display: none; */
	cursor: pointer;
}

input[type=radio] {
    /* Hide original inputs */
  visibility: hidden;
  position: absolute;
}

input[type=radio] + label:before{
  height:12px;
  width:12px;
  margin-right: 5px;
  content: " ";
  display:inline-block;
  vertical-align: -10%;
  border:1px solid #777;
  background: rgba(255, 255, 255, 0.1);
  cursor: pointer;
}

input[type=radio]:checked + label:before{
    height:8px;
    width:8px;
    border:3px solid #Ca4a78;
  background: rgb(255, 255, 255);
}

/* CUSTOM RADIO AND CHECKBOX STYLES */
input[type=radio] + label:before{
  border-radius:50%;
}

#loading {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: rgba(36, 42, 58, 0.98);
  }
  
#loading-message {
    position: relative;
    top: 20%;
    margin-left: auto;
    margin-right: auto;
    width: 450px;
    height: 250px;
}

#adb {
    position: fixed;
    visibility: visible;
    color: #333333;
    z-index: -999999;
    /* height: 100px; */
    width: 30%;
    margin-left: 45%;
    margin-top: 140px;
}

#adb a {
    color: #802ba4;
}

#adb i {
    font-size: 18px;
}

#adb li {
    color: #333333;
    list-style-type: circle;
}

#adb p {
    color: #333333;
}

.logo {
    z-index: 3;
    opacity: 0.8;
    background-repeat: no-repeat;
}

#logo-laptop {
    position: absolute;
    top: 737px;
    right: 0px;
    height: 45px;
    width: 110px;
    background-image:url(../img/logo-laptop.svg);
    background-size: contain;
    visibility: visible;
}

#logo-mobile {
    position: absolute;
    top: 447px;
    right: 9px;
    height: 27px;
    width: 27px;
    background-image:url(../img/logo-mobile.svg);
    visibility: hidden;
}

.line {
    fill: none;
    stroke: white;
    stroke-width: 1px;
}

.zero-line {
    fill: none;
    stroke: rgb(110, 110, 110);
    stroke-width: 1px;
}

.axis line{
    stroke: #a5a5a5;
}

.axis path{
    stroke: #a5a5a5;
}

.axis {
    font-size: 11px;
}

.axis text{
    fill: #d4d4d4;
} 

div.tooltip {
    position: absolute;
    max-width: 150px;
    padding: 7px;
    font-size: 12.5px;
    background: #242a3a;
    color: #f3f3f3;
    border: 0px;
    border-radius: 4px;
    pointer-events: none;
    z-index: 999999;
  }
  
div.tooltip p {
    margin-top: 3px;
    margin-bottom: 0px;
    font-size: 13px;
}

div.tooltip h3 {
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 15px;
}

.label-title {
    color: #dadada;
    font-weight: bold;
}

.axis.label {
    fill: #8f8f8f;
    font-size: 11.2px;
}

#home-button-wrapper {
    position: absolute;
    top: 130px;
    left: 10px;
    height: 18px;
    width: 18px;
    z-index: 1;
    background-color: #ffffff;
    border: 1px solid #bebebe;
    border-radius: 5px;
    padding: 5px;
}

#home-button-wrapper:hover {
    background-color: #f3f3f3;
}
  
#home-button {
    color: #333333;
}

.mapboxgl-popup-content {
    background: rgba(36, 42, 58, 0.7);
    color: #f3f3f3;
    padding: 5px;
}

.mapboxgl-popup-anchor-top .mapboxgl-popup-tip,
.mapboxgl-popup-anchor-top-left .mapboxgl-popup-tip,
.mapboxgl-popup-anchor-top-right .mapboxgl-popup-tip {
  border-bottom-color: rgba(36, 42, 58, 0.7);
}
.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip,
.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-tip,
.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-tip {
  border-top-color: rgba(36, 42, 58, 0.7);
}
.mapboxgl-popup-anchor-left .mapboxgl-popup-tip {
  border-right-color: rgba(36, 42, 58, 0.7);
}
.mapboxgl-popup-anchor-right .mapboxgl-popup-tip {
  border-left-color: rgba(36, 42, 58, 0.7);
}

.mapboxgl-popup-content p {
    margin-top: 0px;
    margin-bottom: 0px;
}

#svg-3 {
    position: absolute;
}

#svg-1 {
    position: absolute;
}

.area {
    fill: rgba(153, 153, 153, 0.3);
}