@import url("/pkgs/admin/reset.css");
:root {
  color-scheme: light dark;
  --chc-orange:#b54415;
  --text-color:#000;
  --active-green: #468836
}
@media (prefers-color-scheme: dark) {
  :root {
    --text-color:#eee;
  }
}
@font-face {
  font-family: "AvenirNextCondensed";
  src: url("fonts/f737d53f-f6ed-4f15-8fe7-925fb68a8851.eot?#iefix");
  src: url("fonts/f737d53f-f6ed-4f15-8fe7-925fb68a8851.eot?#iefix") format("eot"), url("fonts/7fb4cb78-601f-4bb2-995a-442252089573.woff2") format("woff2"), url("fonts/19db35b6-b3e8-400b-ae62-a3d37cc9fa56.woff") format("woff"), url("fonts/61860563-e9eb-40bd-844e-48e96af9d063.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "AvenirNextCondensed";
  src: url("fonts/8e7f81d1-94dd-47e6-94ce-9c278d5d1ecc.eot?#iefix");
  src: url("fonts/8e7f81d1-94dd-47e6-94ce-9c278d5d1ecc.eot?#iefix") format("eot"), url("fonts/f31d487c-aab1-4ce0-8fb8-4bdfa26dd539.woff2") format("woff2"), url("fonts/6b0725b6-26e5-4bcf-8174-4d4b4d4217b9.woff") format("woff"), url("fonts/435f931d-7af1-4f3a-a084-3d7aed6cd568.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "AvenirNextCondensed";
  src: url("fonts/07690b8a-c348-4c53-8de3-59f7cfef9ee8.eot?#iefix");
  src: url("fonts/07690b8a-c348-4c53-8de3-59f7cfef9ee8.eot?#iefix") format("eot"), url("fonts/9f6106aa-36e0-4cfb-8cda-c3354eab2461.woff2") format("woff2"), url("fonts/ff039068-be8b-415c-b1a9-24eedee1c3ab.woff") format("woff"), url("fonts/cdd2cecb-bd0e-41e5-9ecd-ef60f52a35be.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "AvenirNextCondensed";
  src: url("fonts/34b322c2-c1c5-40af-b8e1-fb7574cf68e4.eot?#iefix");
  src: url("fonts/34b322c2-c1c5-40af-b8e1-fb7574cf68e4.eot?#iefix") format("eot"), url("fonts/741a7814-dce9-4eba-a17d-7a235d91ee46.woff2") format("woff2"), url("fonts/8a911a4d-274f-4996-8857-e2c1d6b42d80.woff") format("woff"), url("fonts/9b626f1d-8523-44d7-b47e-37ac358725b0.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}
body {
  padding: 0px;
  font-family: "AvenirNextCondensed", -apple-system-body, "Helvetica Nueue", Helvetica, sans-serif;
  font-size: 14px;
}

body.app {
  padding-top: 104px;
}

a {
  color: var(--chc-orange);
}

p {
  padding-bottom: 0.75em;
}

table.draw {
  margin: 0 auto;
}

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

table.draw th {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.75em;
}

table.draw tbody tr:nth-child(2n) {
  background-color: #eee;
}

table.draw a {
  text-decoration: underline;
}
table.draw a.fas{
  text-decoration: none;
}
table.draw td em {
  display: block;
  color: var(--chc-orange);
}

.bubble {
  background-color: #9dd09c;
}

table.draw tbody tr:nth-child(2n) td.bubble {
  background-color: #8dc08c;
}

td.score {
  text-align: right;
}
table.draw tr td.confirmNotice{
  color: var(--active-green);
  font-weight: bold;
  font-size: 1.5em;
  text-align: center;
  padding: 1em;
}
tr.setbreak {
  border-bottom: 1px solid #777;
}

table.draw tbody tr.currentEntry {
  background-color: rgba(181, 70, 22, 0.33);
}

td.setMessage {
  font-weight: bold;
  background-color: #faffa4;
  font-style: italic;
  font-size: 1.25em;
}

table.draw tr.setbreak td {
  padding-top: 12px;
}

h1 {
  text-align: center;
  font-weight: bold;
  font-size: 1.5em;
}

#stageWarn {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: red;
  opacity: 0.9;
  z-index: 1000;
  color: #fff;
  text-align: center;
  width: 100%;
  padding: 5px 0px;
  display: none;
}

div.scoreEntry {
  padding: 4px;
  padding-bottom: 4em;
}

a.error {
  color: #b60b14 !important;
}

div.focused form input {
  background-color: #aaa;
}

div.mainBanner {
  white-space: nowrap;
  text-align: center;
  background-color: #334;
  color: #fff;
  height: 64px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

div#videoEmbed {
  position: fixed;
  top: 64px;
  left: 0;
  right: 0;
  z-index: 1;
  text-align: center;
  background-color: #334;
}

iframe#topBanner {
  width: 256px;
  height: 64px;
}

a.bannerShowLogo img {
  height: 64px;
  max-width: 128px;
  width: initial;
  vertical-align: top;
}

img.liveScoreLogo {
  vertical-align: top;
}

img.adNarrow {
  display: none;
}

.official {
  font-weight: bold;
}

.unofficial {
  color: #2e2a7d;
}

div.menuBar a {
  display: inline-block;
  padding: 4px 12px;
  color: #fff;
}

div.menuBar a.on {
  color: var(--chc-orange);
  background-color: #fff;
}

.admin div.menuBar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

div.menuBar {
  background-color: var(--chc-orange);
  text-align: center;
  font-size: 1.75em;
}

div.drawBar {
  position: fixed;
  left: 0;
  right: 0;
  top: 64px;
}

div.flagKey {
  padding: 0.5em;
  text-align: center;
}

input:focus {
  outline: none;
  background-color: #999;
}

tr.lastSlot {
  border-bottom: 2px solid #000;
}

div.upComingShowContainer {
  margin: 0 auto;
  min-width: 320px;
  text-align: center;
  max-width: 520px;
}

div.upComingShow {
  text-align: center;
  display: inline-block;
  margin: 3px;
  width: 250px;
  min-height: 130px;
  vertical-align: middle;
}

div.upComingShow img {
  max-width: 128px;
  height: inherit;
}

div.weekendShowList a {
  display: block;
  margin-top: 0.5em;
}

body.admin {
  padding: 4em 2em 2em 2em;
}

body.admin {
  font-size: 14px;
}

body.admin div.menuBar {
  background-color: #334;
}

body.admin div.menuBar a {
  color: #fff;
}

body.admin a {
  color: #333;
}

body.admin form span.combined {
  font-weight: bold;
}

select, input, textarea {
  font-size: 14px;
}

table.adminList td,
table.adminList th {
  padding: 4px 2px;
}

table.adminList img {
  vertical-align: middle;
}

tr.listingPast td a {
  opacity: 0.75;
}

tr.listingToday td {
  font-weight: bold;
}

div.bannerClassNotLive,
div.bannerClassLive {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  text-align: center;
  padding: 1em;
}

div.bannerClassLive {
  background-color: green;
}

div.bannerClassNotLive {
  background-color: red;
}

table.adStats {
  float: right;
  margin-bottom: 1em;
}

table.adStats td,
table.adStats th {
  padding: 2px 4px;
}

table.adStats tbody tr:nth-child(2n) {
  background-color: #ccc;
}

table.adStats thead {
  text-transform: uppercase;
}

table.adStats td {
  text-align: right;
}

table.adStats tfoot tr {
  border-top: 1px solid #777;
  background: #eee;
}

table.adStats tfoot tr td {
  font-weight: bold;
}

table.adStats tr td:first-child,
table.adStats tr th:first-child {
  text-align: left;
}

.bbxSubListScroll {
  margin-left: 1.5em;
  max-height: 145px;
  overflow: auto;
  border: 1px solid #ddd;
  padding: 2px;
}

div.disclosureRegion {
  max-width: 800px;
  padding: 6px 20px;
  margin: 0 auto;
}

div.disclosureRegion h1 {
  color: #333;
  font-size: 1.25em;
  text-transform: uppercase;
  text-align: left;
}

div.disclosureRegion h1 span {
  font-size: 1em;
}

div.pastEventListing div {
  padding-left: 20px;
}

div.pastEventListing {
  font-size: 16px;
}

div.pastEventListing div a {
  display: block;
  line-height: 1.2;
  margin-bottom: 0.75em;
}

div.pastEventListing div p {
  display: table-row;
}

div.pastEventListing div p:nth-child(2n) {
  background-color: #ededed;
}

div.pastEventListing div b,
div.pastEventListing div span {
  display: table-cell;
  vertical-align: top;
  padding: 4px;
}
div.pastEventListing div span span,
div.pastEventListing div span b{
  display: inline;
  padding: 0px;
}
div.pastEventListing div a span.status{
 padding-left: 0.5em;
 color: #555;
 font-size: 0.7em;
 vertical-align: baseline;
 font-weight: normal;
 
}
div.pastEventListing div a{
  color: var(--text-color);
}
div.pastEventListing div a.statusDrawn{
  color: var(--chc-orange);
}
div.pastEventListing div a.statusActive{
	color: var(--active-green);
}
div.pastEventListing div a.statusAccepting{
  color: var(--chc-orange);
}

div.pastEventListing div b {
  white-space: nowrap;
}

div.showClassTable {
  max-width: 320px;
  margin: 0 auto;
}
div.showClassTable i{
  font-weight: bold;
  color: #555;
}
}
.modusEditForm div.marqueeImageControl{
    display: inline-block;
}
.modusEditForm div.marqueeImageControl img{
    border: 1px solid #777;
}
.modusEditForm div.marqueeImageControl span{
    margin-left: -1.1em;
    display: inline-block;
    background-color: var(--background-color);
    font-size: 1.25em;
    padding: 2px;
    border-radius: 3px;
}
.modusEditForm a span.fa-square-plus{
  line-height: 1.5;
}
@media (max-width: 414px) {
  a.bannerSponsorAd {
    width: 180px;
  }

  body {
    padding-top: 132px;
    font-size: 12px;
  }
}
@media (max-width: 800px) {
  *.wideOnly {
    display: none;
  }
}
@media (max-width: 410px) {
  img.liveScoreLogo {
    width: 60px;
    height: 64px;
  }

  a.bannerShowLogo img {
    width: 60px;
    height: 60px;
    margin-top: 2px;
  }
}
@media (max-width: 374px) {
  img.liveScoreLogo {
    display: none;
  }
}
@media (max-width: 320px) {
  table.draw td {
    padding: 2px 2px;
    font-size: 11px;
  }
}
div.marquee {
  position: fixed;
  bottom: 0px;
  left: 0;
  right: 0;
  height: 64px;
  background-color: #fff;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
}


#classComplete {
  margin: 1em;
  text-align: center;
}

button.chcButton,
a.chcButton {
  display: inline-block;
  border: 1px solid var(--chc-orange);
  background-color: #fff;
  color: var(--chc-orange);
  font-weight: bold;
  font-size: 11px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 4px 6px 4px 6px;
  text-align: center;
  min-width: 55px;
  font-family: "AvenirNextCondensed", -apple-system-body, "Helvetica Nueue", Helvetica, sans-serif;
}

div.marquee img {
  height: 64px;
  width: initial;
  display: inline;
  margin-right: 3px;
}

div.marqueePadding {
  height: 68px;
}

video.mini {
  height: 90px;
  width: 160px;
}

table.showListing {
  margin: 2em auto;
}

table.showListing tr:nth-child(2n) {
  background-color: #eee;
}

table.showListing td {
  padding: 6px;
  font-size: 18px;
}

div.chcMarqueeContainer a {
  vertical-align: middle;
}

div.chcMarqueeContainer {
  width: 800px;
}
div.chcMarqueeContainer>div{
	display: inline-block;
}
@media (prefers-color-scheme: dark) {
  body,
div.rightPane,
div.leftPane,
table.modusListReport > thead > tr th,
table.sortable th {
    background-color: #000;
    color: #fff;
  }

  div.marquee {
    background-color: #444;
    color: #fff;
  }

  button.chcButton {
    background-color: #000;
  }

  body.admin a {
    color: #eee;
  }

  body.admin input,
body.admin textarea,
input.jqDatepicker {
    background-color: #222;
    color: #fff;
    border: 1px solid rgba(128, 128, 128, 0.5);
    padding: 4px 8px;
  }

  input.k-input {
    background-color: #333 !important;
    color: #fff !important;
  }

  .k-autocomplete, .k-flatcolorpicker .k-color-value, .k-combobox .k-dropdown-wrap, .k-datepicker .k-picker-wrap, .k-timepicker .k-picker-wrap, .k-datetimepicker .k-picker-wrap, .k-dateinput .k-dateinput-wrap, .k-textbox, .k-input.k-textbox, .k-textarea, .k-multiselect-wrap, .k-numerictextbox .k-numeric-wrap {
    background-color: #333 !important;
    color: #fff !important;
  }

  .modusEditForm table tr td {
    max-width: 600px;
  }
  .modusButton,
.bbxButton {
    background-color: #111;
    color: #ddd;
  }

  table.draw tbody tr:nth-child(2n),
table.adStats tbody tr:nth-child(2n),
table.showListing tr:nth-child(2n),
div.pastEventListing div p:nth-child(2n),
table.modusListReport > tbody > tr:nth-child(2n+1),
table.bbxDBResults tr:nth-child(2n),
.paneList tr:nth-child(2n),
.paneList li:nth-child(2n) {
    background-color: #333;
  }

  .unofficial {
    color: #aeaafd;
  }

  .bubble {
    background-color: #2d602c;
  }

  table.draw tbody tr:nth-child(2n) td.bubble {
    background-color: #1d501c;
  }

  tr.lastSlot {
    border-bottom-color: #fff;
  }

  td.setMessage {
    background-color: #9ca144;
  }
}
span.nameIcon {
  display: inline-block;
  text-align: center;
  width: 128px;
  padding: 32px 14px;
  font-size: 1.5em;
  border: 1px solid #777;
  background-color: #ddd;
  font-weight: bold;
  margin-bottom: 4px;
}

@media print {
  #videoEmbed,
div.menuBar,
div.marquee,
div.flagKey,
footer {
    display: none;
  }

  div.mainBanner {
    position: absolute;
    top: 0px;
    left: 36px;
  }

  h1 {
    position: absolute;
    top: 80px;
    left: 36px;
  }

  table.draw {
    position: absolute;
    top: 128px;
    left: 36px;
  }
}

