﻿.tableIG {
    position: relative;
    z-index: 0;
    width: 945px;
    height: 620px;
}

#gameField {
    position: absolute;
    width: 730px;
    height: 565px;
    top: 45px;
    left: 5px;
    border-radius: 20px;
}

.horizontalLayoutSmall {
    position: relative;
    height: 20px;
    cursor: pointer;
    margin: 5px;
}

    .horizontalLayoutSmall .smallcard {
        width: 18px;
        height: 22px;
        border-radius: 1px;
        float: left;
        margin-left: -5px;
        text-align: left;
    }

.horizontalLayout {
    position: relative;
    height: 120px;
}

    .horizontalLayout .card {
        width: 80px;
        height: 120px;
        border-radius: 5px;
        float: left;
        margin-left: -50px;
        text-align: left;
    }

        .horizontalLayout .card:hover {
            z-index: 1400;
        }

.chosenCard {
    margin-top: -20px;
}

.horizontalLayouta {
    position: relative;
    height: 120px;
}

    .horizontalLayouta .card {
        width: 80px;
        height: 120px;
        border-radius: 5px;
        float: left;
        text-align: left;
    }

.southPlayer {
    position: absolute;
    top: 340px;
    margin-left: 32px;
    border-radius: 5px;
}

.southPlayerS {
    position: absolute;
    top: 415px;
    left: 308px;
    margin-left: 3px;
    border-radius: 5px;
}

#southPlayerPass {
    top: 190px;
    left: 200px;
    position: absolute;
    min-width: 120px;
}

#tableCards {
    top: 178px;
    position: absolute;
}

#statusbar {
    position: absolute;
    min-height: 32px;
    width: 925px;
    top: 5px;
    left: 5px;
    border-radius: 20px;
}

#statusText {
    position: absolute;
    top: 4px;
    left: 95px;
}

#statusButtons {
    position: absolute;
    top: 4px;
    right: 15px;
}

#restartTable {
    position: absolute;
    top: 4px;
    left: 250px;
}

#leaveTable {
    position: absolute;
    top: 4px;
    left: 350px;
}

#eastControls {
    position: absolute;
    width: 200px;
    height: 580px;
    top: 40px;
    right: 0px;
}

#bombs {
    left: 580px;
    bottom: 28px;
    position: absolute;
    min-height: 50px;
    min-width: 100px;
    z-index: 1500;
    border-radius: 5px;
    visibility: hidden;
}

#playBomb {
    border-radius: 6px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-style: solid;
    border-width: 1px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    bottom: 30px;
    display: block;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: normal;
    height: 45px;
    left: 590px;
    line-height: 23.94px;
    margin-bottom: 0;
    padding-bottom: 10px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 10px;
    position: absolute;
    text-align: center;
    vertical-align: middle;
}

#gameLog {
    top: 90px;
    left: 10px;
    width: 90%;
    height: 265px;
    padding: 5px;
    position: absolute;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.cN {
    width: 36px;
    height: 48px;
    border-radius: 5px;
    float: left;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    line-height: 50px;
}

.ML {
    margin-left: -27.5px;
}

.MR {
    margin-right: -27.5px;
}

.playerMenu {
    position: absolute;
    width: 161px;
    padding: 5px;
    padding-top: 10px;
    border-radius: 5px;
}

#northPlayer {
    position: absolute;
    margin-left: 27.4px;
    top: 100px;
}

#northPlayerName {
    position: absolute;
    top: 10px;
    width: 170px;
    height: 70px;
    font-size: 12px !important;
}

#northPlayerMenu {
    position: absolute;
    top: 80px;
    width: 170px;
}

#southPlayerName {
    position: absolute;
    bottom: 10px;
    width: 170px;
    height: 70px;
    font-size: 12px !important;
}

.eastPlayer {
    position: absolute;
    margin-left: 27.5px;
    right: 10px;
    top: 260px;
}

.eastPlayerName {
    position: absolute;
    right: 10px;
    top: 170px;
    width: 170px;
    height: 70px;
    font-size: 12px !important;
}

#eastPlayerMenu {
    position: absolute;
    top: 240px;
    right: 10px;
    width: 170px;
}

.westPlayer {
    position: absolute;
    /*margin-left: 27.5px;*/
    left: 10px;
    top: 260px;
}

.westPlayerName {
    position: absolute;
    left: 10px;
    top: 170px;
    width: 170px;
    height: 70px;
    font-size: 12px !important;
}

#westPlayerMenu {
    position: absolute;
    top: 240px;
    left: 10px;
    width: 170px;
}

.eastPlayerS {
    position: absolute;
    margin-left: 10.5px;
    right: 10px;
    top: 290px;
}

.eastPlayerNameS {
    position: absolute;
    right: 10px;
    top: 200px;
    width: 170px;
    height: 70px;
    font-size: 12px !important;
}

.westPlayerS {
    position: absolute;
    left: 10px;
    top: 290px;
}

.westPlayerNameS {
    position: absolute;
    left: 10px;
    top: 200px;
    width: 170px;
    height: 70px;
    font-size: 12px !important;
}

#playerTurn {
    position: absolute;
    left: 190px;
    top: 90px;
    text-align: center;
}

.bold {
    font-weight: bold;
}

#selectWestPlayer {
    position: absolute;
    right: 65px;
    top: 180px;
    text-align: center;
    width: 60px;
    height: 20px;
}

#selectEastPlayer {
    position: absolute;
    left: 65px;
    top: 180px;
    text-align: center;
    width: 60px;
    height: 20px;
}

#phoenixCards {
    position: absolute;
    padding: 5px;
    border-radius: 5px;
    top: 380px;
}

#askCards {
    position: absolute;
    padding: 5px;
    border-radius: 5px;
    top: 180px;
    z-index: 100;
}

/*.active {
    color: red !important;
}*/

.exchangeCard {
    position: absolute;
    width: 80px;
    height: 120px;
    border-radius: 5px;
}

    .exchangeCard .card {
        width: 80px;
        height: 120px;
        border-radius: 5px;
    }

#northExchange {
    top: 180px;
    left: 325px;
}

#westExchange {
    top: 180px;
    left: 235px;
}

#eastExchange {
    top: 180px;
    left: 415px;
}

#chatContainer {
    bottom: 10px;
    left: 10px;
    width: 90%;
    height: 207px;
    position: absolute;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

#chatbox {
    margin-top: 0px;
    height: 168px;
    width: 176px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 5px;
    margin-bottom: 1px;
}

#chatMessage {
    margin-left: 2px;
}

#clearChat {
    margin-right: 2px;
}

.username {
    border-radius: 5px;
    z-index: 10;
}

.float {
    float: left;
    padding: 2px;
}

#exchangedCards {
    text-align: center;
    padding: 5px;
    border-radius: 5px;
    position: absolute;
    top: 140px;
    font-weight: bold;
    border: none;
    z-index: 3000;
}

#scoreTable {
    text-align: center;
    width: 100%;
}

#scoreDetailsTable {
    text-align: center;
    width: 100%;
}

#totalScore {
    font-weight: bold;
    font-size: 24px;
}

td .card {
    width: 80px;
    height: 120px;
    border-radius: 5px;
}

#clock {
    left: 10px;
    position: absolute;
    font-size: 20px;
}

.timer {
    bottom: 1px;
    right: 5px;
    position: absolute;
    font-size: 24px;
    z-index: 1000;
}

#scores {
    top: 5px;
    left: 10px;
    width: 90%;
    /*height: 55px;*/
    position: absolute;
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    overflow-y: hidden;
    overflow-x: hidden;
}

#scoreDetails {
    visibility: hidden;
    top: 60px;
    left: 10px;
    width: 90%;
    height: 510px;
    position: absolute;
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    overflow-y: scroll;
    overflow-x: hidden;
    z-index: 1500;
}

#spectators {
    top: 65px;
    left: 10px;
    width: 90%;
    height: 20px;
    position: absolute;
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    overflow-y: hidden;
    overflow-x: hidden;
}

#spectatorsDetails {
    visibility: hidden;
    top: 85px;
    left: 10px;
    width: 90%;
    height: 270px;
    position: absolute;
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    overflow-y: scroll;
    overflow-x: hidden;
    z-index: 1500;
}

#loading {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1500;
}

#loadingMessage {
    position: absolute;
    font-size: 48px;
    top: 180px;
}

#tichuContainer {
    position: absolute;
    width: 730px;
    height: 565px;
    top: 45px;
    left: 5px;
    border-radius: 20px;
    z-index: 1500;
}

#boomContainer {
    position: absolute;
    width: 300px;
    height: 300px;
    top: 140px;
    left: 230px;
    z-index: 1500;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
}

.boomContainer1 {
    background-image: url('../Images/boom1.png');
}

.boomContainer2 {
    background-image: url('../Images/boom2.png');
}

.boomContainer3 {
    background-image: url('../Images/boom3.png');
}

.boomContainer4 {
    background-image: url('../Images/boom4.png');
}

.boomContainer5 {
    background-image: url('../Images/boom5.png');
}

.boomContainer6 {
    background-image: url('../Images/boom6.png');
}

.mainAchievement {
    position: absolute;
    width: 220px;
    height: 110px;
    top: 60px;
    left: 20px;
    z-index: 1500;
    padding: 6px;
}

.achievement {
    opacity: 0.9;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 20px;
    align-content: center;
    display: none;
}

#tichuContainerMessage {
    position: absolute;
    font-size: 48px;
    line-height: 48px;
    top: 180px;
    width: 100%;
    text-align: center;
}

#boomContainerImage {
}

#ingamePassword {
    position: absolute;
    top: 240px;
    width: 250px;
}

#gameMessage {
    position: absolute;
    top: 153px;
    font-weight: bold;
}

#lastPlayer {
    position: absolute;
    right: 5px;
    bottom: 5px;
}

#dog {
    position: absolute;
    text-align: center;
    padding: 5px;
    border-radius: 5px;
    top: 178px;
}

#dogPlayer {
    font-weight: bold;
}

#dogCard {
    width: 80px;
    height: 120px;
    border-radius: 5px;
    margin: 0px auto;
}

.controlbtn {
    position: absolute;
}

#callGrandTichu {
    bottom: 30px;
    left: 10px;
}

#callTichu {
    bottom: 30px;
    left: 10px;
}

#fold {
    bottom: 30px;
    left: 175px;
}

#nextCards {
    bottom: 30px;
    left: 480px;
}

#exchangeCards {
    bottom: 30px;
    left: 480px;
}

#playTurn {
    bottom: 30px;
    left: 480px;
}

#playBomb {
    bottom: 30px;
    left: 590px;
}

.tichu {
    font-weight: bold;
}
