

#row {
    display: flex;
}
/* Buy Ticket Button */
.ticket-window {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

select.form-control.lng1 {
    margin-left: 20%;
}

#idtext {
    margin-top:50px;
    height:38px;
    width:90px;
    padding: 5px;
    text-align: center;
    margin-left: 26%;

}
#qtytext {
    margin-top:50px;
    height:38px;
    width:55px;
    padding: 5px;
    text-align: center;
}
.runner {
    margin-top:50px;
    height:38px;
    width:100px;
    padding: 5px;
    text-align: center;
    border-width: 2px;
        border-style: solid;
}
.amountvalue{
    background: #fff;
    padding: 5px;
    height:38px;
    width:75px;
    text-align: center;
}
/*.addmoreticket {
    margin-left: 10px;
}*/

.gridslider {
    margin-left: 20%;
}

input[type=checkbox]
{
    width: 20px;
    height: 20px;
    padding: 10px;
    margin: 10px;
}

#range {
    margin-top: 3em;
}

#getstring {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 12px 14px;
    border: 1px solid #147f00;
    border-radius: 8px;
    background: #25ee00;
    background: -webkit-gradient(linear, left top, left bottom, from(#25ee00), to(#147f00));
    background: -moz-linear-gradient(top, #25ee00, #147f00);
    background: linear-gradient(to bottom, #25ee00, #147f00);
    -webkit-box-shadow: #2cff00 0px 0px 0px 0px;
    -moz-box-shadow: #2cff00 0px 0px 0px 0px;
    box-shadow: #2cff00 0px 0px 0px 0px;
    text-shadow: #0c4b00 1px 1px 0px;
    font: normal normal bold 20px arial;
    color: #ffffff;
    text-decoration: none;
    margin-top: 40px;
    margin-left: 20%;
}
#getstring:hover,
#getstring:focus {
border: 1px solid #179500;
background: #2cff00;
background: -webkit-gradient(linear, left top, left bottom, from(#2cff00), to(#189800));
background: -moz-linear-gradient(top, #2cff00, #189800);
background: linear-gradient(to bottom, #2cff00, #189800);
color: #ffffff;
text-decoration: none;
}
#getstring:active {
background: #147f00;
background: -webkit-gradient(linear, left top, left bottom, from(#147f00), to(#147f00));
background: -moz-linear-gradient(top, #147f00, #147f00);
background: linear-gradient(to bottom, #147f00, #147f00);
}
.ticket-wrap.wrep2.gridlayout {
    margin: 40px 15px 50px 15px;
}

.ticket-wrap:not(.gridlayout) .ticket-wraper {
padding: 0em 1em 1em 1em;
width: 80%;
margin-left: auto;
margin-right: auto;
border-left: solid #777 2px;
border-right: solid #777 2px;
border-bottom: dashed #777 1px;
max-width: 400px;
}
.ticket-wrap:not(.gridlayout) .ticket-wraper:first-child {
border-top: solid #777 2px;
}
.ticket-wrap:not(.gridlayout) .ticket-wraper:last-child {
border-bottom: solid #777 2px;
}


.gridlayout .ticket-wraper {
display: inline-block;
border: solid #777777 2px;
margin: 5px;
padding: 0.9em;
padding-top: 0em;
}
.gridlayout .ticket-wraper:last-child {
border-bottom: 2px solid #777777;
}

.ticket-header:after{
clear:both;
display:block;
content:'';
}

.carton {
font-family: 'Arial';
color: black;
font-size: 0.5em;
font-weight: 700;
padding-left: 1em;
padding-right: 0.5em;
padding-top: 2.6em;
float: left;

}
.ticket-id {
color: black;
float: left;
font-family: "HelveticaNeue-CondensedBold";
font-weight: 900;
padding-top: 0.6em;
}
.id-main {
    float: left;
    width: 25%;
}
.serie-id,.name-on-ticket {
color: black;
padding-top: 0.4em;
float: right;
/* padding-right:1em; */
font-family: 'Archivo Narrow', sans-serif; 
width: 25%;
text-align: right;
}
.name-on-ticket {
    float: left;
    width: 50%;
    text-align: center;
    padding-right: 5px;
    padding-left: 5px;
}


.flexFont {
height:12em;
background-color:#eeeeee;
padding:1%;
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
grid-template-rows: 1fr 1fr 1fr;
border: solid #000 2px;
}


.cell {
background-color: #ffe5ea;
color: black;
font-size: 1.5em;
padding-top: 0.22em;
border: solid #000 1px;
text-align: center;
font-family: 'Gothic A1', sans-serif;
font-weight: 800;
overflow: hidden;
}

.bgstarimg{
background: url("/assets/star.png");

background-size: contain;
background-repeat: no-repeat;
background-position: center center;
background-color: #ffe5ea
} 
/* Ticket Input */

.stringClass {
font-size: 14px;
padding-top: 5px;
margin: 2px;
min-width: 270px;
border: 1px solid #999;
border-radius: 4px;
-moz-border-radius: 4px;
-web-kit-border-radius: 4px;
-khtml-border-radius: 4px;
}

.remove-field {
background-color: #e4685d;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
border-radius: 20px;
border: 1px solid #ffffff;
display: inline-block;
cursor: pointer;
color: #ffffff;
font-family: Arial;
font-size: 0.6em;
font-weight: bold;
padding: .5em .66em;
text-decoration: none;
text-shadow: 0px 1px 0px #b23e35;
margin-top: 5em;
margin-left: 0.5em;
}

.remove-field:hover {
background-color: #eb675e;
}

.remove-field:active {
position: relative;
top: 1px;
}

.add-field {
-moz-box-shadow: 0px 10px 14px -7px #3e7327;
-webkit-box-shadow: 0px 10px 14px -7px #3e7327;
box-shadow: 0px 10px 14px -7px #3e7327;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77b55a), color-stop(1, #72b352));
background: -moz-linear-gradient(top, #77b55a 5%, #72b352 100%);
background: -webkit-linear-gradient(top, #77b55a 5%, #72b352 100%);
background: -o-linear-gradient(top, #77b55a 5%, #72b352 100%);
background: -ms-linear-gradient(top, #77b55a 5%, #72b352 100%);
background: linear-gradient(to bottom, #77b55a 5%, #72b352 100%);
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#77b55a', endColorstr='#72b352', GradientType=0);
background-color: #77b55a;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
border: 1px solid #4b8f29;
display: inline-block;
cursor: pointer;
color: #ffffff;
font-family:Arial;
font-size: 12px;
font-weight: bold;
padding: 5px 10px;
margin: 10px;
text-decoration: none;
text-shadow: 0px 1px 0px #5b8a3c;
}

.add-field:hover {
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #72b352), color-stop(1, #77b55a));
background: -moz-linear-gradient(top, #72b352 5%, #77b55a 100%);
background: -webkit-linear-gradient(top, #72b352 5%, #77b55a 100%);
background: -o-linear-gradient(top, #72b352 5%, #77b55a 100%);
background: -ms-linear-gradient(top, #72b352 5%, #77b55a 100%);
background: linear-gradient(to bottom, #72b352 5%, #77b55a 100%);
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#72b352', endColorstr='#77b55a', GradientType=0);
background-color: #72b352;
}

.add-field:active {
position: relative;
top: 1px;
}

/* Toggle Switch */

.toggle1,.toggle2,toggle3 {
margin: 5%;
position: relative;
margin-left: 10%;
}
.toggle1 input[type="checkbox"],.toggle2 input[type="checkbox"],.toggle3 input[type="checkbox"] {
opacity: 0;
position: absolute;
}
.toggle1 label,.toggle2 label,.toggle3 label {
background-color: #72b352;
border: 1px solid #999999;
border-radius: 20px 20px 20px 20px;
box-shadow: 0 0 4px rgba(0, 0, 0, 0.1) inset;
height: 28px;
position: relative;
width: 75px;
display: block;
-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.toggle1 input:checked ~ label,.toggle2 input:checked ~ label,.toggle3 input:checked ~ label {
background-color: #19A8E4;
background-image: linear-gradient(to bottom, #088CD4 0px, #19A8E4 100%);
border: 1px solid #096C9D;
box-shadow: 0 0 15px rgba(255, 255, 255, 0.25) inset;
}
.toggle1 .toggle-handle,.toggle2 .toggle-handle,.toggle3 .toggle-handle {
background-color: #FFFFFF;
background-image: linear-gradient(to bottom, #FFFFFF 0px, #F2F2F2 100%);
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 100px 100px 100px 100px;
height: 28px;
position: absolute;
-webkit-transition: -webkit-transform 0.1s ease-in-out 0s, border 0.1s ease-in-out 0s;
transition: transform 0.1s ease-in-out 0s, border 0.1s ease-in-out 0s;
width: 28px;
z-index: 2;
pointer-events: none;
}
.toggle1 input:checked + .toggle-handle,.toggle2 input:checked + .toggle-handle,.toggle3 input:checked + .toggle-handle {
border-color: #0A76AD;
-webkit-transform: translate3d(48px, 0px, 0px);
transform: translate3d(48px, 0px, 0px);
}
.toggle1 label:after,.toggle2 label:after,.toggle3 label:after {
color: #ffffff;
content: "On";
font-weight: bold;
line-height: 28px;
position: absolute;
right: 13px;
text-shadow: 0 1px #777777;
text-transform: uppercase;
}
.toggle1 input:checked ~ label:after,.toggle2 input:checked ~ label:after,.toggle3 input:checked ~ label:after {
color: #FFFFFF;
content: "OFF";
left: 10px;
right: auto;
text-shadow: 0 -1px rgba(0, 0, 0, 0.25);
}


/* Reset Button */
.reset {
margin-top: 40px;
margin-bottom: 20;
-moz-box-shadow: 0px 1px 0px 0px #fff6af;
-webkit-box-shadow: 0px 1px 0px 0px #fff6af;
box-shadow: 0px 1px 0px 0px #fff6af;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
background: -moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
background: -webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
background: -o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
background: -ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
background: linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23', GradientType=0);
background-color: #ffec64;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
border: 1px solid #ffaa22;
display: inline-block;
cursor: pointer;
color: #333333;
font-family:Arial;
font-size: 15px;
font-weight: bold;
padding: 6px 24px;
text-decoration: none;
text-shadow: 0px 1px 0px #ffee66;
}

.reset:hover {
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
background: -moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
background: -webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
background: -o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
background: -ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
background: linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64', GradientType=0);
background-color: #ffab23;
}
.reset:active {
position: relative;
top: 1px;
}

.modal.show .modal-dialog {
-webkit-transform: translate(0,0);
transform: translate(0,0);
position: absolute;
top: 300px;
}

.message-pop{
width:100%;
text-align:center;
}
.message-pop img:not(.winner){
width:40px;
height:auto;
margin:0 auto;
display:block;
}
.message-pop.winner img{
width: 150px;
}
.winner{
margin-top:12px;
}
.message-pop h1{
font-size: 42px;
color:#079B14;
font-weight: bolder;
}
.message-pop p{
font-size: 20px;
margin-bottom: 27px;
 color:#5C5C5C;
}
.message-pop h3.cupon-pop{
font-size: 25px;
margin-bottom: 40px;
color:#222;
display:inline-block;
text-align:center;
padding:10px 20px;
border:2px dashed #222;
clear:both;
font-weight:normal;
}
.message-pop h3.cupon-pop span{
color:#03A9F4;
}
.message-pop a{
display: inline-block;
margin: 0 auto;
padding: 9px 20px;
color: #fff;
text-transform: uppercase;
font-size: 14px;
background-color: #8BC34A;
border-radius: 17px;
}
.message-pop a i{
margin-right:5px;
color:#fff;
}
#bingazoModal .modal-header{
border:0px;
padding: 15px 15px 0px 15px;
}

.modal {
position: absolute!important;
overflow: inherit!important;

bottom: 39px !important;
}

.modal.show .modal-dialog {
width: 100%;
top: 0;
/* height: 100%; */
text-align: center;
margin: 0 auto!;
left: transalte();
left: 50%;
top: 50%;
transform: translate(-50%, -20%)!important;
}	

.modal-content {
height: 100%;	
}

.modal-x {
font-size: 3rem
}

/* Pop Up Ticket Winner */

.popup-ticket .flexFont,.popup-ticket .ticket-header{
font-size:18px !important;
}
.popup-ticket {
max-width: 420px;
text-align: center;
margin: 0 auto;
border: solid #777777 2px;
padding:4px;
}	

/*-- Message Pop ends here --*/

.space {
min-height:100px;
}

/*-- All Mobile CSS --*/
@media (min-device-width : 360px) {
.number-button {
width: 29px;
height: 29px;
  margin-bottom: 2px;
padding: 2px;
font-size: 1.2em;
}}
   
@media (min-width: 582px) {
.number-button {
width: 50px;
height: 34px;
}}

/*-- iPhone 6 --*/
@media only screen 
and (min-device-width: 375px)
and (max-device-width: 413px) 
and (-webkit-min-device-pixel-ratio: 2) { 

.number-button {
width: 31px;
height: 31px;
}}

/*-- iPhone 6 Landscape --*/
@media only screen 
and (min-device-width: 375px) 
and (max-device-width: 667px) 
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: landscape){ 
.number-button {
width: 50px;
height: 38px;
}}

/*-- iPhone 6+ Portrait--*/
@media only screen 
and (min-device-width: 414px) 
and (max-device-width: 736px)
and (-webkit-min-device-pixel-ratio: 3)    {
.number-button {
width: 35px;
height: 35px;
}}

/*-- iPhone 6+ Landscape --*/
@media only screen 
and (min-device-width: 414px) 
and (max-device-width: 736px) 
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio : 3){
   
.number-button {
width: 50px;
height: 40px;
}}
/*-- No Grid for mobile --*/

@media all and (max-width: 900px)
{
.gridslider {
    display:none;
}
}


/*-- Data Entry --*/

#id1  {
margin-left: 10px;
}

#string1  {
margin-left: 10px;
}
.number-button{
    background: lightBlue; 
}
.number-button.selected {
    background-color: green;
    color:  white !important;
    animation-name: buttonflash;
    animation-duration: 3s;
}
@keyframes buttonflash {
    10%   {background-color: lightgreen;}
    20%  {background-color: green;}
    30%  {background-color: lightgreen;}
    40% {background-color: green;}
    50%  {background-color: lightgreen;}
    60%   {background-color: green;}
    70%  {background-color: lightgreen;}
    80%  {background-color: green;}
    90% {background-color: lightgreen;}
    100%  {background-color: green;}
  }

.ball-video-stream {
    height: 215px;
    /*border: 4px solid #000;*/
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-top: 40px;
}

.pause-div {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    background-color: black;
    font-size: 32px;
    font-weight: 500;
    text-align: center;
    min-height: 250px;    
    z-index: 9;
}

#qrcode {
    margin-left: 20px;
}
.md-text-info {
    font-size : 28px !important;
}
.imageBoard {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .imageBoard img{
    width: 100%;
    height: 100%;
  }
  #chaching {
    display:none;
    pointer-events:none;
    position: absolute;
    top:0;
    left:0;
    z-index: 111111111;
  }
  .jackpot-start #chaching {
    display: block;
  }