@font-face {
    font-family: 'Conv_HelveticaNeueLTStd-Md';
    src: url('../fonts/HelveticaNeueLTStd-Md.eot');
    src: url('../fonts/HelveticaNeueLTStd-Md.eot?#iefix') format('embedded-opentype'),
         url('../fonts/HelveticaNeueLTStd-Md.woff') format('woff'),
         url('../fonts/HelveticaNeueLTStd-Md.ttf') format('truetype'),
         url('../fonts/HelveticaNeueLTStd-Md.svg#HelveticaNeueLTStd-Md') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    /* background: url("../img/login_backgr.png") repeat 0 0; */
    font-family: 'Conv_HelveticaNeueLTStd-Md',Tahoma,Geneva,sans-serif;
    font-size: 100%;
    max-height: 1023px;
    max-width: 1280px;
    min-height: 1023px;
    min-width: 1280px;
    margin: 0 auto;
    padding: 0;
    /*overflow: hidden;*/
}

    body.lightbox-body {
        font-family: 'Conv_HelveticaNeueLTStd-Md', Tahoma,Geneva,sans-serif;
        font-size: 30px;
        margin: 0 auto;
        padding: 0;
        min-width: 927px;
        max-width: 927px;
        min-height: 620px;
        max-height: 620px;
        min-height: 620px\0/; /* IE 8+9 */
        max-height: 620px\0/; /* IE 8+9 */
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
    }
/* Commented due to issue with PasswordInput field on iphone */
/*input{*/
/*    -webkit-user-select: all; !* Chrome, Opera, Safari *!*/
/*    -moz-user-select: all; !* Firefox 2+ *!*/
/*    -ms-user-select: all; !* IE 10+ *!*/
/*    user-select: all; !* Standard syntax *!*/
/*}*/
input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner {
    padding: 0;
    margin: 0;
    border: 0 none;
    /*-moz-box-sizing: content-box;*/
}

input[type="submit"] {
    display: block;
    border: 0px;
    padding: 0px;
    cursor: pointer;
    font-weight: bold;
}

input, textarea {
    border: 2px #EDE0A6 solid;
    padding: 5px 20px 5px 30px;
    font-family: 'Conv_HelveticaNeueLTStd-Md', Tahoma,Geneva, sans-serif;
}

/*** main colors for links ***/
a:hover {
    color: #400607;
}

/********************************************************************************************** GLOABAL STYLES */

h2 {
    color: #143C52;
    text-align: center;
}

p {
    /* padding: 15px 0px 0px 0px; */
    text-align: justify;
    line-height: 19px;
}
.clear-fix {
    zoom: 1;
}
.clear-fix:after {
    display: block;
    height: 0;
    content: "";
    clear: both;
}
#content ul, ol {
    position: relative;
    margin: 10px 0px;
}

    ol li {
        padding: 5px 0 0 5px;
        margin: 0 0 0 30px;
    }

    #content ul li {
        list-style-type: disc;
    }

#content ol li {
    list-style-type: decimal;
}

#container {
    width: 100%;
    margin: 0 auto;
}
.centered-text {
    text-align: center;
}
.title {
    font-size: 3.6em;
}
.small-title {
    font-size: 2.7em;
}

/********************************************************************************************** Header */
#header-wrapper {
    position: relative;
    display: block;
    width: 100%;
    height: 85px;
    margin: 0 auto;
}

#header {
    width: 100%;
    margin: 0 auto;
}

div.client-ip-info {
  background: #112e40;
  border-radius: 11px;
  color: #fff;
  float: left;
  font-size: 25px;
  font-weight: normal;
  margin: 10px;
  padding: 10px 10px 5px;
}

    #header button {
        float: right;
        margin: 10px 41px 0 0;
    }

/**
    *  @group Content
    **/
#content-wrapper {
    margin: 20px auto;
    max-height: 620px;
    min-height: 620px;
    width: 927px;
    /* background: #fff; */
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}
#logo-wrapper {
    /* padding: 27px 50px; */
    text-align: center;
    height: 24.4rem;
    display: flex;
}
#logo-wrapper img {
    display: block;
    width: auto;
    height: 100%;
    margin: auto;
}
#content {
    padding: 15px 30px;
}
/**
    *  @end-group Content
    **/

/********************************************************************************************** Form */

.clear {
    width: 960px;
    height: 1px;
    clear: both;
}
.hidden{
    display:none;
}
ul.info-box-black {
    margin: 0 !important;
    padding: 0 !important;
    list-style-type: none;
    height: 70px;
    border: none;
    white-space: nowrap;
    float: left;
    list-style: none;
    position: relative;
    color: #fff;
}

    ul.info-box-black li {
        float: left;
        list-style-type: none;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        left: 0;
        list-style: none;
        display: block;
        height: 58px;
    }

        ul.info-box-black li.left-edge {
            background: transparent url("../img/login-info-slices.png") no-repeat 0 0;
            width: 30px;
        }

        ul.info-box-black li.right-edge {
            background: transparent url("../img/login-info-slices.png") no-repeat -30px 0;
            width: 35px;
            left: 380px;
        }

        ul.info-box-black li.middle {
            background: #143C51;
            width: 350px;
            left: 30px;
        }

            ul.info-box-black li.middle span.date,
            ul.info-box-black li.middle span.time,
            ul.info-box-black li.middle span.title {
                float: left;
                padding-top: 12px;
            }

            ul.info-box-black li.middle span.time {
                float: right;
                padding-left: 60px;
            }

            ul.info-box-black li.middle span.title {
                text-align: center;
                width: 100%;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }

    ul.info-box-black.right {
        float: right;
        right: 400px;
    }

.big-button {
    width: 420px;
}

.small-button {
    width: 184px;
}

.big-button, .small-button {
    height: 72px;
    border: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

#keypad .keypad-button, #btn-login, #redeem-loyalty-page button, #btn-done, #btn-tryagain {
    font-family: 'Conv_HelveticaNeueLTStd-Md',Tahoma,Geneva,sans-serif;
    font-size: 30px;
    background: url('../img/login_btn_bg.png') repeat-x 0 0;
    border: 1px solid #802E33;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    color: #fff;
    text-transform: uppercase;
    text-shadow: -3px 2px 1px #BD2327;
}

#btn-login {
    position: absolute;
    bottom: 25px;
}

    #btn-login:active {
        background: transparent url("../img/login_btn_bg_down.png") repeat-x 0 0;
    }

#btn-done {
    margin-top: 80px;
    margin-left: 16px;
    margin-bottom: 60px;
}

    #btn-done:active {
        background: transparent url("../img/login_btn_bg_down.png") repeat-x 0 0;
    }

#btn-tryagain {
    margin-left: 274px !important;
    padding: 0 10px;
}

    #btn-tryagain:active {
        background: transparent url("../img/login_btn_bg_down.png") repeat-x 0 0;
    }
#btn-redeem, #btn-cancel{
    margin-top: 180px;
}
#btn-cancel{
    margin-left: 20px;
}
    #btn-redeem:active {
        background: transparent url("../img/login_btn_bg_down.png") repeat-x 0 0;
    }

#btn-cancel:active {
    background: transparent url("../img/login_btn_bg_down.png") repeat-x 0 0;
}

#lightbox-header {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    max-width: 927px;
    padding: 0;
    height: 80px;
    background: #fff;
    -webkit-border-top-left-radius: 20px;
    -moz-border-top-left-radius: 20px;
    border-top-left-radius: 20px;
    -webkit-top-bottom-right-radius: 20px;
    -moz-border-top-right-radius: 20px;
    border-top-right-radius: 20px;
}

#lightbox-header-page-title {
    background: #143d53;
    color: #fff;
    font-size: 26px;
    text-align: left;
    /*position: relative;
    z-index: 1002;*/
    height: 44px;
    width: 834px;
    margin: auto;
    margin-top: 10px;
    padding-top: 10px;
    padding-left: 26px;
    -webkit-border-top-left-radius: 20px;
    -moz-border-top-left-radius: 20px;
    border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-top-right-radius: 20px;
    border-top-right-radius: 20px;
}

#lightbox-container {
    display: block;
    text-align: left;
    padding: 0;
    margin: 0;
    max-width: 960px;
    overflow: hidden;
}

.redemption-background {
    background: url('../img/div-background.png') repeat-x 0 0;
    width: 100%;
    height: 8px;
}

#lightbox-container .lightbox-inner, #redeem-loyalty-success-page, #redeem-loyalty-page {
    width: 100%;
    background: #f9edcf;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-bottom-left-radius: 20px;
    border-bottom-left-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-bottom-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
#lightbox-container .lightbox-inner, #redeem-loyalty-success-page{
    padding: 26px 0;
}

.redemtion-input-section {
    float: right;
    width: 50%;
}
.keypad-redeem{
    float: left;
    margin-left: 60px;
    /*margin-top: 155px;*/
}

a.lightbox-link-hidden {
    display: none;
}

/* Bingo Game Page */
#bingo-game-page h1, #bingo-game-page h2, #bingo-game-page p {
    text-align: left;
    margin-left: 240px;
}

#bingo-game-page h1, #bingo-game-page h2 {
    margin-top: 80px;
}

#bingo-game-page p {
    font-size: 25px;
    color: #524d3a;
    margin: 10px 0 0 240px;
    padding: 0;
}

#bingo-game-page button {
    margin: 90px 0 0 20px;
    float: left;
}

/* Welcome Message */
#welcome-message {
    padding-top: 320px;
    margin-bottom: 60px;
}

/* Sign In Failed Page */

#signup-failed-page p {
    color: #143C52;
    text-align: left;
    margin: 40px auto;
    line-height: 40px;
    max-width: 600px;
}

#signup-failed-page button {
    margin: 30px auto;
}

/*
  * Redeem Points Page
*/
#redeem-loyalty-page{
    padding-top: 10px;
    padding-bottom: 26px;
    position: relative;
}
    #redeem-loyalty-page h2 + p {
        margin: 5px 0 10px;
        color: #143C52;
        font-size: 30px;
    }

    #redeem-loyalty-page h2 {
        text-align: left;
        font-size: 32px;
    }
    #redeem-loyalty-page form h2{
        position: absolute;
        left: 60px;
        top: 10px;
    }
#redeem-loyalty-page #points-to-redeem-errors {
    color: #D60000;
    height: 40px;
    margin-bottom: 70px;
    font-size: 20px;
}
/*
 * Redeem Points Success/Error Page
 */

#redeem-loyalty-success-page,
#redeem-loyalty-error-page {
    text-align: center;
}

    #redeem-loyalty-success-page button,
    #redeem-loyalty-error-page button {
        display: inline-block;
    }

    #redeem-loyalty-success-page h2,
    #redeem-loyalty-error-page h2 {
        margin: 100px 30px;
    }

#id_pin, #id_points_to_redeem {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #435864;
    font-size: 24px;
    height: 62px;
    margin-top: 20px;
    margin-right: 20px;
    width: 230px;
}

#id_points_to_redeem {
    position: absolute;
    top: 45px;
    left: 60px;
}

#keypad-input input, #id_points_to_redeem {
    background: -moz-linear-gradient(top, #ffffff 0%, #dfe0e2 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dfe0e2)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#dfe0e2 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#dfe0e2 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#dfe0e2 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%,#dfe0e2 100%); /* W3C */
}

#keypad-input {
    /* background: url('../img/form-background.png') repeat-x 0 0; */
    margin-top: 20px;
    text-align: center;
}

#keypad-wrap {
    background: #fbedd0;
    width: 100%;
    padding-top: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-bottom-right-radius: 20px;
    border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-bottom-left-radius: 20px;
    border-bottom-left-radius: 20px;
    text-align: center;
}
.keypad-content{
    width: 500px;
    margin-left: 190px;
    display: inline-block;
}
#keypad {
    width: 300px;
    height: 340px;
    margin-top: 0;
    float: left;
}

    #keypad .keypad-button, #redeem-loyalty-page .redemption-keypad-button{
        width: 92px;
        height: 78px;
        margin: 3px 0 0 3px;
        padding: 0;
        cursor: pointer;
        float: left;
        position: relative;
        display: block;
    }

        #keypad .keypad-button:active, #redeem-loyalty-page button:active {
            background: transparent url("../img/login_btn_bg_down.png") repeat-x 0 0;
        }

    #keypad #key-clear {
        width: 187px !important;
    }

        #keypad #key-clear p {
            background: url("../img/btn_clear.png") no-repeat 0 0;
            width: 62px;
            height: 26px;
            margin-left: 60px;
            margin-top: 10px;
        }

    #keypad table td {
        width: 152px;
        padding: 0;
    }

h2.site-unavailable {
    margin-top: 60px;
}

/*
 * Flash overlay
 */

#flash-overlay {
    background: #000 url(../img/bg_rng.gif) repeat-x 0 0;
    position: absolute;
    z-index: 999;
    /*max-width: 1280px;
    min-width: 1280px;
    max-height: 1023px;
    min-height: 1023px;*/
    height:100%;
    width:100%;
    left:0;
    top: 0;
    display: none;
}
#bingo-flash-game{
    max-width: 1280px;
    min-width: 1280px;
    max-height: 1023px;
    min-height: 1023px;
    overflow: hidden;
    margin: auto;
}
#prize-points-user-chips ul li{
    width: 240px;
    height: 50px;
    margin-top: 5px;
    margin-right: 15px;
}
#prize-points-user-chips ul li .chip{
    transform: scale(0.3);
    transform-origin: top left;
    display:inline-block;
    float: left;
    width:60px;
}
#prize-points-user-chips ul li .chip div{
    width: 127px;
    height: 127px;
}
.my-chips-calendar{
    text-align:center;
    overflow: auto;
}
#tabs{
   overflow: auto;
}
.my-chips-calendar.table-wrap{
    width: auto;
    display: inline-block;
    margin: auto; 
}
.my-chips-calendar .info-text{
    color: #c42129;
    font-size:24px;
    margin-top:17px;
    width:100%;
    text-align:center;
}
#prize-points-user-chips.table-calendar{
    display: inline-block;
    border: none;
    width:100%;
}

#prize-points-user-chips.table-calendar a{
    width: 100%;
    height: 100%;
    display: inline-block;
    border: none;
    position:relative;
}
#prize-points-user-chips.table-calendar th{
    color: #414042;
    font-size:16px;
    padding: 15px;
}
#prize-points-user-chips.table-calendar td{
    height: 90px;
    width: 14%;
    padding: 10px;
}
#prize-points-user-chips.table-calendar .result-table{
    max-width:1400px;
    width:100%;
}
.calendar .middle-square{
    border:1px solid #b7b3aa;
    border-top:none;
    border-left:none;
}
.calendar .first-square{
    border:1px solid #b7b3aa;
}
.calendar .top-square{
    border:1px solid #b7b3aa;
    border-left:none;
}
.calendar .first-square-inrow{
    border:1px solid #b7b3aa;
    border-top:none;
}
.calendar .empty-square-firstrow{
    border:none;
    border-bottom:1px solid #b7b3aa;
}
.calendar-day{
    color: #414042;
    vertical-align: top;
}
.calendar .value{
    color: #c42129;
    font-size: 60px;
    line-height: 90px;
    width: inherit;
    left: 0px;
    vertical-align: middle;
    text-align: center;
    position: absolute;
}
#table-chips-popup{
    /*max-height: 600px;*/
    height:auto;
    width: 350px;
}
#table-chips-popup .title{
    background-color:#db1e28;
    width:100%;
    height:100px;
}
#table-chips-popup .results-holder{
    margin:60px;
    overflow-y:auto;
    height:auto;
    max-height:380px;
}
#table-chips-popup ul{
}
#table-chips-popup ul li{
    list-style:none;
    height: 45px;
    font-size: 17px;
    color:#333336;
}
#table-chips-popup ul li .chip{
    transform: scale(0.3);
    transform-origin: top left;
    display:inline-block;
    width:31px;
    height: 28px;
}
#table-chips-popup ul li .chip div{
    width: 127px;
    height: 127px;
}
#table-chips-popup ul li .date{
    margin-left:36px;
    line-height: 45px;
}
#table-chips-popup ul li .last-child{
    float:right;
    line-height: 45px;
}
#table-chips-popup .title p{
    text-align: center;
    padding-top: 43px;
    color:#fff;
    font-weight:bold;
    font-size: 24px;
}
.identity-container {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
@media screen and (min-width: 1920px){
#bingo-flash-game, #flash-overlay  {
    max-width: 100vw;
    min-width: 100vw;
    max-height: 100vh;
    min-height: 100vh;
}
}
@media screen and (max-width: 1600px) and (min-width:1285px){
#bingo-flash-game, #flash-overlay  {
    /*max-width: 1600px;
	min-width: 1600px;
	max-height: 900px;
	min-height: 900px;
	overflow: hidden;
	background: #FAEDCF url(../img/bg-1600.png) repeat-x 0 0;*/
}
}
.right {
    float: right;
}
.mobile-container {
    display: none;
}

/* Hide overlay for downloading the app */
/*@media screen and (max-width: 1020px){*/
/*    .dashboard-layout > .wrapper {*/
/*        display: none;*/
/*    }*/
/*    .mobile-container {*/
/*        display: flex;*/
/*        height: 100%;*/
/*        justify-content: center;*/
/*        align-items: center;*/
/*        width: 100%;*/
/*    }*/
/*    .desktop {*/
/*        font-size: 50px;*/
/*        text-align: center;*/
/*    }*/
/*    .desktop a {*/
/*        color: var(--color-4);*/
/*    }*/
/*    .mobile-container > .room{*/
/*        align-self: center;*/
/*        color: #fff;*/
/*        width: 90%;*/
/*        height: 100dvh;*/
/*        align-content: center;*/
/*        margin-left: auto;*/
/*        margin-right: auto;*/
/*    }*/
/*}*/
