* {
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, "segoe ui", roboto, oxygen, ubuntu, cantarell, "fira sans", "droid sans", "helvetica neue", Arial, sans-serif;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
i {
    font-size:25px
}
body {
    background-color: #3b5752;
    margin: 0;
}
.login, .register {
    width: 400px;
    background-color: #ffffff;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.3);
    margin: 100px auto;
}
.login h1, .register h1 {
    text-align: center;
    color: #003300;
    font-size: 24px;
    padding: 20px 0 20px 0;
    border-bottom: 1px solid #dee0e4;
}
.warning {
    text-align: center;
    color: #dee0e4;
    font-size: 14px;
    padding: 20px 0 20px 0;
    border-bottom: 1px solid #dee0e4;
}
.login .links, .register .links {
    display: flex;
    padding: 0 15px;
}
.login .links a, .register .links a {
    color: #adb2ba;
    text-decoration: none;
    display: inline-flex;
    padding: 0;
    font-weight: bold;
}
.login .links a:hover, .register .links a:hover {
    color: #9da3ac;
}
.login .links a.active, .register .links a.active {
    border-bottom: 0px solid #003300;
    color: #003300;
}
.login form, .register form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 20px;
}
    /* unvisited link */
a:link {
    color: #3b5752;
}

/* visited link */
a:visited {
    color: #3b5752;
}

/* mouse over link */
a:hover {
    color: #4ea192;
}
    
/* selected link */
a:active {
    color: #3b5752;
}
.login form label, .register form label {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background-color: #003300;
    color: #ffffff;
}
.login form input[type="password"], .login form input[type="text"], .login form input[type="email"], .register form input[type="password"], .register form input[type="text"], .register form input[type="email"] {
    width: 310px;
    height: 50px;
    border: 1px solid #dee0e4;
    margin-bottom: 25px;
    padding-left: 13px;
}
.login form input[type="submit"], .register form input[type="submit"] {
    width: 100%;
    padding: 15px;
    margin-top: 20px;
    background-color: #003300;
    border: 0;
    cursor: pointer;
    font-weight: bold;
    font-size: 18px;
    color: #ffffff;
    transition: background-color 0.2s;
}
.login form input[type="submit"]:hover, .register form input[type="submit"]:hover {
    background-color: #001a00;
    transition: background-color 0.2s;
}
.navtop {
    position: fixed;
    left: 0;
    top: 0;
    background-color: #3b5752;
    height: 60px;
    width: 100%;
    border: 0;
}
.navtop div {
    /*display: flex;*/
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    padding-top: 15px;
}
.navtop div h1, .navtop div a {
    display: inline-flex;
    align-items: center;
}
.navtop div h1 {
    flex: 1;
    font-size: 24px;
    padding: 0;
    margin: 0;
    color: #eaebed;
    font-weight: normal;
}
.navtop div a {
    padding: 0 20px;
    text-decoration: none;
    color: #c1c4c8;
    font-weight: bold;
}
.navtop div a i {
    padding: 2px 8px 0 0;
}
.navtop div a:hover {
    color: #eaebed;
}
body.loggedin {
    background-color: #eaebed;
}
.content {
    width: 100%;
    margin: 0 auto;
    padding-top: 75px;
    height: 3000px;
}
.content h2 {
    margin: 5;
    padding: 0;
    font-size: 22px;
    border-bottom: 1px solid #e0e0e3;
    color: #4a536e;
}
.content > p, .content > div {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    margin: 25px 0;
    padding: 25px;
  background-color: #fff;
}
.content > p table td, .content > div table td {
  padding: 5px;
}
.content > p table td:first-child, .content > div table td:first-child {
  font-weight: bold;
  color: #4a536e;
  padding-right: 15px;
}
.content > div p {
  padding: 0px;
  margin: 0 0 10px 0;
}

.containerW {
    width: 100%;
    /*height: 300px;*/
    margin: 0;
    padding: 0px;
    margin-top: 0px;
    font-family: Arial, Helvetica, sans-serif;
}
.score-header {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
    margin: 0;
    padding: 0;
    margin-left: 30px;
    color: blue;
}
.score-sub-header {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    margin: 0;
    padding: 0;
    margin-left: 30px;
    margin-top: 25px;
    color: blue;
}
.col-10 {
    float: left;
    width: 10%;
    margin-top: 0px;
}

.col-15 {
    float: left;
    width: 15%;
    margin-top: 0px;
}

.col-20 {
    float: left;
    width: 20%;
    margin-top: 0px;
}

.col-25L {
    float: left;
    width: 25%;
    margin-top: 20px;
}

.col-25 {
    float: left;
    width: 25%;
    margin-top: 0px;
}

.col-25r {
    float: right;
    width: 25%;
    margin-top: 0px;
}

.col-30 {
    float: left;
    width: 30%;
    margin-top: 0px;
}


.col-33 {
    float: left;
    width: 33%;
    margin-top: 20px;
}

.col-35 {
    float: left;
    width: 35%;
    margin-top: 0px;
}

.col-40 {
    float: left;
    width: 40%;
    margin-top: 0px;
}
.col-50 {
    float: left;
    width: 50%;
    margin-top: 0px;
}

.col-50r {
    float: right;
    width: 50%;
    margin-top: 0px;
}

.col-60 {
    float: left;
    width: 60%;
    margin-top: 0px;
}

.col-65 {
    float: left;
    width: 65%;
    margin-top: 0px;
}

.col-70 {
    float: left;
    width: 70%;
    margin-top: 0px;
}

.col-75L {
    float: left;
    width: 75%;
    margin-top: 20px;
}

.col-75 {
    float: left;
    width: 75%;
    margin-top: 0px;
}

.col-80 {
    float: left;
    width: 80%;
    margin-top: 0px;
}

.col-90 {
    float: left;
    width: 90%;
    margin-top: 0px;
}

.col-100 {
    float: left;
    width: 100%;
    margin-top: 0px;
}

.charttitle {
    color: blue;
    font-size: 18px;
    text-align: center;
    margin: 50px;
    padding: 50px;
  }
  
.ptitle {
    color: #FF6A13;
    font-size: 26px;
    text-align: center;
    font-weight: bold;
    margin: 0px;
}    
.btitle {
    color: blue;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    margin: 0px;
}
/* Style the buttons */
.tablinks {
    border: none;
    outline: black;
    padding: 5px 25px;
    margin:0px;
    background-color: #666;
    color: white;
    cursor: pointer;
    font-size: 16px;
}

.smtablinks {
    margin-top: 5px;
    border: none;
    outline: black;
    padding: 5px 14px;
    background-color: #666;
    color: white;
    cursor: pointer;
    font-size: 12px;
}

/* Style the active class, and buttons on mouse-over */
.active {
    background-color: green;
    color: white;
}

.tablinks:hover {
    background-color: #71db34;
    color: black;
}

.smtablinks:hover {
    background-color: #71db34;
    color: black;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #3b5752;
    color: white;
    font-size: 14px;
    text-align: left;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #3b5752;
    margin: 1em 0;
    padding: 0;
}

input {
    border-style: groove;
    outline: black;
    padding: 1px 5px;
    color: black;
    font-size: 14px;
    margin-top: 5px;
}:hover

.tooltip {
    position: relative;
    display: inline-block;
    /*border-bottom: 1px dotted black;*/
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 600px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    /*left: 50%;*/
    /*margin-left: -300px;*/
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.loader {
    color: #4CAF50;
    left: 50%;
    top: 60%;
    font-size: 90px;
    text-indent: -9999em;
    overflow: hidden;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    margin: 72px auto;
    position: absolute;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
    animation: load6 1.7s infinite ease, round 1.7s infinite ease;
  }
  @-webkit-keyframes load6 {
    0% {
      box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    5%,
    95% {
      box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    10%,
    59% {
      box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }
    20% {
      box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }
    38% {
      box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }
    100% {
      box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
  }
  @keyframes load6 {
    0% {
      box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    5%,
    95% {
      box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    10%,
    59% {
      box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }
    20% {
      box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }
    38% {
      box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }
    100% {
      box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
  }
  
  @-webkit-keyframes round {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes round {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  
  
.dc-chart {
float: left;
}

.dc-chart rect.bar {
stroke: none;
fill: steelblue;
}

.dc-chart rect.bar:hover {
fill-opacity: .5;
}

.dc-chart rect.stack1 {
stroke: none;
fill: red;
}

.dc-chart rect.stack2 {
stroke: none;
fill: green;
}

.dc-chart rect.deselected {
stroke: none;
fill: #ccc;
}

.dc-chart .sub .bar {
stroke: none;
fill: #ccc;
}

.dc-chart .pie-slice {
fill: white;
font-size: 12px;
cursor: pointer;
}

.dc-chart .pie-slice :hover{
fill-opacity: .8;
}

.dc-chart .selected path{
stroke-width: 3;
stroke: #ccc;
fill-opacity: 1;
}

.dc-chart .deselected path{
stroke: none;
fill-opacity: .5;
fill: #ccc;
}

.dc-chart .axis path, .axis line {
fill: none;
stroke: #000;
shape-rendering: crispEdges;
}

.dc-chart .axis text {
font: 10px sans-serif;
}

.dc-chart .grid-line line {
fill: none;
stroke: #ccc;
opacity: .5;
shape-rendering: crispEdges;
}

.dc-chart .brush rect.background {
z-index: -999;
}

.dc-chart .brush rect.extent {
fill: steelblue;
fill-opacity: .125;
}

.dc-chart .brush .resize path {
fill: #eee;
stroke: #666;
}

.dc-chart path.line {
fill: none;
stroke: steelblue;
stroke-width: 1.5px;
}

.dc-chart circle.dot{
fill: steelblue;
}

.dc-chart g.stack1 path.line {
stroke: green;
}

.dc-chart g.stack1 circle.dot{
fill: green;
}

.dc-chart g.stack2 path.line {
stroke: red;
}

.dc-chart g.stack2 circle.dot{
fill: red;
}

.dc-chart g.dc-tooltip path{
fill: none;
stroke: grey;
stroke-opacity: .8;
}

.dc-chart path.area {
fill: steelblue;
fill-opacity: .3;
stroke: none;
}

.dc-chart g.stack1 path.area {
fill: green;
}

.dc-chart g.stack2 path.area {
fill: red;
}

.dc-chart .node {
font-size: 0.7em;
cursor: pointer;
}

.dc-chart .node :hover{
fill-opacity: .8;
}

.dc-chart .selected circle {
stroke-width: 3;
stroke: #ccc;
fill-opacity: 1;
}

.dc-chart .deselected circle {
stroke: none;
fill-opacity: .5;
fill: #ccc;
}

.dc-chart .bubble {
stroke: none;
fill-opacity: 0.6;
}

.dc-data-count {
float: right;
margin-top: 15px;
margin-right: 15px;
}

.dc-data-count .filter-count {
color: #3182bd;
font-weight: bold;
}

.dc-data-count .total-count {
color: #3182bd;
font-weight: bold;
}

.dc-data-table {}

.dc-chart g.state{
cursor: pointer;
}

.dc-chart g.state :hover{
fill-opacity: .8;
}

.dc-chart g.state path {
stroke: white;
}

.dc-chart g.selected path {
}

.dc-chart g.deselected path {
fill: grey;
}

.dc-chart g.selected text {
}

.dc-chart g.deselected text {
display: none;
}

.dc-chart g.county path {
stroke: white;
fill: none;
}

.dc-chart g.debug rect{
fill: blue;
fill-opacity: .2;
}

.dc-chart g.row rect {
fill-opacity: 0.8;
cursor: pointer;
}

.dc-chart g.row rect:hover {
fill-opacity: 0.6;
}

.dc-chart g.row text {
fill: black;
font-size: 12px;
}

#topBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: red;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}

#topBtn:hover {
    background-color: rgb(141, 8, 8);
}

.treeLine {
    padding-top: 3px;
    padding-bottom: 3px;
}
.treeLineTop {
    padding-top: 3px;
    padding-bottom: 3px;
}

.treeLine:hover {
    background-color: lightgrey;
    cursor:pointer;
    padding-top: 5px;
    padding-bottom: 5px;
}
.treeLineTop:hover {
    background-color: gray;
    cursor:pointer;
    padding-top: 5px;
    padding-bottom: 5px;
}

dc-table-graph {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}
table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

th {
    border: 2px solid #dddddd;
    background-color: gray;
    color: white;
    text-align: left;
    font-size: 14px;
    padding: 2px;
}
td {
    border: 2px solid gray;
    text-align: left;
    font-size: 13px;
    padding: 4px;
}
