@font-face {
  font-family: LinBiolinum;
  src: url(../assets/fonts/LinBiolinum_R.otf);
  font-weight: 400; }

._mCS_1 .mCSB_dragger .mCSB_dragger_bar {
  background: url(../assets/ScrollBar.png) 0 0 no-repeat;
  background-size: cover; }

._mCS_2 .mCSB_dragger .mCSB_dragger_bar {
  background: url(../assets/ScrollBar.png) 0 0 no-repeat;
  background-size: cover; }

._mCS_3 .mCSB_dragger .mCSB_dragger_bar {
  background: url(../assets/ScrollBar.png) 0 0 no-repeat;
  background-size: cover; }

._mCS_4 .mCSB_dragger .mCSB_dragger_bar {
  background: url(../assets/ScrollBar.png) 0 0 no-repeat;
  background-size: cover; }

#mCSB_3_dragger_vertical .mCSB_dragger_bar {
  background-color: transparent; }

#mCSB_1_scrollbar_vertical .mCSB_dragger {
  height: 100px; }

#mCSB_1_scrollbar_horizontal .mCSB_dragger {
  width: 100px; }

.mCSB_1_scrollbar .mCSB_dragger .mCSB_draggerRail {
  width: 10px; }

.mCSB_inside > .mCSB_container {
  margin-right: 11px; }

html, body {
  background: transparent; }

#bronzeIntro-output,
#bronzeIdle-output,
#bronzeOpen-output,
#bronzeUpgrade-output,
#silverIdle-output,
#silverOpen-output {
  width: 200px;
  height: 200px; }

#bronzeIntro-buffer,
#bronzeIdle-buffer,
#bronzeOpen-buffer,
#bronzeUpgrade-buffer,
#silverIdle-buffer,
#silverOpen-buffer {
  display: none; }

.pulse,
.pulse2 {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 6em;
  left: 45%;
  z-index: -1;
  box-shadow: 0px 0px 0px #ffb879;
  animation: pulse 3s infinite; }

.pulse2 {
  animation-delay: 250ms; }

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0px 0px 0px 0px #ffb879; }
  70% {
    -webkit-box-shadow: 0px 0px 0px 120px rgba(255, 255, 255, 0); }
  100% {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0); } }

@keyframes pulse {
  0% {
    -moz-box-shadow: 0px 0px 0px 0px #ffb879;
    box-shadow: 0px 0px 0px 0px #ffb879; }
  70% {
    -moz-box-shadow: 0px 0px 0px 120px rgba(255, 255, 255, 0);
    box-shadow: 0px 0px 0px 120px rgba(255, 255, 255, 0); }
  100% {
    -moz-box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0);
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0); } }

main {
  position: relative;
  padding-top: 100px;
  padding-bottom: 80px;
  color: #FFCEB4;
  font-family: LinBiolinum, "Helvetica Neue", Helvetica, Arial, sans-serif; }
  main.viewer {
    display: block;
    width: 100%;
    height: 100%; }
    @media screen and (max-width: 700px) {
      main.viewer {
        display: none; } }
  main.debug .opPlaymat {
    background: rgba(0, 255, 0, 0.15); }
  main.debug .plAvatar {
    background: rgba(0, 255, 255, 0.15); }
  main.debug .plPlaymat {
    background: rgba(0, 255, 255, 0.15); }
  main.debug .playmatCards {
    background: rgba(0, 255, 255, 0.15); }
  main.debug .card_sleeve {
    background-color: rgba(0, 0, 0, 0.2); }
  main.debug .plPlayHand {
    background: rgba(0, 0, 0, 0.35); }

.drops-notification {
  position: absolute;
  bottom: 100px;
  right: 50px;
  padding: 7px 13px;
  height: 40px;
  background-image: url(../assets/CollapsedTab.png);
  background-size: cover;
  border: 2px solid #1C1A26;
  cursor: pointer; }

.newDrop {
  position: absolute;
  z-index: 20000;
  visibility: visible;
  opacity: 1; }
  .newDrop.dropHide {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 0.23s, opacity 0s linear 0.23s; }

.currencyGranted {
  position: absolute;
  top: 65px;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .currencyGranted span {
    display: flex;
    align-items: center;
    justify-content: center; }
  .currencyGranted img {
    height: 50px;
    margin-bottom: 4px;
    margin-left: -11px; }
  .currencyGranted h1 {
    color: #FFCEB4;
    font-size: 40px;
    margin: 0;
    font-weight: bolder;
    text-shadow: 1px 2px 3px #000, -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000; }
  .currencyGranted.showCurrency {
    visibility: visible;
    opacity: 1;
    transition: visibility 0s 2s, opacity 1s 2s; }
  .currencyGranted.hideCurrency {
    visibility: hidden;
    opacity: 0;
    transition: visibility 5s linear 0s, opacity 300ms; }

.offline {
  position: absolute;
  top: 8px;
  left: 10px;
  color: #FFCEB4; }

.opponentSide {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.opContainer {
  position: relative;
  width: 100%;
  height: 100%; }

.opPlaymat {
  z-index: 2;
  position: absolute; }
  .opPlaymat[data-status="active"] {
    display: block; }
  .opPlaymat[data-status="hidden"] {
    display: none; }

.avatar_template {
  z-index: 999;
  width: 300px;
  height: 300px;
  padding: 10px;
  text-align: center;
  display: none;
  position: absolute;
  top: 0;
  right: 0; }
  .avatar_template .frame {
    width: 300px;
    height: 300px;
    position: absolute;
    top: 0;
    left: 0; }
    @media screen and (max-width: 1100px) {
      .avatar_template .frame {
        width: 150px;
        height: 150px;
        top: 200px; } }

.deckpile_template {
  z-index: 999;
  width: 100px;
  height: 50px;
  padding: 3px;
  display: none;
  position: absolute;
  top: 0;
  right: 0; }
  .deckpile_template .frame {
    width: 100px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    font-size: 2em;
    font-weight: bold;
    background: #000;
    color: #fff; }

.exportContainer {
  height: 59%;
  max-height: 232px; }

textarea.copyfrom {
  width: 111%;
  height: 100%;
  background: transparent;
  border: 0;
  font-size: 12px;
  padding: 10px;
  color: #fff;
  resize: none; }

.playerSide {
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.plContainer {
  position: relative;
  width: 100%;
  height: 100%; }

.playmatCont {
  max-width: 1920px;
  max-height: 1080px; }

.playhandCont {
  max-width: 1920px;
  max-height: 1080px; }

.plAvatar {
  z-index: 2;
  position: absolute;
  width: 140px;
  height: 150px; }

.plPlaymat {
  z-index: 2;
  position: absolute;
  width: 73px;
  height: 93px; }
  .plPlaymat[data-status="active"] {
    display: block; }
  .plPlaymat[data-status="hidden"] {
    display: none; }

.playmatCards {
  z-index: 2;
  position: absolute;
  width: 73px;
  height: 93px; }
  .playmatCards ul {
    display: none !important; }
  .playmatCards[data-status="active"] {
    display: block; }
  .playmatCards[data-status="hidden"] {
    display: none; }

.plPlayHand {
  z-index: 2;
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 20px; }
  .plPlayHand ul {
    display: none; }

.card_sleeve {
  width: 100%;
  height: 30px;
  clear: both;
  position: relative;
  margin: 0 auto 0 auto; }
  .card_sleeve.Colorless.Power .card_cost {
    background: url(../assets/css_sprites_cardTiles.png) 0 -600px; }
  .card_sleeve.Colorless .card_cost {
    background: url(../assets/css_sprites_cardTiles.png) 0 -300px; }
  .card_sleeve.Colorless .card_name .centered {
    background: url(../assets/css_sprites_cardTiles.png) 0 -630px repeat-x;
    height: 30px; }
  .card_sleeve.Colorless .card_name .cap {
    background: url(../assets/css_sprites_cardTiles.png) 0px -330px;
    width: 31px;
    height: 30px; }
  .card_sleeve.Fire.Power .card_cost {
    background: url(../assets/css_sprites_cardTiles.png) 0 0; }
  .card_sleeve.Fire .card_cost {
    background: url(../assets/css_sprites_cardTiles.png) 0 -360px; }
  .card_sleeve.Fire .card_name .centered {
    background: url(../assets/css_sprites_cardTiles.png) 0 -660px repeat-x;
    height: 30px; }
  .card_sleeve.Fire .card_name .cap {
    background: url(../assets/css_sprites_cardTiles.png) 0px -390px;
    width: 31px;
    height: 30px; }
  .card_sleeve.Justice.Power .card_cost {
    background: url(../assets/css_sprites_cardTiles.png) 0 -450px; }
  .card_sleeve.Justice .card_cost {
    background: url(../assets/css_sprites_cardTiles.png) 0 -30px; }
  .card_sleeve.Justice .card_name .centered {
    background: url(../assets/css_sprites_cardTiles.png) 0 -690px repeat-x;
    height: 30px; }
  .card_sleeve.Justice .card_name .cap {
    background: url(../assets/css_sprites_cardTiles.png) 0px -420px;
    width: 31px;
    height: 30px; }
  .card_sleeve.MultiRune.Power .card_cost {
    background: url(../assets/css_sprites_cardTiles.png) 0 -480px; }
  .card_sleeve.MultiRune .card_cost {
    background: url(../assets/css_sprites_cardTiles.png) 0 -60px; }
  .card_sleeve.MultiRune .card_name .centered {
    background: url(../assets/css_sprites_cardTiles.png) 0 -720px repeat-x;
    height: 30px; }
  .card_sleeve.MultiRune .card_name .cap {
    background: url(../assets/css_sprites_cardTiles.png) 0px -90px;
    width: 31px;
    height: 30px; }
  .card_sleeve.Primal.Power .card_cost {
    background: url(../assets/css_sprites_cardTiles.png) 0 -510px; }
  .card_sleeve.Primal .card_cost {
    background: url(../assets/css_sprites_cardTiles.png) 0 -120px; }
  .card_sleeve.Primal .card_name .centered {
    background: url(../assets/css_sprites_cardTiles.png) 0 -750px repeat-x;
    height: 30px; }
  .card_sleeve.Primal .card_name .cap {
    background: url(../assets/css_sprites_cardTiles.png) 0px -150px;
    width: 31px;
    height: 30px; }
  .card_sleeve.Shadow.Power .card_cost {
    background: url(../assets/css_sprites_cardTiles.png) 0 -540px; }
  .card_sleeve.Shadow .card_cost {
    background: url(../assets/css_sprites_cardTiles.png) 0 -180px; }
  .card_sleeve.Shadow .card_name .centered {
    background: url(../assets/css_sprites_cardTiles.png) 0 -780px repeat-x;
    height: 30px; }
  .card_sleeve.Shadow .card_name .cap {
    background: url(../assets/css_sprites_cardTiles.png) 0px -210px;
    width: 31px;
    height: 30px; }
  .card_sleeve.Time.Power .card_cost {
    background: url(../assets/css_sprites_cardTiles.png) 0 -570px; }
  .card_sleeve.Time .card_cost {
    background: url(../assets/css_sprites_cardTiles.png) 0 -240px; }
  .card_sleeve.Time .card_name .centered {
    background: url(../assets/css_sprites_cardTiles.png) 0 -810px repeat-x;
    height: 30px; }
  .card_sleeve.Time .card_name .cap {
    background: url(../assets/css_sprites_cardTiles.png) 0px -270px;
    width: 31px;
    height: 30px; }

.card_cost {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 5px 8px 0 3px;
  font-size: 1em; }

.card_name {
  position: absolute;
  top: 0;
  left: 29px;
  width: 75%;
  height: 30px;
  text-align: left;
  line-height: 28px; }
  .card_name .centered {
    padding-left: 4px;
    width: 96%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    .card_name .centered span {
      z-index: 95;
      position: relative; }
  .card_name .cap {
    position: absolute;
    top: 0;
    right: 0; }

.card_amount {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 4px 8px 0 8px;
  background: url(../assets/css_sprites_global.png) -282px -135px; }

.pheader_ddown {
  position: absolute;
  clear: both;
  width: 145px;
  height: 150px;
  display: none;
  z-index: 999; }
  .pheader_ddown.right {
    top: 35px;
    right: -96px; }
  .pheader_ddown.left {
    top: 35px;
    right: 0; }
  .pheader_ddown ul {
    padding: 0;
    margin: 0;
    list-style-type: none; }
    .pheader_ddown ul li {
      padding: 10px 20px 10px 20px;
      height: 25px;
      display: block;
      position: relative;
      color: #FFCEB4; }
      .pheader_ddown ul li.enabled:hover {
        color: #fff; }
        .pheader_ddown ul li.enabled:hover div.chk {
          background: url(../assets/css_sprites_global.png) -282px -185px;
          width: 20px;
          height: 20px;
          margin: 2px 8px; }
      .pheader_ddown ul li span {
        margin-left: 35px; }
      .pheader_ddown ul li:nth-child(2n+1) {
        background: url(../assets/SettingsBackerBox.png) top center no-repeat; }
      .pheader_ddown ul li div.chk {
        background: url(../assets/css_sprites_global.png) -270px -235px;
        width: 20px;
        height: 20px;
        position: absolute;
        margin: 2px 8px; }
        .pheader_ddown ul li div.chk.on .tick {
          background: url(../assets/css_sprites_global.png) -310px -235px;
          width: 20px;
          height: 20px; }

.setting_top {
  background: url(../assets/SettingsBackerBox_Top.png) top center no-repeat;
  height: 9px; }

.setting_content {
  background: url(../assets/SettingsBackerBox_Middle.png) 0 0 repeat-y; }

.setting_bottom {
  background: url(../assets/SettingsBackerBox_Bottom.png) bottom center no-repeat;
  height: 15px; }

li#btnOverlayOnOff {
  padding: 2px 4px 0 19px;
  cursor: pointer;
  font-size: 1em; }

li#btnHangersOnOff {
  padding: 2px 4px 0 19px;
  cursor: pointer;
  font-size: 1em; }
  li#btnHangersOnOff.disabled {
    cursor: auto;
    color: #ccc; }

li#btnDecklistOnOff {
  padding: 2px 4px 0 19px;
  cursor: pointer;
  font-size: 1em; }
  li#btnDecklistOnOff.disabled {
    cursor: auto;
    color: #ccc; }

li#btnDropsOnOff {
  padding: 2px 4px 0 19px;
  cursor: pointer;
  font-size: 1em; }
  li#btnDropsOnOff.disabled {
    cursor: auto;
    color: #ccc; }

.decks {
  position: relative;
  z-index: 998;
  width: 30%;
  max-width: 250px;
  color: #fff;
  opacity: 1; }
  .decks .deck_title {
    height: 105px;
    position: relative;
    background: #000; }
    .decks .deck_title.closed {
      height: 32px;
      background-image: url(../assets/CollapsedTab.png);
      background-size: cover;
      background-position: center; }
    .decks .deck_title .purpleLine {
      border: 4px solid #1C1A26;
      width: 100%;
      height: 100%; }
    .decks .deck_title .sideMenu {
      position: absolute;
      right: 3px;
      width: 26px; }
      .decks .deck_title .sideMenu button {
        cursor: pointer;
        padding: 1px 4px;
        background: #2E2C3C;
        border: 1px solid #000; }
        .decks .deck_title .sideMenu button#export {
          border-top: 0; }
          .decks .deck_title .sideMenu button#export > i {
            background: url(../assets/css_sprites_global.png) -230px -275px;
            padding: 0 8px; }
        .decks .deck_title .sideMenu button#menume > i {
          background: url(../assets/css_sprites_global.png) -322px -185px;
          padding: 0 8px; }
        .decks .deck_title .sideMenu button#progress {
          border-top: 0; }
          .decks .deck_title .sideMenu button#progress > i {
            background: url(../assets/css_sprites_global.png) -302px -272px;
            padding: 0 8px; }
    .decks .deck_title .deck_art {
      background: url(../assets/GenericDeckBox.png) 0 0 no-repeat;
      background-size: contain;
      width: 100%;
      height: 100%; }
    .decks .deck_title #campaign_info {
      position: absolute;
      bottom: 7px;
      width: 98%;
      height: 21px;
      background-color: rgba(0, 0, 0, 0.8);
      color: #E8BCA6;
      text-align: center;
      font-size: 16px;
      text-transform: uppercase;
      pointer-events: none; }
      @media screen and (max-width: 860px) {
        .decks .deck_title #campaign_info {
          width: 81%;
          height: 19px;
          font-size: 13px; } }
    .decks .deck_title .deck_closed {
      color: #FFCEB4;
      padding-left: 10px; }
  .decks .pheader {
    border-left: 4px solid #1C1A26;
    border-right: 4px solid #1C1A26;
    background: #2E2C3C;
    position: relative; }
    .decks .pheader .pheaderContainer {
      position: relative;
      background: url(../assets/background_deckname.png) top left no-repeat;
      background-size: cover;
      color: #fff;
      height: 40px; }
      .decks .pheader .pheaderContainer.tabs ul {
        list-style-type: none;
        padding: 0;
        margin-bottom: 0;
        display: flex;
        height: 40px; }
        .decks .pheader .pheaderContainer.tabs ul li {
          flex: 1;
          line-height: 40px;
          cursor: pointer;
          text-align: center;
          color: #E8BCA6;
          transition: flex 700ms;
          -webkit-transition: flex 700ms;
          /* Safari */
          background: url(../assets/DeckListTabsUp.png) 0 0 no-repeat;
          background-position: center;
          background-size: 100% 100%; }
          .decks .pheader .pheaderContainer.tabs ul li.only_tab {
            background: url(../assets/DeckListTabsGold.png) 0 0 no-repeat !important;
            cursor: move; }
          .decks .pheader .pheaderContainer.tabs ul li.active {
            flex: 1.2;
            background: url(../assets/DeckListTabsOver.png) 0 0 no-repeat;
            background-position: center;
            background-size: 100% 100%; }
          .decks .pheader .pheaderContainer.tabs ul li.icons_tabs_0 i {
            background: url(../assets/DeckIcon.png);
            background-size: contain;
            background-repeat: no-repeat;
            padding: 1px 12px;
            margin-right: 3px; }
          .decks .pheader .pheaderContainer.tabs ul li.icons_tabs_0:hover {
            background: url(../assets/DeckListTabsOver.png) 0 0 no-repeat;
            background-position: center;
            background-size: 100% 100%; }
          .decks .pheader .pheaderContainer.tabs ul li.icons_tabs_0:active {
            background: url(../assets/DeckListTabsDown.png) 0 0 no-repeat;
            background-position: center;
            background-size: 100% 100%; }
          .decks .pheader .pheaderContainer.tabs ul li.icons_tabs_1 i {
            background: url(../assets/MarketIcon.png);
            background-size: contain;
            background-repeat: no-repeat;
            padding: 3px 12px;
            margin-right: 3px; }
          .decks .pheader .pheaderContainer.tabs ul li.icons_tabs_1:hover {
            background: url(../assets/DeckListTabsOver.png) 0 0 no-repeat;
            background-position: center;
            background-size: 100% 100%; }
          .decks .pheader .pheaderContainer.tabs ul li.icons_tabs_1:active {
            background: url(../assets/DeckListTabsDown.png) 0 0 no-repeat;
            background-position: center;
            background-size: 100% 100%; }
          .decks .pheader .pheaderContainer.tabs ul li.icons_tabs_2 i {
            background: url(../assets/VoidIcon.png);
            background-size: contain;
            background-repeat: no-repeat;
            padding: 3px 12px;
            margin-right: 3px; }
          .decks .pheader .pheaderContainer.tabs ul li.icons_tabs_2:hover {
            background: url(../assets/DeckListTabsOver.png) 0 0 no-repeat;
            background-position: center;
            background-size: 100% 100%; }
          .decks .pheader .pheaderContainer.tabs ul li.icons_tabs_2:active {
            background: url(../assets/DeckListTabsDown.png) 0 0 no-repeat;
            background-position: center;
            background-size: 100% 100%; }
          .decks .pheader .pheaderContainer.tabs ul li .tabs_text {
            font-size: 17px; }
  .decks .card_template_deck {
    z-index: 999;
    width: 220px;
    height: 350px;
    text-align: center;
    display: none;
    position: absolute;
    top: 100px;
    left: 260px; }
    @media screen and (min-width: 700px) and (max-width: 980px) {
      .decks .card_template_deck {
        left: 200px; } }
    @media screen and (min-width: 861px) and (max-width: 980px) {
      .decks .card_template_deck {
        width: 141px;
        height: 225px;
        left: 230px; } }
    .decks .card_template_deck .frame {
      width: 220px;
      height: 350px;
      position: absolute;
      top: 0;
      left: 0;
      background-size: cover; }
      @media screen and (max-width: 860px) {
        .decks .card_template_deck .frame {
          width: 126px;
          height: 200px; } }
      @media screen and (min-width: 861px) and (max-width: 980px) {
        .decks .card_template_deck .frame {
          width: 141px;
          height: 225px; } }

button:focus {
  outline: 0; }

.card_template {
  z-index: 999;
  width: 220px;
  height: 350px;
  text-align: center;
  display: none;
  position: absolute;
  left: 260px; }
  .card_template .frame {
    width: 220px;
    height: 350px;
    position: absolute;
    top: 0;
    left: 0; }
  .card_template .hanger {
    width: 331px;
    position: absolute;
    top: 0;
    left: 220px; }
    .card_template .hanger.flip {
      left: -250px; }
    .card_template .hanger ul {
      list-style-type: none;
      margin: 0;
      padding: 0; }
      .card_template .hanger ul li {
        background: url(../assets/HangerBox.png) center center no-repeat;
        background-size: contain;
        width: 252px;
        height: 75px;
        font-size: 1.1em;
        color: #FFDFAE;
        text-align: left;
        padding: 10px 15px;
        margin-bottom: 5px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden; }

.pl_relic {
  z-index: 1000; }

.pl_avatar {
  z-index: 999; }

.deck_cont {
  position: relative;
  height: 50vh;
  max-height: 400px;
  overflow: hidden;
  border-left: 4px solid #1C1A26;
  border-right: 4px solid #1C1A26;
  border-bottom: 4px solid #1C1A26;
  background: #000; }
  .deck_cont .deck_details {
    display: none;
    position: relative; }
    .deck_cont .deck_details .panelColorGraph {
      height: 0;
      overflow: hidden; }
      .deck_cont .deck_details .panelColorGraph ul {
        list-style-type: none;
        padding: 0; }
        .deck_cont .deck_details .panelColorGraph ul.sigilsCont {
          margin: 10px 15px 0 15px;
          cursor: pointer;
          height: 40px;
          position: relative; }
          .deck_cont .deck_details .panelColorGraph ul.sigilsCont li {
            float: left; }
      .deck_cont .deck_details .panelColorGraph.graphCont {
        margin: 10px 47px 20px 47px;
        height: 60px;
        position: relative; }
        .deck_cont .deck_details .panelColorGraph.graphCont li {
          float: left;
          height: 50px;
          margin: 0 5px; }
          .deck_cont .deck_details .panelColorGraph.graphCont li p {
            text-align: center;
            color: #7584ad;
            display: block; }
  .deck_cont .deck_body {
    position: absolute;
    clear: both;
    width: 100%;
    height: 100%;
    padding-top: 0.5em; }
    .deck_cont .deck_body.deck_0 {
      top: 0;
      left: 0; }
    .deck_cont .deck_body.deck_1, .deck_cont .deck_body.deck_2 {
      top: -999px;
      left: -999px; }
    .deck_cont .deck_body h2 {
      display: block;
      text-align: center;
      font-size: 21px;
      margin-top: 4px;
      margin-bottom: 5px;
      color: #FFCEB4; }

.pwrGraph p.title {
  color: #deae73;
  margin-left: 10px; }

.margin0505 {
  margin: 0 5px 0 5px; }

.graphBar {
  height: 50px;
  width: 12px;
  background: #111;
  border: 1px solid #37315b;
  position: relative; }
  .graphBar .in {
    position: absolute;
    bottom: 0;
    width: 10px;
    border: 0;
    height: 15px;
    background: url(../assets/fillbar_center.png) bottom center repeat-y; }

.cardSpread ul {
  list-style-type: none;
  margin: 20px 15px 0 15px;
  padding: 0; }
  .cardSpread ul li {
    clear: both;
    color: #7584ad; }
    .cardSpread ul li .graphSpread {
      float: right;
      height: 15px;
      width: 130px;
      background: #111;
      border: 1px solid #37315b;
      position: relative; }
      .cardSpread ul li .graphSpread .in {
        position: absolute;
        left: 0;
        width: 50px;
        border: 0;
        height: 15px;
        background: url(../assets/fillbar_center_h.png) top center repeat-x; }
    .cardSpread ul li > p {
      float: left; }

.influenceBreakdown {
  clear: both; }
  .influenceBreakdown p.title {
    color: #deae73;
    margin-left: 10px; }

.influenceBox {
  clear: both;
  position: relative; }
  .influenceBox .inf_left {
    width: 125px;
    float: left;
    background: url(../assets/InfluencePips.png) 5px 2px no-repeat;
    background-size: contain;
    padding-left: 5px; }
    .influenceBox .inf_left ul {
      list-style-type: none;
      margin: 0 0 0 20px;
      padding: 0; }
      .influenceBox .inf_left ul li {
        margin: 0 0 0 0;
        padding: 0; }
  .influenceBox .inf_right {
    width: 116px;
    float: right; }
    .influenceBox .inf_right .pie {
      width: 85px;
      height: 85px; }

.deck_export,
.deck_progress {
  position: absolute;
  clear: both;
  width: 100%;
  height: 100%;
  top: -999px;
  left: -999px;
  padding: 5px; }
  .deck_export h2,
  .deck_progress h2 {
    display: block;
    text-align: center;
    font-size: 21px;
    margin-top: 4px;
    margin-bottom: 5px;
    color: #FFCEB4; }
  .deck_export p,
  .deck_progress p {
    display: block;
    text-align: left;
    font-size: 14px;
    padding: 5px;
    margin: 0 0 0 0; }
  .deck_export .deck_export_sall,
  .deck_export .deck_back,
  .deck_progress .deck_export_sall,
  .deck_progress .deck_back {
    background: url(../assets/SelectAllButton_Up.png) center center no-repeat #000;
    background-size: contain;
    width: 100%;
    cursor: pointer;
    padding: 16px;
    text-align: center;
    color: #FFCEB4;
    border: 0;
    position: absolute;
    bottom: -10px;
    left: 0; }
    .deck_export .deck_export_sall:hover,
    .deck_export .deck_back:hover,
    .deck_progress .deck_export_sall:hover,
    .deck_progress .deck_back:hover {
      background: url(../assets/SelectAllButton_Over.png) center center no-repeat #000;
      background-size: contain; }

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */ }

.cardsContainer {
  position: relative;
  width: 100%;
  height: 100%; }
  .cardsContainer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    cursor: pointer; }

#wsAlertsDrawer {
  position: absolute;
  left: -359px;
  transition: all 1s;
  display: flex;
  z-index: 2000; }
  #wsAlertsDrawer.drawerPopped,
  #wsAlertsDrawer.drawerOpen {
    left: 0; }
  #wsAlertsDrawerContentCont {
    background-color: #000;
    padding: 14px;
    position: relative;
    z-index: 2005;
    width: 359px; }
    #wsAlertsDrawerContentCont header h3 {
      display: inline-block;
      margin: 0; }
    #wsAlertClearAll {
      float: right;
      background: url(../assets/SelectAllButton_Up.png) center center no-repeat #000;
      background-size: cover;
      cursor: pointer;
      padding: 3px 16px;
      text-align: center;
      border: 0;
      color: #ffceb4; }
      #wsAlertClearAll:hover {
        background: url(../assets/SelectAllButton_Over.png) center center no-repeat #000;
        background-size: cover; }
    #wsAlertsDrawerContentCont hr {
      border: 0;
      height: 2px;
      background: url(../assets/fillbar_bottom.png) no-repeat;
      background-size: cover; }
    #wsAlertsCont {
      max-height: 255px;
      overflow: hidden; }
      #wsAlerts {
        list-style: none;
        padding: 0; }
        #wsAlertsDrawer .wsAlert {
          background: url(../assets/css_sprites_global.png) -10px -10px;
          width: 331px;
          height: 105px;
          margin-bottom: 1em; }
          #wsAlertsDrawer .wsAlertCard {
            display: flex;
            align-items: center;
            padding: 1em;
            height: 100%; }
            #wsAlertsDrawer .wsAlertCard img {
              margin-right: 1em; }
            #wsAlertsDrawer .wsAlertClose {
              position: relative;
              width: 24px;
              height: 24px;
              cursor: pointer; }
              #wsAlertsDrawer .wsAlertClose::before,
              #wsAlertsDrawer .wsAlertClose::after {
                content: '';
                display: inline-block;
                width: 3px;
                height: 50%;
                transform-origin: center center;
                position: absolute;
                top: 25%;
                left: 50%;
                background: rgba(255,206,180,1);
                transition: all 0.5s; }
              #wsAlertsDrawer .wsAlertClose::before {
                transform: rotate(-45deg); }
              #wsAlertsDrawer .wsAlertClose::after {
                transform: rotate(45deg); }
                #wsAlertsDrawer .wsAlertClose:hover::before,
                #wsAlertsDrawer .wsAlertClose:hover::after {
                  top: 0;
                  height: 100%;
                  background: rgba(37,154,253,1); }
  #wsAlertsDrawerHandleCont {
    position: relative;
    width: 30px;
    height: 60px; }
    #wsAlertsDrawerHandle {
      height: 100%;
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px;
      position: relative;
      background-color: #000;
      cursor: pointer; }
    .wsAlertsUnackd #wsAlertsDrawerHandle {
      animation: wsAlertsPulse 3s infinite; }

    @-webkit-keyframes wsAlertsPulse {
      0% {
        -webkit-box-shadow: 0px 0px 0px 0px #ffb879; }
      70% {
        -webkit-box-shadow: 0px 0px 40px 80px rgba(255, 255, 255, 0); }
      100% {
        -webkit-box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0); } }

    @keyframes wsAlertsPulse {
      0% {
        -moz-box-shadow: 0px 0px 0px 0px #ffb879;
        box-shadow: 0px 0px 0px 0px #ffb879; }
      70% {
        -moz-box-shadow: 0px 0px 40px 80px rgba(255, 255, 255, 0);
        box-shadow: 0px 0px 40px 80px rgba(255, 255, 255, 0); }
      100% {
        -moz-box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0);
        box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0); } }

    @-webkit-keyframes wsAlertsPulseInset {
      0% {
        -webkit-box-shadow: inset 0px 0px 0px 0px #ffb879; }
      70% {
        -webkit-box-shadow: inset 0px 0px 10px 20px rgba(255, 255, 255, 0); }
      100% {
        -webkit-box-shadow: inset 0px 0px 0px 0px rgba(255, 255, 255, 0); } }

    @keyframes wsAlertsPulseInset {
      0% {
        -moz-box-shadow: inset 0px 0px 0px 0px #ffb879;
        box-shadow: inset 0px 0px 0px 0px #ffb879; }
      70% {
        -moz-box-shadow: inset 0px 0px 10px 20px rgba(255, 255, 255, 0);
        box-shadow: inset 0px 0px 10px 20px rgba(255, 255, 255, 0); }
      100% {
        -moz-box-shadow: inset 0px 0px 0px 0px rgba(255, 255, 255, 0);
        box-shadow: inset 0px 0px 0px 0px rgba(255, 255, 255, 0); } }

      #wsAlertsDrawerHandle::after {
        content: '';
        position: absolute;
        width: 20px;
        height: 10px;
        left: 0;
        top: 100%;
        border-top-left-radius: 10px;
        background-color: transparent;
        box-shadow: -10px 0px 0 0 #000; }
      #wsAlertsDrawerHandleChevron {
        position: absolute;
        width: 2px;
        left: 50%;
        top: 20%;
        height: 60%;
        pointer-events: none; }
        #wsAlertsDrawerHandleChevron::before,
        #wsAlertsDrawerHandleChevron::after {
          position: absolute;
          content: '';
          display: block;
          height: 55%;
          width: 100%;
          background-color: #FFCEB4;
          transform-origin: center center;
          transition: transform 1s; }
        #wsAlertsDrawerHandleChevron::before {
          top: 0; }
        #wsAlertsDrawerHandleChevron::after {
          bottom: 0; }
        .wsAlertsUnackd #wsAlertsDrawerHandleChevron::before {
          transform: rotate(-30deg); }
        .wsAlertsUnackd #wsAlertsDrawerHandleChevron::after {
          transform: rotate(30deg); }
        .drawerPopped #wsAlertsDrawerHandleChevron::before,
        .drawerOpen #wsAlertsDrawerHandleChevron::before {
          transform: rotate(30deg); }
        .drawerPopped #wsAlertsDrawerHandleChevron::after,
        .drawerOpen #wsAlertsDrawerHandleChevron::after {
          transform: rotate(-30deg); }
    .drawerPopped .wsUnackd,
    .drawerOpen .wsUnackd {
      animation: wsAlertsPulseInset 3s 2 2s; }


@media screen and (min-width: 980px) and (max-width: 1111px) {
  .decks[data-displaydeckmode="3"] {
    width: 250px !important; }
  .decks[data-displaydeckmode="2"] {
    width: 250px !important; }
  .decks[data-displaydeckmode="1"] {
    width: 175px !important; }
  .decks[data-displaydeckmode="3"] .deck_title {
    height: 105px; }
    .decks[data-displaydeckmode="3"] .deck_title.closed {
      height: 32px; }
  .decks[data-displaydeckmode="2"] .deck_title {
    height: 105px; }
    .decks[data-displaydeckmode="2"] .deck_title.closed {
      height: 32px; }
  .decks[data-displaydeckmode="1"] .deck_title {
    height: 65px; }
    .decks[data-displaydeckmode="1"] .deck_title.closed {
      height: 32px; }
  .exportContainer {
    height: 150px; }
  textarea.copyfrom {
    height: 159px; } }

@media screen and (min-width: 861px) and (max-width: 980px) {
  main.viewer {
    display: block; }
  .decks[data-displaydeckmode="3"] {
    width: 220px !important; }
  .decks[data-displaydeckmode="2"] {
    width: 220px !important; }
  .decks[data-displaydeckmode="1"] {
    width: 220px !important; }
  .decks[data-displaydeckmode="3"] .deck_title {
    height: 106px; }
    .decks[data-displaydeckmode="3"] .deck_title.closed {
      height: 32px; }
  .decks[data-displaydeckmode="3"] .deck_title .deck_art {
    background-size: cover !important; }
  .decks[data-displaydeckmode="2"] .deck_title {
    height: 93px; }
    .decks[data-displaydeckmode="2"] .deck_title.closed {
      height: 32px; }
  .decks[data-displaydeckmode="2"] .deck_title .deck_art {
    background-size: cover !important; }
  .decks[data-displaydeckmode="1"] .deck_title {
    height: 65px; }
    .decks[data-displaydeckmode="1"] .deck_title.closed {
      height: 32px; }
  .card_template {
    width: 141px;
    height: 225px; }
  .card_template .frame {
    width: 141px;
    height: 225px; }
  .card_template .hanger {
    left: 140px; }
  .card_template .hanger.flip {
    left: -220px; }
  .card_template .hanger ul li {
    background: url(../assets/HangerBox.png) center center no-repeat;
    background-size: contain;
    width: 200px;
    height: 58px;
    font-size: 80%; }
  .exportContainer {
    height: 163px; }
  textarea.copyfrom {
    height: 160px; }
  .deck_export p.noselect {
    font-size: 12px; } }

@media screen and (max-width: 860px) {
  main.viewer {
    display: block; }
  .decks {
    width: 175px !important; }
  .decks .deck_title {
    height: 77px;
    padding: 0 0 0 0; }
    .decks .deck_title.closed {
      height: 32px; }
  .card_template {
    width: 126px;
    height: 200px; }
  .card_template .frame {
    width: 126px;
    height: 200px; }
  .card_template .hanger {
    left: 140px; }
  .card_template .hanger.flip {
    left: -200px; }
  .card_template .hanger ul li {
    background: url(../assets/HangerBox.png) center center no-repeat;
    background-size: contain;
    width: 200px;
    height: 58px;
    font-size: 80%; }
  .exportContainer {
    height: 165px; }
  textarea.copyfrom {
    height: 178px;
    width: 167px; }
  .deck_export p.noselect {
    font-size: 12px; }
  .card_name {
    width: 66%; }
  .card_name .centered > span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 95%; }
  .decks .pheader .pheaderContainer.tabs ul li .tabs_text {
    font-size: 13px; }
  .hangers li {
    font-size: 10px; } }

@media screen and (max-width: 700px) {
  main.viewer {
    display: none; } }
