body {
  font-size: 13px;
  line-height: 24px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: rgb(70, 70, 70);
  display: flex;
  flex-direction: column;
}

.navigation-bar {
  color: #666;
  border-bottom: 1px solid #e4e4e4;
  background-color: #f8f8f8;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navigation-bar.staging {
  background-color: #ffefb2;
}

.navigation-left {
  margin-left: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navigation-left-mobile {
  display: none;
  margin-left: 20px;
}

.navigation-plotname {
  display: flex;
  align-items: center;
}

.navigation-right {
  position: relative;
  margin-left: 20px;
  margin-right: 2rem;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}

.load-events {
  font-size: 11px;
}

.ca-hr {
  border: 0;
  clear: both;
  display: block;
  width: 96%;
  background-color: #e0e0e0;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.load-events input::-webkit-outer-spin-button,
.load-events input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.load-events input {
  -webkit-appearance: none;
  margin: 0;
  width: 40px;
  height: 18px;
}

.nav-items {
  display: flex;
}

.d-none {
  display: none !important;
}

text.loader {
  text-anchor: middle;
  font-weight: 700;
  font-size: 12px;
}

.navigation-right a {
  font-size: 11px;
  text-transform: uppercase;
  opacity: 1;
  color: rgb(61, 61, 61);
  margin-right: 20px;
}

.navigation-right a:hover {
  color: black;
  font-weight: 700;
  text-decoration: none;
}

.dropdown-menu {
  padding: 6px 6px !important;
}

.dropdown-menu > a {
  line-height: 24px !important;
  height: 20px;
}

.open > .dropdown-menu {
  display: flex;
  flex-direction: column;
}

.dropdown-item {
  font-size: 11px;
  color: rgb(61, 61, 61);
}

.btn {
  margin-bottom: 0px !important;
  min-width: 100px !important;
}

.eventsControlBar {
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  column-gap: 40px;
  font-size: larger;
}

.pagingRow {
  display: flex;
  flex-direction: row;
  justify-content: end;
  margin-right: 2rem;
  gap: 50px;
}

#nameDiv {
  margin-left: 20px;
  margin-right: 20px;
}

#name {
  font-size: 20px;
  font-weight: bold;
}

#name:hover {
  text-decoration: underline;
  color: rgb(61, 61, 61);
}

#startTime {
  font-size: 11px;
}

#plotDescriptionLabel {
  font-size: 11px;
  margin-left: 12px;
}

#numEvents {
  margin-left: 3px;
}

#userName {
  font-size: 0.9em;
  font-weight: 500;
  margin-right: 20px;
  margin-bottom: 0;
}

#logoutBtn {
  line-height: 0.8em;
  text-transform: uppercase;
}

.user-account {
  display: flex;
  flex-direction: column;
  text-transform: none;
  text-align: right;
}
.noPadding {
  padding: 0 0;
}

footer {
  padding: 12px 0;
  color: #666;
  border-top: 1px solid #e4e4e4;
  background-color: #f8f8f8;
}

.ca-content {
  margin-top: 2rem;
  margin-left: 3rem;
  margin-right: 3rem;
}

.ca-footer {
  margin-top: auto;
  display: flex;
  justify-content: center;
}

.checkbox-input,
.checkbox-input-all,
.checkbox-state,
.checkbox-state-all,
.checkbox-output,
.checkbox-output-all {
  display: flex;
  align-items: center;
  height: 24px;
}

.channels-filter {
  display: flex;
  justify-content: center;
}

.channels-filter > input {
  width: 400px;
}

#channelsFilter {
  height: 32px;
  margin-bottom: 10px;
}

.margin-bottom-10 {
  margin-bottom: 10px;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

.margin-right-20 {
  margin-right: 20px;
}

.margin-right-40 {
  margin-right: 40px;
}

.channelViewWrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.channelViews {
  max-width: 800px;
  width: 90%;
}

.channel-properties-form {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;

  margin: 16px;
  padding: 16px;
}

.channel-rect {
  margin-left: 4px;
  margin-bottom: 4px;
}

.channel-properties-form > div > div > input {
  margin-bottom: 5px !important;
}
.label-text,
.label-text-toggle {
  margin-bottom: 7px;
  cursor: default;
}

.label-text:hover {
  text-decoration: underline;
}

input[type="checkbox"] {
  margin-right: 5px;
  margin-bottom: 8px;
}

.modal-head-row {
  text-align: center;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  margin-top: 20px;
}

.checkbox-column {
  padding-left: 50px;
}

.fullscreen {
  height: 100vh;
}

a {
  color: rgb(61, 61, 61);
}

.btn {
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0 26px;
  height: 32px;
  min-width: 120px;
  line-height: 30px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 0;
  text-align: center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  margin-right: 8px;
  margin-bottom: 24px;
}

#viewsTable > tbody > tr > td:nth-child(1) > a {
  text-decoration: underline;
  margin-right: 10px;
}

pre code {
  display: block;
  background: none;
  white-space: pre;
  -webkit-overflow-scrolling: touch;
  max-width: 90%;
  padding: 0;
}

@media only screen and (max-width: 1024px) {
  .navigation-left {
    display: none;
  }

  .navigation-left-mobile {
    display: block;
  }

  /* select the 3rd and 4th columns of the viewsTable table and hide them */
  #viewsTable > thead > tr > th:nth-child(3),
  #viewsTable > tbody > tr > td:nth-child(3),
  #viewsTable > tbody > tr > td:nth-child(4) {
    display: none;
  }

  .ca-content {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .settings-header {
    display: none;
  }

  #userName {
    display: none;
  }
}
