body {
    background-image: url(assets/logo.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-color: #dadada !important;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    color: white;
}

.container-fluid, .container {
    height: 100vh;
    overflow-y: hidden;
}

.card {
/*     background-image: url(assets/cards/tile-69.jpg); */
    background-repeat: no-repeat;
    background-size: 100% 100%;
    /*width: 409px;
    height: 583px;*/
    float: left;
    margin: 8px;
}

.card_small {
/*     background-image: url(assets/cards/tile-69.jpg); */
    background-repeat: no-repeat;
    background-size: 100% 100%;
    /*width: 147px;
    height: 210px;*/
    float: left;
    margin: 2px;
}

.pile {
    margin-right: 24px;
    display: inline;
}

.deck {
    display: inline;
}

.cardmarker {
    margin: 8px;
    padding: 8px;
    font-weight: bold;
    border-radius: .25rem;
    display: none;
}

.marker-red {
    background-color: #dc3545;
}

.marker-green {
    background-color: #28a745;
}

#ui_block {
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 0px;
    padding: 0px;
    width: 100vw;
    height: 100vh;
    background-color: black;
    opacity: 0.5;
    z-index: 10000;
}

/*#card_chooser {
    background-color: black;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 20vw;
    right: 20vw;
    top: 10%;
    padding: 60px;
}*/

#detail_card {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 10%;
    display: none;
    z-index: 10001;
}

#log {
    width: 100%;
/*     min-height: 100%; */
/*     height: 100%; */
    max-height: 80vh;
    overflow: auto;
    background-color: #333;
/*     opacity: 0.4; */
    color: white;
    padding: 12px;
    font-size: 75%;
}

.third {
/*     height: 28vh; */
}

.stat_icon {
    width: 32px;
    height: 32px;
}

.stat_icon_inactive {
    filter: grayscale(100%);
    opacity: 0.7;
}

.icon_coin {
    background-image:url("assets/coin.svg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 48px;
    font-weight: bold;
    width: 48px;
    height: 48px;
    margin-top: 8px;
    color: white;
}

.house_choose {
    height: 200px;
    cursor: pointer;
    filter: grayscale(100%);
    opacity: 0.7;
}

.house_select {
    cursor: normal;
    opacity: 1;
    filter: none;
}

.logo {
    padding: 16px;
}

.playable {
    border: 3px solid #ffc107;
    cursor: pointer;
}

.uimsg {
    font-size: 200%;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 10%;
    text-align: center;
    z-index: 10001;
    display: none;
}

.uiimg {
    font-size: 450%;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 10%;
    text-align: center;
    z-index: 10001;
    display: none;
}


#block_msg_text {
    background-color: white;
    padding: 0.2em;
    border: 2px solid black;
    border-radius: 0.2em;
    opacity: 0.8;
}


#block_img_img {
    background-color: black;
    padding: 0.2em;
    border: 2px solid black;
    border-radius: 0.2em;
    opacity: 0.8;
}
