@font-face {
  font-family: 'Roboto-Black';
  src:url('fonts/Roboto-Black.ttf');
font-weight: 900;
}

@font-face {
  font-family:'Roboto';
  src:url('fonts/Roboto-Regular.ttf');
font-weight: 400;
}

@font-face {
  font-family:'Roboto-Bold';
  src:url('fonts/Roboto-Bold.ttf');
  font-weight: 700;
}


body, html {
  margin: 0px;
  padding: 0px;
  font-family: Roboto-Black;
  font-weight: 900;
  font-size: 16px;
}
#crashpad-title {
  width: 250px;
}
.page-container {
  width: 100%;
  height: 100%;
}

button {
  outline: none;
  background: #e7198b;
  width: 100%;
  cursor: pointer;
  font-family: Roboto-Bold;
  text-decoration: none;
  color: #ffffff;
  border: none;
  border-radius: 12px;
  padding: 10px;
  margin: 10px;
  max-width: 200px;
}
date-picker label {
  text-align: center;
}
button:hover, a:hover {
  background: #e7198b;
}
#filters, #download-csv, select {
  background: #ffffff;
  color: #333333;
}
select {
  outline: none;
  width: 100%;
  cursor: pointer;
  font-family: Roboto-Bold;
  text-decoration: none;
  border: none;
  border-radius: 12px;
  padding: 10px;
  margin: 10px;
  width: 200px;
}
#controls {
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 20px;
  width: 200px;
  border-radius: 12px;
}
.nav {
  grid-area: nav;
  margin: 1rem;
}

.nav a {
  margin: 0 1em 0 0;
}

.header {
  background-image: url(./images/hero-image-1.png);
  background-size: 100%;
  height: 200px;
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#saved-reports {
  display: flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
}

.data-cell {
  border: 5px solid #777777;
  padding: 20px;
  font-family: Roboto;
  font-weight: 700;
  margin: 10px 0px;
  border-radius: 24px;
}
.data-cell-header {
  font-size: 24px;
}
.data-cell-body {
  font-size: 18px;
}
.data-cell-collection {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.data-cell-session-day {
  width: 265px;
  border: 5px solid #aaaaaa;
  padding: 20px;
  font-family: Roboto;
  font-weight: 700;
  margin: 5px 5px;
  border-radius: 12px;
}
.data-cell-session-day-header {
  margin-bottom: 5px;
}
.data-cell-session-header {
  margin-top: 10px;
  font-weight: 400;
  border-bottom: 1px solid #aaaaaa;
}
.data-cell-session-resource {
  font-size: 14px;
  margin: 5px 0px 5px 20px;
}
#fetched-data {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow-x: scroll;
}
#usage-data-table {
  width: 100%;
}
#duck-image {
  width: 150px;
  position: fixed;
  right: 20px;
  bottom: 10px;
}
table {
  width: 100%;
}
.table-title  {
  font-size: 24px;
  font-family: Roboto-Bold;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}
tr .table-header {
  font-family: Roboto-Black;
  font-weight: 900;
}
td {
  vertical-align: top;
  min-width: 100px;
  max-width: 250px;
  padding: 2px 10px;
  border-bottom: 1px solid #aaaaaa;
  font-family: Roboto;
  font-weight: 700;
}
.password {
  margin-bottom: 5px;
}
#login {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 18px;
  width: 220;
}
#wait-indicator {
  width: 150px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
.resources-column, .standard-description {
  min-width: 300px;
  max-width: 500px;
}