#loader {
    width: 100%;
    height: 1000px;
    position: fixed;
    background-color: aliceblue;
    z-index: 9999999;
    opacity: 0.7;
    padding-top: 10%;
    display: none;
}

.bg-danger {
    background-color: #22460d !important;
}

/*.bg-danger {
    background-color: #A40000 !important;
}*/


/*.bg-danger {
    background-color: #000 !important;
}*/

/* MODAL FOR SEND EMAIL TEMPLATES */
.send-customer-email {
    max-width: 600px;
    margin: auto;
}

.send-customer-email .modal-content {
    width: 500px;
}
.trbackground-container {
    background-image: url("../img/PAID.png");
    background-repeat: no-repeat;
    background-position: center;
}

@media print {

    /*tr {*/
    /*    page-break-inside: auto;*/
    /*    page-break-after: auto;*/

    /*}*/
    /*body*/
    /*{*/
    /*    margin: 25mm 25mm 50mm 25mm;*/
    /*}*/
    /*table { page-break-inside:auto }*/
    /*tr    { page-break-inside:auto; page-break-after:auto }*/

    /*.invoice-tbody.print-only-tr:nth-child(9n) {*/
    /*    page-break-after: always;*/
    /*}*/

    thead { display:table-header-group }
    tfoot { display:table-footer-group }
    /*.table-invoice-print{*/
    /*    margin-top: -20px!important;*/
    /*}*/

    /*.print-only {*/
    /*    position: absolute; top: 50%; left: 50%; transform: translate(-50%, 0); opacity: 0.3; font-size: 150pt; font-weight: bolder*/
    /*}*/
    /*.print-only-td {*/
    /*    position: relative; vertical-align: middle; text-align: center; border: none; padding: 0*/
    /*}*/
}

.custom-dropdown .btn:active, .custom-dropdown .btn:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none;
}

.custom-dropdown .btn.btn-custom {
    border: 1px solid #efefef;
}

.custom-dropdown .title-wrap {
    padding-top: 10px;
    padding-bottom: 10px;
}

.custom-dropdown .title {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.custom-dropdown .dropdown-link {
    color: #888;
    display: inline-block;
    padding-right: 0px;
    position: relative;
}

.custom-dropdown .dropdown-link .wrap-icon {
    font-size: 18px;
}

.custom-dropdown .dropdown-link .number {
    width: 20px;
    height: 20px;
    line-height: 16px;
    border-radius: 50%;
    background: #007bff;
    position: absolute;
    font-size: 11px;
    top: -10px;
    right: -10px;
    border: 2px solid #fff;
    color: #fff;
    text-align: center;
}

.custom-dropdown .dropdown-menu {
    border: 1px solid transparent;
    -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
    margin-top: 0 !important;
    padding: 0 10px;
    opacity: 0;
    right: -10px !important;
    -webkit-transition: .3s margin-top ease, .3s opacity ease, .3s visibility ease;
    -o-transition: .3s margin-top ease, .3s opacity ease, .3s visibility ease;
    transition: .3s margin-top ease, .3s opacity ease, .3s visibility ease;
    visibility: hidden;
    width: 320px;
}

.custom-dropdown .dropdown-menu.show {
    opacity: 1;
    visibility: visible;
    margin-top: 10px !important;
}

.custom-dropdown .custom-notifications {
    list-style: none;
    padding: 0;
    margin: 0;
    height: 200px;
    overflow-y: scroll;
    border-bottom: 1px solid #efefef;
}

.custom-dropdown .custom-notifications > li {
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
}

.custom-dropdown .custom-notifications > li:last-child {
    margin-bottom: 0;
}

.custom-dropdown .custom-notifications > li > a {
    display: block;
    padding: 20px;
    color: #bfbfbf;
}

.custom-dropdown .custom-notifications > li > a:hover {
    background: #f9f9f9;
}

.custom-dropdown .custom-notifications > li > a .img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
}

.custom-dropdown .custom-notifications > li > a .img img {
    width: 40px;
    border-radius: 50%;
}

.custom-dropdown .custom-notifications > li > a .text {
    margin-top: 0px;
}

.custom-dropdown .custom-notifications > li > a .text strong {
    font-weight: 700;
    color: #000;
}

.custom-dropdown .custom-notifications > li.unread a {
    background: #fffaef;
}
