#presenterInterface {
    position: absolute;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 1000;
}

#loginForm {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10vh;
}

#topPanel {
    position: absolute;
    width: 100vw;
    height: 7vh;
    left: 0;
    top: 0;
    background: #1C1B20;
}

#goOnlineBtn, #callControlroomBtn {
    position: absolute;
    height: 3.5vh;
    width: 15vw;
    top: 1.75vh;
    left: 2.5vw;
    cursor: pointer;
}

#callControlroomBtn {
    left: 40vw;
}

#goOnlineBtnIcon, #callControlroomBtnIcon {
    position: absolute;
    height: 3vh;
    width: 3vh;
    top: 0;
    left: 0;
}

#goOnlineBtnText, #callControlroomBtnText {
    position: absolute;
    left: 4vh;
    font-size: 1.40vh;
    line-height: 3.5vh;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: white;
}

#finishSession {
    position: absolute;
    height: 3.5vh;
    width: 15vw;
    top: 1.75vh;
    left: 2.5vw;
    white-space: nowrap;
    cursor: pointer;
}

#finishSessionIcon {
    position: absolute;
    height: 3vh;
    width: 3vh;
    top: 0;
    left: 0;
}

#finishSessionText {
    position: absolute;
    left: 4vh;
    font-size: 1.75vh;
    line-height: 3.5vh;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

#CasinoFloorLogo {
    position: absolute;
    height: 3.5vh;
    left: 20vw;
    top: 1.75vh;
}

#userInfo {
    position: absolute;
    height: 3.5vh;
    width: 20vw;
    top: 1.75vh;
    left: 80vw;
}

#userInfoAvatar {
    position: absolute;
    height: 3.5vh;
    width: 3.5vh;
    left: 0;
    top: 0;
}

#userInfoAvatarPNG {
    width: 100%;
    height: 100%;
}

#userInfoText {
    position: absolute;
    height: 3.5vh;
    width: 16.5vw;
    left: 5vh;
    top: 0;
    font-size: 1.7vh;
    line-height: 1.75vh;
}

.userAvatar {
    position: absolute;
    top: 0;
    height: 10vh;
    width: 10vh;
    left: calc(50% - 5vh);
}

.userAvatarImg {
    height: 10vh;
}

#userInfoTextNamePanel {
    position: absolute;
    height: 1.75vh;
    width: 16.5vw;
    left: 0;
    top: 0;
    text-transform: capitalize;
    cursor: pointer;
}

#userInfoTextNickname {
    float: left;
    height: 1.75vh;
}

#userInfoTextSpeed {
    float: left;
    height: 1.75vh;
    color: #FF4F5E;
    padding-left: 1vh;
}

#userInfoTextBalancePanel {
    position: relative;
    height: 1.75vh;
    width: 16.5vw;
    left: 0;
    top: 1.75vh;
}

#userInfoTextBalanceLabel {
    float: left;
    height: 1.75vh;
}

#userInfoTextBalance {
    float: left;
    height: 1.75vh;
    color: #FF4F5E;
    padding-left: 1vh;
}

#menuPanel {
    position: absolute;
    width: 16vw;
    bottom: 1vh;
    right: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 100;
}

.userCont {
    position: relative;
    top: 0;
    cursor: pointer;
    height: 12vh;
    min-width: 12vh;
    overflow: hidden;
}

.betsLabel {
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 1.5vh;
    width: 50%;
    z-index: 1;
}

.betsAmount {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 1.5vh;
    width: 50%;
    z-index: 1;
}

.winningsLabel {
    position: absolute;
    top: 65%;
    left: 0;
    font-size: 1.5vh;
    width: 50%;
    z-index: 1;
}
.winAmount {
    position: absolute;
    top: 65%;
    left: 50%;
    font-size: 1.5vh;
    width: 50%;
    z-index: 1;
}

#playerTitle {
    width: 100%;
    font-size: 2vh;
    padding: 1%;
}

#playerFunctions {
    width: 100%;
}

.playerBtn {
    font-size: 1.5vh;
    height: 2vh;
    width: calc(100% / 3);
    float: left;
    border-radius: 1vh;
    background: #FF4F5E;
}

#playerNotes {
    position: relative;
    height: 70%;
    width: 100%;
    overflow: scroll;
}

.note {
    width: 100%;
    padding: 1%;
    display: inline-block;
}

.noteDate {
    width: 30%;
    float: left;
    padding: 1%;
}

.noteText {
    width: 70%;
    float: left;
    padding: 1%;
}
#playerNotesInput {
    position: relative;
    bottom: 0;
    width: 100%;
    height: 1vh;
}

#notesInput {
    width: calc(100%/3*2);
    height: 2vh;
    float: left;
    border-radius: 2vh;
}

#cpMenuIcon {
    position: absolute;
    height: 3vh;
    width: 3vh;
    top: calc(50% - 1.5vh);
    left: -5vh;
    cursor: pointer;
}

#menuPanel .arrowIcon {
    position: absolute;
    height: 2vh;
    width: 2vh;
    top: 0.5vh;
    right: 0;
}

.menuItem {
    position: relative;
    width: 100%;
}

.menuHeader {
    width: 100%;
    height: 4vh;
    cursor: pointer;
}

.menuPanel2 {
    width: 100%;
    overflow: auto;
    padding-left: 2vh;
    padding-right: 2vh;
}

.menuChoice2 {
    height: 3vh;
    width: 100%;
    cursor: pointer;
    float: Left;
    border-radius: 3vh;
    background: #484848;
    margin: 0.5vh;
}

#chatHeader {
    width: 100%;
    height: 4vh;
    cursor: pointer;
}

#chatHeaderIcon {
    height: 3vh;
    width: 3vh;
    float: left;
}

#chatHeaderText {
    height: 4vh;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding-left: 5vh;
    padding-top: 1vh;
}

#chatDisplay {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 53vh;
}

#chatMessages {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 50vh;
}

#chatInput {
    position: relative;
    width: 100%;
    height: 3vh;
    bottom: 0;
    left: 0;
}

#chatTextInput {
    height: 3vh;
    border-radius: 3vh;
    background: #000;
    color: white;
    padding-left: 4vh;
    padding-right: 1vh;
    width: calc(16vw - 4vh);
}

#chatSmiley {
    position: absolute;
    height: 3vh;
    width: 3vh;
    top: 0;
    left: 0;
    opacity: 0.5;
}

#chatSend {
    position: absolute;
    height: 3vh;
    width: 3vh;
    top: 0;
    right: 0;
    cursor: pointer;
}

#telePrompt {
    position: absolute;
    left: 20vw;
    top: 80vh;
    width: 60vw;
    height: 19vh;
    cursor: pointer;
    overflow: scroll;
    color: white;
    padding: 1%;
}

#countdown {
    position: absolute;
    left:0;
    top: 0;
    height: 100%;
    width: 12vh;
    font-size: 5vh;
    color: red;
    background: ivory;
    border-radius: 1vh;
}

#displayDiv {
    position: absolute;
    top: 0;
    left: 10%;
    width: 90%;
    height: 100%;
    padding: 1%;
    overflow-y: scroll;
    font-size: 1.4em;
}

#optionsDiv {
    width: 10%;
    height: 100%;
    padding: 1%;
}

#OutputDiv {
    position: absolute;
    top: 0;
    left: 15%;
    height: 100%;
    width: 85%;
    padding: 1%;
    font-size: 1.2em;
    line-height: 1.3em;
    overflow-x: scroll;
}

#outputDisplay {
    position: absolute;
    height: 100%;
    width: 22.5%;
    left: 45%;
    overflow: scroll;
}



#outputDisplayEnv {
    position: absolute;
    left: 45%;
    top: 0%;
    width: 22.5%;
    height: 100%;
}

#chatDisplayEnv {
    position: absolute;
    left: 67.5%;
    top: 0%;
    width: 22.5%;
    height: 100%;
}

#playerNameDetails {
    position: absolute;
    height: 10%;
    width: 100%;
    top: 0%;
    text-align: center;
    font-size: 1.5em;
    line-height: 2em;
    color: black;
}

.raisedPanel {
    border-left: 1px solid #565656;
    border-top: 1px solid #565656;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
}

.pressedPanel {
    border-left: 1px solid black;
    border-top: 1px solid black;
    border-right: 1px solid #565656;
    border-bottom: 1px solid #565656;
}

.formItem, .displayOutputItem {
    position: relative;
    padding: 0.2%;
    width: 100%;
    height: 3vh;
}

.formLabel, .formInput, .displayOutputKey, .displayOutputValue {
    position: absolute;
    height: 100%;
}

.termsDisplay {
    position: absolute;
    height: 50%;
    width: 50%;
    top: 25%;
    left: 25%;
    z-index: 10000;
    background-color: white;
    color: black;
    padding: 1%;
}

.termsText {
    height: 80%;
    width: 100%;
    overflow-y: scroll;

}

#photoIDOverlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

#photoIDInput {
    position: absolute;
    top: 20%;
    left: 25%;
    height: 60%;
    width: 50%;
    background: linear-gradient(#73bbdf, #17567f);
    color: white;
    font-size: 2em;
    line-height: 2em;
    padding: 2%;
    cursor: pointer;
}

#finalBetsOverideBtn {
    position: absolute;
    top: 7%;
    right: 0;
    background: #FF4F5E;
    padding: 1vh;
    height: 3vh;
    border-radius: 3vh;
    cursor: pointer;
}
