/* CSS Document */
/*--------------------- CSS Reset --------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
}


ol, ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* --------- End of CSS Reset ------------------------------------------------*/

/* Typography */
body.en-gb {
    font-family: Tahoma, Arial, Verdana;
    font-size: 71%;
}

body.zh-cn, body.zh-tw {
    font-family: Tahoma, Arial, Verdana;
    font-size: 75%;
}


/* Common */
.fl {
    float: left;
}

.fr {
    float: right;
}

.clear-fl {
    clear: left;
}

.clear-fr {
    clear: right;
}

.clear-both {
    clear: both;
}
/*todo:*/
.mtb {
    margin: 10px 0 10px 0;
}

.mt {
    margin-top: 20px;
}

.mt1 {
    margin-top: 10px;
}

.mt2 {
    margin-top: 5px;
}

.ml2 {
    margin-left: 61px;
}

.ml3 {
    margin-left: 122px;
}

.btn-r .ml3 {
    margin-left: 128px;
}

.ml4 {
    margin-left: 363px;
}

.ml5 {
    margin-left: 3px;
}

.ml6 {
    margin-left: 10px;
}

.ml7 {
    margin-left: 2%;
}

.ml27 {
    margin-left: 29px;
}

.mr1 {
    margin-right: 10px;
}

input, select, textarea {
    font: 11px Arial,Verdana;
}

body.zh-cn input, body.zh-cn select, body.zh-cn textarea, body.zh-tw input, body.zh-tw select, body.zh-tw textarea {
    font-size: 12px;
}

.bold-txt, .b, .bold {
    font-weight: bold;
}

.title {
    border-bottom: 3px solid #006000;
    font-size: 1.1em;
    height: 25px;
    line-height: 25px;
    text-transform: capitalize;
}

    .title .btn {
        font-size: 0.9em;
        height: 14px;
        line-height: 10px;
    }

.title-search {
    padding-left: 25px;
    background: #fff url(../images/icon-search.png) no-repeat center left;
}

.title-edit {
    padding-left: 25px;
    background: #fff url(../images/icon-setting.png) no-repeat center left;
}

.title-result {
    padding-left: 25px;
    background: url(../images/icon-result.png) no-repeat center left;
}

.icon-txt {
    display: inline-block;
    padding-left: 25px;
    background: url(../images/icon-result.png) no-repeat center left;
    height: 25px;
    line-height: 25px;
    margin-left: 10px;
}

.dialog-title, .page-title {
    margin-bottom: 10px;
    color: #fff;
    background: #f9ebac url(../images/bg-userinfo.png) repeat-x top left;
    border-bottom: 1px solid #000;
    font-size: 1.1em;
    height: 20px;
    line-height: 19px;
    text-align: center;
}

.page-title {
    border-top: 1px solid #000;
    margin-top: 3px;
    padding: 5px 5px 5px 5px;
    text-align: left;
}

.dialog-title {
    height: 25px;
    line-height: 23px;
}

.page-title span {
    font-size: 0.9em;
    font-family: Arial;
    color: #fff;
}

.sub-title {
    margin-left: 20px;
}
/*todo:*/
input[type="text"], input[type="password"], textarea, select {
    border: 1px solid #7f9db9;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

input[type="text"], input[type="password"] {
    width: 120px;
    padding: 2px 1px;
}

select[disabled], select[readonly], input[disabled][type="text"], input[readonly][type="text"] {
    border: 1px solid #bbb;
    background: #eee;
}

select {
    min-width: 50px;
    padding: 1px;
    font: 11px Arial, verdana;
}

textarea {
    width: 200px;
    height: 70px;
    padding: 2px 1px;
    font: 11px Arial, verdana;
}

input[type="radio"], input[type="checkbox"] {
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: text-bottom;
}

/*label, span.block {
    display: inline-block;
    width: 150px;
    line-height: 28px;
}*/

label, span.block {
    display: inline-block;
    width: 130px;
    line-height: 28px;
}

label {
    text-align: right;
}

.label-txt {
    width: auto;
    line-height: 18px;
    text-align: left;
    margin: 0 2px 0 7px;
}

.label-rbcb {
    width: auto;
    line-height: 18px;
    text-align: left;
    margin: 0 7px 0 0;
}

    .label-rbcb.vertical {
        display: block;
    }

.label-rbfor {
    text-align: left;
    width: auto;
}

.label-multiline-top {
    line-height: 18px;
    vertical-align: top;
}

.wxxs {
    width: 50px !important;
}

body.zh-cn .wxxs, body.zh-tw .wxxs {
    width: 60px !important;
}

.wxs {
    width: 70px !important;
}

.ws {
    width: 100px !important;
}

.wm {
    width: 120px !important;
}

.wl {
    width: 150px !important;
}

.wxl {
    width: 200px !important;
}

.wxll {
    width: 250px !important;
}

.wxxl {
    width: 400px !important;
}

.wr {
    width: 100px !important;
    text-align: right;
}

.wr2 {
    width: 150px !important;
    text-align: right;
}

.w220 {
    width: 220px !important;
}

.m-w300.tbl-w300 {
    width: auto;
    min-width: 300px;
}

.hxs {
    height: 50px !important;
}

.valign-t {
    vertical-align: top;
}

.align-c { /*background-image: url('../Images/bg-userinfo2.png'); */
    text-align: center;
}

input.icon-calender {
    width: 90px;
    border: 1px solid #7f9db9 !important;
    background: #fff url(../images/icon-calender.png) no-repeat right 1px !important;
}

.autocomplete {
    position: relative !important;
    width: auto !important;
}

    .autocomplete * ul.ui-autocomplete {
        position: absolute;
        overflow-y: auto;
        overflow-x: hidden;
    }

        .autocomplete * ul.ui-autocomplete li a {
            display: block;
            font-weight: normal !important;
            line-height: normal !important;
        }

.tbl {
    margin: 3px 0 0 0;
    padding-bottom: 20px;
    width: 100%;
    table-layout: fixed;
    min-width: 500px;
    font-size: 1em;
}

    .tbl th {
        font-size: 1em;
        color: #fff;
        background: #5c875f;
        border: 1px solid #000;
        height: 25px;
        vertical-align: middle;
        word-wrap: break-word;
    }

    .tbl td {
        font-size: 1em;
        border: 1px solid #7bbb81;
        min-height: 25px;
        height: 25px;
        text-align: center;
        vertical-align: middle;
        word-wrap: break-word;
    }

        .tbl td.align-l, .align-l {
            text-align: left;
            padding-left: 4px;
        }

        .tbl td.align-r, .align-r {
            text-align: right;
            padding-right: 4px;
        }

    .tbl tfoot.totalbar {
        background-color: #ffffe0;
        font-weight: bold;
    }

        .tbl tfoot.totalbar td {
            padding: 4px;
        }

            .tbl tfoot.totalbar td:nth-child(2) {
                text-align: right;
                vertical-align: middle;
                padding-right: 8px;
            }

.mintbl {
    margin: 3px 0 0 0;
    padding-bottom: 20px;
    width: 100%;
    table-layout: fixed;
    min-width: 100px;
    font-size: 1em;
}

    .mintbl th {
        font-size: 1em;
        background: #5c875f;
        border: 1px solid #000;
        height: 25px;
        vertical-align: middle;
        word-wrap: break-word;
    }

    .mintbl td {
        font-size: 1em;
        border: 1px solid #7bbb81;
        min-height: 25px;
        height: 25px;
        text-align: center;
        vertical-align: middle;
        word-wrap: break-word;
    }

        .mintbl td.align-l, .align-l {
            text-align: left;
            padding-left: 4px;
        }

        .mintbl td.align-r, .align-r {
            text-align: right;
            padding-right: 4px;
        }

a.link-style1:link, a.link-style1:visited {
    color: #fff;
}

a.link-style1:hover, a.link-style1:active {
    color: #c78913;
}

a.link-style2:link, a.link-style2:visited, a.rptAccountName:link, a.rptAccountName:visited, .tbl a:link, .tbl a:visited, .dialog-page a:link, .dialog-page a:visited {
    color: #015509;
}

a.link-style2:hover, a.link-style2:active, a.rptAccountName:hover, a.rptAccountName:active, .tbl a:hover, .tbl a:active, .dialog-page a:hover, .dialog-page a:active {
    color: #000;
    text-decoration: none;
}

a.link-style3:link, a.link-style3:visited {
    color: #000;
    font-weight: normal;
    text-decoration: none;
}

a.link-style3:hover, a.link-style3:active {
    color: #c78913;
}

a.link-style4:link, a.link-style4:visited {
    color: #01E;
}

a.link-style4:hover, a.link-style4:active {
    color: #01E;
}

a.link-style5:link, a.link-style5:visited {
    color: #fff;
    font-weight: normal;
    text-decoration: none;
}

a.link-style5:hover, a.link-style5:active {
    color: #c78913;
}

a.nav-txt, a.nav-txt2, a.nav-txt:visited, a.nav-txt2:visited {
    color: #000;
    text-decoration: none;
}

    a.nav-txt:hover, a.nav-txt2:hover {
        color: #00ba41;
    }

.btn, a.btn:link, a.btn:visited {
    background: #cc9500 url(../images/bg-btn.png) repeat-x top left;
    border: 1px inset #029312;
    color: #fff;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 3px 10px;
    text-decoration: none;
}

    .btn:hover, a.btn:hover, a.btn:active {
        background-position: 0 -25px;
        color: #fff;
        text-decoration: none;
        border: 1px inset #19d100;
    }

.btn-submit {
    width: 106px;
    height: 25px;
    cursor: pointer;
    background: url(../Images/btn-blue-bg.png) 0px 0px;
    border: none;
    font-weight: bold;
    line-height: 20px;
    color: #FFFFFF;
}

    .btn-submit:hover, .btn-submit:active {
        background-position: 0px -25px;
    }

.btn-r {
    clear: both;
    margin: 10px 0;
}

.btn-r-s1 {
    text-align: center;
}

.btn-r-s2 {
    margin-left: 122px;
}

.highlight-c {
    background: #fff url(../images/bg-popup.png) repeat-x top left;
    border-bottom: 1px solid #7bbb81;
    margin: 0px 5px 5px 5px;
    padding-bottom: 5px;
}

.field-c1, .field-c2 {
    display: inline-block;
    line-height: 30px;
    text-align: left;
}

.field-c {
    display: inline-block;
    text-align: left;
}

.field-c1 {
    width: 230px;
}

.field-c2 {
    width: 300px;
}


.field-c2 {
    width: 300px;
}

.field-p {
    width: 90px;
}

.tab-submit {
    display: block;
    margin: 15px 0 15px 103px;
    width: 50px;
    padding: 5px;
    text-align: center;
}

.divider {
    border-bottom: 1px solid #ccc;
    margin: 5px auto;
    width: 97%;
    height: 1px;
}

.o {
    background: #f6f5f3;
}

.e {
    background: #f8f8f8;
}

.negative {
    color: #f00;
}

.status-o {
    color: Blue;
}

.status-o2 {
    color: Darkorange;
}

/*others*/
.status-f {
    color: Red;
}
/*failed*/
.fail-ico {
    display: inline-block;
    padding: 0 0 0 23px;
    background: #fff url(../images/icn-warning.png) no-repeat top left;
}

.status-s {
    color: Green;
}
/*successful*/
.disabled {
    color: #ccc;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
}

.required {
    color: #f00;
    padding-right: 1px;
}

.error {
    color: #f00;
    margin: 0 0 15px 0;
}

.icon-alert {
    background: transparent url(../images/icon-alert.gif) no-repeat top left;
    display: inline-block;
    height: 18px;
    width: 26px;
}

.error-txt {
    margin-top: 4px;
    width: 90%;
}

.no-record {
    color: Red;
}

span.remarks {
    cursor: help;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 80px;
}

.dpwd-batch-result .batch-title {
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 14px;
    padding: 10px 0 5px 0;
}

.dpwd-batch-result .batch-data {
    width: 98%;
    height: auto;
    display: inline-block;
    font-size: 12px;
    padding: 0 0 0 7px;
}

/* page - side bar */
.logo-wrapper {
    padding-bottom: 10px;
}

.logo {
    float: left;
    display: inline-block;
    width: 90px;
    height: 30px;
    background: transparent url(../images/p-logo-rebrand.png) no-repeat top left;
}

.memberloginid {
    font-weight: bold;
    font-size: 11px;
    color: #fff;
}

#side-bar {
    background: #fef7e5;
    width: 219px;
    height: 100%;
    float: left;
}

    #side-bar .user-info {
        background: #002a02 url(../images/bg-userinfo.png) repeat-x top left;
        border: 1px solid #000;
        height: auto;
        min-height: 50px;
        margin: 3px;
        padding: 0 0.5em 1em;
        color: #fff;
    }

        #side-bar .user-info .title-welcome {
            font-size: 1.1em;
            margin: 7px 0;
            color: #fff;
        }

            #side-bar .user-info .title-welcome .user-name {
                font-size: 0.8em;
                font-weight: normal;
                white-space: nowrap;
            }

    #side-bar .nav-c {
        margin: 0 3px 0 3px;
        clear: both;
        min-height: 100px;
        float: left;
        padding: 0;
        width: 213px;
        overflow-y: auto;
        overflow-x: hidden;
    }

        #side-bar .nav-c .nav-inner {
            font-weight: bold;
            width: 99%;
            display: block;
            min-height: 100px;
            padding: 0;
            margin: 0;
        }

        #side-bar .nav-c li {
            clear: both;
            border-bottom: 1px solid #7bbb81;
            border-left: 1px solid #7bbb81;
            border-right: 1px solid #7bbb81;
            background: #f3f3f3 url(../images/bg-nav.png) repeat-x top left;
            min-height: 24px;
            display: block;
            float: left;
            width: 100%;
        }

            #side-bar .nav-c li.subnav-c {
                background: #fff url(../images/bg-popup.png) repeat-x top left;
                border-top: none;
                height: auto;
                min-height: 24px;
                width: 100%;
            }

        #side-bar .nav-c .sub-nav {
            margin: 0;
            float: left;
            min-height: 25px;
            width: 100%;
            padding: 0;
        }

            #side-bar .nav-c .sub-nav li {
                padding: 0 0 0 28px;
                width: auto;
                display: block;
                margin: 0;
                border: none;
                background: url(../images/icon-plusminus.png) no-repeat 14px -53px;
                height: auto;
                min-height: 18px;
                padding-top: 4px;
            }

body.zh-cn #side-bar .nav-c .sub-nav li, body.zh-tw #side-bar .nav-c .sub-nav li {
    font-weight: normal;
}

#side-bar .nav-c .nav-txt {
    display: block;
    margin: 6px 0;
    width: 85%;
}

#side-bar .nav-c li.expand, #side-bar .nav-c li.collapse {
    cursor: pointer;
}

#side-bar .nav-c li.expand {
    border-bottom: none;
}

#side-bar .nav-c .ec-icon, .ec-ico {
    background: url(../images/icon-plusminus.png) no-repeat 0 0;
    display: block;
    float: left;
    height: 12px;
    margin: 6px 5px;
    width: 12px;
}

#side-bar .nav-c .collapse .ec-icon {
    background-position: 0 0;
}

#side-bar .nav-c .expand .ec-icon, .ec-ico-control .ec-ico {
    background-position: 0 -22px;
}

#side-bar .nav-c .home {
    background: url(../images/icon-home.png) no-repeat 0 0;
    cursor: pointer;
    display: block;
    float: left;
    height: 17px;
    margin: 3px 3px 0 3px;
    width: 17px;
}

#side-bar .nav-c .home-c {
    border-top: 1px solid #7bbb81;
}

.ec-lbl-txt {
    float: left;
    margin-top: 4px;
}

[id^=ec-] {
    cursor: pointer;
}

/* page */
.sub-page, .dialog-page {
    width: 100%;
    height: 100%;
    min-height: 100%;
}

#content {
    width: 100%;
}

    #content .result, .sub-page .result, .dialog .result {
        margin: 15px 5px 45px 5px;
    }

#frame-containor {
    margin-left: 219px;
    height: 99%;
    min-width: 1040px;
}

#content .tab-content {
    margin: 15px 5px 0;
}

    #content .tab-content .info {
        clear: both;
        border-style: solid;
        border-color: #2d902d;
        border-width: 3px 1px 1px;
        padding: 10px 0;
    }

    #content .tab-content .infopayment {
        clear: both;
        border-style: solid;
        border-color: #2d902d;
        border-width: 3px 1px 1px;
        padding: 10px 0;
        height: auto;
    }

.sub-page {
}

    .sub-page .highlight-c {
        margin-top: 0;
    }

.dialog-page {
    background: #fff url(../images/bg-popup.png) repeat-x top left;
}

.dialog-edit {
    margin: 10px 10px 0;
}

.dialog-result {
    margin: 15px 5px 0;
}

.dialog-page form {
    padding-right: 8px;
}

.dialog-page.autoresize > form, div.autoresize {
    overflow-y: auto;
    height: calc(100% - 30px);
}

.body-navigation {
    clear: both;
    border-style: solid;
    border-color: #2d902d;
    border-width: 3px 1px 1px;
    padding: 10px 0;
    height: auto;
}

.bodytab-navigation {
    clear: both;
    border-style: solid;
    border-color: #2d902d;
    border-width: 3px 1px 1px;
    padding: 10px 0;
    height: 240px;
}

.btn-popup {
    margin: 10px 0px 6px 515px;
}


/* Tab Navigation */
ul.tabNavigation {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
}

    ul.tabNavigation li {
        display: inline-block;
        float: left;
        margin-left: 1px;
        width: auto;
    }

        ul.tabNavigation li a {
            color: #000;
            text-decoration: none;
        }

            ul.tabNavigation li a:focus {
                outline: 0;
            }

.tabs {
    margin-top: 30px;
}

div.tabs > div {
    padding: 5px;
    border: 3px solid #78ae0b;
}

    div.tabs > div h2 {
        margin-top: 0;
        color: #7bb801;
    }

ul.tabNavigation li.first-tab {
    margin: 0px;
}

ul.tabNavigation li {
    height: 26px;
}

    ul.tabNavigation li a {
        background: url(../images/bg-tab.png) repeat-x bottom left;
        display: inline-block;
        color: #fff;
        cursor: pointer;
        font-weight: bold;
    }

        ul.tabNavigation li a span {
            display: inline-block;
            float: left;
            height: 26px;
            line-height: 26px;
        }

            ul.tabNavigation li a span.left-c {
                background: url(../images/bg-tab-lside.png) no-repeat bottom left;
                width: 8px;
                margin-right: 5px;
            }

            ul.tabNavigation li a span.right-c {
                background: url(../images/bg-tab-rside.png) no-repeat bottom right;
                width: 15px;
                margin-left: 5px;
            }

        ul.tabNavigation li .selected, ul.tabNavigation li a:hover {
            background: url(../images/bg-tab-hover.png) repeat-x bottom left;
            display: inline-block;
            color: #fff;
        }

        ul.tabNavigation li a.selected {
            font-size: 1.1em;
        }

            ul.tabNavigation li a.selected span.left-c, ul.tabNavigation li a:hover span.left-c {
                background: url(../images/bg-tab-lside-hover.png) no-repeat bottom left;
                width: 8px;
                margin-right: 5px;
            }

            ul.tabNavigation li a.selected span.right-c, ul.tabNavigation li a:hover span.right-c {
                background: url(../images/bg-tab-rside-hover.png) no-repeat bottom right;
                width: 15px;
                margin-left: 5px;
            }

/* Tab Navigation Popup*/
#content .tab-content-Popup {
    margin: 0px 5px 0px 5px;
}

ul.tabNavigation-Popup {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
    margin: 0px 5px 0px 5px;
}

    ul.tabNavigation-Popup li {
        display: inline-block;
        float: left;
        margin-left: 1px;
        width: auto;
    }

        ul.tabNavigation-Popup li a {
            color: #000;
            text-decoration: none;
        }

            ul.tabNavigation-Popup li a:focus {
                outline: 0;
            }

        ul.tabNavigation-Popup li.first-tab {
            margin: 0px;
        }

    ul.tabNavigation-Popup li {
        height: 26px;
    }

        ul.tabNavigation-Popup li a {
            background: url(../images/bg-tab.png) repeat-x bottom left;
            display: inline-block;
            color: #fff;
            cursor: pointer;
            font-weight: bold;
        }

            ul.tabNavigation-Popup li a span {
                display: inline-block;
                float: left;
                height: 26px;
                line-height: 26px;
            }

                ul.tabNavigation-Popup li a span.left-c {
                    background: url(../images/bg-tab-lside.png) no-repeat bottom left;
                    width: 8px;
                    margin-right: 5px;
                }

                ul.tabNavigation-Popup li a span.right-c {
                    background: url(../images/bg-tab-rside.png) no-repeat bottom right;
                    width: 15px;
                    margin-left: 5px;
                }

        ul.tabNavigation-Popup li .selected, ul.tabNavigation li a:hover {
            background: url(../images/bg-tab-hover.png) repeat-x bottom left;
            display: inline-block;
            color: #fff;
        }

        ul.tabNavigation-Popup li a.selected {
            font-size: 1.1em;
        }

            ul.tabNavigation-Popup li a.selected span.left-c, ul.tabNavigation li a:hover span.left-c {
                background: url(../images/bg-tab-lside-hover.png) no-repeat bottom left;
                width: 8px;
                margin-right: 5px;
            }

            ul.tabNavigation-Popup li a.selected span.right-c, ul.tabNavigation li a:hover span.right-c {
                background: url(../images/bg-tab-rside-hover.png) no-repeat bottom right;
                width: 15px;
                margin-left: 5px;
            }

/* sencod Navigation */
.sec-nav li {
    float: left;
    display: inline-block;
    padding: 0 10px;
    border-right: 1px solid #000;
    line-height: 12px;
    height: 12px;
    margin-top: 5px;
}

    .sec-nav li.last-item {
        border-right: none;
    }

/* action icon */
a.icon-txt-link:link, a.icon-txt-link:visited {
    float: left;
    border: 1px solid #029312;
    font-size: 1em;
    font-weight: bold;
    margin-top: -3px;
    display: inline-block;
    line-height: 20px;
    padding: 2px 7px 2px 30px;
    color: #fff;
    text-decoration: none;
}

a.icon-txt-link:hover, a.icon-txt-link:active {
    border: 1px solid #19d100;
}

.create {
    background: url(../images/icon-create.png) no-repeat 0 0;
}

.edit {
    background: url(../images/icon-edit.png) no-repeat 0 0;
}

/*******************************Put Developer CSS under this comment *************************************************************/
a.gct-close {
    position: absolute;
    width: 17px;
    height: 16px;
    z-index: 1000;
    background: transparent url(../images/btn-close.png) no-repeat 0 0;
}

    a.gct-close:hover {
        background-position: 0 -16px;
    }

/* dialog */
.gct-dialog {
    position: absolute;
    z-index: 999;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #000;
}

    .gct-dialog a.gct-close {
        right: 5px;
        top: 5px;
    }

.btn-group {
    position: absolute;
    bottom: 12px;
    width: 100%;
    text-align: center;
}

    .btn-group div.divider {
        margin-bottom: 13px;
    }

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #666;
    opacity: .50;
    filter: Alpha(Opacity=50);
    z-index: 900;
}

/* upload control */
.uc-container {
    padding-left: 3px;
}

.uc-list {
    list-style-position: inside;
    list-style-type: decimal;
}

    .uc-list li {
        width: 250px;
        word-wrap: word-break;
        word-break: all;
        line-height: 16px;
    }

.uc-progress {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: transparent url(../images/loading.gif) no-repeat 0 0;
}

.communication .uc-list li {
    width: 400px;
    word-wrap: word-break;
    word-break: all;
}

.tbl .uc-list li {
    width: auto;
}

/* preloader */
.preloader-c {
    position: relative;
}

.preloader-bar {
    position: absolute;
    top: 50%;
    left: 50%;
    display: none;
    width: 160px;
    height: 50px;
    border: 1px solid #666;
    background: #FAFFBD url(../images/indicator.gif) no-repeat 50% 50%;
}

/* validation */
.input-validation-error {
    border-color: Red !important;
    background-color: #FAFFBD;
}

.field-validation-error {
    color: Red;
}

    .field-validation-error span {
        display: inline-block;
        padding-left: 20px;
        background: transparent url(../images/icn-warning.png) no-repeat 0 0;
        font-size: 0.9em;
    }

body.zh-cn .field-validation-error span, body.zh-tw .field-validation-error span {
    font-size: 1em;
}

.dialog-page .field-validation-error, .sub-page .field-validation-error {
    margin-left: 122px;
    padding-bottom: 5px;
}

.clr-validation-msg-ml .field-validation-error {
    margin-left: 0;
}

.field-c1 .field-validation-error, .field-c2 .field-validation-error {
    margin-left: 0;
    line-height: normal;
}
/* special page --- */
/* home page */
.home-icon {
    display: inline-block;
    float: left;
    width: 64px;
    height: 64px;
    background: url(../images/home.png) no-repeat 0 0;
    margin: 0 15px 15px 0;
}

/* use & role */
.role-section, .function-section {
    margin-left: 10px;
}

    .role-section .t, .function-section .t {
        height: 32px;
        margin: 5px 0;
        padding-left: 40px;
        line-height: 32px;
        font-size: 1.1em;
        font-weight: bold;
        background-color: transparent;
        background-repeat: no-repeat;
        background-position: 0;
    }

    .role-section .t {
        background-image: url(../images/user.png);
    }

    .function-section .t {
        background-image: url(../images/rolefunction-icon.png);
    }

    .role-section li, .function-section li {
        margin: 5px 0;
    }

    .role-section .role-list {
        margin-left: 38px;
    }

    .function-section .parent {
        margin-left: 15px;
        padding-left: 23px;
        background: transparent url(../images/parentfunction-icon.png) no-repeat 0 0;
        font-size: 1.1em;
    }

    .function-section .child {
        margin-left: 60px;
    }

    .function-section .low-child {
        margin-left: 27px;
    }

    .role-section .divider, .function-section .divider {
        margin: 10px;
        border-color: #3dae00;
    }

/* static content page (error pages and home page)*/
.content-c {
    padding: 20px;
}

    .content-c h2 {
        font-size: 1.5em;
        line-height: 1.5em;
    }

/* member admin */
.member-admin .highlight-c {
    min-height: 65px;
}

.member-info {
    margin: 0 30px;
}

    .member-info .info-item {
        float: left;
        margin-right: 25px;
        line-height: 45px;
    }

    .member-info .link-group {
        float: left;
    }

        .member-info .link-group > div:first-child {
            margin-top: 8px;
            margin-bottom: 3px;
        }

#member-edit .label-txt {
    margin-left: 0;
}

/* Member Contact Status */
.status-contact-l {
    display: inline-block;
    line-height: 30px;
    margin-left: 2px;
    padding-left: 22px;
    background-repeat: no-repeat;
    background-position: left center;
}

.status-contact-r {
    background-repeat: no-repeat;
    background-position: right center;
    width: calc(100% + 16px * 2);
}
    /* 100% for label width, 16px for icon dimension and 2 for some padding */

    .status-contact-l.False, .status-contact-r.False {
        background-image: url(../images/status-not_verified.png);
    }

    .status-contact-l.True, .status-contact-r.True {
        background-image: url(../images/status-verified.png);
    }

    /*.status-contact-l.invalid, .status-contact-r.invalid {
        background-image: url(../images/status-invalid.png);
    }*/

/* communication */
.communication .field-c2 {
    line-height: normal;
}

/* statement list */
.statement-info .info-item {
    margin: 0 30px;
}

    .statement-info .info-item label {
        width: 110px;
        text-align: left;
    }

.statement-info .range {
    margin: 10px 30px 10px 30px;
}

#floatDiv {
    border: 5px solid #42652f;
    padding: 5px;
    margin: 0 20px;
    position: absolute;
    z-index: 777;
    background-color: #fcf4e1;
}

    #floatDiv a.gct-close {
        right: -11px;
        top: -9px;
    }

    #floatDiv .tbl td {
        background: #fff;
    }


/* exchange rate */
.exchange-rate-form {
    margin: 20px 10px;
}

/* maintenance */
fieldset {
    border: 1px dashed #ccc;
    margin: 10px 28px;
    padding: 10px 0;
}

legend {
    margin-left: 10px;
    padding: 3px 5px;
    border: 1px solid #ccc;
    background-color: #fff;
}

/*announcement */
.announcement-edit .dialog-result {
    margin-left: 135px;
}

.announcement-edit .multi-line {
    width: 520px;
    margin-top: 10px;
}

.announcement-edit label {
    width: 135px;
}

.tbl td.key, .tbl td.value {
    text-align: left;
    padding-left: 3px;
}

.tbl td.key {
    background: #eaeaea;
}

.icon2 {
    display: inline-block;
    float: left;
    width: 40px;
    height: 40px;
}

.caution {
    background: url(../images/icon-caution.png);
}

.dialog-bdy-txt {
    padding: 5px 0 0 50px;
}

.dialog-bdy-c {
    padding: 10px 20px 5px 20px;
}

.dialog-title {
    text-align: left;
    padding-left: 7px;
}

.txt-total {
    float: right;
    font-weight: bold;
    padding-right: 5px;
}

/* Paging */
.paging-container {
    margin: 3px 0 0 0;
    padding: 3px;
    background: #e5e5e5 url(../images/bg-nav.png) repeat-x scroll left top;
    border: 1px solid #ddd;
    height: 21px;
}

    .paging-container a, .paging-container span {
        display: inline-block;
        margin: 0 1px 0 0;
        padding: 2px 8px 3px;
        color: #000;
        text-decoration: none;
        border: 1px solid #c2c2c2;
    }

    .paging-container a {
        background: #E5E5E5 url("../images/bg-nav.png") repeat-x scroll left top;
    }

    .paging-container span {
        background-color: transparent;
        font-weight: bold;
        color: #000;
        border: none;
    }

    .paging-container a[disabled] {
        color: #bbb;
    }

.paging-pi {
    float: left;
}

.paging-rc {
    float: right;
    line-height: 20px;
}

    .paging-rc em {
        font-weight: bold;
        font-style: normal;
    }

.paging-ps {
    float: right;
}

    .paging-ps h5 {
        float: left;
        padding-right: 3px;
        font-weight: normal;
        font-size: inherit;
        font-size: 1em;
        line-height: 20px;
    }

#CurrencyCode {
    min-width: 65px;
}

.flex-tbl {
    table-layout: auto;
    min-width: 300px;
}

.bg-norecord {
    background: #fff;
}

.tbl-w1 {
    min-width: 400px;
}

.tbl-w2 {
    min-width: 500px;
}

.tbl-w3 {
    min-width: 600px;
}

.tbl-w4 {
    min-width: 700px;
}

.tbl-w200 {
    max-width: 200px;
}

a.log-out {
    float: left;
    margin: 8px 0 0 20px;
    text-align: center;
    display: inline-block;
    color: #000 !important;
    text-decoration: none;
    padding: 2px 7px;
    border: 1px solid #666;
    background: #ffc300; /*background:  url(../images/btn-log-out.png) no-repeat 0 0; text-decoration: none; color: #000 !important; */
}

    a.log-out:hover {
        color: #000;
    }

body.zh-cn .log-out, body.zh-tw .log-out {
    line-height: 15px;
}

.dialog-title {
    margin-bottom: 0;
}

.dialog-result {
    margin-top: 0;
}

#floatDiv .dialog-page {
    padding-bottom: 5px;
}

    #floatDiv .dialog-page .dialog-title {
        margin: 0 5px 0 5px;
        border-bottom: 2px solid #e6ae16;
        padding-left: 0;
    }

#floatDiv .dialog-result {
    margin-top: 0px;
}

#floatDiv .title {
    margin: 0 5px;
}

.d-t label {
    line-height: 20px;
}

a.btn-style1 {
    font-weight: bold;
    display: inline-block;
    background: url(../images/bg-nav.png) repeat-x bottom left;
    padding: 2px 7px;
    border: 1px solid #b2b2b2;
    color: #000 !important;
    text-decoration: none;
}

    a.btn-style1:hover, #DateRange a.btn-style1.selected {
        color: #029312 !important;
        border-color: #029312;
    }

.sec-nav .last-item .icon-txt-link {
    margin-left: -5px;
}

.date-range-c {
    padding: 0 0 5px 5px;
}

.dialog-page .bank-report-search .title-search {
    background: url(../images/icon-search.png) no-repeat center left;
}

.home {
    background: url(../images/icon-home.png) no-repeat 0 0;
    display: inline-block;
    float: left;
    height: 17px;
    margin: 0 3px 0 3px;
    width: 17px;
}

.l-box {
    width: 35%;
}

.r-box {
    width: 64%;
    margin-left: 1%;
}

.tbl-home {
    min-width: 150px;
}

.cur-version {
    color: #777;
    font-size: 1em;
}

.change-pw .field-validation-error {
    margin-left: 154px;
}

#cancelBtn {
    font-weight: bold;
    display: inline-block;
    background: url(../images/bg-nav.png) repeat-x bottom left;
    padding: 3px 7px 3px 7px;
    border: 1px solid #b2b2b2;
    color: #444 !important;
    text-decoration: none;
}

    #cancelBtn:hover {
        color: #000 !important;
        border: 1px solid #666;
    }

.a-trigger, .a-triggered, a.btn-action:link, a.btn-action:visited {
    display: inline-block;
    line-height: 15px;
    background: url(../images/bg-dropdown.png) no-repeat right 0;
    padding: 0 25px 0 10px;
    height: 16px;
    border: 1px inset #000;
    color: #fff !important;
    text-decoration: none;
}

a.btn-action:link, a.btn-action:visited {
    background-position: top left;
    padding: 0 10px;
}

a.btn-action:hover, a.btn-action:active, .a-trigger:hover, .a-trigger:active {
    border: 2px solid #3dae00;
}

ul.a-items {
    display: none;
    position: absolute;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    border-top: 1px solid #999;
    list-style: none;
    width: 155px;
}

    ul.a-items li {
        line-height: 18px;
        background: #d7d7d7 url(../images/bg-popup-menu-hover.png) repeat-x top left;
        border-bottom: 1px solid #999;
        list-style: none;
        width: 155px;
    }

        ul.a-items li a.link-style2 {
            display: inline-block;
            padding: 0 7px;
            width: 140px;
            height: 18px;
            color: #000;
            text-decoration: none;
        }

            ul.a-items li a.link-style2:hover {
                background: url(../images/bg-nav.png) repeat-x top left;
                width: 140px;
            }

a.remove-link:link, a.remove-link:visited {
    color: #f00;
}

a.remove-link:hover, a.remove-link:active {
    color: #000;
}

#btnReject {
    background: url(../images/btn-reject.png) repeat-x 0 0;
    border: 1px solid #b11515;
}

    #btnReject:hover {
        background-position: 0 -25px;
        border: 1px inset #b31b1b;
    }


/* Row hover highlight */
.o:hover, .e:hover {
    background-color: #ffc; /*#ffc*/
}

.total {
    background-color: #f9e89b; /*#ffff*/
}

.grandtotal {
    background-color: #f9e89b; /*#ffff*/
}

.splitor {
    width: 1px;
    border-left: 1px solid #000;
    margin: 0 10px 0 7px;
    height: 20px;
}

a.back:link, a.back:visited {
    background: #029312 url(../images/bg-btn.png) repeat-x top left;
    border: 1px inset #029312;
    color: #fff;
    font-size: 0.9em;
    padding: 1px 7px 2px 7px;
    text-decoration: none;
    line-height: 12px;
    height: 12px;
}

a.back:hover, a.back:active {
    background-position: 0 -25px;
    border: 1px inset #19d100;
}



html {
    height: 100%;
    overflow-y: auto;
}

body {
    height: 100%; /*overflow-y: auto;*/
}

#tblAnnouncementListing td {
    padding: 3px;
}

.hold-withdrawal {
    float: right;
    font-weight: bold;
    color: #f00;
    margin-right: 2px;
    cursor: pointer;
}

/* Create Deposit */
.create-deposit label {
    width: 200px;
}

.create-deposit .icon-calender.datetime {
    width: 120px;
}

.ui-slider {
    position: relative;
    text-align: left;
}

.ui-slider-horizontal .ui-slider-handle {
    margin-left: -0.6em;
    top: -1em;
}

.create-deposit .field-validation-error span {
    margin-left: 80px;
}

/* Long Label Pages */
.long-lbl label {
    width: 180px;
}

.long-lbl .btn-r .ml3 {
    margin-left: 183px;
}

.value {
    font-weight: bold;
}

.l-r-pad {
    padding-left: 10px;
    padding-right: 10px;
}

#content .tab-content .h450 {
    height: 450px;
    overflow: auto;
}

.long-lbl .field-validation-error, .long-lbl .field-validation-error {
    margin-left: 180px;
}
/*#iframeAppendPoint { width: 0; height: 0; display: inline-block; float: left; }*/

/* Bank icon preview image */
.bankicon {
    border: 1px solid #CFCFCF;
    padding: 2px;
    width: 100px;
    height: 25px;
    margin-top: 6px;
    vertical-align: text-bottom;
}

.languageicon {
    border: 1px solid #CFCFCF;
    padding: 2px;
    width: 139px;
    height: 70px;
    margin-top: 6px;
    vertical-align: text-bottom;
}


/* Khmer Lang */
#announcementDetails_1__message {
    font-family: "Khmer UI", "Suwannaphum", "Helvetica Neue", "Lucida Grande", "Segoe UI", "Arial", "Helvetica", "Verdana";
    font-size: 14px;
    word-wrap: break-word;
    line-height: 18px;
}

/* checklist */
fieldset.checklist {
    border: 1px solid #ccc;
    margin: 10px 28px;
    padding: 10px;
}

/* Auto Withdrawal Review */
.m10 {
    margin: 10px;
}

.tbl-c {
    width: 90%;
}

.m-w200.tbl-w450 {
    width: 450px;
    min-width: 200px;
}

#ErrorMsg {
    margin-left: 20px;
    font-size: 12px;
}

#auto-review .ec-icon {
    background: url(../images/icon-plusminus.png) no-repeat 0 0;
    display: block;
    float: left;
    height: 12px;
    margin: 2px 5px;
    width: 12px;
}

#auto-review.collapse .ec-icon {
    background-position: 0 0;
}

#auto-review.expand .ec-icon {
    background-position: 0 -22px;
}

#dialog-auto-review {
    overflow: auto;
}

.clr-l-margin .field-validation-error {
    margin-left: 0;
}

/* New Transfer */
.create-transfer label {
    width: 155px;
}

.verify-transfer .highlight-c input {
    width: 200px;
}

.impt-banking-note {
    float: left;
    width: 360px;
    height: 78px;
    padding: 5px;
    background: #fff997;
    border: 1px solid #ccc;
    line-height: 13px;
    margin-top: 6px;
    color: #000;
}

    .impt-banking-note > a {
        color: #024d09;
    }

body.km-kh .impt-banking-note, body.th-th .impt-banking-note {
    display: none;
}

/* Jquery UI Overiding */
.ui-widget-header {
    border: 1px solid #bbb !important;
}

    .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
        border-color: #bbb !important;
        color: #333 !important;
    }

    .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
        background: #bbb !important;
        color: #fff !important;
    }

    .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
        background: #999 !important;
        color: #fff !important;
    }

    .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
        border: 1px solid #bbb !important;
        color: #000 !important;
    }

/* Error Pages */
.error-msg-c {
    width: 400px;
    min-height: 300px;
    margin: 40px auto 0 auto;
}

.error-msg-img {
    text-align: center;
}

.icon-cry {
    display: inline-block;
    width: 200px;
    height: 200px;
    background: url(../images/crying-baby.jpg) no-repeat top left;
}

.error-msg-cont {
    font-size: 50px;
    text-align: center;
    padding-top: 30px;
    color: #999;
}

.four-o-three .error-msg-cont {
    font-size: 20px;
    line-height: 30px;
}

/* Collapse Expand Side Menu Group */
.user-info {
    position: relative;
}

.side-col-exp {
    cursor: pointer;
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 2px;
    width: 20px;
    height: 20px;
    background: url(../images/side-col-exp.png) no-repeat top left;
}

.sidebar-toggle #side-bar {
    display: none;
}

.sidebar-toggle #frame-containor {
    margin-left: 5px;
}

.col-exp-col {
    display: none;
    cursor: pointer;
    position: relative;
}

.sidebar-clickable {
    width: 5px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}

.sidebar-toggle .col-exp-col {
    display: inline-block;
    float: left;
    width: 5px;
    height: 100%;
    background: #bbb;
}

.sidebar-toggle .side-col-exp {
    position: relative;
    margin: 4px 0 0 -8px;
    z-index: 99;
}


.btn-goto-top {
    color: #000;
    text-decoration: none;
    font-weight: bold;
}

    .btn-goto-top:hover {
        text-decoration: underline;
    }

/* Table Width */
.tbl-w-800 {
    width: 800px;
}

.tbl-w-1000 {
    width: 1000px;
}

.server-code {
    color: #fef7e5;
}


.goto-top {
    display: inline-block;
    position: fixed;
    bottom: 0px;
    right: 7px;
    width: 40px;
    height: 40px;
    line-height: 45px;
    background: #b2b2b2;
    font-weight: bold;
    font-size: 30px;
    font-family: Tahoma !important;
    color: #fff;
    text-align: center;
    text-decoration: none;
}

    .goto-top:hover {
        color: #000;
    }


/* Country Flags */
.flag {
    display: inline-block;
    width: 16px;
    height: 11px;
    background: url(../images/flags.png) no-repeat;
    margin-top: 3px;
}

    .flag.flag-ad {
        background-position: -16px 0;
    }

    .flag.flag-ae {
        background-position: -32px 0;
    }

    .flag.flag-af {
        background-position: -48px 0;
    }

    .flag.flag-ag {
        background-position: -64px 0;
    }

    .flag.flag-ai {
        background-position: -80px 0;
    }

    .flag.flag-al {
        background-position: -96px 0;
    }

    .flag.flag-am {
        background-position: -112px 0;
    }

    .flag.flag-an {
        background-position: -128px 0;
    }

    .flag.flag-ao {
        background-position: -144px 0;
    }

    .flag.flag-ar {
        background-position: -160px 0;
    }

    .flag.flag-as {
        background-position: -176px 0;
    }

    .flag.flag-at {
        background-position: -192px 0;
    }

    .flag.flag-au {
        background-position: -208px 0;
    }

    .flag.flag-aw {
        background-position: -224px 0;
    }

    .flag.flag-az {
        background-position: -240px 0;
    }

    .flag.flag-ba {
        background-position: 0 -11px;
    }

    .flag.flag-bb {
        background-position: -16px -11px;
    }

    .flag.flag-bd {
        background-position: -32px -11px;
    }

    .flag.flag-be {
        background-position: -48px -11px;
    }

    .flag.flag-bf {
        background-position: -64px -11px;
    }

    .flag.flag-bg {
        background-position: -80px -11px;
    }

    .flag.flag-bh {
        background-position: -96px -11px;
    }

    .flag.flag-bi {
        background-position: -112px -11px;
    }

    .flag.flag-bj {
        background-position: -128px -11px;
    }

    .flag.flag-bm {
        background-position: -144px -11px;
    }

    .flag.flag-bn {
        background-position: -160px -11px;
    }

    .flag.flag-bo {
        background-position: -176px -11px;
    }

    .flag.flag-br {
        background-position: -192px -11px;
    }

    .flag.flag-bs {
        background-position: -208px -11px;
    }

    .flag.flag-bt {
        background-position: -224px -11px;
    }

    .flag.flag-bv {
        background-position: -240px -11px;
    }

    .flag.flag-bw {
        background-position: 0 -22px;
    }

    .flag.flag-by {
        background-position: -16px -22px;
    }

    .flag.flag-bz {
        background-position: -32px -22px;
    }

    .flag.flag-ca {
        background-position: -48px -22px;
    }

    .flag.flag-catalonia {
        background-position: -64px -22px;
    }

    .flag.flag-cd {
        background-position: -80px -22px;
    }

    .flag.flag-cf {
        background-position: -96px -22px;
    }

    .flag.flag-cg {
        background-position: -112px -22px;
    }

    .flag.flag-ch {
        background-position: -128px -22px;
    }

    .flag.flag-ci {
        background-position: -144px -22px;
    }

    .flag.flag-ck {
        background-position: -160px -22px;
    }

    .flag.flag-cl {
        background-position: -176px -22px;
    }

    .flag.flag-cm {
        background-position: -192px -22px;
    }

    .flag.flag-cn {
        background-position: -208px -22px;
    }

    .flag.flag-co {
        background-position: -224px -22px;
    }

    .flag.flag-cr {
        background-position: -240px -22px;
    }

    .flag.flag-cu {
        background-position: 0 -33px;
    }

    .flag.flag-cv {
        background-position: -16px -33px;
    }

    .flag.flag-cw {
        background-position: -32px -33px;
    }

    .flag.flag-cy {
        background-position: -48px -33px;
    }

    .flag.flag-cz {
        background-position: -64px -33px;
    }

    .flag.flag-de {
        background-position: -80px -33px;
    }

    .flag.flag-dj {
        background-position: -96px -33px;
    }

    .flag.flag-dk {
        background-position: -112px -33px;
    }

    .flag.flag-dm {
        background-position: -128px -33px;
    }

    .flag.flag-do {
        background-position: -144px -33px;
    }

    .flag.flag-dz {
        background-position: -160px -33px;
    }

    .flag.flag-ec {
        background-position: -176px -33px;
    }

    .flag.flag-ee {
        background-position: -192px -33px;
    }

    .flag.flag-eg {
        background-position: -208px -33px;
    }

    .flag.flag-eh {
        background-position: -224px -33px;
    }

    .flag.flag-england {
        background-position: -240px -33px;
    }

    .flag.flag-er {
        background-position: 0 -44px;
    }

    .flag.flag-es {
        background-position: -16px -44px;
    }

    .flag.flag-et {
        background-position: -32px -44px;
    }

    .flag.flag-eu {
        background-position: -48px -44px;
    }

    .flag.flag-fi {
        background-position: -64px -44px;
    }

    .flag.flag-fj {
        background-position: -80px -44px;
    }

    .flag.flag-fk {
        background-position: -96px -44px;
    }

    .flag.flag-fm {
        background-position: -112px -44px;
    }

    .flag.flag-fo {
        background-position: -128px -44px;
    }

    .flag.flag-fr {
        background-position: -144px -44px;
    }

    .flag.flag-ga {
        background-position: -160px -44px;
    }

    .flag.flag-gb {
        background-position: -176px -44px;
    }

    .flag.flag-gd {
        background-position: -192px -44px;
    }

    .flag.flag-ge {
        background-position: -208px -44px;
    }

    .flag.flag-gf {
        background-position: -224px -44px;
    }

    .flag.flag-gg {
        background-position: -240px -44px;
    }

    .flag.flag-gh {
        background-position: 0 -55px;
    }

    .flag.flag-gi {
        background-position: -16px -55px;
    }

    .flag.flag-gl {
        background-position: -32px -55px;
    }

    .flag.flag-gm {
        background-position: -48px -55px;
    }

    .flag.flag-gn {
        background-position: -64px -55px;
    }

    .flag.flag-gp {
        background-position: -80px -55px;
    }

    .flag.flag-gq {
        background-position: -96px -55px;
    }

    .flag.flag-gr {
        background-position: -112px -55px;
    }

    .flag.flag-gs {
        background-position: -128px -55px;
    }

    .flag.flag-gt {
        background-position: -144px -55px;
    }

    .flag.flag-gu {
        background-position: -160px -55px;
    }

    .flag.flag-gw {
        background-position: -176px -55px;
    }

    .flag.flag-gy {
        background-position: -192px -55px;
    }

    .flag.flag-hk {
        background-position: -208px -55px;
    }

    .flag.flag-hm {
        background-position: -224px -55px;
    }

    .flag.flag-hn {
        background-position: -240px -55px;
    }

    .flag.flag-hr {
        background-position: 0 -66px;
    }

    .flag.flag-ht {
        background-position: -16px -66px;
    }

    .flag.flag-hu {
        background-position: -32px -66px;
    }

    .flag.flag-id {
        background-position: -48px -66px;
    }

    .flag.flag-ie {
        background-position: -64px -66px;
    }

    .flag.flag-il {
        background-position: -80px -66px;
    }

    .flag.flag-im {
        background-position: -96px -66px;
    }

    .flag.flag-in {
        background-position: -112px -66px;
    }

    .flag.flag-io {
        background-position: -128px -66px;
    }

    .flag.flag-iq {
        background-position: -144px -66px;
    }

    .flag.flag-ir {
        background-position: -160px -66px;
    }

    .flag.flag-is {
        background-position: -176px -66px;
    }

    .flag.flag-it {
        background-position: -192px -66px;
    }

    .flag.flag-je {
        background-position: -208px -66px;
    }

    .flag.flag-jm {
        background-position: -224px -66px;
    }

    .flag.flag-jo {
        background-position: -240px -66px;
    }

    .flag.flag-jp {
        background-position: 0 -77px;
    }

    .flag.flag-ke {
        background-position: -16px -77px;
    }

    .flag.flag-kg {
        background-position: -32px -77px;
    }

    .flag.flag-kh {
        background-position: -48px -77px;
    }

    .flag.flag-ki {
        background-position: -64px -77px;
    }

    .flag.flag-km {
        background-position: -80px -77px;
    }

    .flag.flag-kn {
        background-position: -96px -77px;
    }

    .flag.flag-kp {
        background-position: -112px -77px;
    }

    .flag.flag-kr {
        background-position: -128px -77px;
    }

    .flag.flag-kurdistan {
        background-position: -144px -77px;
    }

    .flag.flag-kw {
        background-position: -160px -77px;
    }

    .flag.flag-ky {
        background-position: -176px -77px;
    }

    .flag.flag-kz {
        background-position: -192px -77px;
    }

    .flag.flag-la {
        background-position: -208px -77px;
    }

    .flag.flag-lb {
        background-position: -224px -77px;
    }

    .flag.flag-lc {
        background-position: -240px -77px;
    }

    .flag.flag-li {
        background-position: 0 -88px;
    }

    .flag.flag-lk {
        background-position: -16px -88px;
    }

    .flag.flag-lr {
        background-position: -32px -88px;
    }

    .flag.flag-ls {
        background-position: -48px -88px;
    }

    .flag.flag-lt {
        background-position: -64px -88px;
    }

    .flag.flag-lu {
        background-position: -80px -88px;
    }

    .flag.flag-lv {
        background-position: -96px -88px;
    }

    .flag.flag-ly {
        background-position: -112px -88px;
    }

    .flag.flag-ma {
        background-position: -128px -88px;
    }

    .flag.flag-mc {
        background-position: -144px -88px;
    }

    .flag.flag-md {
        background-position: -160px -88px;
    }

    .flag.flag-me {
        background-position: -176px -88px;
    }

    .flag.flag-mg {
        background-position: -192px -88px;
    }

    .flag.flag-mh {
        background-position: -208px -88px;
    }

    .flag.flag-mk {
        background-position: -224px -88px;
    }

    .flag.flag-ml {
        background-position: -240px -88px;
    }

    .flag.flag-mm {
        background-position: 0 -99px;
    }

    .flag.flag-mn {
        background-position: -16px -99px;
    }

    .flag.flag-mo {
        background-position: -32px -99px;
    }

    .flag.flag-mp {
        background-position: -48px -99px;
    }

    .flag.flag-mq {
        background-position: -64px -99px;
    }

    .flag.flag-mr {
        background-position: -80px -99px;
    }

    .flag.flag-ms {
        background-position: -96px -99px;
    }

    .flag.flag-mt {
        background-position: -112px -99px;
    }

    .flag.flag-mu {
        background-position: -128px -99px;
    }

    .flag.flag-mv {
        background-position: -144px -99px;
    }

    .flag.flag-mw {
        background-position: -160px -99px;
    }

    .flag.flag-mx {
        background-position: -176px -99px;
    }

    .flag.flag-my {
        background-position: -192px -99px;
    }

    .flag.flag-mz {
        background-position: -208px -99px;
    }

    .flag.flag-na {
        background-position: -224px -99px;
    }

    .flag.flag-nc {
        background-position: -240px -99px;
    }

    .flag.flag-ne {
        background-position: 0 -110px;
    }

    .flag.flag-nf {
        background-position: -16px -110px;
    }

    .flag.flag-ng {
        background-position: -32px -110px;
    }

    .flag.flag-ni {
        background-position: -48px -110px;
    }

    .flag.flag-nl {
        background-position: -64px -110px;
    }

    .flag.flag-no {
        background-position: -80px -110px;
    }

    .flag.flag-np {
        background-position: -96px -110px;
    }

    .flag.flag-nr {
        background-position: -112px -110px;
    }

    .flag.flag-nu {
        background-position: -128px -110px;
    }

    .flag.flag-nz {
        background-position: -144px -110px;
    }

    .flag.flag-om {
        background-position: -160px -110px;
    }

    .flag.flag-pa {
        background-position: -176px -110px;
    }

    .flag.flag-pe {
        background-position: -192px -110px;
    }

    .flag.flag-pf {
        background-position: -208px -110px;
    }

    .flag.flag-pg {
        background-position: -224px -110px;
    }

    .flag.flag-ph {
        background-position: -240px -110px;
    }

    .flag.flag-pk {
        background-position: 0 -121px;
    }

    .flag.flag-pl {
        background-position: -16px -121px;
    }

    .flag.flag-pm {
        background-position: -32px -121px;
    }

    .flag.flag-pn {
        background-position: -48px -121px;
    }

    .flag.flag-pr {
        background-position: -64px -121px;
    }

    .flag.flag-ps {
        background-position: -80px -121px;
    }

    .flag.flag-pt {
        background-position: -96px -121px;
    }

    .flag.flag-pw {
        background-position: -112px -121px;
    }

    .flag.flag-py {
        background-position: -128px -121px;
    }

    .flag.flag-qa {
        background-position: -144px -121px;
    }

    .flag.flag-re {
        background-position: -160px -121px;
    }

    .flag.flag-ro {
        background-position: -176px -121px;
    }

    .flag.flag-rs {
        background-position: -192px -121px;
    }

    .flag.flag-ru {
        background-position: -208px -121px;
    }

    .flag.flag-rw {
        background-position: -224px -121px;
    }

    .flag.flag-sa {
        background-position: -240px -121px;
    }

    .flag.flag-sb {
        background-position: 0 -132px;
    }

    .flag.flag-sc {
        background-position: -16px -132px;
    }

    .flag.flag-scotland {
        background-position: -32px -132px;
    }

    .flag.flag-sd {
        background-position: -48px -132px;
    }

    .flag.flag-se {
        background-position: -64px -132px;
    }

    .flag.flag-sg {
        background-position: -80px -132px;
    }

    .flag.flag-sh {
        background-position: -96px -132px;
    }

    .flag.flag-si {
        background-position: -112px -132px;
    }

    .flag.flag-sk {
        background-position: -128px -132px;
    }

    .flag.flag-sl {
        background-position: -144px -132px;
    }

    .flag.flag-sm {
        background-position: -160px -132px;
    }

    .flag.flag-sn {
        background-position: -176px -132px;
    }

    .flag.flag-so {
        background-position: -192px -132px;
    }

    .flag.flag-somaliland {
        background-position: -208px -132px;
    }

    .flag.flag-sr {
        background-position: -224px -132px;
    }

    .flag.flag-ss {
        background-position: -240px -132px;
    }

    .flag.flag-st {
        background-position: 0 -143px;
    }

    .flag.flag-sv {
        background-position: -16px -143px;
    }

    .flag.flag-sy {
        background-position: -32px -143px;
    }

    .flag.flag-sz {
        background-position: -48px -143px;
    }

    .flag.flag-tc {
        background-position: -64px -143px;
    }

    .flag.flag-td {
        background-position: -80px -143px;
    }

    .flag.flag-tf {
        background-position: -96px -143px;
    }

    .flag.flag-tg {
        background-position: -112px -143px;
    }

    .flag.flag-th {
        background-position: -128px -143px;
    }

    .flag.flag-tj {
        background-position: -144px -143px;
    }

    .flag.flag-tk {
        background-position: -160px -143px;
    }

    .flag.flag-tl {
        background-position: -176px -143px;
    }

    .flag.flag-tm {
        background-position: -192px -143px;
    }

    .flag.flag-tn {
        background-position: -208px -143px;
    }

    .flag.flag-to {
        background-position: -224px -143px;
    }

    .flag.flag-tr {
        background-position: -240px -143px;
    }

    .flag.flag-tt {
        background-position: 0 -154px;
    }

    .flag.flag-tv {
        background-position: -16px -154px;
    }

    .flag.flag-tw {
        background-position: -32px -154px;
    }

    .flag.flag-tz {
        background-position: -48px -154px;
    }

    .flag.flag-ua {
        background-position: -64px -154px;
    }

    .flag.flag-ug {
        background-position: -80px -154px;
    }

    .flag.flag-um {
        background-position: -96px -154px;
    }

    .flag.flag-us {
        background-position: -112px -154px;
    }

    .flag.flag-uy {
        background-position: -128px -154px;
    }

    .flag.flag-uz {
        background-position: -144px -154px;
    }

    .flag.flag-va {
        background-position: -160px -154px;
    }

    .flag.flag-vc {
        background-position: -176px -154px;
    }

    .flag.flag-ve {
        background-position: -192px -154px;
    }

    .flag.flag-vg {
        background-position: -208px -154px;
    }

    .flag.flag-vi {
        background-position: -224px -154px;
    }

    .flag.flag-vn {
        background-position: -240px -154px;
    }

    .flag.flag-vu {
        background-position: 0 -165px;
    }

    .flag.flag-wales {
        background-position: -16px -165px;
    }

    .flag.flag-wf {
        background-position: -32px -165px;
    }

    .flag.flag-ws {
        background-position: -48px -165px;
    }

    .flag.flag-ye {
        background-position: -64px -165px;
    }

    .flag.flag-yt {
        background-position: -80px -165px;
    }

    .flag.flag-za {
        background-position: -96px -165px;
    }

    .flag.flag-zanzibar {
        background-position: -112px -165px;
    }

    .flag.flag-zm {
        background-position: -128px -165px;
    }

    .flag.flag-zw {
        background-position: -144px -165px;
    }


/* File DRAG AND DROP */
.dropzone,
.dropzone *,
.dropzone-previews,
.dropzone-previews * {
    box-sizing: border-box;
}

.dropzone {
    position: relative;
    border: 1px solid rgba(0,0,0,0.08);
    background: rgba(0,0,0,0.02);
}

    .dropzone.dz-clickable {
        cursor: pointer;
    }

        .dropzone.dz-clickable .dz-message,
        .dropzone.dz-clickable .dz-message span {
            cursor: pointer;
        }

        .dropzone.dz-clickable * {
            cursor: default;
        }

    .dropzone .dz-message {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }

    .dropzone.dz-drag-hover {
        border-color: rgba(0,0,0,0.15);
        background: rgba(0,0,0,0.04);
    }

    .dropzone.dz-started .dz-message {
        display: none;
    }

    .dropzone .dz-preview,
    .dropzone-previews .dz-preview {
        background: rgba(255,255,255,0.8);
        position: relative;
        display: inline-block;
        margin: 5px 30px 5px 5px;
        vertical-align: top;
        border: 1px solid #acacac;
        padding: 0;
        width: auto;
    }

        .dropzone .dz-preview.dz-file-preview [data-dz-thumbnail],
        .dropzone-previews .dz-preview.dz-file-preview [data-dz-thumbnail] {
            display: none;
        }

        .dropzone .dz-preview .dz-details,
        .dropzone-previews .dz-preview .dz-details {
            width: auto;
            min-height: 25px;
            position: relative;
            background: #ebebeb;
            padding: 5px;
        }

            .dropzone .dz-preview .dz-details .dz-filename,
            .dropzone-previews .dz-preview .dz-details .dz-filename {
                overflow: hidden;
                height: 100%;
            }

            .dropzone .dz-preview .dz-details img,
            .dropzone-previews .dz-preview .dz-details img {
                position: absolute;
                top: 0;
                left: 0;
                width: 100px;
                height: 100px;
            }

            .dropzone .dz-preview .dz-details .dz-size,
            .dropzone-previews .dz-preview .dz-details .dz-size {
                position: absolute;
                bottom: -28px;
                left: 3px;
                height: 28px;
                line-height: 28px;
            }

        .dropzone .dz-preview.dz-error .dz-error-mark,
        .dropzone-previews .dz-preview.dz-error .dz-error-mark {
            display: block;
        }

        .dropzone .dz-preview.dz-success .dz-success-mark,
        .dropzone-previews .dz-preview.dz-success .dz-success-mark {
            display: none;
        }

        .dropzone .dz-preview:hover .dz-details img,
        .dropzone-previews .dz-preview:hover .dz-details img {
            display: none;
        }

        .dropzone .dz-preview .dz-success-mark,
        .dropzone-previews .dz-preview .dz-success-mark,
        .dropzone .dz-preview .dz-error-mark,
        .dropzone-previews .dz-preview .dz-error-mark {
            display: none;
            position: absolute;
            width: 40px;
            height: 40px;
            font-size: 30px;
            text-align: center;
            right: -10px;
            top: -10px;
        }

        .dropzone .dz-preview .dz-success-mark,
        .dropzone-previews .dz-preview .dz-success-mark {
            color: #8cc657;
        }

        .dropzone .dz-preview .dz-error-mark,
        .dropzone-previews .dz-preview .dz-error-mark {
            color: #ee162d;
        }

        .dropzone .dz-preview .dz-progress,
        .dropzone-previews .dz-preview .dz-progress {
            position: absolute;
            left: 6px;
            right: 6px;
            height: 6px;
            background: #d7d7d7;
            display: none;
        }

            .dropzone .dz-preview .dz-progress .dz-upload,
            .dropzone-previews .dz-preview .dz-progress .dz-upload {
                display: block;
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                width: 0%;
                background-color: #8cc657;
            }

        .dropzone .dz-preview.dz-processing .dz-progress,
        .dropzone-previews .dz-preview.dz-processing .dz-progress {
            display: block;
        }

        .dropzone .dz-preview .dz-error-message,
        .dropzone-previews .dz-preview .dz-error-message {
            display: none;
            position: absolute;
            top: -5px;
            left: -20px;
            background: rgba(245,245,245,0.8);
            padding: 8px 10px;
            color: #800;
            z-index: 500;
        }

        .dropzone .dz-preview:hover.dz-error .dz-error-message,
        .dropzone-previews .dz-preview:hover.dz-error .dz-error-message {
            display: block;
        }

.dropzone {
    border: 1px solid #666;
    min-height: 155px;
    background: rgba(0,0,0,0.03);
}

    .dropzone .dz-default.dz-message {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        -webkit-transition: opacity 0.3s ease-in-out;
        -moz-transition: opacity 0.3s ease-in-out;
        -o-transition: opacity 0.3s ease-in-out;
        -ms-transition: opacity 0.3s ease-in-out;
        transition: opacity 0.3s ease-in-out;
        background: url("../images/spritemap.png") no-repeat -20px 8px;
        position: absolute;
        width: 300px;
        min-height: 25px;
        top: 0;
        left: 0;
        overflow-y: auto;
        display: table-cell;
        vertical-align: middle;
        padding-left: 30px;
        margin-top: 35px;
    }

        .dropzone .dz-default.dz-message span {
            display: block;
            text-align: center;
            vertical-align: middle;
            line-height: 70px;
            font-size: 20px;
            color: #666;
        }

    .dropzone.dz-square .dz-default.dz-message {
        background-position: 0 -123px;
        width: 268px;
        margin-left: -134px;
        height: 174px;
        margin-top: -87px;
    }

    .dropzone.dz-drag-hover .dz-message {
        opacity: 0.15;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
        filter: alpha(opacity=15);
    }

    .dropzone.dz-started .dz-message {
        display: block;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }

    .dropzone .dz-preview,
    .dropzone-previews .dz-preview {
        -webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.16);
        box-shadow: 1px 1px 4px rgba(0,0,0,0.16);
        font-size: 14px;
    }

        .dropzone .dz-preview.dz-image-preview:hover .dz-details img,
        .dropzone-previews .dz-preview.dz-image-preview:hover .dz-details img {
            display: block;
            opacity: 0.1;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
            filter: alpha(opacity=10);
        }

        .dropzone .dz-preview.dz-success .dz-success-mark,
        .dropzone-previews .dz-preview.dz-success .dz-success-mark {
            opacity: 1;
            -ms-filter: none;
            filter: none;
        }

        .dropzone .dz-preview.dz-error .dz-error-mark,
        .dropzone-previews .dz-preview.dz-error .dz-error-mark {
            opacity: 1;
            -ms-filter: none;
            filter: none;
        }

        .dropzone .dz-preview.dz-error .dz-progress .dz-upload,
        .dropzone-previews .dz-preview.dz-error .dz-progress .dz-upload {
            background: #ee1e2d;
        }

        .dropzone .dz-preview .dz-error-mark,
        .dropzone-previews .dz-preview .dz-error-mark,
        .dropzone .dz-preview .dz-success-mark,
        .dropzone-previews .dz-preview .dz-success-mark {
            display: none;
            opacity: 0;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
            filter: alpha(opacity=0);
            -webkit-transition: opacity 0.4s ease-in-out;
            -moz-transition: opacity 0.4s ease-in-out;
            -o-transition: opacity 0.4s ease-in-out;
            -ms-transition: opacity 0.4s ease-in-out;
            transition: opacity 0.4s ease-in-out;
            background-image: url("../images/spritemap.png");
            background-repeat: no-repeat;
        }

            .dropzone .dz-preview .dz-error-mark span,
            .dropzone-previews .dz-preview .dz-error-mark span,
            .dropzone .dz-preview .dz-success-mark span,
            .dropzone-previews .dz-preview .dz-success-mark span {
                display: none;
            }

        .dropzone .dz-preview .dz-error-mark,
        .dropzone-previews .dz-preview .dz-error-mark {
            background-position: -268px -123px;
        }

        .dropzone .dz-preview .dz-success-mark,
        .dropzone-previews .dz-preview .dz-success-mark {
            background-position: -268px -163px;
        }

        .dropzone .dz-preview .dz-progress .dz-upload,
        .dropzone-previews .dz-preview .dz-progress .dz-upload {
            -webkit-animation: loading 0.4s linear infinite;
            -moz-animation: loading 0.4s linear infinite;
            -o-animation: loading 0.4s linear infinite;
            -ms-animation: loading 0.4s linear infinite;
            animation: loading 0.4s linear infinite;
            -webkit-transition: width 0.3s ease-in-out;
            -moz-transition: width 0.3s ease-in-out;
            -o-transition: width 0.3s ease-in-out;
            -ms-transition: width 0.3s ease-in-out;
            transition: width 0.3s ease-in-out;
            -webkit-border-radius: 2px;
            border-radius: 2px;
            position: absolute;
            top: 0;
            left: 0;
            width: 0%;
            height: 100%;
            background-image: url("../images/spritemap.png");
            background-repeat: repeat-x;
            background-position: 0px -400px;
        }

        .dropzone .dz-preview.dz-success .dz-progress,
        .dropzone-previews .dz-preview.dz-success .dz-progress {
            display: block;
            opacity: 0;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
            filter: alpha(opacity=0);
            -webkit-transition: opacity 0.4s ease-in-out;
            -moz-transition: opacity 0.4s ease-in-out;
            -o-transition: opacity 0.4s ease-in-out;
            -ms-transition: opacity 0.4s ease-in-out;
            transition: opacity 0.4s ease-in-out;
        }

        .dropzone .dz-preview .dz-error-message,
        .dropzone-previews .dz-preview .dz-error-message {
            display: block;
            opacity: 0;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
            filter: alpha(opacity=0);
            -webkit-transition: opacity 0.3s ease-in-out;
            -moz-transition: opacity 0.3s ease-in-out;
            -o-transition: opacity 0.3s ease-in-out;
            -ms-transition: opacity 0.3s ease-in-out;
            transition: opacity 0.3s ease-in-out;
        }

        .dropzone .dz-preview:hover.dz-error .dz-error-message,
        .dropzone-previews .dz-preview:hover.dz-error .dz-error-message {
            opacity: 1;
            -ms-filter: none;
            filter: none;
        }

    .dropzone a.dz-remove,
    .dropzone-previews a.dz-remove {
        border: 1px solid #f00;
        text-decoration: none;
        display: block;
        padding: 4px 5px;
        text-align: center;
        color: #aaa;
        width: 30px;
        height: 30px;
        text-indent: -999999px;
        float: right;
        margin-top: -28px;
        margin-right: -31px;
        background: transparent url(../images/spritemap.png) no-repeat -36px -79px;
        z-index: 999;
        cursor: pointer;
    }

        .dropzone a.dz-remove:hover,
        .dropzone-previews a.dz-remove:hover {
            color: #666;
        }

.WhiteBlackContent p {
    margin: 10px 0;
}

.WhiteBlackContent label.label {
    width: 106px;
    padding: 0 0 0 7px;
    text-align: left;
}

.highlight-c.WhiteBlackContent {
    width: auto;
    padding: 10px;
}

#PaymentTypeOption {
    width: 1000px;
    height: 600px;
    border: 1px solid #2d902d;
    border-width: 3px 1px 1px 1px;
}

.byDateBar {
    display: none;
}

#WhiteBlackListViewResult {
    width: auto;
    padding: 4px;
}

.readCheck {
    width: 8px;
    height: 8px;
}

.notRead {
    background-color: #F3B700;
    position: relative;
    margin: 0 auto;
}

.hide {
    display: none;
}

.TblInputSetting tr {
    line-height: 100%;
    height: 25px;
}


.tblVipIcon td {
    border: 0px solid #eadea9;
}

.btnDisable {
    background: silver;
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/loading.gif) 50% 50% no-repeat;
}


.wxlSmall {
    width: 100px !important;
}

.field-c1-small {
    width: 110px;
    display: inline-block;
    line-height: 30px;
    text-align: left;
}

.labelSmall {
    display: inline-block;
    width: 30px;
    line-height: 28px;
}

.labelPostalMemberSmall {
    display: inline-block;
    width: 92px;
    line-height: 28px;
}

#pnlpostalmembervalidation {
    margin-left: 5px;
}

    #pnlpostalmembervalidation span {
        width: 200px;
    }

#mce-modal-block.mce-in {
    opacity: 0.1;
}

.EffectiveDate, .AwardDescription, .RuleDescription, .HowToApply {
    /*max-height: 244px;*/
    overflow: auto;
}

.promotion-loader {
    background: url(../images/loading.gif) 50% 50% no-repeat;
    width: 95%;
    height: 555px;
    position: absolute;
}

.bg-click {
    background-color: #ffc;
}

.tab-highlight {
    padding-top: 5px;
    margin-top: -5px;
}

.disable-tab {
    pointer-events: none;
    opacity: 0.5;
}

#txtMemberInput, #txtMemberInputClaimStamp, #txtMemberReason, #txtMemberInputReason {
    width: 1515px;
    min-height: 100px;
    max-height: 140px;
    margin: 5px 0 5px 0;
    white-space: pre-line;
    line-height: 15px;
    border: 1px solid #7f9db9;
    padding-left: 2px;
}

/* VIP Level Manegement */
.upload-VIPicon {
    border: 1px solid #CFCFCF;
    padding: 2px;
    width: 100px;
    height: 80px;
    margin-top: 6px;
    vertical-align: text-bottom;
}

.view {
    margin-left: 15px;
}

    .view ul {
        list-style-type: disc !important;
    }

    .view ol {
        list-style-type: decimal !important;
    }


#PaymentOptionMessageSection .rdio {
    margin: 0 0 0 10px;
}

#PaymentOptionMessageSection .info {
    width: 980px;
    border: 1px solid #2d902d;
    border-width: 3px 1px 1px 1px;
    padding: 10px;
    display: none;
}

#PaymentOptionMessageTableOne {
    width: 840px;
}

#PaymentOptionMessageTableTwo {
    width: 560px;
}

    #PaymentOptionMessageTableOne thead tr th, #PaymentOptionMessageTableTwo thead tr th {
        width: 200px;
    }

    #PaymentOptionMessageTableOne tbody tr td, #PaymentOptionMessageTableTwo tbody tr td {
        padding: 10px;
    }

        #PaymentOptionMessageTableOne tbody tr td textarea, #PaymentOptionMessageTableTwo tbody tr td textarea {
            width: 100%;
            resize: none;
        }

#BankDisplaySequence {
    width: 740px;
    display: inline-block;
    border: 1px solid #7bbb81;
}

    #BankDisplaySequence table thead tr th.left {
        width: 100px;
    }

    #BankDisplaySequence section ul.grid {
        width: 620px;
        display: inline-block;
        padding: 10px;
    }

    #BankDisplaySequence table tbody tr td ul.grid li {
        width: 100px;
        height: 50px;
        float: left;
        padding: 10px;
        cursor: pointer;
    }

        #BankDisplaySequence table tbody tr td ul.grid li img {
            width: 100%;
            height: 25px;
            border: 1px solid #eeeeee;
        }

        #BankDisplaySequence table tbody tr td ul.grid li span {
            width: 100%;
            display: block;
            line-height: 25px;
            text-align: center;
            vertical-align: middle;
        }

    #BankDisplaySequence .seqRange {
        width: 100%;
        height: 70px;
        line-height: 70px;
        vertical-align: middle;
        text-align: center;
    }

    #BankDisplaySequence .rowNumber {
        width: 100%;
        height: 70px;
        line-height: 70px;
        vertical-align: middle;
        text-align: center;
    }

.bankEdit {
    width: 650px;
    margin: 10px 0 0 120px;
}

#ReceiptSampleImgTable tbody tr td {
    position: relative;
    height: 25px !important;
}

#ReceiptSampleImgTable td.uploadReceipt {
    position: relative;
}

    #ReceiptSampleImgTable td.uploadReceipt input[type="file"] {
        width: 190px;
        position: absolute;
        top: 3px;
        left: 3px;
    }

    #ReceiptSampleImgTable td.uploadReceipt input.btn-action {
        position: absolute;
        top: 3px;
        right: 3px;
    }

#ReceiptSampleImgTable .receiptPreviewName, #ReceiptSampleImgTable .receiptPreviewRemove {
    color: blue !important;
    text-decoration: underline !important;
    cursor: pointer;
}

#ReceiptSampleImgTable .receiptPreviewRemove {
    display: none;
}

#MaintenanceMessageTable.bankEdit tbody tr td {
    padding: 10px !important;
}

.bankEdit tbody tr td textarea {
    width: 100%;
    resize: none;
}

.bankEdit input[type="radio"] {
    cursor: pointer;
}

#PaymentOptionSampleReceiptFrame {
    width: 100%;
    height: 25px;
    position: absolute;
    top: 0px;
    left: 0;
}

.receiptClick {
    color: blue;
    text-decoration: none;
    cursor: pointer;
}

    .receiptClick:hover {
        color: blue !important;
        text-decoration: underline !important;
    }

#TransactionDepositInfoTable .receiptClick {
    width: 33%;
    height: 70%;
    line-height: 20px;
    display: inline-block;
}

.bodytab-navigationMessage {
    clear: both;
    width: 1000PX;
    border-style: solid;
    border-color: #2d902d;
    border-width: 3px 1px 1px;
    padding: 10px 0;
    height: auto;
    padding: 16px;
    box-sizing: border-box;
}



/* Table Width */
.tbl-w-800 {
    width: 800px;
}

.tbl-w-666 {
    width: 666px;
}

.tbl-w-1000 {
    width: 1000px;
}

.tbl-w-per100 {
    width: 100%;
}

.tbl-w-per66 {
    width: 66%;
}

.tbl-w-per33 {
    width: 33%;
}

.label-bankName {
    width: 263px !important;
}

.label-editBankName {
    width: 310px !important;
}

.circleWD_0 {
    border-radius: 50%;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: red;
    margin-top: 5px;
    margin-bottom: 5px;
}

.circleWD_1 {
    border-radius: 50%;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: green;
    margin-top: 5px;
    margin-bottom: 5px;
}

/* Optional: Adjust the positioning of the character count text. */
.mce-label.mce-charactercount {
    font-size: inherit;
    text-transform: uppercase;
    white-space: pre;
    padding: 8px 0;
}

/* Announcement */
#content .tab-content-announcementAdd {
    margin: 15px 5px 0 60px;
}

    #content .tab-content-announcementAdd .info {
        clear: both;
        border-style: solid;
        border-color: #2d902d;
        border-width: 3px 1px 1px;
        padding: 10px 0;
    }

    #content .tab-content-announcementAdd .infopayment {
        clear: both;
        border-style: solid;
        border-color: #2d902d;
        border-width: 3px 1px 1px;
        padding: 10px 0;
        height: auto;
    }

.betLimitHeader {
    color: #fff;
    background: #f9ebac url(../images/bg-userinfo.png) repeat-x top left;
    font-size: 1.1em;
    font-family: Tahoma;
    font-size: medium;
}

/* Messaging */
.sort-arrow-couple {
    cursor: pointer;
    display: inline-block;
    float: right;
    width: 16px;
    height: 16px;
    background: url(../images/icon-sort-arrows.png) 0 0 no-repeat;
}

.sort-arrow-desc {
    cursor: pointer;
    display: inline-block;
    float: right;
    width: 16px;
    height: 8px;
    background: url(../images/icon-sort-arrows.png) 0 -8px no-repeat;
    margin: 4px 0;
}

.sort-arrow-asc {
    cursor: pointer;
    display: inline-block;
    float: right;
    width: 16px;
    height: 8px;
    background: url(../images/icon-sort-arrows.png) 0 0 no-repeat;
    margin: 4px 0;
}

.btn-action-white {
    font-weight: bold;
    display: inline-block;
    background: url(../images/bg-nav.png) repeat-x bottom left;
    padding: 3px 7px 3px 7px;
    border: 1px solid #b2b2b2;
    color: #444 !important;
    text-decoration: none;
}

    .btn-action-white:hover {
        color: #000 !important;
        border: 1px solid #666;
    }

.com-channel-rule-setting {
    height: 500px;
    width: 99.50%;
}

div#openMessage-panel {
    margin: 3px 3px 5px 3px;
}

a#openMessageCount {
    font-weight: bold;
}


.btnNavigation {
    width: 100px;
}

/* Promotion Revamp */
caption {
    margin-top:10px;
    text-align:left;
    font-weight: bold;
}

#floatDivDetail {
    border: 5px solid #42652f;
    padding: 5px;
    margin: 0 20px;
    position: absolute;
    z-index: 888;
    background-color: #fcf4e1;
}

    #floatDivDetail a.gct-close {
        right: -11px;
        top: -9px;
    }

    #floatDivDetail .tbl td {
        background: #fff;
    }

.module-promotion{
    display:grid;
}

.module-promotion label {
    display: inherit;
    width: 120px;
    line-height: 28px;
}

.module-promotion table td {
   padding: 5px;
}

.module-promotion table td input[type='number'] {
    width: 100%;
    box-sizing: border-box;
}

.module-promotion table td input[type='text']:not(.icon-calender) {
    width: 100%;
    box-sizing: border-box;
}

/* dialog */
.ui-widget-overlay-level1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #666;
    opacity: .50;
    filter: Alpha(Opacity=50);
    z-index: 1000;
}

.gct-dialog-level1 {
    position: absolute;
    z-index: 1001;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #000;
}

    .gct-dialog-level1 a.gct-close {
        right: 5px;
        top: 5px;
    }

.ui-widget-overlay-level2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #666;
    opacity: .50;
    filter: Alpha(Opacity=50);
    z-index: 1002;
}

.gct-dialog-level2 {
    position: absolute;
    z-index: 1003;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #000;
}

    .gct-dialog-level2 a.gct-close {
        right: 5px;
        top: 5px;
    }

.duplicate-promotion label {
    width: 210px;
}

.hide-screen {
    position: absolute !important;
    top: -9999px !important;
    left: -9999px !important;
}

.disabled-screen {
    pointer-events: none;
}

.syncProcessContent {
    width: 300px;
    padding: 50px;
    position: relative;
    top:200px;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

    .lds-ellipsis div {
        position: absolute;
        top: 27px;
        width: 11px;
        height: 11px;
        border-radius: 50%;
        background: #90EE90;
        animation-timing-function: cubic-bezier(0, 1, 1, 0);
    }

        .lds-ellipsis div:nth-child(1) {
            left: 6px;
            animation: lds-ellipsis1 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(2) {
            left: 6px;
            animation: lds-ellipsis2 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(3) {
            left: 26px;
            animation: lds-ellipsis2 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(4) {
            left: 45px;
            animation: lds-ellipsis3 0.6s infinite;
        }

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(19px, 0);
    }
}