/* Minification failed. Returning unminified contents.
(431,25): run-time error CSS1030: Expected identifier, found '.'
(431,26): run-time error CSS1030: Expected identifier, found 'modal-footer'
(431,38): run-time error CSS1031: Expected selector, found ')'
(431,38): run-time error CSS1025: Expected comma or open brace, found ')'
 */
/* CasinoCash.Web.Portal使用到Bootstrap的客製化設定 */
/*註冊頁面、取款、存款、公司入款、交易紀錄、修改取款密碼、修改密碼*/
.panel {
    margin: 0 auto;
    border-color: #ddd;
    background: #e5e5e5;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: 0 1px 1px rgba(0,0,0,0.05);
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    -webkit-border-top-right-radius: 2px;
    border-top-right-radius: 2px;
    -webkit-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .panel-heading > div {
        margin: 20px 0 0 48px;
        text-align: start;
    }

.panel-body {
    position: relative;
    padding: 15px 15px 20px 15px;
}

form.form-horizontal {
    clear: both;
    display: inline-block;
    width: 100%;
}

    form.form-horizontal:before, form.form-horizontal:after {
        content: ' ',;
    }

.form-group {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 5px 0;
}

    .form-group .control-label {
        display: inline-block;
        float: left;
        width: 30%;
        height: 20px;
        margin: 0 auto;
        padding: 0 15px;
        font-weight: bold;
        text-align: right;
    }

    .form-group .control-div {
        display: block;
        float: left;
        width: 45%;
        padding: 0 15px;
        text-align: left;
    }

    .form-group .form-control-static {
        text-align: left;
    }

    .form-group .control-btn {
        text-align: center;
    }

    .form-group .control-div .form-control-static {
        margin: 0;
        text-align: left;
    }

.panel-shadow {
    position: absolute;
    left: 0;
    bottom: -19px;
    width: 100%;
    height: 18px;
    background: url('/CdnRedirect/Web.Portal/_Common/Content/Views/WithdrawApplication/images/panel_shadow.jpg') no-repeat;
}

.btn {
    display: inline-block;
    padding: 5px 4px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.btn-link {
    font-weight: normal;
    color: #428bca;
    cursor: pointer;
    background-color: transparent;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    text-decoration: none;
}

    .btn-link:hover {
        text-decoration: underline;
    }

.btn-submit {
    position: relative;
    width: 119px;
    height: 45px;
    /*color: #454545;*/
    font-size: 15px;
    font-family: PMingLiU;
    font-weight: bold;
    background: url('/CdnRedirect/Web.Portal/_Common/Content/Views/Shared/images/sent_bn.png') 0 0 no-repeat;
    border: 0;
}

    .btn-submit:active {
        background-position: 0px -46px;
    }

button[disabled], html input[disabled] {
    color: #999;
    cursor: default;
}

button {
    color: #454545;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 3px;
}

    .alert h4 {
        margin-top: 0;
        color: inherit;
    }

    .alert .alert-link {
        font-weight: bold;
    }

    .alert > p,
    .alert > ul {
        margin-bottom: 0;
    }

        .alert > p + p {
            margin-top: 5px;
        }

.alert-dismissable {
    padding-right: 35px;
}

    .alert-dismissable .close {
        position: relative;
        top: -2px;
        right: -21px;
        color: inherit;
    }

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

    .alert-success hr {
        border-top-color: #c9e2b3;
    }

    .alert-success .alert-link {
        color: #2b542c;
    }

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

    .alert-info hr {
        border-top-color: #a6e1ec;
    }

    .alert-info .alert-link {
        color: #245269;
    }

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

    .alert-warning hr {
        border-top-color: #f7e1b5;
    }

    .alert-warning .alert-link {
        color: #66512c;
    }

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

    .alert-danger hr {
        border-top-color: #e4b9c0;
    }

    .alert-danger .alert-link {
        color: #843534;
    }

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

/*#region 彈跳出來的視窗 bs-modal 客製化 */
.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    display: none;
    color: #000;
    overflow: auto;
    overflow-y: scroll;
    background: rgba(0,0,0,0.5);
    -webkit-transition: margin-top ease-in 300ms;
    -moz-transition: margin-top ease-in 300ms;
    -o-transition: margin-top ease-in 300ms;
    transition: margin-top ease-in 300ms;
}

    .modal.fade .modal-dialog {
        -webkit-transform: translate(0,-25%);
        -ms-transform: translate(0,-25%);
        -moz-transform: translate(0,-25%);
        -o-transform: translate(0,-25%);
        transform: translate(0,-25%);
        -webkit-transition: -webkit-transform .3s ease-out;
        -moz-transition: -moz-transform .3s ease-out;
        -o-transition: -o-transform .3s ease-out;
        transition: -webkit-transform .3s ease-out;
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -moz-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0);
    }

.modal-dialog {
    width: 850px;
    position: relative;
    z-index: 1050;
    margin: 20px auto;
    cursor: default;
}

.modal-content {
    position: relative;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
    background-color: #000;
}

    .modal-backdrop.fade {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .modal-backdrop.in {
        opacity: .5;
        filter: alpha(opacity=50);
    }

.modal-header {
    padding: 55px 60px 0px 70px;
    height: 78.56px;
    border:none;
    background: url(/CdnRedirect/Web.Portal/DG002-01.Portal/Content/Views/Shared/images/modalBg-top.png) no-repeat top center;
    background-size: 100% 100%;
}

    .modal-header button.close {
        font-size: 0px;
        width:24px;
        height:24px;
        background: url(/CdnRedirect/Web.Portal/DG002-01.Portal/Content/Views/Shared/images/btn-close.png) no-repeat center / contain;
    }

    .modal-header > .modal-title {
        color: #35bfe6;
        font-family: Microsoft JhengHei;
        font-size: 21px;
        font-weight: bolder;
    }

    .modal-header .close {
        float: right;
        margin: 0px 0px 0 0;
        padding: 0;
        color: #0Dfa9d;
        font-size: 30px;
        font-weight: bold;
        line-height: 1;
        background: transparent;
        opacity: 1;
        border: none;
        -webkit-appearance: none;
        cursor: pointer;
    }

.modal-title {
    margin: 0;
    line-height: 1.428571429;
}

.modal-body {
    position: relative;
    padding: 20px 70px;
    border: none;
    color: #FFFFFF;
    background: url(/CdnRedirect/Web.Portal/DG002-01.Portal/Content/Views/Shared/images/modalBg-body.png) no-repeat center;
    background-size: 100% 100%;
}

    .modal-body *::-webkit-scrollbar,
    .ui-dialog-content *::-webkit-scrollbar {
        width: 3px;
        height: 3px;
    }

    .modal-body *::-webkit-scrollbar-thumb,
    .ui-dialog-content *::-webkit-scrollbar-thumb {
        background: #10ffab;
        border-radius: 6px;
    }

    .modal-body *::-webkit-scrollbar-thumb:hover,
    .ui-dialog-content *::-webkit-scrollbar-thumb:hover {
        background: #008c5b;
    }

    .modal-body *::-webkit-scrollbar-track,
    .ui-dialog-content *::-webkit-scrollbar-track {
        background: #3aaefe;
        border-radius: 6px;
    }

    .modal-body table{
        color:#FFFFFF;
    }

.modal-content:not(:has(.modal-footer)) .modal-body::after {
    content: "";
    position: absolute;
    bottom: 1px;
    left: 0;
    transform: translateY(100%);
    text-align: center;
    height: 85.5px;
    border: none;
    background: url(/CdnRedirect/Web.Portal/DG002-01.Portal/Content/Views/Shared/images/modalBg-bottom.png) no-repeat bottom center;
    background-size: 100% 100%;
    width: 100%;
}

.modal-footer {
    text-align: center;
    height: 85.5px;
    border: none;
    background: url(/CdnRedirect/Web.Portal/DG002-01.Portal/Content/Views/Shared/images/modalBg-bottom.png) no-repeat bottom center;
    background-size: 100% 100%;
}

        .modal-footer > button {
            display: inline-block;
            line-height: 2.5;
            width: 120px;
            height: 42px;
            font-size: 15px;
            font-weight: bolder;
            border: none;
            cursor: pointer;
            background: url(/CdnRedirect/Web.Portal/DG002-01.Portal/Content/Views/Shared/images/button.png) no-repeat bottom center / contain;
        }

    .modal-footer:before, .modal-footer:after {
        display: table;
        content: " ";
    }

    .modal-footer:after {
        clear: both;
    }

    .modal-footer .btn + .btn {
        margin-bottom: 0;
        margin-left: 5px;
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }
/*#endregion 彈跳出來的視窗 彈跳出來的視窗 bs-modal 客製化 */

/*#region jAlert 客製化 */
.ja_btn_blue_custom {
    color: #fff;
    background: #169BD5;
}

.ja_btn_black_custom {
    color: #333;
    border: 1px solid #797979;
}

.ja_btn,
.ja_btn:link,
.ja_btn:visited,
.ja_btn:active {
    padding: 11px 27px;
}
/*#endregion jAlert 客製化 */

table {
    max-width: 100%;
    background-color: transparent;
}

th {
    text-align: left;
    font-weight: bold;
}

.table,
table{
    position:relative;
    width: 100%;
    margin-bottom: 20px;
}

table::before,
table::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    background: url(/CdnRedirect/Web.Portal/DG002-01.Portal/Content/Views/SiteMail/images/line.png) no-repeat center;
    background-size: 100% 100%;
}

table::after {
    top: 0px;
}

    .table > thead > tr > th,
    .table > tbody > tr > th,
    .table > tfoot > tr > th,
    .table > thead > tr > td,
    .table > tbody > tr > td,
    .table > tfoot > tr > td,
    table > thead > tr > th,
    table > tbody > tr > th,
    table > tfoot > tr > th,
    table > thead > tr > td,
    table > tbody > tr > td,
    table > tfoot > tr > td {
        line-height: 1.428571429;
        vertical-align: top;
        padding: 12px 8px;
        border-top: 1px solid #3aaefe;
    }

    .table > thead > tr > th {
        vertical-align: bottom;
    }

.table-bordered {
}

    .table-bordered > thead > tr > th,
    .table-bordered > tbody > tr > th,
    .table-bordered > tfoot > tr > th,
    .table-bordered > thead > tr > td,
    .table-bordered > tbody > tr > td,
    .table-bordered > tfoot > tr > td {
    }

    .table-bordered > thead > tr > th,
    .table-bordered > thead > tr > td {

    }

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th,
table > tbody > tr:hover > td,
table > tbody > tr:hover > th {
    background: #7af6da47 !important;
    background-color: #7af6da47 !important;
}

.text-danger {
    color: #a94442;
}

.text-muted {
    color: #999;
}

.text-success {
    color: #3c763d;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
    color: #a94442;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}
@font-face {
    font-family: 'MFinance HK';
    src: url('/CdnRedirect/Web.Master/_Common/fonts/MFinanceHK.woff2') format('woff2'),url('/CdnRedirect/Web.Master/_Common/fonts/MFinanceHK.ttf') format("truetype"); /* 字體檔案路徑 */
    font-weight: bold;
    font-style: normal;
}

