﻿body {
    font-size: 13px;
}

#logoL {
    height: 80px;
    width: 360px;
    overflow: visible;
    background: url(../images/mbk368_1.png) no-repeat;
}

.loginBox {
    border-radius: 5px;
    background: linear-gradient(90deg,#fe7406 0%, #ffffff 65%);
    background: -webkit-linear-gradient(90deg,#fe7406 0%, #ffffff 65%);
    background: -moz-linear-gradient(90deg,#fe7406 0%, #ffffff 65%);
    padding-bottom: 5px;
}

.smallloginBox {
    background-color: white;
    padding: 10px;
    min-height: 300px;
}

.loginInput {
    min-width: 250px;
}

.btnLoginSubmit {
    min-width: 250px;
    background: rgb(131,196,116);
    background: linear-gradient(90deg, rgba(243,202,68,1) 0%, rgba(254,116,6,1) 21%, rgba(252,242,81,1) 50%, rgba(254,116,6,1) 77%, rgba(243,202,6,1) 100%);
}

.termBox {
    background-color: white;
    z-index: 2;
    text-align: left;
    overflow-y: scroll;
}

.termBoxBig {
    border-radius: 5px;
    background: linear-gradient(90deg,#fe7406 0%, #ffffff 65%);
    background: -webkit-linear-gradient(90deg,#fe7406 0%, #ffffff 65%);
    background: -moz-linear-gradient(90deg,#fe7406 0%, #ffffff 65%);
    padding-bottom: 5px;
    padding-top: 5px;
    z-index: 2;
}

.termBoxSmall {
    background-color: rgba(0,0,0,0.79);
    min-height: 260px;
    width: 300px;
}

#btnDecline {
    background-color: #ff0338;
    border: none;
    color: white;
    font-size: 13px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    text-shadow: 1px 1px 0px rgba(0,0,0,0.60);
    text-transform: uppercase;
}

#btnAgree {
    background: rgb(131,196,116);
    background: linear-gradient(90deg, rgba(243,202,68,1) 0%, rgba(254,116,6,1) 21%, rgba(252,242,81,1) 50%, rgba(254,116,6,1) 77%, rgba(243,202,6,1) 100%);
    border: none;
    color: white;
    font-size: 13px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 2px;
    padding-bottom: 2px;
    text-shadow: 1px 1px 0px rgba(0,0,0,0.60);
    text-transform: uppercase;
    min-width: 160px;
    cursor: pointer;
}

#logoMenu {
    height: 80px;
    overflow: visible;
}

#Mmenu {
    height: 43px;
    margin-left: 0px;
}

.HeaderInfoFont {
    font-size: 14px;
}

.Header {
    background-color: #eee;
    z-index: 1;
}

.HeaderLine {
    height: 2px;
    background: linear-gradient(90deg, rgba(243,203,68,1) 0%, rgba(255,114,5,1) 50%);
    background-color: rgb(255,114,5);
}

#DivMobileMenu {
    width: 50%;
    height: 100%;
    z-index: 3;
    background-color: #eee;
    box-shadow: 1px 0px 3px 0px rgba(179,179,179,0.75);
    -webkit-box-shadow: 1px 0px 3px 0px rgba(179,179,179,0.75);
    -moz-box-shadow: 1px 0px 3px 0px rgba(179,179,179,0.75);
    font-size: 16px;
}

#DivMemberDetails {
    width: 50%;
    height: 100%;
    z-index: 4;
    background-color: #eee;
    right: 0px;
    box-shadow: -1px 0px 3px 0px rgba(179,179,179,0.75);
    -webkit-box-shadow: -1px 0px 3px 0px rgba(179,179,179,0.75);
    -moz-box-shadow: -1px 0px 3px 0px rgba(179,179,179,0.75);
}

.MenuDivider {
    height: 1px;
    width: 100%;
    background: rgb(238,238,238);
    background: linear-gradient(90deg, rgba(238,238,238,1) 0%, rgba(210,210,210,1) 50%, rgba(238,238,238,1) 100%);
}

.LabelHome {
    color: green !important;
}

.FocusFont {
    color: black;
}

.landingBox1 {
    background: linear-gradient(0deg,#88c845 0%, #37d4cb 80%);
    background: -webkit-linear-gradient(0deg,#88c845 0%, #37d4cb 80%);
    background: -moz-linear-gradient(0deg,#88c845 0%, #37d4cb 80%);
    border-radius: 8px;
    height: 122px;
    width: 150px;
}

.gvHeader {
    background-color: #8cc63d;
    background: linear-gradient(0deg,#38d6cc 0%, #8cc63d 80%);
    background: -webkit-linear-gradient(0deg,#38d6cc 0%, #8cc63d 80%);
    background: -moz-linear-gradient(0deg,#38d6cc 0%, #8cc63d 80%);
}

.gvMouseOver tr.GridRow:hover {
    color: #000000;
    border-top: 0px solid #cae7ff;
    background-image: url(../images/gvHover.png);
    background-repeat: repeat-x;
    background-position: bottom;
}

.gvPager {
    background: url("../images/tileblack.jpg") repeat scroll 0 0 transparent;
    color: #FFFFFF;
    line-height: 18px;
    padding: 2px;
}

#DivWarning {
    background-color: darkred;
    font-size: 14px;
    font-family: Arial;
    width: auto;
    color: white;
    padding: 5px;
}

.Ctable {
    background-color: #eeeeee;
}

.ControlWidth {
    width: 100%;
}

.CustomBox {
    background-color: #eee;
    width: 50%;
    padding: 10px;
}

.ContentWidth {
    width: 89%;
}

.KeyShortCutBox {
    width: 60%;
    padding: 5px !important;
    background: #fcfcfc;
    border: 1px solid #999999;
    margin-bottom: 5px;
    align-items: flex-start;
}

.BetButtonCss {
    background-color: green;
    border-radius: 12px 0px 0px 10px;
    color: white;
    margin-bottom: 3px;
    border-collapse: collapse;
    border-width: 0px;
    box-shadow: none;
}

.BetButtonXCss {
    background-color: lightslategray;
    border-radius: 12px 0px 0px 10px;
    color: white;
    margin-bottom: 3px;
    border-collapse: collapse;
    border-width: 0px;
    box-shadow: none;
}

.BetBox4D {
    height: 30px;
    border: 1px solid #777777;
    /*background: #e0ebd0;*/
    width: 80px;
}

    .BetBox4D:disabled {
        background: #D8D8D8;
    }

.BetBox4DNo {
    height: 30px;
    border: 1px solid #777777;
    /*background: #e0ebd0;*/
    width: 80px;
}

    .BetBox4DNo:disabled {
        background: #D8D8D8;
    }

#TblBet {
    width: 98%;
}

.b2h {
    color: black;
    background-color: #a1c572;
    border-width: 1px;
    padding: 1px;
    border-style: dashed;
    border-color: black;
    -moz-border-radius: 3px 3px 0px 0px;
    padding-left: 5px;
    padding-right: 5px;
}

.b2 {
    border-width: 1px;
    border-style: dashed;
    border-color: black;
    -moz-border-radius: 0px 0px 3px 3px;
    padding-left: 5px;
}

#ctl00_ContentPlaceHolder1_dts, #ctl00_ContentPlaceHolder1_dte {
    width: 120px;
}

.ControlArea {
    width: 70%;
    background-color: #fff;
    padding: 10px;
    border-radius: 5px;
    border: 2px solid #8bc63d;
}

.DrawFont {
    font-size: 13pt !important;
}

.inboxDIV {
    background: #eee;
    z-index: 101;
    position: fixed;
    top: 100px;
    right: 10px;
    width: 350px;
    height: 400px;
    overflow: scroll;
    border: 2px solid #999999;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    border-radius: 5px;
}

.evenRow {
    background-color: #ffffff;
    vertical-align: top;
}

.oddRow {
    background-color: #d3fcfb;
    vertical-align: top;
}
/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/
@media (min-width: 320px) and (max-width: 480px) {
    body {
        font-size: 16px !important;
    }

    #form1 {
        max-width: 320px;
    }

    #logoL {
        width: 280px;
        background-size: 280px;
    }

    .loginBox {
        margin-top: 100px;
        width: 310px;
    }

    .smallloginBox {
        max-width: 302px;
    }

    .btnLoginSubmit {
        min-width: 250px;
    }

    .termBox {
        max-width: 280px;
        padding: 7px;
        font-size: 10px;
    }

    .termBoxBig {
        width: 300px;
    }

    .termBoxSmall {
        width: 292px;
        padding: 5px;
    }

    #logoMenu {
        all: unset;
        display: none;
    }

    #Mmenu {
        height: 43px;
        margin-left: 0px;
    }

    #logoMember {
        height: 43px;
    }

    .HeaderInfoFont {
        font-size: 11px;
    }

    .Header {
        height: 50px;
        padding-top: 3px;
    }

    .HeaderLine {
        max-width: 480px;
        margin-top: 1px;
        margin-bottom: 5px;
    }

    #MessageBox {
        width: 96%;
        background-color: #eee;
        border-radius: 3px;
        color: darkgreen;
        font-size: 13px;
        margin-bottom: 10px;
    }

    #DivMobileMenu {
        min-width: 250px;
        min-height: 400px;
        position: fixed;
        top: 0px;
    }

    #DivMemberDetails {
        min-width: 250px;
        min-height: 400px;
        position: absolute;
        top: 0px;
        font-size: 13px;
        color: #b1b1b1;
        font-weight: 600;
    }

    #DivMemberD {
        height: 51px;
        text-align: left;
        line-height: 50px;
        padding-left: 20px;
    }

    #MmenuLink {
        position: sticky;
        z-index: 6;
    }

    #MmemberLink {
        position: sticky;
        z-index: 5;
    }

    #MobileMenu {
        background-color: lightgrey;
        margin-top: 51px;
        height: 30px;
        padding: 0px;
    }

    .dropdown-menu {
        border: none 0px solid !important;
        border-style: none !important;
        background-color: #eee !important;
        padding-top: 0px !important;
        margin-top: 0px !important;
    }

    .navbar {
        padding-left: 5px !important;
    }

    .navbar-nav {
        padding-left: 8px !important;
    }

    #ImgHome {
        width: 20px;
    }

    #ctl00_lblAgentCodeDetails {
        font-size: 15px;
        color: black;
        font-weight: 500;
    }

    #ImgSignOut {
        width: 50px;
    }

    #SideNav {
        all: unset;
        display: none;
    }

    #ImgProfile, #ImgPayment, #ImgPlaceBet, #ImgRedWord,
    #ImgBettingHistory, #ImgDrawResult, #ImgReport, #ImgMobile {
        display: none;
    }

    #ImgHomeW {
        all: unset;
        display: none;
    }

    .ImgLandingIcon {
        width: 140px;
    }

    #DivWarning {
        width: 100%;
    }

    #ctl00_ContentPlaceHolder1_gv {
        width: 100%;
    }

    .Ctable {
        width: 100%;
    }

    .ControlWidth {
        width: 100%;
    }

    .CustomBox {
        width: 95%;
        padding: 5px;
    }

    .ContentWidth {
        width: 100%;
    }

    .KeyShortCutBox {
        width: 99%;
        padding: 5px !important;
    }

    #ctl00_ContentPlaceHolder1_txtPgNo {
        width: 40px !important;
    }

    #RowBetButton {
        position: fixed;
        z-index: 5;
        top: 350px;
        right: 0px;
        display: table-column-group;
    }

    #RowBetButton2 {
        position: fixed;
        z-index: 5;
        top: 200px;
        right: 0px;
        display: table-column-group;
    }

    .BetButtonCss {
        width: 50px;
    }

    .BetButtonXCss {
        width: 50px;
    }

    #RowPgNo {
        margin-bottom: 5px;
    }

    .BetBox4D {
        width: 60px;
    }

    .BetBox4DNo {
        width: 80px;
    }

    .txtDrawType {
        width: 70px;
    }

    .NumberBox {
        width: 40px;
    }

    .ControlArea {
        width: 95%;
    }

    .inboxDIV {
        width: 315px;
        right: 5px;
        height: 80%;
    }

    .BetBox {
        width: 320px;
        margin-bottom: 5px;
    }

    .BetBoxM {
        width: auto;
        min-width: 300px;
        margin-bottom: 5px;
    }
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/
@media (min-width: 481px) and (max-width: 767px) {
    body {
        font-size: 13px !important;
    }

    #form1 {
        max-width: 365px;
    }

    #logoL {
        width: 360px;
        background-size: 360px;
        height: 80px;
    }

    .loginBox {
        margin-top: 100px;
        width: 471px;
    }

    .smallloginBox {
        max-width: 463px;
    }

    .loginInput {
        min-width: 350px;
    }

    .btnLoginSubmit {
        min-width: 330px;
    }

    .termBox {
        max-width: 470px;
        padding: 7px;
        font-size: 12px;
    }

    .termBoxBig {
        width: 470px;
    }

    .termBoxSmall {
        width: 462px;
        padding: 5px;
    }

    #btnDecline {
        width: 110px;
    }

    #btnAgree {
        width: 300px;
    }

    #logoMenu {
        all: unset;
        display: none;
    }

    #Mmenu {
        height: 43px;
        margin-left: 0px;
        background: url(../images/mobilemenu_mbk.png) no-repeat;
    }

    #logoMember {
        height: 43px;
    }

    .HeaderInfoFont {
        font-size: 11px;
    }

    .Header {
        height: 50px;
        padding-top: 3px;
    }

    .HeaderLine {
        max-width: 767px;
        margin-top: 1px;
        margin-bottom: 5px;
    }

    #MessageBox {
        width: 96%;
        background-color: #eee;
        border-radius: 3px;
        color: darkgreen;
        font-size: 13px;
        margin-bottom: 10px;
    }

    #DivMobileMenu {
        min-width: 300px;
        min-height: 400px;
        position: absolute;
        top: 0px;
        width: 40%;
    }

    #DivMemberDetails {
        min-width: 300px;
        min-height: 400px;
        width: 40%;
        position: absolute;
        top: 0px;
        color: #b1b1b1;
        font-weight: 600;
    }

    #DivMemberD {
        height: 63px;
        text-align: left;
        line-height: 50px;
        padding-left: 20px;
    }

    #MmenuLink {
        position: sticky;
        z-index: 5;
    }

    #MmemberLink {
        position: sticky;
        z-index: 5;
    }

    #MobileMenu {
        background-color: lightgrey;
        margin-top: 51px;
        height: 40px;
        padding: 5px;
    }

    .dropdown-menu {
        border: none 0px solid !important;
        border-style: none !important;
        background-color: #eee !important;
        padding-top: 0px !important;
        margin-top: 0px !important;
    }

    .navbar {
        padding-left: 0px !important;
    }

    .navbar-nav {
        padding-left: 8px !important;
    }

    #ImgHome {
        width: 30px;
    }

    #ctl00_lblAgentCodeDetails {
        font-size: 15px;
        color: black;
        font-weight: 500;
    }

    #ImgSignOut {
        width: 50px;
    }

    .container {
        max-width: 767px !important;
        width: 100%;
    }

    #SideNav {
        all: unset;
        display: none;
    }

    #ImgProfile, #ImgPayment, #ImgPlaceBet, #ImgRedWord,
    #ImgBettingHistory, #ImgDrawResult, #ImgReport, #ImgMobile {
        display: none;
    }

    #ImgHomeW {
        all: unset;
        display: none;
    }

    .ImgLandingIcon {
        width: 200px;
    }

    #DivWarning {
        width: 100%;
    }

    #ctl00_ContentPlaceHolder1_gv {
        width: 100%;
    }

    .Ctable {
        width: 100%;
    }

    .ControlWidth {
        width: 100%;
    }

    .CustomBox {
        width: 75%;
        padding: 5px;
    }

    .ContentWidth {
        width: 100%;
    }

    .KeyShortCutBox {
        width: 99%;
        padding: 10px !important;
    }

    #ctl00_ContentPlaceHolder1_txtPgNo {
        width: 40px !important;
    }

    #RowBetButton {
        position: fixed;
        z-index: 5;
        top: 400px;
        right: 0px;
        display: table-column-group;
    }

    #RowBetButton2 {
        position: fixed;
        z-index: 5;
        top: 400px;
        right: 0px;
        display: table-column-group;
    }

    .BetButtonCss {
        width: 50px;
    }

    .BetButtonXCss {
        width: 50px;
    }

    #RowPgNo {
        margin-bottom: 5px;
    }

    .BetBox4D {
        width: 60px;
    }

    .BetBox4DNo {
        width: 80px;
    }

    .NumberBox {
        width: 40px;
    }

    .BetBox {
        /*width: 481px;*/
        margin-bottom: 5px;
        min-width: 481px;
        max-width: 767px;
    }
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/
@media (min-width: 768px) and (max-width: 1024px) {
    #form1 {
        max-width: 365px;
    }

    #logoL {
        width: 360px;
        background-size: 360px;
    }

    .loginBox {
        margin-top: 150px;
        width: 471px;
    }

    .smallloginBox {
        max-width: 463px;
    }

    .loginInput {
        min-width: 350px;
    }

    .btnLoginSubmit {
        min-width: 330px;
    }

    .termBox {
        min-width: 500px;
        padding: 7px;
        font-size: 14px;
    }

    .termBoxBig {
        width: 530px;
        margin-top: 10px;
    }

    .termBoxSmall {
        width: 520px;
        padding: 5px;
    }

    #btnDecline {
        width: 110px;
    }

    #btnAgree {
        width: 330px;
    }

    #logoMenu {
        all: initial;
        background-size: 80px;
        width: 200px;
    }

    #Mmenu {
        height: 43px;
        margin-left: 0px;
        background: url(../images/mobilemenu_mbk.png) no-repeat;
    }

    #logoMember {
        height: 58px;
        float: right;
    }

    .HeaderInfoFont {
        font-size: 13px;
        padding-right: 20px;
    }

    .Header {
        height: 65px;
        padding-top: 3px;
    }

    .HeaderLine {
        max-width: 1024px;
        margin-top: 1px;
        margin-bottom: 5px;
    }

    #MessageBox {
        width: 96%;
        background-color: #eee;
        border-radius: 3px;
        color: darkgreen;
        font-size: 13px;
        margin-bottom: 10px;
    }

    #DivMobileMenu {
        max-width: 230px;
        min-height: 400px;
        position: absolute;
        top: 69px;
        width: 40%;
    }

    #DivMemberDetails {
        min-width: 300px;
        min-height: 400px;
        width: 40%;
        position: absolute;
        top: 0px;
        color: #b1b1b1;
        font-weight: 600;
    }

    #DivMemberD {
        height: 63px;
        text-align: left;
        line-height: 50px;
        padding-left: 20px;
    }

    #MmemberLink {
        position: sticky;
        z-index: 5;
    }

    #MobileMenu {
        background-color: lightgrey;
        margin-top: 0px;
        height: 40px;
        padding-top: 5px;
        padding-right: 5px;
        padding-bottom: 5px;
        padding-left: 0px;
    }

    .dropdown-menu {
        border: none 0px solid !important;
        border-style: none !important;
        background-color: #eee !important;
        padding-top: 0px !important;
        margin-top: 0px !important;
    }

    .navbar {
        padding-left: 0px !important;
    }

    .navbar-nav {
        padding-left: 8px !important;
    }

    .dropdown-item {
        padding-left: 0px !important;
    }

    #ImgHome {
        width: 30px;
    }

    #ctl00_lblAgentCodeDetails {
        font-size: 15px;
        color: black;
        font-weight: 500;
    }

    #ImgSignOut {
        width: 50px;
    }

    .container {
        max-width: 767px !important;
        width: 100%;
    }

    #SideNav {
        all: unset;
        display: none;
    }

    #ImgProfile, #ImgPayment, #ImgPlaceBet, #ImgRedWord,
    #ImgBettingHistory, #ImgDrawResult, #ImgReport, #ImgMobile {
        display: none;
    }

    #ImgHomeW {
        all: unset;
        display: none;
    }
    /*#ctl00_LabelProfile, #ctl00_LabelPayment, #ctl00_LabelPlaceBet, #ctl00_LabelRedWord, #ctl00_LabelBettingHistory
    , #ctl00_LabelDrawResult, #ctl00_LabelReport,#ctl00_LabelMobile {
        display: none;
    }*/
    /*.dropdown-toggle::after {
        border-top:0px !important;
    }*/
    .dropdown-menu {
        border: none 0px solid !important;
        border-style: none !important;
        background-color: #eee !important;
        padding-top: 0px !important;
        margin-top: 0px !important;
    }
    /*#ImgHomeM {
        display: none;
    }
    .LabelHome{
        display:none;
    }*/
    .ImgLandingIcon {
        width: 200px;
    }

    #DivWarning {
        width: 89%;
    }

    #ctl00_ContentPlaceHolder1_gv {
        width: 89%;
    }

    .ControlWidth {
        width: 90%;
        margin-left: 15px;
    }

    #ctl00_ContentPlaceHolder1_txtPgNo {
        width: 40px !important;
    }

    #RowBetButton, #RowBetButton2 {
        position: fixed;
        z-index: 5;
        top: 320px;
        right: 0px;
        display: table-column-group;
    }

    .BetButtonCss {
        border-radius: 0px;
        width: 60px;
    }

    .BetButtonXCss {
        border-radius: 0px;
        width: 60px;
    }

    #RowPgNo {
        margin-bottom: 15px;
    }

    .BetBox4D {
        width: 60px;
    }

    .BetBox4DNo {
        width: 80px;
    }

    .NumberBox {
        width: 90px;
    }
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/
@media (min-width: 1025px) and (max-width: 1280px) {
    #form1 {
        max-width: 365px;
    }

    #logoL {
        width: 360px;
        background-size: 360px;
    }

    .loginBox {
        margin-top: 180px;
        width: 471px;
    }

    .smallloginBox {
        max-width: 463px;
    }

    .loginInput {
        min-width: 350px;
    }

    .btnLoginSubmit {
        min-width: 330px;
    }

    .termBox {
        min-width: 500px;
        padding: 7px;
        font-size: 15px;
        overflow: hidden;
    }

    .termBoxBig {
        width: 530px;
        margin-top: 10px;
    }

    .termBoxSmall {
        width: 520px;
        padding: 5px;
    }

    #btnDecline {
        width: 110px;
    }

    #btnAgree {
        width: 350px;
    }

    #logoMenu {
        all: initial;
        background-size: 80px;
        overflow: visible;
        width: 300px;
    }

    #Mmenu {
        height: 43px;
        margin-left: 0px;
        background: url(../images/mobilemenu_mbk.png) no-repeat;
    }

    #logoMember {
        height: 80px;
    }

    .HeaderInfoFont {
        font-size: 15px;
    }

    .Header {
        height: 100px;
        padding-top: 15px;
    }

    .HeaderLine {
        max-width: 1280px;
        margin-top: 2px;
        margin-bottom: 5px;
        height: 5px;
    }

    #MessageBox {
        width: 80%;
        background-color: #eee;
        border-radius: 3px;
        color: darkgreen;
        font-size: 13px;
        margin-bottom: 10px;
    }

    #DivMobileMenu {
        max-width: 230px;
        min-height: 400px;
        position: absolute;
        top: 106px;
        width: 40%;
    }

    #DivMemberDetails {
        max-width: 300px;
        min-height: 400px;
        width: 40%;
        position: absolute;
        top: 0px;
        color: #b1b1b1;
        font-weight: 600;
    }

    #DivMemberD {
        height: 90px;
        text-align: left;
        line-height: 100px;
        padding-left: 20px;
    }

    #MmemberLink {
        position: sticky;
        z-index: 5;
    }

    #MobileMenu {
        background-color: lightgrey;
        margin-top: 0px;
        height: 40px;
        padding-top: 5px;
        padding-right: 5px;
        padding-bottom: 5px;
        padding-left: 0px;
    }

    .dropdown-menu {
        border: none 0px solid !important;
        border-style: none !important;
        background-color: #eee !important;
        padding-top: 0px !important;
        margin-top: 0px !important;
    }

    .navbar {
        padding-left: 0px !important;
    }

    .navbar-nav {
        padding-left: 8px !important;
    }

    .dropdown-item {
        padding-left: 0px !important;
    }

    #ImgHome {
        width: 30px;
    }

    #ctl00_lblAgentCodeDetails {
        font-size: 15px;
        color: black;
        font-weight: 500;
    }

    #ImgSignOut {
        width: 50px;
    }

    #SideNav {
        all: unset;
        display: none;
    }

    #ImgProfile, #ImgPayment, #ImgPlaceBet, #ImgRedWord,
    #ImgBettingHistory, #ImgDrawResult, #ImgReport, #ImgMobile {
        display: none;
    }
    /*.dropdown-toggle::after {
        border-top: 0px !important;
    }
    .dropdown-menu {
        margin-left: 5px !important;
    }*/
    /*#ImgHomeM {
        display: none;
    }
    .LabelHome {
        display: none;
    }*/
    .ImgLandingIcon {
        width: 220px;
    }

    #DivWarning {
        width: 89%;
    }

    #ctl00_ContentPlaceHolder1_gv {
        width: 89%;
    }

    .ControlWidth {
        width: 90%;
        margin-left: 15px;
    }

    #ctl00_ContentPlaceHolder1_txtPgNo {
        width: 40px !important;
    }

    #RowBetButton, #RowBetButton2 {
        position: fixed;
        z-index: 5;
        top: 320px;
        right: 0px;
    }

    .BetButtonCss {
        border-radius: 0px;
        width: 60px;
    }

    .BetButtonXCss {
        border-radius: 0px;
        width: 60px;
    }

    #RowPgNo {
        margin-bottom: 15px;
    }

    #DivReceipt {
        min-width: 200px;
        top: 300px;
    }

    #TblBet {
        width: 98%;
        float: left;
    }

    .NumberBox {
        width: 100px;
    }
}

/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/
@media (min-width: 1281px) {
    #form1 {
        max-width: 365px;
    }

    #logoL {
        width: 360px;
        background-size: 360px;
    }

    .loginBox {
        margin-top: 200px;
        width: 471px;
    }

    .smallloginBox {
        max-width: 463px;
    }

    .loginInput {
        min-width: 350px;
    }

    .btnLoginSubmit {
        min-width: 330px;
    }

    .termBox {
        min-width: 530px;
        padding: 7px;
        font-size: 15px;
        overflow-y: hidden;
    }

    .termBoxBig {
        width: 550px;
        margin-top: 10px;
    }

    .termBoxSmall {
        width: 540px;
        padding: 5px;
    }

    #btnDecline {
        width: 110px;
    }

    #btnAgree {
        width: 350px;
    }

    #logoMenu {
        all: initial;
        background-size: 80px;
        width: 300px;
    }

    #Mmenu {
        background: url(../images/mobilemenu_mbk.png) no-repeat;
        height: 43px;
        margin-left: 0px;
    }

    #logoMember {
        height: 80px;
    }

    .HeaderInfoFont {
        font-size: 15px;
    }

    .Header {
        height: 100px;
        padding-top: 15px;
    }

    .HeaderLine {
        min-width: 1281px;
        margin-top: 2px;
        margin-bottom: 5px;
        height: 5px;
    }

    #MessageBox {
        width: 80%;
        background-color: #eee;
        border-radius: 3px;
        color: darkgreen;
        font-size: 13px;
        margin-bottom: 10px;
    }

    #DivMobileMenu {
        max-width: 230px;
        min-height: 400px;
        position: absolute;
        top: 106px;
        width: 40%;
    }
    /*.dropdown-menu, dropdown-item{
        z-index:2;
    }*/
    #DivMemberDetails {
        max-width: 300px;
        min-height: 400px;
        width: 40%;
        position: absolute;
        top: 0px;
        color: #b1b1b1;
        font-weight: 600;
    }

    #DivMemberD {
        height: 90px;
        text-align: left;
        line-height: 100px;
        padding-left: 20px;
    }

    #MmemberLink {
        position: sticky;
        z-index: 5;
    }

    #MobileMenu {
        background-color: lightgrey;
        margin-top: 0px;
        height: 40px;
        padding-top: 5px;
        padding-right: 5px;
        padding-bottom: 5px;
        padding-left: 0px;
    }

    .dropdown-menu {
        border: none 0px solid !important;
        border-style: none !important;
        background-color: #eee !important;
        padding-top: 0px !important;
        margin-top: 0px !important;
    }

    .navbar {
        padding-left: 0px !important;
    }

    .navbar-nav {
        padding-left: 8px !important;
    }
    /*.nav-link {
        width:40px !important;
        height:55px !important;
    }*/
    .dropdown-item {
        padding-left: 0px !important;
    }

    #ImgHome {
        width: 30px;
    }

    #ctl00_lblAgentCodeDetails {
        font-size: 15px;
        color: black;
        font-weight: 500;
    }

    #ImgSignOut {
        width: 50px;
    }

    #SideNav {
        all: unset;
        display: none;
    }

    #ImgProfile, #ImgPayment, #ImgPlaceBet, #ImgRedWord,
    #ImgBettingHistory, #ImgDrawResult, #ImgReport, #ImgMobile {
        display: none;
    }
    /*#ctl00_LabelProfile, #ctl00_LabelPayment, #ctl00_LabelPlaceBet, #ctl00_LabelRedWord, #ctl00_LabelBettingHistory, #ctl00_LabelDrawResult, #ctl00_LabelReport, #ctl00_LabelMobile {
        display: none;
    }*/
    /*.dropdown-toggle::after {
        border-top: 0px !important;
    }*/
    .dropdown-menu {
        border: none 0px solid !important;
        border-style: none !important;
        background-color: #eee !important;
        padding-top: 0px !important;
        margin-top: 0px !important;
    }
    /*#ImgHomeM {
        display: none;
    }
    .LabelHome {
        display: none;
    }*/
    .ImgLandingIcon {
        width: 300px;
    }

    #DivWarning {
        width: 89%;
    }

    #ctl00_ContentPlaceHolder1_gv {
        width: 89%;
    }

    .ControlWidth {
        width: 90%;
        margin-left: 15px;
    }

    #ctl00_ContentPlaceHolder1_txtPgNo {
        width: 40px !important;
    }

    #RowBetButton, #RowBetButton2 {
        position: fixed;
        z-index: 5;
        top: 320px;
        right: 0px;
    }

    .BetButtonCss {
        border-radius: 0px;
        width: 60px;
    }

    .BetButtonXCss {
        border-radius: 0px;
        width: 60px;
    }

    #RowPgNo {
        margin-bottom: 15px;
    }

    #TblBet {
        width: 85%;
        float: left;
    }

    .NumberBox {
        width: 100px;
    }
}
