﻿html, body {
    color: #555;
    height: 100%;
}

/* ADA: Skip navigation link — hidden until focused via keyboard */
.skip-to-main {
    position: absolute;
    top: -100px;
    left: 0;
    z-index: 9999;
    padding: 16px 24px;
    background: #003d99;
    color: #ffffff;
    font-weight: bold;
    font-size: 18px;
    border-radius: 0 0 6px 0;
    text-decoration: underline;
    letter-spacing: 0.02em;
    transition: top 0.15s ease;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
}
.skip-to-main:focus {
    top: 0;
    outline: 3px solid #ffdd00;
    outline-offset: 3px;
    color: #ffffff;
}

body {
    padding-top: 115px;
    padding-bottom: 100px;
    font-family: Nunito, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"
}
a {
    text-decoration: none;
    color: #0000AA;
}
    a:hover {
        color: #0000AA;
    }

    a:hover, a:active {
        text-decoration: underline;
    }

h1, h2, h3 {
    font-family: Nunito, 'Segoe UI', Verdana, sans-serif;
    font-weight: bold;
    clear: both;
}

h1 {
    font-size: 36px;
    line-height: 50px;
}

h2 {
    font-size: 30px;
    line-height: 40px;
}

h3 {
    font-size: 24px;
    line-height: 32px;
}

h4, h5 {
    font-weight: bold;
    clear: both;
}

label.inline {
    display: inline;
}


.text-sm {
    font-size: 13px;
}
.text-xs {
    font-size: 11px;
}
.text-uppercase {
    text-transform: uppercase;
}

legend {
    font-weight: bold;
    padding: 10px 0 10px 0;
}
hr {
    border: none;
    border-top: 1px dashed #999999;
    margin: 5px 0px;
}
    hr.single {
        border: none;
        border-top: 1px solid #aaa;
        margin: 15px 0px;
    }


p {
    margin: 5px 0;
    padding: 10px 0;
}
.helper {
    font-size: 13px;
    font-style: italic;
    margin: 5px 0;
    padding: 10px 0;
}

label {
    display: block;
    margin: 0;
    font-weight: bold;
    color: #777;
}

input[type=text], input[type=password], select, textarea {
    width: 100%;
    border: 1px solid #ccc;
    padding: 3px;
    font-size: 18px;
    color: #555;
}
    input[type=text].narrow, input[type=password].narrow, select.narrow {
        width: 100px;
    }
    input[type=text].narrow2, input[type=password].narrow2, select.narrow2 {
        width: 150px;
    }
    input[type=text].color, input[type=password].color, select.color {
        height: 27px;
    }

ol, ul {
    list-style: none;
}
#tabs, #tabs ul {
    background: none;
    border: none;
}

    #tabs ul {
        border-bottom: solid 1px #999;
    }

#new-linkedaccount, #new-paymentprofile, #new-checkprofile {
    display: none;
}


.ui-datepicker {
    font-size: 13px;
    top: 0 !important;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    zoom: 1;
    vertical-align: baseline;
    margin: 0 2px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font: 14px/100% Arial, Helvetica, sans-serif;
    padding: 12px 25px;
    min-height: 44px;
    min-width: 44px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
    font-weight: bold;
    line-height: 1;
}
    .button:hover {
        text-decoration: none;
    }
    .button:focus-visible {
        outline: 3px solid #005fcc;
        outline-offset: 2px;
        border-radius: 5px;
    }

.nexblue {
    color: #ffffff;
    border: solid 1px #0066ff;
    border-radius: 5px;
    background: #0066ff;
    background: -webkit-gradient(linear, left top, left bottom, from(#0066ff), to(#0066ff));
    background: -moz-linear-gradient(top, #7db72f, #4e7d0e);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CBD531', endColorstr='#7db72f');
}
    .nexblue:hover {
        background: #0066cc;
        color: #ffffff;
    }
    .nexblue:focus-visible {
        outline: 3px solid #ffffff;
        outline-offset: 2px;
        box-shadow: 0 0 0 5px #003d99, 0 1px 2px rgba(0,0,0,.2);
    }

/* Bootstrap .btn elements (e.g. modal Cancel / OK) */
.btn:focus-visible {
    outline: 3px solid #005fcc;
    outline-offset: 2px;
}

.linkedbillwidth {
    width: 95%;
}

.field-validation-error, .validation-summary-errors, .custnumerror, .acctnumerror, .serious {
    color: #ff0000;
}
    .validation-summary-errors ul {
        list-style: none;
        margin: 0 0 20px 0;
        padding: 0;
    }
    .validation-summary-errors ul li {
        display: block;
        margin-bottom: 8px;
    }
    .field-error {
        color: #b90000;
        font-size: 14px;
        font-style: italic;
        line-height: 1;
        display: none;
    }


.page {
    overflow: visible;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0;
}
    .page .fixed-top {
        background: #fff;
        z-index: 1000;
    }

.jumbotron {
    background: transparent;
    border: solid 1px #555;
    padding: 15px;
    border-radius: 0;
}


.bill-listing {
    margin: 15px 0;
}
    .bill-listing ul {
        margin: 0;
        padding: 0;
    }
    .bill-listing ul li {
        display: block;
        margin: 7px 0;
    }


#mainnav {
    font-size: 12px;
    line-height: 16px;
    float: right;
    padding: 0;
    margin: -28px 0;
    list-style: none;
    display: block;
    position: relative;
    z-index: 1000;
}
    #mainnav li {
        float: left;
        margin: 0 5px 0 0;
        text-transform: uppercase;
        font-weight: bold;
    }
        #mainnav li a {
            display: block;
            padding: 10px 15px 5px;
            color: #888;
            letter-spacing: 1px;
        }
    #mainnav .selected {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }
    #mainnav .selected.admin {
        background-color: #000;
        color: #CBD531;
    }

.header {
    border-top: 5px solid#000;
    position: relative;
}
    .header img.brand {
        height: 70px;
        margin: 20px 0;
    }
    .header .links {
        font-size: 12px;
        font-weight: bold;
        padding-top: 10px;
    }
        .header .links ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }
            .header .links ul li {
                display: inline-block;
                border-right: solid 1px #555;
                padding: 0 7px 0 4px;
                line-height: 1.1;
            }
            .header .links ul li:last-child {
                border-right: none;
                padding-right: 0;
            }
    .header .cc-cards {
        padding-top: 10px;
    }
        .header .cc-cards img {
            width: 150px;
        }
    .header .mobile button {
        border: none;
        background: none;
        box-shadow: none;
        padding: 0;
        margin: 25px 0 0 0;
        font-size: 21px;
        color: #0000AA;
    }
    .header .mobile img.brand {
        height: 55px;
        margin: 10px 0;
    }
    .header .mobile .mobile-menu-dropdown {
        position: absolute;
        left: 7px;
        top: 50px;
        right: 7px;
        background: rgba(255, 255, 255, 0.97);
        box-shadow: 0 6px 15px 1px rgba(0, 0, 0, 0.25);
        padding: 15px;
        border: solid 1px #e1e1e1;
        display: none;
    }
        .header .mobile .mobile-menu-dropdown.open {
            display: block;
        }

        .header .mobile .mobile-menu-dropdown ul, .header .mobile .mobile-menu-dropdown #mainnav {
            font-size: 12px;
            line-height: 16px;
            float: none;
            padding: 0;
            margin: 0;
            list-style: none;
            display: block;
        }
            .header .mobile .mobile-menu-dropdown ul.welcome {
                border-bottom: solid 1px #ccc;
                padding-bottom: 10px;
            }
                .header .mobile .mobile-menu-dropdown ul.welcome li {
                    text-transform: none;
                    padding: 0;
                }
                .header .mobile .mobile-menu-dropdown ul.welcome.inline li {
                    display: inline-block;
                    border-right: solid 1px #555;
                    padding: 0 7px 0 4px;
                    line-height: 1.1;
                }
                    .header .mobile .mobile-menu-dropdown ul.welcome.inline li:last-child {
                        border-right: none;
                        padding-right: 0;
                    }
                    .header .mobile .mobile-menu-dropdown ul.welcome li a {
                        text-transform: none;
                    }
            .header .mobile .mobile-menu-dropdown ul .selected, .header .mobile .mobile-menu-dropdown #mainnav .selected {
                border-radius: 0;
                background: none;
            }
                .header .mobile .mobile-menu-dropdown ul .selected.admin, .header .mobile .mobile-menu-dropdown #mainnav .selected.admin {
                    border-radius: 0;
                    background: none;
                    color: #0000AA;
                }
            .header .mobile .mobile-menu-dropdown ul li, .header .mobile .mobile-menu-dropdown #mainnav li {
                float: none;
                margin: 0 5px 0 0;
                text-transform: uppercase;
                font-weight: bold;
                padding: 5px 0;
            }
                .header .mobile .mobile-menu-dropdown ul li a, .header .mobile .mobile-menu-dropdown #mainnav li a {
                    float: none;
                    margin: 0 5px 0 0;
                    text-transform: uppercase;
                    font-weight: bold;
                    padding: 5px 0;
                    color: #888;
                }

.footer {
    height: 100px;
    background: #000;
    text-align: center;
    color: #CBD531;
    font-size: 12px;
    font-weight: bold;
    padding: 15px 0 0;
    position: relative;
    z-index: 10;
}
    .footer ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }
        .footer ul li {
            display: inline-block;
            padding: 0 10px;
        }
            .footer ul li a {
                color: #CBD531;
            }


.page-title {
    background: #000;
    color: #CBD531;
    padding: 7px 0 10px;
}
    .page-title h1 {
        font-size: 18px;
        font-weight: bold;
        margin: 0;
        padding: 0;
        line-height: 1;
    }

.main {
    padding: 30px 0;
}

#reporttotals {}
    #reporttotals span {
        display: inline-block;
        width: 50%;
        float: right;
        text-align: right;
    }
        #reporttotals span.subtotal {
            margin: 5px 0 10px;
            font-weight: bold;
            border-top: 1px solid #000;
        }
.reportfields {
    padding: 5px 0;
}

#fieldselection {
    display: none;
}

fieldset p {
    margin: 10px 0;
    padding: 0;
}
legend {
    font-weight: bold;
    padding: 10px 0 10px 0;
    width: auto;
}
.bordered {
    border: solid 1px #ddd;
    background: #f1f1f1;
    padding: 15px 15px 0;
}
.custnumerror, .acctnumerror {
    display: none;
    color: #ff0000;
}
#custnumserror, #custnumsuccess, #acctnumerror, #acctnumsuccess {
    display: none;
    vertical-align: middle;
}
.successmsg {
    border: solid 1px #00aa00;
    background: rgba(0, 170, 00, 0.3);
    color: #005500;
    text-align: center;
    padding: 5px;
    border-radius: 3px;
}


.client-view {}
    .client-view .content-bg {
        background: #f7f7f7;
        padding: 20px;
    }
    .client-view a {
        color: #4AB1CB;
        text-decoration: none;
    }
        .client-view a:hover {
            color: #5695AB;
            text-decoration: none;
        }
    .client-view .nexblue {
        color: #ffffff;
        border: solid 1px #5695AB;
        background: #4AB1CB;
        border-radius: 5px;
        text-transform: uppercase;

        /*background: -webkit-gradient(linear, left top, left bottom, from(#0066ff), to(#0066ff));
        background: -moz-linear-gradient(top, #7db72f, #4e7d0e);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CBD531', endColorstr='#7db72f');*/
    }
        .client-view .nexblue:hover {
            background: #5695AB;
            color: #ffffff;
        }
        .client-view .nexblue:focus-visible {
            outline: 3px solid #ffffff;
            outline-offset: 2px;
            box-shadow: 0 0 0 5px #2a6f87, 0 1px 2px rgba(0,0,0,.2);
        }


    .client-view .mobile-menu-dropdown {
        position: absolute;
        left: 7px;
        top: 50px;
        right: 7px;
        background: rgba(255, 255, 255, 0.97);
        box-shadow: 0 6px 15px 1px rgba(0, 0, 0, 0.25);
        padding: 15px;
        border: solid 1px #e1e1e1;
        border-radius: 3px;
        display: none;
        z-index: 1000;
    }
        .client-view .mobile-menu-dropdown div.signout {
            margin-top: 10px;
            border-top: solid 1px #e1e1e1;
            padding-top: 10px;
        }
        .client-view .mobile-menu-dropdown div.signout a.signout,
        .client-view .mobile-menu-dropdown div.signout a {
            min-height: 44px;
            min-width: 44px;
            display: inline-flex;
            align-items: center;
            padding: 0 6px;
        }
        .client-view .mobile-menu-dropdown div.signout a.signout:focus-visible,
        .client-view .mobile-menu-dropdown div.signout a:focus-visible {
            outline: 3px solid #005fcc;
            outline-offset: 2px;
            border-radius: 3px;
        }

        .client-view .mobile-menu-dropdown.open {
            display: block;
        }

            .client-view .mobile-menu-dropdown .nav-item {
                padding: 5px 0;
            }
                .client-view .mobile-menu-dropdown .nav-item a {
                    display: inline-block;
                    text-transform: uppercase;
                    color: #566069;
                    text-decoration: none;
                    font-size: 13px;
                    font-weight: bold;
                    opacity: 0.85;
                }

                    .client-view .mobile-menu-dropdown .nav-item a:hover, .client-view .mobile-menu-dropdown .nav-item a.active {
                        opacity: 1;
                    }

                .client-view .mobile-menu-dropdown .nav-item a img {
                    width: 20px;
                    margin-right: 10px;
                    float: left;
                }
        .client-view .mobile-menu-dropdown .welcome {
            border-bottom: solid 1px #777;
            padding-bottom: 5px;
        }

    .client-view .userinfo-dropdown {
        position: fixed;
        left: 90px;
        top: 40px;
        padding: 2px 10px;
        z-index: 1000;
        background: rgba(255, 255, 255, 0.97);
        box-shadow: 0 6px 15px 1px rgba(0, 0, 0, 0.25);
        border: solid 1px #e1e1e1;
        font-size: 13px;
        display: none;
    }
        .client-view .userinfo-dropdown.open {
            display: block;
        }

    .client-view .mobile-brand img {
        max-width: 250px;
    }

    .client-view header {
        position: fixed;
        height: 60px;
        background: #DE4B5D;
        left: 0;
        top: 0;
        right: 0;
        /*border-top-left-radius: 10px;*/
        /*border-top-right-radius: 10px;*/
    }
        .client-view header a {
            color: rgba(255,255,255,0.8);
            display: block;
            position: relative;
            text-decoration: none;
        }
            .client-view header a:hover {
                color: #fff;
            }
        .client-view header .userinfo {
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            padding: 11px 55px 0 15px;
            font-size: 12px;
            min-width: 200px;
            line-height: 1.2;
        }
            .client-view header .userinfo a.signout {
                position: absolute;
                right: 10px;
                top: 24px;
                font-size: 10px;
                display: inline-flex;
                align-items: center;
                min-height: 44px;
                min-width: 44px;
                padding: 0 6px;
            }
            .client-view header .userinfo a.signout:focus-visible {
                outline: 3px solid #005fcc;
                outline-offset: 2px;
                border-radius: 3px;
            }

            .client-view header .userinfo .address {
                font-size: 10px;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }

        .client-view header .clientmessages {
            position: absolute;
            right: 80px;
            padding-top: 21px;
        }

        .client-view header .settings {
            position: absolute;
            right: 0;
            top: 0;
            bottom: 0;
            padding-top: 19px;
            width: 50px;
            text-align: center;
        }
    .client-view aside {
        display: none;
        background: #f7f7f7;
    }
        .client-view aside .nav-item {
            border-bottom: solid 1px #d7d7d7;
            padding: 20px 0 20px 20px;
        }
            .client-view aside .nav-item:first-child {
                border-top: solid 1px #d7d7d7;
            }
            .client-view aside .nav-item a {
                display: inline-block;
                text-transform: uppercase;
                color: #566069;
                text-decoration: none;
                font-size: 13px;
                font-weight: bold;
                opacity: 0.85;
            }
                .client-view aside .nav-item a:hover, .client-view aside .nav-item a.active {
                    opacity: 1;
                }
                .client-view aside .nav-item a img {
                    width: 20px;
                    margin-right: 10px;
                    float:left;
                }
    .client-view main {
        position: fixed;
        left: 0;
        top: 60px;
        bottom: 60px;
        right: 0;
        background: #fff;
        overflow-x: hidden;
        overflow-y: auto;
        padding: 30px;
    }
        .client-view main .title {
            
        }
            .client-view main .title hr {
                border: none;
                border-top: solid 1px #d7d7d7;
                margin: 30px 0 0;
            }
            .client-view main .title h1 {
                font-weight: 300;
                color: #171717;
            }

    .client-view .page-title {
        border-bottom: solid 1px #ddd;
        background: transparent;
        margin-bottom: 15px;
        margin-left: -15px;
        margin-right: -15px;
        text-align: center;
    }
        .client-view .page-title h1 {
            font-size: 30px;
        }

.client-view footer {
    position: fixed;
    background: #fff;
    left: 0;
    right: 0;
    bottom: 0;
    height: 60px;
    border-top: solid 1px #ddd;
    z-index: 100;
    color: #777;
    font-size: 9px;
    padding-top: 7px;
}
    .client-view footer .logo {
        text-align: center;
    }
        .client-view footer .logo img {
            max-width: 100px;
            margin-right: 0;
            display: inline-block;
        }
        .client-view footer .logo .links {
            display: inline-block;
            padding-top: 5px;
        }
    .client-view footer .copy {
        padding-top: 5px;
        text-align: center;
    }

    .client-view footer a {
        color: #777;
    }
        .client-view footer a:hover {
            color: #616161;
        }

    .client-view.client-view-basic header {
        height: 5px;
    }

    .client-view.client-view-basic main {
        left: 0;
        top: 5px;
        padding: 30px;
    }

    .client-view .bill-box {
        border: solid 1px #d7d7d7;
        border-radius: 5px;
        background: #fff;
    }
        .client-view .bill-box .top {
            padding: 15px;
            position: relative
        }
            .client-view .bill-box .top .far {
                font-size: 25px;
            }

        .client-view .bill-box .linked-alert {
            border: solid 1px #d7d7d7;
            background: #fff;
            border-radius: 20px;
            font-size: 11px;
            text-transform: uppercase;
            padding: 0 5px;
            position: relative;
            top: -4px;
            color: #555;
            font-weight: 400;
        }


    .client-view .bill-box .middle {
        padding: 0 15px 10px;
    }
        .client-view .bill-box h1 {
            font-size: 18px;
            font-weight: bold;
            margin: 4px 0 0 0;
            line-height: 1;
            padding: 0;
            white-space: nowrap;
            position: relative;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }
        .client-view .bill-box label {
            font-size: 13px;
            margin: 0;
            text-transform: uppercase;
        }
        .client-view .bill-box .amount-due {
            font-size: 18px;
            font-weight: bold;
        }
        .client-view .bill-box .due-by {
            font-size: 13px;
            padding-top: 4px;
        }
        .client-view .bill-box .bottom {
            padding: 5px;
            height: 46px;
        }

            .client-view .bill-box .bottom a {
                width: 100%;
                margin: 0;
                padding: 10px 0;
                overflow: hidden;
                text-wrap: none;
                white-space: nowrap;
                display: block;
            }

    .client-view .top-actions {
        margin-top: 10px;
    }
    .client-view .top-actions label {
        float: none;
        display: block;
        text-align: center;
    }
    .client-view .past-due {
        font-size: 11px;
        text-transform: uppercase;
        padding-top: 5px;
        text-align: right;
        position: absolute;
        top: 5px;
        right: 15px;
    }
        .client-view .past-due .fa {
            color: #C72A1C;
        }
    .client-view .pdf {
        position: absolute;
        top: 0;
        right: 15px;
    }

    .client-view .dash-header {
        margin-bottom: 15px;
        display: flex;
    }
    .client-view .dash-name {
        width: 100%;
        display: flex;
    }
    .client-view .dash-paperless {
        display: flex;
    }
    .client-view .dash-autopay {
        display: flex;
    }

    .client-view .dash-control {
        padding-top: 10px;
        text-align: center;
    }
    .client-view .dash-control-left {
        padding-right: 0;
    }
    .client-view .dash-control-right {
        padding-left: 0;
    }

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .client-view .top-actions {
        margin-top: 0
    }

        .client-view .top-actions label {
            float: right;
            margin-left: 10px;
            text-align: left;
        }

    .client-view .dash-control {
        padding-top: 0;
    }
    .client-view .dash-control-left {
        padding-right: 15px;
    }

    .client-view .dash-control-right {
        padding-left: 15px;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    body {
        padding-top: 150px;
    }
    .header .cc-cards img {
        width: 250px;
    }
    .page-title h1 {
        font-size: 24px;
    }

    .client-view {}
        .client-view header {}
            .client-view header .userinfo {
                left: unset;
                right: 100px;
                border-left: solid 1px #fff;
                border-right: solid 1px #fff;
            }
            .client-view header .clientmessages {
                left: unset;
                right: 75px;
            }
        .client-view .userinfo-dropdown {
            left: unset;
            right: 60px;
        }
        .client-view aside {
            display: block;
            position: fixed;
            left: 0;
            top: 60px;
            width: 250px;
            bottom: 0;
        }
            .client-view aside .brand {
                text-align: center;
                padding: 30px 0;
            }
                .client-view aside .brand img {
                    max-width: 75%;
                }
        .client-view main {
            left: 250px;
            bottom: 40px;
        }
        
        
        .client-view .page-title {
            text-align: left;
        }

        .client-view footer {
            height: 40px;
        }
        .client-view footer .logo {
            text-align: left;
            float: left;
            padding-left: 30px;
        }

            .client-view footer .logo img {
                max-width: 100px;
                margin-right: 0;
                display: inline-block;
            }

            .client-view footer .logo .links {
                display: inline-block;
                padding-top: 5px;
            }

        .client-view footer .copy {
            padding-top: 5px;
            text-align: right;
            float: right;
            padding-right: 30px;
        }

        
}

.lcs_wrap.pointer {
    cursor: pointer;
}

.dialog-overlay {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.5);
    z-index: 5000;
}
    .dialog-overlay .dialog {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        background: #fff;
        min-width: 400px;
        border-top: solid 1px #919191;
        box-shadow: 5px 5px 10px 1px rgba(0,0,0,0.5);
    }
        .dialog-overlay .dialog .dialog-header {
            background: #919191;
            color: #fff;
            padding: 10px;
            text-align: center;
            font-weight: bold;
        }
        .dialog-overlay .dialog .dialog-body {
            background: #fff;
            color: #777;
            padding: 30px 10px;
        }
        .dialog-overlay .dialog .dialog-footer {
            background: #fff;
            color: #000;
            padding: 10px;
            text-align: right;
            border-top: solid 1px #919191;
        }

.receipt {
    border: solid 1px #e7e7e7;
    background: #fff;
    border-radius: 1px;
    padding: 15px;
}
.history-header, .history-items {
    font-size: 12px;
}
.history-header > div > div {
    border-bottom: solid 1px #e7e7e7;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.history-header > div > div {
    font-weight: bold;
}
.history-items .base {
    margin-bottom: 10px;
}
.please-wait {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.75);
    color: #515151;
    display: none;
    z-index: 10;
}
    .please-wait .fa {
        position: absolute;
        top: 44%;
        left: 50%;
        margin-left: -20px;
        font-size: 40px;
    }
    .please-wait .msg {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        text-align: center;
    }


.nex-table {
    position: relative;
    border: solid 1px #e7e7e7;
    background: #fff;
    padding: 10px;
}
.nex-table-empty {

}
.nex-table-empty .nex-table-header {
    display: none;
}
.nex-table-empty-msg {
    padding: 50px 0;
    text-align: center;
    color: #575757;
}
.nex-table-loading {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.75);
    color: #515151;
    display: none;
    z-index: 1;
}
    .nex-table-loading .fa {
        position: absolute;
        top: 44%;
        left: 50%;
        margin-left: -20px;
        font-size: 40px;
    }
    .nex-table-loading .nex-table-loading-msg {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        text-align: center;
    }
.nex-table-actions {
}
    .nex-table-actions input {
        font-size: 12px;
        padding: 2px 5px;
        width: 150px;
    }
.nex-table-actions-top {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px #e7e7e7;
}
    .nex-table-actions-top span {
        margin-right: 5px;
    }
    
.nex-table-header {
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px #e7e7e7;
}
    .nex-table-header a {
        display: block;
        position: relative;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .nex-table-header a .fa {
        position: absolute;
        top: 5px;
        right: 5px;
    }
    .nex-table-header span {
        margin-right: 10px;
    }
.nex-table-items {
}
    .nex-table-items .row {
        margin-bottom: 10px;
    }
        .nex-table-items .row > div {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }
.nex-table-paging {
    text-align: right;
}
    .nex-table-paging a, .nex-table-paging span {
        display: inline-block;
        margin-left: 5px;
    }

.nex-table .banner {
    border: solid 1px #e7e7e7;
    border-radius: 20px;
    background: #f7f7f7;
    font-size: 10px;
    line-height: 1;
    padding: 0 5px 1px;
    margin-left: 3px;
}