﻿#banking-wrapper {
    margin-top: .5rem;
    margin-bottom: 1rem
}

.banking-controls {
    padding: .5rem
}

nav.banking-nav {
    margin-bottom: 1rem
}

    nav.banking-nav a {
        display: block;
        color: #614500;
        padding: 10px;
        border-left: 3px solid transparent;
        border-bottom: 1px dashed #473300;
        position: relative
    }

        nav.banking-nav a:hover {
            border-left-color: #140e00
        }

        nav.banking-nav a.is-active {
            color: #140e00;
            border-left-color: #140e00
        }

        nav.banking-nav a i {
            text-align: right;
            position: absolute;
            top: 10px;
            right: 10px;
            line-height: 25px
        }

.tblBankAccount {
    margin-top: 20px
}

.addBankAccountForm {
    margin-top: 20px
}

.control-methodsGroup-accordion, .control-methodsGroup-accordion-content {
    background: transparent;
    border: none
}

.control-methodsGroup {
    background: transparent !important;
    border: none !important
}

    .control-methodsGroup .control-methodsGroup-container {
        /*margin-bottom: 1rem;
        padding-bottom: 1rem;*/
        padding-top: 1rem;
    }

        .control-methodsGroup .control-methodsGroup-container label a {
            position: relative;
            /*background-color: #222;*/
            color: #E0E0E0;
            font-size: 1rem;
            padding: 0.5rem 0.1rem;
            border-radius: 3rem;
            transition: color .2s,background-color .2s,padding .2s;
            margin-right: 10px;
            padding-left: 2rem;
            padding-right: 2rem;
            border: 1px solid #ff8a00;
            height: 40px;
            align-items: center;
            display: flex;
        }

        .control-methodsGroup .control-methodsGroup-container label:not(.is-active) a:hover {
            background-color: #ff8a00;
            color: #FFFFFF;
        }

        .control-methodsGroup .control-methodsGroup-container label.is-active a {
            padding-left: 2rem;
            padding-right: 2rem;
            background-color: #ff8a00;
            color: #FFFFFF;
            /*font-weight: 700*/ 
        }

            /*.control-methodsGroup .control-methodsGroup-container label.is-active a::after {
                position: absolute;
                right: 15px;
                top: 50%;
                line-height: 20px;
                margin-top: -9px;
                font-family: 'FontAwesome';
                content: ''
            }*/

@media screen and (max-width:25em) {
    .control-methodsGroup .control-methodsGroup-container label {
        width: 100%
    }
}

.control-threshold {
    padding: .5rem 1rem;
    margin-bottom: 1rem
}

    .control-threshold .row label:first-of-type {
        border-top: 1px dashed #555
    }

@media screen and (min-width:40em) {
    .control-threshold .row label:first-of-type {
        border: none
    }
}

control-methodsGroup-container.transferMethod-container {
    border: 1px solid #555
}

.control-bonusListing {
    padding: .5rem 1rem;
    margin-bottom: 1rem
}

    .control-bonusListing .bonusList > label {
        margin-bottom: .5rem;
        cursor: pointer
    }

        .control-bonusListing .bonusList > label input {
            margin-bottom: 0
        }

    .control-bonusListing .bonusList .bonus-image {
        display: block;
        height: 80px;
        max-width: 480px;
        margin-left: 1rem;
        background-size: cover;
        background-position: top left;
        background-repeat: no-repeat
    }

    .control-bonusListing .bonusResult {
        border-top: 2px solid #ffc500;
        padding-left: .5rem
    }

        .control-bonusListing .bonusResult label {
            font-weight: 700
        }

.quick-withdrawal-container {
    margin-bottom: 10px
}

.quick-selection-button-container {
    list-style-type: none;
    margin: 0;
    padding-right: 15px;
    overflow: hidden
}

    .quick-selection-button-container li {
        float: left
    }

#newQuickWithdrawalValue {
    background-color: #000;
    color: #ffc500;
    border-style: none none solid;
    border-color: #ffc500;
    margin-bottom: 10px
}

#invalid-input {
    color: red
}

.localbank-bankAccounts, .localbank-bankAccounts article {
    background: transparent
}

    .localbank-bankAccounts article {
        border: none;
        padding: .5rem 0 0 1rem
    }

#inputDepositDatetime-container {
    position: relative
}

.intimidatetime-buttons button {
    color: #222;
    background-color: #ffc500;
    border: 1px solid #ffc500;
    border-radius: 3px;
    padding: .5rem 1rem;
    transition: none
}

.intimidatetime-preview {
    color: #000
}

.quick-deposit-container {
    margin-bottom: 10px
}

.quick-selection-button-container {
    list-style-type: none;
    margin: 0;
    padding-right: 15px;
    overflow: hidden
}

    .quick-selection-button-container li {
        float: left
    }

#newQuickDepositValue {
    background-color: #000;
    color: #ffc500;
    border-style: none none solid;
    border-color: #ffc500;
    margin-bottom: 10px
}

#invalid-input {
    color: red
}

.intimidatetime {
    position: absolute;
    z-index: 9999;
    font-family: "Gill Sans","Gill Sans MT",Calibri,sans-serif;
    font-size: 12pxpx;
    font-size: .75pxrem;
    line-height: 18pxpx;
    line-height: 1.125pxrem;
    background-color: #fff;
    border: solid 2px #e4e4e4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 8px #ddd;
    -moz-box-shadow: 0 0 8px #ddd;
    -ms-box-shadow: 0 0 8px #ddd;
    -o-box-shadow: 0 0 8px #ddd;
    box-shadow: 0 0 8px #ddd
}

    .intimidatetime:after {
        clear: both
    }

    .intimidatetime.intimidatetime-inline {
        position: static
    }

    .intimidatetime .intimidatetime-unit-select {
        display: inline-block;
        padding-right: 5px
    }

        .intimidatetime .intimidatetime-unit-select span {
            display: block
        }

    .intimidatetime .intimidatetime-unit-list {
        display: block
    }

        .intimidatetime .intimidatetime-unit-list .unit-list {
            list-style: none;
            max-width: 200px;
            margin: 0
        }

            .intimidatetime .intimidatetime-unit-list .unit-list li {
                display: inline-block
            }

                .intimidatetime .intimidatetime-unit-list .unit-list li a {
                    display: inline-block;
                    -webkit-border-radius: 4px;
                    -moz-border-radius: 4px;
                    -ms-border-radius: 4px;
                    -o-border-radius: 4px;
                    border-radius: 4px;
                    -moz-background-clip: padding;
                    -webkit-background-clip: padding-box;
                    background-clip: padding-box;
                    background-color: #eee;
                    color: #333;
                    text-decoration: none;
                    padding: 6px 12px;
                    margin: 0 4px 0 0
                }

                    .intimidatetime .intimidatetime-unit-list .unit-list li a.selected {
                        background-color: #ccc;
                        color: #333
                    }

                    .intimidatetime .intimidatetime-unit-list .unit-list li a:hover, .intimidatetime .intimidatetime-unit-list .unit-list li a:active {
                        background-color: #ddd;
                        color: #333
                    }

    .intimidatetime .intimidatetime-buttons {
        padding: 10px
    }

        .intimidatetime .intimidatetime-buttons button {
            margin: 0 15px 0 0
        }

        .intimidatetime .intimidatetime-buttons:before {
            clear: both
        }

        .intimidatetime .intimidatetime-buttons:after {
            clear: both
        }

.intimidatetime-mode-basic {
    display: inline-block
}

    .intimidatetime-mode-basic .intimidatetime-range {
        display: inline-block;
        border-left: solid 1px #e4e4e4
    }

        .intimidatetime-mode-basic .intimidatetime-range .intimidatetime-preview {
            text-align: center;
            padding: 10px 0
        }

        .intimidatetime-mode-basic .intimidatetime-range .intimidatetime-group {
            padding: 5px 10px
        }

.datepicker-container {
    font-size: 12px;
    line-height: 30px;
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    width: 210px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    direction: ltr !important;
    -ms-touch-action: none;
    touch-action: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

    .datepicker-container:after, .datepicker-container:before {
        position: absolute;
        display: block;
        width: 0;
        height: 0;
        content: ' ';
        border: 5px solid transparent
    }

.datepicker-dropdown {
    position: absolute;
    z-index: 1;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 3px 6px #ccc;
    box-shadow: 0 3px 6px #ccc
}

.datepicker-inline {
    position: static
}

.datepicker-top-left, .datepicker-top-right {
    border-top-color: #39f
}

    .datepicker-top-left:after, .datepicker-top-left:before, .datepicker-top-right:after, .datepicker-top-right:before {
        top: -5px;
        left: 10px;
        border-top: 0
    }

    .datepicker-top-left:before, .datepicker-top-right:before {
        border-bottom-color: #39f
    }

    .datepicker-top-left:after, .datepicker-top-right:after {
        top: -4px;
        border-bottom-color: #fff
    }

.datepicker-bottom-left, .datepicker-bottom-right {
    border-bottom-color: #39f
}

    .datepicker-bottom-left:after, .datepicker-bottom-left:before, .datepicker-bottom-right:after, .datepicker-bottom-right:before {
        bottom: -5px;
        left: 10px;
        border-bottom: 0
    }

    .datepicker-bottom-left:before, .datepicker-bottom-right:before {
        border-top-color: #39f
    }

    .datepicker-bottom-left:after, .datepicker-bottom-right:after {
        bottom: -4px;
        border-top-color: #fff
    }

    .datepicker-bottom-right:after, .datepicker-bottom-right:before, .datepicker-top-right:after, .datepicker-top-right:before {
        right: 10px;
        left: auto
    }

.datepicker-panel > ul:after, .datepicker-panel > ul:before {
    display: table;
    content: ' '
}

.datepicker-panel > ul:after {
    clear: both
}

.datepicker-panel > ul {
    width: 102%;
    margin: 0;
    padding: 0
}

    .datepicker-panel > ul > li {
        float: left;
        width: 30px;
        height: 30px;
        margin: 0;
        padding: 0;
        list-style: none;
        cursor: pointer;
        text-align: center;
        background-color: #fff
    }

        .datepicker-panel > ul > li.highlighted, .datepicker-panel > ul > li:hover {
            background-color: #e6f2ff
        }

        .datepicker-panel > ul > li.muted, .datepicker-panel > ul > li.muted:hover {
            color: #999
        }

        .datepicker-panel > ul > li.highlighted:hover {
            background-color: #cce6ff
        }

        .datepicker-panel > ul > li.picked, .datepicker-panel > ul > li.picked:hover {
            color: #39f
        }

        .datepicker-panel > ul > li.disabled, .datepicker-panel > ul > li.disabled:hover {
            cursor: default;
            color: #ccc;
            background-color: #fff
        }

            .datepicker-panel > ul > li.disabled.highlighted, .datepicker-panel > ul > li.disabled:hover.highlighted {
                background-color: #e6f2ff
            }

        .datepicker-panel > ul > li[data-view='years prev'], .datepicker-panel > ul > li[data-view='year prev'], .datepicker-panel > ul > li[data-view='month prev'], .datepicker-panel > ul > li[data-view='years next'], .datepicker-panel > ul > li[data-view='year next'], .datepicker-panel > ul > li[data-view='month next'], .datepicker-panel > ul > li[data-view=next] {
            font-size: 18px
        }

        .datepicker-panel > ul > li[data-view='month current'], .datepicker-panel > ul > li[data-view='years current'], .datepicker-panel > ul > li[data-view='year current'] {
            width: 150px
        }

    .datepicker-panel > ul[data-view=years] > li, .datepicker-panel > ul[data-view=months] > li {
        line-height: 52.5px;
        width: 52.5px;
        height: 52.5px
    }

    .datepicker-panel > ul[data-view=week] > li, .datepicker-panel > ul[data-view=week] > li:hover {
        cursor: default;
        background-color: #fff
    }

.datepicker-hide {
    display: none
}

.pagination-nav {
    display: inline-block
}

ul.simple-pagination {
    list-style: none
}

.simple-pagination {
    display: inline-block;
    overflow: hidden;
    padding: 0 5px 5px 0;
    margin: 0;
    margin-top: 10px
}

    .simple-pagination ul {
        list-style: none;
        padding: 0;
        margin: 0
    }

    .simple-pagination li {
        list-style: none;
        padding: 0;
        margin: 0;
        float: left
    }

span.ellipse.clickable {
    cursor: pointer
}

.ellipse input {
    width: 3em
}

.compact-theme span {
    cursor: pointer
}

.compact-theme a, .compact-theme span {
    float: left;
    color: #333;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
    border: 1px solid #aaa;
    border-left: none;
    min-width: 14px;
    padding: 0 7px;
    box-shadow: 2px 2px 2px rgba(0,0,0,.2);
    background: #efefef;
    background: -moz-linear-gradient(top,#fff 0%,#efefef 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(100%,#efefef));
    background: -webkit-linear-gradient(top,#fff 0%,#efefef 100%);
    background: -o-linear-gradient(top,#fff 0%,#efefef 100%);
    background: -ms-linear-gradient(top,#fff 0%,#efefef 100%);
    background: linear-gradient(top,#fff 0%,#efefef 100%)
}

    .compact-theme a:hover, .compact-theme li:not(.disabled):not(.active) span:hover {
        text-decoration: none;
        background: #efefef;
        background: -moz-linear-gradient(top,#efefef 0%,#bbb 100%);
        background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#efefef),color-stop(100%,#bbb));
        background: -webkit-linear-gradient(top,#efefef 0%,#bbb 100%);
        background: -o-linear-gradient(top,#efefef 0%,#bbb 100%);
        background: -ms-linear-gradient(top,#efefef 0%,#bbb 100%);
        background: linear-gradient(top,#efefef 0%,#bbb 100%)
    }

.compact-theme li:first-child a, .compact-theme li:first-child span {
    border-left: 1px solid #aaa;
    border-radius: 3px 0 0 3px
}

.compact-theme li:last-child a, .compact-theme li:last-child span {
    border-radius: 0 3px 3px 0
}

.compact-theme .current {
    background: #bbb;
    background: -moz-linear-gradient(top,#bbb 0%,#efefef 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#bbb),color-stop(100%,#efefef));
    background: -webkit-linear-gradient(top,#bbb 0%,#efefef 100%);
    background: -o-linear-gradient(top,#bbb 0%,#efefef 100%);
    background: -ms-linear-gradient(top,#bbb 0%,#efefef 100%);
    background: linear-gradient(top,#bbb 0%,#efefef 100%);
    cursor: default
}

.compact-theme .ellipse {
    background: #eaeaea;
    padding: 0 10px;
    cursor: default
}

.light-theme span {
    cursor: pointer
}

.light-theme a, .light-theme span {
    float: left;
    color: #666;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
    border: 1px solid #bbb;
    min-width: 14px;
    padding: 0 7px;
    margin: 0 5px 0 0;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
    background: #efefef;
    background: -moz-linear-gradient(top,#fff 0%,#efefef 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(100%,#efefef));
    background: -webkit-linear-gradient(top,#fff 0%,#efefef 100%);
    background: -o-linear-gradient(top,#fff 0%,#efefef 100%);
    background: -ms-linear-gradient(top,#fff 0%,#efefef 100%);
    background: linear-gradient(top,#fff 0%,#efefef 100%)
}

    .light-theme a:hover, .light-theme li:not(.disabled):not(.active) span:hover {
        text-decoration: none;
        background: #fcfcfc
    }

.light-theme .current {
    background: #666;
    color: #fff;
    border-color: #444;
    box-shadow: 0 1px 0 rgba(255,255,255,1),0 0 2px rgba(0,0,0,.3) inset;
    cursor: default
}

.light-theme .ellipse {
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    font-weight: 700;
    cursor: default
}

.dark-theme span {
    cursor: pointer
}

.dark-theme a, .dark-theme span {
    float: left;
    color: #ccc;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
    border: 1px solid #222;
    min-width: 14px;
    padding: 0 7px;
    margin: 0 5px 0 0;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
    background: #555;
    background: -moz-linear-gradient(top,#555 0%,#333 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#555),color-stop(100%,#333));
    background: -webkit-linear-gradient(top,#555 0%,#333 100%);
    background: -o-linear-gradient(top,#555 0%,#333 100%);
    background: -ms-linear-gradient(top,#555 0%,#333 100%);
    background: linear-gradient(top,#555 0%,#333 100%)
}

    .dark-theme a:hover, .dark-theme li:not(.disabled):not(.active) span:hover {
        text-decoration: none;
        background: #444
    }

.dark-theme .current {
    background: #222;
    color: #fff;
    border-color: #000;
    box-shadow: 0 1px 0 rgba(255,255,255,.2),0 0 1px 1px rgba(0,0,0,.1) inset;
    cursor: default
}

.dark-theme .ellipse {
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    font-weight: 700;
    cursor: default
}

#betRecord-container {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.js-betRecord {
    margin: 0 auto
}

    .js-betRecord th, .js-betRecord td {
        text-align: center
    }

#table-betRecordDetail {
    margin: 0 auto
}
