.lobbyHeader {
    font-weight: bold;
    font-variant: small-caps;
    text-decoration: underline;
    margin-bottom: 10px;
    display: block;
    font-size: 14pt;
}

.lobbyPage {
    position: absolute;
    width: calc(100% - 70px);
    height: calc(100% - 120px);
    margin: 20px;
    padding: 10px;
    font-size: 16px;
    font-family: serif;
    box-shadow: 5px 5px 5px #222222;
    border-radius: 25px;
    background-color: var(--lobby-bg);
}

.lobbyUserSection {
    background-color: var(--lobby-users-bg);
    padding: 15px;
    border-radius: 25px;
    width: 250px;
}

.lobbyUserSectionUsers {
    width: 250px;
}

.lobbyUserSectionUsersUser {
    font-weight: bold;
    padding-right: 10px;
    display: block;
    float: left;
}

.lobbyUserSectionUsersUserStatus {
    font-style: italic;
    display: block;
    padding-left: 15px;
    float: left;
    line-height: 15px;
}

.lobbyChatSection {
    position: absolute;
    right: 10px;
    top: 0px;
}

.lobbyUserAndChatSection {
    height: 420px;
    position: relative;
}

.lobbyTutorialAndGallerySection {
    height: 50px;
}

.lobbyLogoutAndAutoMatch {
    position: absolute;
    width: calc(100% - 20px);
    bottom: 10px;
}

.gameOptions {
    height: 40px;
    line-height: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.lobbyChatSection .chatSection {
    width: 370px;
    padding: 15px;
    background-color: var(--overlay-bg);
    float: right;
    border-radius: 25px;
}

.chats {
    height: 300px;
    overflow: auto;
    padding-right: 5px;
}

.lobbyButton, .lobbyLogoutButton, .smallButton {
    min-width: 100px;
    display: inline-block;
    text-align: center;
    background: #3498db;
    font-variant: small-caps;
    background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
    background-image: -moz-linear-gradient(top, #3498db, #2980b9);
    background-image: -ms-linear-gradient(top, #3498db, #2980b9);
    background-image: -o-linear-gradient(top, #3498db, #2980b9);
    background-image: linear-gradient(to bottom, #3498db, #2980b9);
    text-shadow: 1px 1px 3px #666666;
    font-family: Arial, sans-serif;
    color: #ffffff;
    font-size: 16px;
    padding: 10px 20px 10px 20px;
    border: solid #1f628d 2px;
    text-decoration: none;
}

.smallButton {
    float: right;
    width: 110px;
    padding: 5px;
    font-size: 8pt;
    min-width: 0px;
}

@keyframes transparencyAnimation
{
    50% { opacity: 0.6; }
}

.lobbyLogoutButton {
    background: #FF3333;
    background-image: -webkit-linear-gradient(top, #FF3333, #ff6633);
    background-image: -moz-linear-gradient(top, #FF3333, #ff6633);
    background-image: -ms-linear-gradient(top, #FF3333, #ff6633);
    background-image: -o-linear-gradient(top, #FF3333, #ff6633);
    background-image: linear-gradient(to bottom, #FF3333, #ff6633);
}

.lobbyLogoutButton:hover {
    background: #ff6633;
    background-image: -webkit-linear-gradient(top, #ff6633, #FF3333);
    background-image: -moz-linear-gradient(top, #ff6633, #FF3333);
    background-image: -ms-linear-gradient(top, #ff6633, #FF3333);
    background-image: -o-linear-gradient(top, #ff6633, #FF3333);
    background-image: linear-gradient(to bottom, #ff6633, #FF3333);
    text-decoration: none;
}

.lobbyButton:hover {
    background: #3cb0fd;
    background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
    background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
    text-decoration: none;
}

.gameOptionsDialog {
    padding: 5px;
    padding-top: 10px;
    text-align: center;
}

/* login section */
.login, .lobby {
    width: 100%;
    height: calc(100% - 60px);
    background-size: cover !important;
    background-image: url("/javax.faces.resource/images/space_background.jpg.xhtml");
}

.loginSection {
    padding: 10px;
    width: 500px;
    min-height: 180px;
    margin-left: -260px;
    margin-top: -260px;
    position: absolute;
    left: 50%;
    top: 50%;
    box-shadow: 5px 5px 5px #222222;
    border-radius: 25px;
    background-color: var(--lobby-bg);
}

.loginHeaderText {
    display: block;
    font-variant: small-caps;
    font-size: 30pt;
    text-align: center;
    text-decoration: underline;
    margin-bottom: 20px;
}

.loginInputText {
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
    font-variant: small-caps;
    font-size: 20px;
    text-align: center;
}

.loginInput {
    width: 100%;
    height: 50px;
    margin-bottom: 25px;
    font-size: 16pt;
}

.loginButton {
    position: absolute !important;
    bottom: 0px;
    border-bottom-left-radius: 23px;
    border-bottom-right-radius: 23px;
    border-top-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
    background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
    background-image: -moz-linear-gradient(top, #3498db, #2980b9);
    background-image: -ms-linear-gradient(top, #3498db, #2980b9);
    background-image: -o-linear-gradient(top, #3498db, #2980b9);
    background-image: linear-gradient(to bottom, #3498db, #2980b9);
    color: #ffffff;
    left: 0px;
    width: 100%;
    height: 50px;
    display: block;
    font-size: 16pt;
    font-variant: small-caps;
}

.errorText {
    display: block;
    color: white;
    background-color: #FF3333;
    border-radius: 5px;
    text-align: center;
    margin-bottom: -10px;
    margin-top: -10px;
    padding: 5px;
    text-shadow: 2px 2px 2px #000000;
}
/* end login section */
