/* Print */
@media print {
    * {
        background-color: transparent !important;
        box-shadow: none !important;
        color: #000 !important; /* Black prints faster */
        text-shadow: none !important;
        font-size: 12px !important;
        overflow: visible !important;
    }

    nav, .navigation-drawer, .input-group, .btn, form, .tooltip, .status, .badge__badge, .datatable__actions, .tabs__bar { /* List all elements not to be printed */
        display: none;
    }

    .no-print {
        display: none;
    }

    .application .theme--dark.toolbar {
        display: none;
    }

    .display-1 {
        font-size: 24px !important;
    }

    .headline {
        font-size: 18px !important;
    }

    .title {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }

    a:after {
        content: '';
    }

    a[href]:after {
        content: none;
    }

    .flex.md2, .flex.md4 {
        flex-basis: 33% !important;
        -webkit-box-flex: 0;
        flex-grow: 0;
        max-width: 33% !important;
    }

    .flex.md3 {
        flex-basis: 50% !important;
        -webkit-box-flex: 0;
        flex-grow: 0;
        max-width: 50% !important;
    }

    .flex.md6 {
        flex-basis: 50% !important;
        -webkit-box-flex: 0;
        flex-grow: 0;
        max-width: 50% !important;
    }

    .table__overflow {
        overflow: visible;
        page-break-before: avoid;
    }

    .divider {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .elevation-1 {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0) !important;
    }

    .content {
        padding: 0 0 0 0 !important;
        top: 0;
        left: 0;
    }

    .button-tab .tabs__item--active {
        color: #337ab7 !important;
    }

    .data-boxes .card {
        display: inline-flex;
    }

    @page {
        margin: .5cm 1cm;
    }
}

/* LENDER GLOBAL STYLES */
a {
    text-decoration: none;
    color: #337ab7;
}

#app {
    font-family: 'Open Sans', sans-serif;
}

.profile-img {
    margin-right: 10px;
    background-size: auto 100%;
    max-width: 125px;
    border: 2px solid #81A633;
    background: #efefef;
}

.brand > img {
    height: 40px;
    padding-top: 6px;
}

.lender_logo > img {
    height: 60px;
    background: #fafafa;
}

/* RG TEXT COLORS */

.rg-blue--text {
    color: #325D88 !important;
}

.rg-dark-blue--text {
    color: #283c5a !important;
}

.rg-light-blue--text {
    color: #d7e3ef !important;
}

.rg-light-blue-gray--text {
    color: #dcdce6 !important;
}

.rg-light-gray--text {
    color: #efefef !important;
}

.rg-gray--text {
    color: #666666 !important;
}

.rg-primary--text {
    color: #d2823b !important;
}

.rg-success--text {
    color: #81a633 !important;
}

.rg-info--text {
    color: #337ab7 !important;
}

.rg-warning--text {
    color: #f0c84f !important;
}

.rg-danger--text {
    color: #bf1919 !important;
}

/* RG BACKGROUND COLORS */

.rg-blue {
    background: #325D88 !important;
}

.rg-dark-blue {
    background: #283c5a !important;
}

.rg-light-blue {
    background: #d7e3ef !important;
}

.rg-light-blue-gray {
    background: #dcdce6 !important;
}

.rg-light-gray {
    background: #efefef !important;
}

.rg-gray {
    background: #666666 !important;
}

.rg-primary {
    background: #d2823b !important;
}

.rg-success {
    background: #81a633 !important;
}

.rg-info {
    background: #337ab7 !important;
}

.rg-warning {
    background: #f0c84f !important;
}

.rg-danger {
    background: #bf1919 !important;
}

table.table thead th {
    font-weight: 600;
    background: #D7E3EF;
    font-size: 1em;
}

.input-group--select .input-group__selections__comma {
    font-size: 14px;
}

.input-group.input-group--selection-controls .input-group__input {
    color: #81a633;
}

table.table thead tr {
    height: 36px;
}

#non_hover .table tbody tr:hover {
    background: transparent;
}

.input-group label {
    font-size: 14px;
}

.rg-popover {
    border: 1px solid #cccccc;
}

.list__tile {
    font-size: 14px;
    height: 28px;
}

.input-group--text-field input,
.input-group--text-field textarea {
    font-size: 14px;
}

.table tfoot tr,
.table tfoot tr {
    background: #fafafa;
}

.datatable__actions .btn {
    color: #d2823b;
}

.bookoutTable td.selected {
    background: #81a633;
    color: #fff;
}

.bookoutTable td {
    border: 1px solid #fff;
}

.bookoutTable ul {
    list-style: none;
}

.bookoutTable ul li {
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
    white-space: nowrap;
}

.bookoutTable ul li:nth-child(7) {
    border-bottom: 0;
}

.accent--text {
    color: #d2823b;
}

.content-format pre {
    background: #fff;
    border: 1px solid #ddd;
    color: #666;
    font-size: .9em;
    line-height: 1.714285714;
    padding: 24px;
    overflow: auto;
}

.button-tab .tabs__item--active {
    background: #337ab7;
    color: #fff;
}

.rg-box-outer:hover {
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2)
}

.rg-dash .card__title {
    padding: 8px 16px;
}

.notes-border {
    border-left: 10px solid #C7C7C7;
}

.table__overflow {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
}

.expand--striped tbody tr:nth-child(4n-3) {
    background-color: #f9f9f9;
}

.expand--striped tbody tr:nth-child(4n-1) {
    background-color: #fff;
}

.table--striped tbody > tr:nth-child(even) {
    background: #f9f9f9;
}

.table--striped tbody > tr:nth-child(odd) {
    background: #FFF;
}

.xl-large-icon {
    font-size: 70px;
}

.lender-chips .chip {
    border-radius: 2px;
}

.dialog {
    background-color: #fff;
}

label {
    color: #325D88;
    text-transform: uppercase;
    display: block;
}

.dataField_label {
    margin-bottom: 12px;
    min-height: 42px;
}

table.v-table thead th {
    font-weight: 600;
    background-color: #D7E3EF;
    font-size: 1em;
}

table.v-table thead tr {
    height: 36px;
}

.button-tab .v-tabs__item--active {
    background: #337ab7;
    color: #fff;
}
