﻿#gameStatsDialog {
    position: absolute;
    width: 1080px;
    height: 300px;
    border-radius: 15px;
    box-shadow: 0px 0px 15px 5px black;
    padding: 10px;
    cursor: all-scroll;
    z-index: 100;
    overflow: hidden;
    display: none;
}

#gameInPlayDialog {
    position: absolute;
    width: 1200px;
    height: 225px;
    border-radius: 15px;
    box-shadow: 0px 0px 15px 5px black;
    padding: 10px;
    cursor: all-scroll;
    z-index: 101;
    overflow: hidden;
    display: none;
}

.gameInPlayDialogSection {
    width: 200px;
    height: 215px;
    float: left;
    overflow-x: hidden;
    overflow-y: auto;
}

.gameInPlayDialogTitle {
    font-size: 20px;
}

#gameVictoryPointsDialog {
    position: absolute;
    width: 300px;
    height: 325px;
    border-radius: 15px;
    box-shadow: 0px 0px 15px 5px black;
    padding: 10px;
    cursor: all-scroll;
    z-index: 103;
    overflow: hidden;
    display: none;
}

#gameVictoryPointsTitle {
    width: 280px;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
    margin-bottom: 5px;
    height: 50px;
    text-align: center;
    font-size: 20px;
}

#gameVictoryPointsData {
    width: 280px;
    margin-right: auto;
    margin-left: auto;
    overflow-x: hidden;
    overflow-y: auto;
    height: 265px;
    text-align: center;
    font-size: 20px;
}

#gameCardsDialog {
    position: absolute;
    width: 800px;
    height: 325px;
    border-radius: 15px;
    box-shadow: 0px 0px 15px 5px black;
    padding: 10px;
    cursor: all-scroll;
    z-index: 102;
    overflow: hidden;
    display: none;
}

#gameTrashDialog {
    position: absolute;
    width: 800px;
    height: 325px;
    border-radius: 15px;
    box-shadow: 0px 0px 15px 5px black;
    padding: 10px;
    cursor: all-scroll;
    z-index: 102;
    overflow: hidden;
    display: none;
}

#gameSetAsideDialog {
    position: absolute;
    width: 800px;
    height: 325px;
    border-radius: 15px;
    box-shadow: 0px 0px 15px 5px black;
    padding: 10px;
    cursor: all-scroll;
    z-index: 102;
    overflow: hidden;
    display: none;
}

#cardHoverDialog{
    width: 250px;
    height: 210px;
    overflow: hidden;
    position: absolute;
    box-shadow: 0px 0px 15px 5px black;
    border-radius: 15px;
    z-index: 150;
    top: 10px;
    left: 10px;
    display: none;
}

#gameCardsDialogData {
    width: 800px;
    height: 315px;
    overflow-x: hidden;
    overflow-y: auto;
}

#gameTrashsDialogData {
    width: 800px;
    height: 315px;
    overflow-x: hidden;
    overflow-y: auto;
}

#gameSetAsideDialogData {
    width: 800px;
    height: 315px;
    overflow-x: hidden;
    overflow-y: auto;
}

#selectCardsDialog {
    position: absolute;
    width: 800px;
    height: 400px;
    border-radius: 15px;
    box-shadow: 0px 0px 15px 5px black;
    padding: 10px;
    cursor: all-scroll;
    z-index: 150;
    overflow: hidden;
    display: none;
    left: 50%;
    margin-left: -400px;
    top: 100px;
}

.selectCardDialogText {
    width: 800px;
    height: 25px;
    border-radius: 15px;
    text-align: center;
}

.selectCardDialogData {
    width: 800px;
    height: 340px;
    margin-top: 5px;
    text-align: center;
    overflow-y: auto;
}

.selectCardDialogButtons {
    /*width: 800px;*/
    height: 25px;
    margin-top: 5px;
    text-align: center;
}

.publicPlayerStatsDiv {
    float: left;
}

.publicPlayerStatContainer {
    display: block;
    overflow: hidden;
    height: 33px;
    line-height: 20px;
    width: 180px;
}

.publicPlayerIcon {
    width: 30px;
    display: inline-block;
    vertical-align: middle;
}

.publicPlayerStat {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    font-size: 20px;
}

.disconnectDialog {
    display: none;
    position: absolute;
    width: 400px;
    height: 100px;
    left: 50%;
    margin-left: -200px;
    border-radius: 15px;
    box-shadow: 0px 0px 15px 5px black;
    padding: 10px;
    cursor: all-scroll;
    z-index: 200;
    text-align: center;
    overflow: hidden;
    top: 0px;
}

#endOfGameDialog {
    position: absolute;
    width: 1250px;
    height: 400px;
    border-radius: 15px;
    box-shadow: 0px 0px 15px 5px black;
    padding: 10px;
    cursor: all-scroll;
    z-index: 150;
    overflow: hidden;
    display: none;
    left: 50%;
    margin-left: -625px;
    top: 50px;
}

#endOfGameDialogText {
    width: 1240px;
    height: 25px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
}

#endOfGameDialogData {
    width: 1240px;
    height: 330px;
    margin-top: 5px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}


#endOfGameDialogButtons {
    width: 1240px;
    height: 25px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
    float: left;
    text-align: center;
}

#gameDeckCompositionDialog {
    position: absolute;
    width: 300px;
    height: 325px;
    border-radius: 15px;
    box-shadow: 0px 0px 15px 5px black;
    padding: 10px;
    cursor: all-scroll;
    z-index: 104;
    overflow: hidden;
    display: none;
}

#gameDeckCompositionTitle {
    width: 280px;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
    margin-bottom: 5px;
    height: 50px;
    text-align: center;
    font-size: 20px;
}

#gameDeckCompositionData {
    width: 280px;
    margin-right: auto;
    margin-left: auto;
    overflow-x: hidden;
    overflow-y: auto;
    height: 265px;
    text-align: center;
    font-size: 20px;
}
