@import url(https://fonts.googleapis.com/css?family=Roboto);
.react-checkbox-tree {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  font-size: 16px;
}

.react-checkbox-tree > ol {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.react-checkbox-tree ol {
  margin: 0;
  padding-left: 0;
  list-style-type: none;
}

.react-checkbox-tree ol ol {
  padding-left: 24px;
}

.react-checkbox-tree button {
  line-height: normal;
  color: inherit;
}

.react-checkbox-tree button:focus {
  outline: none;
}

.react-checkbox-tree button:disabled {
  cursor: not-allowed;
}

.react-checkbox-tree .rct-bare-label {
  cursor: default;
}

.react-checkbox-tree label {
  margin-bottom: 0;
  cursor: pointer;
}

.react-checkbox-tree label:hover {
  background: rgba(51, 51, 204, 0.1);
}

.react-checkbox-tree label:active {
  background: rgba(51, 51, 204, 0.15);
}

.react-checkbox-tree:not(.rct-native-display) input {
  display: none;
}

.react-checkbox-tree.rct-native-display input {
  margin: 0 5px;
}

.react-checkbox-tree .rct-icon {
  display: inline-block;
  text-align: center;
  text-rendering: auto;
  font-family: "Font Awesome 5 Free", "FontAwesome", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
}

.rct-disabled > .rct-text > label {
  opacity: .75;
  cursor: not-allowed;
}

.rct-disabled > .rct-text > label:hover {
  background: transparent;
}

.rct-disabled > .rct-text > label:active {
  background: transparent;
}

.rct-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.rct-options {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-left: .5rem;
  text-align: right;
}

.rct-option {
  opacity: .75;
  border: 0;
  background: none;
  cursor: pointer;
  padding: 0 4px;
  font-size: 18px;
}

.rct-option:hover {
  opacity: 1;
}

.rct-option + .rct-option {
  margin-left: 2px;
}

.rct-collapse,
.rct-checkbox,
.rct-node-icon {
  padding: 0 5px;
}

.rct-collapse *,
.rct-checkbox *,
.rct-node-icon * {
  display: inline-block;
  margin: 0;
  width: 14px;
}

.rct-collapse {
  border: 0;
  background: none;
  line-height: normal;
  color: inherit;
  font-size: 12px;
}

.rct-collapse.rct-collapse-btn {
  cursor: pointer;
}

.rct-collapse > .rct-icon-expand-close {
  opacity: .5;
}

.rct-collapse > .rct-icon-expand-close:hover {
  opacity: 1;
}

.rct-native-display .rct-checkbox {
  display: none;
}

.rct-node-clickable {
  cursor: pointer;
}

.rct-node-clickable:hover {
  background: rgba(51, 51, 204, 0.1);
}

.rct-node-clickable:focus {
  outline: 0;
  background: rgba(51, 51, 204, 0.2);
}

.rct-node-icon {
  color: #33c;
}

.rct-title {
  padding: 0 5px;
}

.rct-icons-fa4 .rct-icon-expand-close::before {
  content: "\F054";
}

.rct-icons-fa4 .rct-icon-expand-open::before {
  content: "\F078";
}

.rct-icons-fa4 .rct-icon-uncheck::before {
  content: "\F096";
}

.rct-icons-fa4 .rct-icon-check::before {
  content: "\F046";
}

.rct-icons-fa4 .rct-icon-half-check::before {
  opacity: .5;
  content: "\F046";
}

.rct-icons-fa4 .rct-icon-leaf::before {
  content: "\F016";
}

.rct-icons-fa4 .rct-icon-parent-open::before {
  content: "\F115";
}

.rct-icons-fa4 .rct-icon-parent-close::before {
  content: "\F114";
}

.rct-icons-fa4 .rct-icon-expand-all::before {
  content: "\F0FE";
}

.rct-icons-fa4 .rct-icon-collapse-all::before {
  content: "\F146";
}

.rct-icons-fa5 .rct-icon-expand-close::before {
  font-weight: 900;
  content: "\F054";
}

.rct-icons-fa5 .rct-icon-expand-open::before {
  font-weight: 900;
  content: "\F078";
}

.rct-icons-fa5 .rct-icon-uncheck::before {
  content: "\F0C8";
}

.rct-icons-fa5 .rct-icon-check::before {
  content: "\F14A";
}

.rct-icons-fa5 .rct-icon-half-check::before {
  opacity: .5;
  content: "\F14A";
}

.rct-icons-fa5 .rct-icon-leaf::before {
  content: "\F15B";
}

.rct-icons-fa5 .rct-icon-parent-open::before {
  content: "\F07C";
}

.rct-icons-fa5 .rct-icon-parent-close::before {
  content: "\F07B";
}

.rct-icons-fa5 .rct-icon-expand-all::before {
  content: "\F0FE";
}

.rct-icons-fa5 .rct-icon-collapse-all::before {
  content: "\F146";
}

html {
    margin: auto;
    padding: 0;
    height: 100%;
    max-width: 1200px;
    align-content: center;
    width: 100%;
    background: whitesmoke;
    font-family: "Roboto", sans-serif;
}

a {
    color: inherit;
    text-decoration: inherit;
}

.button {
    background-color: cornflowerblue;
    color: white;
    font-family: "Roboto", sans-serif;
    font-size: inherit;
    font-weight: inherit;
    font-weight: bold;
    padding: 7px;
    margin: 5px;
    border-radius: 4px;
    border: none;
    transition-duration: 0.4s;
}

.button:hover {
    background-color: white;
    color: cornflowerblue;
    box-shadow: 3px 2px 2px 2px rgba(0, 0, 0, 0.2);
}

.button:disabled {
    background-color: darkgray;
    color: rgb(70, 70, 70);
}

.button:disabled:hover {
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0);
}

.header {
    position: relative;
    width: 100%;
    display: inline-flex;
    flex-wrap: wrap;
    font-size: 110%;
    color: #fff;
    background-color: rgb(0, 63, 114);
    margin: 2 5px;
    padding: 0;
    border-radius: 5px;
}

.header li {
    display: flexbox;
    list-style-type: none;
    margin: 5px;
    padding: 4px;
    border-radius: 4px;
}

.header li a {
    margin: 1px;
    padding: 1px;
    display: inline-table;
    text-decoration: none;
}

.header li.selected {
    background-color: #208ad1;
}

.header li.user {
    margin-left: auto;
}

.header li.logout a {
    display: inline-table;
    text-decoration: none;
    padding: 2px;
    border-radius: 4px;
    background-color: rgb(0, 84, 153);
    transition-duration: 0.4s;
}

.header li.logout a:hover {
    color: rgb(0, 84, 153);
    background-color: #fff;
}

.layout {
    margin: 0;
    padding: 0;
    width: 100%;
}

.body {
    background-color: white;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border-color: grey;
    border-style: solid;
    border-top-style: none;
    border-width: 2px;
    color: #000000;
    padding: 15px;
    margin: auto;
    max-width: 1300px;
    font-size: 16px;
}

.dev {
    font-family: 'Courier New', 'Courier', 'monospace';
}

.center {
    max-width: 85%;
    display: table;
    align-content: center;
    margin: 0 auto;
}

.center form {
    width: 350px;
}

.center form input[type=text], input[type=email], input[type=password] {
    width: 280px;
}

.center form span {
    font-size: smaller;
    color: rgb(70, 70, 70);
}

.center form ul {
    margin: 0;
    list-style-type: "- ";
}

.center dl dt {
    font-weight: bold;
}

.bottomline {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-size: inherit;
    max-width: 100%;
    background-color: lightgrey;
    margin: 0;
}

.bottomline a {
    margin: 5px;
    padding: 0 10px;
}

.push {
    height: 80px;
}

label {
    display: inline-block;
    padding-left: 10px;
    vertical-align: middle;
}

.icon {
    padding: 3 4px;
}

svg:not(.map):not(.chart) {
    vertical-align: middle;
    position: relative;
    max-height: 25px;
    max-width: 25px;
}

input,
/* .select, */

textarea {
    font-size: 14px;
    margin: 4px 8px;
    padding: 3px;
}

textarea {
    max-width: 100%;
    width: 90%;
    min-height: fit-content;
}

/* .select div {
    margin: 0;
    padding: 1 3px;
} */

input {
    min-height: 30px;
    border-style: solid;
    border-color: lightgray;
    border-width: 1px;
    border-radius: 4px;
}

input[type=checkbox] {
    min-height: unset;
}

table {
    width: 95%;
    border-collapse: collapse;
}

/* general table layout */

table, th, td {
    border: 1px solid lightgray;
}

/* User table (admin tools) */

.usertbl {
    overflow: auto;
}

.usertbl table thead {
    text-align: left;
    color: darkslategray;
    background: linear-gradient(175deg, white, lightgray 150%);
    border: 1px solid linear-gradient(175deg, lightgray, gray);
}

.usertbl table th, .usertbl table td {
    padding: 3px 4px;
}

.usertbl table td {
    border-left: none;
    border-right: none;
}

input[type="number"].year-range {
    font-size: 100%;
    font-weight: bold;
    max-width: 65px;
    border: 0;
}

.thumbtext {
    position: fixed;
    font-weight: bold;
    color: #548bf4;
    text-indent: -0.5em;
    top: -24px;
}

.slider-wrap {
    /* width: 560px; */
    padding: 0 20px;
}

svg.map {
    display: block;
    /* width: 600px;
    height: 400px; */
    border: 1px solid lightgray;
}

svg .country {
    stroke: white;
    stroke-width: 0.05px;
}

svg .country:hover {
    fill: black;
    cursor: pointer;
}

div .zoomMap {
    position: absolute;
}

div .zoomMap .button {
    opacity: 70%;
}
.dropbtn {
    background-color: rgb(0, 63, 114);;
    color: white;
    padding: 11px;
    font-size: 18px;
    border: none;
    margin: 2 5px;
    
  }
  
  .dropdown {
    position: relative;
    display: inline-block;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  .dropdown-content a:hover {background-color: #ddd;}
  
  .dropdown:hover .dropdown-content {display: block;}
  
  .dropdown:hover .dropbtn {background-color:rgb(0, 63, 114);;}

  
