﻿/*
    behavior: url(/assets/css/PIE.htc);
*/
html {
    width: 100%;
    height: 100%;
    overflow: auto;
}

body {
    color: #000;
    min-height: 100%;
    overflow: auto;
}

    body input, select {
        color: #000;
    }

h1 {
    text-transform: uppercase;
}

header {
    position: relative;
    overflow: hidden;
}

footer {
}

.container {
    padding: 0;
    margin: 0 auto;
    background: none;
    padding-bottom: 30px;
    width: 1170px !important;
}

.body h2 {
    font-size: 24px;
}

.user-profile-info {
    font-size: 20px;
    font-weight: bold;
}


#main-content {
    margin-bottom: 30px;
}

    #main-content .body {
        background-color: #fff;
        behavior: url(/assets/css/PIE.htc);
        -webkit-border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        border-radius: 10px;
        padding-bottom: 20px;
        min-height: 400px;
    }

        #main-content .body h1 {
            margin: 10px auto;
        }

        #main-content .body hr {
            margin: 0 0 10px 0;
            display: block;
            height: 2px;
            border: 0;
            border-top: 2px solid #000;
            padding: 0;
            clear: both;
        }

        #main-content .body .img {
            margin: 10px auto;
            overflow: hidden;
            position: relative;
        }

            #main-content .body .img img {
                width: 100%;
            }

.right-widget {
    text-align: center;
    position: fixed;
    right: 0;
    top: 10%;
    padding: 20px 10px 10px 10px;
    color: #fff;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px 0 0 13px;
    behavior: url(/assets/css/PIE.htc);
    overflow: hidden;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    border: 1px solid #896137;
    background: url('/assets/images/common-bg.jpg') repeat-y;
    font-weight: 700;
    z-index: 99999;
    margin-right: -158px;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
}

    .right-widget:hover {
        margin-right: 0px;
    }

    .right-widget img {
        height: 44px;
    }

.bank-list img {
    height: 44px;
    width: 100px;
}

.footer-nav span {
    border-right: 1px solid #000;
    padding: 0 10px;
}

    .footer-nav span:last-child {
        border: none;
    }

    .footer-nav span a {
        color: #000;
        text-decoration: none;
        font-size: 12px;
        text-transform: uppercase;
    }

label.error {
    margin-bottom: 0px;
    color: red;
    font-size: 12px;
}

.field-validation-error {
    color: red;
    font-size: 12px;
}


.red {
    color: #bb0707;
}

.br-red {
    border: 1px solid #bb0707;
}

.bg-red {
    background-color: #bb0707;
}

.bg-custom-red {
    background-color: #bb0707;
    behavior: url(/assets/css/PIE.htc);
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -moz-border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #fff;
}

.bg-custom-green {
    background-color: #dff0d8;
    behavior: url(/assets/css/PIE.htc);
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -moz-border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #3c763d;
}

.green {
    color: #16F50A;
}

.modal-content .close {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #bb0707;
    color: #fdd304;
    font-size: 16px;
    opacity: 1;
    padding: 5px 10px;
    text-shadow: none;
}

.modal-header {
    padding: 5px 15px;
}

.contact-list {
    font-size: 12px;
    color: #000;
}

    .contact-list .row {
        margin-bottom: 5px;
    }

#partial-login-form {
    margin-top: 5px;
}

    #partial-login-form .form-group {
        margin-bottom: 5px;
    }

#logoutForm .btn {
    padding: 2px 5px;
    margin-top: 5px;
}

.captcha {
    background-image: url('../images/captcha.jpg');
    height: 25px;
    padding: 2px 13px;
    text-align: center;
    color: #000000;
    font-weight: bold;
    font-size: 20px;
}

#main-bg, .main-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

input[readonly] {
    background-color: #a9a9a9;
    color: #000;
}

.clearfix {
    clear: both;
}

.alert {
    margin-bottom: 0px;
    padding: 10px 10px 10px 10px;
    /*text-align: center;*/
}

.table td.center, .table th.center {
    text-align: center;
}

.online {
    float: left;
    width: 44px;
    height: 44px;
    background: url(/assets/images/indicator.png) 0px 0px no-repeat;
}

.offline {
    float: left;
    width: 44px;
    height: 44px;
    background: url(/assets/images/indicator.png) 0px -44px no-repeat;
}

.row-fluid {
    position: relative;
    overflow: hidden;
}

.flex {
    display: flex;
}

.nav-wrapper {
    background: url('../images/nav-bg.png') repeat-x;
}

    .nav-wrapper .nav-pills > li > a {
        color: #fdd304;
        font-weight: bold;
        background: none;
        text-transform: uppercase;
    }

        .nav-wrapper .nav-pills > li.active > a,
        .nav-wrapper .nav-pills > li > a:focus,
        .nav-wrapper .nav-pills > li > a:hover {
            color: red;
            font-weight: bold;
            background-color: #fdd304;
        }


table.dataTable.no-footer {
    border-bottom-color: #bb0707;
}

table.dataTable tbody tr:hover td {
    background-color: transparent;
    color: #bb0707;
}

table.dataTable thead,
table.prize-table thead {
    background-color: #c92525;
    color: #fdd304;
}

    table.dataTable thead tr th {
        padding: 3px;
    }

table.result-table thead {
    background-color: #c92525;
    color: #fdd304;
}

table.result-table tr th,
table.result-table tr td {
    text-align: center;
}

table.dataTable tr th,
table.dataTable tr td,
table.dataTable input {
    border: 1px #000 solid;
    text-align: center;
}

.table td, .table th {
    border: none;
}

.icon {
    width: 25px;
    height: 25px;
    margin-right: 5px;
}

#tab-result li {
    background-color: #fdd304;
    margin-right: 3px;
    border-radius: 4px 4px 0 0;
    margin-bottom: 5px;
}

#tab-result > li a:hover,
#tab-result > li.active a {
    background-color: #16F50A;
    border-radius: 4px 4px 0 0;
    color: #000;
}

#tab-result > li > a {
    margin-right: 0px;
    color: #c92525;
    padding: 5px;
}

#modal, #modal-success, #modal-error {
    text-align: center;
    padding: 0px;
    color: #000;
    font-size: 15px;
    font-weight: 700;
    min-width: 300px;
}

#overlay {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: wait;
    background: #041128;
    z-index: 99;
    opacity: .5;
    -ms-filter: "alpha (opacity=50)";
    filter: alpha (opacity=50);
}

    #overlay img {
        top: 47%;
        left: 47%;
        position: fixed;
    }

.news-wrapper {
    background-color: #d40b0b;
    color: #fff;
    behavior: url(/assets/css/PIE.htc);
    -webkit-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
}

    .news-wrapper .latest {
        background: url('/assets/images/latest-news.png') no-repeat;
        text-align: center;
        font-size: 13px;
        line-height: 25px;
        color: #d40b0b;
        font-weight: bold;
    }

.bx-wrapper .bx-viewport {
    left: 0px;
    border: none;
    background-color: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
}

#partial-register-form {
    background: url('/assets/images/register-bg.jpg') repeat-y;
    border: #f70000 solid 2px;
    padding-bottom: 12px;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}

    #partial-register-form .captcha {
        margin-bottom: 2px;
        font-size: 24px;
        padding: 0px 13px;
        height: 30px;
    }

    #partial-register-form .form-group {
        /*padding: 0px 10px 0px 10px;*/
        margin-bottom: 5px;
    }

    #partial-register-form h2 {
        padding: 10px 0px 10px 0px;
        margin: 0 0 5px 0;
        text-align: center;
        color: #bb0707;
        font-weight: bold;
        font-size: 22px;
        background-color: #facc02;
    }

    #partial-register-form .fields {
        padding: 0 15px 0 15px;
    }

.widget-depo {
    background: url('/assets/images/depo-bg.jpg') repeat-y;
    height: 140px;
    border: #346f08 solid 2px;
}

#user-details {
    background: url('/assets/images/wd-bg.jpg') repeat-y;
    behavior: url(/assets/css/PIE.htc);
    -webkit-border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border-radius: 10px;
    margin-top: 5px;
    font-weight: bold;
}

.widget-jppaus {
    background: url('/assets/images/wd-bg.jpg') repeat-y;
    border: #FFD700 solid 2px;
}

    .widget-jppaus img {
        width: 100%;
        height: 276px;
    }

.widget-wd {
    background: url('/assets/images/wd-bg.jpg') repeat-y;
    height: 140px;
    border: #e41111 solid 2px;
}

.widget-depo h2 {
    border-bottom: #346f08 solid 2px;
}

.widget-wd h2 {
    border-bottom: #e41111 solid 2px;
}

.widget-depo h2, .widget-wd h2 {
    color: #000;
    font-weight: bold;
    font-size: 14px;
    background-color: #facc02;
    padding: 5px 0px 5px 15px;
    margin: 0 0 5px 0;
}

.widget-list {
    background-color: #c92525;
}

    .widget-list h2 {
        background: url('/assets/images/pasaran.png') no-repeat center center;
        background-size: contain;
        padding-top: 11px;
        margin: 0;
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        height: 42px;
        color: #e31111;
    }

    .widget-list div {
        background: url('/assets/images/gold-bg.jpg') repeat-x;
        height: 35px;
        text-align: center;
        padding-top: 6px;
        text-decoration: none;
        color: #000;
        font-weight: bold;
        font-size: 16px;
        cursor: pointer;
    }

        .widget-list div:hover,
        .widget-list div.active {
            background: none;
            background-color: #8a720a;
        }

    .widget-list a {
        text-decoration: none;
        color: #000;
    }

    .widget-list div a:hover {
        color: #fff;
    }


#prize-info .nav-tabs li a {
    background: url('/assets/images/gold-bg.jpg') repeat-x;
    padding: 5px 15px 3px 15px;
    color: #000;
}

#prize-info .nav-tabs li:hover a,
#prize-info .nav-tabs li.active a {
    color: #bb0707 !important;
    font-weight: bold;
}

#game-menu {
    margin: 10px auto 5px auto;
}

    #game-menu > li {
        padding-right: 2px;
    }

        #game-menu > li > a {
            background-color: #e31111;
            color: #fdd304;
            padding: 5px 7.5px;
            font-size: 12px;
            height: 40px;
        }

        #game-menu > li.active > a, #fourdigit-game-menu > li.active > a:hover, #fourdigit-game-menu > li.active > a:focus {
            color: #000;
            background-color: #16F50A;
            /*font-weight: bold;*/
        }

        /* hover tab color */
        #game-menu > li > a:hover {
            color: #000;
            background-color: #16F50A;
            font-weight: bold;
        }

#bbsiejie-game-menu {
    width: 475px;
    margin: 3px auto 0px auto;
    font-size: 12px;
}

#fourdigit-game-menu {
    width: 800px;
    margin: 3px auto 0px auto;
    font-size: 12px;
}

    #bbsiejie-game-menu > li > a,
    #fourdigit-game-menu > li > a {
        background-color: #16F50A;
        color: #000;
        padding: 5px 7.5px;
    }

    #bbsiejie-game-menu > li.active > a, #bbsiejie-game-menu > li.active > a:hover, #bbsiejie-game-menu > li.active > a:focus,
    #fourdigit-game-menu > li.active > a, #fourdigit-game-menu > li.active > a:hover, #fourdigit-game-menu > li.active > a:focus {
        color: #fdd304;
        background-color: #e31111;
    }

    /* hover tab color */
    #bbsiejie-game-menu > li > a:hover,
    #fourdigit-game-menu > li > a:hover {
        color: #fdd304;
        background-color: #e31111;
    }

#last-schedule {
    background: url('/assets/images/wd-bg.jpg') repeat-y;
    height: 160px;
}

    #last-schedule .pools {
        font-weight: bold;
        font-size: 16px;
    }

    #last-schedule .left {
        border-right: 2px solid #f70000;
    }

    #last-schedule a {
        color: #f70000;
        font-weight: bold;
    }

    #last-schedule p {
        margin: 0px;
    }

    #last-schedule hr {
        margin: 0;
        display: block;
        height: 2px;
        border: 0;
        border-top: 2px solid #000;
        padding: 0;
        margin: 9px 20px;
    }

    #last-schedule #firstNumber {
        color: #f70000;
        font-weight: bold;
        font-size: 40px;
    }

#last-winner {
    background: url('/assets/images/depo-bg.jpg') repeat-y;
    height: 145px;
}

    #last-schedule .title, #last-winner .title {
        background: url('../images/nav-bg.png') repeat-x;
        height: 40px;
        text-align: center;
        color: #fff;
        font-weight: bold;
        font-size: 16px;
        padding-top: 8px;
    }

#last-schedule .title {
    margin-bottom: 10px;
}

    #last-schedule .title img, #last-winner .title img {
        margin-top: -3px;
        width: 20px;
    }

#info-board {
    min-height: 353px;
}

.btn-warning {
    color: #000;
}

.multiple-table tr th,
.single-table-detail tr th {
    background-color: #c92525;
    color: #fdd304;
}

.multiple-table tr td,
.single-table-detail tr td {
    text-align: center;
}

.nav-tabs {
    border: none;
}

.no-mg {
    margin: 0px !important;
}

.no-pd {
    padding: 0px !important;
}

.no-pr {
    padding-right: 0px;
}

.no-pl {
    padding-left: 0px;
}

.mt0 {
    margin-top: 0 !important;
}

.mt30 {
    margin-top: 30px;
}

.mt20 {
    margin-top: 20px;
}

.mt10 {
    margin-top: 10px;
}

.mt5 {
    margin-top: 5px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.pt10 {
    padding-top: 10px;
}

.pt15 {
    padding-top: 15px;
}

.pr10 {
    padding-right: 10px;
}

.pr5 {
    padding-right: 5px;
}

.pl10 {
    padding-left: 10px;
}

.pl5 {
    padding-left: 5px;
}

.pt20 {
    padding-top: 20px;
}

.ml10 {
    margin-left: 10px;
}

.ml5 {
    margin-left: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mt20 {
    margin-top: 20px;
}


.pagination {
    display: block;
    text-align: center;
}

    .pagination ul > li {
        display: inline;
        padding: 2px 5px;
    }


#maintenance {
    color: red;
    height: 400px;
}

    #maintenance .txt {
        text-align: center;
        font-size: 18px;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    #maintenance img {
        margin-top: 30%;
    }



#landing-login-page {
    margin-top: 35%;
    color: #000;
    /*height: 300px;*/
    overflow: hidden;
    position: relative;
    background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border-radius: 10px;
    padding-top: 10%;
    background-color: #d40b0b;
    padding: 50px 20px;
}

    #landing-login-page label {
        color: #000;
        font-weight: bold;
        font-size: 16px;
    }

    #landing-login-page h2 {
        color: #fdd304;
        font-weight: bold;
        font-size: 16px;
    }

    #landing-login-page label.error {
        color: #fdd304;
    }

    #landing-login-page input {
        color: #000;
    }


    #landing-login-page form #btn-login, #landing-login-page form a {
        background-color: #fdd304;
        font-weight: bold;
        font-size: 14px;
        color: #000;
    }

    #landing-login-page form a {
        padding-top: 5px;
    }

#page-loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.45);
    display: none;
    text-align: center;
}

    #page-loader-overlay .loader-content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    #page-loader-overlay .loader-text {
        margin-top: 8px;
        color: #fff;
        font-weight: bold;
    }

#qrisContainer {
    display: inline-block;
    max-width: 100%;
}

    #qrisContainer img,
    #qrisContainer canvas {
        display: block !important;
        width: 100% !important;
        height: auto !important;
    }
