﻿/* 
Filename:		style.css
Description:	Bowes style sheet
Version:		01 {22 may 2013}

 */

html {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    font-family: Arial, verdana, Helvetica, sans-serif;
    text-align: justify;
    background-image: url(../images/bg.jpg);
    padding: 0 0 15px 0;
}

img {
    border: 0px;
    line-height: 135px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #fff;
    margin: 0;
    padding-bottom: 0;
    font-family: Arial, verdana, Helvetica, sans-serif
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 17px;
    color: #f6c01f;
    padding: 8px 0 12px 0;
}

h3 {
    font-size: 12px;
    font-weight: bold;
    color: #009bdf;
    margin: 4px 0 0 0;
}

h4 {
    font-size: 11px;
    color: #009bdf;
    margin: 0;
}

h5 {
    font-size: 11px;
    color: #009bdf;
    font-weight: bold !important;
}

h6 {
    font-size: 18px;
    color: #f6c01f;
    padding: 0px 0 12px 0;
}

h5 a:link,
h5 a:visited,
h5 a:active {
    padding: 0;
    text-decoration: none;
    color: #009bdf;
    font-size: 11px;
    font-weight: bold !important;
}

h5 a:hover {
    color: #f6c01f !important;
    text-decoration: underline;
}

textarea {
    border: 1px solid #e2e2e2;
    color: #1b8fd1;
    font-size: 13px;
    margin: 5px 0 6px 0;
    padding: 5px;
    width: 250px;
    height: 40px;
}

textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
    border-radius: 0 !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    -webkit-border-radius: 0px !important;
}

fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        color: #666666;
    }

    fieldset label {
        display: block;
        font-weight: 100;
        width: 100%;
        line-height: 20px;
        font-weight: 600;
    }

    fieldset input[type="text"],
    fieldset input[type="password"] {
        border: 1px solid #e2e2e2;
        color: #000;
        font-size: 13px;
        margin: 5px 0 6px 0;
        padding: 5px;
        width: 250px;
        height: 18px;
    }

        fieldset input[type="text"]:focus,
        fieldset input[type="password"]:focus {
            border: 1px solid #7ac0da;
        }

div {
    box-sizing: border-box;
}

INPUT[type="submit"] {
    background-color: #ff5c00;
    display: inline-block;
    padding: 5px 10px 6px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    /*line-height: 1;*/
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    position: relative;
    cursor: pointer;
    border: solid 4px #f2f2f2;
}

INPUT[type="radio"] {
    display: inline-block;
    padding: 0px 10px 0px 0px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    border: 0;
    background-color: transparent;
    width: 50px;
    padding: 0px !important;
    margin: 0px !important;
}

input,
textarea {
    border: 1px solid #56889d;
    background: #90b3c2;
    color: #000000;
    font-size: 11px;
    margin: 5px 0 6px 0;
    padding: 5px;
    width: 205px;
    resize: none;
}

.calander-textarea {
    border: 1px solid #56889d;
    background: #90b3c2;
    color: #000000;
    font-size: 11px;
    margin: 5px 0 6px 0;
    padding: 5px;
    width: 100px;
    resize: none;
}

.login {
    border: 1px solid #56889d;
    background: #90b3c2;
    color: #000000;
    font-size: 11px;
    margin: 5px 0 6px 0;
    padding: 5px;
    width: 150px !important;
    resize: none;
    height: 14px !important;
}

select {
    border: 1px solid #9d9d9d;
    background: #FFF;
    color: #333;
    font-size: 1.1em;
    width: 87px;
    margin: 0px 0px 0px 0px !important;
    padding: 0px 0px 0px 0px !important;
    height: 30px;
    float: left;
}

    select option {
        background: #fff;
        padding: 6px 0px 0px 6px !important;
    }

.secondary-select {
    border: 1px solid #9d9d9d;
    background: #FFF;
    color: #333;
    font-size: 1.1em;
    width: 217px;
    margin: 0px 0px 0px 0px !important;
    padding: 0px 0px 0px 0px !important;
    height: 30px;
}

    .secondary-select option {
        background: #fff;
        padding: 6px 0px 0px 6px !important;
    }

.secondaryinner-select {
    border: 1px solid #9d9d9d;
    background: #FFF;
    color: #333;
    font-size: 1.1em;
    width: 262px;
    margin: 0px 0px 0px 0px !important;
    padding: 0px 0px 0px 0px !important;
    height: 30px;
}

    .secondaryinner-select option {
        background: #fff;
        padding: 6px 0px 0px 6px !important;
    }

textarea {
    font-family: inherit;
    width: 300px;
}

    input:focus,
    textarea:focus {
        border: 1px solid #f6c01f;
    }

.textarea-large-favorite {
    font-family: inherit;
    width: 130px;
}

input[type="checkbox"] {
    background: transparent;
    border: inherit;
    width: auto;
    padding: 0px;
    margin: 0px;
    border-radius: 0;
}

@-moz-document url-prefix() {
    input[type="submit"] {
        padding: 4px !important;
    }
}

input[type="submit"] {
    background-color: #df0100;
    border: 1px solid #787878;
    cursor: pointer;
    font-size: .9em;
    font-weight: bold;
    padding: 5px;
    width: auto;
    min-width: 65px;
    color: #fff;
    -webkit-border-radius: 0;
    border-radius: 0;
}

    input[type="submit"]:hover {
        background-color: #f6c01f;
    }

@-moz-document url-prefix() {
    input[type="button"] {
        padding: 4px !important;
    }
}

input[type="button"] {
    background-color: #df0100;
    border: 1px solid #787878;
    cursor: pointer;
    font-size: .9em;
    font-weight: bold;
    padding: 6px;
    (;
    padding: 5px;
    );
    width: auto;
    min-width: 65px;
    color: #fff;
}

    input[type="button"]:hover {
        background-color: #f6c01f;
    }

input[type="submit"][disabled] {
    background-color: #fdd8c3;
    color: #e0beab;
    border: 1px solid #f8d8c5;
    cursor: pointer;
    font-size: .9em;
    font-weight: bold;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

a {
    text-decoration: none;
    font-size: 13px;
    color: #d10100;
    font-weight: bold;
}

    a:link,
    a:visited,
    a:active,
    {
        color: #333;
        text-decoration: none;
        text-decoration: none;
    }

    a:hover {
        color: #f6c01f;
        text-decoration: none;
    }

#wrapper {
    width: 1000px;
    height: auto;
    margin: auto auto;
}

.clear {
    clear: both;
    display: block;
    height: 0px;
    visibility: hidden;
}

#wrapper-top-section {
    background-color: #000000;
    background-image: url(../images/bg-top-black.jpg);
    background-repeat: repeat-x;
    height: 134px;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

#wrapper-top-section-loginpage {
    background-image: url(../images/bg-top.png);
    background-position: bottom;
    background-repeat: repeat-x;
    height: 65px;
    width: 100%;
    position: absolute;
    top: 140px;
    left: 0px;
}

.logo-wrapper {
    height: 135px;
    width: 1000px;
    margin: auto auto;
}

.logo {
    width: 26%;
    height: auto;
    float: left;
    padding: 22px 0 0 0;
}

.login-wrapper {
    height: auto;
    width: 1000px;
    margin: auto auto;
    padding: 2px 0 0 0;
    position: absolute;
    top: 148px;
}

.login-wrapper-user {
    height: auto;
    width: 100%;
    margin: auto auto;
    padding: 2px 0 0 0;
    position: absolute;
    top: 134px !important;
}

.login-section {
    float: right;
    height: auto;
    width: 720px;
    margin: 5px 15px 0 0;
    position: relative;
}

    .login-section #info {
        position: absolute;
        top: 29px !important;
        bottom: 0;
        width: auto !important;
        right: 252px !important;
        font-size: 11px;
        text-align: right;
        z-index: 9999999;
    }

.content-wrapper {
    height: auto;
    width: 1000px;
    margin-top: 190px;
    margin: auto auto;
}

.advertisement-main {
    height: auto;
    width: auto;
    padding: 70px 0px 0 20px;
}


.advertisement-bottom {
    width: 96%;
    height: auto;
    /*margin:15px 0 15px 0;*/
    margin: auto auto;
    padding: 15px 0 10px 0;
}

/*home page slider*/

ul {
    list-style: none;
}

    ul.cubeslider2-navarea {
        list-style: none;
        overflow: hidden;
    }

        ul.cubeslider2-navarea li {
            display: block;
            float: left;
            cursor: pointer;
            padding: 7px;
            margin: right: 5px;
        }

            ul.cubeslider2-navarea li:hover {
                background: lightyellow;
            }

/*home page slider END*/

footer {
    width: 1000px;
    height: 62px;
    background-color: #2a2a2e;
    border: solid 1px #39393e;
    margin: auto auto;
    font-size: 11px;
    color: #939393;
}

.footer-userhome {
    width: 960px;
    height: 62px;
    background-color: #2a2a2e;
    border: solid 1px #39393e;
    margin: auto auto;
    font-size: 11px;
    color: #939393;
}

#nav-wrapper {
    height: 125px;
    width: 600px;
    float: right;
    z-index: 300;
    margin: 0 19px 0 0;
}

#nav {
    height: 50px;
    margin: auto auto;
}

    #nav ul {
        height: 125px;
        list-style: none;
        padding: 0;
        margin: 0;
    }

    #nav li {
        float: left;
        height: 116px;
        padding: 0px 10px 0px 10px;
        min-width: 50px;
        line-height: 125px;
        text-align: center;
    }

        #nav li a {
            float: left;
            min-width: 50px;
            font-size: 15px;
            font-weight: bold;
            color: #009bdf;
            text-align: center;
            background: url(../images/button-normal.png) no-repeat;
            text-decoration: none;
            margin: 0px;
            display: block;
            outline: none;
            padding: 0px 5px 0px 5px;
        }

            #nav li a:hover {
                font-size: 15px;
                font-weight: bold;
                color: #df0100;
                background: url(../images/menu-hover.jpg);
                text-decoration: none;
            }

            #nav li a:selected {
                font-size: 12px;
                color: #E9E1BA;
                background: url(../images/login-button.png) no-repeat;
                text-decoration: none;
            }

/*Subpage style*/

.user-details {
    float: right;
    height: auto;
    min-width: 150px;
    white-space: nowrap;
    /*width:150px;*/
    padding: 30px 0 0 0;
}

.nav-wrapper {
    height: 50px;
    width: 100%;
    float: right;
    z-index: 300;
    position: absolute;
    top: 0px;
    left: 0px;
    background-image: url(../images/subpage-menubg.jpg);
}

.nav {
    height: 50px;
    width: 1000px;
    margin: auto auto;
}

    .nav ul {
        height: 50px;
        width: 1000px;
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .nav li {
        float: left;
        height: 47px;
        background-image: url(../images/menu-line.jpg);
        background-position: right;
        background-repeat: no-repeat;
        line-height: 50px;
        text-align: center;
    }

.nav-li-lastline {
    background-image: none !important;
}

.nav li a {
    float: left;
    min-width: 85px;
    padding: 0px 10px 0px 10px;
    font-weight: bold;
    font-size: 12px;
    color: #009bdf;
    text-align: center;
    background: url(../images/button-normal.png) no-repeat;
    text-decoration: none;
    margin: 0px;
    display: block;
}

    .nav li a:hover {
        font-family: font-size: 12px;
        color: #df0100;
        background: url(../images/subpage-menu-hover.jpg);
        text-decoration: none;
    }

    .nav li a:selected {
        font-size: 12px;
        color: #E9E1BA;
        background: url(../images/login-button.png) no-repeat;
        text-decoration: none;
    }

.nav li {
    float: left;
    height: 47px;
    background-image: url(../images/menu-line.jpg);
    background-position: right;
    background-repeat: no-repeat;
    line-height: 50px;
    text-align: center;
}

.nav-li-lastline {
    background-image: none !important;
}

.nav li a {
    float: left;
    min-width: 80px;
    padding: 0px 3px 0px;
    font-weight: bold;
    font-size: 12px;
    color: #009bdf;
    text-align: center;
    background: url(../images/button-normal.png) no-repeat;
    text-decoration: none;
    margin: 0px;
    display: block;
}

    .nav li a:hover {
        font-family: font-size: 12px;
        color: #df0100;
        background: url(../images/subpage-menu-hover.jpg);
        text-decoration: none;
    }

    .nav li a:selected {
        font-size: 12px;
        color: #E9E1BA;
        background: url(../images/login-button.png) no-repeat;
        text-decoration: none;
    }

.selectedMenu {
    font-size: 12px;
    color: #fff !important;
    background: url(../images/subpage-menu-selected.jpg) !important;
    text-decoration: none;
}

.content-wrapper-supbpage {
    height: auto;
    width: 100%;
    margin: 180px 0 0 0;
    background-color: #1a1b1f;
    padding: 15px;
}

.games-wrapper {
    background-color: #2a2a2e;
    min-height: 156px;
    width: 962px;
    border-bottom: solid 1px #414145;
    border-top: solid 1px #414145;
    font-size: 12px;
    color: #f6c01f;
    margin: auto auto;
}

.blank-space {
    height: 418px;
}

/*Play Numbers*/

.right-col {
    background-color: #393945;
    min-height: 250px;
    width: calc(100% - 20px);
    border: solid 1px #5a5a87;
    margin: 10px;
    padding: 8px;
}

.left-col {
    float: left;
    height: auto;
    width: 290px;
    margin: 10px 0 10px 10px;
}

.secondary-content {
    background-color: #2a2a2e;
    min-height: 320px !important;
    width: 949px;
    border: solid 1px #414145;
    font-size: 12px;
    color: #f6c01f;
    margin: auto auto;
}

.housename-wrapper {
    /*min-height: 164px;
    max-height: 240px;*/
    overflow: auto;
    -webkit-overflow-scrolling: touch !important;
    width: 100%;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    left: 2px;
}

}

.housename-wrapper > div.playhouse-selected {
    background: #009BDF;
}

.housename-wrapper > div {
    width: calc(25% - 8px);
    height: 25px !important;
    background: #ffffff;
    margin-bottom: 8px;
    left: 2px;
    position: relative;
}

#fav-box-top {
    position: relative;
    left: 3px;
}

.playhouse-selected {
    float: left;
    height: 76px;
    width: 82px;
    margin: 0 7px 20px 0;
    /*background-image: url(../images/playhouse-selected.png);
    background-repeat: no-repeat;*/
    cursor: pointer;
    background: #009bdf !important;
}

.playhouse-deactive {
    float: left;
    height: 76px;
    width: 82px;
    margin: 0 7px 20px 0;
    background-image: url(../images/playhouse-deactive.png);
    background-repeat: no-repeat;
    cursor: pointer;
    display: none;
}

.playhouse-active {
    float: left;
    height: 76px;
    width: 82px;
    margin: 0 7px 20px 0;
    background-image: url(../images/playhouse-active.png);
    background-repeat: no-repeat;
    cursor: pointer;
}

.playhouse-active-lastone {
    float: left;
    height: 76px;
    width: 82px;
    background-image: url(../images/playhouse-active.png);
    background-repeat: no-repeat;
}

.playhouse-textwrapper {
    margin: auto auto;
    font-size: 12px;
    color: #000;
    text-align: center;
    padding: 8px 0 0 0;
}

.playhouse-textwrapper-second {
    margin: auto auto;
    font-size: 11px;
    color: #000;
    text-align: left;
    margin-top: 0 !important;
    position: relative;
}

    .playhouse-textwrapper-second .playhouse-textwrapper-second {
        padding: 2px 0 0 30px;
    }

        .playhouse-textwrapper-second .playhouse-textwrapper-second:after {
            width: 12px;
            height: 12px;
            content: "";
            position: absolute;
            left: 10px;
            top: 6px;
            background: #dedede;
        }

        .playhouse-textwrapper-second .playhouse-textwrapper-second:before {
            width: 8px;
            height: 8px;
            content: "";
            position: absolute;
            left: 12px;
            top: 8px;
            background: url(../Images/tick.svg) no-repeat;
            background-size: 100%;
            display: none;
            z-index: 999;
        }

.playhouse-selected .playhouse-textwrapper-second .playhouse-textwrapper-second:before {
    display: block;
}

.game-options-wrapper {
    min-height: 50px;
    /*width: 603px;*/
    width: 586px;
    color: #fff;
    border: solid 1px #4c536c;
    background-color: #1a1b1f;
    padding: 10px;
    margin: 0 0 10px 0;
}

    .game-options-wrapper h3 {
        font-size: 15px;
        font-weight: bold;
        color: #ff971d;
        margin: 2px 0 0 0;
    }

h3 a:link,
h3 a:visited,
h3 a:active {
    padding: 0;
    text-decoration: none;
    color: #ff971d;
    font-size: 15px;
    font-weight: bold !important;
}

h3 a:hover {
    color: #df0100 !important;
}

.text-container {
    float: left;
    height: auto;
    width: 110px;
}

    .text-container INPUT,
    textarea {
        border: 1px solid #56889d;
        background: #90b3c2;
        color: #000000;
        font-size: 11px;
        margin: 5px 0 6px 0;
        padding: 5px;
        width: 80px;
        resize: none;
    }

        .text-container input:focus,
        textarea:focus {
            border: 1px solid #f6c01f;
        }

.textarea-large {
    border: 1px solid #56889d;
    background: #90b3c2;
    color: #000000;
    font-size: 11px;
    margin: 5px 0 6px 0;
    padding: 5px;
    width: 411px;
    resize: none;
}

    .textarea-large input:focus,
    textarea:focus {
        border: 1px solid #f6c01f;
    }

.text-container input[type="button"] {
    background-color: #d3dce0;
    border: 1px solid #787878;
    cursor: pointer;
    font-size: .9em;
    font-weight: bold;
    padding: 5px;
    margin-right: 0px;
    width: auto;
    min-width: 25px;
    background-color: #ff5c00;
    color: #fff;
}

    .text-container input[type="button"]:hover {
        background-color: #e94127;
    }

.text-container input[type="submit"] {
    background-color: #df0100;
    border: 1px solid #787878;
    cursor: pointer;
    font-size: .9em;
    font-weight: bold;
    width: auto;
    min-width: 65px;
    color: #fff;
    padding: 6px;
}

    .text-container input[type="submit"]:hover {
        background-color: #f6c01f;
    }

.text-container-secondary {
    height: auto;
    float: left;
    padding: 0 0 10px 0;
}

.text-container-secondary-button {
    height: auto;
    float: right;
}

.text-container-secondary select {
    border: 1px solid #9d9d9d;
    background: #FFF;
    color: #333;
    font-size: 1.1em;
    width: 423px;
    margin: 0px 0px 0px 0px !important;
    padding: 0px 0px 0px 0px !important;
    height: 30px;
}

    .text-container-secondary select option {
        background: #fff;
        padding: 6px 0px 0px 6px !important;
    }

.text-container-secondary input:focus,
textarea:focus {
    border: 1px solid #f6c01f;
}

.secondary-text {
    font-size: 15px;
    font-weight: bold;
    color: #f6c01f;
}

.drawnews-wrapper {
    width: 950px;
    margin: auto auto;
    background-color: #4b4e59;
    margin-top: 0px;
    margin-bottom: 15px;
    border: solid 1px #858997;
    padding: 15px;
    color: #f6c01f;
    font-weight: bold;
    text-align: center;
}

/*After LOGIN PAGES*/

.content-wrapper-innersubpage {
    /*min-height:600px;*/
    /*width: 970px !important;*/
    /*margin-top:170px !important;*/
    background-color: #1a1b1f;
    padding: 15px;
    margin: auto auto;
    margin: 50px 0 0 0;
}

/*BEFORE LOGIN PAGES*/

.secondary-content-outersubpage {
    background-color: #2a2a2e;
    min-height: 220px !important;
    /*width: 962px;*/
    width: 100%;
    border: solid 1px #414145;
    font-size: 12px;
    color: #f6c01f;
    margin: auto auto;
    margin-top: 138px;
}

.content-wrapper-outersubpage {
    min-height: 300px;
    width: 970px !important;
    /*margin-top:170px !important;*/
    background-color: #1a1b1f;
    padding: 15px;
    margin: auto auto;
}

.container-fields {
    background-color: #393945;
    min-height: 150px;
    width: 921px;
    border: solid 1px #5a5a87;
    margin: auto auto;
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 15px;
}

.container-fields-content {
    width: 100%;
    height: auto;
    /*background-color:red;*/
}

    .container-fields-content table.my-account tr td {
        display: inline-block;
    }

        .container-fields-content table.my-account tr td:first-child {
            width: 150px;
        }

    .container-fields-content table.my-account table tr td:first-child {
        width: 268px;
    }

    .container-fields-content table.my-account tr:first-child td {
        width: 100%;
    }

.refresh {
    cursor: pointer;
}

/* styles for validation helpers */

.error-wrapper {
    width: 98%;
    text-align: left;
}

.captcha-textfield {
    width: 79px !important;
    text-align: left;
    position: relative;
    top: -10px;
}

.field-validation-error {
    color: #f00404 !important;
    font-weight: normal;
    padding: 0 0 0 5px;
}

.dob {
    width: 40%;
    height: 15px;
    position: relative;
    left: 265px;
    top: -20px;
    color: #f00404 !important;
    font-weight: normal;
}

.field-validation-valid {
    display: none;
    color: #f00404 !important;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
    color: #f00404 !important;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
    color: #f00404 !important;
}

.validation-summary-errors {
    color: #f00404 !important;
    font-weight: normal;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
    color: #f00404 !important;
}

/* END styles for validation helpers */


/* info and errors */

.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #28b801;
    font-size: 12px;
    font-weight: bold;
    /*margin: 20px 0 10px 0;*/
    padding: 0 0 0 5px;
}

.message-success-large {
    color: #28b801 !important;
    font-size: 16px !important;
    font-weight: bold;
    /*margin: 20px 0 10px 0;*/
    padding: 0 0 0 5px;
}

.error {
    color: #f00404;
    padding: 0 0 0 5px;
}

/*END info and errors */

#ProdGrid {
    width: 100%;
}

.webgrid td,
.webgrid-winningnumbers td {
    background-color: #d8d8d8;
    text-align: left;
    color: black;
    border: 1px solid #cccccc;
    width: 250px;
}

.webgrid-header a {
    color: #d10100 !important;
}

    .webgrid-header a:link,
    webgrid-header a:visited,
    webgrid-header a:active {
        padding: 0;
        text-decoration: none;
        color: #009bdf;
        font-size: 12px;
        font-weight: bold !important;
    }

    .webgrid-header a:hover {
        color: #000 !important;
    }

.webgrid a {
    color: #fff;
}

    .webgrid a:hover {
        color: #f6c01f !important;
        text-decoration: underline;
    }

.webgrid-header td {
    padding: 0px 5px;
    text-align: left;
    height: 20px;
}

.webgrid-header th {
    background-color: #f6c01f;
    margin-bottom: 2px;
    padding: 0 0 0 3px;
    color: #d10100;
    text-decoration: none !important;
    text-align: left;
}

.webgrid-footer td {
    padding: 6px 5px;
    text-align: left;
    color: #000;
    background-color: #F9F9F9;
    height: 20px;
    border: 1px solid #dfdada;
}

    .webgrid-footer td a {
        padding: 6px 5px;
        text-align: left;
        color: #000;
        background-color: #F9F9F9;
        height: 20px;
    }

.webgrid-alternating-row td {
    height: 22px;
    background-color: #f9f9f9;
}

.webgrid-row-style {
    height: 22px;
    border-bottom: 1px solid #E8EEF4;
}

.webgrid-selected-row {
    font-weight: bold;
}

/*popup*/

.popup-wrapper {
    height: auto;
    width: 620px;
    color: #000;
    background-color: #d8c7a4;
    border: solid 3px #f6c01f;
}

/*.popup-left-col {
    width: 60px !important;
    height:auto;
    float:left;
}*/

.popup-heading {
    background-color: #f6c01f;
    height: 37px;
    width: 100%;
}

    .popup-heading h3 {
        font-size: 14px;
        font-weight: bold;
        color: #000;
        margin: 10px 0 0 0;
    }

.arrow-container {
    width: 20px;
    height: auto;
    float: left;
    padding: 10px 0px 0 10px;
}

.id-wrapper {
    height: auto;
    width: 95%;
    padding: 10px 0 0 0;
    margin: auto auto;
}

    .id-wrapper div {
        min-width: 90px;
        height: auto;
        float: left;
        ;
        padding: 0 5px 5px 0;
    }

.result-button {
    height: auto;
    width: 95%;
    margin: auto auto;
}

/*#MobilePopupInner {
       position: fixed;
    top: 50%;
    left: 50%;
    width:40em;
    height:18em;
    margin-top: -9em;
    margin-left: -15em;
    border: 1px solid #ccc;
    margin: -80px 0px 0px -250px;
    z-index:510;
}*/

#MobilePopupInner {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 40em;
    height: 18em;
    margin-top: -9em;
    margin-left: -15em;
    border: 1px solid #ccc;
    margin: -80px 0px 0px -250px;
    z-index: 510;
}

#EmailPopupInner {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 40em;
    height: 18em;
    margin-top: -9em;
    margin-left: -15em;
    border: 1px solid #ccc;
    margin: -80px 0px 0px -250px;
    z-index: 510;
}

/*#EmailPopupInner {
       position: fixed;
    top: 50%;
    left: 50%;
    width:40em;
    height:18em;
    margin-top: -9em;
    margin-left: -15em;
    border: 1px solid #ccc;
    margin: -80px 0px 0px -250px;
    z-index:510;
}*/

.tooltip-wrapper {
    position: absolute;
    top: -60px;
    left: 230px;
    font-size: 11px !important;
    width: 121px;
    height: 66px;
    background-image: url(../images/tooltip.png);
    background-repeat: no-repeat;
    line-height: 15px;
    padding: 6px 8px 0 8px;
    text-align: left;
}

.tooltip-wrapper-password {
    position: absolute;
    top: -60px;
    left: 420px;
    font-size: 11px !important;
    width: 121px;
    height: 66px;
    background-image: url(../images/tooltip.png);
    background-repeat: no-repeat;
    line-height: 15px;
    padding: 6px 8px 0 8px;
    text-align: left;
}

.current-img-wrapper {
    width: 430px;
    height: auto;
    position: relative;
    top: 0px;
    left: 4px;
}

#fav-box-top {
    display: flex;
}

    #fav-box-top .game-options-wrapper {
        width: 65%%;
    }

    #fav-box-top #game-wrap {
        width: 35%;
    }

        #fav-box-top #game-wrap .game-options-wrapper {
            width: 100%;
            max-height: calc(100% - 10px) !important;
        }

.enter-fav-name {
    width: 390px;
    height: 45px;
    margin: 0 auto 0 0;
}

.enter-fav-name {
    display: flex;
}

    .enter-fav-name input[type="text"] {
        width: 100%;
    }

    .enter-fav-name div:first-child {
        width: 70%;
    }

    .enter-fav-name div:nth-child(2) {
        width: 30%;
    }

#fav-box-top .text-container-secondary select {
    width: 100%;
}

#favListWraper .text-container-secondary, #favListWraper .text-container-secondary-button {
    width: 100%;
    float: none;
}

.new-order {
    float: none !important;
}

.result-box-main {
    width: 100%;
    min-height: 50px;
    max-height: 180px;
    height: auto !important;
}
#divOrderBasket .result-box-main {
    max-height:unset;
}
.dlt-btn {
    margin-top: 10px;
}
.addbtn {
    margin-bottom: 20px;
    padding-left: 5px;
}
#favListWraper .text-container-secondary-button {
    text-align: center;
}

#divOrderBasket {
    width: 100%;
    clear: both;
}

.bottom-btns {
    display: flex;
    width: 30%;
    height: 40px;
    /*margin: -40px 0 0 auto;*/ /*old*/
    margin: -20px 0 0 auto; /*new 20 nov 2019*/
    clear: both;
    justify-content: flex-end;
}

    .bottom-btns .text-container-secondary {
        margin-right: 15px;
    }

.webgrid tbody tr td:first-child, .webgrid tbody tr td:nth-child(4) {
    width: 80px;
    padding-left: 5px;
}

.current-blc {
    display: flex;
    justify-content: flex-end;
}

    .current-blc .text-container-secondary {
        margin-right: 10px;
    }

    .current-blc .secondary-text {
        font-weight: 400;
    }

#spanOrderTotal {
    font-size: 16px;
    font-weight: bold;
}

@media (max-width: 1004px) {
    div, footer {
        box-sizing: border-box;
    }

    .bottom-btns {
        width: 100%;
        display: block;
        height: auto;
        margin-top: 0px;
    }

        .bottom-btns .text-container-secondary {
            padding-bottom: 0px !important;
        }

    .enter-fav-name {
        display: block;
    }

        .enter-fav-name div:first-child {
            width: 100%;
        }

        .enter-fav-name div:nth-child(2) {
            width: 100%;
        }

    .login-wrapper,
    #wrapper,
    .content-wrapper,
    /*footer,*/
    .nav,
    .nav ul,
    .logo-wrapper,
    .games-wrapper,
    .secondary-content,
    /*.content-wrapper-innersubpage,*/
    .secondary-content-outersubpage,
    .content-wrapper-outersubpage,
    .container-fields,
    .login-section,
    .login-section table {
        width: 100% !important;
    }

    .game-options-wrapper {
        width: 100%;
        margin: 0 auto 10px auto;
    }

    .housename-wrapper {
        margin: 0 0 0 0;
        height: auto;
        width: 100%;
        position: unset;
        left: 0px;
        -webkit-overflow-scrolling: touch;
        /*display: flex;
        flex-wrap: wrap;*/
    }

    #fav-box-top {
        position: unset;
        left: 0px;
    }

    #EmailPopupInner, #MobilePopupInner {
        width: 98%;
        top: 20%;
        margin: 0 auto !important;
        left: 0 !important;
        right: 0 !important;
        border: none;
    }

    .popup-wrapper {
        width: 95%;
        margin: 0 auto;
    }

    .new-order {
        float: none !important;
    }

    #basicCube-2,
    #basicCube-2 img,
    #basicCube-2 a {
        width: 100% !important;
    }

    .advertisement-bottom {
        display: none;
    }

    .secondary-content-outersubpage {
        /*display: flex;*/
        /*padding: 10px;*/
    }

    .content-wrapper-innersubpage {
        padding: 0 !important;
    }

    .content-wrapper-innersubpage,
    footer {
        width: 95%;
        margin: auto;
    }

    footer {
        margin-top: 10px;
    }

    .container-fields {
        /*margin: 10px*/;
    }

    .desktop,
    .advertisement-bottom {
        display: none;
    }

    .login-wrapper {
        height: 100%;
        background: #000;
        top: 0;
    }

    .login-section table td {
        display: table;
        width: 100%;
    }

    .login-section {
        width: 280px !important;
        margin: 0 auto;
        float: none;
        padding-top: 60px;
    }

        .login-section table td input[type="text"],
        .login-section table td input[type="password"] {
            width: calc(100% - 11px) !important;
            background-color: transparent;
            border: none;
            color: #ffffff;
            border-bottom: 1px solid #686868;
            padding: 20px 0;
            padding-left: 0;
        }

        .login-section table td input[type="submit"] {
            width: 100%;
            height: 36px;
            background: #F6C01F;
            color: #020101;
        }

        .login-section table td label {
            display: none;
        }

        .login-section table td .desktop,
        .login-section table td.desktop {
            display: none;
        }

        .login-section table td.mobile {
            display: flex !important;
            justify-content: space-between;
        }

    .text-container-secondary select {
        width: 100%;
    }

    .login-section table td.mobile a {
        color: #686868;
        font-size: 12px;
        padding: 10px 0;
    }

        .login-section table td.mobile a:first-child,
        .login-section table td.mobile a:nth-child(3) {
            display: none;
        }

    .mobile-logo {
        display: block !important;
    }

        .mobile-logo img {
            width: 80%;
            display: block;
            margin: 0 auto;
            margin-bottom: 25px;
        }

    .logo {
        width: 100%;
        margin: 0 auto;
        float: none;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    #hb-menu-btn {
        width: 30px;
        height: 20px;
        display: block;
        background: #ccc;
        margin-right: 15px;
        cursor: pointer;
        background: url(../images/menu.svg) no-repeat;
        background-size: 30px;
    }

    .user-details,
    .nav-wrapper,
    .login-wrapper-user {
        float: none;
        position: relative;
    }

    .logo-wrapper {
        height: auto;
    }

    .login-wrapper-user {
        top: 0 !important;
        height:auto;
        overflow: hidden
    }

    .user-details {
        height: auto;
        overflow: hidden;
        width:100%;
        margin: 0 auto 0 auto;
    }

        .user-details table {
            width:100%;
            margin: 0 auto;
        }

    .
    {
        height: auto !important;
    }

    #wrapper-top-section {
        position: relative;
        height: auto;
    }

    .nav,
    .nav ul,
    .nav-wrapper {
        height: auto;
    }

    .nav-wrapper {
        background-image: none;
    }

    .nav li,
    .nav li a {
        width: 100%;
        float: none;
        background-image: none;
    }

        .nav li a {
            width: auto;
            padding-right: 0;
            padding: 0px 15px;
            text-align: left;
        }

    .mobile-none {
        display: none;
    }

    .advertisement-main {
        padding: 0;
    }

    .text-container-secondary-button {
        float: none;
        width: 100%;
        text-align: center;
    }

        .text-container-secondary-button input {
            width: 100%;
        }

    .text-container-secondary {
        text-align: center;
    }

        .text-container-secondary, .text-container-secondary input {
            width: 100%;
        }

    .content-wrapper-supbpage {
        margin: 0;
    }

    .drawnews-wrapper {
        height: auto;
    }

    .right-col {
        border: none;
        background-color: transparent;
        width: 100%;
        margin: 0 auto !important;
        float: none;
    }

        .right-col #divFavList {
            height: auto !important;
        }


    .drawnews-wrapper {
        font-weight: 400;
        font-size: 14px;
    }

    .drawnews-wrapper {
        width: 100%;
    }

    .left-col {
        width: 100%;
        margin: 10px 0;
    }

    .login-wrapper-user {
        width: 97%;
        padding-top: 40px
    }

    .content-wrapper-supbpage {
        width: 100%;
        margin: 0 auto;
    }

    .game-options-wrapper {
        min-height: 20px;
    }

    .text-container input {
        width: 95%;
    }

    .text-container {
        float: none;
        width: 100%;
    }

    .new-order {
        clear: both;
        width: 100%;
        margin: 0 auto;
    }

    .d-view {
        display: none;
    }

    .m-view {
        display: block !important;
    }

    #wrapper-top-section {
        background-image: none;
    }

    .secondary-content-outersubpage {
        margin-top: 0px;
    }

    #divOrderBasket table {
        width: 100%;
        display: block;
        margin: 0 auto;
        margin: 15px auto 0 auto;
    }

    #divOrderBasket div[style="height: 180px; overflow: auto"] {
        overflow-x: auto;
        height: auto !important;
        max-height: 180px;
        min-height: 100px;
    }

    .enter-fav-name {
        width: 100%;
        margin: auto;
    }

        .enter-fav-name div {
            float: none;
            display: block;
            width: 100%;
            padding: 0 !important;
        }

            .enter-fav-name div input {
                box-sizing: border-box;
            }

            .enter-fav-name div input {
                width: 100%;
            }

                .enter-fav-name div input[type="text"] {
                    width: 100%;
                }



    .housename-wrapper > div {
        background: #fff;
        width: 100%;
    }

    .playhouse-textwrapper-second .playhouse-textwrapper-second:after {
        background: #cccccc !important;
    }

    .number-result-mobile {
        margin-top: 10px;
    }

    .container-fields-content table.my-account tr td {
        width: 100%;
    }

    .container-fields-content table.my-account table tr td:first-child {
        width: 100%;
    }

    .login-section #info {
        text-align: center !important;
        position: relative !important;
        top: 0 !important;
        bottom: 0 !important;
        width: auto !important;
        right: 0 !important;
    }

    .logo-mobile {
        padding-top: 15px;
        padding-bottom: 15px;
        display: block !important;
        text-align: center;
    }

        .logo-mobile img {
            width: 180px;
            margin: 0 auto;
            display: block;
        }

    .container-fields-content .editor-field {
        height: inherit !important;
    }

    .success-icon {
        width: 150px;
        margin: 0 auto 10px auto;
        display: block;
    }

    .forgot-mobile {
        width: 60% !important;
    }

    .home-btn {
        display: block;
        text-align: center;
        padding: 10px;
    }

    #fav-box-top {
        display: block;
    }

        #fav-box-top .game-options-wrapper, #fav-box-top #game-wrap {
            width: 100%;
        }

    .txt-right {
        float: right;
    }

    .txt-left {
        float: left;
    }

    input[type="submit"]:hover {
        background-color: #df0100;
    }
}

.logo-mobile {
    display: none;
}

.m-view {
    display: none;
}

.login-section table td.mobile {
    display: none;
}

.mobile-logo {
    display: none;
}

.btn-wrapper {
    width: 262px;
    float: left;
}

.btn-pr {
    padding-right: 82px !important;
}

.pad-lt-btn {
    padding-left: 10px;
}

@media only screen and (max-width: 768px) {
    .right-col #divFavList input {
        width: 100% !important;
    }

    .content-wrapper-innersubpage,
    footer {
        width: 100% !important;
    }

    .container-fields-content table td {
        display: block;
        width: auto;
    }

    .container-fields table td {
        display: block;
        width: auto;
    }

    .login-section table td input[type="text"],
    .login-section table td input[type="password"] {
        width: calc(100% - 0px) !important;
    }

    fieldset input[type="text"],
    fieldset input[type="password"] {
        width: 100% !important;
        height: 30px !important;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

    select,
    .btn-wrapper {
        width: 100% !important;
        float: none;
    }

    .select-mt {
        margin-top: 10px;
    }

    .block {
        display: none !important;
    }

    .btn-wrapper input[type="submit"],
    .btn-wrapper input[type="button"],
    .id-wrapper input[type="submit"],
    .id-wrapper input[type="button"] {
        width: 100%;
        height: 35px;
        border: none;
    }

    .id-wrapper table td {
        display: block;
        width: auto;
    }

    .id-wrapper div {
        float: none;
    }

    .popup-wrapper {
        width: 100% !important;
    }

    #MobilePopupInner fieldset,
    #EmailPopupInner fieldset {
        width: 97% !important;
        margin: auto !important;
    }

    .popup-wrapper .editor-field {
        width: 100% !important;
    }

    .btn-pr {
        padding-right: 0 !important;
    }

    .id-wrapper .field-validation-error {
        position: relative;
        top: -5px;
    }

    button.Zebra_DatePicker_Icon {
        display: inline-block;
        position: absolute;
        right: -10px;
        top: 9px;
        width: 16px;
        height: 16px;
        background: url(../Images/calendar.png) no-repeat left top;
        text-indent: -9000px;
        border: none;
        cursor: pointer;
        padding: 0;
        line-height: 0;
        vertical-align: top;
        zoom: 1;
        *display: inline;
    }

    .full-width {
        width: 100% !important;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

    .calander-textarea {
        width: 100%;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

    button.Zebra_DatePicker_Icon {
        right: 1px !important;
    }

    .txt-lt {
        text-align: left;
    }

    .pad-lt-btn {
        padding-left: 0;
    }

    .logo img {
        width: 150px;
        height: auto;
    }

    #basicCube-2 {
        height: 70vh !important;
    }

    footer table img {
        width: 20px;
        height: 20px;
        margin-left: 5px;
    }
}

.label {
    font-weight: 600;
}

.txt-mt {
    padding-top: 6px
}

.Zebra_DatePicker_Icon {
    position: absolute !important;
    top: 9px;
    right: 9px;
    margin-left: auto !important;
    margin-top: auto !important;
}

#divPlayHouseList {
    font-weight: bold;
}

/*******25-11-2019 after login css*******/

.first-levelmenu .nav li {
    background: none;
}

.first-levelmenu .nav, .first-levelmenu .nav ul {
    width: auto;
}

.first-levelmenu .nav li a {
        font-size: 14px;
    }
.logo-inn-head {
    display: inline-block;
    width: 100%;
}

.logo-inn-head .user-details h3 a {
    font-size: 12px;
    color: #009bdf
}

.logo-inn-head .user-details {
    padding: 8px 0 0 0;
}
#nav-wrapper.first-levelmenu {
    width: 570px;
    margin: -55px 19px 0 30px;
    float: left;
}
.login-wrapper-user.login_wrapper_afterlogin {
    left: 0;
}


/*19-11-2019*/
.secondary-content-outersubpage {width:100%;padding: 10px;}

.content-wrapper .container-fields {
    padding: 8px;
    overflow: hidden;
}
.login_wrapper_afterlogin #hb-menu-btn {display:none;}

/*23-12-2019*/




@media (max-width:1004px) {
    #nav-wrapper.first-levelmenu {
        width: 100%;
        margin: 0;
        float: none;
        text-align: center;
        display: none;
        /*visibility: hidden;
        opacity: 0;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;*/
    }

        #nav-wrapper.first-levelmenu.menu-mobile {
            /*visibility:visible;
            opacity: 1;*/
            display: block;
        }

    .first-levelmenu .nav li {
        background: none;
        width: 100%;
        display: inline-block;
    }
    /*.navouter {display:inline-block; float:right;
    }*/
    .logo {
        width: auto;
        margin: 0 auto;
        float: none;
        display: inline-block;
        justify-content: inherit;
        align-items: inherit;
        vertical-align: middle;
    }

    #hb-menu-btn {
        position: absolute;
        right: 0;
        top: 50px;
        z-index: 9;
    }

    .user-details table tr td h4 {
        margin-left: 0px !important;
    }

    .user-details table tr td {
        display: block;
        text-align: center;
        width: 100%;
    }

    .logo-inn-head .user-details {
        padding: 8px 0 0 0;
        width: 240px;
        margin: 0 auto;
    }

    .logo {
        position: absolute;
        left: 0;
        top: 0px;
        width: 100%;
    }

    .advertisement-main {
        padding: 0px 15px;
    }

    .first-levelmenu .nav li {
        height: 30px;
        line-height: 32px;
        margin-bottom: 5px;
    }


    .logo-wrapper {
        padding-bottom: 15px;
    }

    .content-wrapper-innersubpage .secondary-content-outersubpage {
        margin-top: 0px !important;
    }

    table.full-width {
        width: 100%;
    }
    .login-wrapper-user .nav {display:none;}
    .login-wrapper-user.login_wrapper_afterlogin.newsubmenu.menu-mobileSub .nav {
        display: block;
    }

    .login-wrapper-user .nav li {
        height: 30px;
        line-height: 32px; margin-bottom:5px;
    }
    .login_wrapper_afterlogin #hb-menu-btn {
        display: block;
        top: -30px;
        right: -15px;
    }
    header #wrapper-top-section br {
        display: none;
    }


/*23-12-2019*/
    #divPlaceOrderResult .id-wrapper div {
        float: left;
    }
}

@media (max-width:767px) {
    .user-details table tr td #ShowCurrentTime {display:none;}
    
    .logo-inn-head .user-details h3 {margin:0px;}
    .logo-inn-head input[type="button"] {min-width: 100px;}
   
    .logo-inn-head .user-details {
        float: right;
        padding-right: 60px;
    }
    .user-details table tr td {text-align: right;}
    #hb-menu-btn {top: 45px;}
    .login_wrapper_afterlogin #hb-menu-btn {
        right: -12px;
    }
    #divPlaceOrderResult #EmailPopupInner {
        position: absolute;
    }

    }


@media (max-width:479px) {
    .logo img {
        width: 120px;
     
    }
    .logo-inn-head .user-details {
        padding-right: 55px;
    }
    .logo-wrapper {
        padding-bottom: 5px;
    }
    .login_wrapper_afterlogin #hb-menu-btn {
        right: -7px;
    }
   

}



