.warning {
  display: inline-block;
  width: 100%;
  max-width: 475px;
  background-color: rgba(255, 238, 4, 0.246);
  border: 2px solid rgb(255, 221, 0);
  border-radius: 0.5rem;
  font-size: 1.1rem;
  padding: 0.5rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.warning p {
  margin: 0;
}

.table {
  color: #5e5e5e;
  font-size: 0.875rem;
}
.table thead {
  vertical-align: top;
}

.data-table {
  width: 100%;
  max-width: 800px;
  margin: auto;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}

.narrow-table,
.entry-table {
  width: 600px;
  margin: auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.team-list,
.league-list {
  padding-top: 1rem;
}
.team-list table,
.league-list table {
  margin: 1rem auto;
}
.team-list table.table-wide,
.league-list table.table-wide {
  max-width: 1024px;
}
.team-list table td,
.league-list table td {
  padding: 0.25rem 0.75rem;
}

.icon-column {
  width: 2ch;
}

#branding {
  background-color: #875482;
  color: #ffffff;
  height: 80px;
}
#branding .branding-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
#branding .branding-header .site-header {
  margin-top: 0.5rem;
  font-size: 2.5rem;
}
#branding .branding-header .site-header a {
  color: inherit;
  text-decoration: none;
}

.navbar {
  background-color: #76a2e8;
  box-shadow: 0px 1px 5px #a0a0a0;
  margin-bottom: 0;
  height: 47px;
}
.navbar .game-links,
.navbar ul {
  width: -moz-fit-content;
  width: fit-content;
}

.navbar-nav {
  flex-direction: row;
}

.nav-text {
  line-height: 2rem;
}

.game-links {
  flex-direction: row;
  width: 450px;
}
.game-links li {
  margin: 0 0.5rem;
}

.btn {
  transition: all 200ms ease-in-out;
}
.btn:hover {
  scale: 1.06;
}
.btn.micro-animation:hover {
  scale: 1.02;
}

.btn-default {
  background-color: #ffffff;
  border-color: #5e5e5e;
}
.btn-default:hover {
  background-color: #c9c9c9;
  text-decoration: none;
}

.btn-primary {
  background-color: #286090;
  border-color: #286090;
}
.btn-primary:hover {
  background-color: #0d375c;
}

.btn-s {
  font-size: 0.95rem;
  padding: 1px 5px;
}

.btn-xs {
  font-size: 0.9rem;
  padding: 1px 5px;
}

.btn-delete {
  color: #fff;
  background-color: #8b0000;
  border-color: #8b0000;
  font-size: 0.75rem;
  padding: 1px 5px;
}
.btn-delete:hover {
  background-color: #612323;
  color: #ffffff;
  text-decoration: underline;
}

.top-right-corner {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
}

.form-select-xs {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  padding-left: 0.5rem;
  font-size: 0.8rem;
}

.column-selector-sm {
  display: inline-block;
  width: 180px;
  font-size: 12px;
}

.decision-value {
  display: inline-block;
  width: 120px;
}

.decision-radio {
  width: 32px;
}

.decision-row label {
  min-width: 230px;
}
.decision-row label .label-hint {
  font-size: 0.7em;
  position: relative;
  top: -0.15em;
}

.decision-item {
  margin-top: 0.5rem;
}
.decision-item input {
  font-size: 0.7rem;
}

.agenda-container {
  width: 100%;
}
.agenda-container .ag-header-form-label {
  width: 150px;
}
.agenda-container .ag-items {
  width: 100%;
}
.agenda-container .ag-items label {
  min-width: 185px;
}
.agenda-container .agenda-block {
  margin-left: 0;
}
.agenda-container .agenda-block .label {
  padding-top: 0;
}

.agenda-item-choice-header label {
  min-width: 175px;
  width: 175px;
}
.agenda-item-choice-header span {
  display: inline-block;
  width: 35px;
}

.radio-group label {
  width: 40%;
}
.radio-group input {
  width: 10%;
}

@media (min-width: 992px) {
  .agenda-container {
    width: 50%;
  }
  .agenda-container .ag-header-form-label {
    width: 150px;
  }
  .agenda-container .ag-items label {
    min-width: 185px;
  }
  .agenda-item-choice-header label {
    min-width: 175px;
    width: 175px;
  }
}
@media (min-width: 1200px) {
  .agenda-container .ag-header-form-label {
    width: 230px;
  }
  .agenda-container .ag-items label {
    min-width: 239px;
  }
  .agenda-item-choice-header label {
    min-width: 210px;
    width: 210px;
  }
}
a {
  text-decoration: none;
  color: #337ab7;
}
a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}

a.debug-icon {
  color: #71466d;
}
a.debug-icon:hover {
  color: #d47fcc;
}

.description-small {
  font-size: 0.75rem;
  color: #aaa;
}

.text-smaller {
  font-size: 0.75rem;
}

* {
  box-sizing: border-box;
  margin: 0;
}

body {
  color: #5e5e5e;
  font-size: 14px;
}

.game-area {
  height: calc(100vh - 80px - 47px - 45px);
  overflow-y: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.game-area.no-nav {
  height: calc(100vh - 80px - 45px);
}

.spacer-below {
  margin-bottom: 2rem;
}

.saved-notice {
  color: #ffffff;
  background-color: #875482;
  height: 3rem;
  margin: 0.5rem auto;
  width: 320px;
  padding: 0.5rem;
  transition: height 500ms ease-out;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hide-notice {
  height: 0;
  padding: 0;
}

.classicfooter {
  color: #ffffff;
  background-color: #875482;
  left: 0;
  bottom: 0;
  height: 45px;
  width: 100%;
  padding-top: 1em;
  margin-top: 0;
}

.footer-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.modal-dialog {
  width: 600px;
  max-width: 600px;
}

.dl-horizontal dt {
  margin-left: 50px;
  text-align: left;
  width: 122px;
}
.dl-horizontal dt.wider {
  width: 285px;
}

.form-panel {
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  font-size: 0.85rem;
}

.alert {
  margin-top: 1rem;
}

/*
* Facilitator/Admin Configuration pages
*/
.config-menu {
  width: 350px;
  margin: auto;
  margin-top: 30px;
  text-align: center;
}
.config-menu ul {
  list-style: none;
  padding: 0;
}

.instructions-row {
  margin-top: 3rem;
}
.instructions-row .config-menu {
  font-size: 12px;
  width: 600px;
}
.instructions-row .config-menu .instruction-step {
  font-weight: 600;
  text-decoration: underline;
}

note {
  display: inline-block;
  font-style: italic;
  padding: 0 2rem 0 2rem;
  margin-bottom: 1rem;
}
note:before {
  content: "Note: ";
}

.edit-panel {
  max-width: 690px;
  margin: auto;
}
.edit-panel .form-controls {
  margin: auto;
  padding: 1rem;
}
.edit-panel .form-controls .label-input {
  margin-bottom: 0.5rem;
}
.edit-panel .form-controls .label-input label {
  vertical-align: top;
  min-width: 15ch;
}
.edit-panel .rules-panel .label-input label {
  min-width: 32ch;
  font-weight: 400;
}
.edit-panel .rules-panel select {
  outline: none;
}
.buttons-panel,
.panel-title {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  padding: 1rem;
}
.buttons-panel.slim-v-padding,
.panel-title.slim-v-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.panel-title {
  background-color: #dbdbdb;
}

.configuration-edit-panel .period-selectors {
  border: 1px solid rgb(200, 200, 200);
  border-radius: 0.5rem;
  padding: 1rem;
  margin-bottom: 1rem;
  background-color: #e9e9e9;
}
.configuration-edit-panel .option-selector {
  display: flex;
  flex-direction: row;
  border: 1px solid #d5d5d5;
  border-radius: 0.5rem;
  padding: 0.5rem;
  background-color: #dbdbdb;
  margin-bottom: 3px;
}
.configuration-edit-panel .option-selector .boardpaper {
  border-right: 1px dotted grey;
  padding-right: 1rem;
}
.configuration-edit-panel .option-selector .boardpaper .enable-for-team {
  margin: 0 0 0 0.5rem;
}
.configuration-edit-panel .option-selector .boardpaper .enable-for-team label {
  font-weight: 400;
  font-size: 0.8em;
}
.configuration-edit-panel .option-selector .options {
  flex-grow: 1;
  padding-left: 1rem;
}
.configuration-edit-panel .option-selector .options .available-option input {
  margin-right: 0.5rem;
}
.configuration-edit-panel .option-selector .stale-message-container {
  margin-left: 0.5rem;
  margin-bottom: 0.5rem;
}

.instructions-row {
  margin-top: 3rem;
}

.boardpaper-details {
  font-size: 12px;
  min-width: 1150px;
  margin: 0 2rem 0 2rem;
}

.delete-icon-button {
  border: none;
  background: none;
}

.delete-icon {
  color: red;
}

ul.rule-list {
  list-style: none;
}

.row-space {
  margin-top: 12px;
}

.rules-columns span {
  border-spacing: 0;
  border-collapse: collapse;
  display: inline-block;
  width: 65px;
  height: 55px;
  padding: 0.25rem 0.5rem 0.25rem 0.25rem;
  vertical-align: top;
  font-weight: 300;
  border: 0.5px solid grey;
  margin-left: -4px;
  margin-right: 0;
}
.rules-columns span.wider {
  width: 160px;
  white-space: nowrap;
  overflow-x: scroll;
}
.rules-columns span.medium-wide {
  width: 120px;
  white-space: nowrap;
  overflow-x: scroll;
}
.rules-columns.data-rows span {
  min-height: 24px;
  height: auto;
}

.show-detail-trigger {
  cursor: pointer;
}
.show-detail-trigger:hover {
  text-decoration: underline;
}

.teams-panel {
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
  block-size: -moz-fit-content;
  block-size: fit-content;
}
.teams-panel .paper-options select {
  min-width: 220px;
}

/**
* Boardpaper edit page
*/
.option-items-lists {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.option-items-lists .items-section {
  border: 1px solid rgb(195, 195, 195);
  border-radius: 0.5rem;
  margin-bottom: 0.5rem;
  background-color: #fdfdfd;
}
.option-items-lists .items-section .header {
  width: 100%;
  text-align: center;
  font-weight: 600;
  border-bottom: 1px solid rgb(214, 214, 255);
  padding: 0.3rem;
}
.option-items-lists .items-section .pop-up-item-description {
  width: 100%;
}
.option-items-lists .items-section .pop-up-item-description p {
  line-height: 0.5rem;
}
.option-items-lists .items-section .pop-up-item-description label {
  width: 23ch;
}
.option-items-lists .items-section .pop-up-item-description .delete-impact {
  position: relative;
  right: 1rem;
}
.option-items-lists .list-title {
  width: 100%;
  text-align: center;
  background-color: #f0f0f0;
  padding: 0.5rem;
  border-radius: 0.5rem 0.5rem 0 0;
  margin-bottom: 0.25rem;
}
.option-items-lists .option-item-insert-row {
  padding: 0.3rem 0.5rem;
}

.option-item-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-bottom: 1px solid rgb(214, 214, 255);
  padding: 0.3rem 0 0 0.5rem;
}

.option-item-details {
  width: 320px;
  position: fixed;
  top: 2rem;
  left: 5rem;
  margin: auto;
  background-color: #fbfbfb;
  border: 1px solid #c4c4c4;
  border-radius: 0.5rem;
  box-shadow: 5px 5px 19px 0px rgba(0, 0, 0, 0.75);
  z-index: 20;
}
.option-item-details .close-icon {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  cursor: pointer;
  color: #ffffff;
}
.option-item-details .close-icon:hover {
  color: #8d8d8d;
}
.option-item-details .detail-header,
.option-item-details .detail-title {
  width: 100%;
  text-align: center;
  font-weight: 600;
  margin-bottom: 0.3rem;
  text-transform: uppercase;
}
.option-item-details .detail-header {
  border: 1px solid #337ab7;
  border-radius: 0.5rem 0.5rem 0 0;
  background-color: #337ab7;
  color: white;
  padding: 0.5rem;
}
.option-item-details .detail-title {
  color: #003873;
  text-decoration: underline;
  margin-top: 1rem;
}
.option-item-details .details-list {
  padding: 0.5rem 1rem;
  margin-top: 0.3rem;
}
.option-item-details .details-list dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.option-item-details .details-list dt {
  line-height: 1rem;
  color: #7d7d7d;
  font-weight: 400;
}
.option-item-details .details-list dd {
  padding-bottom: 0;
  margin-bottom: 0;
  margin-inline-start: 0;
  color: #555555;
}

.adding-item-mode .cover-div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(200, 200, 200, 0.5);
  z-index: 10;
}
.adding-item-mode .overlay-select-area {
  position: relative;
  z-index: 20;
  background-color: white;
  padding: 0.5rem 1rem;
  box-shadow: 5px 5px 19px 0px rgba(0, 0, 0, 0.75);
  border-radius: 0.5rem;
}
.adding-item-mode .overlay-select-area label {
  width: 18ch;
}
.adding-item-mode .overlay-select-area p {
  line-height: 0.5rem;
}

.config-edit-form {
  border-right: 1px solid #a0a0a0;
}

.edit-team-form label {
  min-width: 150px;
}
.edit-team-form #suggested_password_panel {
  padding: 0.5rem;
  width: 60%;
  float: right;
  background-color: #d5d5d5;
  border: 1px solid #c3c3c3;
}

/*
** Status display header
*/
.status-wrapper {
  width: 100vw;
  background-color: #282828;
  display: flex;
  flex-direction: row;
}
.status-wrapper .icon {
  display: inline-block;
  width: 15px;
  height: 10px;
}
.status-wrapper .icon.is-null {
  background-color: #8b0000;
}
.status-wrapper .icon.is-set {
  background-color: #008b41;
}
.status-wrapper .icon.is-true {
  background-color: #f1d900;
}
.status-wrapper .icon.is-false {
  background-color: #c57900;
}
.status-wrapper .key.icon {
  width: 80px;
  height: 100%;
  padding: 3px;
  padding-left: 1ch;
  color: #000000;
}
.status-wrapper .key.icon.is-null {
  color: #afafaf;
}
.status-wrapper .display-key {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.status-wrapper .status-enclosure {
  color: #7c7c7c;
  flex-grow: 1;
}
.status-wrapper .status-enclosure hr {
  padding: 0;
  margin: 0;
  border-top: 1px solid #7c7c7c;
  border-bottom: 1px solid #000000;
}
.status-wrapper .status-enclosure .section {
  height: 50%;
  padding: 0.25rem 2rem;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.status-wrapper .status-enclosure .section .session-info {
  width: 100%;
}
.status-wrapper .status-enclosure .section .session-info label {
  margin-right: 1.5rem;
  margin-left: 1.5rem;
}

/*
** AI Options
*/
.ag-selector {
  width: 200px;
  margin-top: 310px;
}

.hy-selector {
  margin: 0 auto;
  width: 100%;
  max-width: 1050px;
  background-color: rgba(118, 162, 232, 0.44);
  border-radius: 10px;
  box-shadow: 1px 1px 5px #a0a0a0;
  padding-top: 0.5rem;
  font-size: 12px;
  display: flex;
  flex-direction: row;
  margin-bottom: 1rem;
  justify-content: flex-end;
}
.hy-selector div {
  margin-left: 1.5rem;
  height: 1.8rem;
}
.hy-selector span {
  margin-left: 0.5rem;
  margin-right: 0.8rem;
}
.hy-panel-container {
  width: 100%;
  max-width: 1050px;
  height: 566px;
  margin: auto;
  background-color: rgba(118, 162, 232, 0.44);
  padding: 1rem;
  box-shadow: 1px 1px 5px #a0a0a0;
  font-size: 12px;
}
.hy-panel-container h3 {
  font-size: 1.2rem;
  text-align: center;
}
.hy-panel-container h4 {
  font-size: 1.1rem;
  text-align: center;
}

.hy-panel {
  width: 100%;
  height: 100%;
}

.ai-agendas-table th,
.ai-agendas-table td,
.ai-bulletins-table th,
.ai-bulletins-table td {
  text-align: center;
  height: 32px;
  padding: 0;
  vertical-align: middle;
}
.ai-agendas-table th,
.ai-bulletins-table th {
  color: #5e5e5e;
  font-weight: 200;
}
.ai-agendas-table tr td input,
.ai-bulletins-table tr td input {
  width: 80px;
}

.hidden {
  display: none;
}

table.ag-item-grid {
  border-collapse: collapse;
  overflow: hidden;
  background-color: rgba(118, 162, 232, 0.44);
  border-radius: 10px;
  width: 100%;
  box-shadow: 1px 1px 5px #a0a0a0;
  font-size: 12px;
}
table.ag-item-grid tr td:nth-child(1) {
  padding-left: 20px;
}
table.ag-item-grid tr td {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
table.ag-item-grid tr:first-child td {
  padding-top: 0.6rem;
}
table.ag-item-grid tr:last-child td {
  padding-bottom: 0.6rem;
}
table.ag-item-grid tr td:not(:nth-child(1)) {
  width: 32px;
}

.marker-1 {
  outline: 1px solid red;
}

.marker-2 {
  outline: 1px solid rgb(47, 33, 233);
}

.marker-3 {
  outline: 1px solid rgb(9, 177, 90);
}

.marker-4 {
  outline: 1px solid rgb(225, 255, 0);
}

.marker-5 {
  outline: 1px solid rgb(63, 6, 6);
}/*# sourceMappingURL=2022-styles.css.map */