﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

.center{
	text-align: center;
}
.scrollable {
    overflow-y: auto !important;
    max-height: 350px !important;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
}

TABLE.gj-grid {
    table-layout: unset !important;
}

/*START Added by Jenny*/

/*Auto complete list item*/

.autocompleteItem {
    list-style-type: none;
    background-color: #fff;
}
 .autocompleteItem:hover {
        background-color: #d6dfec;
}

.ck-editor__editable {
    min-height: 250px !important;
}

.disabledItem {
    pointer-events: none;
}

.hideItem{
    visibility: hidden;
}

.showItem{
    visibility: visible;
}

/*Transaction Alert CSS*/
.transaction-alert .card.warning {
    background: linear-gradient(#fffbde, #fff182); /*copy color from .card.warning*/
}


.transaction-alert .card.normal {
    background: linear-gradient(#f0f9ff, #ccebff); /*copy color from .card.warning*/
}

/*For TR in Supplier Invoice Transaction*/
.trWarning {
    background: linear-gradient(#fffbde, #fff182); /*copy color from .card.warning*/
}

.trNormal {
    background: linear-gradient(#f0f9ff, #ccebff); /*copy color from .card.normal*/
}
.trDanger {
    background: linear-gradient(#ffe3e3, #ffa1a1); /*copy color from .card.past-due*/
}

/*Modal buttons*/
.modal-header .close{
    margin: -1rem 0 -1rem 0 !important;
}

/*END Added by Jenny*/

/* line 1, development/assets/scss/_base.scss */

body {
    font-family: "proxima-nova",sans-serif;
}

    /* line 3, development/assets/scss/_base.scss */

    body > .frame {
        width: 100%;
    }

/* line 9, development/assets/scss/_base.scss */

footer,
header,
nav,
main,
section {
    display: block;
}

/* line 18, development/assets/scss/_base.scss */

.col-2 {
    width: 100%;
}

/* line 26, development/assets/scss/_base.scss */

.clear {
    clear: both;
}

#tblTransactions tbody tr:nth-child(even) td {
    border: 0;
}

    #tblTransactions tbody tr:nth-child(even) td div {
        max-height: 0;
        overflow: hidden;
        transition: max-height .6s;
    }

        #tblTransactions tbody tr:nth-child(even) td div.show-more {
            max-height: 3000px;
        }

#tblTransactions tbody tr td .more-content {
    ;
    transition: transform .6s;
}

    #tblTransactions tbody tr td .more-content.show-more {
        transform: rotate(180deg);
    }
/* line 19, development/assets/scss/_homepage.scss */

.navbar-brand img {
    width: 60vw;
}

/* line 27, development/assets/scss/_homepage.scss */

.vertical-nav {
    display: none;
    z-index: 999;
    min-width: 19rem;
    width: 19rem;
    height: auto;
    position: absolute;
    top: 110px;
    left: 0;
    box-shadow: 3px 3px 10px rgba(0,0,0,0.1);
    transition: all 0.4s;
    padding-bottom: 3rem;
}

    .vertical-nav.fixed {
        position: fixed;
        overflow: scroll;
        top: 0;
        height: 100vh;
    }

/* line 45, development/assets/scss/_homepage.scss */

.menu-image {
    width: 200px;
}

/* line 50, development/assets/scss/_homepage.scss */

.main-menu li,
.mobile-menu li {
    margin: 0.5px 22px; /*SAM Menu space between menu options  margin: 3px 22px;*/
    border-radius: 4px;
    border: 1px solid #ededed;
}

    /* line 54, development/assets/scss/_homepage.scss */

    .main-menu li.orange,
    .mobile-menu li.orange {
        background-color: #f9ccaa;
    }

        /* line 56, development/assets/scss/_homepage.scss */

        .main-menu li.orange:hover,
        .mobile-menu li.orange:hover {
            background-color: #e0b594;
        }

    /* line 60, development/assets/scss/_homepage.scss */

    .main-menu li.purple,
    .mobile-menu li.purple {
        background-color: #d6dfec;
    }

        /* line 62, development/assets/scss/_homepage.scss */

        .main-menu li.purple:hover,
        .mobile-menu li.purple:hover {
            background-color: #bfc8d6;
        }

    /* line 66, development/assets/scss/_homepage.scss */

    .main-menu li.green,
    .mobile-menu li.green {
        background-color: #cddcaf;
    }

        /* line 68, development/assets/scss/_homepage.scss */

        .main-menu li.green:hover,
        .mobile-menu li.green:hover {
            background-color: #b7c49b;
        }

/* line 82, development/assets/scss/_homepage.scss */

/*START Added by Jenny here */
/*#dbadad*/
    .main-menu li.red,
    .mobile-menu li.red {
        background-color: #dbadad;
    }

        .main-menu li.red:hover,
        .mobile-menu li.red:hover {
            background-color: #9b5f5f;
        }


/*END */

.mobile-menu .mobile,
.mobile-menu li {
    margin: 0px;
    border-radius: 0;
    border: none;
    border-bottom: 3px solid #ededed;
}

    /* line 87, development/assets/scss/_homepage.scss */

    .mobile-menu .mobile .nav-link,
    .mobile-menu .mobile button,
    .mobile-menu li .nav-link,
    .mobile-menu li button {
        padding: 1em;
    }

    /* line 90, development/assets/scss/_homepage.scss */

    .mobile-menu .mobile:first-child,
    .mobile-menu li:first-child {
        border-top: 2px solid #ededed;
    }

    /* line 93, development/assets/scss/_homepage.scss */

    .mobile-menu .mobile:last-child,
    .mobile-menu li:last-child {
        border-bottom: none;
    }

    /* line 96, development/assets/scss/_homepage.scss */

    .mobile-menu .mobile form,
    .mobile-menu li form {
        padding: .5em 0;
    }



/* line 124, development/assets/scss/_homepage.scss */

.page-slide {
    width: 100%;
    padding: 1rem 1rem 0;
}

/* line 135, development/assets/scss/_homepage.scss */

#sidebar.active {
    margin-left: -19rem;
}

/* line 139, development/assets/scss/_homepage.scss */

#content.active {
    width: 100%;
    margin: 0;
}

/* line 144, development/assets/scss/_homepage.scss */

#sidebarCollapse {
    display: none;
}

    /* line 151, development/assets/scss/_homepage.scss */

    #sidebarCollapse:hover {
    }

/* line 173, development/assets/scss/_homepage.scss */

.page-content {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 1rem 1rem;
}

    /* line 175, development/assets/scss/_homepage.scss */

    .page-content .my-reminders .container {
        border-radius: 4px;
    }

    /* line 184, development/assets/scss/_homepage.scss */

    .page-content .my-reminders h5 {
        font-weight: 400;
    }

    /* line 187, development/assets/scss/_homepage.scss */

    .page-content .my-reminders .card {
        margin: 1rem 0;
        border: none;
    }

        /* line 194, development/assets/scss/_homepage.scss */

        .page-content .my-reminders .card .complete-date {
            display: inline-block;
        }

        /* line 201, development/assets/scss/_homepage.scss */

        .page-content .my-reminders .card a {
            float: right;
        }

        /* line 204, development/assets/scss/_homepage.scss */

        .page-content .my-reminders .card.past-due {
            background: linear-gradient(#ffe3e3, #ffa1a1);
        }

        /* line 210, development/assets/scss/_homepage.scss */

        .page-content .my-reminders .card.warning {
            background: linear-gradient(#fffbde, #fff182);
        }

        /* line 216, development/assets/scss/_homepage.scss */

        .page-content .my-reminders .card.complete {
            background: linear-gradient(#eaffe8, #baffb3);
        }

        /* line 223, development/assets/scss/_homepage.scss */

        .page-content .my-reminders .card.normal {
            background: linear-gradient(#f0f9ff, #ccebff);
        }

    /* line 231, development/assets/scss/_homepage.scss */

    .page-content .savings-container .container {
        background-color: #afccdb;
        border-radius: 4px;
    }

        /* line 233, development/assets/scss/_homepage.scss */

        .page-content .savings-container .container .card {
            margin: 1rem 0;
            border: none;
            box-shadow: inset 0 0 5px rgba(0,0,0,0.5);
        }

            /* line 218, development/assets/scss/_homepage.scss */

            .page-content .savings-container .container .card .card-body .card-text:last-child {
                display: flex;
                align-items: center;
                justify-content: space-between;
            }

/* line 12, development/assets/scss/_invoice.scss */

.invoice-header {
    text-align: center;
}

    /* line 23, development/assets/scss/_invoice.scss */

    .invoice-header img {
        width: 65vw;
        margin: 20px auto 10px;
        display: block;
    }

    /* line 36, development/assets/scss/_invoice.scss */

    .invoice-header .address {
        display: inline-block;
        font-size: 18px;
        margin: 10px auto;
        line-height: 1.25em;
        text-align: left;
    }

    /* line 57, development/assets/scss/_invoice.scss */

    .invoice-header table {
        width: 100%;
        text-align: center;
        margin: 20px auto;
        font-size: 15px;
        border-spacing: 0;
        border-top: 3px solid #4fa1c9;
        border-bottom: 3px solid #4fa1c9;
    }

        /* line 82, development/assets/scss/_invoice.scss */

        .invoice-header table thead tr th {
            padding: 5px 0;
        }

        /* line 89, development/assets/scss/_invoice.scss */

        .invoice-header table tbody tr td {
            border-top: 1px solid #333333;
            padding: 7px 0;
        }

        /* line 95, development/assets/scss/_invoice.scss */

        .invoice-header table tbody tr:last-child td:nth-child(3) {
            color: #db201d;
            font-weight: 700;
        }

/* line 105, development/assets/scss/_invoice.scss */

.invoice-info {
    max-width: 1800px;
}

/* line 109, development/assets/scss/_invoice.scss */

.invoice-title {
    text-align: center;
    margin: 0;
    font-size: 3rem;
}

/* line 118, development/assets/scss/_invoice.scss */

.invoice-employer,
.invoice-entity {
    min-height: 150px;
    max-width: 400px;
    width: 85%;
    margin: 20px auto;
    box-shadow: 2px 4px 11px 0px rgba(0,0,0,0.2);
    border-radius: 6px;
}

    /* line 125, development/assets/scss/_invoice.scss */

    .invoice-employer h3,
    .invoice-entity h3 {
        border-bottom: 2px solid #4fa1c9;
        font-size: 15px;
        padding: 10px 0px 5px;
        font-weight: 700;
        margin: 0 10px;
    }

    /* line 135, development/assets/scss/_invoice.scss */

    .invoice-employer ul,
    .invoice-entity ul {
        line-height: 1.5em;
        font-size: 1rem;
        list-style-type: none;
        padding: 10px 5px 10px 10px;
        margin: 0;
    }

/* line 150, development/assets/scss/_invoice.scss */

.main-invoice-container {
    width: 100%;
    margin: 35px auto;
    max-width: 1600px;
}

    /* line 158, development/assets/scss/_invoice.scss */

    .main-invoice-container .table-header {
        margin: 25px 5px 15px;
        font-size: 1.75rem;
    }

    /* line 162, development/assets/scss/_invoice.scss */

    .main-invoice-container .main-invoice {
        width: 98%;
        margin: 0 auto;
    }

        /* line 172, development/assets/scss/_invoice.scss */

        .main-invoice-container .main-invoice thead {
            display: none;
        }

        /* line 184, development/assets/scss/_invoice.scss */

        .main-invoice-container .main-invoice th:first-child {
            border-top-left-radius: 8px;
        }

        /* line 187, development/assets/scss/_invoice.scss */

        .main-invoice-container .main-invoice th:last-child {
            border-top-right-radius: 8px;
        }

        /* line 193, development/assets/scss/_invoice.scss */

        .main-invoice-container .main-invoice tbody tr td {
            border: none;
            padding: 12px 15px;
            vertical-align: top;
            display: block;
        }

            /* line 206, development/assets/scss/_invoice.scss */

            .main-invoice-container .main-invoice tbody tr td::before {
                content: none;
                content: attr(data-content) "";
                display: block;
                font-size: .875rem;
                font-weight: 700;
                margin-bottom: 5px;
            }

        /* line 218, development/assets/scss/_invoice.scss */

        .main-invoice-container .main-invoice tbody tr:nth-child(even) td {
            background-color: #edf6fa;
        }

		.main-invoice-container .main-invoice tbody .totals-row td {
			background-color: #fff !important;
			border: 0;
		}

		.main-invoice-container .main-invoice tbody .savings-row td {
			background-color: #fff !important;
			font-size: 17px;
			border: 0;
		}

    /* line 225, development/assets/scss/_invoice.scss */

    .main-invoice-container .invoice-totals-table {
        width: 98%;
        font-size: 16px;
        margin: 0 auto;
        margin-top: 20px;
    }

        /* line 235, development/assets/scss/_invoice.scss */

        .main-invoice-container .invoice-totals-table td {
            padding: 10px 3px;
            display: inline-block;
            width: 100%;
        }

            /* line 243, development/assets/scss/_invoice.scss */

            .main-invoice-container .invoice-totals-table td:first-child {
                font-weight: 700;
            }

            /* line 247, development/assets/scss/_invoice.scss */

            .main-invoice-container .invoice-totals-table td::before {
                content: none;
                content: attr(data-content) "";
                display: block;
                font-size: .875rem;
                font-weight: 700;
                margin-bottom: 5px;
            }

    /* line 259, development/assets/scss/_invoice.scss */

    .main-invoice-container .invoice-savings-table {
        font-size: 1rem;
        margin: 15px 0 0;
    }

        /* line 267, development/assets/scss/_invoice.scss */

        .main-invoice-container .invoice-savings-table td {
            padding: 5px 3px;
        }

            /* line 272, development/assets/scss/_invoice.scss */

            .main-invoice-container .invoice-savings-table td:first-child {
                font-weight: 700;
            }

/* line 279, development/assets/scss/_invoice.scss */

.payment-container {
    width: 96%;
    margin: 85px auto;
    max-width: 1600px;
}

    /* line 286, development/assets/scss/_invoice.scss */

	.payment-container .payment-methods {
		display: inline-block;
		padding: 10px 15px 0;
		border: 1px solid #777;
	}

        /* line 288, development/assets/scss/_invoice.scss */

        .payment-container .payment-methods .payable {
            font-size: 1rem;
            margin: 0 10px;
        }

        /* line 292, development/assets/scss/_invoice.scss */

        .payment-container .payment-methods h3 {
            font-size: 18px;
            margin: 10px;
        }

        /* line 296, development/assets/scss/_invoice.scss */

        .payment-container .payment-methods .ACH,
        .payment-container .payment-methods .by-mail {
            display: inline-block;
            border-left: 2px solid #4fa1c9;
            font-size: 16px;
            line-height: 1.25em;
            padding: 3px 7px;
        }

            /* line 302, development/assets/scss/_invoice.scss */

            .payment-container .payment-methods .ACH p,
            .payment-container .payment-methods .by-mail p {
                margin: 0;
            }

        /* line 306, development/assets/scss/_invoice.scss */

        .payment-container .payment-methods .ACH {
            margin: 0 0 15px 0;
        }

        /* line 313, development/assets/scss/_invoice.scss */

        .payment-container .payment-methods .by-mail + p {
            font-size: 1rem;
            font-style: italic;
        }

    /* line 319, development/assets/scss/_invoice.scss */

    .payment-container .invoice-total {
        display: inline-block;
        margin-top: 40px;
    }

        /* line 326, development/assets/scss/_invoice.scss */

        .payment-container .invoice-total table {
            text-align: right;
            border-collapse: collapse;
            font-size: 4.25vw;
        }

            /* line 341, development/assets/scss/_invoice.scss */

            .payment-container .invoice-total table tbody tr td {
                padding: 5px 7px;
            }

                /* line 346, development/assets/scss/_invoice.scss */

                .payment-container .invoice-total table tbody tr td:last-child {
                    border: 2px solid #000;
                    min-width: 100px;
                }

            /* line 351, development/assets/scss/_invoice.scss */

            .payment-container .invoice-total table tbody tr:last-child {
                font-weight: 700;
            }

                /* line 354, development/assets/scss/_invoice.scss */

                .payment-container .invoice-total table tbody tr:last-child td:last-child {
                    background-color: #f9ff8a;
                }

/* line 364, development/assets/scss/_invoice.scss */

.savings-analysis-container {
    width: 96%;
    max-width: 1600px;
    margin: 0 auto 40px;
}

    /* line 368, development/assets/scss/_invoice.scss */

    .savings-analysis-container h3 {
        font-size: 1rem;
        margin: 0 0 5px;
        padding: 5px 0;
        border-bottom: 1px solid #4fa1c9;
    }

    /* line 374, development/assets/scss/_invoice.scss */

    .savings-analysis-container .savings-analysis {
        width: 100%;
        font-size: 3.5vw;
        border-collapse: collapse;
    }

        /* line 387, development/assets/scss/_invoice.scss */

        .savings-analysis-container .savings-analysis tbody tr td {
            text-align: center;
            padding: 10px 3px;
        }

            /* line 394, development/assets/scss/_invoice.scss */

            .savings-analysis-container .savings-analysis tbody tr td:nth-child(2) {
                text-align: center;
            }

        /* line 402, development/assets/scss/_invoice.scss */

        .savings-analysis-container .savings-analysis tbody tr:nth-child(even) td {
            background-color: #edf6fa;
        }

@media (min-width: 450px) {

    /* line 326, development/assets/scss/_invoice.scss */

    .payment-container .invoice-total table {
        font-size: 1rem;
    }

    /* line 374, development/assets/scss/_invoice.scss */

    .savings-analysis-container .savings-analysis {
        font-size: 1rem;
    }
}

@media (min-width: 768px) {

    /* line 18, development/assets/scss/_base.scss */

    .col-2 {
        width: 50%;
        float: left;
    }

    /* line 12, development/assets/scss/_homepage.scss */

    .nav-item.mobile {
        display: none;
    }

    .nav-item.username {
        border: none;
    }

        .nav-item.username .nav-link {
            margin-top: .25rem;
        }

    /* line 19, development/assets/scss/_homepage.scss */

    .navbar-brand img {
        width: auto;
    }

    /* line 27, development/assets/scss/_homepage.scss */

    .vertical-nav {
        display: block;
    }

    /* line 72, development/assets/scss/_homepage.scss */

    .main-menu li:hover,
    .mobile-menu li:hover {
        background-color: #ededed;
        box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.4) !important;
    }

    /* line 96, development/assets/scss/_homepage.scss */

    .mobile-menu .mobile form,
    .mobile-menu li form {
        padding: 0;
    }

        /* line 101, development/assets/scss/_homepage.scss */

        .mobile-menu .mobile form button,
        .mobile-menu li form button {
            color: #343a40 !important;
            box-shadow: none;
            background-color: transparent;
            width: auto;
        }

    /* line 114, development/assets/scss/_homepage.scss */

    .mobile-menu .mobile:hover,
    .mobile-menu li:hover {
        background-color: transparent;
        box-shadow: none !important;
    }

    /* line 124, development/assets/scss/_homepage.scss */

    .page-slide {
        width: calc(100% - 17rem);
        margin-left: 17rem;
        transition: all 0.4s;
    }

    /* line 144, development/assets/scss/_homepage.scss */

    #sidebarCollapse {
        display: inline-block;
        background: transparent;
        border: none;
    }

    /* line 163, development/assets/scss/_homepage.scss */

    #content {
        width: 100%;
        margin: 0;
    }

        /* line 167, development/assets/scss/_homepage.scss */

        #content.active {
            margin-left: 19rem;
            width: calc(100% - 19rem);
        }

    /* line 12, development/assets/scss/_invoice.scss */

    .invoice-header {
        text-align: inherit;
        padding: 45px 25px 60px;
    }

        /* line 23, development/assets/scss/_invoice.scss */

        .invoice-header img {
            width: 200px;
            margin: 0 auto;
        }

        /* line 36, development/assets/scss/_invoice.scss */

        .invoice-header .address {
            font-size: 16px;
            margin: 10px 0;
        }

        /* line 57, development/assets/scss/_invoice.scss */

        .invoice-header table {
            margin: 0px auto;
            width: 100%;
            font-size: 16px;
            max-width: 575px;
        }

    /* line 109, development/assets/scss/_invoice.scss */

    .invoice-title {
        text-align: right;
        margin-right: 15%;
    }

    /* line 135, development/assets/scss/_invoice.scss */

    .invoice-employer ul,
    .invoice-entity ul {
        padding: 10px 15px;
    }

    /* line 118, development/assets/scss/_invoice.scss */

    .invoice-employer,
    .invoice-entity {
        width: 90%;
        max-width: 600px;
    }

    /* line 150, development/assets/scss/_invoice.scss */

    .main-invoice-container {
        width: 96%;
        position: relative;
    }

        /* line 267, development/assets/scss/_invoice.scss */

        .main-invoice-container .invoice-savings-table td {
            padding: 5px 10px;
        }

    /* line 279, development/assets/scss/_invoice.scss */

    .payment-container {
        margin: 10px auto 75px;
    }

        /* line 306, development/assets/scss/_invoice.scss */

        .payment-container .payment-methods .ACH {
            margin: 0 25px 0 0;
        }

            /* line 326, development/assets/scss/_invoice.scss */

            .payment-container .invoice-total table {
                font-size: 14px;
            }

                /* line 341, development/assets/scss/_invoice.scss */

                .payment-container .invoice-total table tbody tr td {
                    padding: 3px 7px;
                }

    /* line 374, development/assets/scss/_invoice.scss */

    .savings-analysis-container .savings-analysis {
        border-collapse: separate;
        font-size: 14px;
    }

        /* line 387, development/assets/scss/_invoice.scss */

        .savings-analysis-container .savings-analysis tbody tr td {
            padding: 3px 5px;
            text-align: right;
        }

            /* line 394, development/assets/scss/_invoice.scss */

            .savings-analysis-container .savings-analysis tbody tr td:nth-child(2) {
                text-align: left;
            }

        /* line 402, development/assets/scss/_invoice.scss */

        .savings-analysis-container .savings-analysis tbody tr:nth-child(even) td {
            background-color: transparent;
        }
}

@media print and (min-width: 768px) {

    /* line 22, development/assets/scss/_print.scss */

    .main-invoice th {
        padding: 5px;
        background-color: #e6e6e6;
        border-bottom: 1px solid #000;
    }
}

@media (min-width: 992px) {

    /* line 36, development/assets/scss/_invoice.scss */

    .invoice-header .address {
        vertical-align: top;
        margin: 0px;
        display: inline-block;
        padding-left: 15px;
    }

    /* line 57, development/assets/scss/_invoice.scss */

    .invoice-header table {
        max-width: 475px;
    }

    /* line 125, development/assets/scss/_invoice.scss */

    .invoice-employer h3,
    .invoice-entity h3 {
        font-size: 1rem;
    }

    /* line 162, development/assets/scss/_invoice.scss */

    .main-invoice-container .main-invoice {
        width: 100%;
        text-align: left;
        border-spacing: 0;
        border-collapse: collapse;
        font-size: 14px;
    }

        /* line 172, development/assets/scss/_invoice.scss */

        .main-invoice-container .main-invoice thead {
            display: table-header-group;
        }

        /* line 178, development/assets/scss/_invoice.scss */

        .main-invoice-container .main-invoice th {
            padding: 5px;
            background-color: #e6e6e6;
            border-bottom: 1px solid #000;
        }

        /* line 193, development/assets/scss/_invoice.scss */

        .main-invoice-container .main-invoice tbody tr td {
            display: table-cell;
            border-bottom: 1px solid #000;
            vertical-align: top;
            padding: 5px;
            width: auto;
        }

            /* line 206, development/assets/scss/_invoice.scss */

            .main-invoice-container .main-invoice tbody tr td::before {
                content: none;
            }

    /* line 225, development/assets/scss/_invoice.scss */

    .main-invoice-container .invoice-totals-table {
        float: right;
        width: 44%;
        font-size: 14px;
        margin-top: 0;
		text-align: right;
    }

        /* line 235, development/assets/scss/_invoice.scss */

        .main-invoice-container .invoice-totals-table td {
            display: table-cell;
            width: auto;
        }

            /* line 247, development/assets/scss/_invoice.scss */

            .main-invoice-container .invoice-totals-table td::before {
                content: none;
            }

    /* line 259, development/assets/scss/_invoice.scss */

    .main-invoice-container .invoice-savings-table {
        position: absolute;
        right: 0;
        margin-top: 40px;
    }

    /* line 326, development/assets/scss/_invoice.scss */

    .payment-container .invoice-total table {
        font-size: 1rem;
    }
}

@media (min-width: 1250px) {

    /* line 12, development/assets/scss/_invoice.scss */

    .invoice-header {
        padding: 30px 50px;
        max-width: 1600px;
    }

        /* line 36, development/assets/scss/_invoice.scss */

        .invoice-header .address {
            font-size: 18px;
            margin: 0px;
        }

        /* line 57, development/assets/scss/_invoice.scss */

        .invoice-header table {
            font-size: 18px;
            margin: 0 auto;
        }
}

@media print {

    /* line 13, development/assets/scss/_print.scss */

    .main-invoice {
        width: 100% !important;
        text-align: left !important;
        border-spacing: 0 !important;
        border-collapse: collapse !important;
        font-size: 12px !important;
    }

        /* line 19, development/assets/scss/_print.scss */

        .main-invoice thead {
            display: table-header-group !important;
        }

        /* line 31, development/assets/scss/_print.scss */

        .main-invoice tbody tr td {
            display: table-cell !important;
            border-bottom: 1px solid #000 !important;
            vertical-align: top !important;
            padding: 5px !important;
            width: auto !important;
        }

            /* line 38, development/assets/scss/_print.scss */

            .main-invoice tbody tr td::before {
                content: none !important;
            }

    /* line 44, development/assets/scss/_print.scss */

    .invoice-totals-table {
        float: right !important;
        width: 46% !important;
        font-size: 14px !important;
    }

        /* line 48, development/assets/scss/_print.scss */

        .invoice-totals-table td {
            display: table-cell !important;
            width: auto !important;
        }

            /* line 52, development/assets/scss/_print.scss */

            .invoice-totals-table td::before {
                content: none !important;
            }

    /* line 56, development/assets/scss/_print.scss */

    .invoice-savings-table {
        position: absolute !important;
        right: 15% !important;
        margin-top: 35px !important;
    }
}

.login-bg {
    position: absolute;
    width: 100%;
    height: 550px;
    left: 0;
    background-repeat: no-repeat;
    z-index: -1;
    background-size: cover;
    opacity: .3;
    background-image: url('/images/ss-pills.jpg');
}

@media (min-width: 768px) {
    .login-bg {
        width: 80%;
        left: 50%;
        transform: translate(-50%);
        max-width: 1000px;
    }
}

.login-details {
    width: 100%;
}

@media (min-width: 768px) {

    .login-details {
        width: 80%;
        max-width: 1000px;
    }
}

.login-logo {
    display: none;
}

@media (min-width: 768px) {
    .login-logo {
        display: inline-block;
    }
}

.login-details h1 {
    width: 100%;
}

.login-details .row {
    width: 100%;
}

.modal-preview-content {
    max-width: 90%;
}

@media (min-width: 768px) {
    .login-details h1 {
        width: 60%;
    }

    .login-details .row {
        width: 60%;
    }

    .modal-preview-content {
        width: 80%;
		max-width: 1300px;
    }
}

.previous-balance-table {
	width: 100%;
	margin: 10px auto 50px;
}

	.previous-balance-table thead tr {
		background-color: #edf6fa;
	}

	.previous-balance-table th, .previous-balance-table td {
		padding: .5rem;
	}

@media (min-width: 768px) {
	.previous-balance-table th, .previous-balance-table td {
		padding: .25rem 2rem;
		font-size: 14px;
	}
}

@media (min-width: 1005px) {
	.payment-container .invoice-total {
		float: right;
		margin-top: 20px;
	}
}

/*Drag and Drop*/
#form {
    max-width: 600px;
    margin: auto;
}

/*#button {
    margin-top: 50px;
    margin-right: 20px;
    float: right;
}*/

#fileuploader-container {
    border: 1px solid #d3d3d3;
    margin: 20px 20px 0 20px;
    /*background-color:dodgerblue;
    color:white;
    font-weight:400;*/
}

#form h3 {
    margin-left: 20px;
    font-weight: normal;
    font-size: 22px;
}
/*Drag and Drop*/


.mybutton {
    -moz-box-sizing: border-box;
    width: 100%;
    height: 60px;
    display: flex; /*CSS3*/
    align-items: center; /*Vertical align*/
    justify-content: center; /*horizontal align*/
    border: 1px solid #000;
    border-radius: 12px;
}

.word-wrap {
    white-space: normal;
}

/*SAM 03/26/2021*/
a.disabledSS {
    pointer-events: none;
    cursor: default;
    opacity: 0.8
}

.nav-test {
    display: inline-block;
    padding-top: 0.95rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 2.25rem;
    line-height: inherit;
    white-space: nowrap;
    color: red;
}

/*SAM 06/10/2021 - We Care Connect*/
.renewal {
    background-color: #c8c4be78;
}

/*Colten Shipe - Ticket #61096 (1/4/22)*/
select[data-value="employee-responsive"] {
    width: 350px !important;
}

/*Colten Shipe, Ticket #60143 (7/7/21)*/
/*https://css-tricks.com/responsive-data-tables*/
@media only screen and (max-width: 1200px) {

    /* Force table to not be like tables anymore */
    .table_responsive_row * {
        display: block;
    }

    .table_responsive_row .card {
        max-width: unset !important;
    }

    .table_responsive_row .row {
        max-height: unset !important;
    }

    .table_responsive_row .col-sm-3 {
        flex: 0 0 100% !important;
        -ms-flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .table_responsive_row .btn-sm {
        float: unset !important;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    .table_responsive_row thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .table_responsive_row tr {
        border: 1px solid #ccc;
    }

    .table_responsive_row td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
    }

    .table_responsive_row td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
    }

    .table_responsive_row tr:nth-of-type(odd) {
        background: #eee;
    }

    .table_responsive_row .btn {
        width: 100%;
        border-radius: unset;
        margin: 0 !important;
    }

    .table_responsive_row .btn::after {
        content: attr(title);
        font-size: 2vw;
    }

    .table_responsive_row td {
        font-size: 3vw;
        width: 100% !important;
    }

    /*Label the data*/

    /*Employer Group Invoice page*/
    .table_responsive_invoice td:nth-of-type(1):before {
        font-weight: 800;
        font-size: 3vw;
        content: "Invoice #";
    }

    .table_responsive_invoice td:nth-of-type(2):before {
        font-weight: 800;
        font-size: 3vw;
        content: "Invoice Date";
    }

    .table_responsive_invoice td:nth-of-type(3):before {
        font-weight: 800;
        font-size: 3vw;
        content: "Amount";
    }

    .table_responsive_invoice td:nth-of-type(4):before {
        font-weight: 800;
        font-size: 3vw;
        content: "Total Payments";
    }

    .table_responsive_invoice td:nth-of-type(5):before {
        font-weight: 800;
        font-size: 3vw;
        content: "Balance";
    }

    .table_responsive_invoice td:nth-of-type(6):before {
        font-weight: 800;
        font-size: 3vw;
        content: "Days Aging";
    }

    .table_responsive_invoice td:nth-of-type(7):before {
        font-weight: 800;
        font-size: 3vw;
        content: "Status";
    }

    .table_responsive_invoice td:nth-of-type(8):before {
        font-weight: 800;
        font-size: 3vw;
        content: "Actions";
    }

    /*Eligibility page*/
    .table_responsive_eligibility td:nth-of-type(1):before {
        font-weight: 800;
        font-size: 3vw;
        padding: 0.3rem;
        content: "First Name";
    }

    .table_responsive_eligibility td:nth-of-type(2):before {
        font-weight: 800;
        font-size: 3vw;
        padding: 0.3rem;
        content: "Last Name";
    }

    .table_responsive_eligibility td:nth-of-type(3):before {
        font-weight: 800;
        font-size: 3vw;
        padding: 0.3rem;
        content: "Member #";
    }

    .table_responsive_eligibility td:nth-of-type(4):before {
        font-weight: 800;
        font-size: 3vw;
        padding: 0.3rem;
        content: "Term Date";
    }

    .table_responsive_eligibility td:nth-of-type(5):before {
        font-weight: 800;
        font-size: 3vw;
        padding: 0.3rem;
        content: "Input Date";
    }

    .table_responsive_eligibility td:nth-of-type(6):before {
        font-weight: 800;
        font-size: 3vw;
        padding: 0.3rem;
        content: "Modified By";
    }

    .table_responsive_eligibility td:nth-of-type(7):before {
        font-weight: 800;
        font-size: 3vw;
        padding: 0.3rem;
        content: "Actions";
    }

    /*Brokers Index page*/
    .table_responsive_brokers td:nth-of-type(1):before {
        font-weight: 800;
        font-size: 3vw;
        padding: 0.3rem;
        content: "Name";
    }

    .table_responsive_brokers td:nth-of-type(2):before {
        font-weight: 800;
        font-size: 3vw;
        padding: 0.3rem;
        content: "Broker Name";
    }

    .table_responsive_brokers td[data-value="NAME"]:before {
        content: "Grand Total:";
    }

    .table_responsive_brokers td[data-value="HIDE"] {
        display: none;
    }

    .table_responsive_brokers td[data-value="TOTAL"]:before {
        content: "";
    }

    .table_responsive_brokers td:nth-of-type(3):before {
        font-weight: 800;
        font-size: 3vw;
        padding: 0.3rem;
        content: "Total";
    }

    .table_responsive_brokers td:nth-of-type(4):before {
        font-weight: 800;
        font-size: 3vw;
        padding: 0.3rem;
        content: "Eligible";
    }

    .table_responsive_brokers td:nth-of-type(5):before {
        font-weight: 800;
        font-size: 3vw;
        padding: 0.3rem;
        content: "Commission Owed";
    }

    .table_responsive_brokers td:nth-of-type(6):before {
        font-weight: 800;
        font-size: 3vw;
        padding: 0.3rem;
        content: "Expenses";
    }

    .table_responsive_brokers td:nth-of-type(7):before {
        font-weight: 800;
        font-size: 3vw;
        padding: 0.3rem;
        content: "Commission Debit";
    }

    .table_responsive_brokers td:nth-of-type(8):before {
        font-weight: 800;
        font-size: 3vw;
        padding: 0.3rem;
        content: "Actions";
    }

    .table_responsive_brokers td:nth-of-type(9):before {
        font-weight: 800;
        font-size: 3vw;
        padding: 0.3rem;
        content: "Broker Commissions";
    }

    .table_responsive_brokers td:nth-of-type(10):before {
        font-weight: 800;
        font-size: 3vw;
        padding: 0.3rem;
        content: "Last Commission";
    }

    .table_responsive_brokers td:nth-of-type(11):before {
        font-weight: 800;
        font-size: 3vw;
        padding: 0.3rem;
        content: "Employer Invoices";
    }

    /*Broker EG Invoice page*/
    .table_responsive_broker_invoice td:nth-of-type(1):before {
        font-weight: 800;
        font-size: 3vw;
        content: "Employer Group";
    }

    .table_responsive_broker_invoice td:nth-of-type(2):before {
        font-weight: 800;
        font-size: 3vw;
        content: "Invoice #";
    }

    .table_responsive_broker_invoice td:nth-of-type(3):before {
        font-weight: 800;
        font-size: 3vw;
        content: "Invoice Date";
    }

    .table_responsive_broker_invoice td:nth-of-type(4):before {
        font-weight: 800;
        font-size: 3vw;
        content: "Status";
    }

    .table_responsive_broker_invoice td:nth-of-type(5):before {
        font-weight: 800;
        font-size: 3vw;
        content: "Days Aging";
    }

    .table_responsive_broker_invoice td:nth-of-type(6):before {
        font-weight: 800;
        font-size: 3vw;
        content: "Actions";
    }

    .table_responsive_employer td:nth-of-type(1):before {
        font-weight: 800;
        font-size: 3vw;
        content: "Name";
        text-align: left;
    }

    .table_responsive_employer td:nth-of-type(2):before {
        font-weight: 800;
        font-size: 3vw;
        content: "DBA";
        text-align: left;
    }

    .table_responsive_employer td {
        text-align: left !important;
    }

    .table_responsive_employer td:empty {
        visibility: hidden !important;
    }

    .table_responsive_employer td:nth-of-type(2):after {
        font-size: 3vw;
        height: 140%;
    }

    .table_responsive_employer td:nth-of-type(3):before {
        font-weight: 800;
        font-size: 3vw;
        content: "#Employees";
        text-align: left;
    }

    .table_responsive_employer td:nth-of-type(4):before {
        font-weight: 800;
        font-size: 3vw;
        content: "#Members";
        text-align: left;
    }

    .table_responsive_employer td:nth-of-type(5):before {
        font-weight: 800;
        font-size: 3vw;
        content: "#Invoices";
        text-align: left;
    }

    .table_responsive_employer td:nth-of-type(6):before {
        font-weight: 800;
        font-size: 3vw;
        content: "Inv. Balance";
        text-align: left;
    }

    .table_responsive_employer td:nth-of-type(7):before {
        font-weight: 800;
        font-size: 3vw;
        content: "Days Past";
        text-align: left;
    }

    .table_responsive_employer td:nth-of-type(8):before {
        font-weight: 800;
        font-size: 3vw;
        content: "Actions";
        text-align: left;
    }

    .table_responsive_employer td:nth-of-type(9):before {
        font-weight: 800;
        font-size: 3vw;
        content: "Entities";
        text-align: left;
    }
}

@media only screen and (max-width: 1500px) {
    input[type="date"] {
        width: 100% !important;
    }

    label[data-value="eligibility"] {
        text-align: right !important;
    }

    select[data-value="responsive"] {
        width: 125% !important;
    }

    #gridContainer_broker {
        width: 70vw;
    }
}

@media only screen and (max-width: 1400px) {
    input[type="date"] {
        width: 115% !important;
    }

    select[data-value="responsive"] {
        width: 140% !important;
    }

    #gridContainer_broker {
        width: 80vw;
    }

    .responsive_employer * {
        display: block;
    }
}

@media only screen and (max-width: 1200px) {
    select[data-value="responsive"] {
        width: 152% !important;
    }

    br[data-value="eligibility"] {
        display: initial !important;
    }

    label[data-value="eligibility"] {
        max-width: 125% !important;
        font-weight: 800;
        font-size: 3vw;
        text-align: left !important;
    }

    select[data-value="eligibility"] {
        width: 300%;
    }

    input[data-value="eligibility"] {
        width: 300%;
    }
}

@media only screen and (max-width: 590px) {
    select[data-value="eligibility"] {
        width: 100% !important;
    }

    input[data-value="eligibility"] {
        width: 100% !important;
    }

    select[data-value="employee-responsive"] {
        width: 100% !important;
    }
}

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
    .report_responsive div[class="col-5 text-center"] {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .report_responsive .btn:after {
        content: attr(data-value);
        vertical-align: top;
    }

    .report_responsive #headers {
        display: none;
    }
}

/*SAM 10/07/2021*/
.table-condensed {
    font-size: 14px;
}

/*SAM 11/29/2021*/
div.photo-container {
    max-width: 25em;
    height: auto;
    position: relative;
    /*margin: 1.563em auto;*/
}

div.photo-container a {
    text-decoration: none;
    color: black;
    cursor: default;
    font-weight: normal;
}

div.photo-container a span {
    visibility: hidden;
    position: absolute;
    left: 5em;
    top: -7.3em;
    background: #ffff6b;
    width: 17em;
    border: 1px solid #404040;
    font-size: 0.8em;
    padding: 0.3em;
    cursor: default;
    line-height: 1.4;
}

div.photo-container a:hover span {
    visibility: visible;
}

#scrolling-container {
    border: 1px solid #D3D3D3;
    overflow-x: scroll;
    width: 100%;
}

.trueblue {
    background-color: #0073CF;
    /*font-weight: bold;*/
}
.azureblue {
    background-color: #016864;
    /*font-weight: bold;*/
}
.forceblue {
    background-color: #00356B;
    /*font-weight: bold;*/
}
.turquioiseblue {
    background-color: #3944BC;
    /*font-weight: bold;*/
}
.aegeanblue {
    background-color: #FF6701;
}
.indigoblue {
    background-color: #281E5D;
}

.reminder-text{
    font-family: sans-serif;
    font-size: .8rem;
}

.reminder-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: .5rem;
}