:root {
    --baseColor: white;
    --rtfZoom: 1.0;
    --siteImage: url('');
}

/* HTML */
html {
    padding: 0px;
    margin: 0px;
    overflow-x: hidden;
    height: 100%;
}

/* BODY */
body {
    display: flex;
    flex-direction: column;
    margin: 0px;
    min-height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: rgba(255,255,255,0.8);
    background-blend-mode: lighten;
    background-attachment: fixed;
    background-image: var(--siteImage);
    overflow-x: hidden;
}

main {
    flex: 1;
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    padding: 2px 0px 2px 0px;
}

.divHeader {
    display: flex;
    padding-top: 2px;
}

header {
    display: flex;
    flex-wrap:wrap;
    text-align: center;
}

.cHeader {
    flex: 1;
}

#defaultBox {
    display: flex;
    flex-direction: column;
    align-content: space-around;
    justify-content: flex-start;
    align-items: center;

}
.defaultArea {
    display: inline-grid;
    justify-items: center;
}

.themeImages {
    filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.3));
    background-color: var(--baseColor);
    border-radius: 50%;
}
.themeImagesButton {
    filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.3));
    background-color: var(--baseColor);
    border-radius: 30%;
}
.themeHeaderImages {
    background-color: var(--baseColor);
    border-radius: 20%;
}

textarea {
    resize: vertical !important;
}

.terms, .errorPageText {
    width: 100%;
}

.terms {
    margin: 0 auto;
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 8px;
}

.ContentMargin {
    min-width: 100%;
}

footer {
    /*    display: grid;
    flex-shrink: 0;*/
    max-width: 1024px;
    text-align: center;
    margin: 0px auto !important;
    padding: 0px !important;
    opacity: 0.6;
    background-color: transparent;
    background-image: linear-gradient(0deg,white, transparent) !important;
}

.formBack {
    background-color: white;
    /*background-image: linear-gradient(180deg, white, transparent) !important;*/
}

.mainColorAsBackground {
    background-color: var(--baseColor) !important;
    color: white !important;
}

.mainColor {
    color: var(--baseColor) !important;
}

.BuildNumber {
    clear: both;
    text-align: center;
    font-size: 10px;
    vertical-align: top;
}

.yourIPAddress {
    text-align: center !important;
    font-size: x-small;
}

.littleTitle {
    color: darkgrey;
    font-size: medium;
}

.captionExtra {
    font-style: italic;
}

.dataCaption {
    font-variant: small-caps !important;
}


.banner {
    color: var(--baseColor);
}

.dxm-side-menu-button {
    cursor: pointer;
}

.newClientWelcome {
    font-size: large;
}

.payArea {
    line-height: 1.5 !important;
}

.pLabel {
    font-size: larger;
}

#dataBox {
    max-width: 800px;
    margin: auto;
}

.colRow {
    display: flex;
}

.lAlign {
    text-align: left !important;
}
.dField {
    color: black;
    text-align: left;
}

.colStack {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    row-gap: 2px;
    text-align: left
}

.colStack > div {
    vertical-align: top;
}

.colPayRepeater {
    display: grid;
    grid-template-columns: minmax(0,80px) minmax(0,80px) 120px minmax(0,1fr) minmax(0,80px);
    grid-template-rows: auto;
    justify-items: stretch;
    grid-gap: 6px;
    min-height: 0;
    min-width: 0;
}

.topGap {
    padding-top: 12px !important;
}

.dataStack {
}

div.timeEx {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    column-gap: 3px;
}

.dollar {
    text-align: end !important;

}

.lCaption {
    text-align: left;
    font-variant-caps: petite-caps;
}

.upPreview {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    column-gap: 4px;
}
#clientDetails {
    padding: 4px;
}
.upPreviewCCS {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    column-gap: 4px;
    font-size: smaller;
}
.colorLabel {
    color: grey;
}

.circular {
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}

.circular > img {
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}

    .circular.client {
        height: 48px;
        width: 48px;
    }

        .circular.client > img {
            height: 48px;
            width: 48px;
        }

.circular.prac {
    height: 64px;
    width: 64px;
}

.circular.prac > img {
    height: 64px;
    width: 64px;
}

.Test {
    box-shadow: blue;
}

.errorMessage {
    display: block;
    margin: 0 auto;
    font-size: large;
    text-align: center;
    font-variant: small-caps;
    color: red;
    padding-top: 12px;
    padding-bottom: 12px;
}

.inLineBoxes {
    display: flex;
    flex-wrap:wrap;
}

.buttonRow {
    display: grid;
    grid-template-columns: auto auto;
    column-gap: 2px;
    justify-content: space-around;
}

#locationChoose {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: start;
    align-items: center;
}

.tfaHelp {
    white-space: normal !important;
    font-size: medium;
    font-style: italic;
    max-width: 400px;
}

.bpBox {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    padding-right: 8px;
}

#bpSlash {
    padding-right: 4px;
    padding-left: 4px;
    font-size: large;
    font-weight: bold
}

#littleheader {
    width: 100%;
    float: left;
    margin: 0px 0px 0px 0px;
}

#navigation {
    width: 100%;
    float: left;
    margin: 2px 2px 2px 2px;
    padding: 0px;
}

#userClass {
    display: inline-block;
    margin: 2px 2px 2px 2px;
    padding: 0px;
}

#bottom-footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
}

#rightcolumn {
    min-width: 100%;
    padding: 0px;
}

.footerPane.dxpnl-edge {
    position: relative;
}

.floatRight {
    float: right;
}

.pushRight {
    text-align: end;
}

.locationButtons {
    display: flex;
    flex-flow: column;
    flex-direction: row;
    padding: 4px 4px 4px 4px;
}

#footerX {
    clear: both;
    float: left;
    margin: 2px 2px 2px 2px;
    padding: 0px;
}

#footerCopyright {
    float: left;
    margin: 0px 0px 5px 0px;
    padding: 0px;
}

#utilities {
    float: right;
    margin: 0px 0px 5px 0px;
    padding: 0px;
}

#littleMenu {
    float: left;
    bottom: 10px;
    margin: 0px 0px 5px 0px;
    padding: 5px;
}

.mToDo ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#templateTitle {
    margin: 0px 5px 5px 0px;
    padding: 5px;
    float: right;
}

.fade-in {
    opacity: 1;
    animation-name: fadeInOpacity;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 0.75s;
}

.InvalidInput {
    border-bottom-color: var(--baseColor) !important;
    border-bottom-width: 3px !important;
    border-bottom-style: dashed !important;
}

@keyframes fadeInOpacity {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes pulse-animation {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 var(--baseColor);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 4px var(--baseColor);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 var(--baseColor);
    }
}

@keyframes pulse-animation-box {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 6px rgba(204,169,44, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(204,169,44, 0);
    }
}

.pulse {
    animation: pulse-animation 2s infinite;
    box-shadow: 0px 0px 1px 1px #0000001a;
    border-radius: 4px;
}

.pulseShort {
    animation: pulse-animation 2s linear 0s 5;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
}

.pulseBox {
    animation: pulse-animation-box 1.5s linear 0s 1;
}

.noWrap {
    white-space: nowrap !important;
}

.wrapIt {
    white-space: normal !important;
}



.inputRequired > span {
    color: red !important;
    font-weight: 500;
}

.inputRequired:before {
    content: "*";
}


.wrapText {
    white-space: normal;
}

.rButton {
    margin: auto auto auto 4px;
}

.repSpan {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.confirmContact {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.confirmContactCell {
    vertical-align: top;
}

.confirmContactStyle {
    /*    display: flex;
    align-items: center;
    justify-content: space-between;*/
}

.itemAttr {
    border-bottom: dotted thin black;
    /*background-color: white;*/
}

.profileHeader {
    font-weight: 500;
    float: left;
    white-space: pre-wrap; /* CSS3 */
    white-space: -moz-pre-wrap; /* Firefox */
    white-space: -pre-wrap; /* Opera <7 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* IE */
}

.profileHeaderBox {
    align-content: space-between;
    white-space: pre-wrap; /* CSS3 */
    white-space: -moz-pre-wrap; /* Firefox */
    white-space: -pre-wrap; /* Opera <7 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* IE */
}

.imgState {
    float: right;
}

.atPercent {
    float: right;
}

.profileContent {
    background-color: transparent !important;
}

.itemQues {
    border-bottom: dotted thin black;
    /*background-color: white;*/
}

table[class^="dxeCheckBoxList_"] {
    border: none;
}

table[class^="dxeRadioButtonList_"] {
    border: none;
}

table[class^="dxeCheckBoxList_"] td.dxe {
    padding: 0px !important;
}

table[class^="dxeRadioButtonList_"] td.dxe {
    padding: 0px !important;
}

.notEnabled {
    font-size: x-small;
}

    .notEnabled a {
        font-size: x-small;
    }

.profileClass {
    text-align: center;
}

.navIcon img {
    float: left;
}

.navIcon {
    text-align: Center !important;
}

.navItems li {
    text-align: Center !important;
    justify-content: center !important;
}

.baseBadgeInline {
    color: white;
    margin-left: 4px;
    padding-left: 4px !important;
    padding-right: 4px !important;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    border-radius: 25%;
    position: relative;
    top: -4px;
}

.baseBadge {
    color: white;
    margin-left: 4px;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 2px;
    padding-bottom: 2px;
    border-radius: 25%;
    position: relative;
    top: -40px;
    left: -4px;
}

.badge {
    background-color: var(--baseColor);
    font-weight: 600;
}

.infobadge {
    background-color: grey;
}

.mItemName {
    font-variant: small-caps;
    display: flex;
    justify-content: center;
}

.confirmGroup {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.buttonSpread {
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 2px;
    justify-content: space-between;
}

#clientMenuBox, #appBox {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    padding-top: 4px;
}

#aboutBox {
    text-align: center;
}

#todoBox {
    padding-bottom: 12px;
}

.serviceTitle {
    font-size: larger;
    font-weight: bold;
}

.serviceDesc {
    font-style: italic;
}

input:-webkit-autofill {
    animation-name: onAutoFillStart;
    transition: background-color 50000s ease-in-out 0s;
}

input:not(:-webkit-autofill) {
    animation-name: onAutoFillCancel;
}

td.dxeIIC {
    display: none;
}

td.aData {
    padding-left: 2px;
    text-align: left;
}

td.scap {
    font-weight: 600;
    font-variant: small-caps;
}

span.scap {
    font-weight: 600;
    font-variant: small-caps;
    font-size: larger;
}

td.sno {
    font-variant: small-caps;
}

td.slbl {
    font-size: small;
}

table.aTable {
    width: 100%;
    line-height: 1.5;
    font-size: larger;
}

td.tZoneText {
    font-style: italic;
    font-size: smaller;
    text-align: center;
}

td.yt {
    color: green;
}

td.tWarn {
    font-weight: 600;
    padding-top: 12px;
    font-variant: small-caps;
    color: red;
}

#divAppButton {
    margin: 0 auto;
    max-width: fit-content;
}

div[class^="dxgvAdaptiveHeaderPanel_"] .hideInAdaptive {
    display: none !important;
}
@media only print {

    .Navigation {
        display: none;
    }

    .Footer {
        display: none;
    }

    .noPrint {
        display: none;
    }

    .Copyright, .CopyrightMaster {
        display: none;
    }
}
/* HR */
hr {
    height: 1px;
    border: 0px;
    border-top: Solid 1px #BBD7DD;
    display: block;
}

p.h1, p.h2, p.h3, h1, h2, h3 {
    margin: 0px;
    padding: 0px;
    background-color: Transparent !important;
}

.popThin > .dxpc-header, .popThin > .dxpc-contentWrapper > .dxpc-content, .popThin > .dxpc-footer > .dxpc-footerContent {
    padding: 4px 4px 4px 4px;
}

#navigation li {
    background-color: white !important;
}

dxflGroupCell_iOS {
    padding: 0px 2px;
}

dxflGroup_iOS {
    padding: 0px 2px;
}

.LoadState {
    display: none;
}

.center-screen {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 50vh;
}

.timneLine div.timeLine {
    min-width: 100%;
    align-items: center;
}

#oHours {
    font-variant-caps: petite-caps;
    color: var(--baseColor);
}

audio,
video {
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    vertical-align: top;
}

.video-box {
    position: relative;
    display: inline-grid;
    max-width: 400px;
    padding: 4px 4px 4px 4px;
}

    .video-box video {
        position: relative;
        z-index: 0;
        margin: 4px 4px 4px 4px;
    }

.overlayText {
    position: absolute;
    top: 0;
    left: 8px;
    z-index: 1;
    background: lightblue;
    font-size: medium;
}

.sameBox {
    font-weight: 100;
    font-style: italic;
    float: right;
    font-size: smaller
}

.serviceDuration {
    display: none;
}


.defaultActionBox {
    cursor: pointer;
}

.textfield {
    width: 100%;
    height: auto;
    resize: vertical;
}

    .textfield:focus {
        border-style: groove;
        border-color: gold;
        background-color: antiquewhite;
    }

.surface {
    color: blue;
    overflow-y: scroll;
    height: 100%;
    width: 100%;
    white-space: pre-wrap;
}

td.dxgvIndentCell {
    padding: 0px !important;
}

.tileCenter {
    display: flex;
    justify-content: center;
}

a.LinkButton {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    text-decoration: none;
    padding: 4px;
    border-color: #000000;
    border-radius: 5px;
    width: 100%;
}

.introFlowCard {
    height: 35px !important;
    margin: 4px 4px 4px 4px;
}

.rapidDetails {
    padding: 0px !important;
    font-size: x-small;
    font-style: oblique;
}

.rapidStartTime {
    padding: 0px !important;
}

.cardRapidTimes {
    background-color: antiquewhite;
    width: 100px;
    height: 80px;
    margin: 4px !important;
    padding: 0px !important;
}

.cardRapidTimesPM {
    background-color: lightgrey;
    width: 100px;
    height: 80px;
    margin: 4px !important;
    padding: 0px !important;
}

.cardCategoryMenu {
    background-color: paleturquoise;
    width: 70px;
    height: 40px;
    margin: 4px !important;
    padding: 0px !important;
}

.cardCategories {
    /*font-size: 10px;*/
    padding: 0px !important;
    overflow: hidden;
    /*white-space: nowrap;*/
    font-size: smaller;
    white-space: normal;
    word-wrap: hyphenate;
    text-wrap: normal;
}

.cardSymbolMenu {
    background-color: lightgreen;
    width: 70px;
    height: 40px;
    margin: 4px !important;
    padding: 0px !important;
}

.cardSymbols {
    padding: 0px !important;
    overflow: hidden;
    white-space: normal;
    word-wrap: break-word;
}

.headerPanel {
    padding: 2px !important;
    max-width: 1080px;
    margin: 0 auto !important;
    float: none !important;
}

.expandBarHeader {
    width: 100%;
    padding: 0px !important;
    float: left !important;
}

tr.border_bottom td {
    border-bottom: 1pt dashed;
}

.generalTerms {
    font-style: italic;
}

.clinicNoteGroup {
    margin: 6px 0 !important;
}



td.noBorder.dxgv {
    border-bottom-style: none !important;
    border-right-style: none !important;
}

.requiredAnswer {
    font-weight: 400;
}

.pageControl.dxtc-left > .dxtc-stripContainer .dxtc-img {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

#sketch {
    display: table;
    margin: 0 auto;
}

#sig-canvas {
    display: table;
    margin: 0 auto;
    border: 2px solid gray;
}

#schedCal {
    display: table;
    margin: 0 auto;
}

#tmp_canvas {
    position: absolute;
    left: 0px;
    right: 0;
    bottom: 0;
    top: 0;
    cursor: crosshair;
}

.buttonNav {
    padding-top: 12px;
    padding-right: 12px;
}

.homeButton {
    width: 32px;
    padding-right: 0px !important;
}

.siteSmallTitle {
    padding-top: 13px;
    width: 150px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

td.logButton {
    padding: 2px;
}



.Copyright {
    padding: 12px 0px 4px 0px;
}

td.label, td.labelValue, .loginChoose {
    text-align: center;
    font-size: 13px;
    vertical-align: top;
}

td.Copyright, .Copyright {
    text-align: center;
    font-size: 10px;
    vertical-align: bottom;
}

.CopyrightMaster {
    text-align: left;
    font-size: 10px;
    vertical-align: bottom;
}

/* Custom Classes */
#mnuBox {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    justify-items: end;
    padding-right: 2px;
    max-width: 134px;
}

#loginInfo {
    display: flex;
    align-items: center;
}

.clientName {
    font-size: smaller;
    font-variant: small-caps;
    color: var(--baseColor);
}

.errorPageText {
    width: 100%;
    margin: auto;
    text-align: center;
}

.noPadding {
    padding: 0px !important;
}

#navCallBackPanel_roundResults_CRC {
    padding: 0px !important;
}

.Content {
    padding-top: 0px;
    padding-left: 2px;
    padding-right: 0px;
}

    .Content h1 {
        font-size: 18px;
        display: inline;
        font-weight: normal;
        padding: 0px;
        margin: 0px;
    }

.ccDemo {
    width: 70%;
}

/* UTILITIES */

.Clear {
    clear: both;
}

div.Spacer {
    overflow: hidden;
    width: 1px;
    height: 1px;
}

.think {
    font-weight: normal;
}

.Cursor {
    cursor: pointer;
}

.NoWrap {
    white-space: nowrap;
}

.NoLeftIndent {
    padding-left: 0px;
}

.Show {
    display: block;
}

.ShowInline {
    display: inline;
}

.ShowFlex {
    display: flex;
}

.Hide {
    display: none;
}

.Bold {
    font-weight: bold;
}

.FontNormal {
    font-weight: normal !important;
}

.FontSmall, .FontSmall * {
    font-size: 11px !important;
}

.ClearIndent {
    margin: 0px;
    padding: 0px;
}

.NoTopIndent {
    margin: 0px;
}

.Gray {
    color: #333333;
}



td.qRowDate {
    font-style: italic;
    min-width: 40px;
    width: 5%;
}

td.qRowAnswer {
    min-width: 200px;
    max-width: 100%;
}

td.qRowQuestion {
    max-width: 150px;
}

td.qReset {
    max-width: 12px;
}

td.qRowQuestion_Required {
    font-weight: bold;
    border-bottom-style: groove;
    border-bottom-width: 1px;
    border-bottom-color: #808080;
}

table.qGroupTable {
    border-collapse: collapse;
    max-width: 100%;
    min-width: 90%;
}

.qGroupTable tr {
    border-bottom-style: groove;
    border-bottom-width: 1px;
    border-bottom-color: #808080;
}

table.qMTable {
    max-width: 100%;
    min-width: 100%;
}

div.qGRow {
    width: 100%;
    white-space: pre-line;
    font-weight: bold;
}

.attGroup {
    font-weight: bold;
    color: Fuchsia;
}

.fullWidth {
    width: 100%;
    max-width: 100%;
    min-width: 250px;
}

.centrefullWidth {
    margin: 0 auto;
    padding: 0;
    max-width: 1024px;
    min-width: 250px;
    text-align: center;
}

    .centrefullWidth > .dxbButtonSys {
        min-width: 250px;
    }

.centreItem {
    margin: 0 auto;
    padding: 0;
    width: 100px;
}

.centreContainer {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flexCol {
    flex-direction: column;
}


.wraptocenter {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 400px;
    height: 63px;
}

    .wraptocenter * {
        vertical-align: middle;
    }

.slideIt {
    overflow: no-display;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    text-align: left;
    /* Apply animation to this element */
    -moz-animation: slideIt 5s linear infinite alternate;
    -webkit-animation: slideIt 5s linear infinite alternate;
    animation: slideIt 5s linear infinite alternate;
}
/* Move it (define the animation) */
@-moz-keyframes slideIt {
    0% {
        -moz-transform: translateX(100%);
    }

    100% {
        -moz-transform: translateX(-100%);
    }
}

@-webkit-keyframes slideIt {
    0% {
        -webkit-transform: translateX(100%);
    }

    100% {
        -webkit-transform: translateX(-100%);
    }
}

@keyframes slideIt {
    0% {
        -moz-transform: translateX(100%); /* Firefox bug fix */
        -webkit-transform: translateX(100%); /* Firefox bug fix */
        transform: translateX(100%);
    }

    100% {
        -moz-transform: translateX(-100%); /* Firefox bug fix */
        -webkit-transform: translateX(-100%); /* Firefox bug fix */
        transform: translateX(-100%);
    }
}

.btn-mic {
    background: #00b294 url(../Images/mic.png) no-repeat center center;
    background-size: 38%;
}

.btn-mic2 {
    background: #004b50 url(../Images/listening.gif) no-repeat center center;
    background-size: 100%;
}

.btn-circle {
    width: 70px;
    height: 70px;
    overflow: hidden;
    border-radius: 35px;
    text-indent: -300px;
}

.btn {
    border-style: none;
    background-color: #00b294;
    color: #ffffff;
    font-size: 24px;
    cursor: pointer;
    -webkit-appearance: button;
    font-family: 'Segoe UI Semilight';
    position: absolute;
    top: 50px;
    right: 50px;
    width: 60px;
}

.grid2 {
    display: inline-grid;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
}

.flexRow {
    display: flex;
    flex-direction: row;
}

.flexAdjust {
    display: flex;
    flex-direction: column;
}

.flexAdjustRow {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.flexAdjustCol {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tupleSet {
    display: grid;
    grid-auto-flow: column;
}

.tuple {
    display: grid;
    grid-template-columns: max-content auto;
    column-gap: 3px;
    row-gap: 2px;
    justify-items: start;
    grid-auto-rows: max-content;
}

    .tuple > :nth-child(2n + 1) {
        font-variant: small-caps !important;
        color: #999999;
        text-align: left;
    }

    .tuple > :nth-child(2n + 2) {
        color: black;
        text-align: left;
    }

@media only screen and (min-width: 750px) {
    .inLineBoxes {
        display: grid;
        grid-template-columns: 1fr auto;
    }
}


    @media only screen and (min-width: 601px) {
        .tuple.min {
            grid-template-columns: 100px auto;
        }

        .tuple > div.dollar {
            justify-self: end;
        }

        .smallDevice {
            visibility: hidden;
            display: none;
        }

        .mediumBox {
            max-width: 720px;
            margin: 0 auto;
        }

        .loginBox {
            min-width: 400px;
            max-width: 800px;
        }

        #clientMenuBox, #appBox {
            justify-content: center;
        }

        .inputHeader {
            max-width: 350px;
            min-width: 300px;
        }

        #todoBox {
            padding-right: 12px;
        }

        .nextButton {
            float: right;
            max-width: 200px;
        }

        .maxButton {
            margin: 0 auto;
            max-width: 250px;
            min-width: 250px;
        }

        .seBox {
            min-width: 550px;
        }

        .errorPageText {
            margin: auto;
            width: 90%;
            text-align: center;
        }

        .cBox {
            margin: auto;
            width: 50%;
            text-align: center;
        }

        .colRow {
            column-gap: 8px;
        }
    }

    @media only screen and (max-width: 450px) {
        .upPreviewCCS {
            display: grid;
            grid-template-columns: 1fr;
            align-items: start;
            justify-content: space-around;
            row-gap: 2px;
        }

        div.minCapSize {
            min-width: 90px;
        }
    }


    @media only screen and (max-width: 601px) {
        .inputHeader {
            max-width: 200px;
            min-width: 150px;
        }

        .tuple {
            display: grid;
            grid-template-columns: minmax(25%, max-content) auto;
        }

        .tupleSet {
            display: grid;
            grid-auto-flow: row;
            row-gap: 2px;
        }

        .mDoPanel, .mManagePanel {
            width: 100vw;
            display: flex;
            justify-content: center;
        }

        .loginBox {
            min-width: 100vw;
        }

        .mTitle {
            background-color: transparent !important;
            border: none !important;
        }

        .maxButton {
            width: 100% !important;
        }

        .largeDevice {
            visibility: hidden;
            display: none;
        }

        .flexAdjust {
            flex-direction: row;
        }

        .flexAdjustRow {
            flex-direction: column;
        }

        .dxscApt .dxsc-apt-content-layer span {
            font-size: 12px;
        }

        .dxflBreakpointGroupSys.dxflGroupSys div.dxflElConSys, div.dxflGroupSys, div.dxflGroupSys > div {
            word-break: break-word;
        }

        .upPreview {
            display: grid;
            grid-template-columns: 1fr;
            align-items: start;
            justify-content: space-around;
        }

        .colRow {
            column-gap: 4px;
            overflow: scroll;
        }



        /*.colPayRepeater > div.lCaption {
        display: flex;
        flex-direction: column;
    }*/

        .colPayRepeater > div {
            max-height: 17px;
            overflow-y: clip;
        }


        .colPayRepeater {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            max-width: 200px;
            justify-items: unset;
            grid-gap: unset;
            min-height: 0;
            min-width: 0;
        }

        .colHeader {
            text-align: left !important;
        }

        .colData {
            max-width: 150px;
        }

        /* div.canHide {
        visibility: hidden;
    }*/

    }
