@import '_content/DHI.WebMason.Elements/DHI.WebMason.Elements.bundle.scp.css';

/* /Components/BigCalendar.razor.rz.scp.css */

/**********************************************/
/*                                            */
/*                  Calendar                  */
/*                                            */
/**********************************************/

.dhi-big-calendar[b-j2lr3odx3j] {
   /*width: min-content;*/
   background-color: var(--page-background-color);
   color: var(--page-foreground-color);
   min-width: min-content;
   overflow-y: hidden;
   border-style: solid;
}

button:focus[b-j2lr3odx3j] {
   outline: none;
}

.screen-selector[b-j2lr3odx3j] {
   margin: 5px;
   display: flex;
}

   .screen-selector > span[b-j2lr3odx3j] {
      flex-grow: 1;
   }

   .screen-selector > button[b-j2lr3odx3j] {
      background-color: #aaa;
      color: white;
      margin: 0 5px;
      border-radius: 5px;
      border: lightgray outset 2px;
   }

   .screen-selector > button.selected[b-j2lr3odx3j] {
      background-color: #15b;
   }

      .screen-selector > button:hover:not(.selected)[b-j2lr3odx3j] {
         text-decoration: wavy;
         background-color: white;
         color: #15b;
      }

.header[b-j2lr3odx3j] {
   display: flex;
   margin: 0 auto;
}

   .header button[b-j2lr3odx3j] {
      border: none;
      background-color: transparent;
      color: inherit;
   }

   .header > span > button[b-j2lr3odx3j] {
      width: max-content;
      height: max-content;
      margin: auto;
      color: inherit;
   }

   .header > span:not(.month-display)[b-j2lr3odx3j] {
      flex-grow: 1;
      display: grid;
   }

.month-display[b-j2lr3odx3j] {
   display: grid;
   text-align: center;
   font-size: 1.25em;
   min-width: 15ch;
}

.week[b-j2lr3odx3j] {
   display: flex;
}

.day-titles[b-j2lr3odx3j] {
   display: flex;
   font-weight: bold;
}

   .day-titles > *[b-j2lr3odx3j] {
      width: 100%;
      text-align: center;
   }

.days[b-j2lr3odx3j] {
   display: flex;
   flex-direction: column;
}

.days > div[b-j2lr3odx3j] {
   flex-grow: 1;
   position: relative;
}

.week[b-j2lr3odx3j] {

}

   .week > *[b-j2lr3odx3j] {
      width: 100%;
      min-height: 2em;
      display: grid;
      text-align: center;
      color: inherit;
   }

.sumry > .week > *[b-j2lr3odx3j] {
   min-height: calc(1.5em + 40px);
}

.day[b-j2lr3odx3j],
.day-alt[b-j2lr3odx3j] {
   text-decoration: none;
   text-align: center;
   border: solid transparent 2px;
   cursor: pointer;
   background-color: transparent;
}

   .day:hover[b-j2lr3odx3j],
   .day-alt:hover[b-j2lr3odx3j] {
      border: solid black 2px;
      border-radius: 3px;
   }

.day-alt[b-j2lr3odx3j] {
   font-style: italic;
   opacity: .4;
}

   .day.selected:hover[b-j2lr3odx3j],
   .day-alt.selected:hover[b-j2lr3odx3j] {
      border-color: #27c;
   }

svg[b-j2lr3odx3j] {
   width: 2em;
   touch-action: manipulation;
   cursor: pointer;
}

.footer[b-j2lr3odx3j] {
   display: flex;
   margin: 3% 5%;
}

.selected[b-j2lr3odx3j] {
   border-color: #27f !important;
}

.today:not(.selected)[b-j2lr3odx3j] {
   border: dashed 1px;
   border-color: #aaa;
}

.grid-select[b-j2lr3odx3j] {
   margin: 1.5em auto;
   display: grid;
   grid-template-columns: repeat(3, 32%);
   grid-template-rows: repeat(4, 3em);
   grid-column-gap: 2%;
   grid-row-gap: 5px;
   width: 90%;
}

.cal-event[b-j2lr3odx3j] {
   position: absolute;
   display: grid;
   background-color: var(--secondary-background-color);
   color: var(--secondary-foreground-color);
   border-radius: 5px;
   text-align: center;
   min-height: 5px;
   max-height: 1.5em;
   overflow: hidden;
   cursor: pointer;
}

.cal-event:hover > img[b-j2lr3odx3j] {
   background-color: #0003;
}

.cal-event > *[b-j2lr3odx3j] {
   grid-column: 1;
   grid-row: 1;
   justify-self: center;
}

   .cal-event > img[b-j2lr3odx3j] {
      width: 100%;
      height: 1.5em;
   }

   .sumry .cal-event > img[b-j2lr3odx3j] {
      height: 5px;
   }

   .cal-event > span[b-j2lr3odx3j] {
      pointer-events: none;
   }

@media (max-width: 600px) {

    .cal-event > img[b-j2lr3odx3j] {
        display: none;
    }
}


/*@media (max-width: 600px) {
   .day-titles.sml {
      display: flex;
   }
}

@media (min-width: 601px) and (max-width: 1000px) {
   .day-titles.med {
      display: flex;
   }
}

@media (min-width: 1001px) {
   .day-titles.lrg {
      display: flex;
   }
}*/
/* /Pages/ApproveItemRequests.razor.rz.scp.css */
/***************************************************/
/*                                                 */
/*                 !!! WARNING !!!                 */
/* This file is generated by WebMason. Any changes */
/* made will be replaced the next time the page is */
/*   exported. If you need to add any custom css   */
/*  logic, then add it at the bottom of this file  */
/* under the comment denoting the end of code gen. */
/*                                                 */
/***************************************************/

.page[b-lsubmzcn2g] {
   position: relative;
   background-color: #ffffff;
   color: var(--page-foreground-color);
   border-color: var(--border-1-color);
   font-family: 'Microsoft Sans Serif';
   font-size: 16px;
   padding: 8px;
   width: 1000px;
   margin-left: auto;
   margin-right: auto;
   margin-top: 8px;
   margin-bottom: 8px;
   height: 548px;
}

@media (min-width: 1000px) {

[b-lsubmzcn2g] #lbl9 {
   position: absolute;
   top: 10px;
   left: 17px;
   font-family: 'Microsoft Sans Serif';
   font-size: 18px;
   line-height: normal;
   text-align: left;
}
[b-lsubmzcn2g] #lbl9 > div {
   align-content: start;
}

[b-lsubmzcn2g] #btnCancel {
   position: absolute;
   top: 24px;
   left: 648px;
   width: 90px;
   height: 32px;
   border-width: 4px;
   color: #000000;
   background-color: #ffc8c8;
}

[b-lsubmzcn2g] #btnCancel > div {
   border-radius: 0px;
}

[b-lsubmzcn2g] #embeddedText1 {
   position: absolute;
   top: 42px;
   left: 16px;
   line-height: normal;
   text-align: left;
}
[b-lsubmzcn2g] #embeddedText1 > div {
   align-content: start;
}

[b-lsubmzcn2g] #div1 {
   position: absolute;
   top: 67px;
   left: 14px;
   width: 594px;
   height: 137px;
   border: solid;
   border-width: 0px;
   overflow: auto;
}

[b-lsubmzcn2g] #btnApprove {
   position: absolute;
   top: 21px;
   left: 40px;
   width: 90px;
   height: 32px;
   border-width: 4px;
   color: #000000;
   background-color: #c8ffc8;
}

[b-lsubmzcn2g] #btnApprove > div {
   border-radius: 0px;
}
[b-lsubmzcn2g] #tbApproveMsg {
   color: #000000;
}

[b-lsubmzcn2g] #lbl-tbApproveMsg {
   position: absolute;
   top: 14px;
   left: 146px;
}

[b-lsubmzcn2g] #span-tbApproveMsg {
   width: 429px;
   height: 46px;
   background-color: var(--input-background-color);
   border-radius: 8px;
}
[b-lsubmzcn2g] #btnDeny {
   position: absolute;
   top: 81px;
   left: 40px;
   width: 90px;
   height: 32px;
   border-width: 4px;
   color: #000000;
   background-color: #ffdddd;
}

[b-lsubmzcn2g] #btnDeny > div {
   border-radius: 0px;
}
[b-lsubmzcn2g] #tbDenyMsg {
   color: #000000;
}

[b-lsubmzcn2g] #lbl-tbDenyMsg {
   position: absolute;
   top: 74px;
   left: 146px;
}

[b-lsubmzcn2g] #span-tbDenyMsg {
   width: 429px;
   height: 46px;
   background-color: var(--input-background-color);
   border-radius: 8px;
}

[b-lsubmzcn2g] #dgReservations {
   position: absolute;
   top: 207px;
   left: 17px;
}
[b-lsubmzcn2g] #dgReservations .gearbutton {
 color: var(--primary-background-color);
 float: right;
 border: none;
 font-size: 20px;
 cursor: pointer;
 background-color: transparent;
 }

[b-lsubmzcn2g] #dgReservations .gearbutton:hover {
 color: var(--secondary-background-color);
 }

[b-lsubmzcn2g] #dgReservations thead {
   background-color: var(--primary-background-color);
top: 0px;
position: sticky;
z-index: 2;
height: 40px;
}

[b-lsubmzcn2g] #dgReservations th {
   font-family: 'Microsoft Sans Serif';
   font-size: 16px;
color: var(--primary-foreground-color);
}

[b-lsubmzcn2g] #dgReservations .padded-header-cell {
 }

[b-lsubmzcn2g] #dgReservations tbody {
background-color: var(--page-background-color);
color: var(--page-foreground-color);
}

[b-lsubmzcn2g] #dgReservations .alternatecolorrow {
background-color: var(--highlight-background-color);
color: var(--highlight-foreground-color);
}

[b-lsubmzcn2g] #dgReservations tbody tr:hover {
background-color: var(--hover-background-color) !important;
color: var(--hover-foreground-color) !important;
}

[b-lsubmzcn2g] #dgReservations tbody tr {
color: var(--page-foreground-color);
   font-family: 'Microsoft Sans Serif';
   font-size: 14px;
z-index: 0;
height: 30px;
}

[b-lsubmzcn2g] #dgReservations .row-header {
background-color: var(--primary-background-color);
color: var(--primary-foreground-color);
}

[b-lsubmzcn2g] #dgReservations .selectedRow {
background-color: var(--highlight-background-color);
color: var(--highlight-foreground-color);
}

[b-lsubmzcn2g] #dgReservations .no-wrap-cell {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}

[b-lsubmzcn2g] #dgReservations .padded-row-cell {
 }

[b-lsubmzcn2g] #dgReservations table {
border-collapse: collapse;
border-color:var(--border-1-color);
border-width: 1px;
border-style: solid;
}

[b-lsubmzcn2g] #dgReservations th,
[b-lsubmzcn2g] #dgReservations td {
border-color:var(--border-1-color);
border-width: 1px;
border-style: solid;
}

[b-lsubmzcn2g] #dgReservations th,
[b-lsubmzcn2g] #dgReservations td {
}

[b-lsubmzcn2g] #dgReservations .page-links-wrapper {
margin-top:20px;
}

[b-lsubmzcn2g] #dgReservations .modal-config {
width: 740px;
margin:1.75rem auto;
background-color: var(--page-background-color);
}

[b-lsubmzcn2g] #dgReservations .modal-content {
background-color: var(--page-background-color);
color: var(--page-foreground-color);
}

[b-lsubmzcn2g] #dgReservations .config-pane {
display: inline-block;
overflow-x: auto;
overflow-y: auto;
height: 400px;
width: fit-content;
float: left;
border: 1px solid;
border-color: var(--border-1-color);
margin-left:16px;
}

[b-lsubmzcn2g] #dgReservations .config-order-pane {
display: inline;
overflow-x: auto;
overflow-y: auto;
height: 400px;
width: fit-content;
float: left;
margin-left: 50px;
margin-right: 10px;
border: 1px solid;
border-color: var(--border-1-color);
}

[b-lsubmzcn2g] #dgReservations .config-table-body {
border: none;
width: 250px;
}

[b-lsubmzcn2g] #dgReservations .config-table-body tr config-display-real-index {
width: 0px;
text-align: left;
}

[b-lsubmzcn2g] #dgReservations .config-table-body tr config-check-box-desc {
width: 250px;
text-align: left;
}

[b-lsubmzcn2g] #dgReservations .config-table-head {
border: none;
width: 250px;
height: 20px;
}

[b-lsubmzcn2g] #dgReservations .config-table-head tr th {
text-align:center;
}

[b-lsubmzcn2g] #dgReservations .config-table {
width: 250px;
height: 100%;
border: 1px solid;
margin-right: 0px;
border-color: var(--border-1-color);
background-color: var(--page-background-color);
}

[b-lsubmzcn2g] #dgReservations .modal-config .dhi-tab-page {
color: var(--page-foreground-color);
background-color: var(--page-background-color);
}

[b-lsubmzcn2g] #dgReservations .config-check-box {
padding: 3px;
margin-left: 20px;
margin-right: 20px;
width: 20px;
height: 20px;
}

[b-lsubmzcn2g] #dgReservations .config-check-box-td {
border: none;
}

[b-lsubmzcn2g] #dgReservations .config-check-box-desc {
font-size: 16px;
table-layout: fixed;
width: 100%;
border: none;
padding-bottom: 4px;
}

[b-lsubmzcn2g] #dgReservations .config-display-real-index {
visibility: collapse;
width: 0px;
border: none;
}

[b-lsubmzcn2g] #dgReservations .config-order tr:hover {
cursor: pointer;
}

[b-lsubmzcn2g] #dgReservations table tbody tr {
height: 30px;
}

[b-lsubmzcn2g] #dgReservations .config-order tbody tr.selected td {
z-index: 2;
color: #0056b3;
text-decoration: none;
background-color: red;
border: none;
}

[b-lsubmzcn2g] #dgReservations .config-order tr:focus {
z-index: 2;
color: #0056b3;
text-decoration: none;
border: none;
}

[b-lsubmzcn2g] #dgReservations .highlighted-row {
background-color: #007bff;
color: white;
border: none
}

[b-lsubmzcn2g] #dgReservations .unhighlighted-row {
border: none;
}

[b-lsubmzcn2g] #dgReservations .row-selected-header-check {
text-align: center;
}

[b-lsubmzcn2g] #dgReservations .row-selected-check {
text-align: left;
}

[b-lsubmzcn2g] #dgReservations .header-text-grid-item {
text-align: center;
height: 16px;
}

[b-lsubmzcn2g] #dgReservations .text-grid-item {
text-align: left;
}

[b-lsubmzcn2g] #dgReservations .row-selected-header-check {
width: 16px;
height: 16px;
vertical-align: text-bottom;
}

[b-lsubmzcn2g] #dgReservations .selectallicon {
height: 22px;
color: var(--highlight-background-color);
}

[b-lsubmzcn2g] #dgReservations .row-selected-check {
width: 14px;
height: 14px;
vertical-align: text-bottom;
}

[b-lsubmzcn2g] #dgReservations .updowndiv {
height: 400px;
width: 44px;
display: flex;
align-items: center;
}

[b-lsubmzcn2g] #dgReservations .updownInnerdiv {
height: 100px;
width: 44px;
display: flex;
align-items: center;
align-content: space-between;
}

[b-lsubmzcn2g] #dgReservations .config-upbutton-wrapper {
margin-top: 6px;
}

[b-lsubmzcn2g] #dgReservations .configdlgbtn {
background-color: var(--primary-background-color);
color: var(--primary-foreground-color);
font-weight: 400;
border: 1px solid;
border-color: transparent;
padding: .375rem .75rem;
font-size: 1rem;
border-radius: .25rem;
margin-right: 6px;
}

[b-lsubmzcn2g] #dgReservations .selected-sort-row {
background-color: var(--highlight-background-color);
color: var(--highlight-foreground-color);
}

[b-lsubmzcn2g] #dgReservations .configdlgbtn.disabled {
background-color: var(--readonly-background-color);
color: var(--readonly-foreground-color);
border-color: var(--readonly-foreground-color);
}

[b-lsubmzcn2g] #dgReservations .config-table .configheader {
resize: none;
background-color: var(--primary-background-color);
color: var(--primary-foreground-color);
padding-top: 3px;
padding-bottom: 3px;
font-size: 20px;
top: 0;
position: sticky;
border: none;
width: 250px;
}


[b-lsubmzcn2g] #btnProcess {
   position: absolute;
   top: 121px;
   left: 648px;
   width: 90px;
   height: 32px;
   border-width: 4px;
   color: #000000;
   background-color: #ffa55f;
}

[b-lsubmzcn2g] #btnProcess > div {
   border-radius: 0px;
}

[b-lsubmzcn2g] #infoBox1 {
   position: absolute;
   top: 357px;
   left: 17px;
   background-color: var(--secondary-background-color);
}

[b-lsubmzcn2g] #infoBox1 > .info-box-outer-body {
   background-color: var(--page-background-color);
}

}

/***************************************************/
/*                                                 */
/*         End of WebMason Code Generation         */
/*     Put any needed css code below this point    */
/*                                                 */
/***************************************************/



@media (max-width: 999.999px) {

    .page[b-lsubmzcn2g] {
        width: auto;
        height: auto;
        margin: -8px;
    }

    [b-lsubmzcn2g] #lbl9 {
        font-size: 18px;
        display: inline-block;
    }


    [b-lsubmzcn2g] #div1 > div {
        display: grid;
        grid-template-columns: auto 1fr;
        align-items: center;
    }

    [b-lsubmzcn2g] #div1 > div > * {
        margin: 8px;
    }


    [b-lsubmzcn2g] #btnApprove {
        height: 32px;
        border-width: 4px;
        color: #000000;
        background-color: #c8ffc8;
    }

        [b-lsubmzcn2g] #btnApprove > div {
            border-radius: 0px;
        }

    [b-lsubmzcn2g] #tbApproveMsg {
        color: #000000;
    }

    [b-lsubmzcn2g] #span-tbApproveMsg {
        height: 40px;
        background-color: var(--input-background-color);
        border-radius: 8px;
    }

    [b-lsubmzcn2g] #btnDeny {
        height: 32px;
        border-width: 4px;
        color: #000000;
        background-color: #ffdddd;
    }

        [b-lsubmzcn2g] #btnDeny > div {
            border-radius: 0px;
        }

    [b-lsubmzcn2g] #tbDenyMsg {
        color: #000000;
    }

    [b-lsubmzcn2g] #span-tbDenyMsg {
        height: 40px;
        background-color: var(--input-background-color);
        border-radius: 8px;
    }

    [b-lsubmzcn2g] #btnCancel {
        width: 90px;
        height: 32px;
        border-width: 4px;
        color: #000000;
        background-color: #ffc8c8;
        margin-left: 50px;
    }

        [b-lsubmzcn2g] #btnCancel > div {
            border-radius: 0px;
        }

    [b-lsubmzcn2g] #btnProcess {
        width: 90px;
        height: 32px;
        border-width: 4px;
        color: #000000;
        background-color: #ffa55f;
        display: block;
        margin-left: auto;
    }

        [b-lsubmzcn2g] #btnProcess > div {
            border-radius: 0px;
        }

    [b-lsubmzcn2g] #dgReservations {
        margin: 16px 0 8px 0;
        width: 100%;
    }

        [b-lsubmzcn2g] #dgReservations tbody tr {
            color: var(--page-foreground-color);
            font-family: 'Microsoft Sans Serif';
            font-size: 12px;
            z-index: 0;
            height: 30px;
        }

        [b-lsubmzcn2g] #dgReservations input[type=checkbox] {
            width: 25px;
            height: 25px;
            margin: 1px;
        }

        [b-lsubmzcn2g] #dgReservations .column-header-text-grid-item {
            font-size: 12px;
        }

        [b-lsubmzcn2g] #dgReservations .text-grid-item {
            display: none;
        }
}



/* /Pages/CheckInPage.razor.rz.scp.css */
/***************************************************/
/*                                                 */
/*                 !!! WARNING !!!                 */
/* This file is generated by WebMason. Any changes */
/* made will be replaced the next time the page is */
/*   exported. If you need to add any custom css   */
/*  logic, then add it at the bottom of this file  */
/* under the comment denoting the end of code gen. */
/*                                                 */
/***************************************************/

@media (min-width: 10000px) {

.page[b-jlau72x3ts] {
   position: relative;
   background-color: var(--page-background-color);
   color: var(--page-foreground-color);
   border-color: var(--border-1-color);
   font-family: 'Microsoft Sans Serif';
   font-size: 16px;
   width: 300px;
   margin-left: auto;
   margin-right: auto;
   margin-top: 8px;
   margin-bottom: 8px;
   height: 490px;
}

[b-jlau72x3ts] #groupBox1 {
   position: absolute;
   top: 6px;
   left: 6px;
   right: 6px;
   background-color: var(--primary-background-color);
}

[b-jlau72x3ts] #groupBox1 > div.gbx-header {
}

[b-jlau72x3ts] #groupBox1 > div.gbx-body {
   background-color: var(--page-background-color);
   overflow: auto;
}

[b-jlau72x3ts] #div1 {
   position: absolute;
   top: 6px;
   left: 6px;
   right: 6px;
   border: solid;
   border-width: 0px;
   overflow: auto;
}

[b-jlau72x3ts] #lblUserD {
   position: absolute;
   top: 12px;
   left: 15px;
   line-height: normal;
   text-align: left;
}
[b-jlau72x3ts] #lblUserD > div {
   align-content: start;
}
[b-jlau72x3ts] #lblUser {
   position: absolute;
   top: 12px;
   left: 77px;
   color: var(--secondary-background-color);
   line-height: normal;
   text-align: left;
}
[b-jlau72x3ts] #lblUser > div {
   align-content: start;
}
[b-jlau72x3ts] #lblItem {
   z-index: 2;
   position: absolute;
   top: 60px;
   left: 12px;
   background-color: var(--page-background-color);
   background-image: linear-gradient(var(--page-background-deg), var(--page-background-start) 0%, var(--page-background-end) 100%);
   color: var(--page-foreground-color);
   line-height: normal;
   text-align: left;
}
[b-jlau72x3ts] #lblItem > div {
   align-content: start;
}
[b-jlau72x3ts] #divItems {
   position: absolute;
   top: 71px;
   left: 6px;
   right: 6px;
   height: 180px;
   border: solid;
   border-color: Theme-Border-1;
   border-width: 2px;
   overflow: auto;
}

[b-jlau72x3ts] #tBxComments {
   color: var(--input-foreground-color);
}

[b-jlau72x3ts] #lbl-tBxComments {
   position: absolute;
   top: 286px;
   left: 6px;
   right: 6px;
   width: auto;
}

[b-jlau72x3ts] #span-tBxComments {
   height: 86px;
   background-color: var(--input-background-color);
   border-radius: 8px;
}
[b-jlau72x3ts] #btnConfirm {
   position: absolute;
   top: 384px;
   left: 40px;
   width: 209px;
   height: 44px;
   color: var(--secondary-foreground-color);
   background-color: var(--secondary-background-color);
}

[b-jlau72x3ts] #btnConfirm > div {
   border-radius: 0px;
}

}

/***************************************************/
/*                                                 */
/*         End of WebMason Code Generation         */
/*     Put any needed css code below this point    */
/*                                                 */
/***************************************************/


[b-jlau72x3ts] #gBxCheckin {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
}

.page[b-jlau72x3ts] {
    height: auto !important;
    width: initial;
    max-width: 500px;
    min-width: 250px;
    position: relative;
    background-color: var(--page-background-color);
    color: var(--page-foreground-color);
    border-color: var(--border-1-color);
    font-family: 'Microsoft Sans Serif';
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8px;
    margin-bottom: 8px;
    padding: 8px;
}

[b-jlau72x3ts] .gbx-body {
    display: grid;
}

[b-jlau72x3ts] #div1 {
    position: initial;
}

    [b-jlau72x3ts] #div1 > .dhi-div-absolute {
        display: grid;
        grid-template-columns: auto 1fr;
    }

[b-jlau72x3ts] #lblUserD {
    position: relative;
    margin: 8px;
}

[b-jlau72x3ts] #lblUser {
    position: relative;
    margin: 8px;
    color: var(--secondary-background-color);
    font-weight: bold;
}

[b-jlau72x3ts] #lblItem {
    width: max-content;
    margin-left: 8px;
}

[b-jlau72x3ts] #divItems {
    position: relative;
    border: none;
    margin: 8px 0;
}

    [b-jlau72x3ts] #divItems .dhi-div-absolute {
        display: grid;
        grid-template-columns: 1fr auto 1fr;
    }


        [b-jlau72x3ts] #divItems .dhi-div-absolute label {
            grid-column: 2;
            justify-self: left;
            margin: 4px;
        }


[b-jlau72x3ts] #lblNoItems {
    grid-column: 2;
    justify-self: center;
    margin: 4px;
}
[b-jlau72x3ts] #lbl-tBxComments {
    margin: 8px;
}

[b-jlau72x3ts] #btnConfirm {
    justify-self: center;
    margin: 8px;
    padding: 6px 2px;
}





/* /Pages/CheckoutPage.razor.rz.scp.css */
/***************************************************/
/*                                                 */
/*                 !!! WARNING !!!                 */
/* This file is generated by WebMason. Any changes */
/* made will be replaced the next time the page is */
/*   exported. If you need to add any custom css   */
/*  logic, then add it at the bottom of this file  */
/* under the comment denoting the end of code gen. */
/*                                                 */
/***************************************************/

.page[b-47j4nyz8ka] {
   position: relative;
   background-color: var(--page-background-color);
   color: var(--page-foreground-color);
   border-color: var(--border-1-color);
   font-family: 'Microsoft Sans Serif';
   font-size: 16px;
   padding: 8px;
   width: 300px;
   margin-left: auto;
   margin-right: auto;
   margin-top: 8px;
   margin-bottom: 8px;
   height: 523px;
}

[b-47j4nyz8ka] #gBxCheckout {
   position: absolute;
   top: 8px;
   left: 8px;
   right: 8px;
   background-color: var(--primary-background-color);
}

[b-47j4nyz8ka] #gBxCheckout > div.gbx-header {
}

[b-47j4nyz8ka] #gBxCheckout > div.gbx-body {
   background-color: var(--page-background-color);
   overflow: auto;
}

[b-47j4nyz8ka] #div1 {
   position: absolute;
   top: 0px;
   left: 0px;
   right: 0px;
   border: solid;
   border-width: 0px;
   overflow: auto;
}

[b-47j4nyz8ka] #lblUserD {
   position: absolute;
   top: 12px;
   left: 12px;
   line-height: normal;
   text-align: left;
}
[b-47j4nyz8ka] #lblUserD > div {
   align-content: start;
}
[b-47j4nyz8ka] #lblUser {
   position: absolute;
   top: 12px;
   left: 74px;
   color: var(--secondary-background-color);
   line-height: normal;
   text-align: left;
}
[b-47j4nyz8ka] #lblUser > div {
   align-content: start;
}
[b-47j4nyz8ka] #lblItem {
   z-index: 2;
   position: absolute;
   top: 46px;
   left: 13px;
   background-color: var(--page-background-color);
   background-image: linear-gradient(var(--page-background-deg), var(--page-background-start) 0%, var(--page-background-end) 100%);
   color: var(--page-foreground-color);
   line-height: normal;
   text-align: left;
}
[b-47j4nyz8ka] #lblItem > div {
   align-content: start;
}
[b-47j4nyz8ka] #divItems {
   position: absolute;
   top: 55px;
   left: 6px;
   right: 6px;
   border: solid;
   border-color: Theme-Border-1;
   border-width: 2px;
   overflow: auto;
}

[b-47j4nyz8ka] #lblDates {
   position: absolute;
   top: 274px;
   left: 6px;
   line-height: normal;
   text-align: left;
}
[b-47j4nyz8ka] #lblDates > div {
   align-content: start;
}
[b-47j4nyz8ka] #lblBlurb {
   position: absolute;
   top: 309px;
   left: 6px;
   right: 6px;
   width: 266px;
   height: 92px;
   line-height: normal;
   text-align: center;
}
[b-47j4nyz8ka] #lblBlurb > div {
   align-content: center;
}
[b-47j4nyz8ka] #btnConfirm {
   position: absolute;
   top: 413px;
   left: 34px;
   width: 209px;
   height: 44px;
   color: var(--secondary-foreground-color);
   background-color: var(--secondary-background-color);
}

[b-47j4nyz8ka] #btnConfirm > div {
   border-radius: 0px;
}


/***************************************************/
/*                                                 */
/*         End of WebMason Code Generation         */
/*     Put any needed css code below this point    */
/*                                                 */
/***************************************************/

[b-47j4nyz8ka] #gBxCheckout {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
}

.page[b-47j4nyz8ka] {
    height: auto !important;
    width: initial;
    max-width: 500px;
    min-width: 250px;
}

[b-47j4nyz8ka] .gbx-body {
    display: grid;
}

[b-47j4nyz8ka] .gbx-body * {
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
}

[b-47j4nyz8ka] #div1 {
    position: initial;
}

[b-47j4nyz8ka] #div1 > .dhi-div-absolute {
    display: grid;
    grid-template-columns: auto 1fr;
}

[b-47j4nyz8ka] #lblUserD {
    position: relative;
    margin: 8px;
}

[b-47j4nyz8ka] #lblUser {
    position: relative;
    margin: 8px;
    font-weight: bold;
}

[b-47j4nyz8ka] #lblItem {
    width: max-content;
    margin-left: 8px;
}

[b-47j4nyz8ka] #divItems {
    position: relative;
    border: none;
    margin: 8px 0;
}

    [b-47j4nyz8ka] #divItems .dhi-div-absolute {
        display: grid;
        grid-template-columns: 1fr auto 1fr;
    }


        [b-47j4nyz8ka] #divItems .dhi-div-absolute label {
            grid-column: 2;
            justify-self: left;
            margin: 4px;
        }

[b-47j4nyz8ka] #lblDates {
    margin: 8px;
}

[b-47j4nyz8ka] #lblBlurb {
    right: 0;
    width: auto;
    height: auto;
    margin: 8px;
}

[b-47j4nyz8ka] #btnConfirm {
    justify-self: center;
    margin: 8px;
}

[b-47j4nyz8ka] #lblNoItems {
    grid-column: 2;
    text-align: center;
    font-style: italic;
}

/* /Pages/Item_Status_Check_Out.razor.rz.scp.css */
/***************************************************/
/*                                                 */
/*                 !!! WARNING !!!                 */
/* This file is generated by WebMason. Any changes */
/* made will be replaced the next time the page is */
/*   exported. If you need to add any custom css   */
/*  logic, then add it at the bottom of this file  */
/* under the comment denoting the end of code gen. */
/*                                                 */
/***************************************************/

@media (min-width: 1000px) {

.page[b-p84yh31d25] {
   position: relative;
   background-color: #ffffff;
   color: var(--page-foreground-color);
   border-color: var(--border-1-color);
   font-family: 'Microsoft Sans Serif';
   font-size: 16px;
   padding: 8px;
   margin: 8px;
   height: 1748px;
}

[b-p84yh31d25] #div1 {
   position: absolute;
   top: 49px;
   left: 16px;
   width: 727px;
   height: 109px;
   background-color: #ffffff;
   background-image: linear-gradient(180deg, #ffffff00 0%, #ffffffb2 100%);
   border: solid;
   border-width: 0px;
   overflow: auto;
}

[b-p84yh31d25] #cbxCategory {
   color: var(--input-foreground-color);
   font-family: 'Microsoft Sans Serif';
   font-size: 14.25px;
}

[b-p84yh31d25] #lbl-cbxCategory {
   position: absolute;
   top: 8px;
   left: 0px;
   font-family: 'Microsoft Sans Serif';
   font-size: 14.25px;
}

[b-p84yh31d25] #span-cbxCategory {
   width: 141px;
   background-color: #ffffff;
   background-image: linear-gradient(180deg, #ffffff00 0%, #ffffffb2 100%);
   border-radius: 5px;
}
[b-p84yh31d25] #cbxItem {
   color: var(--input-foreground-color);
   font-family: 'Microsoft Sans Serif';
   font-size: 14.25px;
}

[b-p84yh31d25] #lbl-cbxItem {
   position: absolute;
   top: 8px;
   left: 157px;
   font-family: 'Microsoft Sans Serif';
   font-size: 14.25px;
}

[b-p84yh31d25] #span-cbxItem {
   width: 265px;
   background-color: #ffffff;
   background-image: linear-gradient(180deg, #ffffff00 0%, #ffffffb2 100%);
   border-radius: 5px;
}
[b-p84yh31d25] #tbDesc {
   color: var(--input-foreground-color);
   font-family: 'Microsoft Sans Serif';
   font-size: 14.25px;
}

[b-p84yh31d25] #lbl-tbDesc {
   position: absolute;
   top: 8px;
   left: 438px;
   font-family: 'Microsoft Sans Serif';
   font-size: 14.25px;
}

[b-p84yh31d25] #span-tbDesc {
   width: 273px;
   background-color: #fbebdb;
   background-image: linear-gradient(180deg, #ffffff00 0%, #ffffffb2 100%);
   border-radius: 5px;
}
[b-p84yh31d25] #tbHomeLoc {
   color: var(--input-foreground-color);
   font-family: 'Microsoft Sans Serif';
   font-size: 14.25px;
}

[b-p84yh31d25] #lbl-tbHomeLoc {
   position: absolute;
   top: 59px;
   left: 438px;
   font-family: 'Microsoft Sans Serif';
   font-size: 14.25px;
}

[b-p84yh31d25] #span-tbHomeLoc {
   width: 273px;
   background-color: #fbebdb;
   background-image: linear-gradient(180deg, #ffffff00 0%, #ffffffb2 100%);
   border-radius: 5px;
}
[b-p84yh31d25] #ckbReqApproval {
}

[b-p84yh31d25] #lbl-ckbReqApproval {
   position: absolute;
   top: 65px;
   left: 249px;
}
[b-p84yh31d25] #btnCollapseItem {
   position: absolute;
   top: 57px;
   left: 6px;
   height: 41px;
   color: var(--secondary-foreground-color);
   background-color: var(--secondary-background-color);
   font-family: 'Microsoft Sans Serif';
   font-size: 36px;
   font-weight: bold;
}

[b-p84yh31d25] #btnCollapseItem > div {
   border-radius: 0px;
}

[b-p84yh31d25] #lbl10 {
   position: absolute;
   top: 161px;
   left: 14px;
   line-height: normal;
   text-align: left;
}
[b-p84yh31d25] #lbl10 > div {
   align-content: start;
}

[b-p84yh31d25] #divMain {
   position: absolute;
   top: 200px;
   left: 16px;
   width: 743px;
   border: solid;
   border-width: 0px;
   overflow: auto;
}

[b-p84yh31d25] #bigCalendar1 {
   position: absolute;
   top: 0px;
   left: 0px;
   width: 727px;
   height: 1109px;
   background-color: #ffffff;
   border-color: #000000;
   border-width: 2px;
}
[b-p84yh31d25] #divCheckout {
   position: absolute;
   top: 1117px;
   left: 0px;
   width: 727px;
   height: 210px;
   background-color: #ffffff;
   background-image: linear-gradient(180deg, #ffffff00 0%, #ffffffb2 100%);
   border: solid;
   border-width: 0px;
   overflow: auto;
}

[b-p84yh31d25] #labelCkOut {
   position: absolute;
   top: 1px;
   left: 8px;
   line-height: normal;
   text-align: left;
}
[b-p84yh31d25] #labelCkOut > div {
   align-content: start;
}
[b-p84yh31d25] #dBxStart {
   color: var(--input-foreground-color);
   font-family: 'Microsoft Sans Serif';
   font-size: 14.25px;
}

[b-p84yh31d25] #lbl-dBxStart {
   position: absolute;
   top: 29px;
   left: 8px;
   font-family: 'Microsoft Sans Serif';
   font-size: 14.25px;
}

[b-p84yh31d25] #span-dBxStart {
   width: 240px;
   background-color: var(--input-background-color);
}
[b-p84yh31d25] #dBxEnd {
   color: var(--input-foreground-color);
   font-family: 'Microsoft Sans Serif';
   font-size: 14.25px;
}

[b-p84yh31d25] #lbl-dBxEnd {
   position: absolute;
   top: 29px;
   left: 259px;
   font-family: 'Microsoft Sans Serif';
   font-size: 14.25px;
}

[b-p84yh31d25] #span-dBxEnd {
   width: 240px;
   background-color: var(--input-background-color);
}
[b-p84yh31d25] #tbStatus {
   color: var(--input-foreground-color);
   font-family: 'Microsoft Sans Serif';
   font-size: 14.25px;
}

[b-p84yh31d25] #lbl-tbStatus {
   position: absolute;
   top: 75px;
   left: 8px;
   font-family: 'Microsoft Sans Serif';
   font-size: 14.25px;
}

[b-p84yh31d25] #span-tbStatus {
   width: 180px;
   background-color: #fbebdb;
   background-image: linear-gradient(180deg, #ffffff00 0%, #ffffffb2 100%);
   border-radius: 5px;
}
[b-p84yh31d25] #tbInUseBy {
   color: var(--input-foreground-color);
   font-family: 'Microsoft Sans Serif';
   font-size: 14.25px;
}

[b-p84yh31d25] #lbl-tbInUseBy {
   position: absolute;
   top: 75px;
   left: 204px;
   font-family: 'Microsoft Sans Serif';
   font-size: 14.25px;
}

[b-p84yh31d25] #span-tbInUseBy {
   width: 295px;
   background-color: #fbebdb;
   background-image: linear-gradient(180deg, #ffffff00 0%, #ffffffb2 100%);
   border-radius: 5px;
}
[b-p84yh31d25] #tbWhileInUse {
   color: var(--input-foreground-color);
   font-family: 'Microsoft Sans Serif';
   font-size: 14.25px;
}

[b-p84yh31d25] #lbl-tbWhileInUse {
   position: absolute;
   top: 120px;
   left: 8px;
   font-family: 'Microsoft Sans Serif';
   font-size: 14.25px;
}

[b-p84yh31d25] #span-tbWhileInUse {
   width: 491px;
   background-color: #ffffff;
   background-image: linear-gradient(180deg, #ffffff00 0%, #ffffffb2 100%);
   border-radius: 5px;
}
[b-p84yh31d25] #tBxGroup {
   color: var(--input-foreground-color);
   font-family: 'Microsoft Sans Serif';
   font-size: 14.25px;
}

[b-p84yh31d25] #lbl-tBxGroup {
   position: absolute;
   top: 165px;
   left: 8px;
   font-family: 'Microsoft Sans Serif';
   font-size: 14.25px;
}

[b-p84yh31d25] #span-tBxGroup {
   width: 491px;
   background-color: #ffffff;
   background-image: linear-gradient(180deg, #ffffff00 0%, #ffffffb2 100%);
   border-radius: 5px;
}
[b-p84yh31d25] #divButtons {
   position: absolute;
   top: -1px;
   right: 6px;
   width: 181px;
   height: 204px;
   border: solid;
   border-width: 0px;
   overflow: auto;
}

[b-p84yh31d25] #btnSameAsPrev {
   position: absolute;
   top: 14px;
   left: 14px;
   width: 150px;
   height: 44px;
   border-radius: 5px;
   border-width: 4px;
   color: #000000;
   background-color: #bbffff;
   font-family: 'Microsoft Sans Serif';
   font-size: 14.25px;
}

[b-p84yh31d25] #btnSameAsPrev > div {
   border-radius: 5px;
}
[b-p84yh31d25] #btnCancelReservation {
   position: absolute;
   top: 74px;
   left: 14px;
   width: 150px;
   height: 59px;
   border-width: 4px;
   color: #000000;
   background-color: #ffc8c8;
   font-family: 'Microsoft Sans Serif';
   font-size: 15.75px;
}

[b-p84yh31d25] #btnCancelReservation > div {
   border-radius: 0px;
}
[b-p84yh31d25] #btnCreateReservation {
   position: absolute;
   top: 149px;
   left: 14px;
   width: 150px;
   height: 50px;
   border-width: 4px;
   color: #000000;
   background-color: #c8ffc8;
   font-family: 'Microsoft Sans Serif';
   font-size: 15.75px;
}

[b-p84yh31d25] #btnCreateReservation > div {
   border-radius: 0px;
}
[b-p84yh31d25] #divBottom {
   position: absolute;
   top: 1333px;
   left: 8px;
   right: 8px;
   border: solid;
   border-width: 0px;
   overflow: auto;
}

[b-p84yh31d25] #infoBox1 {
   position: absolute;
   top: 0px;
   left: 4px;
   width: 377px;
   background-color: var(--secondary-background-color);
}

[b-p84yh31d25] #infoBox1 > .info-box-outer-body {
   background-color: var(--page-background-color);
}

[b-p84yh31d25] #BtnCancel {
   position: absolute;
   top: 16px;
   left: 663px;
   width: 80px;
   height: 30px;
   border-width: 4px;
   color: #000000;
   background-color: #ffc8c8;
}

[b-p84yh31d25] #BtnCancel > div {
   border-radius: 0px;
}

}

/***************************************************/
/*                                                 */
/*         End of WebMason Code Generation         */
/*     Put any needed css code below this point    */
/*                                                 */
/***************************************************/

.page[b-p84yh31d25] {
    min-height: 1050px;
    height: auto;
}

[b-p84yh31d25] #divMain {
    display: grid;
    margin-top: 200px;
    position: relative;
    overflow: hidden;
    top: 0;
}

[b-p84yh31d25] #divCheckout {
    top: 0;
    position: relative;
    margin-top: 24px;
}

[b-p84yh31d25] #infoBox1 {
    top: 0;
    left: 0;
    width: auto;
    position: relative;
}

[b-p84yh31d25] #divBottom {
    display: grid;
    grid-template-columns: 1fr auto;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
}

[b-p84yh31d25] #bigCalendar1 {
    position: relative;
}

[b-p84yh31d25] #day-summary-div{
    display: grid;
    grid-template-columns: 1fr auto auto 1fr;
    margin-bottom: 50px;
    left: 8px;
    right: 8px;
}

[b-p84yh31d25] #btnCollapseItem {
    display: none;
}

[b-p84yh31d25] #bigCalendar1 .cal-event {
    height: 2em;
    padding: 1px;
}

@media (max-width: 999.99px) {
    .page[b-p84yh31d25] {
        position: relative;
        background-color: #ffffff;
        color: var(--page-foreground-color);
        border-color: var(--border-1-color);
        font-family: 'Microsoft Sans Serif';
        font-size: 18px;
        padding: 8px;
        margin: -8px;
        margin-bottom: 100px;
    }

    [b-p84yh31d25] *[type=button] {
        border: double 2px #0002;
        border-radius: 8px;
    }

    [b-p84yh31d25] input[type=text] {
        font-size: inherit !important;
    }

    [b-p84yh31d25] label {
        margin: 6px;
        width: calc(100% - 16px);
    }

    [b-p84yh31d25] #lbl-ckbReqApproval {
        margin: 6px auto;
        width: max-content;
        display: block;
    }

    [b-p84yh31d25] #btnCollapseItem {
        display: block;
    }

    [b-p84yh31d25] .dhi-text-box > span:last-child {
        width: auto;
    }

    [b-p84yh31d25] #btnCollapseItem {
        display: block;
        width: max-content;
        margin: 6px auto 20px auto;
        padding: 6px;
    }

    [b-p84yh31d25] #divMain {
        margin-top: 0;
    }

    [b-p84yh31d25] #BtnCancel {
        display: none;
        width: max-content;
        padding: 6px;
        margin: 6px;
        margin-left: auto;
        color: #000000;
        background-color: #ffc8c8;
    }

    [b-p84yh31d25] .dhi-text-box > .text-area {
        grid-template-columns: 1fr auto auto;
    }

    [b-p84yh31d25] #div1 {
        transition: max-height 200ms ease;
    }


    [b-p84yh31d25] #divButtons > div {
        display: grid;
        grid-template-columns: auto 1fr auto;
    }

    [b-p84yh31d25] #divButtons > div > button {
        padding: 6px;
        margin: 6px;
    }

    [b-p84yh31d25] #btnSameAsPrev {
        grid-column: 1 / 4;
        color: #000000;
        background-color: #bbffff;
    }

    [b-p84yh31d25] #btnCancelReservation {
        color: #000000;
        background-color: #ffc8c8;
    }

    [b-p84yh31d25] #btnCreateReservation {
        grid-column: 3;
        color: #000000;
        background-color: #c8ffc8;
    }

    [b-p84yh31d25] #divBottom {
        grid-template-columns: 1fr;
    }

    [b-p84yh31d25] #infoBox1 {
        grid-row: 1;
    }

    [b-p84yh31d25] #bigCalendar1 {
        overflow-x: hidden;
    }
}




@media (max-width: 400px) {
    [b-p84yh31d25] #bigCalendar1 {
        font-size: 15px;
    }

    [b-p84yh31d25] #bigCalendar1 .header {
        font-size: 18px;
    }
    
    [b-p84yh31d25] #bigCalendar1 .screen-selector {
        display: none;
    }

        [b-p84yh31d25] #bigCalendar1 .cal-event span {
            font-size: 8px;
        }
}
/* /Pages/Login.razor.rz.scp.css */
/***************************************************/
/*                                                 */
/*                 !!! WARNING !!!                 */
/* This file is generated by WebMason. Any changes */
/* made will be replaced the next time the page is */
/*   exported. If you need to add any custom css   */
/*  logic, then add it at the bottom of this file  */
/* under the comment denoting the end of code gen. */
/*                                                 */
/***************************************************/

@media (min-width: 800px) {

.page[b-purjmep4tv] {
   position: relative;
   background-color: #ffffff;
   color: var(--page-foreground-color);
   border-color: var(--border-1-color);
   font-family: 'Microsoft Sans Serif';
   font-size: 16px;
   padding: 8px;
   width: 400px;
   margin-left: auto;
   margin-right: auto;
   margin-top: 8px;
   margin-bottom: 8px;
   height: 487px;
}

[b-purjmep4tv] #lbl1 {
   position: absolute;
   top: 16px;
   left: 16px;
   font-family: 'Microsoft Sans Serif';
   font-size: 20.25px;
   line-height: normal;
   text-align: left;
}
[b-purjmep4tv] #lbl1 > div {
   align-content: start;
}

[b-purjmep4tv] #lbl2 {
   position: absolute;
   top: 60px;
   left: 27px;
   font-family: 'Microsoft Sans Serif';
   font-size: 18px;
   line-height: normal;
   text-align: left;
}
[b-purjmep4tv] #lbl2 > div {
   align-content: start;
}

[b-purjmep4tv] #tbEName {
   color: var(--input-foreground-color);
}

[b-purjmep4tv] #lbl-tbEName {
   position: absolute;
   top: 105px;
   left: 47px;
}

[b-purjmep4tv] #span-tbEName {
   width: 301px;
   background-color: #ffffff;
   border-radius: 8px;
}

[b-purjmep4tv] #pwbEPassword {
   color: var(--input-foreground-color);
}

[b-purjmep4tv] #lbl-pwbEPassword {
   position: absolute;
   top: 161px;
   left: 47px;
}

[b-purjmep4tv] #span-pwbEPassword {
   width: 301px;
   background-color: #ffffff;
   border-radius: 8px;
}

[b-purjmep4tv] #div1 {
   position: absolute;
   top: 215px;
   right: 52px;
   width: 301px;
   border: solid;
   border-width: 0px;
   overflow: auto;
}

[b-purjmep4tv] #btnResetPW {
   position: absolute;
   top: 0px;
   left: 0px;
   width: 166px;
   height: 28px;
   border-width: 4px;
   color: #000000;
   background-color: #dcc8ff;
}

[b-purjmep4tv] #btnResetPW > div {
   border-radius: 0px;
}
[b-purjmep4tv] #btnLogin {
   position: absolute;
   top: 0px;
   right: 0px;
   width: 76px;
   height: 28px;
   border-width: 4px;
   color: #000000;
   background-color: #c8ffc8;
}

[b-purjmep4tv] #btnLogin > div {
   border-radius: 0px;
}

[b-purjmep4tv] #infoBox1 {
   position: absolute;
   top: 288px;
   left: 16px;
   width: 368px;
   background-color: #c8ffc8;
}

[b-purjmep4tv] #infoBox1 > .info-box-outer-body {
   background-color: var(--page-background-color);
}

}

/***************************************************/
/*                                                 */
/*         End of WebMason Code Generation         */
/*     Put any needed css code below this point    */
/*                                                 */
/***************************************************/



@media (max-width: 799.999px) {
    .page[b-purjmep4tv] {
        position: relative;
        background-color: #ffffff;
        color: var(--page-foreground-color);
        border-color: var(--border-1-color);
        font-family: 'Microsoft Sans Serif';
        font-size: 16px;
        min-width: 260px;
        margin: 8px auto;
        padding-bottom: 8px;
    }

    .page > form[b-purjmep4tv] {
        display: grid;
    }

   [b-purjmep4tv] > form > div,
   [b-purjmep4tv] > form > label {
        justify-self: center;
    }

    [b-purjmep4tv] #lbl1 {
        font-family: 'Microsoft Sans Serif';
        font-size: 20.25px;
        line-height: normal;
        text-align: center;
        font-weight: bold;
        padding: 8px;
        width: 100%;
        background-color: var(--primary-background-color);
        color: var(--primary-foreground-color);
    }

    [b-purjmep4tv] #lbl2 {
        font-family: 'Microsoft Sans Serif';
        font-size: 18px;
        line-height: normal;
        text-align: center;
        margin: 8px;
    }

    [b-purjmep4tv] #tbEName {
        color: var(--input-foreground-color);
    }

    [b-purjmep4tv] #lbl-tbEName {
        width: 100%;
        max-width: 300px;
        padding: 8px;
    }

    [b-purjmep4tv] #span-tbEName {
        background-color: #ffffff;
        border-radius: 8px;
    }

    [b-purjmep4tv] #pwbEPassword {
        color: var(--input-foreground-color);
    }

    [b-purjmep4tv] #lbl-pwbEPassword {
        padding: 8px;
        max-width: 300px;
        width: 100%;
    }

    [b-purjmep4tv] #span-pwbEPassword {
        background-color: #ffffff;
        border-radius: 8px;
    }

    [b-purjmep4tv] #div1 {
        padding: 8px;
        max-width: 300px;
        width: 100%;
    }

    [b-purjmep4tv] #div1 > div {
        display: grid;
        grid-template-columns: auto 1fr auto;
    }




    [b-purjmep4tv] #btnResetPW {
        width: 145px;
        height: 32px;
        border-width: 4px;
        color: #000000;
        background-color: #dcc8ff;
    }

        [b-purjmep4tv] #btnResetPW > div {
            border-radius: 0px;
        }

    [b-purjmep4tv] #btnLogin {
        width: 75px;
        height: 32px;
        border-width: 4px;
        color: #000000;
        background-color: #c8ffc8;
        grid-column: 3;
    }

        [b-purjmep4tv] #btnLogin > div {
            border-radius: 0px;
        }

    /*::deep #infoBox1 {
        background-color: #c8ffc8;
    }*/

        [b-purjmep4tv] #infoBox1 > .info-box-outer-body {
            background-color: var(--page-background-color);
        }

        [b-purjmep4tv] #infoBox1 .info-box-body {
            font-size: .75rem;
        }

}
/* /Pages/Modify_Existing_Reservation.razor.rz.scp.css */
/***************************************************/
/*                                                 */
/*                 !!! WARNING !!!                 */
/* This file is generated by WebMason. Any changes */
/* made will be replaced the next time the page is */
/*   exported. If you need to add any custom css   */
/*  logic, then add it at the bottom of this file  */
/* under the comment denoting the end of code gen. */
/*                                                 */
/***************************************************/

.page[b-ds7xtn5z3b] {
   position: relative;
   background-color: var(--page-background-color);
   color: var(--page-foreground-color);
   border-color: var(--border-1-color);
   font-family: 'Microsoft Sans Serif';
   font-size: 16px;
   padding: 8px;
   width: 800px;
   margin-left: auto;
   margin-right: auto;
   margin-top: 8px;
   margin-bottom: 8px;
   height: 0px;
}


/***************************************************/
/*                                                 */
/*         End of WebMason Code Generation         */
/*     Put any needed css code below this point    */
/*                                                 */
/***************************************************/


/* /Pages/ResetEmailFromPassword.razor.rz.scp.css */
/***************************************************/
/*                                                 */
/*                 !!! WARNING !!!                 */
/* This file is generated by WebMason. Any changes */
/* made will be replaced the next time the page is */
/*   exported. If you need to add any custom css   */
/*  logic, then add it at the bottom of this file  */
/* under the comment denoting the end of code gen. */
/*                                                 */
/***************************************************/

.page[b-fiknu8tgz5] {
   position: relative;
   background-color: #ffffff;
   color: var(--page-foreground-color);
   border-color: var(--border-1-color);
   font-family: 'Microsoft Sans Serif';
   font-size: 16px;
   padding: 8px;
   width: 400px;
   margin-left: auto;
   margin-right: auto;
   margin-top: 8px;
   margin-bottom: 8px;
   height: 193px;
}

@media (min-width: 600px) {

[b-fiknu8tgz5] #embeddedText1 {
   position: absolute;
   top: 16px;
   left: 16px;
   width: 368px;
   height: 51px;
   line-height: normal;
   text-align: left;
}
[b-fiknu8tgz5] #embeddedText1 > div {
   align-content: start;
}

[b-fiknu8tgz5] #tBxEmail {
   color: var(--input-foreground-color);
}

[b-fiknu8tgz5] #lbl-tBxEmail {
   position: absolute;
   top: 83px;
   left: 49px;
}

[b-fiknu8tgz5] #span-tBxEmail {
   width: 301px;
   background-color: #ffffff;
   border-radius: 8px;
}

[b-fiknu8tgz5] #btnResetPassword {
   position: absolute;
   top: 139px;
   left: 224px;
   width: 160px;
   height: 38px;
   border-width: 2px;
   color: var(--secondary-foreground-color);
   background-color: var(--secondary-background-color);
}

[b-fiknu8tgz5] #btnResetPassword > div {
   border-radius: 0px;
}

}

/***************************************************/
/*                                                 */
/*         End of WebMason Code Generation         */
/*     Put any needed css code below this point    */
/*                                                 */
/***************************************************/

@media (max-width: 599.99px) {
    .page[b-fiknu8tgz5] {
        width: initial;
        height: initial;
    }

    [b-fiknu8tgz5] #lbl-tBxEmail {
        display: block;
        margin: 8px;
        margin-top: 20px;
    }


    [b-fiknu8tgz5] #btnResetPassword {
        width: 160px;
        height: 38px;
        border-width: 2px;
        color: var(--secondary-foreground-color);
        background-color: var(--secondary-background-color);
        display: block;
        margin: 8px auto;
    }
}

/* /Pages/ResetPasswordPage.razor.rz.scp.css */
/***************************************************/
/*                                                 */
/*                 !!! WARNING !!!                 */
/* This file is generated by WebMason. Any changes */
/* made will be replaced the next time the page is */
/*   exported. If you need to add any custom css   */
/*  logic, then add it at the bottom of this file  */
/* under the comment denoting the end of code gen. */
/*                                                 */
/***************************************************/

.page[b-3geh1gsp91] {
   position: relative;
   background-color: #ffffff;
   color: var(--page-foreground-color);
   border-color: var(--border-1-color);
   font-family: 'Microsoft Sans Serif';
   font-size: 16px;
   padding: 8px;
   width: 500px;
   margin-left: auto;
   margin-right: auto;
   margin-top: 8px;
   margin-bottom: 8px;
   height: 770px;
}

@media (min-width: 600px) {

[b-3geh1gsp91] #div1 {
   position: absolute;
   top: 16px;
   left: 16px;
   right: 16px;
   border: solid;
   border-width: 0px;
   overflow: auto;
}

[b-3geh1gsp91] #embeddedText1 {
   position: absolute;
   top: 33px;
   left: 103px;
   line-height: normal;
   text-align: left;
}
[b-3geh1gsp91] #embeddedText1 > div {
   align-content: start;
}
[b-3geh1gsp91] #lblUser {
   position: absolute;
   top: 72px;
   left: 222px;
   font-family: 'Microsoft Sans Serif';
   font-size: 15.75px;
   font-weight: bold;
   color: var(--secondary-background-color);
   line-height: normal;
   text-align: left;
}
[b-3geh1gsp91] #lblUser > div {
   align-content: start;
}
[b-3geh1gsp91] #pbxNewPassword {
   color: var(--input-foreground-color);
}

[b-3geh1gsp91] #lbl-pbxNewPassword {
   position: absolute;
   top: 111px;
   left: 136px;
}

[b-3geh1gsp91] #span-pbxNewPassword {
   width: 250px;
   background-color: var(--input-background-color);
   border-radius: 8px;
}
[b-3geh1gsp91] #pbxConfirmPassword {
   color: var(--input-foreground-color);
}

[b-3geh1gsp91] #lbl-pbxConfirmPassword {
   position: absolute;
   top: 167px;
   left: 136px;
}

[b-3geh1gsp91] #span-pbxConfirmPassword {
   width: 250px;
   background-color: var(--input-background-color);
   border-radius: 8px;
}
[b-3geh1gsp91] #btnResetPassword {
   position: absolute;
   top: 223px;
   left: 172px;
   width: 148px;
   height: 43px;
   border-width: 2px;
   color: var(--secondary-foreground-color);
   background-color: var(--secondary-background-color);
}

[b-3geh1gsp91] #btnResetPassword > div {
   border-radius: 0px;
}
[b-3geh1gsp91] #infoBox1 {
   position: absolute;
   top: 282px;
   left: 8px;
   width: 452px;
   height: 208px;
   background-color: var(--secondary-background-color);
}

[b-3geh1gsp91] #infoBox1 > .info-box-outer-body {
   background-color: var(--page-background-color);
}

[b-3geh1gsp91] #lblBadRequest {
   position: absolute;
   top: 553px;
   left: 16px;
   width: 468px;
   height: 201px;
   line-height: normal;
   text-align: center;
}
[b-3geh1gsp91] #lblBadRequest > div {
   align-content: center;
}

}

/***************************************************/
/*                                                 */
/*         End of WebMason Code Generation         */
/*     Put any needed css code below this point    */
/*                                                 */
/***************************************************/

[b-3geh1gsp91] #div1 {
    height: 100%;
}


@media (max-width: 599.99px) {
    .page[b-3geh1gsp91] {
        width: initial;
        height: initial;
    }

    [b-3geh1gsp91] #embeddedText1 {
        display: inline-block;
        margin-right: 5px;
    }

    [b-3geh1gsp91] #lblUser {
        font-weight: bold;
        color: var(--secondary-background-color);
        display: inline-block;
    }

    [b-3geh1gsp91] label {
        display: block;
        margin: 8px;
    }

    [b-3geh1gsp91] #btnResetPassword {
        width: 148px;
        height: 43px;
        border-width: 2px;
        color: var(--secondary-foreground-color);
        background-color: var(--secondary-background-color);
        display: block;
        margin: 8px auto;
    }

        [b-3geh1gsp91] #btnResetPassword > div {
            border-radius: 0px;
        }
}




/****************************************************************** MAKE SURE TO SWAP THE EMAIL BACK TO LYNN BEFORE YOU COMMIT!!!!!! ***********************************************************************************/
/* /Pages/Security_Modification.razor.rz.scp.css */
/***************************************************/
/*                                                 */
/*                 !!! WARNING !!!                 */
/* This file is generated by WebMason. Any changes */
/* made will be replaced the next time the page is */
/*   exported. If you need to add any custom css   */
/*  logic, then add it at the bottom of this file  */
/* under the comment denoting the end of code gen. */
/*                                                 */
/***************************************************/

.page[b-9vhjtygbr8] {
   position: relative;
   background-color: #ffffff;
   color: var(--page-foreground-color);
   border-color: var(--border-1-color);
   font-family: 'Microsoft Sans Serif';
   font-size: 16px;
   padding: 8px;
   width: 800px;
   margin-left: auto;
   margin-right: auto;
   margin-top: 8px;
   margin-bottom: 8px;
   height: 726px;
}

[b-9vhjtygbr8] #lbl4 {
   position: absolute;
   top: 30px;
   left: 27px;
   font-family: 'Microsoft Sans Serif';
   font-size: 18px;
   line-height: normal;
   text-align: left;
}
[b-9vhjtygbr8] #lbl4 > div {
   align-content: start;
}

[b-9vhjtygbr8] #cbxUserName {
   color: var(--input-foreground-color);
   font-family: 'Microsoft Sans Serif';
   font-size: 15px;
}

[b-9vhjtygbr8] #lbl-cbxUserName {
   position: absolute;
   top: 125px;
   left: 27px;
   font-family: 'Microsoft Sans Serif';
   font-size: 15px;
}

[b-9vhjtygbr8] #span-cbxUserName {
   width: 180px;
   height: 35px;
   background-color: #ffffff;
   background-image: linear-gradient(180deg, #ffffff00 0%, #ffffffb2 100%);
   border-radius: 5px;
}

[b-9vhjtygbr8] #infoBox {
   position: absolute;
   top: 527px;
   left: 27px;
   width: 372px;
   background-color: #c8ffc8;
}

[b-9vhjtygbr8] #infoBox > .info-box-outer-body {
   background-color: var(--page-background-color);
}

[b-9vhjtygbr8] #tbPhoneNo {
   color: var(--input-foreground-color);
   font-family: 'Microsoft Sans Serif';
   font-size: 15px;
}

[b-9vhjtygbr8] #lbl-tbPhoneNo {
   position: absolute;
   top: 125px;
   left: 219px;
   font-family: 'Microsoft Sans Serif';
   font-size: 15px;
}

[b-9vhjtygbr8] #span-tbPhoneNo {
   width: 135px;
   height: 35px;
   background-color: #fbebdb;
   background-image: linear-gradient(180deg, #ffffff00 0%, #ffffffb2 100%);
   border-radius: 5px;
}

[b-9vhjtygbr8] #div1 {
   position: absolute;
   top: 176px;
   left: 27px;
   width: 372px;
   height: 335px;
   background-color: #ffffc4;
   border: solid;
   border-width: 0px;
   overflow: auto;
}

[b-9vhjtygbr8] #lbl8 {
   position: absolute;
   top: 5px;
   left: 7px;
   font-family: 'Microsoft Sans Serif';
   font-size: 18px;
   line-height: normal;
   text-align: left;
}
[b-9vhjtygbr8] #lbl8 > div {
   align-content: start;
}
[b-9vhjtygbr8] #ckbReqApproval {
}

[b-9vhjtygbr8] #lbl-ckbReqApproval {
   position: absolute;
   top: 70px;
   left: 31px;
}
[b-9vhjtygbr8] #ckbViewResvByPerson {
}

[b-9vhjtygbr8] #lbl-ckbViewResvByPerson {
   position: absolute;
   top: 105px;
   left: 31px;
}
[b-9vhjtygbr8] #ckbAddOrModifyUsers {
}

[b-9vhjtygbr8] #lbl-ckbAddOrModifyUsers {
   position: absolute;
   top: 139px;
   left: 31px;
}
[b-9vhjtygbr8] #ckbAddOrModifyCategories {
}

[b-9vhjtygbr8] #lbl-ckbAddOrModifyCategories {
   position: absolute;
   top: 172px;
   left: 31px;
}
[b-9vhjtygbr8] #ckbAddOrModifyItem {
}

[b-9vhjtygbr8] #lbl-ckbAddOrModifyItem {
   position: absolute;
   top: 205px;
   left: 31px;
}
[b-9vhjtygbr8] #ckbApproveItemCkOut {
}

[b-9vhjtygbr8] #lbl-ckbApproveItemCkOut {
   position: absolute;
   top: 237px;
   left: 31px;
}
[b-9vhjtygbr8] #ckbModifySecurity {
}

[b-9vhjtygbr8] #lbl-ckbModifySecurity {
   position: absolute;
   top: 271px;
   left: 31px;
}

[b-9vhjtygbr8] #btnClear {
   position: absolute;
   top: 60px;
   left: 27px;
   width: 139px;
   height: 30px;
   border-width: 4px;
   color: #000000;
   background-color: #fffcc4;
}

[b-9vhjtygbr8] #btnClear > div {
   border-radius: 0px;
}

[b-9vhjtygbr8] #btnSave {
   position: absolute;
   top: 60px;
   left: 179px;
   width: 80px;
   height: 30px;
   border-width: 4px;
   color: #000000;
   background-color: #c8ffc8;
   font-family: 'Microsoft Sans Serif';
   font-size: 15.75px;
}

[b-9vhjtygbr8] #btnSave > div {
   border-radius: 0px;
}

[b-9vhjtygbr8] #btnCancel {
   position: absolute;
   top: 60px;
   left: 275px;
   width: 80px;
   height: 30px;
   border-width: 4px;
   color: #000000;
   background-color: #ffc8c8;
}

[b-9vhjtygbr8] #btnCancel > div {
   border-radius: 0px;
}


/***************************************************/
/*                                                 */
/*         End of WebMason Code Generation         */
/*     Put any needed css code below this point    */
/*                                                 */
/***************************************************/


/* /Pages/SetupUser.razor.rz.scp.css */
/***************************************************/
/*                                                 */
/*                 !!! WARNING !!!                 */
/* This file is generated by WebMason. Any changes */
/* made will be replaced the next time the page is */
/*   exported. If you need to add any custom css   */
/*  logic, then add it at the bottom of this file  */
/* under the comment denoting the end of code gen. */
/*                                                 */
/***************************************************/

.page[b-uod5ehag0w] {
   position: relative;
   background-color: #ffffff;
   color: var(--page-foreground-color);
   border-color: var(--border-1-color);
   font-family: 'Arial';
   font-size: 16px;
   padding: 8px;
   width: 400px;
   margin-left: auto;
   margin-right: auto;
   margin-top: 8px;
   margin-bottom: 8px;
   height: 765px;
}

@media (min-width: 450px) {

[b-uod5ehag0w] #div1 {
   position: absolute;
   top: 0px;
   left: 0px;
   right: 0px;
   border: solid;
   border-width: 0px;
   overflow: auto;
}

[b-uod5ehag0w] #embeddedText1 {
   position: absolute;
   top: 7px;
   left: 17px;
   width: 368px;
   height: 64px;
   font-family: 'Arial';
   font-size: 32px;
   line-height: normal;
   text-align: center;
}
[b-uod5ehag0w] #embeddedText1 > div {
   align-content: center;
}
[b-uod5ehag0w] #embeddedText2 {
   position: absolute;
   top: 62px;
   left: 111px;
   line-height: normal;
   text-align: left;
}
[b-uod5ehag0w] #embeddedText2 > div {
   align-content: start;
}
[b-uod5ehag0w] #lblUser {
   position: absolute;
   top: 61px;
   left: 198px;
   font-family: 'Arial';
   font-size: 16px;
   font-weight: bold;
   color: var(--secondary-background-color);
   line-height: normal;
   text-align: left;
}
[b-uod5ehag0w] #lblUser > div {
   align-content: start;
}
[b-uod5ehag0w] #tBxPhoneNumber {
   color: var(--input-foreground-color);
}

[b-uod5ehag0w] #lbl-tBxPhoneNumber {
   position: absolute;
   top: 108px;
   left: 73px;
}

[b-uod5ehag0w] #span-tBxPhoneNumber {
   width: 250px;
   background-color: var(--input-background-color);
   border-radius: 8px;
}
[b-uod5ehag0w] #pBxPassword {
   color: var(--input-foreground-color);
}

[b-uod5ehag0w] #lbl-pBxPassword {
   position: absolute;
   top: 164px;
   left: 73px;
}

[b-uod5ehag0w] #span-pBxPassword {
   width: 250px;
   background-color: var(--input-background-color);
   border-radius: 8px;
}
[b-uod5ehag0w] #pBxConfirmPassword {
   color: var(--input-foreground-color);
}

[b-uod5ehag0w] #lbl-pBxConfirmPassword {
   position: absolute;
   top: 220px;
   left: 73px;
}

[b-uod5ehag0w] #span-pBxConfirmPassword {
   width: 250px;
   background-color: var(--input-background-color);
   border-radius: 8px;
}
[b-uod5ehag0w] #btnCreateAccount {
   position: absolute;
   top: 276px;
   left: 123px;
   width: 111px;
   height: 55px;
   color: var(--secondary-foreground-color);
   background-color: var(--secondary-background-color);
}

[b-uod5ehag0w] #btnCreateAccount > div {
   border-radius: 0px;
}
[b-uod5ehag0w] #infoBox1 {
   position: absolute;
   top: 362px;
   right: 8px;
   width: 384px;
   height: 180px;
   background-color: var(--secondary-background-color);
}

[b-uod5ehag0w] #infoBox1 > .info-box-outer-body {
   background-color: var(--page-background-color);
}

[b-uod5ehag0w] #lblBadRequest {
   position: absolute;
   top: 594px;
   left: 16px;
   right: 16px;
   width: 368px;
   height: 155px;
   line-height: normal;
   text-align: center;
}
[b-uod5ehag0w] #lblBadRequest > div {
   align-content: center;
}

}

/***************************************************/
/*                                                 */
/*         End of WebMason Code Generation         */
/*     Put any needed css code below this point    */
/*                                                 */
/***************************************************/


@media (max-width: 449.999px) {
    .page[b-uod5ehag0w] {
        width: initial;
    }


    [b-uod5ehag0w] #embeddedText1 {
        font-family: 'Arial';
        font-size: 24px;
        line-height: normal;
        text-align: center;
    }

        [b-uod5ehag0w] #embeddedText1 > div {
            align-content: center;
        }

        [b-uod5ehag0w] #embeddedText2 {
            display: inline-block;
            margin-left: 12px;
        }

    [b-uod5ehag0w] #lblUser {
        font-family: 'Arial';
        font-size: 16px;
        font-weight: bold;
        color: var(--secondary-background-color);
        line-height: normal;
        text-align: left;
        display:inline-block;
    }

    [b-uod5ehag0w] label {
        display: block;
        margin: 8px;
    }

    [b-uod5ehag0w] #btnCreateAccount {
        width: 111px;
        height: 55px;
        color: var(--secondary-foreground-color);
        background-color: var(--secondary-background-color);
        margin: 8px auto;
        display: block;
    }


    [b-uod5ehag0w] #lblBadRequest {
        line-height: normal;
        text-align: center;
    }

        [b-uod5ehag0w] #lblBadRequest > div {
            align-content: center;
        }
}
/* /Pages/Setup_Existing_Category.razor.rz.scp.css */
/***************************************************/
/*                                                 */
/*                 !!! WARNING !!!                 */
/* This file is generated by WebMason. Any changes */
/* made will be replaced the next time the page is */
/*   exported. If you need to add any custom css   */
/*  logic, then add it at the bottom of this file  */
/* under the comment denoting the end of code gen. */
/*                                                 */
/***************************************************/

.page[b-ungcim9aef] {
   position: relative;
   background-color: #ffffff;
   color: var(--page-foreground-color);
   border-color: var(--border-1-color);
   font-family: 'Microsoft Sans Serif';
   font-size: 16px;
   padding: 8px;
   width: 800px;
   margin-left: auto;
   margin-right: auto;
   margin-top: 8px;
   margin-bottom: 8px;
   height: 404px;
}

[b-ungcim9aef] #labelSelectCategory {
   position: absolute;
   top: 68px;
   left: 19px;
   line-height: normal;
   text-align: left;
}
[b-ungcim9aef] #labelSelectCategory > div {
   align-content: start;
}

[b-ungcim9aef] #div1 {
   position: absolute;
   top: 127px;
   left: 31px;
   width: 440px;
   height: 62px;
   border: solid;
   border-width: 0px;
   overflow: auto;
}

[b-ungcim9aef] #cbxCategory {
   color: var(--input-foreground-color);
   font-family: 'Microsoft Sans Serif';
   font-size: 14.25px;
}

[b-ungcim9aef] #lbl-cbxCategory {
   position: absolute;
   top: 11px;
   left: 7px;
   font-family: 'Microsoft Sans Serif';
   font-size: 14.25px;
}

[b-ungcim9aef] #span-cbxCategory {
   width: 133px;
   height: 35px;
   background-color: #ffffff;
   background-image: linear-gradient(180deg, #ffffff00 0%, #ffffffb2 100%);
   border-radius: 5px;
}
[b-ungcim9aef] #tbDesc {
   color: var(--input-foreground-color);
   font-family: 'Microsoft Sans Serif';
   font-size: 14.25px;
}

[b-ungcim9aef] #lbl-tbDesc {
   position: absolute;
   top: 11px;
   left: 156px;
   font-family: 'Microsoft Sans Serif';
   font-size: 14.25px;
}

[b-ungcim9aef] #span-tbDesc {
   width: 273px;
   height: 35px;
   background-color: #ffffff;
   background-image: linear-gradient(180deg, #ffffff00 0%, #ffffffb2 100%);
   border-radius: 5px;
}

[b-ungcim9aef] #infoBox {
   position: absolute;
   top: 205px;
   left: 31px;
   width: 352px;
   background-color: #c8ffc8;
}

[b-ungcim9aef] #infoBox > .info-box-outer-body {
   background-color: var(--page-background-color);
}

[b-ungcim9aef] #btnDelete {
   position: absolute;
   top: 20px;
   left: 208px;
   width: 80px;
   height: 30px;
   border-width: 4px;
   color: #000000;
   background-color: #fffcc4;
}

[b-ungcim9aef] #btnDelete > div {
   border-radius: 0px;
}

[b-ungcim9aef] #btnSave {
   position: absolute;
   top: 20px;
   left: 303px;
   width: 80px;
   height: 30px;
   border-width: 4px;
   color: #000000;
   background-color: #c8ffc8;
   font-family: 'Microsoft Sans Serif';
   font-size: 15.75px;
}

[b-ungcim9aef] #btnSave > div {
   border-radius: 0px;
}

[b-ungcim9aef] #btnCancel {
   position: absolute;
   top: 20px;
   left: 399px;
   width: 80px;
   height: 30px;
   border-width: 4px;
   color: #000000;
   background-color: #ffc8c8;
}

[b-ungcim9aef] #btnCancel > div {
   border-radius: 0px;
}


/***************************************************/
/*                                                 */
/*         End of WebMason Code Generation         */
/*     Put any needed css code below this point    */
/*                                                 */
/***************************************************/


/* /Pages/Setup_Existing_Item.razor.rz.scp.css */
/***************************************************/
/*                                                 */
/*                 !!! WARNING !!!                 */
/* This file is generated by WebMason. Any changes */
/* made will be replaced the next time the page is */
/*   exported. If you need to add any custom css   */
/*  logic, then add it at the bottom of this file  */
/* under the comment denoting the end of code gen. */
/*                                                 */
/***************************************************/

.page[b-fk03eivtie] {
   position: relative;
   background-color: #ffffff;
   color: var(--page-foreground-color);
   border-color: var(--border-1-color);
   font-family: 'Microsoft Sans Serif';
   font-size: 16px;
   padding: 8px;
   width: 800px;
   margin-left: auto;
   margin-right: auto;
   margin-top: 8px;
   margin-bottom: 8px;
   height: 526px;
}

[b-fk03eivtie] #lblSetupOrModifyItem {
   position: absolute;
   top: 38px;
   left: 26px;
   line-height: normal;
   text-align: left;
}
[b-fk03eivtie] #lblSetupOrModifyItem > div {
   align-content: start;
}

[b-fk03eivtie] #lblSelectItem {
   position: absolute;
   top: 77px;
   left: 26px;
   line-height: normal;
   text-align: left;
}
[b-fk03eivtie] #lblSelectItem > div {
   align-content: start;
}

[b-fk03eivtie] #infoBox {
   position: absolute;
   top: 303px;
   left: 16px;
   width: 322px;
   background-color: #c8ffc8;
}

[b-fk03eivtie] #infoBox > .info-box-outer-body {
   background-color: var(--page-background-color);
}

[b-fk03eivtie] #div1 {
   position: absolute;
   top: 153px;
   left: 16px;
   width: 322px;
   height: 145px;
   border: solid;
   border-width: 0px;
   overflow: auto;
}

[b-fk03eivtie] #tbDesc {
   color: var(--input-foreground-color);
   font-family: 'Microsoft Sans Serif';
   font-size: 14.25px;
}

[b-fk03eivtie] #lbl-tbDesc {
   position: absolute;
   top: 0px;
   left: 10px;
   font-family: 'Microsoft Sans Serif';
   font-size: 14.25px;
}

[b-fk03eivtie] #span-tbDesc {
   width: 265px;
   height: 35px;
   background-color: #ffffff;
   border-radius: 5px;
}
[b-fk03eivtie] #tbHomeLoc {
   color: var(--input-foreground-color);
   font-family: 'Microsoft Sans Serif';
   font-size: 14.25px;
}

[b-fk03eivtie] #lbl-tbHomeLoc {
   position: absolute;
   top: 51px;
   left: 10px;
   font-family: 'Microsoft Sans Serif';
   font-size: 14.25px;
}

[b-fk03eivtie] #span-tbHomeLoc {
   width: 265px;
   height: 35px;
   background-color: #ffffff;
   border-radius: 5px;
}
[b-fk03eivtie] #ckbReqApproval {
}

[b-fk03eivtie] #lbl-ckbReqApproval {
   position: absolute;
   top: 102px;
   left: 10px;
}

[b-fk03eivtie] #gBxCategories {
   position: absolute;
   top: 101px;
   left: 354px;
   width: 206px;
   height: 409px;
   background-color: #b3d6b3;
}

[b-fk03eivtie] #gBxCategories > div.gbx-header {
}

[b-fk03eivtie] #gBxCategories > div.gbx-body {
   background-color: #efffef;
   overflow: auto;
}


[b-fk03eivtie] #cbxItem {
   color: var(--input-foreground-color);
   font-family: 'Microsoft Sans Serif';
   font-size: 14.25px;
}

[b-fk03eivtie] #lbl-cbxItem {
   position: absolute;
   top: 101px;
   left: 26px;
   font-family: 'Microsoft Sans Serif';
   font-size: 14.25px;
}

[b-fk03eivtie] #span-cbxItem {
   width: 265px;
   height: 35px;
   background-color: #ffffff;
   background-image: linear-gradient(180deg, #ffffff00 0%, #ffffffb2 100%);
   border-radius: 5px;
}

[b-fk03eivtie] #btnDelete {
   position: absolute;
   top: 38px;
   left: 291px;
   width: 80px;
   height: 30px;
   border-width: 4px;
   color: #000000;
   background-color: #fffcc4;
}

[b-fk03eivtie] #btnDelete > div {
   border-radius: 0px;
}

[b-fk03eivtie] #btnSave {
   position: absolute;
   top: 38px;
   left: 387px;
   width: 80px;
   height: 30px;
   border-width: 4px;
   color: #000000;
   background-color: #c8ffc8;
   font-family: 'Microsoft Sans Serif';
   font-size: 15.75px;
}

[b-fk03eivtie] #btnSave > div {
   border-radius: 0px;
}

[b-fk03eivtie] #BtnCancel {
   position: absolute;
   top: 38px;
   left: 480px;
   width: 80px;
   height: 30px;
   border-width: 4px;
   color: #000000;
   background-color: #ffc8c8;
}

[b-fk03eivtie] #BtnCancel > div {
   border-radius: 0px;
}


/***************************************************/
/*                                                 */
/*         End of WebMason Code Generation         */
/*     Put any needed css code below this point    */
/*                                                 */
/***************************************************/


/* /Pages/Setup_Existing_User.razor.rz.scp.css */
/***************************************************/
/*                                                 */
/*                 !!! WARNING !!!                 */
/* This file is generated by WebMason. Any changes */
/* made will be replaced the next time the page is */
/*   exported. If you need to add any custom css   */
/*  logic, then add it at the bottom of this file  */
/* under the comment denoting the end of code gen. */
/*                                                 */
/***************************************************/

.page[b-4k760uwkkd] {
   position: relative;
   background-color: #ffffff;
   color: var(--page-foreground-color);
   border-color: var(--border-1-color);
   font-family: 'Microsoft Sans Serif';
   font-size: 16px;
   padding: 8px;
   width: 400px;
   margin-left: auto;
   margin-right: auto;
   margin-top: 8px;
   margin-bottom: 8px;
   height: 568px;
}

@media (min-width: 600px) {

[b-4k760uwkkd] #div1 {
   position: absolute;
   top: 16px;
   left: 16px;
   width: 368px;
   height: 337px;
   background-color: #ffffc4;
   border: solid;
   border-radius: 8px;
   border-width: 0px;
   overflow: auto;
}

[b-4k760uwkkd] #lblUserName {
   position: absolute;
   top: 38px;
   left: 20px;
   font-family: 'Microsoft Sans Serif';
   font-size: 15.75px;
   line-height: normal;
   text-align: left;
}
[b-4k760uwkkd] #lblUserName > div {
   align-content: start;
}
[b-4k760uwkkd] #lbl9 {
   position: absolute;
   top: 8px;
   left: 1px;
   font-family: 'Microsoft Sans Serif';
   font-size: 18px;
   line-height: normal;
   text-align: left;
}
[b-4k760uwkkd] #lbl9 > div {
   align-content: start;
}
[b-4k760uwkkd] #cbxUser {
   color: var(--input-foreground-color);
}

[b-4k760uwkkd] #lbl-cbxUser {
   position: absolute;
   top: 64px;
   left: 40px;
}

[b-4k760uwkkd] #span-cbxUser {
   width: 291px;
   height: 35px;
   background-color: #ffffff;
   border-radius: 8px;
}
[b-4k760uwkkd] #lblEnterPhoneNo {
   position: absolute;
   top: 120px;
   left: 20px;
   font-family: 'Microsoft Sans Serif';
   font-size: 15.75px;
   line-height: normal;
   text-align: left;
}
[b-4k760uwkkd] #lblEnterPhoneNo > div {
   align-content: start;
}
[b-4k760uwkkd] #lblEnterEmailAdr {
   position: absolute;
   top: 205px;
   left: 20px;
   font-family: 'Microsoft Sans Serif';
   font-size: 15.75px;
   line-height: normal;
   text-align: left;
}
[b-4k760uwkkd] #lblEnterEmailAdr > div {
   align-content: start;
}
[b-4k760uwkkd] #tbPhoneNo {
   color: var(--input-foreground-color);
}

[b-4k760uwkkd] #lbl-tbPhoneNo {
   position: absolute;
   top: 148px;
   left: 40px;
}

[b-4k760uwkkd] #span-tbPhoneNo {
   width: 291px;
   height: 35px;
   background-color: #ffffff;
   border-radius: 8px;
}
[b-4k760uwkkd] #tbEmailAdr {
   color: var(--input-foreground-color);
}

[b-4k760uwkkd] #lbl-tbEmailAdr {
   position: absolute;
   top: 231px;
   left: 40px;
}

[b-4k760uwkkd] #span-tbEmailAdr {
   width: 291px;
   height: 35px;
   background-color: #ffffff;
   border-radius: 8px;
}
[b-4k760uwkkd] #btnCancel {
   position: absolute;
   top: 289px;
   left: 255px;
   width: 76px;
   height: 28px;
   border-width: 4px;
   color: #000000;
   background-color: #ffc8c8;
}

[b-4k760uwkkd] #btnCancel > div {
   border-radius: 0px;
}
[b-4k760uwkkd] #btnDelete {
   position: absolute;
   top: 289px;
   left: 71px;
   width: 76px;
   height: 28px;
   border-width: 4px;
   color: #000000;
   background-color: #ff7f27;
}

[b-4k760uwkkd] #btnDelete > div {
   border-radius: 0px;
}
[b-4k760uwkkd] #btnSave {
   position: absolute;
   top: 289px;
   left: 163px;
   width: 76px;
   height: 28px;
   border-width: 4px;
   color: #000000;
   background-color: #c8ffc8;
}

[b-4k760uwkkd] #btnSave > div {
   border-radius: 0px;
}

[b-4k760uwkkd] #infoBox {
   position: absolute;
   top: 369px;
   left: 17px;
   width: 367px;
   background-color: #c8ffc8;
}

[b-4k760uwkkd] #infoBox > .info-box-outer-body {
   background-color: var(--page-background-color);
}

}

/***************************************************/
/*                                                 */
/*         End of WebMason Code Generation         */
/*     Put any needed css code below this point    */
/*                                                 */
/***************************************************/













/* /Pages/Setup_New_Category.razor.rz.scp.css */
/***************************************************/
/*                                                 */
/*                 !!! WARNING !!!                 */
/* This file is generated by WebMason. Any changes */
/* made will be replaced the next time the page is */
/*   exported. If you need to add any custom css   */
/*  logic, then add it at the bottom of this file  */
/* under the comment denoting the end of code gen. */
/*                                                 */
/***************************************************/

.page[b-crqcp5xfuj] {
   position: relative;
   background-color: #ffffff;
   color: var(--page-foreground-color);
   border-color: var(--border-1-color);
   font-family: 'Microsoft Sans Serif';
   font-size: 16px;
   padding: 8px;
   width: 800px;
   margin-left: auto;
   margin-right: auto;
   margin-top: 8px;
   margin-bottom: 8px;
   height: 367px;
}

[b-crqcp5xfuj] #div1 {
   position: absolute;
   top: 91px;
   left: 19px;
   width: 398px;
   height: 61px;
   border: solid;
   border-width: 0px;
   overflow: auto;
}

[b-crqcp5xfuj] #tbCategory {
   color: var(--input-foreground-color);
   font-family: 'Microsoft Sans Serif';
   font-size: 14.25px;
}

[b-crqcp5xfuj] #lbl-tbCategory {
   position: absolute;
   top: 12px;
   left: 8px;
   font-family: 'Microsoft Sans Serif';
   font-size: 14.25px;
}

[b-crqcp5xfuj] #span-tbCategory {
   width: 133px;
   height: 35px;
   background-color: #ffffff;
   background-image: linear-gradient(180deg, #ffffff00 0%, #ffffffb2 100%);
   border-radius: 5px;
}
[b-crqcp5xfuj] #tbDesc {
   color: var(--input-foreground-color);
   font-family: 'Microsoft Sans Serif';
   font-size: 14.25px;
}

[b-crqcp5xfuj] #lbl-tbDesc {
   position: absolute;
   top: 12px;
   left: 156px;
   font-family: 'Microsoft Sans Serif';
   font-size: 14.25px;
}

[b-crqcp5xfuj] #span-tbDesc {
   width: 229px;
   height: 35px;
   background-color: #ffffff;
   background-image: linear-gradient(180deg, #ffffff00 0%, #ffffffb2 100%);
   border-radius: 5px;
}

[b-crqcp5xfuj] #lblCreateNewCat {
   position: absolute;
   top: 64px;
   left: 16px;
   line-height: normal;
   text-align: left;
}
[b-crqcp5xfuj] #lblCreateNewCat > div {
   align-content: start;
}

[b-crqcp5xfuj] #infoBox {
   position: absolute;
   top: 168px;
   left: 19px;
   width: 398px;
   background-color: #c8ffc8;
}

[b-crqcp5xfuj] #infoBox > .info-box-outer-body {
   background-color: var(--page-background-color);
}

[b-crqcp5xfuj] #btnSave {
   position: absolute;
   top: 16px;
   left: 228px;
   width: 80px;
   height: 30px;
   border-width: 4px;
   color: #000000;
   background-color: #c8ffc8;
   font-family: 'Microsoft Sans Serif';
   font-size: 15.75px;
}

[b-crqcp5xfuj] #btnSave > div {
   border-radius: 0px;
}

[b-crqcp5xfuj] #btnCancel {
   position: absolute;
   top: 16px;
   left: 324px;
   width: 80px;
   height: 30px;
   border-width: 4px;
   color: #000000;
   background-color: #ffc8c8;
}

[b-crqcp5xfuj] #btnCancel > div {
   border-radius: 0px;
}


/***************************************************/
/*                                                 */
/*         End of WebMason Code Generation         */
/*     Put any needed css code below this point    */
/*                                                 */
/***************************************************/


/* /Pages/Setup_New_Item.razor.rz.scp.css */
/***************************************************/
/*                                                 */
/*                 !!! WARNING !!!                 */
/* This file is generated by WebMason. Any changes */
/* made will be replaced the next time the page is */
/*   exported. If you need to add any custom css   */
/*  logic, then add it at the bottom of this file  */
/* under the comment denoting the end of code gen. */
/*                                                 */
/***************************************************/

.page[b-4wqq2gvngx] {
   position: relative;
   background-color: #ffffff;
   color: var(--page-foreground-color);
   border-color: var(--border-1-color);
   font-family: 'Microsoft Sans Serif';
   font-size: 16px;
   padding: 8px;
   width: 800px;
   margin-left: auto;
   margin-right: auto;
   margin-top: 8px;
   margin-bottom: 8px;
   height: 479px;
}

[b-4wqq2gvngx] #div1 {
   position: absolute;
   top: 56px;
   left: 16px;
   width: 312px;
   height: 208px;
   border: solid;
   border-width: 0px;
   overflow: auto;
}

[b-4wqq2gvngx] #tbItem {
   color: var(--input-foreground-color);
   font-family: 'Microsoft Sans Serif';
   font-size: 14.25px;
}

[b-4wqq2gvngx] #lbl-tbItem {
   position: absolute;
   top: 16px;
   left: 28px;
   font-family: 'Microsoft Sans Serif';
   font-size: 14.25px;
}

[b-4wqq2gvngx] #span-tbItem {
   width: 265px;
   height: 35px;
   background-color: #ffffff;
   border-radius: 5px;
}
[b-4wqq2gvngx] #tbDesc {
   color: var(--input-foreground-color);
   font-family: 'Microsoft Sans Serif';
   font-size: 14.25px;
}

[b-4wqq2gvngx] #lbl-tbDesc {
   position: absolute;
   top: 67px;
   left: 28px;
   font-family: 'Microsoft Sans Serif';
   font-size: 14.25px;
}

[b-4wqq2gvngx] #span-tbDesc {
   width: 265px;
   height: 35px;
   background-color: #ffffff;
   border-radius: 5px;
}
[b-4wqq2gvngx] #tbHomeLoc {
   color: var(--input-foreground-color);
   font-family: 'Microsoft Sans Serif';
   font-size: 14.25px;
}

[b-4wqq2gvngx] #lbl-tbHomeLoc {
   position: absolute;
   top: 118px;
   left: 28px;
   font-family: 'Microsoft Sans Serif';
   font-size: 14.25px;
}

[b-4wqq2gvngx] #span-tbHomeLoc {
   width: 265px;
   height: 35px;
   background-color: #ffffff;
   border-radius: 5px;
}
[b-4wqq2gvngx] #ckbReqApproval {
}

[b-4wqq2gvngx] #lbl-ckbReqApproval {
   position: absolute;
   top: 169px;
   left: 28px;
}

[b-4wqq2gvngx] #lblSetupNewItem {
   position: absolute;
   top: 34px;
   left: 26px;
   line-height: normal;
   text-align: left;
}
[b-4wqq2gvngx] #lblSetupNewItem > div {
   align-content: start;
}

[b-4wqq2gvngx] #infoBox {
   position: absolute;
   top: 280px;
   left: 16px;
   width: 312px;
   background-color: #c8ffc8;
}

[b-4wqq2gvngx] #infoBox > .info-box-outer-body {
   background-color: var(--page-background-color);
}

[b-4wqq2gvngx] #gBxCategories {
   position: absolute;
   top: 56px;
   left: 344px;
   width: 206px;
   height: 407px;
   background-color: #b3d6b3;
}

[b-4wqq2gvngx] #gBxCategories > div.gbx-header {
}

[b-4wqq2gvngx] #gBxCategories > div.gbx-body {
   background-color: #efffef;
   overflow: auto;
}


[b-4wqq2gvngx] #btnSave {
   position: absolute;
   top: 16px;
   left: 373px;
   width: 80px;
   height: 30px;
   border-width: 4px;
   color: #000000;
   background-color: #c8ffc8;
   font-family: 'Microsoft Sans Serif';
   font-size: 15.75px;
}

[b-4wqq2gvngx] #btnSave > div {
   border-radius: 0px;
}

[b-4wqq2gvngx] #BtnCancel {
   position: absolute;
   top: 16px;
   left: 470px;
   width: 80px;
   height: 30px;
   border-width: 4px;
   color: #000000;
   background-color: #ffc8c8;
}

[b-4wqq2gvngx] #BtnCancel > div {
   border-radius: 0px;
}


/***************************************************/
/*                                                 */
/*         End of WebMason Code Generation         */
/*     Put any needed css code below this point    */
/*                                                 */
/***************************************************/


/* /Pages/Setup_New_User.razor.rz.scp.css */
/***************************************************/
/*                                                 */
/*                 !!! WARNING !!!                 */
/* This file is generated by WebMason. Any changes */
/* made will be replaced the next time the page is */
/*   exported. If you need to add any custom css   */
/*  logic, then add it at the bottom of this file  */
/* under the comment denoting the end of code gen. */
/*                                                 */
/***************************************************/

.page[b-0d8zab1qea] {
   position: relative;
   background-color: #ffffff;
   color: var(--page-foreground-color);
   border-color: var(--border-1-color);
   font-family: 'Microsoft Sans Serif';
   font-size: 16px;
   padding: 8px;
   width: 400px;
   margin-left: auto;
   margin-right: auto;
   margin-top: 8px;
   margin-bottom: 8px;
   height: 470px;
}

[b-0d8zab1qea] #div1 {
   position: absolute;
   top: 16px;
   left: 26px;
   width: 350px;
   height: 239px;
   background-color: #ffffc4;
   border: solid;
   border-radius: 8px;
   border-width: 0px;
   overflow: auto;
}

[b-0d8zab1qea] #lblUserName {
   position: absolute;
   top: 38px;
   left: 20px;
   font-family: 'Microsoft Sans Serif';
   font-size: 15.75px;
   line-height: normal;
   text-align: left;
}
[b-0d8zab1qea] #lblUserName > div {
   align-content: start;
}
[b-0d8zab1qea] #lbl9 {
   position: absolute;
   top: 8px;
   left: 1px;
   font-family: 'Microsoft Sans Serif';
   font-size: 18px;
   line-height: normal;
   text-align: left;
}
[b-0d8zab1qea] #lbl9 > div {
   align-content: start;
}
[b-0d8zab1qea] #tbUName {
   color: var(--input-foreground-color);
}

[b-0d8zab1qea] #lbl-tbUName {
   position: absolute;
   top: 67px;
   left: 40px;
}

[b-0d8zab1qea] #span-tbUName {
   width: 250px;
   height: 35px;
   background-color: #ffffff;
   border-radius: 8px;
}
[b-0d8zab1qea] #lblEnterEmailAdr {
   position: absolute;
   top: 121px;
   left: 20px;
   font-family: 'Microsoft Sans Serif';
   font-size: 15.75px;
   line-height: normal;
   text-align: left;
}
[b-0d8zab1qea] #lblEnterEmailAdr > div {
   align-content: start;
}
[b-0d8zab1qea] #tbEmailAdr {
   color: var(--input-foreground-color);
}

[b-0d8zab1qea] #lbl-tbEmailAdr {
   position: absolute;
   top: 147px;
   left: 40px;
}

[b-0d8zab1qea] #span-tbEmailAdr {
   width: 291px;
   height: 35px;
   background-color: #ffffff;
   border-radius: 8px;
}
[b-0d8zab1qea] #btnCancel {
   position: absolute;
   top: 198px;
   left: 259px;
   width: 76px;
   height: 28px;
   border-width: 4px;
   color: #000000;
   background-color: #ffc8c8;
}

[b-0d8zab1qea] #btnCancel > div {
   border-radius: 0px;
}
[b-0d8zab1qea] #btnSendEmail {
   position: absolute;
   top: 198px;
   left: 33px;
   width: 210px;
   height: 28px;
   border-width: 4px;
   color: #000000;
   background-color: #c8ffc8;
}

[b-0d8zab1qea] #btnSendEmail > div {
   border-radius: 0px;
}

[b-0d8zab1qea] #infoBox {
   position: absolute;
   top: 271px;
   left: 26px;
   width: 349px;
   background-color: var(--primary-background-color);
}

[b-0d8zab1qea] #infoBox > .info-box-outer-body {
   background-color: var(--page-background-color);
}


/***************************************************/
/*                                                 */
/*         End of WebMason Code Generation         */
/*     Put any needed css code below this point    */
/*                                                 */
/***************************************************/


/* /Pages/TestEditableGrid.razor.rz.scp.css */
/***************************************************/
/*                                                 */
/*                 !!! WARNING !!!                 */
/* This file is generated by WebMason. Any changes */
/* made will be replaced the next time the page is */
/*   exported. If you need to add any custom css   */
/*  logic, then add it at the bottom of this file  */
/* under the comment denoting the end of code gen. */
/*                                                 */
/***************************************************/

.page[b-6krtxuppn6] {
   position: relative;
   background-color: var(--page-background-color);
   color: var(--page-foreground-color);
   border-color: var(--border-1-color);
   font-family: 'Microsoft Sans Serif';
   font-size: 16px;
   padding: 8px;
   width: 800px;
   margin-left: auto;
   margin-right: auto;
   margin-top: 8px;
   margin-bottom: 8px;
   height: 0px;
}


/***************************************************/
/*                                                 */
/*         End of WebMason Code Generation         */
/*     Put any needed css code below this point    */
/*                                                 */
/***************************************************/


/* /Pages/TestForErrors2.razor.rz.scp.css */
/***************************************************/
/*                                                 */
/*                 !!! WARNING !!!                 */
/* This file is generated by WebMason. Any changes */
/* made will be replaced the next time the page is */
/*   exported. If you need to add any custom css   */
/*  logic, then add it at the bottom of this file  */
/* under the comment denoting the end of code gen. */
/*                                                 */
/***************************************************/

.page[b-rv1vbeua2o] {
   position: relative;
   background-color: var(--page-background-color);
   color: var(--page-foreground-color);
   border-color: var(--border-1-color);
   font-family: 'Microsoft Sans Serif';
   font-size: 16px;
   padding: 8px;
   margin: 8px;
   height: 2039px;
}

[b-rv1vbeua2o] #div-imageBox1 {
   position: absolute;
   top: 100px;
   left: 0px;
   right: 0px;
   height: 225px;
}

[b-rv1vbeua2o] #imageBox1 {
   max-height: 100%;
   height: 225px;
}

[b-rv1vbeua2o] #embeddedText1 {
   position: absolute;
   top: 2000px;
   left: 325px;
   line-height: normal;
   text-align: left;
}
[b-rv1vbeua2o] #embeddedText1 > div {
   align-content: start;
}

[b-rv1vbeua2o] #tabControl1 {
   position: absolute;
   top: 341px;
   left: 16px;
   right: 16px;
}

[b-rv1vbeua2o] #tabControl1 .dhi-tab-buttons .tab-btn {
}

[b-rv1vbeua2o] #tabPage1 {
}

[b-rv1vbeua2o] #button1 {
   position: absolute;
   top: 188px;
   left: 536px;
   width: 98px;
   height: 48px;
   color: var(--secondary-foreground-color);
   background-color: var(--secondary-background-color);
}

[b-rv1vbeua2o] #button1 > div {
   border-radius: 0px;
}
[b-rv1vbeua2o] #embeddedText2 {
   position: absolute;
   top: 109px;
   left: 363px;
   line-height: normal;
   text-align: left;
}
[b-rv1vbeua2o] #embeddedText2 > div {
   align-content: start;
}
[b-rv1vbeua2o] #tabPage2 {
}

[b-rv1vbeua2o] #embeddedText3 {
   position: absolute;
   top: 8px;
   left: 448px;
   line-height: normal;
   text-align: left;
}
[b-rv1vbeua2o] #embeddedText3 > div {
   align-content: start;
}
[b-rv1vbeua2o] #tabPage3 {
}

[b-rv1vbeua2o] #div-imageBox2 {
   position: absolute;
   top: 70px;
   left: 595px;
   width: 83px;
   height: 101px;
}

[b-rv1vbeua2o] #imageBox2 {
   max-width: 100%;
   width: 83px;
}
[b-rv1vbeua2o] #embeddedText4 {
   position: absolute;
   top: 26px;
   left: 128px;
   line-height: normal;
   text-align: left;
}
[b-rv1vbeua2o] #embeddedText4 > div {
   align-content: start;
}
[b-rv1vbeua2o] #tabPage6 {
}

[b-rv1vbeua2o] #button2 {
   position: absolute;
   top: 154px;
   left: 53px;
   color: var(--secondary-foreground-color);
   background-color: var(--secondary-background-color);
}

[b-rv1vbeua2o] #button2 > div {
   border-radius: 0px;
}
[b-rv1vbeua2o] #button3 {
   position: absolute;
   top: 116px;
   left: 53px;
   color: var(--secondary-foreground-color);
   background-color: var(--secondary-background-color);
}

[b-rv1vbeua2o] #button3 > div {
   border-radius: 0px;
}
[b-rv1vbeua2o] #button4 {
   position: absolute;
   top: 78px;
   left: 53px;
   color: var(--secondary-foreground-color);
   background-color: var(--secondary-background-color);
}

[b-rv1vbeua2o] #button4 > div {
   border-radius: 0px;
}
[b-rv1vbeua2o] #button5 {
   position: absolute;
   top: 40px;
   left: 53px;
   color: var(--secondary-foreground-color);
   background-color: var(--secondary-background-color);
}

[b-rv1vbeua2o] #button5 > div {
   border-radius: 0px;
}
[b-rv1vbeua2o] #tabPage5 {
}

[b-rv1vbeua2o] #tabControl2 {
   position: absolute;
   top: 8px;
   left: 8px;
   right: 8px;
}

[b-rv1vbeua2o] #tabControl2 .dhi-tab-buttons .tab-btn {
}

[b-rv1vbeua2o] #tabPage8 {
}

[b-rv1vbeua2o] #embeddedText5 {
   position: absolute;
   top: 121px;
   left: 215px;
   line-height: normal;
   text-align: left;
}
[b-rv1vbeua2o] #embeddedText5 > div {
   align-content: start;
}
[b-rv1vbeua2o] #embeddedText6 {
   position: absolute;
   top: 68px;
   left: 922px;
   line-height: normal;
   text-align: left;
}
[b-rv1vbeua2o] #embeddedText6 > div {
   align-content: start;
}
[b-rv1vbeua2o] #tabPage9 {
}

[b-rv1vbeua2o] #embeddedText7 {
   position: absolute;
   top: 38px;
   left: 44px;
   line-height: normal;
   text-align: left;
}
[b-rv1vbeua2o] #embeddedText7 > div {
   align-content: start;
}
[b-rv1vbeua2o] #tabPage10 {
}

[b-rv1vbeua2o] #button6 {
   position: absolute;
   top: 176px;
   left: 477px;
   height: 129px;
   color: var(--secondary-foreground-color);
   background-color: var(--secondary-background-color);
}

[b-rv1vbeua2o] #button6 > div {
   border-radius: 0px;
}
[b-rv1vbeua2o] #embeddedText9 {
   position: absolute;
   top: 43px;
   left: 648px;
   line-height: normal;
   text-align: left;
}
[b-rv1vbeua2o] #embeddedText9 > div {
   align-content: start;
}
[b-rv1vbeua2o] #tabPage7 {
}

[b-rv1vbeua2o] #tabControl4 {
   position: absolute;
   top: 8px;
   left: 8px;
   right: 8px;
   height: 419px;
}

[b-rv1vbeua2o] #tabControl4 .dhi-tab-buttons .tab-btn {
   background-color: #000000;
   color: #ffffff;
}

[b-rv1vbeua2o] #tabPage12 {
}

[b-rv1vbeua2o] #tabPage13 {
}

[b-rv1vbeua2o] #div-imageBox3 {
   position: absolute;
   top: 42px;
   left: 79px;
   width: 74px;
   height: 78px;
}

[b-rv1vbeua2o] #imageBox3 {
   max-width: 100%;
   width: 74px;
}
[b-rv1vbeua2o] #tabPage14 {
}



/***************************************************/
/*                                                 */
/*         End of WebMason Code Generation         */
/*     Put any needed css code below this point    */
/*                                                 */
/***************************************************/


/* /Pages/UserProfile.razor.rz.scp.css */
/***************************************************/
/*                                                 */
/*                 !!! WARNING !!!                 */
/* This file is generated by WebMason. Any changes */
/* made will be replaced the next time the page is */
/*   exported. If you need to add any custom css   */
/*  logic, then add it at the bottom of this file  */
/* under the comment denoting the end of code gen. */
/*                                                 */
/***************************************************/

.page[b-ls5p063ei3] {
   position: relative;
   background-color: var(--page-background-color);
   color: var(--page-foreground-color);
   border-color: var(--border-1-color);
   font-family: 'Microsoft Sans Serif';
   font-size: 16px;
   padding: 8px;
   width: 800px;
   margin-left: auto;
   margin-right: auto;
   margin-top: 8px;
   margin-bottom: 8px;
   height: 155px;
}

[b-ls5p063ei3] #embeddedText1 {
   position: absolute;
   top: 85px;
   left: 305px;
   line-height: normal;
   text-align: left;
}
[b-ls5p063ei3] #embeddedText1 > div {
   align-content: start;
}

[b-ls5p063ei3] #div-imageBox1 {
   position: absolute;
   top: 47px;
   left: 200px;
   width: 93px;
   height: 94px;
}

[b-ls5p063ei3] #imageBox1 {
   max-width: 100%;
   width: 93px;
}

[b-ls5p063ei3] #div-imageBox2 {
   position: absolute;
   top: 47px;
   left: 483px;
   width: 93px;
   height: 94px;
}

[b-ls5p063ei3] #imageBox2 {
   max-width: 100%;
   width: 93px;
}


/***************************************************/
/*                                                 */
/*         End of WebMason Code Generation         */
/*     Put any needed css code below this point    */
/*                                                 */
/***************************************************/



/* /Pages/ViewReservationsByItem.razor.rz.scp.css */
/***************************************************/
/*                                                 */
/*                 !!! WARNING !!!                 */
/* This file is generated by WebMason. Any changes */
/* made will be replaced the next time the page is */
/*   exported. If you need to add any custom css   */
/*  logic, then add it at the bottom of this file  */
/* under the comment denoting the end of code gen. */
/*                                                 */
/***************************************************/

.page[b-4txrmj75y3] {
   position: relative;
   background-color: var(--page-background-color);
   color: var(--page-foreground-color);
   border-color: var(--border-1-color);
   font-family: 'Microsoft Sans Serif';
   font-size: 16px;
   padding: 8px;
   margin: 8px;
   height: 742px;
}

[b-4txrmj75y3] #embeddedText1 {
   position: absolute;
   top: 50px;
   left: 18px;
   line-height: normal;
   text-align: left;
}
[b-4txrmj75y3] #embeddedText1 > div {
   align-content: start;
}

[b-4txrmj75y3] #itemsComboBox {
   color: var(--input-foreground-color);
}

[b-4txrmj75y3] #lbl-itemsComboBox {
   position: absolute;
   top: 40px;
   left: 82px;
}

[b-4txrmj75y3] #span-itemsComboBox {
   width: 250px;
   background-color: var(--input-background-color);
   border-radius: 8px;
}

[b-4txrmj75y3] #embeddedText2 {
   position: absolute;
   top: 96px;
   left: 18px;
   line-height: normal;
   text-align: left;
}
[b-4txrmj75y3] #embeddedText2 > div {
   align-content: start;
}

[b-4txrmj75y3] #descriptionText {
   position: absolute;
   top: 96px;
   left: 133px;
   line-height: normal;
   text-align: left;
}
[b-4txrmj75y3] #descriptionText > div {
   align-content: start;
}

[b-4txrmj75y3] #embeddedText4 {
   position: absolute;
   top: 135px;
   left: 18px;
   line-height: normal;
   text-align: left;
}
[b-4txrmj75y3] #embeddedText4 > div {
   align-content: start;
}

[b-4txrmj75y3] #categoryText {
   position: absolute;
   top: 135px;
   left: 133px;
   line-height: normal;
   text-align: left;
}
[b-4txrmj75y3] #categoryText > div {
   align-content: start;
}

[b-4txrmj75y3] #embeddedText6 {
   position: absolute;
   top: 174px;
   left: 18px;
   line-height: normal;
   text-align: left;
}
[b-4txrmj75y3] #embeddedText6 > div {
   align-content: start;
}

[b-4txrmj75y3] #locationText {
   position: absolute;
   top: 174px;
   left: 133px;
   line-height: normal;
   text-align: left;
}
[b-4txrmj75y3] #locationText > div {
   align-content: start;
}

[b-4txrmj75y3] #dataGrid1 {
   position: absolute;
   top: 213px;
   left: 18px;
   height: 513px;
}
[b-4txrmj75y3] #dataGrid1 .gearbutton {
 color: var(--primary-background-color);
 float: right;
 border: none;
 font-size: 20px;
 cursor: pointer;
 background-color: transparent;
 }

[b-4txrmj75y3] #dataGrid1 .gearbutton:hover {
 color: var(--secondary-background-color);
 }

[b-4txrmj75y3] #dataGrid1 thead {
   background-color: var(--primary-background-color);
top: 0px;
position: sticky;
z-index: 2;
height: 40px;
}

[b-4txrmj75y3] #dataGrid1 th {
   font-family: 'Microsoft Sans Serif';
   font-size: 14.25px;
color: var(--primary-foreground-color);
}

[b-4txrmj75y3] #dataGrid1 .padded-header-cell {
 }

[b-4txrmj75y3] #dataGrid1 tbody {
background-color: var(--page-background-color);
color: var(--page-foreground-color);
}

[b-4txrmj75y3] #dataGrid1 .alternatecolorrow {
background-color: var(--highlight-background-color);
color: var(--highlight-foreground-color);
}

[b-4txrmj75y3] #dataGrid1 tbody tr:hover {
background-color: var(--hover-background-color) !important;
color: var(--hover-foreground-color) !important;
}

[b-4txrmj75y3] #dataGrid1 tbody tr {
color: var(--page-foreground-color);
   font-family: 'Microsoft Sans Serif';
   font-size: 14.25px;
z-index: 0;
height: 30px;
}

[b-4txrmj75y3] #dataGrid1 .row-header {
background-color: var(--primary-background-color);
color: var(--primary-foreground-color);
}

[b-4txrmj75y3] #dataGrid1 .selectedRow {
background-color: var(--highlight-background-color);
color: var(--highlight-foreground-color);
}

[b-4txrmj75y3] #dataGrid1 .no-wrap-cell {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}

[b-4txrmj75y3] #dataGrid1 .padded-row-cell {
 }

[b-4txrmj75y3] #dataGrid1 table {
border-collapse: collapse;
border-color:var(--border-1-color);
border-width: 1px;
border-style: solid;
display: block;
overflow: auto;
height: 513px;
}

[b-4txrmj75y3] #dataGrid1 th,
[b-4txrmj75y3] #dataGrid1 td {
border-color:var(--border-1-color);
border-width: 1px;
border-style: solid;
}

[b-4txrmj75y3] #dataGrid1 th,
[b-4txrmj75y3] #dataGrid1 td {
}

[b-4txrmj75y3] #dataGrid1 .page-links-wrapper {
margin-top:20px;
}

[b-4txrmj75y3] #dataGrid1 .modal-config {
width: 740px;
margin:1.75rem auto;
background-color: var(--page-background-color);
}

[b-4txrmj75y3] #dataGrid1 .modal-content {
background-color: var(--page-background-color);
color: var(--page-foreground-color);
}

[b-4txrmj75y3] #dataGrid1 .config-pane {
display: inline-block;
overflow-x: auto;
overflow-y: auto;
height: 400px;
width: fit-content;
float: left;
border: 1px solid;
border-color: var(--border-1-color);
margin-left:16px;
}

[b-4txrmj75y3] #dataGrid1 .config-order-pane {
display: inline;
overflow-x: auto;
overflow-y: auto;
height: 400px;
width: fit-content;
float: left;
margin-left: 50px;
margin-right: 10px;
border: 1px solid;
border-color: var(--border-1-color);
}

[b-4txrmj75y3] #dataGrid1 .config-table-body {
border: none;
width: 250px;
}

[b-4txrmj75y3] #dataGrid1 .config-table-body tr config-display-real-index {
width: 0px;
text-align: left;
}

[b-4txrmj75y3] #dataGrid1 .config-table-body tr config-check-box-desc {
width: 250px;
text-align: left;
}

[b-4txrmj75y3] #dataGrid1 .config-table-head {
border: none;
width: 250px;
height: 20px;
}

[b-4txrmj75y3] #dataGrid1 .config-table-head tr th {
text-align:center;
}

[b-4txrmj75y3] #dataGrid1 .config-table {
width: 250px;
height: 100%;
border: 1px solid;
margin-right: 0px;
border-color: var(--border-1-color);
background-color: var(--page-background-color);
}

[b-4txrmj75y3] #dataGrid1 .modal-config .dhi-tab-page {
color: var(--page-foreground-color);
background-color: var(--page-background-color);
}

[b-4txrmj75y3] #dataGrid1 .config-check-box {
padding: 3px;
margin-left: 20px;
margin-right: 20px;
width: 20px;
height: 20px;
}

[b-4txrmj75y3] #dataGrid1 .config-check-box-td {
border: none;
}

[b-4txrmj75y3] #dataGrid1 .config-check-box-desc {
font-size: 16px;
table-layout: fixed;
width: 100%;
border: none;
padding-bottom: 4px;
}

[b-4txrmj75y3] #dataGrid1 .config-display-real-index {
visibility: collapse;
width: 0px;
border: none;
}

[b-4txrmj75y3] #dataGrid1 .config-order tr:hover {
cursor: pointer;
}

[b-4txrmj75y3] #dataGrid1 table tbody tr {
height: 30px;
}

[b-4txrmj75y3] #dataGrid1 .config-order tbody tr.selected td {
z-index: 2;
color: #0056b3;
text-decoration: none;
background-color: red;
border: none;
}

[b-4txrmj75y3] #dataGrid1 .config-order tr:focus {
z-index: 2;
color: #0056b3;
text-decoration: none;
border: none;
}

[b-4txrmj75y3] #dataGrid1 .highlighted-row {
background-color: #007bff;
color: white;
border: none
}

[b-4txrmj75y3] #dataGrid1 .unhighlighted-row {
border: none;
}

[b-4txrmj75y3] #dataGrid1 .row-selected-header-check {
text-align: center;
}

[b-4txrmj75y3] #dataGrid1 .row-selected-check {
text-align: left;
}

[b-4txrmj75y3] #dataGrid1 .header-text-grid-item {
text-align: center;
height: 14px;
}

[b-4txrmj75y3] #dataGrid1 .text-grid-item {
text-align: left;
}

[b-4txrmj75y3] #dataGrid1 .row-selected-header-check {
width: 14px;
height: 14px;
vertical-align: text-bottom;
}

[b-4txrmj75y3] #dataGrid1 .selectallicon {
height: 19px;
color: var(--highlight-background-color);
}

[b-4txrmj75y3] #dataGrid1 .row-selected-check {
width: 14px;
height: 14px;
vertical-align: text-bottom;
}

[b-4txrmj75y3] #dataGrid1 .updowndiv {
height: 400px;
width: 44px;
display: flex;
align-items: center;
}

[b-4txrmj75y3] #dataGrid1 .updownInnerdiv {
height: 100px;
width: 44px;
display: flex;
align-items: center;
align-content: space-between;
}

[b-4txrmj75y3] #dataGrid1 .config-upbutton-wrapper {
margin-top: 6px;
}

[b-4txrmj75y3] #dataGrid1 .configdlgbtn {
background-color: var(--primary-background-color);
color: var(--primary-foreground-color);
font-weight: 400;
border: 1px solid;
border-color: transparent;
padding: .375rem .75rem;
font-size: 1rem;
border-radius: .25rem;
margin-right: 6px;
}

[b-4txrmj75y3] #dataGrid1 .selected-sort-row {
background-color: var(--highlight-background-color);
color: var(--highlight-foreground-color);
}

[b-4txrmj75y3] #dataGrid1 .configdlgbtn.disabled {
background-color: var(--readonly-background-color);
color: var(--readonly-foreground-color);
border-color: var(--readonly-foreground-color);
}

[b-4txrmj75y3] #dataGrid1 .config-table .configheader {
resize: none;
background-color: var(--primary-background-color);
color: var(--primary-foreground-color);
padding-top: 3px;
padding-bottom: 3px;
font-size: 20px;
top: 0;
position: sticky;
border: none;
width: 250px;
}



/***************************************************/
/*                                                 */
/*         End of WebMason Code Generation         */
/*     Put any needed css code below this point    */
/*                                                 */
/***************************************************/


/* /Pages/ViewReservationsByPerson.razor.rz.scp.css */
/***************************************************/
/*                                                 */
/*                 !!! WARNING !!!                 */
/* This file is generated by WebMason. Any changes */
/* made will be replaced the next time the page is */
/*   exported. If you need to add any custom css   */
/*  logic, then add it at the bottom of this file  */
/* under the comment denoting the end of code gen. */
/*                                                 */
/***************************************************/

.page[b-ae1gtp3q8d] {
   position: relative;
   background-color: var(--page-background-color);
   color: var(--page-foreground-color);
   border-color: var(--border-1-color);
   font-family: 'Microsoft Sans Serif';
   font-size: 16px;
   padding: 8px;
   margin: 8px;
   height: 659px;
}

[b-ae1gtp3q8d] #embeddedText1 {
   position: absolute;
   top: 50px;
   left: 18px;
   line-height: normal;
   text-align: left;
}
[b-ae1gtp3q8d] #embeddedText1 > div {
   align-content: start;
}

[b-ae1gtp3q8d] #userComboBox {
   color: var(--input-foreground-color);
}

[b-ae1gtp3q8d] #lbl-userComboBox {
   position: absolute;
   top: 40px;
   left: 82px;
}

[b-ae1gtp3q8d] #span-userComboBox {
   width: 250px;
   background-color: var(--input-background-color);
   border-radius: 8px;
}

[b-ae1gtp3q8d] #embeddedText2 {
   position: absolute;
   top: 112px;
   left: 18px;
   line-height: normal;
   text-align: left;
}
[b-ae1gtp3q8d] #embeddedText2 > div {
   align-content: start;
}

[b-ae1gtp3q8d] #phoneNumberText {
   position: absolute;
   top: 112px;
   left: 174px;
   line-height: normal;
   text-align: left;
}
[b-ae1gtp3q8d] #phoneNumberText > div {
   align-content: start;
}

[b-ae1gtp3q8d] #dataGrid1 {
   position: absolute;
   top: 160px;
   left: 18px;
   height: 483px;
}
[b-ae1gtp3q8d] #dataGrid1 .gearbutton {
 color: var(--primary-background-color);
 float: right;
 border: none;
 font-size: 20px;
 cursor: pointer;
 background-color: transparent;
 }

[b-ae1gtp3q8d] #dataGrid1 .gearbutton:hover {
 color: var(--secondary-background-color);
 }

[b-ae1gtp3q8d] #dataGrid1 thead {
   background-color: var(--primary-background-color);
top: 0px;
position: sticky;
z-index: 2;
height: 40px;
}

[b-ae1gtp3q8d] #dataGrid1 th {
   font-family: 'Microsoft Sans Serif';
   font-size: 16px;
color: var(--primary-foreground-color);
}

[b-ae1gtp3q8d] #dataGrid1 .padded-header-cell {
 }

[b-ae1gtp3q8d] #dataGrid1 tbody {
background-color: var(--page-background-color);
color: var(--page-foreground-color);
}

[b-ae1gtp3q8d] #dataGrid1 .alternatecolorrow {
background-color: var(--highlight-background-color);
color: var(--highlight-foreground-color);
}

[b-ae1gtp3q8d] #dataGrid1 tbody tr:hover {
background-color: var(--hover-background-color) !important;
color: var(--hover-foreground-color) !important;
}

[b-ae1gtp3q8d] #dataGrid1 tbody tr {
color: var(--page-foreground-color);
   font-family: 'Microsoft Sans Serif';
   font-size: 14px;
z-index: 0;
height: 30px;
}

[b-ae1gtp3q8d] #dataGrid1 .row-header {
background-color: var(--primary-background-color);
color: var(--primary-foreground-color);
}

[b-ae1gtp3q8d] #dataGrid1 .selectedRow {
background-color: var(--highlight-background-color);
color: var(--highlight-foreground-color);
}

[b-ae1gtp3q8d] #dataGrid1 .no-wrap-cell {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}

[b-ae1gtp3q8d] #dataGrid1 .padded-row-cell {
 }

[b-ae1gtp3q8d] #dataGrid1 table {
border-collapse: collapse;
border-color:var(--border-1-color);
border-width: 1px;
border-style: solid;
display: block;
overflow: auto;
height: 483px;
}

[b-ae1gtp3q8d] #dataGrid1 th,
[b-ae1gtp3q8d] #dataGrid1 td {
border-color:var(--border-1-color);
border-width: 1px;
border-style: solid;
}

[b-ae1gtp3q8d] #dataGrid1 th,
[b-ae1gtp3q8d] #dataGrid1 td {
}

[b-ae1gtp3q8d] #dataGrid1 .page-links-wrapper {
margin-top:20px;
}

[b-ae1gtp3q8d] #dataGrid1 .modal-config {
width: 740px;
margin:1.75rem auto;
background-color: var(--page-background-color);
}

[b-ae1gtp3q8d] #dataGrid1 .modal-content {
background-color: var(--page-background-color);
color: var(--page-foreground-color);
}

[b-ae1gtp3q8d] #dataGrid1 .config-pane {
display: inline-block;
overflow-x: auto;
overflow-y: auto;
height: 400px;
width: fit-content;
float: left;
border: 1px solid;
border-color: var(--border-1-color);
margin-left:16px;
}

[b-ae1gtp3q8d] #dataGrid1 .config-order-pane {
display: inline;
overflow-x: auto;
overflow-y: auto;
height: 400px;
width: fit-content;
float: left;
margin-left: 50px;
margin-right: 10px;
border: 1px solid;
border-color: var(--border-1-color);
}

[b-ae1gtp3q8d] #dataGrid1 .config-table-body {
border: none;
width: 250px;
}

[b-ae1gtp3q8d] #dataGrid1 .config-table-body tr config-display-real-index {
width: 0px;
text-align: left;
}

[b-ae1gtp3q8d] #dataGrid1 .config-table-body tr config-check-box-desc {
width: 250px;
text-align: left;
}

[b-ae1gtp3q8d] #dataGrid1 .config-table-head {
border: none;
width: 250px;
height: 20px;
}

[b-ae1gtp3q8d] #dataGrid1 .config-table-head tr th {
text-align:center;
}

[b-ae1gtp3q8d] #dataGrid1 .config-table {
width: 250px;
height: 100%;
border: 1px solid;
margin-right: 0px;
border-color: var(--border-1-color);
background-color: var(--page-background-color);
}

[b-ae1gtp3q8d] #dataGrid1 .modal-config .dhi-tab-page {
color: var(--page-foreground-color);
background-color: var(--page-background-color);
}

[b-ae1gtp3q8d] #dataGrid1 .config-check-box {
padding: 3px;
margin-left: 20px;
margin-right: 20px;
width: 20px;
height: 20px;
}

[b-ae1gtp3q8d] #dataGrid1 .config-check-box-td {
border: none;
}

[b-ae1gtp3q8d] #dataGrid1 .config-check-box-desc {
font-size: 16px;
table-layout: fixed;
width: 100%;
border: none;
padding-bottom: 4px;
}

[b-ae1gtp3q8d] #dataGrid1 .config-display-real-index {
visibility: collapse;
width: 0px;
border: none;
}

[b-ae1gtp3q8d] #dataGrid1 .config-order tr:hover {
cursor: pointer;
}

[b-ae1gtp3q8d] #dataGrid1 table tbody tr {
height: 30px;
}

[b-ae1gtp3q8d] #dataGrid1 .config-order tbody tr.selected td {
z-index: 2;
color: #0056b3;
text-decoration: none;
background-color: red;
border: none;
}

[b-ae1gtp3q8d] #dataGrid1 .config-order tr:focus {
z-index: 2;
color: #0056b3;
text-decoration: none;
border: none;
}

[b-ae1gtp3q8d] #dataGrid1 .highlighted-row {
background-color: #007bff;
color: white;
border: none
}

[b-ae1gtp3q8d] #dataGrid1 .unhighlighted-row {
border: none;
}

[b-ae1gtp3q8d] #dataGrid1 .row-selected-header-check {
text-align: center;
}

[b-ae1gtp3q8d] #dataGrid1 .row-selected-check {
text-align: left;
}

[b-ae1gtp3q8d] #dataGrid1 .header-text-grid-item {
text-align: center;
height: 16px;
}

[b-ae1gtp3q8d] #dataGrid1 .text-grid-item {
text-align: left;
}

[b-ae1gtp3q8d] #dataGrid1 .row-selected-header-check {
width: 16px;
height: 16px;
vertical-align: text-bottom;
}

[b-ae1gtp3q8d] #dataGrid1 .selectallicon {
height: 22px;
color: var(--highlight-background-color);
}

[b-ae1gtp3q8d] #dataGrid1 .row-selected-check {
width: 14px;
height: 14px;
vertical-align: text-bottom;
}

[b-ae1gtp3q8d] #dataGrid1 .updowndiv {
height: 400px;
width: 44px;
display: flex;
align-items: center;
}

[b-ae1gtp3q8d] #dataGrid1 .updownInnerdiv {
height: 100px;
width: 44px;
display: flex;
align-items: center;
align-content: space-between;
}

[b-ae1gtp3q8d] #dataGrid1 .config-upbutton-wrapper {
margin-top: 6px;
}

[b-ae1gtp3q8d] #dataGrid1 .configdlgbtn {
background-color: var(--primary-background-color);
color: var(--primary-foreground-color);
font-weight: 400;
border: 1px solid;
border-color: transparent;
padding: .375rem .75rem;
font-size: 1rem;
border-radius: .25rem;
margin-right: 6px;
}

[b-ae1gtp3q8d] #dataGrid1 .selected-sort-row {
background-color: var(--highlight-background-color);
color: var(--highlight-foreground-color);
}

[b-ae1gtp3q8d] #dataGrid1 .configdlgbtn.disabled {
background-color: var(--readonly-background-color);
color: var(--readonly-foreground-color);
border-color: var(--readonly-foreground-color);
}

[b-ae1gtp3q8d] #dataGrid1 .config-table .configheader {
resize: none;
background-color: var(--primary-background-color);
color: var(--primary-foreground-color);
padding-top: 3px;
padding-bottom: 3px;
font-size: 20px;
top: 0;
position: sticky;
border: none;
width: 250px;
}



/***************************************************/
/*                                                 */
/*         End of WebMason Code Generation         */
/*     Put any needed css code below this point    */
/*                                                 */
/***************************************************/


/* /Shared/EmptyLayout.razor.rz.scp.css */
/***************************************************/
/*                                                 */
/*                 !!! WARNING !!!                 */
/* This file is generated by WebMason. Any changes */
/* made will be replaced the next time the page is */
/*   exported. If you need to add any custom css   */
/*  logic, then add it at the bottom of this file  */
/* under the comment denoting the end of code gen. */
/*                                                 */
/***************************************************/

body[b-4iku7tdaoz] {
   margin: 0;
}

.page-layout[b-4iku7tdaoz] {
   position: relative;
   display: grid;
   overflow: hidden;
   width: 100vw;
   height: 100vh;
}

.page[b-4iku7tdaoz] {
   position: relative;
   flex-direction: row;
}

.main[b-4iku7tdaoz] {
   flex: 1;
   overflow-y: auto;
   background-color: var(--layout-background-color);
}

button.nav-link[b-4iku7tdaoz] {
   display: block;
   text-align: left;
}

.nav-link svg[b-4iku7tdaoz] {
   height: 1.5em;
   width: 3em;
   top: -2px;
   position: relative;
}

.nav-link img[b-4iku7tdaoz] {
   width: 2em;
   margin-left: 0.5em;
   margin-right: 0.5em;
   height: 1.5em;
   position: relative;
   top: -2px;
}

[b-4iku7tdaoz] .nav-item > *:hover {
   background-color: #ffffff22;
}

.navbar-items[b-4iku7tdaoz] {
   display: grid;
   grid-template-columns: auto max-content max-content auto;
   align-items: center;
   justify-items: left;
}

.nav-item-row[b-4iku7tdaoz] {
   grid-column: 1 / 5;
   height: 3em;
   width: 100%;
}

   .nav-item-row:hover:not(.current)[b-4iku7tdaoz] {
      background-color: #ffffff22;
   }

.nav-item-row-btn[b-4iku7tdaoz] {
   height: 100%;
}

svg.nav-item-icon[b-4iku7tdaoz] {
   height: 1.5em;
   width: 3em;
   top: -2px;
   position: relative;
}

img.nav-item-icon[b-4iku7tdaoz] {
   width: 2em;
   margin-left: 0.5em;
   margin-right: 0.5em;
   height: 1.5em;
   position: relative;
   top: -2px;
}

.nav-item-icon[b-4iku7tdaoz] {
   grid-column: 2;
   z-index: 1;
   pointer-events: none;
}

.nav-item-text[b-4iku7tdaoz] {
   grid-column: 3;
   z-index: 1;
   pointer-events: none;
}

.sub-menu-item-popup.no-disp[b-4iku7tdaoz],
.menu-item-popup.no-disp[b-4iku7tdaoz],
.nav-popup.no-disp[b-4iku7tdaoz] {
   display: none;
}

.current[b-4iku7tdaoz] {
   background-color: #0002;
}

.toggler[b-4iku7tdaoz] {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    transition: box-shadow .15s ease-in-out;
}

.navbar-toggler-icon > path[b-4iku7tdaoz] {
    fill: var(--primary-foreground-color);
}

@media (max-width: 749.99px) {
    .menu-strip[b-4iku7tdaoz] {
        height: auto;
    }

    [b-4iku7tdaoz] .menu-item-content {
        width: 100%;
        height: 3em;
        display: grid;
        align-items: center;
        cursor: pointer;
        color: var(--primary-foreground-color);
    }

        [b-4iku7tdaoz] .menu-item-content a {
            color: inherit;
            text-decoration: none;
        }

    .sub-nav-parent > div[b-4iku7tdaoz] {
        position: relative;
        left: 0;
        top: unset;
        width: max-content;
        margin: 0 auto;
        z-index: 2;
    }
}

@media (min-width: 750px) {
   .page-layout[b-4iku7tdaoz] {
   }

   .nav-bar[b-4iku7tdaoz] {
      width: 0px;
      grid-row: 2;
      grid-column: 1;
      top: 0;
      display: initial;
   }

   .title-section > div[b-4iku7tdaoz] {
      display: grid;
      place-items: center;
   }

   .nav-sub-menu-expanded[b-4iku7tdaoz] {
      background-color: #0002;
   }


   .collapse[b-4iku7tdaoz] {
      display: block;
   }

   .flex-column[b-4iku7tdaoz] {
      width: 100%;
   }
}

/***************************************************/
/*                                                 */
/*         End of WebMason Code Generation         */
/*     Put any needed css code below this point    */
/*                                                 */
/***************************************************/



/* /Shared/MainLayout.razor.rz.scp.css */
/***************************************************/
/*                                                 */
/*                 !!! WARNING !!!                 */
/* This file is generated by WebMason. Any changes */
/* made will be replaced the next time the page is */
/*   exported. If you need to add any custom css   */
/*  logic, then add it at the bottom of this file  */
/* under the comment denoting the end of code gen. */
/*                                                 */
/***************************************************/

body[b-zu5a4ksn16] {
   margin: 0;
}

.page-layout[b-zu5a4ksn16] {
   position: relative;
   display: grid;
   overflow: hidden;
   width: 100vw;
   height: 100vh;
   background-color: var(--layout-background-color);
grid-template-rows: 56px auto auto 1fr;
}

.page[b-zu5a4ksn16] {
   position: relative;
   flex-direction: row;
}


.title-section > div[b-zu5a4ksn16] {
   height: 56px;
}

.app-title[b-zu5a4ksn16] {
   text-decoration: none;
   cursor: pointer;
   display: grid;
   justify-content: center;
   align-content: center;
   color: var(--primary-foreground-color);
}

.title-box[b-zu5a4ksn16] {
   height: 56px;
   display: grid;
   grid-template-columns: 1fr auto auto;
   background-color: var(--primary-background-color);
}
.nav-bar[b-zu5a4ksn16] {
   width: 100%;
   background-color: var(--primary-background-color);
   color: var(--primary-foreground-color);
   background-image: linear-gradient(180deg, #ffffff00 0%, #00000033 100%);
   z-index: 1;
   display: hidden;
}

[b-zu5a4ksn16] .nav-link {
   color: var(--primary-foreground-color);
}

.nav-item[b-zu5a4ksn16] {
   font-family: 'Microsoft Sans Serif';
   font-size: 16px;
   list-style: none;
   cursor: pointer;
}

.nav-item:first-of-type[b-zu5a4ksn16] {
   padding-top: 1rem;
}

.nav-item:last-of-type[b-zu5a4ksn16] {
    padding-bottom: 1rem;
}

.nav-bar-list[b-zu5a4ksn16] {
   padding: 0;
}

.nav-item a[b-zu5a4ksn16], .nav-item button[b-zu5a4ksn16] {
   color: var(--primary-foreground-color);
   height: 3rem;
   display: flex;
   align-items: center;
   line-height: 3rem;
   padding-left: 2rem;
   white-space: nowrap;
   text-decoration: none;
   margin: 0;
   background-color: transparent;
   border: none;
   width: 100%;
   cursor: pointer;
   font-family: 'Microsoft Sans Serif';
   font-size: 16px;
}

.nav-item a.active[b-zu5a4ksn16], .nav-item button.active[b-zu5a4ksn16] {
   background-color: rgba(255,255,255,0.25);
   color: white;
}

.nav-item:not(.nav-sub-menu-expanded) a:hover[b-zu5a4ksn16], .nav-item:not(.nav-sub-menu-expanded) button:hover[b-zu5a4ksn16] {
   background-color: rgba(255, 255, 255, 0.1);
   color: white;
}

.nav-item button:hover[b-zu5a4ksn16] {
   color: white;
}

.nav-menu-nodisp[b-zu5a4ksn16] {
    display: none;
}

.sub-nav-parent[b-zu5a4ksn16] {
   position: relative;
}

.sub-nav-parent > div[b-zu5a4ksn16] {
   position: absolute;
   left: 100%;
   top: -4em;
   width: max-content;
   min-width: 150px;
   background-color: var(--primary-background-color);
   border-left: solid 2px #0002;
   box-shadow: 3px 3px 5px 3px rgb(0 0 0 / 30%);
}

.nav-grandchild[b-zu5a4ksn16] {
   margin-left: 8px;
}

.sub-nav-offset[b-zu5a4ksn16] {
   left: calc(100% + 8px);
   box-shadow: 6px 6px 5px rgb(0 0 0 / 30%);
}

.sub-nav-parent .nav-link[b-zu5a4ksn16] {
   padding: 0 0 0 1rem;
}

.oi[b-zu5a4ksn16] {
   top: -2px;
   text-align: center;
   vertical-align: text-top;
   font-size: 1.1rem;
   width: 3rem;
}

.main[b-zu5a4ksn16] {
   flex: 1;
   overflow-y: auto;
   background-color: var(--layout-background-color);
}

.menu-strip[b-zu5a4ksn16] {
   height: 56px;
   background-color: var(--primary-background-color);
   color: var(--primary-foreground-color);
   padding-left: 2rem;
   padding-right: 1.5rem;
   z-index: 1;
   border-bottom: 1px solid #0002;
   align-items: center;
   font-family: 'Microsoft Sans Serif';
   font-size: 16px;
}

.menu-strip a[b-zu5a4ksn16] {
   display: inline-flex;
   align-items: center;
   height: 100%;
   border: none;
   background: #fff0;
   color: var(--primary-foreground-color);
   padding: 3px 15px;
   text-decoration: none;
   cursor: pointer;
}

[b-zu5a4ksn16] .menu-item-sep {
   height: calc(100% - 5px);
   align-self: center;
   border-left: 1px solid #0002;
   border-right: 1px solid #fff2;
}

[b-zu5a4ksn16] .menu-item-content {
   padding: 0 1em;
}

.menu-item-content .oi[b-zu5a4ksn16] {
   width: 1em;
}

.menu-item-combined[b-zu5a4ksn16] {
   display: grid;
   grid-auto-flow: column;
   height: 100%;
}

.sub-menu-parent[b-zu5a4ksn16] {
   min-width: max-content;
   background-color: var(--primary-background-color);
}

.menu-item[b-zu5a4ksn16] {
	cursor: pointer;
}

.sub-menu-item[b-zu5a4ksn16] {
   padding: 8px 1rem;
   cursor: pointer;
}

/*.menu-item-content:hover,*/
[b-zu5a4ksn16] .menu-item:hover,
.sub-menu-item:hover[b-zu5a4ksn16] {
   background-image: linear-gradient(#fff5, #0002);
}

button.nav-link[b-zu5a4ksn16] {
   display: block;
   text-align: left;
}

.nav-link svg[b-zu5a4ksn16] {
   height: 1.5em;
   width: 3em;
   top: -2px;
   position: relative;
}

.nav-link img[b-zu5a4ksn16] {
   width: 2em;
   margin-left: 0.5em;
   margin-right: 0.5em;
   height: 1.5em;
   position: relative;
   top: -2px;
}

[b-zu5a4ksn16] .nav-item > *:hover {
   background-color: #ffffff22;
}

.navbar-items[b-zu5a4ksn16] {
   display: grid;
   grid-template-columns: auto max-content max-content auto;
   align-items: center;
   justify-items: left;
}

.nav-item-row[b-zu5a4ksn16] {
   grid-column: 1 / 5;
   height: 3em;
   width: 100%;
}

   .nav-item-row:hover:not(.current)[b-zu5a4ksn16] {
      background-color: #ffffff22;
   }

.nav-item-row-btn[b-zu5a4ksn16] {
   height: 100%;
}

svg.nav-item-icon[b-zu5a4ksn16] {
   height: 1.5em;
   width: 3em;
   top: -2px;
   position: relative;
}

img.nav-item-icon[b-zu5a4ksn16] {
   width: 2em;
   margin-left: 0.5em;
   margin-right: 0.5em;
   height: 1.5em;
   position: relative;
   top: -2px;
}

.nav-item-icon[b-zu5a4ksn16] {
   grid-column: 2;
   z-index: 1;
   pointer-events: none;
}

.nav-item-text[b-zu5a4ksn16] {
   grid-column: 3;
   z-index: 1;
   pointer-events: none;
}

.sub-menu-item-popup.no-disp[b-zu5a4ksn16],
.menu-item-popup.no-disp[b-zu5a4ksn16],
.nav-popup.no-disp[b-zu5a4ksn16] {
   display: none;
}

.current[b-zu5a4ksn16] {
   background-color: #0002;
}

.toggler[b-zu5a4ksn16] {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    transition: box-shadow .15s ease-in-out;
}

.navbar-toggler-icon > path[b-zu5a4ksn16] {
    fill: var(--primary-foreground-color);
}

@media (max-width: 749.99px) {
    .menu-strip[b-zu5a4ksn16] {
        height: auto;
    }

    [b-zu5a4ksn16] .menu-item-content {
        width: 100%;
        height: 3em;
        display: grid;
        align-items: center;
        cursor: pointer;
        color: var(--primary-foreground-color);
    }

        [b-zu5a4ksn16] .menu-item-content a {
            color: inherit;
            text-decoration: none;
        }

    .sub-nav-parent > div[b-zu5a4ksn16] {
        position: relative;
        left: 0;
        top: unset;
        width: max-content;
        margin: 0 auto;
        z-index: 2;
    }

    .app-title[b-zu5a4ksn16] {
        justify-content: left;
        padding-left: 1em;
    }
}

@media (min-width: 750px) {
   .page-layout[b-zu5a4ksn16] {
      grid-template-columns: 168px 1fr;
        grid-template-rows: 56px 1fr;
   }

   .nav-bar[b-zu5a4ksn16] {
      width: 168px;
      grid-row: 2;
      grid-column: 1;
      top: 0;
      display: initial;
      z-index: 5;
   }

   .title-section > div[b-zu5a4ksn16] {
      display: grid;
      place-items: center;
   }

   .nav-sub-menu-expanded[b-zu5a4ksn16] {
      background-color: #0002;
   }

   .menu-strip[b-zu5a4ksn16] {
      position: relative;
      display: grid;
      z-index: 5;
   }

   [b-zu5a4ksn16] .menu-item {
      display: grid;
      height: 100%;
      position: relative;
   }

   [b-zu5a4ksn16] .menu-item-content {
      height: 100%;
      display: grid;
      align-content: center;
      cursor: pointer;
   }

   [b-zu5a4ksn16] .menu-item-content a {
      color: inherit;
      text-decoration: none;
}

   .menu-item-popup[b-zu5a4ksn16] {
      position: absolute;
      background-color: inherit;
      top: 100%;
      box-shadow: 4px 5px 8px 2px #0008;
      min-width: 100%;
   }
	
   .menu-item-child[b-zu5a4ksn16] {
      position: relative;
   }

   .sub-menu-item-popup[b-zu5a4ksn16] {
      position: absolute;
	  right: 100%;
	  top: 0;
	  background-color: inherit;
	  box-shadow: 5px 8px 8px 1px #0008;
   }

   .menustrip-toggler[b-zu5a4ksn16] {
      display: none;
   }

   .navbar-toggler[b-zu5a4ksn16] {
      display: none;
   }


   .collapse[b-zu5a4ksn16] {
      display: block;
   }

   .menu-strip-items[b-zu5a4ksn16] {
      display: flex;
      height: 56px;
      justify-self: flex-end;
   }

   .flex-column[b-zu5a4ksn16] {
      width: 100%;
   }
}

/***************************************************/
/*                                                 */
/*         End of WebMason Code Generation         */
/*     Put any needed css code below this point    */
/*                                                 */
/***************************************************/





/* /Shared/MitchTestLayout.razor.rz.scp.css */
/***************************************************/
/*                                                 */
/*                 !!! WARNING !!!                 */
/* This file is generated by WebMason. Any changes */
/* made will be replaced the next time the page is */
/*   exported. If you need to add any custom css   */
/*  logic, then add it at the bottom of this file  */
/* under the comment denoting the end of code gen. */
/*                                                 */
/***************************************************/

body[b-sxrcjpsgo1] {
   margin: 0;
}

.page-layout[b-sxrcjpsgo1] {
   position: relative;
   display: grid;
   overflow: hidden;
   width: 100vw;
   height: 100vh;
   background-color: var(--layout-background-color);
}

.page[b-sxrcjpsgo1] {
   position: relative;
   flex-direction: row;
}


.title-section > div[b-sxrcjpsgo1] {
   height: 56px;
}

.app-title[b-sxrcjpsgo1] {
   text-decoration: none;
   cursor: pointer;
   display: grid;
   justify-content: center;
   align-content: center;
   color: var(--primary-foreground-color);
}

.title-box[b-sxrcjpsgo1] {
   height: 56px;
   display: grid;
   grid-template-columns: 1fr auto auto;
   background-color: var(--primary-background-color);
}
.main[b-sxrcjpsgo1] {
   flex: 1;
   overflow-y: auto;
   background-color: var(--layout-background-color);
}

.menu-strip[b-sxrcjpsgo1] {
   height: 56px;
   background-color: var(--primary-background-color);
   color: var(--primary-foreground-color);
   padding-left: 2rem;
   padding-right: 1.5rem;
   z-index: 1;
   border-bottom: 1px solid #0002;
   align-items: center;
   font-family: 'Microsoft Sans Serif';
   font-size: 16px;
}

.menu-strip a[b-sxrcjpsgo1] {
   display: inline-flex;
   align-items: center;
   height: 100%;
   border: none;
   background: #fff0;
   color: var(--primary-foreground-color);
   padding: 3px 15px;
   text-decoration: none;
   cursor: pointer;
}

[b-sxrcjpsgo1] .menu-item-sep {
   height: calc(100% - 5px);
   align-self: center;
   border-left: 1px solid #0002;
   border-right: 1px solid #fff2;
}

[b-sxrcjpsgo1] .menu-item-content {
   padding: 0 1em;
}

.menu-item-content .oi[b-sxrcjpsgo1] {
   width: 1em;
}

.menu-item-combined[b-sxrcjpsgo1] {
   display: grid;
   grid-auto-flow: column;
   height: 100%;
}

.sub-menu-parent[b-sxrcjpsgo1] {
   min-width: max-content;
   background-color: var(--primary-background-color);
}

.menu-item[b-sxrcjpsgo1] {
	cursor: pointer;
}

.sub-menu-item[b-sxrcjpsgo1] {
   padding: 8px 1rem;
   cursor: pointer;
}

/*.menu-item-content:hover,*/
[b-sxrcjpsgo1] .menu-item:hover,
.sub-menu-item:hover[b-sxrcjpsgo1] {
   background-image: linear-gradient(#fff5, #0002);
}

button.nav-link[b-sxrcjpsgo1] {
   display: block;
   text-align: left;
}

.nav-link svg[b-sxrcjpsgo1] {
   height: 1.5em;
   width: 3em;
   top: -2px;
   position: relative;
}

.nav-link img[b-sxrcjpsgo1] {
   width: 2em;
   margin-left: 0.5em;
   margin-right: 0.5em;
   height: 1.5em;
   position: relative;
   top: -2px;
}

[b-sxrcjpsgo1] .nav-item > *:hover {
   background-color: #ffffff22;
}

.navbar-items[b-sxrcjpsgo1] {
   display: grid;
   grid-template-columns: auto max-content max-content auto;
   align-items: center;
   justify-items: left;
}

.nav-item-row[b-sxrcjpsgo1] {
   grid-column: 1 / 5;
   height: 3em;
   width: 100%;
}

   .nav-item-row:hover:not(.current)[b-sxrcjpsgo1] {
      background-color: #ffffff22;
   }

.nav-item-row-btn[b-sxrcjpsgo1] {
   height: 100%;
}

svg.nav-item-icon[b-sxrcjpsgo1] {
   height: 1.5em;
   width: 3em;
   top: -2px;
   position: relative;
}

img.nav-item-icon[b-sxrcjpsgo1] {
   width: 2em;
   margin-left: 0.5em;
   margin-right: 0.5em;
   height: 1.5em;
   position: relative;
   top: -2px;
}

.nav-item-icon[b-sxrcjpsgo1] {
   grid-column: 2;
   z-index: 1;
   pointer-events: none;
}

.nav-item-text[b-sxrcjpsgo1] {
   grid-column: 3;
   z-index: 1;
   pointer-events: none;
}

.sub-menu-item-popup.no-disp[b-sxrcjpsgo1],
.menu-item-popup.no-disp[b-sxrcjpsgo1],
.nav-popup.no-disp[b-sxrcjpsgo1] {
   display: none;
}

.current[b-sxrcjpsgo1] {
   background-color: #0002;
}

.toggler[b-sxrcjpsgo1] {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    transition: box-shadow .15s ease-in-out;
}

.navbar-toggler-icon > path[b-sxrcjpsgo1] {
    fill: var(--primary-foreground-color);
}

@media (max-width: 749.99px) {
    .menu-strip[b-sxrcjpsgo1] {
        height: auto;
    }

    [b-sxrcjpsgo1] .menu-item-content {
        width: 100%;
        height: 3em;
        display: grid;
        align-items: center;
        cursor: pointer;
        color: var(--primary-foreground-color);
    }

        [b-sxrcjpsgo1] .menu-item-content a {
            color: inherit;
            text-decoration: none;
        }

    .sub-nav-parent > div[b-sxrcjpsgo1] {
        position: relative;
        left: 0;
        top: unset;
        width: max-content;
        margin: 0 auto;
        z-index: 2;
    }
}

@media (min-width: 750px) {
   .page-layout[b-sxrcjpsgo1] {
   }

   .nav-bar[b-sxrcjpsgo1] {
      width: 0px;
      grid-row: 2;
      grid-column: 1;
      top: 0;
      display: initial;
   }

   .title-section > div[b-sxrcjpsgo1] {
      display: grid;
      place-items: center;
   }

   .nav-sub-menu-expanded[b-sxrcjpsgo1] {
      background-color: #0002;
   }

   .menu-strip[b-sxrcjpsgo1] {
      position: relative;
      display: grid;
      grid-template-columns: auto 1fr
   }

   [b-sxrcjpsgo1] .menu-item {
      display: grid;
      height: 100%;
      position: relative;
   }

   [b-sxrcjpsgo1] .menu-item-content {
      height: 100%;
      display: grid;
      align-content: center;
      cursor: pointer;
   }

   [b-sxrcjpsgo1] .menu-item-content a {
      color: inherit;
      text-decoration: none;
}

   .menu-item-popup[b-sxrcjpsgo1] {
      position: absolute;
      background-color: inherit;
      top: 100%;
      box-shadow: 4px 5px 8px 2px #0008;
      min-width: 100%;
   }
	
   .menu-item-child[b-sxrcjpsgo1] {
      position: relative;
   }

   .sub-menu-item-popup[b-sxrcjpsgo1] {
      position: absolute;
	  left: 100%;
	  top: 0;
	  background-color: inherit;
	  box-shadow: 5px 8px 8px 1px #0008;
   }

   .menustrip-toggler[b-sxrcjpsgo1] {
      display: none;
   }


   .collapse[b-sxrcjpsgo1] {
      display: block;
   }

   .menu-strip-items[b-sxrcjpsgo1] {
      display: flex;
      height: 56px;
   }

   .flex-column[b-sxrcjpsgo1] {
      width: 100%;
   }
}

/***************************************************/
/*                                                 */
/*         End of WebMason Code Generation         */
/*     Put any needed css code below this point    */
/*                                                 */
/***************************************************/





/* /Shared/SimpleLayout.razor.rz.scp.css */
/***************************************************/
/*                                                 */
/*                 !!! WARNING !!!                 */
/* This file is generated by WebMason. Any changes */
/* made will be replaced the next time the page is */
/*   exported. If you need to add any custom css   */
/*  logic, then add it at the bottom of this file  */
/* under the comment denoting the end of code gen. */
/*                                                 */
/***************************************************/

body[b-isnp4oetur] {
   margin: 0;
}

.page-layout[b-isnp4oetur] {
   position: relative;
   display: grid;
   overflow: hidden;
   width: 100vw;
   height: 100vh;
   background-color: var(--layout-background-color);
grid-template-rows: 56px 1fr
}

.page[b-isnp4oetur] {
   position: relative;
   flex-direction: row;
}


.title-section > div[b-isnp4oetur] {
   height: 56px;
}

.app-title[b-isnp4oetur] {
   text-decoration: none;
   cursor: pointer;
   display: grid;
   justify-content: center;
   align-content: center;
   color: var(--primary-foreground-color);
}

.title-box[b-isnp4oetur] {
   height: 56px;
   display: grid;
   grid-template-columns: 1fr auto auto;
   background-color: var(--primary-background-color);
}
.main[b-isnp4oetur] {
   flex: 1;
   overflow-y: auto;
   background-color: var(--layout-background-color);
}

.menu-strip[b-isnp4oetur] {
   height: 56px;
   background-color: var(--primary-background-color);
   color: var(--primary-foreground-color);
   padding-left: 2rem;
   padding-right: 1.5rem;
   z-index: 1;
   border-bottom: 1px solid #0002;
   align-items: center;
   font-family: 'Microsoft Sans Serif';
   font-size: 16px;
}

.menu-strip a[b-isnp4oetur] {
   display: inline-flex;
   align-items: center;
   height: 100%;
   border: none;
   background: #fff0;
   color: var(--primary-foreground-color);
   padding: 3px 15px;
   text-decoration: none;
   cursor: pointer;
}

[b-isnp4oetur] .menu-item-sep {
   height: calc(100% - 5px);
   align-self: center;
   border-left: 1px solid #0002;
   border-right: 1px solid #fff2;
}

[b-isnp4oetur] .menu-item-content {
   padding: 0 1em;
}

.menu-item-content .oi[b-isnp4oetur] {
   width: 1em;
}

.menu-item-combined[b-isnp4oetur] {
   display: grid;
   grid-auto-flow: column;
   height: 100%;
}

.sub-menu-parent[b-isnp4oetur] {
   min-width: max-content;
   background-color: var(--primary-background-color);
}

.menu-item[b-isnp4oetur] {
	cursor: pointer;
}

.sub-menu-item[b-isnp4oetur] {
   padding: 8px 1rem;
   cursor: pointer;
}

/*.menu-item-content:hover,*/
[b-isnp4oetur] .menu-item:hover,
.sub-menu-item:hover[b-isnp4oetur] {
   background-image: linear-gradient(#fff5, #0002);
}

button.nav-link[b-isnp4oetur] {
   display: block;
   text-align: left;
}

.nav-link svg[b-isnp4oetur] {
   height: 1.5em;
   width: 3em;
   top: -2px;
   position: relative;
}

.nav-link img[b-isnp4oetur] {
   width: 2em;
   margin-left: 0.5em;
   margin-right: 0.5em;
   height: 1.5em;
   position: relative;
   top: -2px;
}

[b-isnp4oetur] .nav-item > *:hover {
   background-color: #ffffff22;
}

.navbar-items[b-isnp4oetur] {
   display: grid;
   grid-template-columns: auto max-content max-content auto;
   align-items: center;
   justify-items: left;
}

.nav-item-row[b-isnp4oetur] {
   grid-column: 1 / 5;
   height: 3em;
   width: 100%;
}

   .nav-item-row:hover:not(.current)[b-isnp4oetur] {
      background-color: #ffffff22;
   }

.nav-item-row-btn[b-isnp4oetur] {
   height: 100%;
}

svg.nav-item-icon[b-isnp4oetur] {
   height: 1.5em;
   width: 3em;
   top: -2px;
   position: relative;
}

img.nav-item-icon[b-isnp4oetur] {
   width: 2em;
   margin-left: 0.5em;
   margin-right: 0.5em;
   height: 1.5em;
   position: relative;
   top: -2px;
}

.nav-item-icon[b-isnp4oetur] {
   grid-column: 2;
   z-index: 1;
   pointer-events: none;
}

.nav-item-text[b-isnp4oetur] {
   grid-column: 3;
   z-index: 1;
   pointer-events: none;
}

.sub-menu-item-popup.no-disp[b-isnp4oetur],
.menu-item-popup.no-disp[b-isnp4oetur],
.nav-popup.no-disp[b-isnp4oetur] {
   display: none;
}

.current[b-isnp4oetur] {
   background-color: #0002;
}

.toggler[b-isnp4oetur] {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    transition: box-shadow .15s ease-in-out;
}

.navbar-toggler-icon > path[b-isnp4oetur] {
    fill: var(--primary-foreground-color);
}

@media (max-width: 749.99px) {
    .menu-strip[b-isnp4oetur] {
        height: auto;
    }

    [b-isnp4oetur] .menu-item-content {
        width: 100%;
        height: 3em;
        display: grid;
        align-items: center;
        cursor: pointer;
        color: var(--primary-foreground-color);
    }

        [b-isnp4oetur] .menu-item-content a {
            color: inherit;
            text-decoration: none;
        }

    .sub-nav-parent > div[b-isnp4oetur] {
        position: relative;
        left: 0;
        top: unset;
        width: max-content;
        margin: 0 auto;
        z-index: 2;
    }

    .app-title[b-isnp4oetur] {
        justify-content: left;
        padding-left: 1em;
    }
}

@media (min-width: 750px) {
   .page-layout[b-isnp4oetur] {
        grid-template-rows: 56px 1fr;
   }

   .nav-bar[b-isnp4oetur] {
      width: 0px;
      grid-row: 2;
      grid-column: 1;
      top: 0;
      display: initial;
   }

   .title-section > div[b-isnp4oetur] {
      display: grid;
      place-items: center;
   }

   .nav-sub-menu-expanded[b-isnp4oetur] {
      background-color: #0002;
   }

   .menu-strip[b-isnp4oetur] {
      position: relative;
      display: grid;
      grid-template-columns: auto 1fr
   }

   [b-isnp4oetur] .menu-item {
      display: grid;
      height: 100%;
      position: relative;
   }

   [b-isnp4oetur] .menu-item-content {
      height: 100%;
      display: grid;
      align-content: center;
      cursor: pointer;
   }

   [b-isnp4oetur] .menu-item-content a {
      color: inherit;
      text-decoration: none;
}

   .menu-item-popup[b-isnp4oetur] {
      position: absolute;
      background-color: inherit;
      top: 100%;
      box-shadow: 4px 5px 8px 2px #0008;
      min-width: 100%;
   }
	
   .menu-item-child[b-isnp4oetur] {
      position: relative;
   }

   .sub-menu-item-popup[b-isnp4oetur] {
      position: absolute;
	  right: 100%;
	  top: 0;
	  background-color: inherit;
	  box-shadow: 5px 8px 8px 1px #0008;
   }

   .menustrip-toggler[b-isnp4oetur] {
      display: none;
   }


   .collapse[b-isnp4oetur] {
      display: block;
   }

   .menu-strip-items[b-isnp4oetur] {
      display: flex;
      height: 56px;
      justify-self: flex-end;
   }

   .flex-column[b-isnp4oetur] {
      width: 100%;
   }
}

/***************************************************/
/*                                                 */
/*         End of WebMason Code Generation         */
/*     Put any needed css code below this point    */
/*                                                 */
/***************************************************/




@media (min-width: 750px) {
    .page-layout[b-isnp4oetur] {
    }
}


