@import url("https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css");
@import url("https://cdn.datatables.net/1.13.2/css/dataTables.bootstrap5.min.css");
@import url("https://fonts.googleapis.com/css?family=Open+Sans");
@import url("https://fonts.cdnfonts.com/css/bartex");
@import url("https://fontlibrary.org/face/metropolis");
html {
  height: 100%;
  width: 100%;
}

body {
  font-family: "Open Sans", sans-serif;
  color: #333;
}

a {
  text-decoration: none;
}

header {
  width: 100%;
  background-color: #fff;
  background-image: url("../img/oscar_hell_sign_v2.jpg");
  color: red;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  min-height: 210px;
}
header p {
  padding: 0.5em 0 0 0;
  margin-bottom: -0.2em;
  z-index: 10;
  position: relative;
}
header img {
  width: 100%;
  max-width: 1000px;
}
header svg {
  width: 2em;
  height: 2em;
}

div.alert-text {
  margin: 0 auto;
}

footer {
  background-color: #112;
}
footer div {
  margin: 0 auto;
  max-width: 1200px;
  padding: 1em 0;
}
footer a {
  color: #eee;
}
footer ul {
  list-style: none;
  padding-left: 0;
}

button.barbenheimer {
  width: 4em;
}
button.barbenheimer img {
  width: 3em;
  height: 3em;
}

nav {
  padding: 0.6em;
  background-color: #112;
  margin-bottom: 1em;
  color: #ccc;
}
nav a:hover {
  text-decoration: none;
}
nav div {
  text-align: center;
}
nav div:first-child {
  text-align: left;
}
nav div:last-child {
  text-align: right;
}

h2, h3, h4 {
  font-family: "Metropolis", sans-serif;
  font-weight: bold;
  font-size: 1.3em;
  text-transform: uppercase;
}

h2 {
  text-align: center;
  font-size: 2em;
}

h3 {
  text-align: center;
  font-size: 1.6em;
}
h3 span {
  padding-left: 0.2em;
  font-size: 0.8em;
}

h4 {
  margin: 1.3em 0 0.3em 0;
  font-size: 1.4em;
  border-bottom: 1px #222 solid;
}

h5 {
  font-size: 1.4rem;
  color: #eee;
  border-bottom: 1px solid #eee;
}

.debug {
  background-color: #222;
  border-left: 0.6em #daa520 solid;
  padding: 5px 1em 5em 5px;
  font-family: monospace;
}
.debug pre {
  color: #daa520;
}

.chart-no-data {
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  color: #aaa;
}

#chart-pred-count {
  text-align: center;
}

#cat_img {
  display: block;
  margin: 0.5em auto;
}

#err404 iframe {
  margin: 0 auto;
  display: block;
}
#err404 p {
  margin-top: 1.5em;
  text-align: center;
}

.btn:hover, .btn:focus {
  text-decoration: none;
}

.winner td {
  font-weight: bold;
  color: #daa520;
}

#results th:first-of-type {
  width: 2em;
}

tr.bot td {
  background-color: #ccccd4;
}
tr.bot td a {
  font-family: monospace;
  color: lime;
  background-color: #112;
  padding: 0 0.2em;
}

span.bot {
  font-family: monospace;
  color: lime;
  background-color: #112;
  padding: 0 0.2em;
  font-size: 0.9em;
}

.content {
  box-sizing: border-box;
  padding: 2em 1em;
  min-height: 60vh;
  width: 100%;
  color: #333;
  font-size: 1em;
  max-width: 1200px;
  margin: 0 auto;
}

@media (min-width: 700px) {
  .content {
    font-size: 1.1em;
  }
}
.content-cat {
  background-color: #111;
  padding: 0 1em;
  min-height: 60vh;
  width: 100%;
  color: #333;
  font-size: 1.3em;
  border-top: 10px solid gold;
}
.content-cat td {
  vertical-align: middle;
}

/* prediction screen */
#progress td:not(.highlite) {
  cursor: pointer;
}
#progress td:not(.highlite):hover {
  background-color: yellow;
}

td.cat {
  border-left: 1px dashed #aaa;
  border-right: 1px dashed #aaa;
  text-align: center;
}

.figure-caption {
  font-size: 0.7em;
  text-align: center;
}

#popup {
  position: fixed;
  top: 50%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
  color: #222;
  padding: 0.8em;
  border-radius: 0.3em;
  z-index: 100;
}

.selection {
  padding-right: 0;
}

div.image {
  padding-left: 0;
}

.success {
  background-color: yellowgreen;
}

.failure {
  background-color: orange;
}

.highlite {
  background-color: yellow;
}

div.selected {
  background-color: #141;
  color: #eee;
}

div.nominee:not(.selected):hover {
  background-color: #a9f;
}

div.nominee:not(.selected) {
  cursor: pointer;
}

.nominee p {
  padding: 0.8em 0.5em;
  margin: 0;
}

.precursors {
  color: #999;
}
.precursors p {
  font-size: 0.7em;
  font-style: italic;
}

img.poster {
  display: block;
  width: 85%;
  margin: 30px auto;
}

.roh td, .roh th {
  font-size: 0.8em;
}

@media (min-width: 992px) {
  .nom img {
    max-height: 22vw;
  }
  span.label {
    font-size: 0.8em;
  }
  .col {
    padding-left: 15px;
    padding-right: 0;
  }
  .content {
    font-size: 1.4em;
  }
}
#signup-submit {
  display: block;
  margin: 0.5em auto;
  color: #333;
}

.deadline {
  font-family: monospace;
  font-size: 90%;
  background-color: #ddd;
  padding: 3px;
}

.sub-label {
  font-size: 80%;
  font-style: italic;
}

input#username,
input#email {
  display: inline-block;
  border: 0;
  border-bottom: 2px #333 solid;
  box-shadow: none;
  height: 3rem;
  width: 100%;
  background-color: #f6f6f6;
  color: inherit;
  padding-left: 0.5em;
}
input#username:focus,
input#email:focus {
  outline: none;
  border-bottom: 2px solid #fff !important;
}

label {
  margin-right: 1em;
}

.intrainput {
  display: inline-block;
  font-weight: bold;
  text-align: center;
}
.intrainput.success {
  color: #43ac6a;
  background-color: inherit;
}
.intrainput.err {
  color: #f04124;
}

#results td {
  border: 0;
}

.bar {
  width: 0;
  padding: 3px;
  height: 2em;
  background-color: #f04124;
  display: inline-block;
}
.bar.win {
  background-color: #43ac6a;
}

.bar-arrow {
  display: inline-block;
  width: 0;
  height: 2em;
  border-top: 1em solid transparent;
  border-bottom: 1em solid transparent;
  margin-left: -0.3em;
  border-left: 1em solid #f04124;
}
.bar-arrow.win {
  border-left: 1em solid #43ac6a;
}

.grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.cat-list {
  display: inline-flex;
  min-height: 6em;
  background-color: #112;
  border: 1px solid black;
  margin: 0.4em;
}
.cat-list a {
  padding: 0.2em;
  margin: 0;
  padding: 0.2em;
  font-size: 0.7em;
  color: #ddd;
  width: 100%;
  text-align: center;
  justify-content: center;
}
.cat-list a:hover {
  background-color: #ddd;
  color: #112;
}
.cat-list p {
  margin: 0;
}

@media (min-width: 1100px) {
  .grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .cat-list a {
    font-size: 1em;
    color: #f66;
  }
  header {
    min-height: 500px;
  }
}
.thumb {
  max-width: 2em;
  max-height: 3em;
}

.corr td {
  background-color: #9f9;
}

.wrap {
  text-overflow: ellipsis;
  max-height: 3em;
  overflow-y: hidden;
  max-width: 12em;
}

.barbie h2, .barbie h3 {
  font-family: "Bartex", serif;
  text-transform: capitalize;
  color: hotpink;
}
.barbie div.nominee:not(.selected):hover {
  background-color: #f29ad8;
}
.barbie div.selected {
  background-color: #e305ad;
}
.barbie .success {
  background-color: #edd8d8;
}
.barbie .failure {
  background-color: #e305ad;
}
.barbie header {
  background-image: url("../img/barbie_dropshadow2.png");
}
.barbie h4 {
  font-family: "Bartex";
  color: hotpink;
  text-transform: capitalize;
  font-size: 1.6em;
}
.barbie .cat-list {
  background-color: #7f0361;
}
.barbie .cat-list a {
  color: #ddd;
  font-family: "Bartex", serif;
}
.barbie .cat-list a:hover {
  color: #7f0361;
  background-color: #edd8d8;
}

.oppen div.nominee:not(.selected):hover {
  background-color: #fff5c2;
}
.oppen div.selected {
  background-color: #c43602;
}
.oppen .success {
  background-color: #fff5c2;
}
.oppen .failure {
  background-color: #4b1e19;
}
.oppen header {
  background-image: url("../img/oppen_banner.png");
}
.oppen .cat-list {
  background-color: #4b1e19;
}
.oppen .cat-list a {
  color: #fff5c2;
}
.oppen .cat-list a:hover {
  background-color: #fff5c2;
  color: #4b1e19;
}/*# sourceMappingURL=main.css.map */