body,
table {
    font-size: 12px;
    font-family: "Poppins", sans-serif;
}

table.table-invoices {
    font-size: 13px;
}

/*mono is not a class this is a my custom tag*/
mono {
    font-family: 'Fira Mono', monospace;
}

/*mono is not a class this is a my custom tag*/

.nav-home-logo img {
    filter: invert();
    transition: 300ms;
    max-width: 100px;
    position: relative;
    bottom: 3px;
}

.bill-logo {
    max-width: 132px;
    position: relative;
    top: 16px;
}

.nav-home-logo img:hover {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(345deg) brightness(102%) contrast(107%);
}

.no-bill {
    font-size: 14px;
    text-align: center;
    margin-top: 8%;
    font-weight: bold;
}

.maxw {
    max-width: 1060px;
    position: relative;
    margin: auto;
}

.wrapper {
    max-width: 1060px;
    margin: 30px auto 120px auto;
    position: relative;
    overflow: auto;
}

.home-screen {
    text-align: center;
    margin-top: 12%;
}

.home-screen i {
    font-size: 60px;
}

.clientNames {
    color: navy;
    font-weight: bold;
}

.home-screen .home-divide {
    width: 60px;
    background-color: #424242;
    height: 5px;
    margin: 24px auto;
}

.home-screen span {
    font-size: 18px;
    font-weight: bold;
}

.highlgt {
    background-color: #eeeeee;
    background: #eeeeee;
    font-size: 12px;
    font-weight: bold;
}

tr.td-padding td {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
}

tr.items-td-padding td {
    padding-top: 1rem;
    padding-bottom: 0;
}

tr.td-blank-after-items td {
    height: 160px;
}

.table-bordered,
.table-bordered td {
    border: 1px solid #a9a9a9;
}

tr.td-padding td,
tr.items-td-padding td,
tr.td-blank-after-items td {
    border-bottom: 0;
    border-top: 0;
}

td.rp-td {
    text-align: right;
    padding-right: 12px;
}

.nav-home-logo {
    color: #a7a7a7;
    font-size: 30px;
    transition: all 0.5s
}

.nav-home-logo:hover {
    color: #fff;
}

.btn-light {
    background-color: #d9e0e3;
}

i.dstar-logo {
    font-size: 48px;
    margin: 0;
    line-height: 0;
    position: relative;
    left: -12px;
}

.BillInvoiceNumWord {
    text-align: right;
    position: relative;
    top: 16px;
}

.BillInvoiceNum {
    font-size: 20px;
    text-align: right;
}

.form-control {
    font-size: 14px;
}

label {
    position: relative;
    top: 6px;
}

.svg_icon {
    position: relative;
    bottom: 2px;
}

.stamp-area {
    position: relative;
}

.paid-stamp {
    position: absolute;
    max-width: 172px;
    top: 10px;
    right: -32px;
    padding: 5px;
}

.paid-comment {
    position: absolute;
    right: -36px;
    width: 180px;
    top: 172px;
    text-align: center;
    color: #000000;
    font-weight: bold;
    background: #afb0af3b;
    padding: 4px;
    border-radius: 8px;
}

.stamp-del-link,
.stamp-edit-link {
    position: absolute;
    right: 0px;
    z-index: 200;
    top: 12px;
}

.stamp-del-link {
    right: 96px;
}

.LeftBottomTD {
    background-color: #434343;
    position: relative;
}

.LeftBottomTD span {
    transform: rotate(-90deg);
    white-space: nowrap;
    position: absolute;
    bottom: 68px;
    left: -28px;
    font-weight: bold;
    color: #9e9e9e;
}

td.net-amt {
    font-size: 16px;
}


.LinkCur {
    cursor: pointer;
}

.create-new-link {
    position: relative;
    bottom: 7px;
    font-size: 10px;
    display: inline-block;
    color: #005496;
    font-weight: bold;
    margin-bottom: 18px;
}

.view-minimum-width {
    min-width: 720px;
}

.waitgif {
    max-width: 40px;
    position: relative;
    top: 6px;
}

table.table-invoices ico {
    font-size: 16px;
    line-height: 0;
}

ico.icon-ok.status_paid {
    color: #00a900;
    text-shadow: none;
}

ico.icon-circle.status_unpaid,
ico.icon-delete {
    color: #ff4242;
    text-shadow: none;
}

ico.icon-circle.status_hold {
    color: orange;
    text-shadow: none;
}

ico.icon-ok.status_ppaid {
    color: #FF9800;
    background: rgb(0, 169, 0);
    background: -moz-linear-gradient(90deg, rgba(0, 169, 0, 1) 55%, rgba(253, 29, 29, 1) 55%);
    background: -webkit-linear-gradient(90deg, rgba(0, 169, 0, 1) 55%, rgba(253, 29, 29, 1) 55%);
    background: linear-gradient(90deg, rgba(0, 169, 0, 1) 55%, rgba(253, 29, 29, 1) 55%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00a900", endColorstr="#fd1d1d", GradientType=1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: none;
}

ico.icon-menu {
    color: #070f40;
}

.qr-codes span {
    font-size: 25px;
    line-height: 0;
}

.green {
    background-color: #d7ffd7;
    display: inline-block;
    padding: 3px 8px;
    border-radius: 4px;
    color: #036603;
    font-weight: bold;
}


tr.bills-row td,
tr.clients-row td {
    vertical-align: middle !important;
}

h4.dropdown-header {
    padding: 0px 26px;
    color: #111f72;
    font-size: 18px;
    font-weight: bold;
}

.badge-info {
    position: relative;
    bottom: 27px;
    border-radius: 16px;
    background-color: #fff700;
    padding: 4px 2px;
    color: #000;
    left: 13px;
}

i.icon-submenu-down.rotate180:before {
    transform: rotate(180deg);
}


@media (min-width: 576px) {
    .modal-dialog {
        max-width: 360px !important;
    }
}


@media print {
    a.edit-link {
        display: none !important;
    }

    .table tr.highlgt td {
        background-color: #eeeeee !important;
    }

    .table td.LeftBottomTD {
        background-color: #434343 !important;
    }

    .table-bordered {
        border: 1px solid #a9a9a9;
    }

    .table-bordered td {
        border: 1px solid #a9a9a9 !important;
    }

    .table-bordered tr.td-padding td,
    .table-bordered tr.items-td-padding td,
    .table-bordered tr.td-blank-after-items td {
        border-bottom: 0 !important;
        border-top: 0 !important;
    }
}