
/* structure */
.left{float: left}
.right{float: right}
.half{width: 49%}
.textCenter{text-align: center}
.textLeft{text-align: left}
.textRight{text-align: right}
.bold{font-weight: bold}
.hidden{display: none;}
img{width: 100%}
/* structure */

body{
    background-color: #f4f4f4;
    line-height: 1.2;
    color: #7a7a7a;
    background: #ececec;
    font-family: "Avenir Next";
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6{
    text-align: center;
    color: #3d93c4;
    font-weight: bold;
    text-transform: uppercase;
}

h1{
    font-size: 25px;
    margin: 15px 0;
}

h4{
    text-transform: none;
    border-bottom: 1px solid #3d93c4;
    text-align: left;
    margin-bottom: 10px;
}

h5{
    margin-bottom: 20px;
}

p{
    margin-bottom: 20px;
}

a{
    color: #3d93c4;
}

.button{
    background-color: #d35b60;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 6px;
    cursor: pointer;
    padding: 11px 20px;
    line-height: 17.5px;
    display: inline-block;
    margin-bottom: 20px;
    border: none;
    height: auto;
    width: auto;
    box-shadow: inset 0px -.15em 0px 0px rgba(0,0,0,.2), inset 0px 0px 0px 100px rgba(0,0,0,0), 0px .2em .15em 0px rgba(0,0,0,.15);
    font-weight: bold;
}

.button-red {
    background-color: #d15459;
    color: #ffffff;
}

.button-black {
    background-color: #000000;
    color: #ffffff;
}

.button-blue{
    background-color: #3d93c4;
    color: #ffffff;
}

.button-red:disabled {
    background-color: #999999;
    cursor: default;
}

/* spinner button */
.button-loading,
.button-loading:before,
.button-loading:after {
    border-radius: 50%;
    width: 1em;
    height: 1em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}

.button-loading {
    color: #ffffff;
    font-size: 10px;
    margin: -15px 50px 32px;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.button-loading:before,
.button-loading:after {
    content: '';
    position: absolute;
    top: 0;
}

.button-loading:before {
    left: -2em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.button-loading:after {
    left: 2em;
}

@-webkit-keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

@keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}
/* END spinner button */

.downLink {
    text-transform: uppercase;
    text-decoration: none;
    display: block;
}

.whiteContent {
    background-color: #ffffff;
    border-radius: 6px;
}

.boxed{
    box-shadow: 0 0 3px 0 rgba(0,0,0,0.1);
    background-color: #ffffff;
    border-radius: 3px;
}


.boxList li,
#ebetSlipMenu li {
    display: block;
    width: 40%;
    float: left;
    margin: 0 5%;
    max-height: 70px;
    text-align: center;
    background-color: #fafafa;
    border-radius: 6px;
    box-shadow: 0 0 3px rgba(0,0,0,0.2);
    padding: 2px;
    margin-bottom: 20px;
}

.boxList li a,
#ebetSlipMenu li a {
    display: block;
    width: 100%;
}

.boxList li img,
#ebetSlipMenu li img {
    max-width: 127px;
    width: 100%;
}

.boxList .lastChild {
    clear: both;
    float: none;
    margin: 0 auto;
}


#content{
    width: 100%;
    margin: 5px auto;
    min-height: 100px;
    padding: 20px 30px;
    box-sizing: border-box;
}

#wrapper{
    padding: 10px 6%;
}

/*LANDING PAGE */

.actionButton {
    display: block;
    text-decoration: none;
    padding: 15px 12px 15px 60px;
    margin: 0 auto 20px auto;
}

.actionButton p{
    color: #7a7a7a;
    font-size: 12px;
    margin-bottom: 0;
    text-align: left;
}
.actionButton h2{
    text-align: left;
    font-size: 14px;
    margin-bottom: 0;
}

#checkTicketLink {
    background: #ffffff url('/v/4.11.4/b/i/check.png') 12px 50% no-repeat;
    background-size: 38px;
}

#ePlayslipLink {
    background: #ffffff url('/v/4.11.4/b/i/eplayslip.png') 12px 50% no-repeat;
    background-size: 38px;
}

#findRetailLink {
    background: #ffffff url('/v/4.11.4/b/i/retail.png') 12px 50% no-repeat;
    background-size: 38px;
}

#gamesLink{
    background: #ffffff url('/v/4.11.4/b/i/drawgames.png') 12px 50% no-repeat;
    background-size: 38px;
}

#promoLink{
    background: #ffffff url('/v/4.11.4/b/i/promotions.png') 12px 50% no-repeat;
    background-size: 38px;
}

#vipClubLink{
    background: #ffffff url('/v/4.11.4/b/i/vipclub.png') 12px 50% no-repeat;
    background-size: 38px;
}

#bannerImage{
    width: 100%;
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
    text-align: center;
}

#bannerImage img {
    width: 100%;
    max-width: 680px;
}

#infoButtons li{
    width: 46%;
    float: left;
    display: block;
    margin-bottom: 20px;
}

#infoButtons li:nth-child(even){
    float: right;
}

#infoButtons li:last-child {
    margin-left: 27%;
}

#infoButtons li a {
    display: block;
    width: 100%;
    min-height: 90px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    font-size: 19px;
    padding-top: 18px;
    background-color: #ffffff;
}

#betsOff {
    background: #ffffff url('/v/4.11.4/b/i/betoff_bg.png') 50% 50% no-repeat;
    background-size: 80%;
}

#latestPromos {
    background: #ffffff url('/v/4.11.4/b/i/promo_bg.png') 50% 50% no-repeat;
    background-size: 80%;
}

#moneyGoes {
    background: #ffffff url('/v/4.11.4/b/i/help_bg.png') 50% 50% no-repeat;
    background-size: 80%;
}

#contactUs {
    background: #ffffff url('/v/4.11.4/b/i/contact_bg.png') 50% 50% no-repeat;
    background-size: 80%;
}

#scratchGames {
    background: #ffffff url('/v/4.11.4/b/i/latest_bg.png') 50% 50% no-repeat;
    background-size: 80%;
}

#instaPlay{
    width: 90%;
    display: block;
    margin: 0 auto;
    clear: both;
    background-color: #fafafa;
    border-radius: 4px;
    padding: 4px;
}


.rejected {
    color: red;
    text-decoration: line-through;
}

.allowed {
    color: #008400;
}

.chevron::after {
    border-style: solid;
    border-width: 3px 3px 0 0;
    content: '';
    display: inline-block;
    height: 6px;
    left: 7px;
    position: relative;
    top: 5px;
    transform: rotate(-45deg);
    vertical-align: top;
    width: 6px;
}

.chevron.rotate::after{
    transform: rotate(135deg);
    top: 2px;
}

.sampleTicket {
    margin-bottom: 60px;
}

.sampleTicket a{
    text-transform: uppercase;
    font-size: 10px;
    text-decoration: none;
}

#checkTicketResponse {
    background-color: #FAAF3F;
    border-radius: 5px;
    color: #000;
    margin-bottom: 40px;
    padding: 20px 10px;
}

#checkTicketResponse.winningTicket {
    background-color: #2e8540;
    color: #fff;
}

#checkTicketResponse h3 {
    font-size: 15px;
    color: #000;
}

#checkTicketResponse.winningTicket h3 {
    color: #fff;
}

#checkTicketResponse p {
    margin: 0;
}

#eBetSlips h1.hidden{
    display: block;
}

.lower{
    text-transform: lowercase;
}

#SavedPlaysWrapper .ui-accordion-header {
    padding-right: 80px;
}

#SavedPlaysWrapper .drawPill {
    position: absolute;
    top: 6px;
    right: 0.5em;
}

#SavedPlaysWrapper h1 {
    text-align: left;
}
/* EBET SLIP FIXES :(  */

#Wrap {
    width: 100%;
    max-width: 600px;
    padding: 10px 6%;
}

#drawPlayBox {
    margin: 0;
}

.primary-content{
    width: 100%;
}

.SavedPlay {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 5px;
}

#SaveButton, .CreatePlay {
    background-color: #79b3e2;
    color: #ffffff;
}

#savePlayHolder {
    text-align: center;
}

#savePlayHolder label{
    font-weight: bold;
}

#SavedPlaysWrapper .ui-widget-content {
    background-color: #ffffff;
}

#savePlayHolder input{
    box-shadow: none;
    border-radius: 3px;
    border: 1px solid #bbbbbb;
    padding: 4px 2px;
}

.GameLogo {
    max-width: 220px;
    margin: 0 auto;
}

#drawPlayBox .playSlipWrapper {
    padding: 10px;
    border-radius: 5px;
}

#drawPlayBox .inputBlock {
  float: none;
}

#drawPlayBox .drawPool {
  display: inline-block;
}

.contentTab {
    padding: 0;
}

#drawNav ul.contentTab li {
    width: 98%;
}

.gameLogo {
    width: auto;
}

.quickPick {
    background-color: #79b3e2;
}

.BarCode {
    max-width: 150px;
}

#ebetSlipMenu li a{
    height: auto;
    box-shadow: none;
    padding: 0;
    text-align: center;
}

#ebetSlipMenu li a img{
    display: inline-block;
}
/* End ebet slip fixes  */


/*RETAILER */
#map {
    height: 100%;
    width: 100%;
    left: 0;
    position: absolute;
    top: 0;
}

#mapSearch {
    width: 92%;
    height: 40px;
    padding: 10px;
    background-color: #ffffff;
    border-radius: 3px;
    box-shadow: 0 0 4px rgba(0,0,0,.2);
    position: absolute;
    top: 20px;
    right: 4%;
    z-index: 10;
    display: block;
    transition: all 2s ease;
}

#mapSearch:hover{
    cursor: pointer;
}

#mapSearch img{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
}
#mapSearch.expandSearch{
    width: 92%;
}

#searchField{
    border: none;
    width: 100%;
    height: 20px;
    outline: none;
}

#locationTag {
    position: absolute;
    bottom:-50px;
    border-radius: 3px;
    box-shadow: 0 0 4px rgba(0,0,0,.2);
    background-color: #ffffff;
    font-size: 12px;
    padding: 5px 10px;
    right: 0;
    text-transform: uppercase;
}

#locationTag.show {
    visibility: visible;
    opacity: 1;
    bottom: -30px;
    transition: all 1s ease;
}

.retailError {
    z-index: 10;
    position: absolute;
    top: 40%;
    width: 92%;
    right: 4%;
    padding: 20px 10px 0 10px;
    background-color: #ffffff;
    text-align: center;
    box-sizing: border-box;
    box-shadow:0 0 4px rgba(0,0,0,.2);
    border-radius: 3px;
}

.retailError h2 {
    color: #ff0000;
}

#pop {
    width: 92%;
    right: 4%;
    box-sizing: border-box;
    box-shadow:0 0 4px rgba(0,0,0,.2);
    border-radius: 3px;
    padding: 20px;
    height: 150px;
    background-color: #ffffff;
    position: absolute;
    bottom:-75px;
    z-index: 10;
    opacity: 0;
    transition: all 0.5s ease;
}

#pop.open{
    opacity: 1;
    bottom: 0;
}

#pop.hide{
    opacity: 0;
    bottom: -75px;
}

#closer{
    position: absolute;
    top:-5px;
    right:-3px;
    height: 20px;
    width: 20px;
    border-radius: 10px;
    background-color: #8e8e8e;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    line-height: 20px;
}

#closer:hover{
    cursor: pointer;
}
/*end retailer*/

input.CreatePlay.button.submitButton,
.primary-content a.CreatePlay {
    text-transform: inherit;
}

#instructionsIntro{
    text-transform: none;
}


.nonFunctionLink {
    pointer-events: none;
    cursor: default;
}

.popupAd {
    position: absolute;
    z-index: 2000;
    top: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
}

.adLink {
    border: 0;
}

.adContainer {
    display: inline-block;
    position: relative;
}

.closeAd {
    font-weight: bold;
    color: rgb(0, 0, 0);
    border: 1px solid #ccc;
    padding: 2px;
    cursor: pointer;
    position: absolute;
    top: 1px;
    right: 3px;
}
