@charset "utf-8";
/* ---- COLOUR CHART ---- */
/*
    background:     #161c22
    text color      #b0c4de     lightsteelblue              filter: invert(86%) sepia(8%) saturate(967%) hue-rotate(180deg) brightness(89%) contrast(95%);
    hover color     #edf2f7     lighter lightsteelblue      
    hover 2         #e0eeff     al,ost ehite                filter: invert(95%) sepia(16%) saturate(90%) hue-rotate(178deg) brightness(99%) contrast(95%);


/* ---- MAIN SECTIONS ---- */
html {
    width: 100%;
    height: 100%;
}

body {
    text-align: center;
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 90%;
    font-size: 25px;
    color: lightsteelblue;
    background-color: #161c22;
}

img {
    max-width: 100%;
    max-height: 100%;
}

.divider{
    display: block;
    margin: 30px auto;
}

button{
    font-size: 20px;
}

input{
    text-align: center;
    font-size: 25px;
}

a{
    color: lightsteelblue;
}

/* ---- INTRO SCREEN ---- */
#txtName{
    background-color: transparent;
    border: none;
    outline: none;
    background-image: url("images/UIelements/fieldName.png");
    width: 361px;
    height: 37px;
    background-repeat: no-repeat;
    color: #161c22;
}

#btnCreate, #btnJoin, #btnReset{
    background-color: transparent;
    background-image: url("images/UIelements/buttonOutline.png");
    width: 150px;
    height: 40px;
    border: none;
    outline: none;
    filter: invert(86%) sepia(8%) saturate(967%) hue-rotate(180deg) brightness(89%) contrast(95%);
    color:black;
    background-repeat: no-repeat;
    background-position: 50%;
}
#btnCreate:hover, #btnJoin:hover, #btnReset:hover{
    width: 150px;
    height: 40px;
    filter: invert(95%) sepia(16%) saturate(90%) hue-rotate(178deg) brightness(99%) contrast(95%);
    background-size: 150px 40px;
    font-size: 22px;
}

#txtGameId{
    background-color: transparent;
    border: none;
    outline: none;
    background-image: url("images/UIelements/fieldGameId.png");
    background-size: 160px 37px;
    width: 160px;
    height: 37px;
    background-repeat: no-repeat;
}

#btnJoin{
    margin-top: 10px;
}

#divEnterGameField{
    width: 100%;
    position: relative;
}

#divEnterGameError{
    margin-top: 40px;
    color: red;
}

/* ---- GAME SCREEN ---- */
#divGameField {
    width: 100%;
    height: 100%;
    position: relative;
    display: none;
    text-align: center;
}
    /*--HEADER--*/
    .divGameInf{
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
        display: inline-block;
        vertical-align: baseline;
    }
    #divTurnPlayer{
        font-size: 25px;
        padding-top: 10px;
        padding-bottom: 40px;
        margin: 0 auto;
        height: 30px;
    }
    #btnGameId{
        background-color: transparent;
        border: none;
        outline: none;
        color: lightsteelblue;
        font-size: 25px;
    }
    #btnGameId:hover{
        color: #edf2f7;
    }
    #btnGameId:hover ~ .TTgameId{
        display: block;
        
    }
    .TTgameId{
        display:none;
        position: absolute;
        z-index: 30;
        width: 100%;
        text-align: center;
        font-size: 15px;
    }
    


    /*--GAME MESSAGES--*/
    #divGameMessage, #divGameErrorMessage{
        width: 100%;
        color: #b0c4de;
        font-size: 30px;
        height: 35px;
    }
    #divGameErrorMessage{
        color: red;
    }


    /*--GAME COLUMN--*/
    #divGameColumn {
        width: 100%;
        position: absolute;
        left: 0;
        padding-top: 40px;
    }
    #divDice{
        width: 100%;
    }
    .classDice{
        position: relative;
        width: 750px;
        margin: 0 auto;
    }
    .classDiceBtn {
        border: none;
        background-color: transparent;
    }
    .imgDice{
        width: 100px;
        height: 100px;
    }
    .divTotal{
        margin-top: 20px;
    }
    #btnRoll, #btnReset{
        display: block;
        margin:0 auto;
        margin-top: 10px;
    }
    #btnRoll{
        background-color: transparent;
        background-image: url("images/UIelements/buttonOutlineSmall.png");
        width: 100px;
        height: 38px;
        border: none;
        outline: none;
        filter: invert(86%) sepia(8%) saturate(967%) hue-rotate(180deg) brightness(89%) contrast(95%);
        color:black;
        background-repeat: no-repeat;
        background-position: 50%;
    }
    #btnRoll:hover{
        background-size: 100px 38px;
        font-size: 22px;
        filter: invert(95%) sepia(16%) saturate(90%) hue-rotate(178deg) brightness(99%) contrast(95%);
    }

    /*--PLAYER COLUMN--*/
    #divPlayerColumn {
        position: absolute;
        z-index: 10;
        width: 150px;
        padding-top: 125px;
        right: 0%;
    }
    .divPlayerList {
        text-align: left;
    }




/* ---- Footer ---- */
    #divFooter{
        width: 100%;
        position: absolute;
        z-index: 25;
        left: 0;
        bottom: 0;
        display: inline-block;
        background-color: #3b4a5a;
        font-size: 18px;
    }
    .footerColumn{
        width: 32%;
        padding: 0px;
        margin: 0px;
        display: inline-block;
    }

    /*--FOOTER 1 Patchnotes--*/
    .footer1{
        text-align: left;
    }
    .btnFooter{
        border: none;
        outline: none;
        margin: 0px;
        padding: 0px;
        background-color: transparent;
        color: lightsteelblue;
        font-size: 16px;
        text-decoration: underline;
    }
    .btnFooter:hover{
        color: #e0eeff;
    }

    /*--FOOTER 2--*/
    .footer2{
        text-align: center;
    }
    /*--FOOTER 3--*/
    .footer3{
        text-align: right;
    }



/* ---- PATCHNOTES SCREEN ---- */
#divPatchnotes{
    width: 100%;
    display: none;
    text-align: center;
}

#divBtnPatchBack{
    width: 100%;
    text-align: left;
}
#btnPatchBack{
    height: 55px;
    width: 203px;
    margin: 20px;
    text-align: left;
    background-color: transparent;
    background-image: url(images/buttons/btnback.png);
    background-size: 100%;
    border: none;
    outline:none;    
    filter: invert(86%) sepia(8%) saturate(967%) hue-rotate(180deg) brightness(89%) contrast(95%);
}
#btnPatchBack:hover{
    filter: invert(95%) sepia(16%) saturate(90%) hue-rotate(178deg) brightness(99%) contrast(95%);
}

.patchblock{
    width: 75%;
    margin-left: 12.5%;
    border: 5px solid #b0c4de;
    color: #b0c4de;
    margin-bottom: 30px;
}

.classPatchVersion{
    width: 48%;
    display: inline-block;
    text-align: left;
    margin: 10px 0px;
}
.classPatchDate{
    width: 48%;
    display: inline-block;
    text-align: right;
    margin: 10px 0px;
}
.classPatchText{
    width: 80%;
    margin-left: 5%;
    margin-top: 0px;
    text-align: left;
}

/* ---- INSTRUCTIONS SCREEN ---- */
#divInstructions{
    width: 100%;
    display: none;
    text-align: center;
}
#divInfoText{
    width: 75%;
    margin-left: 12.5%;
    border: 5px solid #b0c4de;
    color: #b0c4de;
    margin-bottom: 30px;
}
#divInfoMargin{
    width: 80%;
    margin-left: 5%;
    margin-top: 0px;
    text-align: left;
}

/*---- FUTURE SCREEN ----*/
#divFuture{
    width: 100%;
    display: none;
    text-align: center;
}
#divFutureTextBox{
    width: 75%;
    margin-left: 12.5%;
    border: 5px solid #b0c4de;
    color: #b0c4de;
    margin-bottom: 30px;
}
#divFutureTextContent{
    width: 80%;
    margin-left: 5%;
    margin-top: 0px;
    text-align: left;
}



/*--- OVERIG ---*/
#divTemp{
    width: 0px;
    height: 0px;
    background-color: lime;
    position: absolute;
    left: -9999px;
}

/*--- SMALLER SCREEN ---*/
@media (max-width:1125px){
    #divPlayerColumn{
        position: relative;
        padding-top: 50px;
        width: 100%;
        text-align: center;
    }
    .divPlayerList {
        width: 100%;
        text-align: center;
    }
    
    #divGameColumn{
        position: relative;
        width: 100%;
        text-align: center;
    }

    #divGameField{
        text-align: center;
    }
}

@media (max-width:825px){
    .classDice{
        max-width: 350px;
    }
}

@media (max-width:475px){
    #divGameMessage, #divGameErrorMessage{
        font-size: 25px;
        top: 60px;
    }
    .TTgameId{
        font-size: 10px;
    }
    #divGameColumn {
        padding-top: 50px;
    }
    .classDice{
        max-width: 260px;
    }
    .classDiceBtn{
        padding: 1px;
    }
    .imgDice{
        height: 80px;
        width: 80px;
    }
    .divTotal{
        display: inline-block;
        margin-top: 5px;
        font-size: 25px;
    }
    #divTotalNumber{
        display: inline-block;
    }
    #btnRoll, #btnReset{
        display: inline-block;
        margin-top: 5px;
    }
    #divFooter, .btnFooter{
        font-size: 10px;
    }
    #divPlayerColumn{
        padding-top: 20px;
        font-size: 18px;
    }
    .divClientName{
        font-size: 15px;
    }
}



/* --- FILTERS ---*/
.filterMid{
    filter: invert(86%) sepia(8%) saturate(967%) hue-rotate(180deg) brightness(89%) contrast(95%);
}

