@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: url(/ttf/opensans-300.ttf) format('truetype');
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url(/ttf/opensans-400.ttf) format('truetype');
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: url(/ttf/opensans-600.ttf) format('truetype');
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url(/ttf/opensans-700.ttf) format('truetype');
}

body {
    font-family: "Open Sans", sans-serif !important;
}

.futsy-semi-bold {
    font-weight: 600;
}

/**
 * Remove arrows for input type="number".
 */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type="number"] {
    -moz-appearance: textfield;
}

.overflow-ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 10em;
}

div.fixed-toast {
    z-index: 1;
    position: fixed;
}

.greyed {
    color: #949494;
}

.currency-cell {
    text-align: right;
}

.futsy-navbar-top {
    padding-top: .6rem;
    background: white !important;
}

.futsy-navbar-limited {
    max-width: 84rem;
    margin: auto !important;
}



.futsy-border-bottom {
    border-bottom: .6rem solid #6633CC;
    /*border-bottom: .6rem solid #006AB3;*/
}

.futsy-svg-banner-navbar {
    width: auto;
    height: auto;
    max-width: 9rem;
    min-width: 5rem;
}

/* Workaround for the navbar in Internet Explorer. */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .futsy-svg-banner-navbar {
        height: 40px !important;
    }
}

.futsy-link-button {
    background: none !important;
    border: none;
    text-decoration: none;
    text-align: left;
}

.futsy-link-button:hover {
    cursor: pointer;
}

@media (max-width: 1080px) {
    .futsy-navbar-home-link-small {
        font-size: 1.2rem;
    }
}

.btn-success {
    border-color: #6c757d !important;
    /*background-color: #006ab2 !important;*/
    background-color: #6633CC !important;
}

.btn-success:active {
    box-shadow:0 0 0 .2rem rgba(0, 106, 178, .5) !important;
}

.btn-success:active:focus {
    box-shadow:0 0 0 .2rem rgba(0, 106, 178, .5) !important;
}

.btn-success:focus {
    box-shadow:0 0 0 .2rem rgba(0, 106, 178, .5) !important;
}

.btn-primary {
    border-color: #6c757d !important;
    /*background-color: #006ab2 !important;*/
    background-color: #6633CC !important;
}

.btn-primary:active {
    box-shadow:0 0 0 .2rem rgba(0, 106, 178, .5) !important;
}

.btn-primary:active:focus {
    box-shadow:0 0 0 .2rem rgba(0, 106, 178, .5) !important;
}

.btn-primary:focus {
    box-shadow:0 0 0 .2rem rgba(0, 106, 178, .5) !important;
}

.futsy-amount {
    text-align: right;
}

.futsy-amount-negative {
    color: #d03642ff;
}

.futsy-amount-positive {
    color: #289b38;
}

.text-color-lpts {
    /*color: #006ab2;*/
    color: #6633CC;
}

.futsy-balance {
    font-weight: bold;
    /*color: #006ab2;*/
    color: #6633CC;
}

.balance-table {
    border-top: none !important;
    margin-bottom: 0 !important;
}

.balance-table tbody tr:last-child {
    /*border-top: 2px solid #006ab2;*/
    border-top: 2px solid #6633CC;
}

.balance-table thead th {
    /* Remove top grey border. */
    border-top: none !important;
}

.balance-table tr:nth-last-child(3) {
    border-top: 2px solid rgba(208, 54, 66, .4);
}

.balance-table tr:nth-last-child(2) {
    border-top: 2px solid rgba(40, 155, 56, .4);
}

.futsy-content {
    width: 95%;
    margin: 0 auto;
    padding-bottom: 2rem;
}

.futsy-box {
    background-color: white;
    border-radius: .25em;
    margin: 2.5rem auto 0 auto !important;
    max-width: 40rem;
    padding: 1.2rem;
}

.futsy-box-wide {
    background-color: white;
    border-radius: .25em;
    margin: 2.5rem auto 0 auto !important;
    max-width: 70rem;
    padding: 1.2rem;
}

.futsy-no-margin {
    margin: 0 auto 0 auto !important;
}

.futsy-padding-large {
    padding: 3rem;
}

.futsy-padding-medium {
    padding: 2rem;
}

.futsy-padding-small {
    padding: .7rem;
}

@media only screen and (max-width: 768px) {
    .futsy-padding-large {
        padding: 1rem;
    }
    .futsy-padding-medium {
        padding: 1rem;
    }
    .futsy-padding-small {
        padding: .6rem;
    }
}

.futsy-centered {
    text-align: center;
}

.futsy-right {
    text-align: right;
}

.futsy-append-colon::after {
    content: ":";
}

.futsy-input-small {
    max-width: 20rem;
}

.futsy-bold-link {
    font-weight: bold;
    /*color: #006AB3;*/
    color: #6633CC;
}

.futsy-text-entry {
    font-weight: bold;
}

.futsy-bold-link:hover {
    color: #0694f5;
    text-decoration: none;
}

.futsy-button {
    background-color: white;
    /*color: #006AB3;*/
    color: #6633CC;
    /*border: 2px solid #006AB3;*/
    border: 2px solid #6633CC;
    border-radius: 5px;
    font-weight: bold;
    min-height: 2.5rem;
    min-width: 14rem;
}

.futsy-button:hover {
    /*background-color: #006AB3;*/
    background-color: #6633CC;
    color: white;
}

.futsy-success {
    color: #289b38;
    fill: #289b38;
}

.futsy-warn {
    color: #ee7219;
    fill: #ee7219;
    border-color: #ee7219;
}

button.futsy-warn:hover {
    background-color: #ee7219;
    color: white;
}

.futsy-delete {
    color: #d03642ff !important;
    fill: #d03642ff !important;
    border: 2px solid #d03642ff;
}

button.futsy-delete:hover {
    background-color: #d03642ff !important;
    color: white !important;
}

.futsy-error {
    color: #d03642ff;
    fill: #d03642ff;
}

.futsy-info {
    /*color: #006AB3;*/
    color: #6633CC;
    /*fill: #006AB3;*/
    fill: #6633CC;
}

.futsy-icon {
    background-color: white;
    /*fill: #006AB3;*/
    fill: #6633CC;
}

.futsy-icon-clickable:hover {
    fill: #0694f5;
}

.futsy-success {
    color: #289b38;
    fill: #289b38;
}

.futsy-warn {
    color: #ee7219;
    fill: #ee7219;
}

.futsy-svg-banner {
    width:  auto;
    height: auto;
    max-height: 5rem;
}

.futsy-navbar-home-link-small {
    width: auto;
    height: auto;
    font-size: 1.6rem;
}

input {
    border:none !important;
    border-bottom: 1px solid #e5e5e5 !important;
    padding: 5px 10px !important;
    outline: none !important;
    border-radius: 0 !important;
    /*color: #006AB3 !important;*/
    color: #6633CC !important;
}

select {
    border:none !important;
    border-bottom: 1px solid #e5e5e5 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent url("data:image/svg+xml;utf8,<svg fill='%23898c96' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>") no-repeat;
    background-position-x: 100%;
    background-position-y: 5px;
    border-radius: 2px;
    margin-right: 2rem;
    padding: 1rem 2rem 1rem 1rem;
}

select:focus {
    background: transparent url("data:image/svg+xml;utf8,<svg fill='%23006ab3' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>") no-repeat;
    background-position-x: 100%;
    background-position-y: 5px;
}

input:focus {
    /*border-bottom: 1px solid #006AB3 !important;*/
    border-bottom: 1px solid #6633CC !important;
    box-shadow: none !important;
}

.futsy-login-header {
    margin-bottom: 4rem;
}

.futsy-heading-h1 {
    font-size: 1.5rem;
}

.futsy-heading-h2 {
    font-size: 2.0rem;
    font-weight: bold;
}

.futsy-heading-h3 {
    font-size: 1.4rem;
    font-weight: bold;
}

.futsy-no-padding {
    padding: 0 0 0 0;
}

.futsy-flex-container {
    display: flex;
}

.futsy-align-vertical {
    display: flex;
    align-items: center;
}

.futsy-flex-footer {
    display: flex;
    justify-content: space-between;
    align-content: center;
    max-width: 84rem;
    margin-left: auto;
    margin-right: auto;
}

.futsy-text-colored {
    /*color: #006AB3 !important;*/
    color: #6633CC !important;
}

.futsy-text-inactive {
    color: #898c96;
}

.futsy-text-active {
    /*color: #006AB3 !important;*/
    color: #6633CC !important;
}

.active a {
    /*color: #006AB3 !important;*/
    color: #6633CC !important;
}

.futsy-text-highlight-box {
    padding-top: .5rem;
    padding-bottom: .5rem;
    margin: .75rem;
    border-style: none none none solid;
    border-width: .25rem;
    /*border-color: #006AB3;*/
    border-color: #6633CC;
    border-radius: 0;
    padding-left: 1.2rem;
}

.futsy-colored-border {
    /*border-color: #006AB3 !important;*/
    border-color: #6633CC !important;
}

.futsy-hamburger-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,106,179, 1.0)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
    /*border-color: #006AB3 !important;*/
    border-color: #6633CC !important;
    /*color: #006AB3 !important;*/
    color: #6633CC !important;
}

.futsy-logpay-grey {
    fill: #898c96;
}

.futsy-logpay-blue {
    /*fill: #006AB3;*/
    fill: #6633CC;
}

.futsy-nav-link {
    font-weight: bold !important;
    color: #898c96 !important;
    text-transform: uppercase;
}

.futsy-nav-link:hover {
    color: #0694f5 !important;
}

.futsy-link {
    /*color: #006AB3;*/
    color: #6633CC;
}

.futsy-link:hover {
    text-decoration: none;
    color: #49a6f5 !important;
}

.futsy-collapse-header {
    text-transform: uppercase;
}

.futsy-collapse-header.collapsed {
    color: #898c96 !important;
}

.futsy-collapse-header:not(.collapsed) {
    /*color: #006AB3 !important;*/
    color: #6633CC !important;
}

/* The icon should not disappear during the transition phase */
.futsy-collapse-icon.collapsing {
    -webkit-transition: none;
    transition: none;
    display: none;
}

.futsy-collapse-icon:not(.show) {
    display: inline !important;
    fill: #949494 !important;
}

.futsy-collapse-icon.show {
    /*fill: #006AB3;*/
    fill: #6633CC;
    transform: scaleY(-1) !important;
}

.futsy-collapse-icon {
    display: inline !important;
}

.futsy-dropdown-item {
    /*color: #006AB3 !important;*/
    color: #6633CC !important;
    font-weight: bold !important;
    min-width: 18rem;
}

.futsy-dropdown-item:hover {
    /*background-color: #006AB3 !important;*/
    background-color: #6633CC !important;
    color: white !important;
}

.futsy-label {
    font-weight: bold;
    color: black;
}

.futsy-label {
    font-weight: bold;
    color: black;
}

.futsy-label::after {
    content: ":";
}

.futsy-navbar-text {
    white-space: nowrap;
}

/* full-width button so that the entire area is clickable. */
.futsy-collapse-button {
    width: 100% !important;
    height: 100% !important;
    max-height: 4rem; /* required for IE-compatibility. */
    text-align: left !important;
    padding: 1rem !important;
    justify-content: space-between;
}

.futsy-card-header {
    border-bottom: 1px solid #e5e5e5 !important;
}

.futsy-collapse-card {
    border-width: 0 !important;
}

/**
 * Footer with dynamic height and no content overlap.
 */
html, body {
    /* Using height instead of min-height for IE 10-11 compatibility. */
    height: 100%;
}
body {
    display: flex;
    flex-direction: column;
    margin: 0;
}
.futsy-content {
    flex: 1 0 auto; /* Prevent Chrome, Opera, and Safari from letting these items shrink to smaller than their content's default minimum size. */
}
.futsy-footer {
    /*background: #006AB3;*/
    background: #6633CC;
    color: white;
    flex-shrink: 0; /* Prevent Chrome, Opera, and Safari from letting these items shrink to smaller than their content's default minimum size. */
    text-align: center;
}

.futsy-text-footer {
    font-size: 1.1rem;
}

.input-group-text {
    border-width: 0 !important;
    background-color: transparent !important;
    font-weight: bold;
}

/** ---- End footer. */

.svg-toggler {
    padding: 0 !important;
    border-width: 0 !important;
    border-radius: 0 !important;
}

.svg-size-small {
    max-height: 1.5rem !important;
}

/*
 *Remove styling for telephone links: It's confusing when the phone number
 * is displayed as link on a non-mobile device.
 */
a[href^="tel"] {
    /*color: #006AB3;*/
    color: #6633CC;
    text-decoration: none;
}
