﻿.modal-show {
    display: block !important;
}

.hidden {
    display: none !important;
}

.flex-flow-column-reverse {
    flex-flow: column-reverse;
}

.notification-bell {
    margin-bottom: 7px;
}

.header-container {
    padding-right: 1rem;
    padding-left: 1rem;
}
/* Tooltip container */
.check-status-tooltip {
    position: absolute;
    display: inline-block;
    text-align: left;
    z-index: 5;
    left: 30px;
    width: 500px;
}

/* Tooltip text */
.check-status-tooltiptext {
    left: -10px;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    background-color: #fcfcfc;
    border-style: solid;
    border-color: #9aa0ac;
    border-width: 0.75px;
    padding: 7px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

    .check-status-tooltiptext > div {
        padding: 2px;
    }
/*Perconal Account Summary page ledger style*/
.ledger-name {
    padding-left: 0;
}

.ledger-icon {
    padding-left: 10px;
}

.ledger-balance {
    text-align: right;
}


.selected-row {
    color: #495057;
    background-color: rgba(0, 0, 0, 0.14);
}

.donotfadedisabled-success {
    color: #316100 !important;
}

    .donotfadedisabled-success::before {
        background-color: #5eba00 !important;
        border-color: #316100 !important;
    }

.outline-primary {
    color: #467fcf;
    border-color: #467fcf;
}

.outline-secondary {
    color: #868e96;
    border-color: #868e96;
}

.outline-success {
    color: #5eba00;
    border-color: #5eba00;
}

.outline-info {
    color: #45aaf2;
    border-color: #45aaf2;
}

.outline-warning {
    color: #f1c40f;
    border-color: #f1c40f;
}

.outline-danger {
    color: #cd201f;
    border-color: #cd201f;
}

.td-child-no-overflow {
    display: inline-block;
    white-space: nowrap;
    position: relative; /* must be relative */
    width: 100%; /* fit to table cell width */
    margin-right: -1000px; /* technically this is a less than zero width object */
    overflow: hidden;
}

.transaction-bank-account-view {
}

.transaction-counterparty-link {
    text-decoration: none !important;
    border-bottom: 1px dotted #d2d2d2;
    color: inherit;
}

    .transaction-counterparty-link:hover {
        border-bottom: 1px dotted black;
        color: inherit;
    }

.transaction-bank-account-view {
    font-family: monospace;
    font-size: 0.9em;
}

.ledger-balance {
    font-size: 1.2em;
}

.ledger-name {
    font-size: 1.2em;
    text-decoration: none !important;
    border-bottom: 1px dotted #d2d2d2;
    color: inherit;
}

    .ledger-name:hover {
        border-bottom: 1px dotted black;
        color: inherit;
    }

.page-title-link {
    text-decoration: none !important;
    color: inherit;
}

    .page-title-link:hover {
        border-bottom: 1px dotted black;
        color: inherit;
    }

/*Payment associate list*/
.associate-scroll-div {
    overflow: auto;
    height: 50vh;
}

.list-separated-item-selected {
    border-bottom: 1px solid rgba(0, 40, 100, 0.30);
}

.modal-status-td {
    padding: 0px !important;
}

.status-icon-out {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 0.5rem;
}




.custom-switch-traffic-green {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
}

.custom-switch-traffic-green-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-switches-traffic-green-stacked {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .custom-switches-traffic-green-stacked .custom-switch-traffic-green {
        margin-bottom: .5rem;
    }

.custom-switch-traffic-green-indicator {
    display: inline-block;
    height: 1.25rem;
    width: 2.25rem;
    background: #e9ecef;
    border-radius: 50px;
    position: relative;
    vertical-align: bottom;
    border: 1px solid rgba(0, 40, 100, 0.12);
    transition: .3s border-color, .3s background-color;
}

    .custom-switch-traffic-green-indicator.disabled {
        background-color: #e9ecef;
        transition: .3s border-color, .3s background-color;
    }

    .custom-switch-traffic-green-indicator:before {
        content: '';
        position: absolute;
        height: calc(1.25rem - 4px);
        width: calc(1.25rem - 4px);
        top: 1px;
        left: 1px;
        background: #fff;
        border-radius: 50%;
        transition: .3s left;
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4);
    }

.custom-switch-traffic-green-input:checked ~ .custom-switch-traffic-green-indicator {
    color: #495057;
    background: #f32726;
}

    .custom-switch-traffic-green-input:checked ~ .custom-switch-traffic-green-indicator.disabled {
        background-color: #d2d2d2;
    }


    .custom-switch-traffic-green-input:checked ~ .custom-switch-traffic-green-indicator:before {
        left: calc(1rem + 1px);
    }

.custom-switch-traffic-green-input:focus ~ .custom-switch-traffic-green-indicator {
    box-shadow: 0 0 0 2px rgba(173, 173, 173, 0.25);
    border-color: #ffffff;
}

.custom-switch-traffic-green-description {
    margin-left: .5rem;
    color: #6e7687;
    transition: .3s color;
}


.custom-switch-traffic-red {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
}

.custom-switch-traffic-red-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-switches-traffic-red-stacked {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.custom-switches-traffic-red-stacked .custom-switch-traffic-red {
    margin-bottom: .5rem;
}

.custom-switch-traffic-red-indicator {
    display: inline-block;
    height: 1.25rem;
    width: 2.25rem;
    background: #e9ecef;
    border-radius: 50px;
    position: relative;
    vertical-align: bottom;
    border: 1px solid rgba(0, 40, 100, 0.12);
    transition: .3s border-color, .3s background-color;
}

.custom-switch-traffic-red-indicator.disabled {
    background-color: #e9ecef;
    transition: .3s border-color, .3s background-color;
}

.custom-switch-traffic-red-indicator:before {
    content: '';
    position: absolute;
    height: calc(1.25rem - 4px);
    width: calc(1.25rem - 4px);
    top: 1px;
    left: 1px;
    background: #fff;
    border-radius: 50%;
    transition: .3s left;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4);
}

.custom-switch-traffic-red-input:checked ~ .custom-switch-traffic-red-indicator {
    color: #495057;
    background: #5eba00;
}

.custom-switch-traffic-red-input:checked ~ .custom-switch-traffic-red-indicator.disabled {
    background-color: #d2d2d2;
}


.custom-switch-traffic-red-input:checked ~ .custom-switch-traffic-red-indicator:before {
    left: calc(1rem + 1px);
}

.custom-switch-traffic-red-input:focus ~ .custom-switch-traffic-red-indicator {
    box-shadow: 0 0 0 2px rgba(173, 173, 173, 0.25);
    border-color: #ffffff;
}

.custom-switch-traffic-red-description {
    margin-left: .5rem;
    color: #6e7687;
    transition: .3s color;
}







.card-footer {
    background-color: #f5f7fa8a !important;
}

.compliance-selected-check {
    background-color: #f5f7fa8a;
}

.table-row-cursor-pointer {
    cursor: pointer;
}

.link-unstyled-wrapper, .link-unstyled-wrapper:visited, .link-unstyled-wrapper:hover, .link-unstyled-wrapper:active, .link-unstyled-wrapper:focus, .link-unstyled-wrapper:active:hover {
    font-style: inherit;
    color: inherit;
    background-color: transparent;
    font-size: inherit;
    text-decoration: none;
    font-variant: inherit;
    font-weight: inherit;
    line-height: inherit;
    font-family: inherit;
    border-radius: inherit;
    border: inherit;
    outline: inherit;
    box-shadow: inherit;
    padding: inherit;
    vertical-align: inherit;
    display: contents;
}

.div-a
{
    cursor:pointer;
}

.div-a:hover {
    cursor: pointer;
    text-decoration:underline;
}

.transaction-monitoring-badge{
    font-size:100% !important;
}

.greyed-out {
    color: #dedede;
}

.text-normal{
    white-space:normal;
}

.rejected-amount {
    color: #b4b4b4;
}

.span.balance-text{
    font-size:1.3em;
}

.beneficiary-reference{
    font-size:1em;
}

.add-bank-account-domain{
    font-size:0.9em;
    font-weight:bold;
}

.check-selector{
    display: flex;
    flex-wrap: wrap;
}
.check-block {
    display: flex;
    flex-direction: column;
    margin: 10px;
}
.check-block input{
    vertical-align: middle;
}

.mobile-transaction-view {
    max-width: 14rem;
    text-wrap: balance;
}