/* NEVER MODIFY THE CSS FILE, ONLY THE SASS FILE! */
@font-face {
  font-family: 'Rancho';
  font-style: normal;
  font-weight: 400;
  src: local("Rancho"), url(font/rancho.woff2) format("woff2"), url(font/rancho.woff) format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; }
header#banner, nav#bannerbuttonbox .left div.button, nav#bannerbuttonbox .right div.button, footer#footer, .xButton, .xApp {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

header#banner, nav#bannerbuttonbox .left div.button, nav#bannerbuttonbox .right div.button {
  text-align: center;
  color: white;
  font-family: Rancho,cursive,Garamond,"Palatino Linotype", "Book Antiqua", Palatino, serif; }

header#banner {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 26px;
  letter-spacing: 1px;
  cursor: pointer;
  z-index: 15;
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.85);
  background-color: #8B90A2; }

header#banner:hover {
  background-color: #8AA48C; }

nav#bannerbuttonbox .left {
  left: 0px; }
nav#bannerbuttonbox .right {
  right: 0px; }
nav#bannerbuttonbox .left, nav#bannerbuttonbox .right {
  position: fixed;
  z-index: 16;
  font-size: 18px;
  display: block;
  top: 0px;
  height: 50px;
  padding: 3px; }
  nav#bannerbuttonbox .left div.button, nav#bannerbuttonbox .right div.button {
    cursor: pointer;
    display: inline-block;
    padding: 6px;
    margin: 3px;
    height: 26px;
    line-height: 26px;
    min-width: 26px;
    background-color: rgba(255, 255, 255, 0.1); }
  nav#bannerbuttonbox .left div.button:hover, nav#bannerbuttonbox .right div.button:hover {
    background-color: rgba(255, 255, 255, 0.3); }

div#main {
  position: absolute;
  left: 10px;
  right: 10px;
  top: 65px;
  width: auto;
  padding: 0px; }

header#banner span.short {
  display: inline; }
header#banner span.long {
  display: none; }

@media screen and (min-width: 640px) {
  body {
    background-color: #EBEBFF; }

  div#main {
    left: calc(10px + (100vw - 640px) / 2);
    right: calc(10px + (100vw - 640px) / 2); }

  header#banner span.short {
    display: none; }
  header#banner span.long {
    display: inline; } }
footer#footer {
  position: fixed;
  bottom: 0px;
  right: 0px;
  padding: 4px;
  line-height: 16px;
  font-size: 16px;
  font-family: "Trebuchet MS";
  background-color: yellow;
  color: black; }

.separator {
  display: flex;
  align-items: center;
  text-align: center;
  color: #8AA48C;
  font-weight: bold;
  font-size: 14px; }

.separator::before,
.separator::after {
  content: '';
  flex: 1;
  border-bottom: 2px solid #8AA48C; }

.separator:not(:empty)::before {
  margin-right: .25em; }

.separator:not(:empty)::after {
  margin-left: .25em; }

.separator:not(:first-of-type):not(.small) {
  margin-top: 1.5em; }

.separator.small:not(:first-of-type) {
  margin-top: .5em; }

.separator {
  margin-bottom: .5em; }

.separator.small {
  font-weight: normal;
  font-size: 12px; }

.separator.small::before,
.separator.small::after {
  border-bottom: 1px solid #8AA48C; }

.xButton {
  display: inline-block;
  margin: 2px;
  font-family: "Trebuchet MS";
  font-weight: bold;
  text-align: center;
  background-color: #DDD;
  color: #333;
  cursor: pointer;
  white-space: no-wrap;
  border-radius: 2px;
  box-shadow: 1px 1px 1px #AAA;
  vertical-align: middle;
  font-size: 16px;
  height: 25px;
  line-height: 25px;
  min-width: 25px;
  padding: 4px; }

.xButton.small {
  font-size: 10px;
  height: 12px;
  line-height: 12px;
  min-width: 12px;
  padding: 5px 4px; }

.xButton:hover {
  background-color: #CCC;
  color: #000;
  box-shadow: inset 1px 1px 1px #AAA; }

.xButton:focus {
  color: #000; }

.textfield {
  margin-bottom: 4px;
  height: 25px;
  padding: 4px;
  line-height: 25px !important; }

.fullwidth {
  width: calc(100% - 8px) !important;
  padding: 4px;
  margin-left: 0px;
  margin-right: 0px;
  border: 0;
  outline-style: none;
  box-shadow: 0px 1px 1px #AAA; }

textarea.fullwidth, input.fullwidth {
  text-align: center;
  font: inherit; }

input[type=checkbox] {
  vertical-align: middle;
  margin: 0px 4px; }

.xApp {
  box-shadow: 0px 0px 12px #8AA48C;
  font-family: "Trebuchet MS";
  margin-bottom: 15px; }
  .xApp header {
    min-height: 12px;
    line-height: 16px;
    padding: 8px;
    font-size: 16px;
    font-weight: bold;
    background-color: #DDD;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#CCDDCC));
    background-image: -moz-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#CCDDCC));
    background-image: gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#CCDDCC));
    color: #666;
    cursor: pointer; }
  .xApp header:hover {
    background-color: #BBB;
    color: #000; }
  .xApp article {
    display: none;
    font-size: 12px;
    background-color: #EEE;
    padding: 8px; }
  .xApp article.show {
    display: block; }

.decklist_item {
  height: 27px;
  position: relative;
  flex-grow: 1;
  min-width: 20%; }

.decklist_item_name {
  font-size: 11px;
  line-height: 14px; }

.decklist_item_description {
  font-size: 7px;
  line-height: 12px; }

.decklistflex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

#cardmain {
  text-align: center;
  position: relative; }
  #cardmain #cardbody {
    font-size: 18px;
    margin: 3em 0 1em 0;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    cursor: pointer; }
    #cardmain #cardbody .cardtext {
      display: inline-block;
      padding: 32px 10px;
      white-space: pre-wrap; }
  #cardmain #cardhint {
    all: unset;
    position: relative;
    height: 2em;
    top: -1em;
    left: 0;
    color: rgba(0, 0, 0, 0.3);
    line-height: 1em;
    width: 100%; }
  #cardmain #cardfoot {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse; }
    #cardmain #cardfoot .cardbutton {
      flex-grow: 1;
      margin-left: 2px;
      margin-right: 2px;
      width: 20px; }
      #cardmain #cardfoot .cardbutton .label {
        line-height: 15px;
        font-size: 10px; }
      #cardmain #cardfoot .cardbutton .duration {
        line-height: 10px;
        font-size: 7px;
        opacity: .5; }
    #cardmain #cardfoot .perfect {
      background-color: #D2BEF2; }
    #cardmain #cardfoot .good {
      background-color: #D6C8EB; }
    #cardmain #cardfoot .middle {
      background-color: #D9D2E4; }
    #cardmain #cardfoot .oups {
      background-color: #DDDDDD; }
  #cardmain #cardextras {
    background-color: #EEE; }
    #cardmain #cardextras .cardextrascontent {
      font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
      margin-top: 4px; }
  #cardmain .cardmedium.image, #cardmain .cardmedium.video {
    display: inline-block;
    vertical-align: middle;
    max-height: 120px;
    max-width: calc(100% - 2 * 1px); }
  #cardmain .cardmedium.audio {
    display: inline-block;
    vertical-align: middle;
    height: 30px;
    width: 50%; }
  #cardmain #cardextras .cardmedium.image, #cardmain #cardextras .cardmedium.video {
    max-height: 240px; }

#cardmain.showA #cardbody {
  background-color: rgba(204, 221, 204, 0.21); }
  #cardmain.showA #cardbody .faceA {
    display: block; }
  #cardmain.showA #cardbody .faceB {
    display: none; }
#cardmain.showA #cardextras.norecordings {
  display: none; }
#cardmain.showA .extraOnlyIfB {
  display: none; }

#cardmain.showB #cardbody {
  background-color: #eeddff; }
  #cardmain.showB #cardbody .faceA {
    display: none; }
  #cardmain.showB #cardbody .faceB {
    display: block; }
#cardmain.showB .extraOnlyIfB {
  display: block; }

#cardmain.starred {
  background-color: #FFE8E8; }
  #cardmain.starred #cardfoot.fixedinterv .perfect {
    background-color: #f4c8c8; }
  #cardmain.starred #cardfoot.fixedinterv .good {
    background-color: #edcece; }
  #cardmain.starred #cardfoot.fixedinterv .middle {
    background-color: #e6d6d6; }
  #cardmain.starred #cardfoot.fixedinterv .oups {
    background-color: #dedede; }

#cardmain.starred.showB #cardbody {
  background-color: #F7D4D4; }

#cardmain.starred.showA #cardbody {
  background-color: rgba(255, 216, 216, 0.21); }

@media screen and (min-width: 1024px) {
  #cardextras {
    position: absolute;
    left: 635px;
    top: 0px;
    width: 168px;
    padding: 5px;
    margin: 0px;
    width: calc((100vw - 620px) / 2 - 40px);
    box-shadow: 0px 0px 12px #8AA48C;
    overflow: auto; } }
@media screen and (max-width: 1024px) {
  #cardextras {
    position: relative;
    margin-top: 1em;
    overflow: auto;
    background-color: transparent !important; } }
[count-n]::after {
  content: " (" attr(count-n) ")";
  color: #AD125B;
  font-size: 0.8em;
  font-weight: bold; }

#entrycounter {
  float: right;
  font-size: 12px; }

@keyframes recordingprogress {
  from {
    width: 0%; }
  to {
    width: 100%; } }
#recordingbutton.recording {
  position: relative;
  background-color: orange; }

#recordingbutton.recording::after {
  background-color: black;
  animation: recordingprogress 8s linear 0s;
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 3px;
  width: 0px;
  content: ' '; }

#listbox .entrylist_item span {
  display: inline-block;
  vertical-align: middle;
  margin-top: 2px;
  margin-bottom: 2px; }
#listbox .entrylist_item span.hintitem {
  color: rgba(0, 0, 0, 0.3); }
#listbox .entrylist_item .cardtext {
  display: inline-block;
  white-space: pre-wrap; }
#listbox .entrylist_item.odd {
  background-color: #E0E0E0; }
#listbox .entrylist_item.even {
  background-color: #E8E8E8; }
#listbox .entrylist_item.delayed {
  color: #9966CC; }
#listbox .entrylist_item.disabled {
  color: #CC6600; }
#listbox .entrylist_item.starred.odd {
  background-color: #FFE8E8; }
#listbox .entrylist_item.starred.even {
  background-color: #FFF0F0; }
#listbox .cardmedium.image, #listbox .cardmedium.video {
  display: inline-block;
  vertical-align: middle;
  max-height: 30px;
  max-width: calc(100% - 2 * 1px); }
#listbox .cardmedium.audio {
  display: inline-block;
  vertical-align: middle;
  height: 30px;
  width: 60px; }

.cardmedium {
  box-shadow: 0px 1px 2px #999;
  border-radius: 2px;
  margin: 1px; }

#cardextras .cardmedium {
  border-radius: 4px; }

.cardmedium.image.maxsizepopout {
  max-height: 100% !important;
  max-width: calc(100% - 2 * 1px) !important;
  height: initial !important;
  width: initial !important;
  margin: 0px;
  border-radius: 0px; }

.semicolon, .plussign {
  padding: 0px 5px;
  opacity: .5; }

.asteriscs {
  font-variant: small-caps;
  opacity: .5;
  color: #4466BB;
  font-style: normal; }

.bracesdef {
  font-size: 0.6em;
  color: #2c43c7;
  font-style: italic;
  font-family: "Trebuchet MS"; }

b.cardextrastitle {
  background-color: #ccddcc80;
  display: block;
  border-radius: 2px;
  padding: 2px; }

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