﻿body {
    background-image: url('/images/greenfelt.jpg');
    background-size: cover;
    color: #ffffff;
}

.votingCard {
    float: left;
    border: 1px solid white;
    border-radius: 8px;
    height: 150px;
    min-height: 150px;
    max-height: 150px;
    width: 100px;
    min-width: 100px;
    max-width: 100px;
    background-color: #2C3779;
    vertical-align: middle;
    text-align: center;
    font-size: 4em;
    margin-right: 5px;
    margin-bottom: 5px;
    padding-top: 35px;
    cursor: pointer;
}

.votingCardActive {
    background-color: white;
    border: 3px solid black;
    color: black;
}

.playerCard {
    float: left;
    border: 1px solid black;
    border-radius: 8px;
    height: 250px;
    min-height: 250px;
    max-height: 250px;
    width: 175px;
    min-width: 175px;
    max-width: 175px;
    margin-right: 5px;
    text-align: center;
    padding-top: 20px;
}

.playerCardFront {
    background-image: url('/images/cardfront175x250.jpg');
    background-size: cover;
}

.playerCardBack {
    background-image: url('/images/cardback175x250.jpg');
    background-size: cover;
}

.playerCardBackGreen {
    background-image: url('/images/greencardback175x250.jpg');
    background-size: cover;
}

.playerName {
    font-weight: bold;
    font-size: 1.6em;
    color: black;
    background-color: #bbbbbb;
    padding: 10px 20px 10px 20px;
    border-right: solid 3px #333333;
    border-bottom: solid 3px #333333;
    vertical-align: middle;
    margin-top: 20px;
    text-overflow: clip;
    white-space: nowrap;
    overflow: hidden;
}

.playerNamePlate {
    font-size: 0.8em;
    float: left;
    border: 1px solid black;
    background-color: #abdbab;
    opacity: 0.8;
    border-radius: 8px;
    height: 130px;
    min-height: 130px;
    max-height: 130px;
    width: 160px;
    min-width: 160px;
    max-width: 160px;
    text-align: center;
    margin: 20px 0 20px 5px;
    padding: 0 5px 0 5px;
}


.playerVote {
    margin-top: 0;
    padding-top: -5px;
    font-size: 7em;
    color: black;
    font-weight: bold;
}

.playerNameHighlight {
    background-color: #fe9797;
}

.btn-xl {
    min-width: 250px;
    padding: 15px;
    font-size: 1.8em;
    margin-right: 15px;
    font-weight: bold;
}

.scoreboard {
    background-image: url('/images/Scoreboard.png');
    background-repeat: no-repeat;
    width: 200px;
    min-width: 200px;
    max-width: 200px;
    height: 140px;
    min-height: 140px;
    max-height: 140px;
    padding-right: 25px;
    font-size: 4.0em;
    padding-top: 25px;
    text-align: right;
    font-weight: bold;
    color: #2eeb2e;
}
.scoreboardHighlight {
    color: red;
}
.roomDiv {
    background-color: #444444;
    border-right: 3px solid black;
    border-bottom: 3px solid black;
    color: white;
    height: 125px;
    min-height: 125px;
    padding: 10px;
    width: 385px;
    max-width: 385px;
    margin-right: 25px;
    margin-bottom: 15px;
}

.roomTitle {
    float: left;
    margin-left: 25px;
    margin-top: 10px;
    color: #CCCCCC;
    font-size: 2.5em;
    font-weight: bold;
}

.roomCardImage {
    float: left;
    margin-top: 10px;
}

.errorDiv {
    clear: both;
    font-size: 1.8em;
    border: 1px solid black;
    background-color: #fe9797;
    opacity: 0.8;
    border-radius: 8px;
    height: 130px;
    min-height: 130px;
    max-height: 130px;
    text-align: center;
    margin: 20px 0 20px 5px;
    padding: 15px 5px 0 5px;
    width: 100%;
    color: black;
}


.messageDiv {
    clear: both;
    font-size: 1.8em;
    border: 1px solid black;
    background-color: #f4fa62;
    opacity: 0.8;
    border-radius: 8px;
    height: 130px;
    min-height: 130px;
    max-height: 130px;
    text-align: center;
    margin: 20px 0 20px 5px;
    padding: 15px 5px 0 5px;
    width: 100%;
    color: black;
}
