body {
    min-width: 320px;
    min-height: 568px;
    background-color: #FFFFFF;
    /*color: #000000;*/
    padding-bottom: 0px;
}

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a, .btn-link {
    color: #0366d6;
}
.btn-submit {
    width: 100%;
    height: 50px;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

.form-text-label {
    margin-right: 10px;
}

.form-basic-setup{
    margin: 0px;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.loading-panel-wrapper {
    /* size and appearance that try to match its container with as little CSS as possible,
           you can alter them as necessary for your use case and as per your preferences
        */
    width: 100%;
    height: 100%;
    min-height: 200px;
    position: absolute;
    z-index: 123456;
    /* one way center the loading indicator inside */
    display: flex;
    justify-content: center;
    align-items: center;
}

    .loading-panel-wrapper .loading-panel-overlay {
        background: gray;
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0.5;
    }

.topRowMenu {
    width: 100%;
}

.btnMembership {
    width: 100%;
    height: 100%;
    font-size: 16px;
    padding: 15px;
    background-color: #343a40;
    border: none;
    color: white;
}

.NoPermissionBtn {
    width: 100%;
    height: 100%;
    font-size: 16px;
    padding: 15px;
    background-color: black;
    border: none;
    color: white;
}

.ShowBuilderBody {
    padding-top: 5vh;
    padding-bottom: 5vh;
    background-image: url('https://showbuilderstorage.blob.core.windows.net/banner-images/faqBackground.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.ShowBuilderBodyFull {
    background-image: url('https://showbuilderstorage.blob.core.windows.net/banner-images/faqBackground.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.ShowBuilderBodyNoBackground {
    padding-top: 5vh;
    padding-bottom: 5vh;
}

.LoggedInBody {
    margin: 20px;
    margin-bottom: 20px;
}

.bgimg {
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 250px;
    height: 450px;
}

.my-cardtitle {
    padding-bottom: 20px;
}

.photo {
    /*background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;*/
    max-width: 800px;
    max-height: 600px;
    width: 75%;
    margin: auto;
    display: block;
}

.beaphoto {
    /*background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;*/
    max-width: 400px;
    max-height: 300px;
    width: 75%;
    margin: auto;
    display: block;
}

#scrollView {
    border-width: 0
}

.k-card-header {
    flex: 0 0 auto;
    padding-block: 0 !important;
    padding-inline: 0 !important;
}

.k-card-body {
    overflow: hidden;
    padding-block: 0 !important;
    padding-inline: 0 !important;
}

.toolbar-wrapper {
    width: 100%;
}

.showLogos {
    width: 100%;
    height: auto;
    max-width: 200px;
    min-width: 75px;
    padding: 10px;
    margin: auto;
    display: block;
}

.cardPhotos {
    margin: auto;
    display: block;
}

.cardText {
    padding: 10px;
}

.cardStyle {
    min-height: 650px;
    max-width: 450px;
}

div.imagetiles {
}

.menuItemImage {
    height: 30px;
}

.CustomFontIcon {
    width: 30px;
}

.img-xlarge {
    margin-left: auto;
    margin-right: auto;
    max-width: 1080px;
    max-height: 1080px;
}

.img-large {
    max-width: 800px;
    max-height: 800px;
}

.img-medium {
    max-width: 400px;
    max-height: 400px;
}

.img-small {
    /*max-width: 200px;
    max-height: 200px;*/
    margin: auto;
}

.img-xicon {
    /*max-width: 200px;
    max-height: 20px;*/
    margin: auto;
}

.img-icon {
    width: 60px;
}

.img-listbox {
    width: 60px;
    border-radius: 50%;
}

.img-thumbnail {
    width: 100px;
}

.img-border {
    padding: 2px;
    border-width: 2px;
    border-color: red;
    border-style: solid;
}

.circular--square {
    border-radius: 50%;
}

.logo-image {
    padding: 0px;
    margin: 0px;
}

.showbuilder-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

.showbuilderTop-form {
    width: 90%;
    margin: 10px;
}

.showbuilder-form {
}

.showbuilder-formNotBottom {
    margin: 20px;
    margin-bottom: 20px;
    /*background-color:white;*/
}

.showbuilderPre-form {
    padding: 10px;
    /*background-color:white;*/
}

.basicForm {
    padding-top: 10px;
    width: 100%;
}

.image-buttons {
    padding-left: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.image-gridbuttons {
}

.image-container {
    margin: auto;
    width: 240px;
    padding: 5px;
}

.image-iconcontainer {
    margin: 0;
    padding: 0;
    width: 40px;
    max-height: 40px;
}

.image-gridContainer {
    margin: auto;
    width: 80px;
}

.comboBoxButtons {
    width: 25px;
    height: 25px;
    font-size: 16px;
}

body {
    
}

.WideScreenClass {
    display: block;
    width: 100%;
}

.MobileClass {
    display: none;
    height: 100%;
}

.WideScreenMenu {
    width: 100%;
}

.MobileScreenMenu {
}

/* On screens that are 992px or less */
@media screen and (max-width: 992px) {
    body {
    }

    .WideScreenClass {
        display: block;
    }

    .MobileClass {
        display: none;
    }

    .WideScreenDrawerClass {
        display: block;
    }
}

/* On screens that are 700px or less */
@media screen and (max-width: 700px) {
    body {
    }

    .WideScreenClass {
        display: none;
    }

    .MobileClass {
        display: block;
    }

    .WideScreenDrawerClass {
        display: none;
    }
}

.VerticalMenuVisible {
    display: block;
}

.VerticalMenuInvisible {
    display: none;
}

.hamburger {
    width: auto;
    height: 100%;
    padding: 14px;
    background-color: transparent;
    border-color: transparent
}

.hamburger-icon {
    padding-right: 10px;
    width: 30px;
}

.k-textbox.WithButton {
    width: 90% !important;
}

.k-textbox.NoButton {
    width: 100% !important;
}

.editFormWrapper {
    margin: 10px;
}

.formInSplitterPane {
    margin: 15px;
}

.TabButtons {
    margin-left: 10px;
}

.k-grid .centered-content {
    text-align: center;
}

.first-th-centered .k-grid-header th:first-of-type {
    text-align: center;
}

.tablet_button {
    height: 75px;
    width: 100%;
}

.WordSection1 {
    background-color: white;
}

#wrd1 {
    position: relative;
    width: 100%;
    height: 100%;
    padding-right: 5px;
}

.k-grid-norecords .k-badge-container {
    display: inline-block
}

    .k-grid-norecords .k-badge-container > .k-badge {
        position: absolute;
        left: 70px;
        top: 25px;
    }

.k-grid-norecords {
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
}

    .k-grid-norecords .cloud {
        color: #EBEBEB;
        font-size: 90px;
    }

    .k-grid-norecords:hover {
        background-color: #ffffff !important;
    }
/*#rv1 {
        position: relative;
        width: 100%;
        height: 600px;
    }

    li[data-action="documentSaveAs"], li[data-action="documentSaveAs"], li[data-action="open"] { display: none !important; }*/

.install-prompt {
    background-color: #54595f;
    color: #fff;
    position: fixed;
    bottom: 0.5rem;
    padding: 0.5rem;
    display: flex;
    font-size: 1.5rem;
    border-radius: .25rem;
    z-index: 99;
}

    .install-prompt .installButton {
        margin-left: auto;
        width: 4em;
    }

    .install-prompt .cancelButton {
        margin-left: 0.3rem;
        width: 4em;
    }

#parentBox {
    width: 100%;
    min-width: 400px;
    white-space: nowrap;
    overflow-x: auto;
}

.childDropDown {
    display: inline-block;
}

.childDropDownFull {
    display: inline-block;
    width: 85%;
}

.childButtons {
    display: inline-block;
}

.k-window .k-form-horizontal {
    min-width: 400px;
    max-height: 600px;
}

    .k-window .k-form-horizontal .k-form-field {
        display: block;
    }

        .k-window .k-form-horizontal .k-form-field > .k-form-label {
            display: block;
            width: auto;
            text-align: left;
        }

    .k-window .k-form-horizontal .k-form-field-wrap {
        max-width: none;
    }

.k-window {
    /*height: 90%;*/
    overflow: auto;
    overflow-x: hidden;
}

.k-tabstrip-content {
    padding: 0px !important;
}

.k-splitter-flex .k-pane {
    overflow-y: scroll;
}

.normalButton {
    margin-right: 5px;
    display: inline-block;
}

.imageCard {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.loading-progress {
    position: relative;
    display: block;
    width: 8rem;
    height: 8rem;
    margin: 40vh auto 1rem auto;
}

    .loading-progress circle {
        fill: none;
        stroke: #e0e0e0;
        stroke-width: 0.6rem;
        transform-origin: 50% 50%;
        transform: rotate(-90deg);
    }

        .loading-progress circle:last-child {
            stroke: #1b6ec2;
            stroke-dasharray: calc(3.141 * var(--blazor-load-percentage, 0%) * 0.8), 500%;
            transition: stroke-dasharray 0.05s ease-in-out;
        }

.loading-progress-text {
    position: absolute;
    text-align: center;
    font-weight: bold;
    inset: calc(40vh + 3.25rem) 0 auto 0.2rem;
}

    .loading-progress-text:after {
        content: var(--blazor-load-percentage-text, "Loading");
    }

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1:focus {
    outline: none;
}

a, .btn-link {
    color: #0071c1;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.loading-progress {
    position: relative;
    display: block;
    width: 8rem;
    height: 8rem;
    margin: 20vh auto 1rem auto;
}

    .loading-progress circle {
        fill: none;
        stroke: #e0e0e0;
        stroke-width: 0.6rem;
        transform-origin: 50% 50%;
        transform: rotate(-90deg);
    }

        .loading-progress circle:last-child {
            stroke: #1b6ec2;
            stroke-dasharray: calc(3.141 * var(--blazor-load-percentage, 0%) * 0.8), 500%;
            transition: stroke-dasharray 0.05s ease-in-out;
        }

.loading-progress-text {
    position: absolute;
    text-align: center;
    font-weight: bold;
    inset: calc(20vh + 3.25rem) 0 auto 0.2rem;
}

    .loading-progress-text:after {
        content: var(--blazor-load-percentage-text, "Loading");
    }


/* improved for chat text box */
textarea {
    border: 1px dashed #888;
    border-radius: 5px;
    width: 80%;
    overflow: auto;
    background: #f7f7f7
}

/* improved for speech bubbles */
.received, .sent {
    position: relative;
    font-family: arial;
    font-size: 1.1em;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
}

    .received:after, .sent:after {
        content: '';
        border: 20px solid transparent;
        position: absolute;
        margin-top: -30px;
    }

.sent {
    background: #03a9f4;
    color: #fff;
    margin-left: 10%;
    top: 50%;
    text-align: right;
}

.received {
    background: #4CAF50;
    color: #fff;
    margin-left: 10px;
    margin-right: 10%;
}

.sent:after {
    border-left-color: #03a9f4;
    border-right: 0;
    right: -20px;
}

.received:after {
    border-right-color: #4CAF50;
    border-left: 0;
    left: -20px;
}

/* div within bubble for name */
.user {
    font-size: 0.8em;
    font-weight: bold;
    color: #000;
}

.msg {
    /*display: inline;*/
}

.progress-info-title {
    font-weight: bold;
    font-size: 1.4em;
}

.progress-info-version {
    margin-bottom: 1em;
}

.bumpRightTop {
    margin-right: 5px;
    margin-top: 5px;
}

.bumpRight {
    margin-right: 5px;
}

.bumpRightText {
    margin-right: 5px;
    margin-top: 4px;
}

.tileTabStrip {
    padding: 0px;
}

.input-button {
}

.input-container {
}

    .input-container input:focus, .input-container input:active {
    }

    .input-container input {
    }

.k-window-content {
    padding-block: 5px !important;
    padding-inline: 5px !important;
}

.k-upload-button {
    min-width: 0px !important;
}

.k-form .k-form-fieldset.FormGroupNoHeader {
    margin-top: 0;
}

.FormGroupNoHeader legend {
    display: none;
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-wrap {
    flex-wrap: wrap;
}

.batch-grid td:first-child,
.batch-grid th:first-child {
    text-align: center !important;
}

.batch-grid .k-new-row, .batch-grid .k-changed-cell {
    background-color: rgb(94, 194, 50, 0.5) !important;
}

    .batch-grid .k-new-row:hover {
        background-color: rgb(94, 194, 50, 0.6) !important;
    }

.batch-grid .k-deleted-row td:not(:first-child):not(.k-command-cell) {
    outline: none;
    cursor: default;
    opacity: 0.6;
    filter: grayscale(0.1);
    pointer-events: none;
    box-shadow: none;
}

.dropdown-list-tile {
    z-index: 10000;
}
.bigButton {
    width: 100%;
    margin-top: 10px;
}
.basicForm {
    min-width:300px;
    min-height:600px;
    padding:5px;
    max-width:800px;
    width:100%;
}
.inlineButtons {
    display: inline;
}

.inlineButton {
    display: inline;
}

.formGroupPadding {
    margin:10px;
    padding-left: 0px;
    padding: 0px;
    max-width: 500px;
}
.formButtons {
    width:50%;
    margin-bottom:15px;
}
.formButtonsFull {
    width: 100%;
}
.formBottom {
    
}
.gridTemplates {
    width: 100%;
    max-width: 500px;
    min-width: 200px;
}
.gridBtnText {
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.formBtnText {
    max-width: 350px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.k-form-buttons {
    margin-top: 0 !important;
}
.k-floating-label-container {
    width: 100% !important;
    max-width: 500px !important;
}

#loadingScreen {
    display: none;
}