/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 14.12.2018, 15:26:22
    Author     : Vaclav Velek
*/
@media (min-width: 1200px){
    .container {
        max-width: 1850px;
        width:100%;
    }
}
body,html {
    background-color: #080828;
    font-family: arial;
    font-weight: 400;
}
.container2{
    max-width: 1720px;
    width: 100%;
}
.login-right{
    max-width: 707px;
    float:right;
    width:100%;
}
header{
    background-image: url(../img/header-bg.png);
    background-size: cover;
    width:100%;
    text-align: center;
    background-position: center;
    min-height: 360px;
}
.header-logo{
    margin: 0 auto;
}
.login-section-blue{
    background-color: #080828;
    padding: 25px 0;
}
.lsh-auto{
    position: absolute;
    top:60px;
    left: 50px;
}
.login-index{
    width: 96px;
    
}
.button-blue, .button-white{
    font-size: 35px;
    text-align: center;
    padding: 10px 20px;
    display: block;
    width: 100%;
    color:white;
    margin: 20px 0;
    font-weight: 700;
}
.button-blue{
    background-color:#00acf2;
    color:white;
}
.button-white{
    background-color:white;
    color:#00acf2;
}
.button-blue span{
    font-size: 27px;
    color: #000000;
}
.button-blue h2{
    font-size: 75px;
    color: white;
    margin: 0px;
    padding: 0;
    font-weight: 700;
}
.slots-machine-image2{
    margin: 20px 0;
}
.login-form{
    background-color: #dcdcdc;
    padding: 50px 15px;
    float:left;
    width:100%;
}
.login-form form{
    max-width: 320px;
    width:100%;
    margin: auto;
    display: block;
    color: #060626;
}
.login-form form input[type="submit"]{
    background-color: #00acf2;
    color:white;
    text-align: center;
    padding: 7px 10px;
    width:calc(100% - 160px);
    border:none;
    margin-left: 100px;
    display: block;
    margin: 10px 0 10px 155px;
    box-sizing: border-box;
}
.login-form form input[type="text"]{
    background-color: white;
    color:black;
    text-align: center;
    padding: 7px 10px;
    width:calc(100% - 100px);
    border:none;
    display: inline-block;
    margin: 5px 0;
    box-sizing: border-box;
}
.login-form form input[type="password"]{
    background-color: white;
    color:black;
    text-align: center;
    padding: 7px 10px;
    width:calc(100% - 160px);
    border:none;
    display: inline-block;
    margin: 5px 0;
    box-sizing: border-box;
}
.login-form form label {
    width: 150px;
    padding-right: 10px;
    text-align: right;
    display: inline-block;
    box-sizing: border-box;
    font-weight: 300;
}
.whitebar {
    width: 100%;
    float: left;
    background-color: #fff;
    color: #080828;
    text-align: center;
    padding-top: 16px;
    padding-bottom: 17px;
}
.whitebar .container{
    position: relative;
}
.whitebar a{
    background-color: #00acf2;
    color:white;
    text-transform: uppercase;
    padding: 7px 25px;
    position: absolute;
    top: -2px;
}
.whitebar a:first-of-type{
    left:50px;
}
.whitebar a:last-of-type{
    right:50px;
}
.whitebar p{
    margin: 4px 0 0 0;
}
.homepage-buttons{
    max-width: 700px;
    width:100%;
    margin: 20px auto 100px auto;
    color: #fff;
}
.homepage-buttons div.half{
    width:50%;
    float: left;
    margin-bottom: 20px;
    margin-top: 10px;
}
.homepage-buttons div.half b{
    color: #00acf2;
}
.addnew {
    width: 100%;
    border: 2px solid #00acf2;
    height: 100px;
    box-sizing: border-box;
    background-color: #080828;
    box-shadow: 0 0 25px rgba(0,172,242, 0.9);
    display: block;
    margin: 20px auto;
    background-image: url(../img/homebtn-10.png);
    background-position: center;
    background-repeat: no-repeat;
}
.addnew:hover{
    background-image: url(../img/homebtn-11.png);  
    background-color: #00acf2;
    transition: linear background-image 0.5s;
}
.homepagebtn{
    width: 100%;
    border: 2px solid #00acf2;
    height: 100px;
    box-sizing: border-box;
    background-color: #080828;
    display: block;
    margin: 20px auto;
    background-position: center;
    background-repeat: no-repeat;
}

.homepagebtn:hover{
    background-color: #00acf2;
}
.homepage-buttons span {
    text-align: center;
    color: white;
    display: block;
    width: 100%;
    font-weight:700;
}
.homepagebtn1{
    background-image: url(../img/homebtn-20.png);  
}
.homepagebtn2{
    background-image: url(../img/homebtn-30.png);  
}
.homepagebtn3{
    background-image: url(../img/homebtn-40.png);  
}
.homepagebtn1:hover{
    background-image: url(../img/homebtn-22.png);
    transition: linear background-image 0.5s;
}
.homepagebtn2:hover{
    background-image: url(../img/homebtn-33.png);  
    transition: linear background-image 0.5s;
}
.homepagebtn3:hover{
    background-image: url(../img/homebtn-44.png);  
    transition: linear background-image 0.5s;
}
.menubar{
    background: #00acf2;
    padding: 20px 15px;

}
.menubar .container{
    display: flex;
    position: relative;
    max-width: 700px;
}
.menubar a{
    color:white;
    flex: 1 1 auto;
    text-align: center;
}
.addnew-container, .table-container{
    background-color: #e5e5e5;
    height: 100%;
}
.addnew-container .container, .table-container .container{
    max-width: 750px;
    width:100%;
}
.addnew-container h2, .table-container h2{
    text-align: center;
    margin-top: 50px;
    position: relative;
    width:100%;
    color:#060626;
    font-weight:700;
}
.addnew-container h2 a.back, .table-container h2 a.back{
    font-size: 14px;
    position: absolute;
    left: 0px;
    top: 9px;
    color: black;
}
.table-container h2 span {
    font-size: 14px;
    display: block;
    padding: 5px 0 0 0;
}
.addnew-container form{
    background-color: white;
    padding: 25px 20px;
    margin: 20px auto 0px auto;
}
.addnew-container form label{
    width:200px;
    float:left;
    padding: 10px 0;
    font-weight: 400;
}
.addnew-container form .input-row{
    float:left;
    width:calc(100% - 200px);
    float:left;
}
.title-header{
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 265px;
    font-size: 38px;
    color: white;
}
.addnew-container form .input-row p {
    margin: 10px 0 10px 0;
    font-weight: 600;
}
.addnew-container form .input-row input[type="text"]{
    width: 200px;
    border: silver 1px solid;
    margin: 5px 0;
    padding: 3px 10px;
}
.addnew-container form .input-row input[type="date"]{
    width: 200px;
    border: silver 1px solid;
    margin: 5px 0;
    padding: 3px 10px;
}
.addnew-container form .input-row input[type="password"]{
    width: 200px;
    border: silver 1px solid;
    margin: 5px 0;
    padding: 3px 10px;
}
.addnew-container form .input-row input[type="radio"]{
    margin-right: 10px;
}
.addnew-container form .input-row input[type="radio"]:last-of-type{
    margin-left: 20px;
}
.addnew-container form .input-row select {/*
    width: 200px;
    height: 28px;
    margin: 7px 0;
    border: solid 1px silver;*/
}
.sale-row{
    background-color: #00acf2;
    color:white;
    font-size: 15px;
    font-weight: bold;
    width:calc(100% + 40px);
    margin-left: -20px;
    padding: 12px 20px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.add-spintowin {
    display: block;
    margin: 30px auto 200px auto;
    width: 250px;
    background-color: #00acf2;
    color: white;
    border: none;
    font-size: 26px;
    padding: 7px 10px;
}
.table-type-first,.table-without-footer{
    width: 100%;
    margin: 35px auto 0px auto;
}
.table-type-first td, .table-without-footer td {
    background-color: white;
    color: black;
    padding: 10px 7px;
}
.table-type-first tr:nth-of-type(2n) td, .table-without-footer tr:nth-of-type(2n) td{
    background-color: #dcdcdc;
    color: black;
}
.table-type-first tr:first-of-type td, .table-without-footer tr:first-of-type td {
    background-color: #00acf2;
    color: white;
}
/*.table-type-first tr:last-of-type td {
    background-color: #052453;
    color: white;
}*/
.table-type-first tr td b, .table-without-footer tr td b{
    color: #0042ff;
    font-weight: 700;
}
.table-type-last,.table-without-footer{
    width: 100%;
    margin: 0px auto 100px auto;
}
.table-type-last td, .table-without-footer td {
    background-color: white;
    color: black;
    padding: 10px 7px;
}
.table-type-last tr:nth-of-type(2n) td, .table-without-footer tr:nth-of-type(2n) td{
    background-color: #dcdcdc;
    color: black;
}
.table-type-last tr:first-of-type td, .table-without-footer tr:first-of-type td {
    background-color: #00acf2;
    color: white;
}
.table-type-last tr:last-of-type td {
    background-color: #052453;
    color: white;
}
.table-type-last tr td b, .table-without-footer tr td b{
    color: #0042ff;
    font-weight: 400;
}

.win{
    max-width: 700px;
    margin: auto;
    text-align: center;
    color:white;
}
.win-box h4{
    margin-top: 30px;
}
.win-box {
    margin: 25px auto 20px auto;
    box-shadow: 0 0 30px rgba(255,255,255,0.8);
    position: relative;
}
.win-box-text{
    position: absolute;
    bottom:20px;
    left:20px;
    right: 20px;
    height: 100px;
    background-color: rgba(0,0,0,0.5);
    color:white;
    padding: 15px;
    text-align: center;
}
.win-box-text h4 {
    font-size: 25px;
    line-height: 25px;
    margin: 0 auto 10px auto;
}
.spinwin-title{
    display: block;
    width:100%;
    color:white;
    text-align: center;
    font-size: 25px;
}
.select {
    position: relative;
    display: inline-block;
    margin: 5px 0;
    width: 100%;
    max-width: 200px;
}  
.select select {
    font-family: 'Arial';
    display: inline-block;
    width: 100%;
    cursor: pointer;
    padding: 6px 15px;
    outline: 0;
    border: 0px solid #000000;
    border-radius: 0px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,d4d4d6+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #d4d4d6 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%,#d4d4d6 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%,#d4d4d6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d4d4d6',GradientType=0 ); /* IE6-9 */
    color: #000000;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.select select::-ms-expand {
    display: none;
}
.select select:hover,
.select select:focus {
    color: #000000;
    background: #d3d3d5;
}
.select select:disabled {
    opacity: 1;
    pointer-events: none;
}
.select_arrow {
    position: absolute;
    top: 13px;
    right: 11px;
    pointer-events: none;
    border-style: solid;
    border-width: 8px 5px 0px 5px;
    border-color: #000000 transparent transparent transparent;
}
.select select:hover ~ .select_arrow,
.select select:focus ~ .select_arrow {
    border-top-color: #000000;
}
.select select:disabled ~ .select_arrow {
    border-top-color: #cccccc;
}





/* fruit machine    */
.login-section-blue {
    background-color: #080828;
    float: left;
    width: 100%;
    position: relative;
}
.fancy{
    height: 420px;
    display: block; /* to size correctly, can use float too, or width*/
    background-image: url(../img/slots-machine-image.jpg);
    width:707px;
    margin: 50px auto;
}
.fancy ul {
    padding: 0;
    margin: 0 52px;
    list-style: none;
    width: 130px;
    background-color: white;
}

.jSlots-wrapper {
    overflow: hidden;
    height: 20px;
    display: inline-block; /* to size correctly, can use float too, or width*/
    border: 1px solid #999;
}

.slot {
    float: left;
}
#playFancy {
    background-image: url(../img/button-empty.png);
    width: 307px;
    height: 114px;
    background-size: cover;
    background-color: #080828;
    border: none;
    display: block;
    outline: none;
    position: absolute;
    bottom: 100px;
    margin-left: auto;
    margin-right: auto;
    left: 0px;
    right: 0px;
    font-size: 28px;
    font-weight: bold;
}

#revealPrize {
    background-image: url(../img/button-reveal.png);
    width: 293px;
    height: 114px;
    background-size: cover;
    background-color: #080828;
    border: none;
    color: transparent;
    display: block;
    outline: none;
    position: absolute;
    bottom: 100px;
    margin-left: auto;
    margin-right: auto;
    left: 0px;
    right: 0px;
}

.furitsection {
    padding-bottom: 250px;
}
.furitsection .col-md-8{
    padding-bottom: 100px;
}
/* ---------------------------------------------------------------------
   FANCY EXAMPLE
--------------------------------------------------------------------- */
.fancy .jSlots-wrapper {
    overflow: hidden;
    height: 293px;
    display: inline-block;
    width: 707px;
    border: none;
    margin-top: 62px;
}
.fancy .slot li {
    width: 130px;
    line-height: 100px;
    height: 100px;
    text-align: center;
    font-size: 1px;
    font-weight: bold;
    color: #fff;
}
.fancy .slot li img{
    display: inline-block;
}

.fancy .slot:first-child li {
    border-left: none;
}

.fancy .slot li:nth-child(7) {
    background-color: white;
}
.fancy .slot li:nth-child(6) {
    background-color: white;
}
.fancy .slot li:nth-child(5) {
    background-color: white;
}
.fancy .slot li:nth-child(4) {
    background-color: white;
}
.fancy .slot li:nth-child(3) {
    background-color: white;
}
.fancy .slot li:nth-child(2) {
    background-color: white;
}
.fancy .slot li:nth-child(1),
.fancy .slot li:nth-child(8) {
    background-color: white;
}

.fancy .slot li span {
    display: none;
}
.jSlots-wrapper>ul:nth-child(3) {
    margin-right: 0;
    margin-left: 55px;
}

/* ---------------------------------------------------------------------
   ANIMATIONS
--------------------------------------------------------------------- */

@-webkit-keyframes winner {
    0%, 50%, 100% {
        -webkit-transform: rotate(0deg);
        font-size:70px;
        color: #fff;
    }
    25% {
        -webkit-transform: rotate(20deg);
        font-size:90px;
        color: #FF16D8;
    }
    75% {
        -webkit-transform: rotate(-20deg);
        font-size:90px;
        color: #FF16D8;
    }
}
@-moz-keyframes winner {
    0%, 50%, 100% {
        -moz-transform: rotate(0deg);
        font-size:70px;
        color: #fff;
    }
    25% {
        -moz-transform: rotate(20deg);
        font-size:90px;
        color: #FF16D8;
    }
    75% {
        -moz-transform: rotate(-20deg);
        font-size:90px;
        color: #FF16D8;
    }
}
@-ms-keyframes winner {
    0%, 50%, 100% {
        -ms-transform: rotate(0deg);
        font-size:70px;
        color: #fff;
    }
    25% {
        -ms-transform: rotate(20deg);
        font-size:90px;
        color: #FF16D8;
    }
    75% {
        -ms-transform: rotate(-20deg);
        font-size:90px;
        color: #FF16D8;
    }
}


@-webkit-keyframes winnerBox {
    0%, 50%, 100% {
        box-shadow: inset 0 0  0px yellow;
        background-color: #FF0000;
    }
    25%, 75% {
        box-shadow: inset 0 0 30px yellow;
        background-color: aqua;
    }
}
@-moz-keyframes winnerBox {
    0%, 50%, 100% {
        box-shadow: inset 0 0  0px yellow;
        background-color: #FF0000;
    }
    25%, 75% {
        box-shadow: inset 0 0 30px yellow;
        background-color: aqua;
    }
}
@-ms-keyframes winnerBox {
    0%, 50%, 100% {
        box-shadow: inset 0 0  0px yellow;
        background-color: #FF0000;
    }
    25%, 75% {
        box-shadow: inset 0 0 30px yellow;
        background-color: aqua;
    }
}



.winner li {
    -webkit-animation: winnerBox 2s infinite linear;
    -moz-animation: winnerBox 2s infinite linear;
    -ms-animation: winnerBox 2s infinite linear;
}
.winner li span {
    -webkit-animation: winner 2s infinite linear;
    -moz-animation: winner 2s infinite linear;
    -ms-animation: winner 2s infinite linear;
}
header{
    position: relative;
}
.date-header{
    position: absolute;
    bottom:10px;
    width: 100%;
    text-align: center;
    color:white;
}
.date-header {
    position: absolute;
    bottom: 35px;
    width: 100%;
    text-align: center;
    color: white;
    font-size: 20px;
}
@media (max-width: 1199px){
    .whitebar a:first-of-type{
        left:15px;
    }
    .whitebar a:last-of-type{
        right:15px;
    }
}
@media (max-width: 767px){
    .date-header {
        position: absolute;
        bottom: 5px;
        width: 100%;
        text-align: center;
        color: white;
        font-size: 14px;
    }
    .lsh-auto {
        position: absolute;
        top: 20px;
        left: 20px;
        width: 100px;
    }
    .fancy {
        height: 282px;
        display: block;
        background-image: url(../img/slots-machine-image.jpg);
        width: 475px;
        margin: 50px auto;
        background-size: cover;
    }
    .fancy .jSlots-wrapper {
        height: 187px;
        width: 475px;
        margin-top: 46px;
    }
    .fancy .slot li img {
        max-width: 70%;
        height: auto;
    }
    .fancy .slot li {
        width: 100%;
        height: auto;
        line-height: 45px;
    }
    .fancy ul {
        padding: 0;
        margin: 0 33px;
        list-style: none;
        width: 92px;
        background-color: white;
    }
    header {
        min-height: 0;
    }
    #playFancy {
        width: 150px;
        height: 57px;
        bottom: 200px;
    }
    #revealPrize {
        width: 150px;
        height: 57px;
        bottom: 200px;
    }
    .jSlots-wrapper>ul:nth-child(3) {
        margin-right: 0;
        margin-left: 34px;
    }
    .button-blue, .button-white {
        font-size: 18px;
        line-height: 24px;
    }
    .button-blue h2 {
        font-size: 40px;
        font-weight: bold;
    }
    .win h4 , .spinwin-title{
        padding-left: 15px;
        padding-right: 15px;
        font-size: 15px;
    }
    .button-blue span {
        font-size: 18px;
        line-height: 24px;
    }
}
@media (max-width: 480px){
    .date-header {
        bottom: 2px;
        font-size: 12px;
    }
    .menubar .container {
        display: block;
    }
    .menubar a {
        display: block;
        margin: 5px 0;
        width: 100%;
    }
    .win-box-text h4 {
        font-size: 20px;
        line-height: 20px;
        margin: 0 auto 10px auto;
    }
    .win-box-text {
        height: 150px;
    }
    .win-box {
        margin: 50px auto 40px auto;
    }
    .lsh-auto {
        position: absolute;
        top: 20px;
        left: 20px;
        width: 70px;
    }
    .addnew-container .container, .table-container .container {
        overflow-x: scroll;
        font-size: 9px;
    }
    .addnew-container h2, .table-container h2 {
        text-align: center;
    margin-top: 19px;
        position: relative;
        width: 100%;
        font-size: 15px;
        padding-top: 31px;
    }
    .addnew-container h2 a.back, .table-container h2 a.back {
    font-size: 14px;
    left: 50%;
    margin-left: -23px;
}
    .addnew-container form label {
        width:100px;
    }
    .addnew-container form .input-row input[type="text"], .addnew-container form .input-row select {
        width: 180px;
    }
     .addnew-container form .input-row input[type="date"], .addnew-container form .input-row select {
        width: 180px;
    }
    .addnew-container form .input-row input[type="password"], .addnew-container form .input-row select {
        width: 180px;
    }
    .select {
        max-width: 180px;
    }
    .homepage-buttons {
        padding: 0 15px;
    }
    .whitebar {
        margin-bottom: 50px;
    }
    .whitebar a {
        padding: 7px 15px;
        bottom: -60px;
        top: auto;
    }
    .whitebar p {
        padding-left: 0px;
        padding-right: 0px;
        font-size: 12px;
    }
    .fancy {
        height: 189px;
        width: 320px;
    }
    .fancy .jSlots-wrapper {
        height: 130px;
        width: 320px;
        margin-top: 27px;
    }
    .fancy .slot li {
        width: 100%;
        height: auto;
        line-height: 45px;
    }
    .fancy ul {
        padding: 0;
        margin: 0 24px;
        list-style: none;
        width: 58px;
        background-color: white;
    }
    .fancy .slot li img {
        max-width: 70%;
        height: auto;
    }
    .addnew-container form .input-row {
    float: left;
    width: calc(100% - 100px);
    float: left;
}
}
@media (max-width: 350px){
    .fancy {
        height: 172px;
        width: 290px;
    }
    .fancy .jSlots-wrapper {
        height: 122px;
        width: 290px;
        margin-top: 24px;
    }
    .fancy ul {
        width: 48px;
    }
    .fancy .slot li {
        line-height: 40px;
        height: 40px;
    }
    .fancy .slot li img {
        max-width: 80%;
    }
}