﻿/*MODAL START*/
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9998; /* Sit on top */
    padding-top: 150px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.5); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 300px;
    height: 300px;
    overflow: auto;
    z-index: 9999;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 60px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }
/*MODAL END*/









/*JACKPOT START*/
.jackpothelptext {
    font-size: 14px;
    position: relative;
    top: -5px;
    text-align: center;
}

#jackpot {
    width: 100%;
    display: inline-table;
    text-align: center;
}

.jackpotitem {
    border: 1px solid grey;
    width: 130px;
    height: 130px;
    display: inline-block;
    padding: 2px;
    margin: 2px;
}

.jackpotitemimage {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

#jackpotpopupimage {
    width: 100px;
    height: 100px;
}

#jackpotpopuptitle {
    font-size: 22px;
    font-weight: bold;
    padding-top: 10px;
}

#jackpotpopupdescription {
}

#jackpotpopuplink {
    padding-top: 10px;
}
/*JACKPOT END*/














/*GAMESTATE START*/
#gamestate {
    background-color: #f2f2f2;
    padding: 6px;
    margin-bottom: 10px;
    border-radius: 10px;
}

.gamestateminheight {
    min-height: 90px;
}

#gamestateimage {
    width: 80px;
    height: 80px;
    background-color: white;
    border: 1px solid black;
    padding: 5px;
    float: right;
}

#gamestatewintext {
    font-weight: bold;
    font-size: 22px;
}

#gamestatetext {
    padding: 5px;
}

#gamestatewintitle {
    font-weight: bold;
    font-size: 22px;
    padding-top: 0px;
}

#gamestatevalue {
    font-weight: bold;
    font-size: 22px;
    padding-top: 10px;
}

#gamestaterisk {
    padding-top: 10px;
    font-size: 14px;
}

#gamestatetakeordiscard {
    padding-top: 10px;
    font-size: 14px;
}

#playtext {
    color: #366092;
/*    border: 1px solid red;
    border-radius: 6px;
    background-color: lightgrey;*/
    white-space: nowrap;
    font-weight: bold;
}

#risktext {
    color: #366092;
    /*border: 1px solid red;
    border-radius: 6px;
    background-color: lightgrey;*/
    white-space: nowrap;
    font-weight:bold;
}

#takewintext {
    color: green;
    /* border: 1px solid green;
    border-radius: 6px;
    background-color: lightgrey;*/
    white-space: nowrap;
    font-weight: bold;
}

#discardwintext {
    color: red;
    /* border: 1px solid red;
    border-radius: 6px;
    background-color: lightgrey;*/
    white-space: nowrap;
    font-weight: bold;
}
/*GAMESTATE END*/











/*SLOT MACHINE START*/
#gamestateandslotmachinecontainer {
    max-width: 700px;
    margin: auto;
}

.slotmachine {
    border: 20px solid #D5BD76;
    border-radius: 10px;
    background-color: #D5BD76;
}

#slotitems {
    text-align: center;
}

.slotitem {
    display: inline-block;
    background-color: white;
    padding: 10px;
    border-top: 20px solid lightgrey;
    border-bottom: 20px solid lightgrey;
    width: 80px;
}

.slotitemcolumnspacer {
    display: inline-block;
    width: 20px;
}

.slotitemimage {
    background-color: white;
    width: 100%;
}

#slotmachinetext {
    text-align: center;
    font-size: 40px;
    font-family: 'Passion One';
    color: #366092;
}

.slotmachinetextwin {
    color: #c6ffb3 !important;
}

.slotmachinetextlose {
    color: pink !important;
}

#risksteptext {
    color: #366092;
    text-align: right;
    font-family: 'Passion One';
    font-size: 20px;
    padding-right: 10px;
}

.risksteptextdisabled {
    opacity: 0.1;
}

#slotmachinebuttons {
    height: 50px;
    position: relative;
    top: -12px;
}

.buttonslotmachine {
    line-height: normal;
    font-family: 'Passion One';
    height: 55px;
    vertical-align: top;
    margin-top: 10px;
    border-radius: 20px;
    background-color: lightgrey;
    cursor: pointer;
    padding: 0px;
}

    .buttonslotmachine:hover {
        background-color: #bfbfbf;
    }

    .buttonslotmachine:disabled {
        background-color: lightgrey;
        opacity: 0.1;
    }

#buttonplay {
    width: 110px;
    font-size: 50px;
    float: right;
    border: 2px solid #366092;
    color: #366092;
    -webkit-text-fill-color: #366092;
    padding-block:1px;
    padding-inline:6px;
}


#buttontakewin {
    width: 90px;
    font-size: 18px;
    margin-right: 10px;
    border: 2px solid green;
    color: green;
    -webkit-text-fill-color: green;
    float: left;
}

#buttondiscardwin {
    width: 90px;
    font-size: 18px;
    border: 2px solid red;
    color: red;
    -webkit-text-fill-color: red;
    float: left;
}

.resultwin {
    background-color: #c6ffb3 !important;
}

.resultloose {
    background-color: pink !important;
}
/*SLOT MACHINE END*/











/*LOGIN-PAGE START*/
input {
    font-family: 'Source Sans Pro';
    font-size: 24px;
    padding: 8px;
    width: 250px;
    box-sizing: border-box;
    border: 1px solid grey;
    background-color: white;
    border-radius: 0px;
    height: 50px;
}

    input:disabled {
        background-color: #d9d9d9;
    }

#buttonenter {
    border: 1px solid grey;
    border-radius: 0px;
    background-color: #f2f2f2;
    background-image: url('/images/emoji2/slotmachine.svg');
    background-repeat: no-repeat, no-repeat;
    background-size: 60px 60px;
    background-position: 2px center;
    padding: 0px 10px 0px 40px;
    font-size: 24px;
    height: 50px;
    cursor: pointer;
    color: black;
    width: 250px;
    text-align: center;
}

    #buttonenter:hover {
        background-color: #bfbfbf;
    }
#buttonticketorder {
    border: 1px solid grey;
    border-radius: 0px;
    background-color: #f2f2f2;
    background-image: url('/images/email.svg');
    background-repeat: no-repeat, no-repeat;
    background-size: 32px 32px;
    background-position: 2px center;
    padding: 0px 10px 0px 40px;
    font-size: 16px;
    height: 35px;
    cursor: pointer;
    color: black;
    width: 250px;
    text-align: center;
}

    #buttonticketorder:hover {
        background-color: #bfbfbf;
    }

#ticketorderemail {
    font-size: 16px;
    padding: 8px;
    height:30px;
}
/*LOGIN-PAGE END*/












/*TAKE WIN START*/
.winimage {
    width: 60px;
    height: 60px;
}

.wintitle {
    font-size: 20px;
    font-weight: bold;
}

.windescription {
    text-align: left;
}

#winvalue {
    font-size: 20px;
    font-weight: bold;
}

#winvaluecode {
    font-size: 20px;
    font-weight: bold;
}
#winreference {
    position:relative;
    background-color:#e2e2e2;
    padding:2px;
}
#winreferencetable td {
    padding-right: 10px;
}
/*TAKE WIN END*/











/*DIVERSE ELEMENTE START*/
.casinotitle {
    font-family: 'Passion One';
    font-size: 40px;
    text-align: center;
    width: 100%;
}
.defaulttablecasino td{
    padding:2px 10px 2px 0px;
}

/*DIVERSE ELEMENTE END*/
