﻿

.row.tabBar {
    overflow: hidden;
    display: table;
    border-radius: 5px;
    white-space: nowrap !important;
    width: 100% !important;
}

.tabBar button {
    display: inline-block;
    cursor: pointer;
    transition: 0.3s;
    width: 126px !important;
    height: 45px;
    justify-content: center;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    color: var(--Primary, #24303b);
    align-items: center;
    border: 1px solid lightgrey;
    padding: 0px 16px 0px 16px;
    border-radius: 10px 10px 0 0;
    background: var(--White, #ffffff);
}

.selectedTab {
    background-color: var(--Primary, #24303b) !important;
    color: white !important;
}

.viewPersonDlg {
    width: 883px;
    height: 400px;
    padding: 0px 10px;
    border-radius: 0 0 6px 6px;
    border-style: solid;
    border-color: #ccc;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
}

    .viewPersonDlg label {
        font-size: 13px;
        color: gray;
    }

.adjustFundsDlg {
    width: 550px;
}

.editCustWarningsDlg {
    height: 400px;
    width: 400px;
}

.editCustWarningScrollContainer {
    max-height: 400px;
    overflow-y: auto;
}

.editCustWarningScroll {
    height: 100%;
    margin-left: 2%;
}

.viewCustScrollContainer{
    height:98%;
}

.funding-purses-scroll-container {
    width: 100%;
    border: 1px solid lightgrey;
    border-radius: 5px;
}

.viewCustScroll{
    height:100%;
}

.funding-purses-edit-scroll {
    overflow: auto;
}

.viewCustScrollDiv{
    height:auto;
}
.existing-funding-purses-div {
    box-sizing: border-box;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 16px;
    overflow: visible;
    background: var(--White, #ffffff);
    border-radius: 6px;
    border: 1px solid var(--BorderGrey, #cccccc);
}

.adjustFundsDesc{
    float:left;
}

.adjustFundsAccount{
    padding-left:15px;
}

.adjustFundsFont{
    font-size:14px;
}

.removeFundingSource {
    cursor: pointer;
    position: absolute;
    margin-top: 150%;
}

.photo-view {
    width: 100px !important;
    height: 100px;
    background-color: #0099ff;
    border-radius: 50%;
    box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.25);
    border: 1px solid var(--BorderGrey, #798087);
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: cover;
}

.add-edit-customer-text {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.edit-customer-tab-bar {
    display: flex;
    flex-direction: row;
}

.edit-customer-tab {
    display: inline-block;
    transition: 0.3s;
    width: 33.3%;
    height: 36px;
    justify-content: center;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    color: var(--Primary, #24303b);
    align-items: center;
    border: 1px solid lightgrey;
    padding: 0px 16px 0px 16px;
    border-radius: 10px 10px 0 0;
    background: var(--White, #ffffff);
}

#customers-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row;
    align-content: center;
}

#selected-customers {
    padding: 10px;
}

.balance-import-scroll-container {
    border: 1px solid lightgrey;
    border-radius: 5px;
    width: 80%;
    max-height: 200px;
    margin: auto;
    overflow-y: auto;
}

#importBalancesModal {
    width: auto;
}

.customerWarningsScroll{
    height: 380px;
    overflow-y: auto;
}

.qr-centered-text {
    margin: 0 auto;
    display: table;
}

.qr-center-container {
    width: 100%;
}

.hidden {
    display: none;
}
.qr-column {
    width: 31%;
    display: inline-block;
}

#qr-container {
    width: 100%;
}