﻿.margin-left-5 {
    margin-left: 5px;
}

.margin-left-10 {
    margin-left: 10px;
}

.margin-left-20 {
    margin-left: 20px;
}


.margin-right-5 {
    margin-right: 5px;
}

.margin-right-10 {
    margin-right: 10px;
}

.margin-right-20 {
    margin-right: 20px;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-top-5 {
    margin-top: 5px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-20 {
    margin-top: 20px;
}

.button-clearence {
    min-height: 65px;
}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

    .inputfile + label {
        font-size: 1.25rem;
        font-weight: 700;
        text-overflow: ellipsis;
        white-space: nowrap;
        cursor: pointer;
        display: inline-block;
        overflow: hidden;
        padding: 0.625rem 1.25rem;
        color: #7A937A;
        border: 2px solid #7A937A;
    }

    .inputfile:focus + label {
        outline: 1px dotted #000;
        outline: -webkit-focus-ring-color auto 5px;
    }

    .inputfile + label * {
        pointer-events: none;
    }

    .inputfile:focus + label,
    .inputfile + label:hover {
        color: #f8fafb;
        background-color: #7A937A;
    }

.border-radius-0 {
    border-radius: 0px;
}

/* DataTables filter override */
.dataTables_filter {
    display: none;
}

.deposit {
}

.return {
    background: rgba(0, 148, 255, 0.12) !important;
}

.deposit-return {
    display: none;
}

/* Datepicker Overrides */

.datepicker {
    z-index: 10000 !important;
}

.quick-list {
    margin: -12px 0 0 0;
    padding: 0 0 1em 0;
    height: 100px;
    overflow: auto;
    border: 1px solid #7A937A;
    background-color: #FFFFFF;
}

    .quick-list ol {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .quick-list ol li {
            font-size: 14px;
            padding: 0;
        }

            .quick-list ol li a {
                display: block;
                padding: 6px 12px;
            }

    .quick-list li[active] a {
        color: #FFFFFF;
        background-color: #7A937A;
    }

fieldset {
    margin-bottom: 16px;
}

fieldset legend, div.fieldset legend {
    font-size: x-small;
    font-weight: bold;
    text-transform: uppercase;
    vertical-align: bottom;
}

fieldset label {
    margin-top: 1em;
    font-weight: normal;
}

.filter-dropdown label {
    margin-top: inherit;
}

.table thead {
    color: #A0A0A0;
}

.table tbody tr td {
    line-height: 3em;
}

#loader-img {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.inline-form {
    display: inline;
    padding: 0;
}

.field-toggle {
    line-height: 2em;
}

    .field-toggle input {
        display: inline;
        zoom: 1;
        display: inline-block;
        width: 92%;
    }

    .field-toggle button {
        display: inline;
        zoom: 1;
        display: inline-block;
        width: 34px;
        height: 34px;
        font-size: 1.5em;
        margin-top: -5px;
        padding: 0;
        color: #FFFFFF;
        border: 1px solid #D0D0D0;
        border-radius: 3px;
    }

.percent, .whole, .amount {
    text-align: right;
}

.table-narrow {
    width: auto;
}

    .table-narrow td {
        padding-right: 3em !important;
    }

        .table-narrow td:last-child {
            padding-right: 1em !important;
        }

.key_choice_list {
    list-style-type: none;
    padding: 1em 2em;
}


.status-table {
}

    .status-table thead {
        border-bottom: 2px solid #DDDDDD;
        vertical-align: bottom;
        font-size: 1.15em;
        font-variant: small-caps;
        text-transform: lowercase;
    }

    .status-table td {
        padding: 2px 4px;
    }

.problem-status {
    color: #C91D3A;
    font-size: 1.35em !important;
}

.no-deposit-status {
    color: #9D4442;
}

.incomplete-status {
    color: #D0D0D0;
}

.hold-status {
    color: #FF9648;
}

.ok-status {
    color: #167027;
    font-size: 1.35em !important;
}

.paid-out-status {
    color: #6699cc;
}

.table tbody td[rowspan] {
    vertical-align: middle;
}

.vbottom {
    display: inline-block;
    vertical-align: bottom;
    float: none;
}

.fixed-table-lead-in {
    width: 101%;
    z-index: 10;
    background-color: #fff;
    padding-left: 7px;
    margin-left: -2px;
}
.fixed-table-header {
    width: 100%;
    height: 35px;
    z-index: 10;
    background-color: #fff;
    margin-left: 1px;
}

.allocation-table {
    position: relative;
    width: 100%;
    margin: 1em 0 2em;
    color: #4F6558;
}

.fixed-table-header thead, .allocation-table thead {
    border-bottom: 1px solid #779884;
    text-transform: uppercase;
    font-variant: small-caps;
    font-size: x-small;
    padding: 0;
    vertical-align: bottom;
    color: #A0A0A0;
}

th.sort-trigger.active {
    font-weight:bolder;
    color:#333;
}
th.sort-trigger:hover {
    text-decoration: underline;
    cursor: pointer;
}

    .allocation-table tbody {
    }

    .allocation-table tr td {
        padding: 2px 4px;
    }

    .allocation-table tr.break-down {
        display: block;
        width: 100%;
        padding: 16px;
        border: 3px solid #779884;
    }

    .allocation-table tbody tr {
        background-color: #FBFFFD
    }

        .allocation-table tbody tr:nth-of-type(2n+1) {
            background-color: #CAE4D4;
        }

    .allocation-table tfoot {
        border-top: 3px double #779884;
    }

    .allocation-table button.inline-danger {
        border: none;
        background-color: transparent;
        padding: 0;
        border-radius: 3px;
        color: #779884;
    }

        .allocation-table button.inline-danger i {
            font-size: 1.5em;
        }

        .allocation-table button.inline-danger:hover, .allocation-table button.inline-danger:active {
            color: #BB1E0F;
        }

.allocation-list {
}

    .allocation-list label {
        width: 30em;
        vertical-align: middle;
        text-align: right;
        padding: 0.25em 1em;
    }

    .allocation-list input[text] {
        min-width: 12em;
        min-width: 12em;
    }

    .allocation-list tfoot tr {
        margin: 1em 0;
        padding: 1em 0;
        border-top: 1px solid #A0A0A0;
    }

.allocation-suppressed td {
    background-color: #EECCCC;
    color: #A01010;
}

.allocation-suppressed div {
    display: block;
    position: relative;
}

.allocation-problem {
    border-left: 3px solid #7F3D46;
}

    .allocation-problem td {
        background-color: #ffc7ce;
    }

.allocation-hold {
    border-left: 3px solid #7F7973;
}

.allocation-hold i {
    color: #7F7973;
}

.allocation-hold td {
    background-color: #FFF2E5;
}

a.btn-primary.allocation-mark-good {
    background-color: #CAE4D4;
    border-right: 2px solid #1F6F43;
    color: #003300;
}

.allocation-mark-good td {
    background-color: #CAE4D4;
}

a.allocation-marker {
    display: inline-block;
    width: 109px;
}

.allocation-marker-included, .allocation-marker-notincluded {
    display: inline-block;
}
.allocation-marker-notincluded {
    color: #003300;
}
.allocation-marker-included .fa {
    color: #ffffff;
}
.allocation-refund {
    background: url('img/refund.png') repeat-x;
    background-position: left -48px bottom 0;
    font-weight: 700;
    box-shadow: #aaa 2px 1px 3px;
}
.allocation-unsupported-type  {
    background-color: #ffc7ce;
    font-weight: 700;
    box-shadow: #aaa 2px 1px 3px;
}
    .allocation-unsupported-type + .fa-ban {
        color: #ffc7ce;
    }

.payroll-refund {
    background: url('img/refund.png') repeat-x;
    background-position: left -48px bottom 0;
    font-weight: 700;
    box-shadow: #aaa 2px 1px 3px;
}

.allocation-paid i {
    color: #d9e1f2;
}

.allocation-paid td {
    background-color: #d9e1f2;
}

.last-modified {
    padding: 1em;
    margin: 0 0 0 1em;
}
.last-modified i
{
    font-size: 2em;
    cursor: pointer;
    color: #C0C0C0;
}

.first-created {
    padding: 1em;
    margin: 0 0 0 1em;
}

.first-created i {
    font-size: 2em;
    cursor: pointer;
    color: #C0C0C0;
}

.payroll-allocation caption, .transaction-table caption {
    width: 100%;
    position: relative;
}

.payroll-allocation thead th {
    font-weight: normal;
}

.payroll-allocation tbody > tr:hover {
    box-shadow: 0 0 12px #0c0c0c
}

.payroll-allocation caption ul, .transaction-table caption ul {
    display: block;
    position: absolute;
    right: 0;
    top: -1em;
    z-index: 10;
    font-size: x-small;
    text-transform: uppercase;
    padding: 0;
    text-align: center;
    font-weight: normal;
}

    .payroll-allocation caption ul li, .transaction-table caption ul li {
        list-style-type: none;
        display: inline;
    }

.payroll-allocation caption li a, .transaction-table caption li a {
    width: 16em;
    padding: 1em;
    border: 1px solid #A0A0A0;
    border-radius: 6px;
}

.btn-subtle {
    border: 1px solid #A0A0A0;
    border-radius: 6px;
    color: #A0A0A0;
}

.allocation-edit legend sup {
    color: #B0B0B0;
    font-size: 0.9em;
}

a.btn-primary, a.btn-primary:active, a.btn-primary:visited {
    color: #FFFFFF;
}

.btn-next {
    background-color: #e85c00;
    border-color: #e85c00;
}

.excluded-allocation-table {
    position: relative;
    width: 100%;
    margin: 1em 0 2em;
    color: #808080;
}

.excluded-allocation-table caption {
    position: absolute;
    padding: 1em;
    top: 0;
    left: -9em;
    z-index: 1;
    text-align: right;
    width: 8em;
    height: 100%;
    border-right: 1px solid #D0D0D0;
    text-transform: lowercase;
    font-weight: bold;
}

.excluded-allocation-table thead {
    border-bottom: 1px solid #A0A0A0;
    text-transform: uppercase;
    font-variant: small-caps;
    font-size: x-small;
    padding: 0;
    vertical-align: bottom;
    color: #A0A0A0;
}

.excluded-allocation-table tbody {
}

.excluded-allocation-table tr td {
    padding: 2px 4px;
}

.excluded-allocation-table tr.break-down {
    display: block;
    width: 100%;
    padding: 16px;
    border: 3px solid #A0A0A0;
}

.excluded-allocation-table tbody tr {
    background-color: #D0D0D0
}

    .excluded-allocation-table tbody tr:nth-of-type(2n+1) {
        background-color: #F0F0F0;
    }

.excluded-allocation-table tfoot {
    border-top: 3px double #A0A0A0;
}

.search-box-w-key {
    display: inline;
    zoom: 1;
    display: inline-block;
    width: 21em;
}

.search-box-key-info {
    display: inline;
    zoom: 1;
    display: inline-block;
    width: 9em;
    text-align: center;
}

.search-box-clear-button {
    display: inline;
    color: #CCCCCC;
    font-size: 2rem;
    border: none;
    background: none;
    padding: 2px 10px 3px 10px;
}

.audit_clear {
    color: #AAAAAA;
    background-color: #CCCCCC !important;
}

    .audit_clear td {
        color: #AAAAAA;
        background-color: #CCCCCC !important;
    }


.account-schedules {
    border-collapse: collapse;
    width: 100%;
}

    .account-schedules caption {
        display: block;
        padding: 2rem 0;
        margin: 0;
    }

    .account-schedules tr > td {
        padding-bottom: 1rem;
    }

    .account-schedules abbr {
        padding: 2rem;
    }

.account-schedule {
    display: block;
    width: 100%;
    background-color: #999;
    padding: 2rem;
    border-radius: 6px;
    font-size: 2rem;
    font-weight: 400;
    color: #FFFFFF;
    position: relative;
}

    .account-schedule i.fa-check-circle {
        color: #46FB98;
    }

.account-inactive {
    background-color: #ccc;
    color: #eee;
}
.account-inactive i.fa-ban {
    color: #B00000 !important;
}

    .account-inactive button.btn-subtle {
        color: #eee;
        background-color: #ccc;
    }
    
    
    .account-schedule address {
        float: left;
    }

    .account-schedule sup {
        float: left;
        font-size: 1rem;
        font-weight: 300;
    }

    .account-schedule sub {
        padding: 1rem;
        font-size: 1.25rem;
        font-weight: 400;
    }

    .account-schedule time {
        position: relative;
        z-index: 1;
        top: 1rem;
        margin-top: 2rem;
        padding: 1rem;
        font-size: 1.55rem;
        font-weight: 100;
    }

    .account-schedule .operations {
        position: absolute;
        right: 1rem;
        top: 1rem;
        padding: 1rem;
    }

        .account-schedule .operations .dropdown-menu {
            width: 48rem;
        }

.account-schedule address a, .account-schedule address a:visited {
    text-decoration: none;
    color: #777;
}

.account-schedule address a:hover {
        text-decoration: underline;
}

.account-schedule-details {
    display: none;
}

    .account-schedule-details dl {
        margin: 0 4rem;
        padding: 2rem;
    }

        .account-schedule-details dl dt {
            margin: 1rem 0;
            font-size: 1.5rem;
            text-transform: uppercase;
            font-weight: 200;
        }

        .account-schedule-details dl dd {
            display: block;
            height: 8rem;
        }

            .account-schedule-details dl dd div {
                height: 7rem;
                background-color: #E0E0E0;
                color: #AAA;
            }

#account-compare-selection {
    list-style: none;
    margin: 2rem 0;
    padding: 0;
}

    #account-compare-selection li {
        display: inline;
    }

        #account-compare-selection li button {
            color: #606060;
            font-weight: 700;
            font-size: 1em;
            padding: 1rem 2rem;
            background-color: #F0F0F0;
            border: 1px solid #A0A0A0;
            border-radius: 3px;
            margin-right: 0.5rem;
        }

.btn-subtle {
    font-size: 0.75em;
    font-weight: 300;
    color: #CCC;
    background-color: #999;
    border: 1px solid #CCC;
    border-radius: 6px;
    padding: 0.25em 0.85em;
}

    .btn-subtle:hover {
        color: #F0F0F0;
        border-color: #F0F0F0;
    }

    .btn-subtle.no-border {
        border: none;
        margin: 0;
        padding: 0;
        font-size: 2rem;
    }

#account-compare-selection li b {
    border: solid #606060;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

#account-compare-selection li:nth-child(4) {
    background-color: #F0F0F0;
    border: 1px solid #A0A0A0;
    border-radius: 3px;
    margin: 0.5rem;
    padding: 1rem 2rem;
}

#account-merge-transaction-type-drop-down {
    display: none;
    position: absolute;
    z-index: 5;
    width: 12rem;
}

    #account-merge-transaction-type-drop-down select option {
        padding: 1em;
    }

.modal_notice {
    z-index: 10111;
    position: fixed;
    padding: 2rem;
    margin: 0px;
    width: 30%;
    top: 12rem;
    left: 0;
    text-align: center;
    color: rgb(255, 255, 255);
    border: medium none;
    background-color: rgb(0, 0, 0);
    cursor: wait;
    border-radius: 1rem;
    opacity: 0.5;
    font-size: 2rem;
    width: 60rem;
}

.modal_notice_content {
    width: 60rem;
}

    .modal_notice_content dl {
        margin: 2rem;
        text-align: center;
    }

        .modal_notice_content dl dt {
            font-size: 1rem;
            text-transform: uppercase;
            font-weight: 200;
        }

        .modal_notice_content dl dd {
            font-size: 2rem;
            font-weight: 600;
        }

.validation-error-list {
    margin: 0;
    padding: 0;
}

    .validation-error-list li {
        list-style: none;
        margin: 1rem 0;
        padding: 0.25rem 2rem 1rem 2rem;
        background-color: #FFF;
        border: 2px solid #C91D3A;
        color: #C91D3A;
        border-radius: 6px;
        font-size: 1.5rem;
    }

        .validation-error-list li label {
            cursor: pointer;
        }

    .validation-error-list dt {
        list-style: none;
        margin: 1rem 0;
        padding: 0.25rem 2rem 1rem 2rem;
        background-color: #FFF;
        border: 2px solid #C91D3A;
        color: #C91D3A;
        border-radius: 6px;
        font-size: 1.5rem;
    }
    .validation-error-list dd {
        list-style: none;
        margin: 1rem 0;
        padding: 0.25rem 2rem 1rem 2rem;
        background-color: #FFF;
        border: 2px solid #C91D3A;
        color: #C91D3A;
        border-radius: 6px;
        font-size: 1.5rem;
    }

        .validation-error-list dd label {
            cursor: pointer;
        }



.dataTable-efs tbody tr td {
    line-height: 120%;
    vertical-align: middle;
}


.ui-front {
    z-index: 9999;
}

/* Autocomplete
----------------------------------*/
.ui-autocomplete {
    position: absolute;
    cursor: default;
}

.ui-autocomplete-loading {
    background: white url('/Scripts/plugins/jquery-ui/images/animated-overlay.gif') right center no-repeat;
}

/* workarounds */
* html .ui-autocomplete {
    width: 1px;
}
/* without this, the menu expands to 100% in IE6 */

/* Menu
----------------------------------*/
.ui-menu {
    list-style: none;
    padding: 10px;
    margin: 0;
    display: block;
    width: 227px;
}

    .ui-menu .ui-menu {
        margin-top: -3px;
    }

    .ui-menu .ui-menu-item {
        margin: 0;
        padding: 0;
        width: 200px;
    }

        .ui-menu .ui-menu-item a {
            text-decoration: none;
            display: block;
            padding: .2em .4em;
            line-height: 1.5;
            zoom: 1;
        }

            .ui-menu .ui-menu-item a.ui-state-hover,
            .ui-menu .ui-menu-item a.ui-state-active {
                margin: -1px;
            }

    .ui-menu .newContact {
        font-style: italic;
    }

.dataTable-users .badge {
    font-size: 75%;
    font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.userNotification .alert {
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 0;
    margin-bottom: 0;
}

.ticker-tape-line {
    font-size: 1.25em;
    border-top: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
    color: #D0D0D0;
}
    .ticker-tape-line dt, .ticker-tape-line dd {
        display: inline;
        margin: 1em;
    }

.ticker-tape-line dt {
    font-weight: 600;
}

.ticker-tape-line a, .ticker-tape-line a:visited {
    font-weight: 400;
    color: #D0D0D0;
}

    .ticker-tape-line a:hover, .ticker-tape-line a:active {
        color: #A0A0A0;
        text-decoration: none;
        font-weight: 600;
    }

    .table-total tfoot {
        margin-top: 3px;
        border-top: 3px double;
    }


.vendor-fax-select {
    display: inline;
    zoom: 1;
    min-width: 325px;
    padding: 3px 3px;
    margin: 5px 0;
}

@media (min-width: 768px) {
    .report-container .form-inline .form-group {
        vertical-align: top;
    }
}

.report-container .dataTable-efs thead tr th,
.report-container .dataTable-efs thead tr .sorting_asc,
.report-container .dataTable-efs thead tr .sorting_desc {
    vertical-align: bottom;
    background-position-y: bottom;
}

.report-container .dataTable-efs thead tr .sorting_asc,
.report-container .dataTable-efs thead tr .sorting_desc {
    color: black;
    background: none;
}

.report-container .dataTable-efs thead .sorting:after,
.report-container .dataTable-efs thead .sorting_desc:after,
.report-container .dataTable-efs thead .sorting_asc:after {
    padding-left: 4px;
    display: none;
}


.btn-white.active {
    background-color: #6DBB90;
    border-color: #6DBB90;
    color: #113C24;
}

.warning_flag {
    font-size: 2em;
    color: #A00000;
}

#main-back-to-top {
    position: fixed;
    display: block;
    width: 32px;
    height: 33px;
    bottom: 60px;
    right: -1px;
    overflow: hidden;
    z-index: 99;
    border: 1px solid #C0C0C0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.table-info-flags tbody i {
    position: relative;
    cursor: pointer;
}
    .table-info-flags tbody i abbr {
        display: none;
        color: #C0C0C0;
        position: absolute;
        top: 0;
        left: 16px;
        padding: 12px;
        background-color: #FFFFFF;
        z-index: 1001;
        border: 2px solid #E0E0E0;
        border-radius: 3px;
        white-space: nowrap;
        font-family: Arial, Helvetica, sans-serif;

    }
    .table-info-flags tbody i:hover abbr {
        display: block;
    }

#client-duplicates tbody {
    padding: 0.125rem 2rem;
    border: 1px solid #A0A0A0;
    border-radius: 6px;
    margin: 0.5rem 0;
}