﻿
/* Font*/




body
{
    direction: rtl;
    font-family: 'almoni-neue';
    margin: 0;
    /* margin-bottom: 40px;
    Margin bottom by footer height */
    background-size: cover;
    /* background-image: url('../Images/winston-bg.jpg'); */
    color: black;
    background-color: #f5f5f5;

    text-align: right;
}

.container
{
    background-color:white;
}

.modal-backdrop.fade {
    opacity: 0.5;
}

.red{
    color:#ed2525;
    
}

.msg{
    margin-bottom:20px;
}
.show
{
    display:unset;
}
#PanelFirstStage
{
    margin-top:80px;
    text-align:center;
}
.facebookBtn
{
    background-color: #39579b;
    min-height: 70px;
    min-width: 350px;
    border: none;
    color: white;
    border-radius: 10px;
    font-weight: 900;
    font-size: 25px;
    padding-top: 17px;
}


.upperlogo
{
    width:100%;
    padding-top:40px;
    background-color:white;

}



.upperlogo img
{
    width:100%;
}

.ldSideLogo
{
}

.ldSideLogo img
{
    width:100px;
    margin-right:10px;
    float:right;

}

.details
{
    margin:auto;

    background-color:white;
    color:black;
    padding:10px;
    margin-top:40px;
    border-radius:10px;
    width:90%;
    display:none;
}


.details h4 {
    font-weight:700;
    font-size:medium;
}

#giftName
{
    font-weight:700;
    font-size:large;
    margin-bottom:10px;
    color:#39579b;

}
#GiftInfo
{
        font-size:medium;

}

html
{
    position: relative;
    min-height: 100%;
}

#PanelGame
{
    padding-top: 200px;
      background-color:#15284a;

}

#Panelconnected
{
    position:fixed;
    top:0;
    background-color:#39579b;
    color:white;
    width:100%;
    padding:5px;
    z-index:3000;
    text-align:left;
}

.connected
{
    float:left;
    color:#21303d;
    padding-left:20px;
}

.btn-darkblue
{
    background-color:#21303d;
    color:white;

}

.page-btn
{
    background-color:#4d0f67;
    min-width:250px;
  color:white;

}

.gift-recived
{
    width:100%;
    text-align:center;
    margin-top:10px;
    font-weight:700;
    color:#fad545;
}

#PanelSecound h1
{
    color :#4d0f67;

}

.gifts
{
    width:100%;
}

.gifts img
{
    width:100%;
}

.topBar
{
    /*   background-color: #0b2650; */
    height: 120px;
    width: 100%;
    padding: 5px;
    z-index: 100;
    position: absolute;
    top: 0;
}

#PanelThanks h1
{
    font-size: 150px;
    margin-top: 20px;
}

#PanelThanks h2
{
    font-size: 40px;
}

#lbDouble
{
    color: #cc412d;
}

#PanelWelcome
{
    text-align: center;
}
#PanelWelcome img
{
    width: 350px;
    margin-top: 20px;
    margin-bottom: 20px;
}
#PanelWelcome h1
{
    font-size: 90px;
}

#PanelWelcome h2
{
    font-size: 50px;
}

#PanelWelcome h3
{
    font-size: 30px;
}

#btnStartPlay
{
    margin-top: 20px;
    min-width: 250px;
}

.counter
{
    position: absolute;
    font-weight: 900;
        color:white;

    left: 40px;
    top: 10px;
    z-index: 999;
    font-size: 30px;
}

.counterLabel
{
    font-size: 60px;
        color:white;

}

.mImg
{
    display:none;
}
.connect
{
    margin-top:20px;
    text-align: center;
}

.modal-body
{
    min-height: 200px;
}
.modal-body h1
{
    color: black;
}

#PanelFirstStage a
{
    color:white!important;
    text-decoration:underline;
}



     .subbtn
     {
         text-align:center;
     }

.logo
{
    margin-top: 10px;
    margin-right: 20px;
    width: 200px;
}
.form-control
{
    background-color:whitesmoke;
}
.title
{
    padding-top: 10px;
    margin-bottom: 30px;
}

h1
{
    text-align: center;
    font-weight: 900;
    font-size: 50px;
    color: #21303d;
}

#MainTextInfo
{
    margin-top:10px;
    margin-bottom:15px;

}


h2
{
    text-align: center;
    font-weight: 900;
    font-size: 23px;
}


.strip-logo {
    text-align: center;
    background-image: url('../images/strip.jpg');
    height:200px;
    margin-bottom:30px;
    z-index:60;
    position:relative;
}

.ddlCardYear
{
    max-width:100px;
    display:inline-block;

}

.tbCVV
{
        max-width:130px;
    display:inline-block;
}

.ddlCardMonth
{
        max-width:130px;
    display:inline-block;
}
.row
{
    margin-top:10px;
}
.strip-logo img
{
    margin-top:50px;
    max-width: 400px;
}

.max-row
{
    max-width: 150px;
}
h3
{
    font-weight: 900;
    font-size: 20px;
    margin-top: 10px;
} 

.modal h2
{
    color:black;
    text-align:right; 

}

h3.reg
{
    margin-bottom: -5px;
}

.memGame
{
    margin-top: -120px;
}

.nexus-bg
{
      background-image: url('../Images/nexus-bg2.jpg');
    height: 100%;
    min-height: 100%;
    background-size: 100%;
    background-repeat:no-repeat;
    background-color: #eeeeee;
    /*  height: 100vh; */
    display: flex;
    height: 100vh;
    flex-direction: column;
}

#main-screen
{
    background-image: url('../Images/nexus-bg1.jpg');
    height: 100%;
    min-height: 100%;
    background-size: 100%;
    /*  height: 100vh; */
    display: flex;
    height: 100vh;
    flex-direction: column;
}
.white
{
    color: white !important;
}
.lightGreen
{
    color: #91d3cc !important;
}

.btn-lightGreen
{
    color: #fff;
    background-color: #91d3cc;
    border-color: #91d3cc;
    font-weight: 900;
}

.nexusLogo
{
    margin: auto;
    padding-bottom: 20px;
    padding-top: 40px;
    text-align: center;
}

#PanelThanks h1
{
    font-size: 70px;
    font-weight: 900;
}
   
.nexusLogo img
{
    max-width: 200px;
}

.drakGreen
{
    background-color: #21303d;
    background-image: unset;
}

.GameImg
{ 
    margin: auto;
    text-align: center;
    border: solid;
    border-width: 5px;
    border-color: white;
    width: 450px;
}
.GameImg img
{
    width: 100%;
}

.white-footer
{
    background-color:white;
    text-align:center;
    padding:10px;
}

.sidelogo s
{
    height: 200px;
    width: 300px;
    float: left;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-left: 10px;
    position: absolute;
    left: 10px;
    bottom: 20px;
}

.winston-side
{
    background-image: url('../Images/winston-logo.png');
}

.spirt-side
{


    background-image: url('../Images/sprit-logo.png');
}
.lets-side
{
    background-image: url('../Images/lets-logo-blue.png');
}

.thanks
{
    text-align: center;
}

.thanks h1
{
    font-size: 60px;
    font-weight: bold;
}
.thanks h2
{
    font-size: 50px;
    font-weight: bold;
}

.thanks h3
{
    font-size: 30px;
    font-weight: bold;
}

.answer
{
    margin-top: 30px;
    background-color: white;
    color: #0076c0 !important;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    padding: 5px;
    
    text-decoration: solid !important;
    -webkit-box-shadow: 10px 16px 17px -3px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 16px 17px -3px rgba(0,0,0,0.75);
box-shadow: 10px 16px 17px -3px rgba(0,0,0,0.75);
}

a:hover
{
    text-decoration: solid !important;
}
a:visited
{
    color: black !important;
    text-decoration: none !important;
}

#PanelReg
{
    margin-top: 100px;
}

#PanelReg .row
{
    margin-bottom: 10px;
}
.buttons
{
    padding-top: 200px;
    padding-left: 30px;
    padding-right: 30px;
}

.btn-back
{
    position: fixed;
    top: 0;
    left: 0;
    border-radius: 0;
    height: 70px;
    width: 70px;
    background-color: #0a6c24;
    color: white;
    font-size: 22px;
}
.sprit
{
    background-image: url('../Images/sprit-logo.png');
    background-size: 100%;
    background-repeat: no-repeat;
    height: 220px;
    width: 90%;
    position: absolute;
}

   #PanelGame h1
    {
        color:#f5f5f5;
    }



.clubLogo {

    margin-top:50px;
    margin-bottom:30px;
}


.JtiLogo
{
    text-align:center;
}

.JtiLogo img
{
         width:100px;

}



.close {
    float: left;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.modal-header .close{

    padding: 1rem;
    margin-top: -1rem;
    margin-right: auto;
    margin-bottom: -1rem;
    margin-left:-1rem;

}
.modal-header h3{
    text-align:center;
}

.modal
{
    color:black; 

}

   .clubLogo img
   {
       max-width:300px;
       
   }

#PanelReg
{
    margin-bottom: 90px;
}

#PanelQuestions
{
    padding-top: 50px;
    max-width: 900px;
    padding-right: 100px;
}

.age
{
    margin: auto;
    margin-top: 200px;
    text-align: center;
    width: 300px;
}

.footer
{
    bottom: 0;
    margin: auto;
    position: absolute;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    background-color: white;
    text-align: center;
    border: solid;
    border-width: 2px;
    border-color: black;
    padding: 5px;
}
.footer img
{
    max-width: 850px;
}

.modal
{
    color:black;
}
.submit-row
{
    margin-top:20px;
}

h5
{
    text-align:center;
}

 .connect h5
{
    margin:auto;

     margin-top:50px;
    width:100%;
}
.smoke-row
{
    margin-top: 20px;
}

.textbox
{
    max-width: 300px;
}
.textboxId
{
    margin-top: 20px;
    max-width: 250px;
}

.text-label
{
    display: inline-block;
    float: right;
    padding-top: 10px;
    font-size: 1.25rem;
    padding-left: 10px;
}

.ddlbig
{
    max-width: 300px; ;
}

/* radio button -------------------------------------------*/

.RadioB  input
{ /* HIDE RADIO */
   visibility: hidden; /*Makes input not-clickable */
    position: absolute; /* Remove input from document flow */
}

.RadioB  img
{ /* IMAGE STYLES */
    cursor: pointer;
}

.runout
{
    display:none;
    z-index:1000;
}

.RadioB :disabled + label .giftItem
{ /* IMAGE STYLES */
      
  -webkit-filter: grayscale(100%);
       -moz-filter: grayscale(100%);
         -o-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
            filter: grayscale(100%); 
            z-index:-1;
}

.RadioB :disabled + label .runout
{ /* IMAGE STYLES */
      
    display:inline-block;
    background-color:deeppink;
    font-weight:900;
    font-size:25px;
    z-index:1000;
    position:absolute;
    margin-top:170px;
    margin-right:-100px;
    width:200px;
     transform: rotate(20deg);
     color:white;

}

.giftItem img
{
     border-style:solid;
    border-color:#0062cc;
    border-width:5px;
    max-width:200px;
}

.RadioB :checked + label
{ /* IMAGE STYLES */
      -webkit-filter: drop-shadow(0px 0px 15px #ffc107);
    filter: drop-shadow(0px 0px 15px #ffc107);
}


.RadioB :checked + label .giftItem img
{
    border-color:#ffc107;


}



/* end of radio button -------------------------------------------*/

.ui-widget
{
    font-size: 1.5em !important;
}
.btn-reg
{
    width: 250px;
    margin-top: 20px;
    text-align: center;
}

.ddl
{
    display: inline-block;
    max-width: 120px;
}
.month
{
    max-width: 130px;
}
.day
{
    max-width: 90px;
}
.second
{
    background-color: #7ca5de;
    height: 100%;
    min-height: 100%;
    background-size: 100%;
    height: 100vh;
    padding-top: 50px;
}

.lets-bg
{
    background-color: #fff000;
    color: #004473 !important;
}

.sprit-bg
{
    background-image: url('../Images/sprit-bg.jpg');
    background-size: cover;
    color: white !important;
}

.validation-label
{
    float: left;
    margin-top: -33px;
    margin-left: 10px;
    color: white!important;
}

/*   checkbox ------------------------------------------------------------------------------------------------- */


.giftItem 
{
   
    padding:10px;

}


.validation-label-s
{
    float: left;
    position: absolute;
    margin-right: -126px;
    margin-top: 33px;
    color: white!important;
}

.idbox
{
    margin: auto;
    max-width: 320px;
}

.label
{
    padding: 5px;
}

.checkbox-textholder
{
    display: inline-flex;
}
.checkbox label, .radio label
{
    padding-top: 10px;

    padding-left: unset;
    padding-right: 0px;
}

.checkbox
{
    margin-bottom: -15px;
}
:root
{
    /* larger checkbox */
}
:root label.checkbox-bootstrap input[type=checkbox]
{
    /* hide original check box */
    opacity: 0;
    position: absolute;
    /* find the nearest span with checkbox-placeholder class and draw custom checkbox */
    /* draw checkmark before the span placeholder when original hidden input is checked */
    /* disabled checkbox style */
    /* disabled and checked checkbox style */
    /* when the checkbox is focused with tab key show dots arround */
}
:root label.checkbox-bootstrap input[type=checkbox] + span.checkbox-placeholder
{
    width: 14px;
    height: 14px;
    border: 1px solid;
    border-radius: 3px;
    border-color: #737373;
    border-color: #f5f5f5;
    display: inline-block;
    cursor: pointer;
    margin: 0 -20px 0 7px;
    vertical-align: middle;
    text-align: center;
    background: whitesmoke;
}
:root label.checkbox-bootstrap input[type=checkbox]:checked + span.checkbox-placeholder
{
    background-color: #91d3cc;
}
:root label.checkbox-bootstrap input[type=checkbox]:checked + span.checkbox-placeholder:before
{
    display: inline-block;
    position: relative;
    vertical-align: text-top;
    width: 5px;
    height: 9px;
    /*checkmark arrow color*/
    border: solid white;
    border-width: 0 2px 2px 0;
    /*can be done with post css autoprefixer*/
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
}
:root label.checkbox-bootstrap input[type=checkbox]:disabled + span.checkbox-placeholder
{
    background: #ececec;
    border-color: #c3c2c2;
}
:root label.checkbox-bootstrap input[type=checkbox]:checked:disabled + span.checkbox-placeholder
{
    background: #d6d6d6;
    border-color: #bdbdbd;
}
:root label.checkbox-bootstrap input[type=checkbox]:focus:not(:hover) + span.checkbox-placeholder
{
    outline: 1px dotted black;
}
:root label.checkbox-bootstrap.checkbox-lg input[type=checkbox] + span.checkbox-placeholder
{
    width: 26px;
    height: 26px;
    border: 2px solid;
    border-radius: 5px;
    /*checkbox border color*/
    border-color: #bdbdbd;
}
:root label.checkbox-bootstrap.checkbox-lg input[type=checkbox]:checked + span.checkbox-placeholder:before
{
    width: 9px;
    height: 15px;
    /*checkmark arrow color*/
    border: solid white;
    border-width: 0 3px 3px 0;
}

/* end of checkbox*/

#PanelWelcome 
{
    margin-bottom: 110px;
}

#PanelThanks 
{
    margin-bottom: 80px;
}

@media only screen and (min-width: 1440px)
{
    

}

@media only screen and (max-width: 1024px)
{

 


    .footer
    {
        bottom: 0;
        margin: auto;
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .footer img
    {
        max-width: 500px;
    }

}

@media only screen and (max-width: 768px)

{

        .RadioB  label
    { /* IMAGE STYLES */

        width: 300px
    } 

    #PanelWelcome 
    {
        margin-bottom: 100px;
    }

}

@media only screen and (max-width: 575px) {

    .sm-pad-top
    {
        margin-top:10px;
    }

    .small-block
    {
        width:100%;
    }
    
    .text-label
    {
        display:block;
        width:100%;
        text-align:right;
    }

    .ddlCardMonth , .ddlCardYear
    {
        max-width:unset;
        width:49%;
    }

    .tbCVV
    {
        margin-top:10px;
        width:100%;
        max-width:unset;
        display:block;
    }
    .strip-logo
    {
            text-align: center;
            background-size:cover;
    height:150px;
    }


   .strip-logo img
{
    width:100%;
    max-width:200px;
}
 

    .GameImg {
        width: 90%;
    }


    body
    {
        margin-bottom:360px;
    }

    #GiftInfo
{
        font-size:small;

}
    .ldSideLogo
    {
        position:fixed;
        bottom:10px;
        
        z-index:5000;
    }
    
    .ldSideLogo img
{
    width:50px;
    margin-right:5px;
    float:right;

}


    .mobile-footer
    {
        background-color:#7c3d97;
        position:fixed;
        bottom:0;
        width:100%;
        margin-right:-15px;
        padding:10px;
        z-index:3000;
       border-top:solid 3px;
       border-color:#4d0f67;
    }

    .submit-row #btnSubmit
    {
        margin:auto;
        min-width:220px;
    }

     .subbtn
     {
         text-align:left;
     }


    .details
{
    margin:auto;

    background-color:white;
    color:black;
    padding:10px;
    margin-top:10px;
    border-radius:10px;
    width:90%;
}

  
    
.RadioB :disabled + label .runout
{ /* IMAGE STYLES */
      
    
    position:absolute;
    margin-top:10px;
    margin-right:-90px;
    width:100px;
    font-size:18px;

}

    .RadioB  label
    { /* IMAGE STYLES */

        width:100%;
    }

    .giftItem img
    {
        width: 100%;
        
    }


     .giftItem 
    {
        height:200px;
        vertical-align:top;

        
    }

    .giftTitle
    {
        font-size:14px;
        height:40px;
    }

    #PanelThanks h5,#PanelIdLogin h5
{
    bottom:80px;
    padding-left:10px;
    padding-right:10px;
}

    .memGame {
        margin-top: -5px;
    }

    h5 {
        font-size: 12px;
    }

    h2 {
        font-size: 20px;
    }

    .title {
        padding-top: unset;
    }

    body {
    }


    #PanelQuestions
{
        max-width:unset;
        padding-right:unset;
        padding-top:unset;
    }

    .mImg
    {
        display:block;
        margin:auto;
        text-align:center;
    }

       .mImg img
    {
           padding-top:10px;
           width:150px;
    }

    #PanelGame
    {
      /* background-image: url('../Images/nexus-bg-m1.jpg');*/ 
      background-image:none;
      background-color:#15284a;
    }
    .nexusLogo
    {
        padding-top: 0px;
        padding-bottom:5px;
    }

    .nexusLogo img
    {
        max-width: 130px;
    }
    .textbox, .ddlbig, .btn-reg
    {
        width: 100%;
        max-width: unset;
    }

    .answer
    {
        margin-top: 10px;
        font-size: 25px;
    }
    .counter
    {
        font-size: 30px;
        left: 10px;

        top: 2px;
    }

    .counterLabel
    {

        font-size: 45px;
    }

    .topBar
    {
        top: 0;
        position: absolute;
        height: 70px;
    }

    .logo
    {
        width: 110px;
        margin-right: 10px;
        margin-top: 5px;
    }

    #PanelGame h1
    {
        font-size: 23px;
    }

    #PanelGame
    {
        padding-top: 78px;
        padding-bottom: 90px;
    }

    #PanelWelcome
    {
        margin-bottom: 70px;
    }

    #PanelWelcome img
    {
        width: 80%;
    }

    #PanelWelcome h2
    {
        font-size: 24px;
    }
    #PanelWelcome h1
    {
        font-size: 60px;
    }
    
    #PanelWelcome h3
    {
        font-size: 17px;
    }


    #PanelThanks .nexusLogo
    {
        padding-top:20px;
    }

    #PanelThanks h1
    {
        margin-top: 20px;
        font-size: 48px !important;
        margin-bottom: 10px;
    }

    #PanelThanks h2
    {
        font-size: 20px;
    }


    .facebookBtn
    {
        min-width: 90%;
    }

    .checkbox-textholder
    {
        display: inline-block;
        max-width: 250px;
    }

    .footer img
    {
        max-width: 100%;
    }

    .footer
    {
        bottom: 0;
    }

        h1
    {
         font-size: 30px;
    }

}

@media only screen and (max-width: 375px)
{

    .idbox
    {
        margin: auto;
        max-width: unset;
    }
    .textboxId
    {
        max-width: unset;
    }

    #PanelIdLogin h2
    {
        margin-top:5px;
        font-size:18px;
    }
    .validation-label-s
    {
        float: unset;
        position: relative;
        text-align: center;
        width: 100%;
        margin: auto;
    }

    #PanelWelcome 
    {
        margin-bottom: 80px;
    }
    body
    {
        background-size: cover;
    }

    .footer
    {
        margin: auto;
        width: 100%;
        padding: 20px;
        padding-left: 10px;
        padding-right: 10px;
    }

}

@media only screen and (max-height: 480px)
{
    #PanelQuestions
    {
        margin-bottom: 80px;
    }

        #PanelThanks h1
    {
        margin-top: 10px;
        font-size: 38px !important;
        margin-bottom: 10px;
    }


        #PanelIdLogin .nexusLogo img,#PanelWelcome .nexusLogo img
        {
         margin-bottom:0px;
               max-width:95px;
        }
    
}