.invoice-list-wrapper {
    margin-top: 45px;
    margin-bottom: 22px
}

    .invoice-list-wrapper .responsive-table .top .action-filters {
        -webkit-box-flex: .95;
        -webkit-flex-grow: .95;
        -ms-flex-positive: .95;
        flex-grow: .95
    }

        .invoice-list-wrapper .responsive-table .top .action-filters .dataTables_filter {
            width: 100%;
            padding-right: 30px
        }

            .invoice-list-wrapper .responsive-table .top .action-filters .dataTables_filter label {
                position: relative
            }

                .invoice-list-wrapper .responsive-table .top .action-filters .dataTables_filter label input[type=search] {
                    height: 3.2rem;
                    margin: 0;
                    padding-left: 1.5rem;
                    border: 1px solid #9e9e9e !important;
                    border-bottom: none;
                    border-radius: 150px;
                    background: #fff
                }

                    .invoice-list-wrapper .responsive-table .top .action-filters .dataTables_filter label input[type=search]:focus {
                        box-shadow: none
                    }

                .invoice-list-wrapper .responsive-table .top .action-filters .dataTables_filter label .filter-btn {
                    position: absolute;
                    top: -14px;
                    right: 7px
                }

    .invoice-list-wrapper .responsive-table .top .action-btns {
        -webkit-box-flex: .05;
        -webkit-flex-grow: .05;
        -ms-flex-positive: .05;
        flex-grow: .05;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .invoice-list-wrapper .responsive-table .invoice-data-table {
        border-collapse: collapse;
        box-shadow: box-shadow .25s
    }

        .invoice-list-wrapper .responsive-table .invoice-data-table th {
            width: auto !important;
            padding: 5px 8px;
            border-bottom: 1px solid #e0e0e0
        }

        .invoice-list-wrapper .responsive-table .invoice-data-table.dataTable tbody td {
            padding: .8rem
        }

            .invoice-list-wrapper .responsive-table .invoice-data-table.dataTable tbody td .invoice-action a {
                color: #9e9e9e
            }

                .invoice-list-wrapper .responsive-table .invoice-data-table.dataTable tbody td .invoice-action a i {
                    font-size: 1.5rem
                }

        .invoice-list-wrapper .responsive-table .invoice-data-table tr:last-child {
            border-bottom-color: transparent
        }

        .invoice-list-wrapper .responsive-table .invoice-data-table .dt-checkboxes-cell input {
            opacity: .5;
            -webkit-appearance: none
        }

            .invoice-list-wrapper .responsive-table .invoice-data-table .dt-checkboxes-cell input::after, .invoice-list-wrapper .responsive-table .invoice-data-table .dt-checkboxes-cell input::before {
                position: absolute;
                z-index: 0;
                top: -4px;
                left: 0;
                width: 18px;
                height: 18px;
                margin-top: -3px;
                content: '';
                -webkit-transition: .2s;
                transition: .2s;
                border: 2px solid #9e9e9e;
                border-radius: 4px
            }

            .invoice-list-wrapper .responsive-table .invoice-data-table .dt-checkboxes-cell input:checked::after, .invoice-list-wrapper .responsive-table .invoice-data-table .dt-checkboxes-cell input:checked:before {
                top: -4px;
                left: -5px;
                width: 12px;
                height: 22px;
                -webkit-transform: rotate(40deg);
                -ms-transform: rotate(40deg);
                transform: rotate(40deg);
                -webkit-transform-origin: 100% 100%;
                -ms-transform-origin: 100% 100%;
                transform-origin: 100% 100%;
                border-top: 2px solid transparent;
                border-right: 2px solid #ff4081;
                border-bottom: 2px solid #ff4081;
                border-left: 2px solid transparent;
                -webkit-backface-visibility: hidden;
                backface-visibility: hidden
            }

    .invoice-list-wrapper .responsive-table .bottom {
        margin-top: 1rem;
        float:right;
    }

        .invoice-list-wrapper .responsive-table .bottom .dataTables_paginate .paginate_button {
            margin-top: .25rem;
            display: inline-block;
            box-sizing: border-box;
            display: inline-block;
            min-width: 1.5em;
            padding: 0.3em 0.7em;
            margin-left: 2px;
            text-align: center;
            text-decoration: none !important;
            cursor: pointer;
            cursor: hand;
            color: #333 !important;
            border: 1px solid transparent;
            border-radius: 2px;
        }

            .invoice-list-wrapper .responsive-table .bottom .dataTables_paginate .paginate_button.current, .invoice-list-wrapper .responsive-table .bottom .dataTables_paginate .paginate_button:hover {
                color: #fff !important;
                border: 1px solid #3f51b5;
                border-radius: 4px;
                background: #3f51b5;
                box-shadow: 0 0 8px 0 #3f51b5
            }

    .invoice-list-wrapper .responsive-table .bullet {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin-right: .2rem;
        border-radius: 50%
    }

    .invoice-list-wrapper table.dataTable.dtr-column > tbody > tr > td.control:before, .invoice-list-wrapper table.dataTable.dtr-column > tbody > tr > th.control:before {
        left: 80%
    }

.invoice-view-wrapper .invoice-calc .invoice-title {
    width: 171px
}

.invoice-view-wrapper .invoice-from, .invoice-view-wrapper .invoice-to {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #6b6f82
}

.invoice-view-wrapper .invoice-action-wrapper .invoice-action-btn:not(:last-child) {
    margin-bottom: .8rem
}

.invoice-view-wrapper .invoice-address {
    margin-bottom: 1rem
}

.invoice-edit-wrapper .invoice-date-picker small {
    white-space: nowrap
}

.invoice-edit-wrapper .px-36 {
    padding-right: 36px;
    padding-left: 36px
}

.invoice-edit-wrapper .invoice-item {
    border: 1px solid #e8e8e8;
    border-radius: 4px
}

    .invoice-edit-wrapper .invoice-item .invoice-icon {
        padding: 5px;
        border-left: 1px solid #e8e8e8
    }

    .invoice-edit-wrapper .invoice-item .invoice-item-filed {
        padding: .8rem
    }

    .invoice-edit-wrapper .invoice-item .dropdown-content {
        overflow: visible;
        width: 254px;
        padding: 10px
    }

.invoice-edit-wrapper .delete-row-btn, .invoice-edit-wrapper .dropdown {
    cursor: pointer;
    text-align: center
}

    .invoice-edit-wrapper .delete-row-btn i, .invoice-edit-wrapper .dropdown i {
        font-size: 1.2rem
    }

.invoice-edit-wrapper .invoice-action-wrapper .invoice-action-btn:not(:last-child) {
    margin-bottom: .8rem
}

    .invoice-edit-wrapper .invoice-action-wrapper .invoice-action-btn:not(:last-child) .preview, .invoice-edit-wrapper .invoice-action-wrapper .invoice-action-btn:not(:last-child) .save {
        padding: 0 .75rem
    }

.invoice-edit-wrapper .invoice-action-wrapper .btn {
    padding: 0
}

.invoice-edit-wrapper input, .invoice-edit-wrapper select, .invoice-edit-wrapper textarea.materialize-textarea {
    border-bottom: 1px solid #e8e8e8 !important
}

@media (min-width:600px) {
    .responsive-table .top .action-btns .btn, .responsive-table .top .action-filters .btn {
        padding: 0 1rem
    }

        .responsive-table .top .action-btns .btn i, .responsive-table .top .action-filters .btn i {
            float: left;
            margin-right: 8px
        }

    .invoice-date-picker, .invoice-logo {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

@media (max-width:600px) {
    .invoice-payment {
        padding: 1rem;
        border: 1px solid #e8e8e8;
        border-radius: 4px
    }

    .invoice-date-picker {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (max-width:1054px) and (min-width:600px) {
    .invoice-action-wrapper .btn .responsive-text {
        font-size: .8rem
    }
}

@media (min-width:1201px) {
    .invoice-view-wrapper .invoice-date {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

@media print {
    body, html {
        visibility: hidden
    }

    .invoice-print-area {
        visibility: visible;
        page-break-after: auto
    }

        .invoice-print-area .divider {
            margin: .5rem 0 !important
        }

    .btn-buy-now, .btn-customizer, .invoice-action-wrapper, .navbar, .page-footer, .sidenav-main, .theme-cutomizer {
        display: none
    }

    .card {
        box-shadow: none
    }

        .card .card-content {
            padding: 0 !important
        }

    table td, table th {
        border: 1px solid #e8e8e8
    }

    .invoice-date-number .col, .invoice-info .col, .invoice-logo-title .col, .invoice-subtotal .row .col {
        width: 50% !important
    }
}

@page {
    margin: 0;
    padding: 0;
    size: auto
}
