@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap");
.alert {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px 20px;
  cursor: pointer;
  color: white;
  font-weight: 600;
  letter-spacing: 1px;
  background-color: #f55a5a;
  z-index: 11;
  font-size: 0.9rem;
}
@media (orientation: portrait) and (min-width: 360px) {
  .alert {
    font-size: 1rem;
  }
}
@media (orientation: portrait) and (min-width: 400px) {
  .alert {
    font-size: 1rem;
  }
}
@media (orientation: portrait) and (min-width: 600px) {
  .alert {
    font-size: 1.2rem;
  }
}
@media (orientation: portrait) and (min-width: 900px) {
  .alert {
    font-size: 1.2rem;
  }
}
@media (orientation: landscape) and (min-width: 900px) {
  .alert {
    font-size: 1.2rem;
  }
}
@media (orientation: landscape) and (min-width: 1200px) {
  .alert {
    font-size: 1.2rem;
  }
}
@media (orientation: landscape) and (min-width: 1500px) {
  .alert {
    font-size: 1.2rem;
  }
}
@media (orientation: landscape) and (min-width: 1800px) {
  .alert {
    font-size: 1.2rem;
  }
}
@media (min-width: 600px) {
  .alert {
    padding: 15px 30px 15px 120px;
  }
}
.alert-notifier {
  background-color: #45f456;
}

.std-card {
  box-shadow: 2px 2px 28px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  margin-bottom: 20px;
}
@media (min-width: 600px) {
  .std-card {
    margin-bottom: 30px;
  }
}
.std-card-title {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  padding: 20px;
  background-color: #F4F6F9;
  border-bottom: 1px solid #d7d7d7;
}
@media (min-width: 900px) {
  .std-card-title {
    padding: 30px;
  }
}
.std-card-title-text {
  font-weight: 700;
  color: #6F6F6F;
  font-size: 1.7rem;
  display: block;
}
.std-card-title-subtext {
  margin-top: 5px;
  display: block;
  font-size: 0.9rem;
  color: #afafaf;
}
.std-card-content {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  padding-top: 20px;
  min-width: 0;
}
@media (min-width: 900px) {
  .std-card-content {
    padding-top: 30px;
  }
}
.std-card-content-nopadding {
  padding-top: 0;
}
.std-card-content-row {
  width: 100%;
  padding: 0 10px;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
@media (min-width: 900px) {
  .std-card-content-row {
    padding: 0 15px;
  }
}
.std-card-content-row-margin {
  margin-top: 15px;
}
.std-card-content-row-margin:first-child {
  margin-top: 0;
}
.std-card-content-row-title {
  margin-left: 10px;
  font-weight: 900;
  font-size: 1.6rem;
  color: #2D2D2D;
  flex-basis: 100%;
}
@media (min-width: 600px) {
  .std-card-content-row-title {
    flex-basis: auto;
  }
}
@media (min-width: 900px) {
  .std-card-content-row-title {
    margin-left: 15px;
  }
}
.std-card-content-row-button {
  border-radius: 1000px;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-left: 10px;
  padding: 10px 20px;
  margin-top: 10px;
}
@media (min-width: 600px) {
  .std-card-content-row-button {
    margin-top: 0;
    margin-left: 20px;
  }
}
.std-card-content-row-button > img {
  width: 12px;
  margin-left: 10px;
}
.std-card-content-row-button > span {
  font-size: 0.8rem;
  font-weight: 300;
}
.std-card-content-row-col-25 {
  flex-basis: 100%;
  width: 100%;
  flex-shrink: 1;
  flex-grow: 0;
  padding: 0 10px;
  margin-bottom: 30px;
}
@media (min-width: 900px) {
  .std-card-content-row-col-25 {
    margin-bottom: 0;
    flex-basis: 25%;
    width: 25%;
    padding: 0 15px;
  }
}
.std-card-content-row-col-25:last-child {
  margin-bottom: 0;
}
.std-card-content-row-col-50 {
  flex-basis: 100%;
  width: 100%;
  flex-shrink: 1;
  flex-grow: 0;
  padding: 0 10px;
  margin-bottom: 30px;
}
@media (min-width: 900px) {
  .std-card-content-row-col-50 {
    margin-bottom: 0;
    flex-basis: 50%;
    width: 50%;
    padding: 0 15px;
  }
}
.std-card-content-row-col-50:last-child {
  margin-bottom: 0;
}
.std-card-content-row-col-66 {
  flex-basis: 100%;
  width: 100%;
  flex-shrink: 1;
  flex-grow: 0;
  padding: 0 10px;
  margin-bottom: 30px;
}
@media (min-width: 900px) {
  .std-card-content-row-col-66 {
    margin-bottom: 0;
    flex-basis: 66.67%;
    width: 66.67%;
    padding: 0 15px;
  }
}
.std-card-content-row-col-66:last-child {
  margin-bottom: 0;
}
.std-card-content-row-col-100 {
  flex-basis: 100%;
  width: 100%;
  flex-shrink: 1;
  flex-grow: 0;
  padding: 0 10px;
  margin-bottom: 30px;
}
@media (min-width: 900px) {
  .std-card-content-row-col-100 {
    margin-bottom: 0;
    padding: 0 15px;
  }
}
.std-card-content-row-col-100:last-child {
  margin-bottom: 0;
}
.std-card-content-row-col-33 {
  flex-basis: 100%;
  flex-shrink: 1;
  flex-grow: 0;
  padding: 0 10px;
  margin-bottom: 30px;
}
@media (min-width: 900px) {
  .std-card-content-row-col-33 {
    margin-bottom: 0;
    padding: 0 15px;
    flex-basis: 33.33%;
    width: 33.33%;
  }
}
.std-card-content-row-col-33:last-child {
  margin-bottom: 0;
}
.std-card-content-header {
  background-color: #F9F9F9;
  padding: 20px 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}
@media (min-width: 900px) {
  .std-card-content-header {
    padding: 20px 30px;
  }
}
.std-card-content-header-left, .std-card-content-header-right {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}
@media (orientation: landscape) {
  .std-card-content-header-left, .std-card-content-header-right {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
}
.std-card-content-header-left-title, .std-card-content-header-right-title {
  font-weight: 700;
  color: #999999;
  margin-right: 10px;
  font-size: 0.8rem;
}
@media (orientation: portrait) and (min-width: 360px) {
  .std-card-content-header-left-title, .std-card-content-header-right-title {
    font-size: 0.9rem;
  }
}
@media (orientation: portrait) and (min-width: 400px) {
  .std-card-content-header-left-title, .std-card-content-header-right-title {
    font-size: 0.9rem;
  }
}
@media (orientation: portrait) and (min-width: 600px) {
  .std-card-content-header-left-title, .std-card-content-header-right-title {
    font-size: 1rem;
  }
}
@media (orientation: portrait) and (min-width: 900px) {
  .std-card-content-header-left-title, .std-card-content-header-right-title {
    font-size: 1rem;
  }
}
@media (orientation: landscape) and (min-width: 900px) {
  .std-card-content-header-left-title, .std-card-content-header-right-title {
    font-size: 1rem;
  }
}
@media (orientation: landscape) and (min-width: 1200px) {
  .std-card-content-header-left-title, .std-card-content-header-right-title {
    font-size: 0.9rem;
  }
}
@media (orientation: landscape) and (min-width: 1500px) {
  .std-card-content-header-left-title, .std-card-content-header-right-title {
    font-size: 1rem;
  }
}
@media (orientation: landscape) and (min-width: 1800px) {
  .std-card-content-header-left-title, .std-card-content-header-right-title {
    font-size: 1rem;
  }
}
.std-card-content-header-left-button, .std-card-content-header-right-button {
  background-color: #262626;
  border-radius: 10000px;
  font-size: 0.9rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  height: 39px;
  padding: 8px 12px;
  margin-right: 10px;
  color: white;
}
.std-card-content-header-left-button > img, .std-card-content-header-right-button > img {
  width: 14px;
  margin-right: 8px;
}
.std-card-content-header-left-button > span, .std-card-content-header-right-button > span {
  color: white;
  font-size: 0.9rem;
  font-weight: 700;
}
.std-card-content-header-left-button:disabled, .std-card-content-header-right-button:disabled {
  background-color: #d7d7d7;
  cursor: not-allowed;
}
.std-card-content-header-left-field, .std-card-content-header-right-field {
  background-color: #262626;
  border-radius: 10000px;
  height: 39px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  margin-top: 15px;
}
@media (orientation: landscape) {
  .std-card-content-header-left-field, .std-card-content-header-right-field {
    margin-right: 10px;
    margin-top: 0;
  }
}
.std-card-content-header-left-field-disabled, .std-card-content-header-right-field-disabled {
  background-color: #d7d7d7;
}
.std-card-content-header-left-field-disabled > select, .std-card-content-header-right-field-disabled > select {
  background-color: #d7d7d7;
  cursor: not-allowed;
}
.std-card-content-header-left-field-input, .std-card-content-header-right-field-input {
  width: 100%;
  font-size: 0.9rem;
  font-weight: 700;
  border: 0;
  color: white;
  background-color: #262626;
}
.std-card-content-header-left-field-select, .std-card-content-header-right-field-select {
  width: 100%;
  font-size: 0.9rem;
  font-weight: 700;
  border: 0;
  color: white;
  background-color: #262626;
}
.std-card-content-header-right {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 15px;
}
.std-card-content-header-right-title {
  margin-right: 0;
  font-size: 0.8rem;
}
@media (orientation: portrait) and (min-width: 360px) {
  .std-card-content-header-right-title {
    font-size: 0.9rem;
  }
}
@media (orientation: portrait) and (min-width: 400px) {
  .std-card-content-header-right-title {
    font-size: 0.9rem;
  }
}
@media (orientation: portrait) and (min-width: 600px) {
  .std-card-content-header-right-title {
    font-size: 1rem;
  }
}
@media (orientation: portrait) and (min-width: 900px) {
  .std-card-content-header-right-title {
    font-size: 1rem;
  }
}
@media (orientation: landscape) and (min-width: 900px) {
  .std-card-content-header-right-title {
    font-size: 1rem;
  }
}
@media (orientation: landscape) and (min-width: 1200px) {
  .std-card-content-header-right-title {
    font-size: 0.9rem;
  }
}
@media (orientation: landscape) and (min-width: 1500px) {
  .std-card-content-header-right-title {
    font-size: 1rem;
  }
}
@media (orientation: landscape) and (min-width: 1800px) {
  .std-card-content-header-right-title {
    font-size: 1rem;
  }
}
.std-card-content-table {
  min-width: 0;
  overflow-x: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.std-card-content-table > table {
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  min-width: 100%;
}
.std-card-content-table > table > thead > tr > th {
  font-weight: 700;
  padding: 15px 20px;
  text-align: left;
  border-bottom: 1px solid #d7d7d7;
}
@media (min-width: 600px) {
  .std-card-content-table > table > thead > tr > th {
    padding: 22.5px 30px;
  }
}
.std-card-content-table > table > tbody > tr > td {
  border-bottom: 1px solid #d7d7d7;
  padding: 10px 20px;
  text-align: left;
}
@media (min-width: 600px) {
  .std-card-content-table > table > tbody > tr > td {
    padding: 15px 30px;
  }
}
.std-card-content-table > table > tbody > tr:last-child > td {
  border-bottom: 0;
}
.std-card-content-table > table > tbody > tr.std-card-content-table-emptytr > td {
  text-align: center;
  font-style: italic;
  padding: 40px 20px;
  color: #d7d7d7;
}
@media (min-width: 600px) {
  .std-card-content-table > table > tbody > tr.std-card-content-table-emptytr > td {
    padding: 60px 30px;
  }
}
.std-card-content-table-checkbox {
  appearance: none;
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 5px;
  background-color: #d7d7d7;
  cursor: pointer;
  outline: 0;
  position: relative;
}
.std-card-content-table-checkbox:disabled {
  background-color: #eeeeee;
  cursor: not-allowed;
}
.std-card-content-table-checkbox:checked {
  background-color: #008ACF;
}
.std-card-content-table-checkbox:disabled:checked {
  background-color: #d03131;
}
.std-card-content-table-checkbox:checked::after {
  font-family: "Lato", sans-serif;
  content: "✔";
  position: absolute;
  font-size: 25px;
  top: -2px;
  left: 4px;
  color: white;
}
.std-card-content-table-field {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 2px solid #262626;
  background-color: #F4F4F4;
  text-align: center;
  padding: 8px 12px;
}
.std-card-content-table-field::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.std-card-content-table-field::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.std-card-content-table-field[type=number] {
  -moz-appearance: none;
}
.std-card-content-table-field:disabled {
  background-color: #d7d7d7;
  cursor: not-allowed;
}
.std-card-content-table-select {
  border: 0;
  border-radius: 10000px;
  background-color: #262626;
  height: 28px;
  padding: 7px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.std-card-content-table-select-disabled {
  background-color: #d7d7d7;
}
.std-card-content-table-select-disabled > select {
  background-color: #d7d7d7;
}
.std-card-content-table-select-element {
  width: 100%;
  display: block;
  border: 0;
  font-size: 0.9rem;
  color: white;
  background-color: #262626;
}
.std-card-content-table-button {
  border: 0;
  border-radius: 4px;
  background-color: #262626;
  width: 28px;
  height: 28px;
  padding: 7px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.std-card-content-table-button > img {
  width: 100%;
}
.std-card-content-table-button:disabled {
  background-color: #d7d7d7;
  cursor: not-allowed;
}
.std-card-content-fullbutton {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 55px;
  background-color: #262626;
  font-size: 1rem;
  font-weight: 900;
  color: white;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.std-card-content-fullbutton:disabled {
  cursor: not-allowed;
}
.std-card-content-footer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #d7d7d7;
}
.std-card-content-footer-height {
  height: 55px;
}
.std-card-content-footer-message {
  padding-left: 20px;
  color: #F87474;
  font-size: 0.7rem;
}
@media (orientation: portrait) and (min-width: 360px) {
  .std-card-content-footer-message {
    font-size: 0.8rem;
  }
}
@media (orientation: portrait) and (min-width: 400px) {
  .std-card-content-footer-message {
    font-size: 0.8rem;
  }
}
@media (orientation: portrait) and (min-width: 600px) {
  .std-card-content-footer-message {
    font-size: 0.9rem;
  }
}
@media (orientation: portrait) and (min-width: 900px) {
  .std-card-content-footer-message {
    font-size: 0.9rem;
  }
}
@media (orientation: landscape) and (min-width: 900px) {
  .std-card-content-footer-message {
    font-size: 0.9rem;
  }
}
@media (orientation: landscape) and (min-width: 1200px) {
  .std-card-content-footer-message {
    font-size: 0.9rem;
  }
}
@media (orientation: landscape) and (min-width: 1500px) {
  .std-card-content-footer-message {
    font-size: 0.9rem;
  }
}
@media (orientation: landscape) and (min-width: 1800px) {
  .std-card-content-footer-message {
    font-size: 0.9rem;
  }
}
@media (min-width: 900px) {
  .std-card-content-footer-message {
    padding-left: 30px;
  }
}
.std-card-content-footer-message-plain {
  color: #d7d7d7;
}
.std-card-content-footer-buttongroup {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
.std-card-content-footer-buttongroup-text {
  letter-spacing: 1px;
  font-size: 1rem;
  color: #d7d7d7;
}
.std-card-content-footer-buttongroup-button {
  border-bottom-right-radius: 15px;
  outline: 0;
  padding: 10px;
  margin-left: 10px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.std-card-content-footer-buttongroup-button > img {
  width: 28px;
}

.std-form-text {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}
.std-form-text-label {
  font-size: 0.8rem;
  margin-bottom: 6px;
  color: #008ACF;
  font-weight: 900;
}
.std-form-text-value {
  font-size: 1.1rem;
  color: #383838;
  font-weight: 900;
}
.std-form-text-subtext {
  font-size: 0.8rem;
  color: #afafaf;
  margin-top: 5px;
}

.std-form-input {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}
.std-form-input-field {
  font-size: 1.1rem;
  color: #383838;
  padding-top: 4px;
  padding-bottom: 6px;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 2px solid #eaeaea;
  background: none;
  outline: 0;
  min-width: 0;
  width: 100%;
}
.std-form-input-field:disabled {
  color: #d7d7d7;
  cursor: not-allowed;
}
.std-form-input-field::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #eaeaea;
  opacity: 1; /* Firefox */
}
.std-form-input-field:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #eaeaea;
}
.std-form-input-field::-ms-input-placeholder { /* Microsoft Edge */
  color: #eaeaea;
}

.std-form-select-field {
  font-size: 1.1rem;
  color: #383838;
  padding-top: 4px;
  padding-bottom: 6px;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 2px solid #eaeaea;
  background: none;
  outline: 0;
  min-width: 0;
  width: 100%;
}
.std-form-select-field:disabled {
  color: #d7d7d7;
  cursor: not-allowed;
}
.std-form-select-field > option:disabled {
  color: #eaeaea;
}

.std-form-date-group {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media (min-width: 1200px) {
  .std-form-date-group {
    flex-direction: row;
    align-items: center;
  }
}
.std-form-date-group > input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #eaeaea;
  opacity: 1; /* Firefox */
}
.std-form-date-group > input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #eaeaea;
}
.std-form-date-group > input::-ms-input-placeholder { /* Microsoft Edge */
  color: #eaeaea;
}
.std-form-date-group-day {
  width: 35px;
  text-align: center;
  font-size: 1.1rem;
  color: #383838;
  padding-top: 4px;
  padding-bottom: 6px;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 2px solid #eaeaea;
  background: none;
  outline: 0;
}
.std-form-date-group-month {
  width: 35px;
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 1.1rem;
  color: #383838;
  padding-top: 4px;
  padding-bottom: 6px;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 2px solid #eaeaea;
  background: none;
  outline: 0;
}
.std-form-date-group-year {
  width: 60px;
  text-align: center;
  font-size: 1.1rem;
  color: #383838;
  padding-top: 4px;
  padding-bottom: 6px;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 2px solid #eaeaea;
  background: none;
  outline: 0;
}
.std-form-date-group-separator {
  color: #eaeaea;
  margin: 0 15px;
  display: inline-block;
  font-weight: 900;
}

.std-form-checkbox-group {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
}
.std-form-checkbox-group-field {
  margin: 0 10px 0 0;
  appearance: none;
  width: 22px;
  height: 22px;
  border: 0;
  background-color: #d7d7d7;
  cursor: pointer;
  outline: 0;
  position: relative;
  flex-shrink: 0;
}
.std-form-checkbox-group-field:disabled {
  background-color: #eeeeee;
  cursor: not-allowed;
}
.std-form-checkbox-group-field:checked {
  background-color: #008ACF;
}
.std-form-checkbox-group-field:disabled:checked {
  background-color: #d03131;
}
.std-form-checkbox-group-field:checked::after {
  font-family: "Lato", sans-serif;
  content: "✔";
  position: absolute;
  font-size: 19px;
  top: -1px;
  left: 3px;
  color: white;
}
.std-form-checkbox-group-text {
  font-size: 0.9rem;
  font-weight: 300;
}
.std-form-checkbox-subtext {
  font-size: 0.8rem;
  color: #afafaf;
  margin-top: 5px;
}

.std-form-file-field {
  padding-bottom: 0;
  font-size: 1rem;
}
.std-form-file-field::-webkit-file-upload-button {
  border: 0;
  background-color: #88CCF0;
  color: white;
  font-size: 0.8rem;
  padding: 6px 10px;
  margin-right: 15px;
  cursor: pointer;
}
.std-form-file-field:disabled::-webkit-file-upload-button {
  background-color: #d7d7d7;
  cursor: not-allowed;
}
.std-form-file-field::file-selector-button {
  border: 0;
  background-color: #88CCF0;
  color: white;
  font-size: 0.8rem;
  padding: 6px 10px;
  margin-right: 15px;
  cursor: pointer;
}
.std-form-file-field:disabled::file-selector-button {
  background-color: #d7d7d7;
  cursor: not-allowed;
}
.std-form-file-field::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #eaeaea;
  opacity: 1; /* Firefox */
}
.std-form-file-field:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #eaeaea;
}
.std-form-file-field::-ms-input-placeholder { /* Microsoft Edge */
  color: #eaeaea;
}

.std-form-button-element {
  align-self: flex-start;
  margin-top: 5px;
  cursor: pointer;
  outline: 0;
  border-radius: 1000px;
  border: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  color: white;
  font-size: 0.85rem;
  padding: 10px 15px;
  background-color: #008ACF;
}
.std-form-button-element:disabled {
  background-color: #d7d7d7;
  cursor: not-allowed;
}

.std-form-plaintext {
  font-size: 1rem;
  text-align: left;
  color: #262626;
}

.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  background-color: #eaecef;
}
@media (min-width: 600px) {
  .footer {
    padding: 50px 30px;
  }
}
.footer-logo {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.footer-logo > img {
  width: 100px;
  margin: 20px;
}
.footer-copyright {
  margin-top: 20px;
  font-size: 0.9rem;
  color: #979797;
  text-align: center;
}
.footer-copyright > a {
  color: #383838;
  text-decoration: underline;
}

.header {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  position: fixed;
  width: 100%;
  z-index: 9;
}
@media (min-width: 600px) {
  .header {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    height: 75px;
  }
}
.header-mobilemenu {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
@media (min-width: 600px) {
  .header-mobilemenu {
    display: none !important;
  }
}
.header-mobilemenu-button {
  background-color: white;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1);
  width: 45px;
  height: 45px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
.header-mobilemenu-button > img {
  width: 18px;
}
.header-mobilemenu-text {
  margin-left: 10px;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 1px;
  color: #adadad;
}
.header-logout {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  position: fixed;
  top: 20px;
  right: 20px;
}
@media (min-width: 600px) {
  .header-logout {
    top: 30px;
    right: 30px;
  }
}
.header-logout-text {
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 2px;
  color: #6d6d6d;
  margin-right: 10px;
  display: none;
}
@media (min-width: 600px) {
  .header-logout-text {
    display: inline;
  }
}
.header-logout-button {
  background-color: white;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1);
  width: 45px;
  height: 45px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
.header-logout-button > img {
  width: 18px;
}

.loader {
  width: 100%;
  font-size: 0;
  height: 8px;
  text-align: left;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #6d6d6d;
  transition: top 0.2s;
  z-index: 11;
}
.loader-bar {
  width: 100%;
  height: 100%;
  background-color: #88CCF0;
  transform: scaleX(0);
  transition: transform 0.2s;
  transform-origin: 0;
}

.menu {
  background-color: #008ACF;
  display: flex;
  flex-direction: column;
  box-shadow: 0 3px 10px rgba(0.2, 0.2, 0.2, 0.4);
  height: 100%;
  width: 55px;
  position: fixed;
  padding-top: 20px;
  align-items: stretch;
  left: -100px;
  z-index: 12;
  transition: left ease 0.3s;
}
@media (min-width: 400px) {
  .menu {
    width: 75px;
  }
}
@media (min-width: 600px) {
  .menu {
    left: 0 !important;
    width: 90px;
    padding-top: 30px;
  }
}
.menu-title {
  writing-mode: vertical-lr;
  font-size: 1.7rem;
  color: white;
  text-align: center;
  font-weight: 900;
  display: flex;
  align-items: center;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
@media (min-width: 400px) {
  .menu-title {
    font-size: 2.2rem;
  }
}
.menu-link {
  height: 55px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 400px) {
  .menu-link {
    height: 75px;
  }
}
@media (min-width: 600px) {
  .menu-link {
    height: 90px;
  }
}
.menu-link-img {
  width: 20px;
  display: inline-block;
}
@media (min-width: 400px) {
  .menu-link-img {
    width: 23px;
  }
}
@media (min-width: 600px) {
  .menu-link-img {
    padding: 0;
    width: 26px;
  }
}
.menu-link-title {
  font-weight: 400;
  color: white;
  display: none;
}
@media (min-width: 400px) {
  .menu-link-title {
    display: inline;
    margin-top: 7px;
    font-size: 0.5rem;
  }
}
@media (min-width: 600px) {
  .menu-link-title {
    font-size: 0.6rem;
  }
}
.menu-link-active {
  background-color: #383838;
}

.std-overlay {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 13;
  background-color: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(5px);
  top: 0;
  left: 0;
}
.std-overlay .std-modal {
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  margin-bottom: 20px;
}
@media (min-width: 600px) {
  .std-overlay .std-modal {
    margin-bottom: 30px;
  }
}
.std-overlay .std-modal-title {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  padding: 20px;
  background-color: #2D2D2D;
  border-bottom: 1px solid #d7d7d7;
  color: white;
  font-weight: 700;
  font-size: 1.1rem;
}
@media (orientation: portrait) and (min-width: 360px) {
  .std-overlay .std-modal-title {
    font-size: 1.2rem;
  }
}
@media (orientation: portrait) and (min-width: 400px) {
  .std-overlay .std-modal-title {
    font-size: 1.2rem;
  }
}
@media (orientation: portrait) and (min-width: 600px) {
  .std-overlay .std-modal-title {
    font-size: 1.3rem;
  }
}
@media (orientation: portrait) and (min-width: 900px) {
  .std-overlay .std-modal-title {
    font-size: 1.3rem;
  }
}
@media (orientation: landscape) and (min-width: 900px) {
  .std-overlay .std-modal-title {
    font-size: 1.3rem;
  }
}
@media (orientation: landscape) and (min-width: 1200px) {
  .std-overlay .std-modal-title {
    font-size: 1.3rem;
  }
}
@media (orientation: landscape) and (min-width: 1500px) {
  .std-overlay .std-modal-title {
    font-size: 1.3rem;
  }
}
@media (orientation: landscape) and (min-width: 1800px) {
  .std-overlay .std-modal-title {
    font-size: 1.3rem;
  }
}
.std-overlay .std-modal-content {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  padding-top: 20px;
  min-width: 0;
}
.std-overlay .std-modal-content-text {
  color: #262626;
  font-size: 0.9rem;
}
@media (orientation: portrait) and (min-width: 360px) {
  .std-overlay .std-modal-content-text {
    font-size: 1rem;
  }
}
@media (orientation: portrait) and (min-width: 400px) {
  .std-overlay .std-modal-content-text {
    font-size: 1rem;
  }
}
@media (orientation: portrait) and (min-width: 600px) {
  .std-overlay .std-modal-content-text {
    font-size: 1rem;
  }
}
@media (orientation: portrait) and (min-width: 900px) {
  .std-overlay .std-modal-content-text {
    font-size: 1rem;
  }
}
@media (orientation: landscape) and (min-width: 900px) {
  .std-overlay .std-modal-content-text {
    font-size: 1rem;
  }
}
@media (orientation: landscape) and (min-width: 1200px) {
  .std-overlay .std-modal-content-text {
    font-size: 1rem;
  }
}
@media (orientation: landscape) and (min-width: 1500px) {
  .std-overlay .std-modal-content-text {
    font-size: 1rem;
  }
}
@media (orientation: landscape) and (min-width: 1800px) {
  .std-overlay .std-modal-content-text {
    font-size: 1rem;
  }
}
.std-overlay .std-modal-content-row {
  width: 100%;
  padding: 0 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
.std-overlay .std-modal-content-row-col-50 {
  flex-basis: 100%;
  flex-shrink: 1;
  flex-grow: 0;
  padding: 0 10px;
  margin-bottom: 30px;
}
@media (min-width: 900px) {
  .std-overlay .std-modal-content-row-col-50 {
    margin-bottom: 0;
    flex-basis: 50%;
  }
}
.std-overlay .std-modal-content-row-col-50:last-child {
  margin-bottom: 0;
}
.std-overlay .std-modal-content-row-col-100 {
  flex-basis: 100%;
  flex-shrink: 1;
  flex-grow: 0;
  padding: 0 10px;
  margin-bottom: 30px;
}
@media (min-width: 900px) {
  .std-overlay .std-modal-content-row-col-100 {
    margin-bottom: 0;
  }
}
.std-overlay .std-modal-content-row-col-100:last-child {
  margin-bottom: 0;
}
.std-overlay .std-modal-content-footer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #d7d7d7;
  padding: 20px;
  background-color: #f6f6f6;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.std-overlay .std-modal-content-footer-button {
  font-size: 1rem;
  padding: 10px 17px;
}

.std-modal2 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 100;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(5px);
}
.std-modal2-box {
  background-color: #ffffff;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.1);
  min-width: calc(100% - 40px);
}
@media (min-width: 600px) {
  .std-modal2-box {
    min-width: auto;
  }
}
.std-modal2-box-header {
  display: flex;
  padding: 20px;
  background-color: #2D2D2D;
  color: white;
  font-weight: 700;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
@media (min-width: 600px) {
  .std-modal2-box-header {
    padding: 30px;
  }
}
.std-modal2-box-header-title {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: white;
  font-size: 1.1rem;
}
@media (orientation: portrait) and (min-width: 360px) {
  .std-modal2-box-header-title {
    font-size: 1.2rem;
  }
}
@media (orientation: portrait) and (min-width: 400px) {
  .std-modal2-box-header-title {
    font-size: 1.2rem;
  }
}
@media (orientation: portrait) and (min-width: 600px) {
  .std-modal2-box-header-title {
    font-size: 1.3rem;
  }
}
@media (orientation: portrait) and (min-width: 900px) {
  .std-modal2-box-header-title {
    font-size: 1.3rem;
  }
}
@media (orientation: landscape) and (min-width: 900px) {
  .std-modal2-box-header-title {
    font-size: 1.3rem;
  }
}
@media (orientation: landscape) and (min-width: 1200px) {
  .std-modal2-box-header-title {
    font-size: 1.3rem;
  }
}
@media (orientation: landscape) and (min-width: 1500px) {
  .std-modal2-box-header-title {
    font-size: 1.3rem;
  }
}
@media (orientation: landscape) and (min-width: 1800px) {
  .std-modal2-box-header-title {
    font-size: 1.3rem;
  }
}
.std-modal2-box-header-close {
  margin-left: 30px;
  border-radius: 3px;
  padding: 5px;
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.std-modal2-box-header-close > img {
  width: 100%;
}
.std-modal2-box-content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}
@media (min-width: 600px) {
  .std-modal2-box-content {
    padding: 30px;
  }
}
.std-modal2-box-content-row {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 20px;
}
@media (min-width: 600px) {
  .std-modal2-box-content-row {
    margin-bottom: 30px;
  }
}
.std-modal2-box-content-row:last-child {
  margin-bottom: 0;
}
.std-modal2-box-content-row-head {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}
.std-modal2-box-content-row-head-title {
  font-weight: 700;
  margin-bottom: 1px;
  color: #737373;
  font-size: 0.7rem;
}
@media (orientation: portrait) and (min-width: 360px) {
  .std-modal2-box-content-row-head-title {
    font-size: 0.8rem;
  }
}
@media (orientation: portrait) and (min-width: 400px) {
  .std-modal2-box-content-row-head-title {
    font-size: 0.8rem;
  }
}
@media (orientation: portrait) and (min-width: 600px) {
  .std-modal2-box-content-row-head-title {
    font-size: 0.8rem;
  }
}
@media (orientation: portrait) and (min-width: 900px) {
  .std-modal2-box-content-row-head-title {
    font-size: 0.8rem;
  }
}
@media (orientation: landscape) and (min-width: 900px) {
  .std-modal2-box-content-row-head-title {
    font-size: 0.9rem;
  }
}
@media (orientation: landscape) and (min-width: 1200px) {
  .std-modal2-box-content-row-head-title {
    font-size: 0.8rem;
  }
}
@media (orientation: landscape) and (min-width: 1500px) {
  .std-modal2-box-content-row-head-title {
    font-size: 0.8rem;
  }
}
@media (orientation: landscape) and (min-width: 1800px) {
  .std-modal2-box-content-row-head-title {
    font-size: 0.9rem;
  }
}
.std-modal2-box-content-row-head-subtitle {
  color: #737373;
  margin-bottom: 2px;
  font-size: 0.7rem;
}
@media (orientation: portrait) and (min-width: 360px) {
  .std-modal2-box-content-row-head-subtitle {
    font-size: 0.8rem;
  }
}
@media (orientation: portrait) and (min-width: 400px) {
  .std-modal2-box-content-row-head-subtitle {
    font-size: 0.8rem;
  }
}
@media (orientation: portrait) and (min-width: 600px) {
  .std-modal2-box-content-row-head-subtitle {
    font-size: 0.8rem;
  }
}
@media (orientation: portrait) and (min-width: 900px) {
  .std-modal2-box-content-row-head-subtitle {
    font-size: 0.8rem;
  }
}
@media (orientation: landscape) and (min-width: 900px) {
  .std-modal2-box-content-row-head-subtitle {
    font-size: 0.9rem;
  }
}
@media (orientation: landscape) and (min-width: 1200px) {
  .std-modal2-box-content-row-head-subtitle {
    font-size: 0.8rem;
  }
}
@media (orientation: landscape) and (min-width: 1500px) {
  .std-modal2-box-content-row-head-subtitle {
    font-size: 0.8rem;
  }
}
@media (orientation: landscape) and (min-width: 1800px) {
  .std-modal2-box-content-row-head-subtitle {
    font-size: 0.9rem;
  }
}
.std-modal2-box-content-row-message {
  font-size: 1rem;
}
@media (orientation: portrait) and (min-width: 360px) {
  .std-modal2-box-content-row-message {
    font-size: 1.1rem;
  }
}
@media (orientation: portrait) and (min-width: 400px) {
  .std-modal2-box-content-row-message {
    font-size: 1.1rem;
  }
}
@media (orientation: portrait) and (min-width: 600px) {
  .std-modal2-box-content-row-message {
    font-size: 1.1rem;
  }
}
@media (orientation: portrait) and (min-width: 900px) {
  .std-modal2-box-content-row-message {
    font-size: 1.1rem;
  }
}
@media (orientation: landscape) and (min-width: 900px) {
  .std-modal2-box-content-row-message {
    font-size: 1.2rem;
  }
}
@media (orientation: landscape) and (min-width: 1200px) {
  .std-modal2-box-content-row-message {
    font-size: 1.1rem;
  }
}
@media (orientation: landscape) and (min-width: 1500px) {
  .std-modal2-box-content-row-message {
    font-size: 1.2rem;
  }
}
@media (orientation: landscape) and (min-width: 1800px) {
  .std-modal2-box-content-row-message {
    font-size: 1.2rem;
  }
}
.std-modal2-box-content-row-wrapped {
  margin-top: 8px;
}
.std-modal2-box-content-row-wrapped-text {
  display: block;
  font-size: 1rem;
}
@media (orientation: portrait) and (min-width: 360px) {
  .std-modal2-box-content-row-wrapped-text {
    font-size: 1.1rem;
  }
}
@media (orientation: portrait) and (min-width: 400px) {
  .std-modal2-box-content-row-wrapped-text {
    font-size: 1.1rem;
  }
}
@media (orientation: portrait) and (min-width: 600px) {
  .std-modal2-box-content-row-wrapped-text {
    font-size: 1.1rem;
  }
}
@media (orientation: portrait) and (min-width: 900px) {
  .std-modal2-box-content-row-wrapped-text {
    font-size: 1.1rem;
  }
}
@media (orientation: landscape) and (min-width: 900px) {
  .std-modal2-box-content-row-wrapped-text {
    font-size: 1.2rem;
  }
}
@media (orientation: landscape) and (min-width: 1200px) {
  .std-modal2-box-content-row-wrapped-text {
    font-size: 1.1rem;
  }
}
@media (orientation: landscape) and (min-width: 1500px) {
  .std-modal2-box-content-row-wrapped-text {
    font-size: 1.2rem;
  }
}
@media (orientation: landscape) and (min-width: 1800px) {
  .std-modal2-box-content-row-wrapped-text {
    font-size: 1.2rem;
  }
}
.std-modal2-box-content-row-wrapped-intext {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}
.std-modal2-box-content-row-wrapped-intext-input {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 8px 12px;
  background-color: #ffffff;
  border-radius: 8px;
}
.std-modal2-box-content-row-wrapped-intext-input > input, .std-modal2-box-content-row-wrapped-intext-input > select {
  width: 100%;
  border: 0;
  outline: 0;
  background-color: white;
  font-size: 1rem;
}
@media (orientation: portrait) and (min-width: 360px) {
  .std-modal2-box-content-row-wrapped-intext-input > input, .std-modal2-box-content-row-wrapped-intext-input > select {
    font-size: 1.1rem;
  }
}
@media (orientation: portrait) and (min-width: 400px) {
  .std-modal2-box-content-row-wrapped-intext-input > input, .std-modal2-box-content-row-wrapped-intext-input > select {
    font-size: 1.1rem;
  }
}
@media (orientation: portrait) and (min-width: 600px) {
  .std-modal2-box-content-row-wrapped-intext-input > input, .std-modal2-box-content-row-wrapped-intext-input > select {
    font-size: 1.1rem;
  }
}
@media (orientation: portrait) and (min-width: 900px) {
  .std-modal2-box-content-row-wrapped-intext-input > input, .std-modal2-box-content-row-wrapped-intext-input > select {
    font-size: 1.1rem;
  }
}
@media (orientation: landscape) and (min-width: 900px) {
  .std-modal2-box-content-row-wrapped-intext-input > input, .std-modal2-box-content-row-wrapped-intext-input > select {
    font-size: 1.2rem;
  }
}
@media (orientation: landscape) and (min-width: 1200px) {
  .std-modal2-box-content-row-wrapped-intext-input > input, .std-modal2-box-content-row-wrapped-intext-input > select {
    font-size: 1.1rem;
  }
}
@media (orientation: landscape) and (min-width: 1500px) {
  .std-modal2-box-content-row-wrapped-intext-input > input, .std-modal2-box-content-row-wrapped-intext-input > select {
    font-size: 1.2rem;
  }
}
@media (orientation: landscape) and (min-width: 1800px) {
  .std-modal2-box-content-row-wrapped-intext-input > input, .std-modal2-box-content-row-wrapped-intext-input > select {
    font-size: 1.2rem;
  }
}
.std-modal2-box-content-row-wrapped-intext-warning {
  color: #ff5461;
  margin-top: 8px;
  display: block;
  font-size: 0.7rem;
}
@media (orientation: portrait) and (min-width: 360px) {
  .std-modal2-box-content-row-wrapped-intext-warning {
    font-size: 0.8rem;
  }
}
@media (orientation: portrait) and (min-width: 400px) {
  .std-modal2-box-content-row-wrapped-intext-warning {
    font-size: 0.8rem;
  }
}
@media (orientation: portrait) and (min-width: 600px) {
  .std-modal2-box-content-row-wrapped-intext-warning {
    font-size: 0.8rem;
  }
}
@media (orientation: portrait) and (min-width: 900px) {
  .std-modal2-box-content-row-wrapped-intext-warning {
    font-size: 0.8rem;
  }
}
@media (orientation: landscape) and (min-width: 900px) {
  .std-modal2-box-content-row-wrapped-intext-warning {
    font-size: 0.9rem;
  }
}
@media (orientation: landscape) and (min-width: 1200px) {
  .std-modal2-box-content-row-wrapped-intext-warning {
    font-size: 0.8rem;
  }
}
@media (orientation: landscape) and (min-width: 1500px) {
  .std-modal2-box-content-row-wrapped-intext-warning {
    font-size: 0.8rem;
  }
}
@media (orientation: landscape) and (min-width: 1800px) {
  .std-modal2-box-content-row-wrapped-intext-warning {
    font-size: 0.9rem;
  }
}
.std-modal2-box-content-row-wrapped-button-component {
  background-color: #2D2D2D;
  color: white;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  border-radius: 1000px;
}
.std-modal2-box-content-row-wrapped-button-component-icon {
  margin-right: 8px;
  height: 12px;
}
.std-modal2-box-content-row-wrapped-button-component-text {
  font-size: 0.7rem;
  font-weight: 700;
}
.std-modal2-box-footer {
  padding: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #d7d7d7;
  background-color: #f6f6f6;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
@media (min-width: 600px) {
  .std-modal2-box-footer {
    padding: 20px 30px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.std-modal2-box-footer-button {
  font-family: "Lato", sans-serif;
  background-color: #37ABE1;
  color: #ffffff;
  font-size: 1rem;
  padding: 10px 17px;
  border-radius: 1000px;
  font-weight: 700;
}
.std-modal2-box-footer-button:disabled {
  background-color: #CCCCCC !important;
  cursor: not-allowed;
}

.pagenav {
  display: flex;
  flex-direction: row;
  border-radius: 1000px;
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
  height: 39px;
}
@media (min-width: 600px) {
  .pagenav {
    margin-top: 0;
    margin-left: 20px;
  }
}
.pagenav-caption {
  border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  font-size: 0.9rem;
  font-weight: 700;
  color: white;
  background-color: #3d3d3d;
  padding: 10px 15px;
  height: 39px;
}
.pagenav-caption-red {
  background-color: #F44545;
}
.pagenav-field {
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  background-color: white;
  padding: 10px 15px;
  min-width: 100px;
  height: 39px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-self: flex-start;
  font-size: 0.9rem;
  color: #3d3d3d;
}
.pagenav-field-select {
  width: 100%;
  display: block;
  background-color: white;
  border: 0;
  font-size: 0.9rem;
  color: #3d3d3d;
}
.pagenav-field-input {
  background-color: white;
  border: none;
  padding: 0;
  margin: 0;
  width: 100%;
  display: block;
  font-size: 0.9rem;
  color: #3d3d3d;
  border: 0;
  border-bottom: 2px solid #eaeaea;
}
.pagenav-button {
  background-color: #262626;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 15px;
  height: 39px;
}
.pagenav-button:disabled {
  background-color: #d7d7d7;
  cursor: not-allowed;
}
.pagenav-button-img {
  height: 18px;
  margin-right: 10px;
}
.pagenav-button-text {
  font-size: 0.9rem;
  font-weight: 700;
  color: white;
}
.pagenav-simple {
  height: auto;
  border-radius: 0;
  box-shadow: none;
  font-style: italic;
  color: #DE9033;
}

.submenu {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-top: 65px;
  margin-bottom: -65px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  align-self: flex-start;
}
@media (min-width: 600px) {
  .submenu {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    z-index: 10;
  }
}
.submenu-mobile {
  border-radius: 1000px;
  background-color: #88CCF0;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px 15px;
  width: 100%;
}
@media (min-width: 600px) {
  .submenu-mobile {
    display: none;
  }
}
.submenu-mobile-circle {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: white;
  margin-right: 10px;
}
.submenu-mobile-select {
  background-color: #88CCF0;
  color: white;
  font-weight: 700;
  font-size: 1rem;
  border: 0;
  min-width: 100px;
  outline: 0;
  text-overflow: ellipsis;
}
.submenu-group {
  display: none;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
@media (min-width: 600px) {
  .submenu-group {
    display: flex;
  }
}
.submenu-group-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-radius: 1000px;
  padding: 10px 15px;
  background-color: white;
  margin-right: 10px;
}
.submenu-group-item-circle {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: 2px solid #6F6F6F;
  margin-right: 10px;
}
.submenu-group-item-text {
  color: #6F6F6F;
  font-weight: 700;
  font-size: 1rem;
}
.submenu-group-item-active {
  background-color: #88CCF0;
}
.submenu-group-item-active > div {
  border: 0;
  background-color: white;
}
.submenu-group-item-active > span {
  color: white;
}
.submenu-group-item:last-child {
  margin-right: 0;
}

.title {
  padding: 0 20px;
  margin-top: 15px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}
@media (min-width: 600px) {
  .title {
    padding: 0 30px;
    margin-top: 20px;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
}
.title-left {
  flex-shrink: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (min-width: 600px) {
  .title-left {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
  }
}
.title-left-main {
  font-weight: 900;
  color: #07273A;
  font-size: 3rem;
  font-size: 2.5rem;
  line-height: 2.5rem;
}
@media (orientation: portrait) and (min-width: 360px) {
  .title-left-main {
    font-size: 2.6rem;
  }
}
@media (orientation: portrait) and (min-width: 400px) {
  .title-left-main {
    font-size: 2.7rem;
  }
}
@media (orientation: portrait) and (min-width: 600px) {
  .title-left-main {
    font-size: 3rem;
  }
}
@media (orientation: portrait) and (min-width: 900px) {
  .title-left-main {
    font-size: 3.5rem;
  }
}
@media (orientation: landscape) and (min-width: 900px) {
  .title-left-main {
    font-size: 3.8rem;
  }
}
@media (orientation: landscape) and (min-width: 1200px) {
  .title-left-main {
    font-size: 3.6rem;
  }
}
@media (orientation: landscape) and (min-width: 1500px) {
  .title-left-main {
    font-size: 3.8rem;
  }
}
@media (orientation: landscape) and (min-width: 1800px) {
  .title-left-main {
    font-size: 4rem;
  }
}
@media (orientation: portrait) and (min-width: 360px) {
  .title-left-main {
    line-height: 2.6rem;
  }
}
@media (orientation: portrait) and (min-width: 400px) {
  .title-left-main {
    line-height: 2.7rem;
  }
}
@media (orientation: portrait) and (min-width: 600px) {
  .title-left-main {
    line-height: 3rem;
  }
}
@media (orientation: portrait) and (min-width: 900px) {
  .title-left-main {
    line-height: 3.5rem;
  }
}
@media (orientation: landscape) and (min-width: 900px) {
  .title-left-main {
    line-height: 3.8rem;
  }
}
@media (orientation: landscape) and (min-width: 1200px) {
  .title-left-main {
    line-height: 3.6rem;
  }
}
@media (orientation: landscape) and (min-width: 1500px) {
  .title-left-main {
    line-height: 3.8rem;
  }
}
@media (orientation: landscape) and (min-width: 1800px) {
  .title-left-main {
    line-height: 4rem;
  }
}
.title-left-sub {
  font-weight: 900;
  color: #a8a8a8;
  margin-left: 15px;
  position: relative;
  top: -3px;
  font-size: 1rem;
  line-height: 1rem;
}
@media (orientation: portrait) and (min-width: 360px) {
  .title-left-sub {
    font-size: 1.1rem;
  }
}
@media (orientation: portrait) and (min-width: 400px) {
  .title-left-sub {
    font-size: 1.2rem;
  }
}
@media (orientation: portrait) and (min-width: 600px) {
  .title-left-sub {
    font-size: 1.3rem;
  }
}
@media (orientation: portrait) and (min-width: 900px) {
  .title-left-sub {
    font-size: 1.3rem;
  }
}
@media (orientation: landscape) and (min-width: 900px) {
  .title-left-sub {
    font-size: 1.3rem;
  }
}
@media (orientation: landscape) and (min-width: 1200px) {
  .title-left-sub {
    font-size: 1.3rem;
  }
}
@media (orientation: landscape) and (min-width: 1500px) {
  .title-left-sub {
    font-size: 1.4rem;
  }
}
@media (orientation: landscape) and (min-width: 1800px) {
  .title-left-sub {
    font-size: 1.5rem;
  }
}
@media (orientation: portrait) and (min-width: 360px) {
  .title-left-sub {
    line-height: 1.1rem;
  }
}
@media (orientation: portrait) and (min-width: 400px) {
  .title-left-sub {
    line-height: 1.2rem;
  }
}
@media (orientation: portrait) and (min-width: 600px) {
  .title-left-sub {
    line-height: 1.3rem;
  }
}
@media (orientation: portrait) and (min-width: 900px) {
  .title-left-sub {
    line-height: 1.3rem;
  }
}
@media (orientation: landscape) and (min-width: 900px) {
  .title-left-sub {
    line-height: 1.3rem;
  }
}
@media (orientation: landscape) and (min-width: 1200px) {
  .title-left-sub {
    line-height: 1.3rem;
  }
}
@media (orientation: landscape) and (min-width: 1500px) {
  .title-left-sub {
    line-height: 1.4rem;
  }
}
@media (orientation: landscape) and (min-width: 1800px) {
  .title-left-sub {
    line-height: 1.5rem;
  }
}
.title-right {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (min-width: 600px) {
  .title-right {
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
  }
}

.username {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding-top: 20px;
  padding-left: 20px;
  margin-top: 65px;
}
@media (min-width: 600px) {
  .username {
    flex-direction: row;
    align-items: center;
    margin-top: 0;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.username-title {
  font-size: 1rem;
  color: #262626;
  letter-spacing: 1px;
  font-weight: 700;
}
.username-dash {
  display: none;
  width: 15px;
  border-top: 2px solid #b6b6b6;
  margin-left: 10px;
  margin-right: 10px;
}
@media (min-width: 600px) {
  .username-dash {
    display: inline-block;
  }
}
.username-subtitle {
  font-size: 1rem;
  color: #b6b6b6;
  font-weight: 300;
  letter-spacing: 1px;
}

* {
  box-sizing: border-box;
  font-family: "Lato", serif;
}

html {
  width: 100%;
  min-height: 100vh;
}

body {
  width: 100%;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  background-color: #F5F6F7;
}

button {
  cursor: pointer;
  background: none;
  border: 0;
  border-radius: 0;
  padding: 0;
  outline: 0;
}

a {
  text-decoration: none;
  cursor: pointer;
}

.main {
  width: 100%;
  display: flex;
  flex-direction: row;
  min-width: 0;
}
.main-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  min-width: 0;
  min-height: 100vh;
}
.main-content-route {
  flex-grow: 1;
}

.std-rounded-button {
  cursor: pointer;
  outline: 0;
  border-radius: 1000px;
  border: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  color: white;
}
.std-rounded-button > span {
  font-weight: 700;
  color: white;
}

.std-rounded-button:disabled {
  cursor: not-allowed;
}

/*# sourceMappingURL=main.css.map */
