﻿body {
    /*padding-top: 50px;*/
    padding-bottom: 20px;
    /*font-family: Calibri, 'Franklin Gothic', Arial;*/
    font-family: proxima-nova, Calibri, 'Franklin Gothic', Arial, sans-serif;
    /*font-family: 'Proxima Nova Soft', 'Helvetica Neue', Calibri, sans-serif;*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    line-height: 1.42857143;
}


/* From Bootstrap 3 - remove once upgraded and verified site components */
h1, .h1 {
    font-size: 36px;
}

h2, .h2 {
    font-size: 30px;
}

h3, .h3 {
    font-size: 24px;
}

h4, .h4 {
    font-size: 18px;
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}




a:hover {
    cursor: pointer;
}

.btn-warning {
    color: #000;
}


.btn-disabled {
    pointer-events: none
}



.cashflow_row_btn {
    border-bottom: 1px solid rgba(0,0,0,0.2);
    cursor: pointer;
    width: 100%;
    display: flex;
    padding: 3px 6px;
    cursor: pointer;
}

    .cashflow_row_btn:first-of-type {
        border-top: 1px solid rgba(0,0,0,0.2);
    }



/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content-stripped {
    margin: 0 auto;
    padding: 0px;
}

.tab-container {
    display: flex;
}

.tab {
    cursor: pointer;
    padding: 3px 8px 1px 8px;
}

    .tab:hover {
        cursor: pointer;
    }

.tab-selected {
    border-bottom: 2px solid #449d44;
}


.endpoint {
    border: 1px solid #bbb;
    padding-right: 2px;
    border-radius: 4px;
    margin-bottom: 5px;
    font-family: monospace;
    cursor: pointer;
    display: flex;
}

.endpoint-type {
    background-color: #1EC677;
    padding: 0 5px;
    color: #fff;
    margin-right: 5px;
}



@media (max-width: 767px) {
    .body-content,
    .body-content-stripped {
        margin-left: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
    }

    .btn-cfs {
        width: calc(100% - 20px);
        margin: 3px 10px 3px 10px;
    }

    .cashflow_content h2,
    .cashflow_content_padded h2 {
        padding-top: 0px;
        margin-top: 0px;
        margin-bottom: 5px;
    }

    /*.cashflow_content h2 {
        margin-left: 10px;
    }*/

    .cashflow_content h3,
    .cashflow_content_padded h3 {
        padding-top: 0px;
    }

    .cashflow_content h4,
    .cashflow_content_padded h4 {
        padding-top: 0px;
        margin-top: 0px;
        margin-bottom: 5px;
    }

    /*.cashflow_content h4 {
        margin-left: 10px;
    }
*/
    .cashflow_actionlink {
        padding: 8px 10px 8px 10px;
        cursor: pointer;
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    }

        .cashflow_actionlink a:hover {
            text-decoration: none;
        }

        .cashflow_actionlink:first-of-type {
            border-top: 1px solid rgba(0, 0, 0, 0);
        }


        .cashflow_actionlink:hover {
            background-color: #cddedb;
        }


    .cashflow_row,
    .cashflow_row_flex {
        padding: 5px 10px 5px 10px;
    }


    .cashflow_pad {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (min-width: 768px) {


    .body-content {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 45px;
    }

    .cashflow_content,
    .cashflow_content_padded {
        padding: 10px;
    }

        .cashflow_content h2,
        .cashflow_content_padded h2 {
            margin-left: 0px;
            margin-top: 0px;
            margin-bottom: 5px;
        }

        .cashflow_content h4,
        .cashflow_content_padded h4 {
            margin-top: 0px;
            margin-bottom: 5px;
        }

    .cashflow_actionlinks {
        float: right;
    }

    .cashflow_row,
    .cashflow_row_flex {
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

.cashflow_content,
.cashflow_content_padded {
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: hidden;
    margin-bottom: 10px;
}



.cashflow_content_padded {
    padding: 10px;
}

.cashflow_content_noborder {
    overflow: hidden;
    margin-bottom: 10px;
}

.cashflow_content .cashflow_content, .cashflow_content_padded .cashflow_content_padded, .cashflow_conent .cashflow_content_padded, .cashflow_content_padded .cashflow_content {
    /* Embedded cashflow_content object inside another cashflow_content object */
    box-shadow: none;
}


@media screen {
    .cashflow_content_header_green {
        border-left: 10px solid #1EC677 !important;
    }

    .cashflow_content_header_yellow {
        border-left: 10px solid orange !important;
    }


    .cashflow_content_header_red {
        border-left: 10px solid red !important;
    }

    .cashflow_content_header_red {
        border-left: 10px solid red !important;
    }

    .cashflow_content_header_blue {
        border-left: 10px solid #007bff !important;
    }
}

.cashflow_content_header_green:not(.print) {
    border-top: 1px solid #1EC677 !important;
    border-right: 1px solid #1EC677 !important;
    border-bottom: 1px solid #1EC677 !important;
}

.cashflow_content_header_yellow:not(.print) {
    border-top: 1px solid orange !important;
    border-right: 1px solid orange !important;
    border-bottom: 1px solid orange !important;
}

.cashflow_content_header_red:not(.print) {
    border-top: 1px solid red !important;
    border-right: 1px solid red !important;
    border-bottom: 1px solid red !important;
}

.cashflow_content_header_blue:not(.print) {
    border-top: 1px solid #007bff !important;
    border-right: 1px solid #007bff !important;
    border-bottom: 1px solid #007bff !important;
}



/*.menuLeft, .menuLeft_menu, .cashflow_content {
    margin-bottom: 10px;
}*/

/* Set widths on the form inputs since otherwise they're 100% wide */
/*input,
select,
textarea {
    max-width: 280px;
}*/

@media (max-width: 767px) {
    .cashflow_mobile {
    }

    .cashflow_full {
        display: none;
    }
}

@media (min-width: 767px) {
    .cashflow_mobile {
        display: none;
    }

    .cashflow_full {
    }
}

.cashflow_tabpanel {
    display: flex;
    margin-bottom: 5px;
}

.cashflow_tab {
    padding: 5px 10px;
    font-size: larger;
    cursor: pointer;
    margin-right: 3px;
    border-bottom: 2px solid #ccc;
}

    .cashflow_tab:hover, .cashflow_tab_x:hover {
        font-weight: bold;
    }

.cashflow_tab_x {
    margin-left: auto;
    padding: 5px 0 5px 5px;
    cursor: pointer;
    font-size: larger;
}

.cashflow_timedbanner {
    width: 100%;
    max-width: 300px;
    position: fixed;
    left: calc(50% - 150px);
    top: 0;
    height: 100px;
    z-index: 2000;
}

@media (max-with: 400px) {
    .cashflow_timedbanner {
        left: 0;
        max-width: 400px;
    }
}

.cashflow_row, .cashflow_row * {
    cursor: pointer;
}

.cashflow_row_flex {
    display: flex;
    cursor: pointer;
}

    .cashflow_row img,
    .cashflow_row_flex img {
        height: 16px;
        width: 16px;
        margin-right: 5px;
    }

.cashflow_row_deleted {
    font-style: italic;
}

.cashflow_flex {
    display: flex;
}

    .cashflow_flex[style*='display: block'] {
        display: flex !important;
    }

    .cashflow_flex img {
        height: 16px !important;
        width: 16px !important;
        min-width: 16px;
        min-height: 16px;
        margin-right: 5px;
        margin-left: 5px;
        margin-top: 3px;
    }

    .cashflow_flex svg {
        margin-right: 5px;
        margin-top: 3px;
    }

    .cashflow_icon, .cashflow_icon svg, .cashflow_flex .svg, .cashflow_flex .svg svg, .svg svg {
        height: 16px;
        width: 16px;
        min-width: 16px;
        max-width: 16px;
        margin-right: 5px;
    }




.cashflow_code {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
    border: 1px solid #a5a5a5;
    background-color: #f4f4f4;
    color: #999;
}

.cashflow_deleted {
    display: none;
}



@media print {
    footer {
        display: none;
    }
}

.main_login {
    font-family: Calibri, 'Franklin Gothic', Arial;
    font-size: 14px;
}

.footer_hr {
    clear: both;
}
/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* buttons and links extension to use brackets: [ click me ] */
.btn-bracketed::before {
    display: inline-block;
    content: "[";
    padding-right: 0.5em;
}

.btn-bracketed::after {
    display: inline-block;
    content: "]";
    padding-left: 0.5em;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none
    }
}

.loadMessage {
    margin-top: 10px;
    background-color: lightgoldenrodyellow;
    border: 1px solid #808080;
}

.copy-clip-hidden {
    margin-left: 10px;
    background-color: #3d3d3d;
    color: white;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: -5px;
    border-radius: 5px;
    font-weight: bold;
    opacity: 0;
    transition: all 250ms linear 2s;
}

.copy-clip {
    margin-left: 10px;
    background-color: #3d3d3d;
    color: white;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: -5px;
    border-radius: 5px;
    font-weight: bold;
}

.textID {
    font-size: smaller;
    color: #c2bcbc;
}

/*h3 {
    color: darkgreen;
    border-bottom: 1px solid darkgreen;
}*/

.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.invoiceLink {
    margin-top: 10px;
    border: 1px solid #808080;
    background-color: #c2bcbc;
    border-radius: 5px;
    box-shadow: rgb(224, 222, 222) 2px 2px;
    padding-left: 10px;
    font-size: large;
    display: flex;
}

    .invoiceLink input {
        max-width: 1000px;
        flex: 2;
        height: 34px;
        margin-left: 5px;
        margin-right: 5px;
    }

    .invoiceLink button {
        margin-right: 15px;
    }


@media (min-width: 400px) {
    .invoice_date {
        float: right;
    }
}





.invoice_items_table {
    width: 100%;
}

.invoice_items_header {
    border-bottom: 1px solid #808080;
    font-size: smaller;
    text-align: center;
}

.invoice_items_table_description {
    width: 100%;
}

.invoice_items_table_quantity {
    padding-left: 15px;
    padding-right: 15px;
}

.invoice_items_table_totalPrice {
    padding-left: 15px;
    padding-right: 15px;
    text-align: right;
}

.invoice_items_subtotal {
    text-align: right;
    border-top: 1px solid #808080;
    padding-right: 15px;
}

.invoice_items_shipping {
    text-align: right;
    padding-right: 15px;
}

.invoice_items_discount {
    text-align: right;
    color: red;
    padding-right: 15px;
}

.invoice_items_tax {
    text-align: right;
    padding-right: 15px;
}

.invoice_items_net {
    text-align: right;
    font-weight: bold;
    padding-right: 15px;
}





/*   *** *** GLOBAL TABLE *** *** *** */
.global_table_header {
    font-size: smaller;
    color: #808080;
    width: 100%;
    height: 15px;
    display: flex;
    line-height: 15px;
    margin-top: -10px;
}

.global_table_row:hover {
    background-color: #e2dfdf;
}

.global_table_row_green:hover {
    background-color: #abbfa8;
}

.global_table_col1_tick {
    background-image: url("../images/tick.png");
    background-repeat: no-repeat;
    background-position: center;
    width: 25px;
}

.global_table_col1_bullet {
    background-image: url("../images/bullet_black.png");
    background-repeat: no-repeat;
    background-position: center;
    width: 25px;
}

.global_table_redText {
    color: red;
}

@media(min-width: 450px) {
    .global_table_row {
        width: 100%;
        height: 30px;
        display: flex;
        line-height: 30px;
        cursor: pointer;
        border-bottom: 1px solid #e2dfdf;
    }

    .global_table_row_green {
        width: 100%;
        height: 30px;
        display: flex;
        line-height: 30px;
        cursor: pointer;
        background-color: #e1f3de;
    }
}

@media(max-width: 449px) {
    .global_table_row {
        width: 100%;
        height: 3em;
        display: block;
        line-height: 1.5em;
        cursor: pointer;
        border-bottom: 1px solid #e2dfdf;
        overflow: hidden;
    }

    .global_table_row_green {
        width: 100%;
        height: 3em;
        display: block;
        line-height: 1.5em;
        cursor: pointer;
        background-color: #e1f3de;
        overflow: hidden;
    }
}




/*  ===  Payment Series - Customer   --  TABLE  ===  */
.payment_cseriestable_header {
    font-size: smaller;
    color: #808080;
    width: 100%;
    height: 15px;
    display: flex;
    line-height: 15px;
}

.payment_cseriestable_col1 {
    width: 25px;
}

.payment_cseriestable_col1_image {
    background-image: url("../images/calendar_view_day.png");
    background-repeat: no-repeat;
    background-position: center;
}

.payment_cseriestable_col2 {
    width: calc(100% - 25px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.payment_cseriestable_row {
    width: 100%;
    height: 30px;
    display: flex;
    line-height: 30px;
    cursor: pointer;
    border-bottom: 1px solid #e2dfdf;
}

    .payment_cseriestable_row:hover {
        background-color: #e2dfdf;
    }


.payment_cseriestable_row_green {
    width: 100%;
    height: 30px;
    display: flex;
    line-height: 30px;
    cursor: pointer;
    background-color: #e1f3de;
}

    .payment_cseriestable_row_green:hover {
        background-color: #abbfa8;
    }


.payment_cseriestable_row_grey {
    width: 100%;
    height: 30px;
    display: flex;
    line-height: 30px;
    cursor: pointer;
    color: #808080;
    font-style: italic;
}

    .payment_cseriestable_row_grey:hover {
        background-color: #636161;
    }

.payment_nopaymentsmessage {
    color: #808080;
}


/*  === === Accounts List      TABLE === ===*/

.accounts_table_col1 {
    width: 25px;
}

.accounts_table_col2 {
    width: calc(100% - 25px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.accounts_table_col3 {
    width: 65%;
    overflow: hidden;
}

.accounts_table_col4 {
    width: 35%;
    overflow: hidden;
    text-align: right;
    padding-right: 10px;
}



@media(min-width: 450px) {

    .accounts_table_row1, .accounts_table_hrow1 {
        width: 60%;
        display: flex;
        overflow: hidden;
    }

    .accounts_table_row2 {
        width: 40%;
        display: flex;
        overflow: hidden;
    }
}

@media(max-width: 449px) {
    .accounts_table_hrow1 {
        display: none;
    }

    .accounts_table_row1 {
        width: 100%;
        height: 1.5em;
        display: flex;
        overflow: hidden;
    }

    .accounts_table_row2 {
        width: 100%;
        height: 1.5em;
        display: flex;
        overflow: hidden;
    }
}






/*NAVBAR VERSION B */
.navbar-B {
    display: flex;
    background-color: yellow;
    overflow: hidden;
}

.navbar-B-left {
    background-color: pink;
    width: 227px;
}

.navbar-B-right {
    width: calc(100% - 227px);
    background-color: aquamarine;
    overflow: hidden;
    white-space: nowrap;
}

.navbar-B-right-top {
    height: 30px;
    min-height: 30px;
    background-color: purple;
}

.navbar-B-right-bottom {
    height: calc(100% - 30px);
    background-color: sandybrown;
}






/*Main Header*/




/*Login Header - NOW OBSOLETE*/
@media (min-width: 768px) {
    .loginheader_container {
        display: block;
        font-size: smaller;
        color: white;
    }

    .loginheader_links {
        font-size: smaller;
        text-align: right;
        /*display: inline-block;*/
        float: right;
        line-height: 1em !important;
        padding: 0px !important;
    }

    /*.loginheader_loginlink {
        display: none;
    }*/
}

@media (max-width: 767px) {
    .loginheader_container {
        display: none;
    }

    .loginheader_links {
        display: none;
    }
    /*.loginheader_loginlink {
        display: inline;
    }*/
}

.loginheader_section label {
    margin-bottom: 0px;
}

.loginheader_section button {
    background-color: #0c6c04;
    height: 20px;
    margin: 0px;
    padding: 0px;
    font-size: small;
}

.loginheader {
    float: right;
    display: block;
    background-color: transparent !important;
}

.loginheader_padright {
    margin-right: 40px;
}



.loginheader_links a {
    text-align: right;
    color: #FFF;
}

.loginheader_section button:hover {
    background-color: #0f8705;
    color: #FFF;
}

.loginheader_section input {
    width: 150px;
    height: 20px;
    font-size: small;
    border-radius: 2px;
    padding: 0px;
    margin: 0px;
    color: black;
}

.loginheader_section {
    display: inline-block;
}


.navbar-nav {
    background-color: transparent !important;
}



    /*Hoverable Dropdown Menus*/
    .navbar-nav li ul li a {
        color: #666;
    }

    .navbar-nav li ul li {
        list-style: none;
    }

@media (max-width: 767px) {
    .navbar-nav {
        text-align: left;
    }
}

@media (min-width: 768px) {
    .navbar-nav {
        text-align: right;
    }

    .navbar-collapse {
        background-color: transparent;
    }

    .navbar-nav li {
        position: relative;
    }

        .navbar-nav li ul {
            display: none;
            text-align: left;
            background-color: #fff;
            box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.4);
            font-size: large;
            padding-left: 20px;
            padding-right: 20px;
            position: absolute;
        }

            .navbar-nav li ul li {
                white-space: nowrap;
            }

    .navbar-nav-dropdown:hover .navbar-nav-dropdown-content {
        padding-right: 10px; /* Kelsea 9/4/18*/
        display: block;
    }

    .navbar-nav-dropdown:hover .navbar-nav-dropdown-link {
        color: #82B4B6;
    }


    .navbar-nav-dropdown a:hover {
        color: #82B4B6;
        text-decoration: none;
    }
}



.gray,
.gray-hover:hover {
    color: #9b9b9b;
}

.gray-border {
    border-color: #9b9b9b;
}

.dk-gray,
.dk-gray-hover:hover {
    color: #3c3c3c;
}

.dk-gray-border {
    border-color: #3c3c3c;
}

.green,
.green-hover:hover {
    color: #1EC677; /*#5cb85c;*/
}

.green-border {
    border-color: #1EC677; /*#5cb85c;*/
}

.dk-green,
.dk-green-hover:hover {
    color: #23636D;
}

.dk-green-border {
    border-color: #23636D;
}


.yellow,
.yellow-hover:hover {
    color: #f0ad4e;
}

.yellow-border {
    border-color: #f0ad4e;
}

.red,
.red-hover:hover {
    color: #dd2727;
}

.red-border {
    border-color: #dd2727;
}

.orange,
.orange-hover:hover {
    color: #fd7e14;
}

.orange-border {
    border-color: #fd7e14;
}

.blue,
.blue-hover:hover {
    color: #003D63;
}

.blue-border {
    border-color: #003D63;
}



/* Footer Styles */

footer {
    background-color: #3c3c3c;
    margin-top: -5px;
    padding: 25px 0;
}

.footer-fill img {
    width: 100%;
    height: auto;
    border: 0px;
}

.equal ul li a:hover {
    color: #777;
    text-decoration: none;
}

.push-right {
    margin-right: 20px;
}

@media(max-width:768px) {
    footer .mobile-hr {
        display: none;
    }
}

@media(max-width:480px) {
    footer .mobile-hr {
        display: block;
    }

    .push-right {
        margin-right: 0;
    }
}


.cashflow_footer_compact {
    border-top: 1px solid rgba(0,0,0,0.2);
    width: 100%;
    text-align: center;
}


/* Banners */
.errorBanner {
    clear: both;
    border-radius: 1px;
    font-weight: bold;
    margin-bottom: 10px;
    min-height: 20px;
    display: flex;
    padding: 2px 10px;
    gap: 5px;
}

.successBanner {
    clear: both;
    border-radius: 1px;
    font-weight: bold;
    margin-bottom: 10px;
    min-height: 20px;
    display: flex;
}

#errorBanner_icon svg,
#successBanner_icon svg {
    height: 100%;
    width: 20px;
    align-self: center;
    margin: 0px 5px;
}

#errorBanner_content,
#successBanner_content {
    padding: 5px 10px;
}


.content_green {
    border-radius: 1px;
}

.infoBanner_yellow {
    clear: both;
    border-radius: 1px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}

.content_yellow {
    border-radius: 1px;
}

.infoBanner_blue {
    clear: both;
    border-radius: 1px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}

.infoBanner_gray {
    clear: both;
    border-radius: 1px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}

/*.login_cfsiuser_merchantname {

}*/

.cashflow_bg_lightred {
    background-color: #f9dedc;
}

@media (max-width: 499px) {
    .successBanner,
    .errorBanner,
    .infoBanner_yellow,
    .infoBanner_blue,
    .infoBanner_gray {
        margin-left: 10px;
        margin-right: 10px;
        width: calc(100% - 20px);
    }
}

.buttonPanel {
    text-align: right;
}

.cashflow_item_green {
    background-color: #def6dc;
    color: #216422;
}

    .cashflow_item_green:hover {
        background-color: #bce6bd;
    }

.cashflow_item_red {
    background-color: #f9dedc;
    color: #b40f0f;
}

    .cashflow_item_red:hover {
        background-color: #f4b2b2;
    }

.footer-centered {
    text-align: center;
}




@media (min-width: 768px) {
    .testEnvironment_min {
        display: none;
    }
}

@media (max-width: 767px) {
    .testEnvironment {
        display: none;
    }
}

.testEnvironment,
.testEnvironment_min {
    color: red !important;
    font-weight: bold !important;
    float: left;
}

/* floating button panel*/
.cashflow_buttonPanel, .cfs_buttonPanel {
    margin-top: 10px;
    margin-bottom: 10px;
    /*text-align: right;*/
    overflow: hidden;
}

.cashflow_buttonPanel_centered {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    overflow: hidden;
}

.cashflow_inputwithbutton {
    display: flex;
}

    .cashflow_inputwithbutton input {
        margin-right: 0px;
        border-radius: 4px 0px 0px 4px;
        box-shadow: none;
        border: 1px solid #bbc0c4;
        height: 30px;
        padding-left: 5px;
    }

    .cashflow_inputwithbutton button {
        margin-left: 0px;
        border-radius: 0px 4px 4px 0px;
        height: 30px;
    }

@media (min-width: 499px) {
    .cashflow_buttonLeft, .cfs_buttonLeft {
        float: left;
    }

    .cashflow_buttonRight, .cfs_buttonRight {
        float: right;
    }
}

@media (max-width: 767px) and (min-width: 500px) {
    .cashflow_buttonLeft, .cfs_buttonLeft {
        margin-left: 10px;
    }

    .cashflow_buttonRight, .cfs_buttonRight {
        margin-right: 10px;
    }
}

@media (min-width: 768px) {
    .cashflow_buttonLeft, .cfs_buttonLeft {
        margin-right: 10px;
    }

    .cashflow_buttonRight, .cfs_buttonRight {
        margin-left: 10px;
    }
}




/* *** ** *** ** *** ** *** TABLE *** ** *** ** *** ** *** ** */
.cashflow_table {
    clear: both;
}

.cashflow_table_row {
    display: flex;
    border-bottom: 1px solid rgba(0,0,0,0.2);
    width: 100%;
}

    .cashflow_table_row:not(.nohover) {
        cursor: pointer;
    }

.cashflow_table_header {
    border-bottom: 1px solid rgba(0,0,0,0.2);
    display: flex;
    width: 100%;
}

.cashflow_table_footer {
    font-weight: bold;
    display: flex;
    width: 100%;
}

.cashflow_table_footer_underline {
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.cashflow_table_summaryrow {
    display: flex;
    width: 100%;
}



.cashflow_table_row:first-of-type {
    border-top: 1px solid rgba(0,0,0,0.2);
}

.cashflow_table_row img {
    height: 16px;
    width: 16px;
    margin-right: 5px;
}

.cashflow_table_row_italic {
    font-style: italic;
}

div[class^=cashflow_table_row_data_col], div[class^=cashflow_table_row_data_multicol_col] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cashflow_table_row_data_iconspacer {
    width: 21px;
    min-width: 21px;
    max-width: 21px;
}

.cashflow_table_header_spacer {
    width: 16px;
    height: 16px;
    min-width: 16px;
    max-width: 16px;
    margin-right: 5px;
}

.cashflow_table_row_data_multiline {
    width: 100%;
}

.cashflow_table_row_data_multiline_row1 {
    font-weight: bold;
}

.cashflow_table_row_data_multiline_row1, .cashflow_table_row_data_multiline_row2 {
    display: flex;
}

@media (max-width: 499px) {
    .cashflow_table_row_data_col1, .cashflow_table_row_data_multicol_col1 {
        font-weight: bold;
    }

    .cashflow_table_row {
        width: 100%;
    }

    .cashflow_table_row {
        padding: 5px 10px 5px 10px;
    }

    .cashflow_table_row_data_multicol,
    .cashflow_table_row_data_multiline {
        width: 100%;
    }


    .cashflow_table_row_data_multicol_row1,
    .cashflow_table_row_data_multicol_row2 {
        display: flex;
    }


    .cashflow_table_row_data_multicol_col1_max,
    .cashflow_table_row_data_multicol_col2_max,
    .cashflow_table_row_data_multicol_col3_max,
    .cashflow_table_row_data_multicol_col3_max {
        display: none;
    }
}

@media (min-width: 500px) {
    .cashflow_table_row {
        padding-top: 3px;
        padding-bottom: 3px;
    }

    .cashflow_table_row_data {
        display: flex;
        width: 100%;
    }

    .cashflow_table_row_data_multicol,
    .cashflow_table_row_data_multicol_row1,
    .cashflow_table_row_data_multicol_row2 {
        display: flex;
        width: 100%;
    }

    .cashflow_table_row_data_multicol_col1_min,
    .cashflow_table_row_data_multicol_col2_min,
    .cashflow_table_row_data_multicol_col3_min,
    .cashflow_table_row_data_multicol_col3_min {
        display: none;
    }
}



/* *** ** *** ** *** ** *** SETTING ITEM *** ** *** ** *** ** *** ** */

.cashflow_setting_padded {
    margin-bottom: 5px;
}

.cashflow_setting_label {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: normal;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 0px;
    /*margin-top: 5px; REM Greg Senne 12-18-2018 Not sure why there is top padding, but it's throwing EVERYTHING off */
}

.cashflow_setting_indented {
    margin-left: 20px;
}

.cashflow_setting_container {
    display: flex;
    width: calc(100% - 21px);
}

.cashflow_setting_containerWithLink {
    display: flex;
}

.cashflow_setting_inputcontainer {
    margin-top: 5px;
    width: 100%;
}

.cashflow_setting_container svg {
    height: 16px !important;
    width: 16px !important;
    margin-right: 5px;
}

.cashflow_setting_container img,
.cashflow_setting_containerWithLink img,
.cashflow_setting_inputcontainer img {
    height: 16px;
    width: 16px;
    max-height: 16px;
    max-width: 16px;
    min-height: 16px;
    min-width: 16px;
    margin-right: 5px;
}

.cashflow_setting_container_noimage {
    margin-left: 21px;
}

.cashflow_setting_container input[type=text] {
    width: 88%;
}

.cashflow_setting_multiline {
    font-weight: normal;
    width: 100%;
}

.cashflow_setting_line1 {
    font-weight: bold;
}

.cashflow_setting_data {
    width: 100%;
}

.cashflow_setting_data_line1 {
    font-weight: bold;
}

.cashflow_setting_inputitem_checkbox input[type=checkbox] {
    display: none;
}

.cashflow_setting_inputitem_checkbox img {
    height: 16px;
    width: 16px;
    margin-right: 5px;
}

.cashflow_setting_inputitem_radio {
    cursor: pointer;
}

    .cashflow_setting_inputitem_radio input[type=radio] {
        display: none;
    }

.cashflow_setting_checkbox {
    cursor: pointer;
}

@media (max-width: 499px) {
    .cashflow_setting {
        border-bottom: 1px solid rgba(0,0,0,0.2);
        padding-top: 8px;
        padding-bottom: 8px;
        display: block;
    }

        .cashflow_setting > label {
            font-weight: normal;
            width: 100% !important;
            text-align: left !important;
            margin-bottom: 0px;
        }

        .cashflow_setting > div {
            width: 100%;
            font-weight: bold;
        }

            .cashflow_setting > div input {
                font-weight: normal;
            }

        .cashflow_setting:first-of-type {
            border-top: 1px solid rgba(0,0,0,0.2);
        }

    .cashflow_setting_multiline > div:not(:first-of-type) {
        font-weight: normal;
    }

    .cashflow_setting_line2 {
        font-weight: normal;
    }

    .cashflow_setting_label {
        width: 100%;
        font-size: 18px;
        font-weight: normal;
        /*padding-left: 10px;*/
    }

    .cashflow_setting_container,
    .cashflow_setting_containerWithLink {
        padding-left: 10px;
        padding-right: 10px;
    }

    .cashflow_setting_inputitem_radio {
        padding: 8px 10px 8px 10px;
        border-top: 1px solid rgba(0,0,0,0.2);
        cursor: pointer;
    }

        .cashflow_setting_inputitem_radio label {
            cursor: pointer !important;
        }


    .cashflow_setting_inputitem_name input {
        margin-bottom: 5px;
    }

    .cashflow_setting_inputitem_name_middle {
        width: 50% !important;
    }
}

@media (min-width: 500px) {
    .cashflow_setting {
        display: flex;
        width: 100%;
        margin-bottom: 5px;
    }

        .cashflow_setting > label {
            font-weight: normal;
            text-align: right;
            margin-right: 10px;
            width: 150px;
        }

        .cashflow_setting > div:not(.cashflow_setting_label):not(.cashflow_setting_container):not(.cashflow_setting_multiline):not(.cashflow_setting_inputitem) {
            font-weight: bold;
        }

        .cashflow_setting > div input {
            font-weight: normal;
        }


    .cashflow_setting_label {
        text-align: right;
    }

    .cashflow_setting_inputitem_name {
        display: flex;
        width: 100%;
    }

    .cashflow_setting_inputitem_name_prefix {
        width: 10%;
    }

    .cashflow_setting_inputitem_name_first {
        width: calc(40% - 5px) !important;
        margin-right: 5px;
    }

    .cashflow_setting_inputitem_name_middle {
        width: calc(20% - 5px) !important;
        margin-right: 5px;
    }

    .cashflow_setting_inputitem_name_last {
        width: 40% !important;
    }

    .cashflow_setting_inputitem_name_suffix {
        width: 10%;
    }

    .cashflow_setting_inputitem_radio {
        padding-left: 5px;
        padding-right: 5px;
    }
}


.cashflow_setting_inline {
    width: 100%;
}

    .cashflow_setting_inline label:first-of-type {
        width: 40%;
    }

.cashflow_setting_link {
    margin-left: auto;
}

.cashflow_setting_loading, .cashflow_settings_loading {
    display: flex;
}

    .cashflow_setting_loading > .fa-spin, .cashflow_settings_loading > .fa-spin {
        height: 16px;
        width: 16px;
        max-width: 16px;
        margin-right: 5px;
    }

.cashflow_links {
    display: flex;
}

    .cashflow_links svg {
        height: 16px;
        width: 16px;
        min-width: 16px;
        max-width: 16px;
        margin-right: 5px;
    }

    .cashflow_links > div:not(:last-of-type) {
        margin-right: 10px;
    }

    .cashflow_links > div {
        display: flex;
    }


/* *** ** *** ** *** ** *** TEXT FORMATTERS *** ** *** ** *** ** *** ** */
.cashflow_text_green {
    color: #1EC677;
}

.cashflow_text_red {
    color: #dd2727;
}

.cashflow_text_grey, .cashflow_text_gray {
    color: gray;
}

    .cashflow_text_grey a, .cashflow_text_gray a {
        color: gray !important;
    }

.cashflow_text_black {
    color: #666;
}

.cashflow_text_bold {
    font-weight: bold !important;
}

.cashflow_text_nobold {
    font-weight: normal !important;
}

.cashflow_text_italic {
    font-style: italic;
}

.cashflow_code {
    font-family: Consolas, Courier New, Courier, monospace;
    border: 1px solid #CCC;
    border-radius: 3px;
}

.cashflow_icon_large {
    margin-right: 10px !important;
    margin-left: 10px;
    width: 50px !important;
    height: 50px;
}

.cashflow_fill_hover_red:hover {
    color: #ac2925;
}

.cashflow_fill_hover_yellow:hover {
    color: #f0ad4e;
}

.cashflow_fill_hover_green:hover {
    color: #5cb85c;
}

.cashflow_fill_hover_blue:hover {
    color: #5bc0de;
}

/* *** ** *** ** *** ** *** PRINTING *** ** *** ** *** ** *** ** */

@media print {
    .noprint,
    .cashflow_buttonPanel,
    .cashflow_buttonPanel_centered {
        display: none !important;
    }

    .container {
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important;
    }

    .cashflow_content, .cashflow_content_padded {
        border: none;
    }
}

@media screen, projector {
    .print {
        display: none !important;
    }
}

/* *** ** *** ** *** ** *** MODALS *** ** *** ** *** ** *** ** */
.cashflow_modal_outer {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

@media (min-width: 500px) {
    .cashflow_modal_inner {
        margin: 15% auto;
        padding: 10px 20px 10px 20px;
        border: 1px solid #888;
        border-radius: 10px;
        width: 100%;
    }
}

@media (max-width: 499px) {
    .cashflow_modal_inner {
        margin: auto;
        width: 100%;
        padding: 70px 10px 20px 10px;
    }

        .cashflow_modal_inner h4 {
            padding-left: 10px;
        }
}





/*  MENU LEFT  */

@media (min-width: 768px) {
    .menuLeft {
        display: none;
    }
}

.body-content {
    margin-top: 0px;
    min-height: calc(100vh - 111px);
}

/*------------ Styles that were overridden when moving to new project ----------*/
.container {
    max-width: 100% !important;
    font-size: 14px !important;
    line-height: 1.42857143 !important;
    font-family: proxima-nova, Calibri, 'Franklin Gothic', Arial, sans-serif !important;
    padding-left: 10px !important;
}

.btn {
    font-size: 14px !important;
    line-height: 1.42857143 !important;
    font-family: proxima-nova, Calibri, 'Franklin Gothic', Arial, sans-serif
}

.cashflow_table .btn-sm {
    font-size: 14px !important;
    line-height: 1.2 !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-top: 4px !important;
    height: 22px !important;
    font-family: proxima-nova, Calibri, 'Franklin Gothic', Arial, sans-serif
}

.modal-dialog {
    pointer-events: all !important;
}


a {
    color: #337ab7 !important;
    text-decoration: none !important;
    background-color: transparent !important;
}

    a:hover, a:focus {
        color: #23527c !important;
        text-decoration: underline !important;
    }

/*------------ End styles that were overridden when moving to new project ----------*/

.menuLeft {
    width: 100%;
    display: flex;
}

.menuLeft_content h1, .h1 {
    font-size: 36px !important;
}

.menuLeft_content h2, .h2 {
    font-size: 30px !important;
}

.menuLeft_content h3, .h3 {
    font-size: 24px !important;
}

.menuLeft_content h4, .h4 {
    font-size: 18px !important;
}

.menuLeft_menu {
    display: none;
    width: 10%;
    min-width: 200px;
    /*border-right: 1px solid #888;*/
    line-height: 0.8;
    margin-left: -10px;
    margin-top: -50px;
}

.menuLeft_content {
    width: 100%;
}

@media (min-width: 767px) {
    .menuLeft_content {
        margin-left: 10px;
        margin-right: 10px;
    }
}

.menuLeft_menu h1 {
    display: block;
    padding: 10px !important;
    margin-top: -8px;
    margin-bottom: 8px;
    margin-left: -5px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

.menuLeft_menu h2 {
    display: block;
    padding: 10px;
    margin-top: -10px;
    margin-bottom: 8px;
    font-size: 14px;
    cursor: pointer;
}

.menuLeft_menu ol {
    display: none;
    padding: 10px 0px 10px 30px !important;
    /*margin-left: 20px;*/
    font-size: 14px;
    cursor: pointer;
    list-style-type: none;
    margin-top: -10px;
    /*margin-bottom: -10px;*/
}
/*.menuLeft_menu ol li {
        padding: 10px !important;
       
    }*/

.menuLeft_menu ul {
    padding: 5px 0px 5px 5px !important;
    margin-left: 30px;
    list-style-type: circle;
    cursor: pointer;
    font-size: 14px;
    margin-top: -10px;
    margin-bottom: -10px;
}

    .menuLeft_menu ul li {
        padding: 10px !important;
    }

/*.menuLeft_menu div {
    /*display: none;
    padding-left: 12px;
    cursor: pointer;
}*/

.menuSelected {
    display: block !important;
}

.api_docs_risk_serviceid {
    font-style: italic;
    color: dimgray;
}

/* Button formatting */
.btn-sm {
    padding-left: 12px !important;
    padding-right: 12px !important;
    padding-top: 2px !important;
    padding-bottom: 0px !important;
    font-size: inherit;
}

@media (min-width: 500px) {
    .btn-flat-r {
        margin-right: 0px !important;
        border-radius: 4px 0px 0px 4px !important;
        padding-top: 2px !important;
    }

    .btn-flat-l {
        margin-left: 0px !important;
        border-radius: 0px 4px 4px 0px !important;
        border-left: 0px !important;
        padding-top: 2px !important;
    }

    .btn-flat-both {
        margin-left: 0px !important;
        margin-right: 0px !important;
        border-left: 0px !important;
        border-radius: 0px !important;
        padding-top: 2px !important;
    }
}

@media (max-width: 499px) {
    .btn-flat-r {
        margin-right: 0px !important;
        border-radius: 4px 4px 0px 0px !important;
        padding-top: 2px;
        padding-bottom: 2px;
    }

    .btn-flat-l {
        margin-left: 0px !important;
        border-radius: 0px 0px 4px 4px !important;
        border-top: 0px !important;
        padding-top: 2px;
        padding-bottom: 2px;
    }

    .btn-flat-both {
        margin-left: 0px !important;
        margin-right: 0px !important;
        border-top: 0px !important;
        border-radius: 0px !important;
        padding-top: 2px;
        padding-bottom: 2px;
    }
}

.btn-success-hover:hover {
    background-color: #1EC677; /*#5cb85c;*/
    border-color: #4cae4c;
    color: #FFF;
}

.btn-warning-hover:hover {
    background-color: #f0ad4e;
    border-color: #eea236;
    color: #000;
}

.btn-danger-hover:hover {
    background-color: #d9534f;
    border-color: #d43f3a;
    color: #FFF;
}

.btn-primary-hover:hover {
    background-color: #007bff;
    border-color: #007bff;
    color: #FFF;
}

.btn-info-hover:hover {
    background-color: #5bc0de;
    border-color: #46b8da;
    color: #FFF;
}

.footer_link_underlined {
    color: #fff;
    text-decoration: underline;
    text-decoration-style: dotted;
}

.center {
    text-align: center;
}

.no-top-margin {
    margin-top: 0;
}

#cfs_timeout_modal {
    z-index: 999999999999;
}

    #cfs_timeout_modal .btn {
        margin: 3px;
    }

    #cfs_timeout_modal .cashflow_modal_inner {
        max-width: 500px;
    }

#menu_underwriting span {
    white-space: nowrap;
    padding: 4px;
    border-radius: 6px;
    margin-left: 5px;
    font-size: x-small;
}

/* Timeline Add Event*/
.createTimelineEventModalLabel {
    width: 105px;
    margin-left: 15px;
}

.modal-body, .modal-footer, .modal-header {
    padding: 0px;
}

.modalInputSpacing {
    margin-top: 15px;
}

#createTimelineEventCancel {
    float: left;
}

.inputWidth {
    width: 200px;
}

.menuLeft_appStatusIcon {
    width: 10px;
    height: 10px;
    min-width: 10px;
    min-height: 10px;
    float: right;
    border-radius: 10px;
    margin: 3px 5px 0 5px;
}

.appStatusIcon {
    width: 10px;
    height: 10px;
    min-width: 10px;
    min-height: 10px;
    border-radius: 10px;
    float: left;
    margin: 3px 5px 0 5px;
}

.query-builder .rules-group-container {
    width: 100% !important;
}
/*-------------------- Loader Overlay CSS -------------------------*/
.spinner_parent {
    display: none;
}

.spinner_bg {
    height: 100%;
    width: 100%;
    z-index: 100;
    background-color: rgba(0,0,0,0.1);
    position: absolute;
    margin: 0px;
    vertical-align: central;
}

.spinner_inner {
    width: 150px;
    height: 150px;
    padding: 5px;
    text-align: center;
    position: fixed;
    margin-left: -75px;
    margin-top: -75px;
    left: 50%;
    top: 50%;
    z-index: 101;
}

.body_position {
    height: auto;
    position: relative
}


.modal-header, .modal-footer {
    padding-left: 0px;
}

.modal-ribbit {
    border: 2px solid #8a8a8a;
    border-radius: 10px;
    padding: 20px;
}

body .modal-dialog { /* Width */
    width: auto !important;
}

.modal-ribbit-react {
    border: 2px solid #8a8a8a;
    border-radius: 10px;
    font-size: 14px;
}

.modal-ribbit-react-header {
    border: none;
    text-align: left;
}

.modal-ribbit-react-loader {
    margin-top: 150px;
    text-align: center
}

.react-form-hr {
    border-top: 2px solid gray;
    margin-top: 10px;
    margin-bottom: 10px;
    opacity: 30%;
}

.no-select {
    cursor: context-menu;
}

.th-no-top-margin {
    border-top: none !important;
}

.paging-highlight {
    color: #1EC677;
    font-weight: bold;
}

.show {
    display: block;
}

.hide {
    display: none;
}


.paging-highlight {
    color: #1EC677;
    font-weight: bold;
}

.show {
    display: block;
}

.hide {
    display: none;
}

.condensed {
    margin-bottom: 5px !important;
}

.widget_version > svg {
    width: 25px;
    height: 25px;
    min-width: 25px;
    margin-right: 10px;
}

.widget_version h4 {
    padding-top: 5px;
}

.widget_versionselection {
    display: flex;
    max-height: 35px;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: 10px;
}