html, body {
    height: 100%;
    width: 100%;
    margin: 0;
    position: fixed;
}

.container {
    float: left;
    height: 100%;
    width: 100% !important;
    padding-right: 0px !important;
}

.banconota {
    width: 55%;
    margin: 10px auto;
    opacity: 0.7;
    cursor: -webkit-grab;
    cursor: grab;
}

.tavolo {
    border-style: solid;
    border-width: 1px;
    border-color: black;
    margin: 5px;
    height: 100%;
    width: 80%;
    position: relative;
    float: left;
    border-radius: 15px;
}

.CV {
    height: calc(100% - 300px);

}

.divMovable {
    position: absolute;
    width: 17%;
    margin: 10px auto;
    cursor: -webkit-grab;
    cursor: grab;
}

.somma {
    right: 37px;
    top: 20px;
    font-size: 4vw;
    text-align: right;
    padding: 10px;
}

.trash {
    width: 15%;
    position: absolute;
    right: -15px;
    bottom: 15px;
    opacity: 0.5;
}

.bottomLine div {
    float: left;
    width: 150px;
}

.moneta {
    width: 6% !important;
}

.button {
    float: left;
    height: 10%;
    width: 5%;
    background: orange;
    padding: 10px;

}

.sinistra {
    width: 15%;
    float: left;
    height: 70%;
}

.destra {
    width: 85%;
    height: 60%;
    float: left;
}

.giocaLine {
    width: 15%;
    float: left;
    display: none;
}

.buttonMenu {
    float: left;
    margin: 5px 20px;
    font-size: 30px;
    margin-top: 46px;
    cursor: pointer;
}

.button {

    float: left;
    height: 45px;
    width: 100px;
    background: orange;
    /* padding: 10px; */
    text-align: center;
    color: white;
    margin: 2px;
    font-size: 20px;
    border: 1px solid #b6b6b6;
    cursor: pointer;
    margin-top: 40px;
}

#optionM {
    float: left;
    height: 40px;
    width: 9%;
    background: #ff7624 !important;
    /* padding: 10px; */
    text-align: center;
    color: white;
    margin: 2px;
    border: 1px solid #b6b6b6;
    margin-top: 42px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8c00', endColorstr='#ff3503', GradientType=0);
    border-radius: 5%;
    cursor: pointer;
    font-size: 20px;
}

.numerogioca, .stato, .freccia {
    font-size: 2vw;
    text-align: center;
    margin: 10px 2px;
}

.stato {
    margin-left: 42%;
    color: gray;
}

.numerogioca {
    color: gray;
}

.freccia {
    color: blue;
    cursor: pointer;
}

* {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                     supported by Chrome and Opera */
}

.dec {
    font-size: 3vw;
    position: relative;
    top: -11px;
    font-weight: normal;
}

.decimal {
    font-size: 2vw;
    position: relative;
    top: -11px;
    font-weight: normal;
}

.reset {
    margin-top: 6px;
    float: right;
    margin-right: 15%;
    width: 7%;
    background-image: url(images/reset.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-color: #FFFFFF;
    border: none;
}

.contatore {
    width: 7%;
    background-image: url(images/eurono.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #FFFFFF;
    border: none;
    background-size: contain;
}

.rmoneta {
    width: 7%;
    background-image: url(images/nomone.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #FFFFFF;
    border: none;
    background-size: contain;
}

.rbanconote {
    width: 7%;
    background-image: url(images/nobanc.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #FFFFFF;
    border: none;
    background-size: contain;
}

.gioca {
    width: 7%;
    background-image: url(images/pc.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #FFFFFF;
    border: none;
    background-size: contain;
}
.whiteboard {
    width: 7%;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #FFFFFF;
    border: none;
    background-size: contain;
}

.freccia {
    width: 67%;
    height: 20%;
    margin: auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #FFFFFF;
    border: none;
    background-size: contain;
}

.currency {
    font-size: 2vw;
}

.valor {
    font-weight: bold;
    font-family: Arial;
}

.integer {
    font-size: 3vw  ;
      font-weight: bold;
      font-family: Arial;
  }

#check-game-btn {
    cursor: pointer;
}

.sound{
    width: 7%;
    background-image: url(images/sono.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #FFFFFF;
    border: none;
    background-size: contain;
}

.modal {
    position: fixed;
    top: 35% !important;
    left: 30%;
}

.last-chance-image {
    position: relative;
    top: 40%;
}

.close-icon {
    font-size: 32px;
    color: #ff7624 !important;
    background: none;
    float: right;
    border: none;
}