/* /Components/AreaConfiguration.razor.rz.scp.css */
body[b-a8uv99kugb] {
}
/* /Components/EngineConfiguration.razor.rz.scp.css */
.properties[b-fiie9630p8] {
 width: 700px;
 margin: auto;
}

.property-row[b-fiie9630p8] {
 display: flex;
 justify-content: space-between;
 align-items: center;
 width: 100%;
 height: 38px;
 margin: 10px 0px;
}

.text-box[b-fiie9630p8], [b-fiie9630p8] .text-box {
 margin: 0px !important;
}

.engine-configuration-card[b-fiie9630p8] {
 border-radius: 4px;
 border: 1px solid rgba(0, 0, 0, 0.2);
 background-color: var(--div-card-color);
 width: 750px;
 height: auto;
 vertical-align: middle;
 padding: 15px;
/* margin: 10px 0px;*/
}

@media only screen and (max-width: 400px) {
 .properties[b-fiie9630p8] {
  width: 90%;
  margin: auto;
 }

 .property-row[b-fiie9630p8] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  margin: 15px 0px;
 }

 .engine-configuration-card[b-fiie9630p8] {
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: var(--div-card-color);
  width: 85vw;
  height: auto;
  vertical-align: middle;
  padding: 15px;
  margin: 10px 0px;
 }

 label[b-fiie9630p8] {
  max-width: 200px;
 }
}
/* /Components/ModeConfiguration.razor.rz.scp.css */
.edit-button[b-rtwllw1o42],
[b-rtwllw1o42] .edit-button {
 height: 38px;
 width: 38px;
 margin-left: 5px;
}
/* /Components/MonthViewAreaCalendar.razor.rz.scp.css */
.MonthViewAreaCalendarFirstColumn[b-bmjgleyoru] {
    padding: 0px;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    text-align: center;
}

.MonthViewAreaCalendarColumn[b-bmjgleyoru] {
    padding: 0px;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    text-align: center;
}

.MonthViewAreaCalendarLastColumn[b-bmjgleyoru] {
    padding: 0px;
    text-align: center;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}
/* /Components/TenantConfiguration.razor.rz.scp.css */
.edit-button[b-3zn2gphjl4],
[b-3zn2gphjl4] .edit-button {
    height: 38px;
    width: 38px;
    margin-left: 5px;
}

.k-textbox:not(:-webkit-autofill)[b-3zn2gphjl4] {
    margin-right: 0px;
}
/* /Components/TimelineEvent.razor.rz.scp.css */
label[b-xcncvc9jfi] {
 position: absolute;
}

.timeline-wrapper[b-xcncvc9jfi] {
 display: flex;
 align-items: center;
 height: auto;
 margin-top: 20px;
 margin-left: 0px;
}

.event-time[b-xcncvc9jfi] {
 margin-bottom: 60px;
 margin-left: -22px;
}

.event-time-tall[b-xcncvc9jfi] {
    margin-bottom: 90px;
    margin-left: -22px;
}

.event-abbreviation[b-xcncvc9jfi] {
 margin-top: 60px;
 margin-left: -18px;
}

.event-abbreviation-tall[b-xcncvc9jfi] {
    margin-top: 90px;
    margin-left: -18px;
}

.event-box[b-xcncvc9jfi] {
 border-radius: 10%;
 width: 18px;
 height: 36px;
 margin-left: -9px;
}

.timeline-line[b-xcncvc9jfi] {
 margin-left: 0px;
 width: calc(100% - 9px);
}
/* /Pages/Accounts.razor.rz.scp.css */
.add-account[b-ht1zc4cmg6],
[b-ht1zc4cmg6] .add-account {
    height: auto;
    /*min-height: 110px;*/
    width: 450px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    vertical-align: middle;
    background-color: #f2f2f2;
    padding: 15px;
}

.large-icons .k-icon[b-ht1zc4cmg6],
[b-ht1zc4cmg6] .large-icons .k-icon {
    font-size: 35px;
    text-align: left !important;
    margin-bottom:10px;
}

.add-button-wrap[b-ht1zc4cmg6],
[b-ht1zc4cmg6] .add-button-wrap {
    display: flex;
    width: 64px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.bottom-text[b-ht1zc4cmg6] {
    position: absolute;
    bottom: 0;
    text-align: center;
    font-size: 18px;
}

/* /Pages/Area.razor.rz.scp.css */
body[b-9u5dn2muc7] {
}
/* /Pages/Areas.razor.rz.scp.css */
.add-area[b-5sec255xky],
[b-5sec255xky] .add-area {
    min-height: 70px;
    width: 98%;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    vertical-align: middle;
    background-color: #f2f2f2;
    padding: 15px;
    margin-left:5px;
}

.large-icons .k-icon[b-5sec255xky],
[b-5sec255xky] .large-icons .k-icon {
    font-size: 35px;
    text-align: left !important;
}

@media only screen and (max-width: 400px) {
    .add-area[b-5sec255xky],
    [b-5sec255xky] .add-area {
        height: 70px;
        width: 350px;
        background-color: #fff;
        margin-bottom: 10px;
        border: 1px solid rgba(0, 0, 0, 0.2);
        border-radius: 4px;
        vertical-align: middle;
        background-color: #f2f2f2;
        padding: 15px;
    }
}

.bottom-text[b-5sec255xky] {
    position: absolute;
    bottom: 0;
    text-align: center;
    font-size: 18px;
}

.mode-button-wrap[b-5sec255xky] {
    display: flex;
    width: 64px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
/* /Pages/DayView.razor.rz.scp.css */
body[b-ggpqqx4txi] {
}
/* /Pages/DefaultSchedules.razor.rz.scp.css */
.defaultSchedule[b-9pechu2xj9],
[b-9pechu2xj9] .defaultSchedule {
    min-height: 70px;
    width: 98%;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    vertical-align: middle;
    background-color: #f2f2f2;
    padding: 15px;
    margin-left: 5px;
}

.large-icons .k-icon[b-9pechu2xj9],
[b-9pechu2xj9] .large-icons .k-icon {
    font-size: 35px;
    text-align: left !important;
}

@media only screen and (max-width: 400px) {
    .defaultSchedule[b-9pechu2xj9],
    [b-9pechu2xj9] .defaultSchedule {
        height: 70px;
        width: 350px;
        background-color: #fff;
        margin-bottom: 10px;
        border: 1px solid rgba(0, 0, 0, 0.2);
        border-radius: 4px;
        vertical-align: middle;
        background-color: #f2f2f2;
        padding: 15px;
    }
}

.bottom-text[b-9pechu2xj9] {
    position: absolute;
    bottom: 0;
    text-align: center;
    font-size: 18px;
}

.mode-button-wrap[b-9pechu2xj9] {
    display: flex;
    width: 64px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
/* /Pages/Engines.razor.rz.scp.css */
.add-engine[b-g61wp5amu8],
[b-g61wp5amu8] .add-engine {
 height: auto;
 min-height: 138px;
 width: 325px;
 background-color: #fff;
 border: 1px solid rgba(0, 0, 0, 0.2);
 border-radius: 4px;
 vertical-align: middle;
 background-color: #f2f2f2;
 padding: 15px;
}

.large-icons .k-icon[b-g61wp5amu8],
[b-g61wp5amu8] .large-icons .k-icon {
 font-size: 35px;
 text-align: left !important;
}

.add-button-wrap[b-g61wp5amu8],
[b-g61wp5amu8] .add-button-wrap {
 display: flex;
 width: 64px;
 flex-direction: column;
 justify-content: center;
 align-items: center;
}

.bottom-text[b-g61wp5amu8] {
 position: absolute;
 bottom: 0;
 text-align: center;
 font-size: 18px;
}
/* /Pages/EquipmentSetup.razor.rz.scp.css */

.add-mode[b-zc9yi9p7sz],
[b-zc9yi9p7sz] .add-mode {
    height: auto;
    min-height: 146px;
    width: 500px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    vertical-align: middle;
    background-color: #f2f2f2;
    padding: 15px;
}

.large-icons .k-icon[b-zc9yi9p7sz],
[b-zc9yi9p7sz] .large-icons .k-icon {
    font-size: 35px;
    text-align: left !important;
}

h3[b-zc9yi9p7sz] {
    text-align: center;
}

@media only screen and (max-width: 400px) {
    .add-mode[b-zc9yi9p7sz],
    [b-zc9yi9p7sz] .add-mode {
        height: 215px;
        width: 350px;
        background-color: #fff;
        margin-bottom: 10px;
        border: 1px solid rgba(0, 0, 0, 0.2);
        border-radius: 4px;
        vertical-align: middle;
        background-color: #f2f2f2;
        padding: 15px;
    }
}

.k-grid-header .k-header[b-zc9yi9p7sz] {
    font-family:'Segoe UI';
}
.bottom-text[b-zc9yi9p7sz] {
    position: absolute;
    bottom: 0;
    text-align: center;
    font-size: 18px;
}

.mode-button-wrap[b-zc9yi9p7sz] {
    display: flex;
    width: 64px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.k-input[b-zc9yi9p7sz],
[b-zc9yi9p7sz] .k-input {
    background-color: inherit !important;
}
/* /Pages/Index.razor.rz.scp.css */
.card[b-4t93qhn6qm] {
 width: 350px;
 height: 600px;
 margin: auto;
 padding-top: 20px;
}

.card .card-body[b-4t93qhn6qm] {

}

.form-group[b-4t93qhn6qm] {
 margin-block: 15px;
}

.k-button[b-4t93qhn6qm] {

}

.btn-green[b-4t93qhn6qm] {
 color: green;
}

.card .card-body .k-button .test[b-4t93qhn6qm] {
 background-color: red;
 width: 100%;
}

.button-row[b-4t93qhn6qm] {
 padding-top: 10px;
 margin: auto;
}

.card-title[b-4t93qhn6qm] {
 color: black;
 text-align: center;
 font-weight: bold;
 padding: 20px;
}

.btn-green[b-4t93qhn6qm], [b-4t93qhn6qm] .btn-green {
 background-color: #046A38;
 color: white;
 width: 100%;
 height: 30px;
 margin: auto;
}

.btn-green:hover[b-4t93qhn6qm], [b-4t93qhn6qm] .btn-green:hover{
 background-color: #284734;
}
/* /Pages/LogoutPage.razor.rz.scp.css */
.card[b-jyt7stnc4y] {
    width: 350px;
    height: 600px;
    margin: auto;
    padding-top: 20px;
}

    .card .card-body[b-jyt7stnc4y] {
    }

.form-group[b-jyt7stnc4y] {
    margin-block: 15px;
}

.k-button[b-jyt7stnc4y] {
}

.btn-green[b-jyt7stnc4y] {
    color: green;
}

.card .card-body .k-button .test[b-jyt7stnc4y] {
    background-color: red;
    width: 100%;
}

.button-row[b-jyt7stnc4y] {
    padding-top: 10px;
    margin: auto;
}

.card-title[b-jyt7stnc4y] {
    color: black;
    text-align: center;
    font-weight: bold;
    padding: 20px;
}

.btn-green[b-jyt7stnc4y], [b-jyt7stnc4y] .btn-green {
    background-color: #046A38;
    color: white;
    width: 100%;
    height: 30px;
    margin: auto;
}

    .btn-green:hover[b-jyt7stnc4y], [b-jyt7stnc4y] .btn-green:hover {
        background-color: #284734;
    }
/* /Pages/Modes.razor.rz.scp.css */

.add-mode[b-sh2hppq0sh],
[b-sh2hppq0sh] .add-mode {
 height: auto;
 min-height: 146px;
 width: 500px;
 border: 1px solid rgba(0, 0, 0, 0.2);
 border-radius: 4px;
 vertical-align: middle;
 background-color: #f2f2f2;
 padding: 15px;
}

.large-icons .k-icon[b-sh2hppq0sh], 
[b-sh2hppq0sh] .large-icons .k-icon{
 font-size: 35px;
 text-align:left !important;
}

h3[b-sh2hppq0sh] {
 text-align: center;
}

@media only screen and (max-width: 400px) {
 .add-mode[b-sh2hppq0sh],
 [b-sh2hppq0sh] .add-mode {
  height: 215px;
  width: 350px;
  background-color: #fff;
  margin-bottom: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  vertical-align: middle;
  background-color: #f2f2f2;
  padding: 15px;
 }
}

.bottom-text[b-sh2hppq0sh] {
 position: absolute;
 bottom: 0;
 text-align: center;
 font-size: 18px;
}

.mode-button-wrap[b-sh2hppq0sh] {
 display: flex;
 width: 64px;
 flex-direction: column;
 justify-content: center;
 align-items: center;
}

.k-input[b-sh2hppq0sh],
[b-sh2hppq0sh] .k-input{
 background-color: inherit !important;
}
/* /Pages/MonthView.razor.rz.scp.css */
.monthView[b-8tahs9lllz],
[b-8tahs9lllz] .monthView {
    /*min-height: 70px;*/
    /*width: 98%;*/
    /*border: 1px solid rgba(0, 0, 0, 0.2);*/
    border: 1px solid rgba(0, 0, 0, 0.2);
    /*border-radius: 4px;*/
    vertical-align: middle;
    background-color: #f2f2f2;
    /*padding: 15px;*/
    margin-left: 5px;
    margin-right:5px;
   
}

.monthHeaderContent[b-8tahs9lllz],
[b-8tahs9lllz] .monthHeaderContent{
    margin-top: 5px;
}

.monthViewHeader[b-8tahs9lllz],
[b-8tahs9lllz] .monthViewHeader {
    /*min-height: 70px;*/
    /*width: 98%;*/
    /*border: 1px solid rgba(0, 0, 0, 0.2);*/
    /*border: 1px solid rgba(0, 0, 0, 0.2);*/
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    /*border-radius: 4px;*/
    vertical-align: middle;
    background-color: #f2f2f2;
    /*padding: 15px;*/
    margin-left: 5px;
    margin-right: 5px;
}

.large-icons .k-icon[b-8tahs9lllz],
[b-8tahs9lllz] .large-icons .k-icon {
    font-size: 35px;
    text-align: left !important;
}

@media only screen and (max-width: 400px) {
    .monthView[b-8tahs9lllz],
    [b-8tahs9lllz] .monthView {
        height: 70px;
        width: 350px;
        background-color: #fff;
        margin-bottom: 10px;
        border: 1px solid rgba(0, 0, 0, 0.2);
        border-radius: 4px;
        vertical-align: middle;
        background-color: #f2f2f2;
        padding: 15px;
    }
}

.bottom-text[b-8tahs9lllz] {
    position: absolute;
    bottom: 0;
    text-align: center;
    font-size: 18px;
}

.mode-button-wrap[b-8tahs9lllz] {
    display: flex;
    width: 64px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.k-input[b-8tahs9lllz],
[b-8tahs9lllz] .k-input {
    background-color: inherit !important;
}
/* /Pages/Tenants.razor.rz.scp.css */

.add-tenant[b-rke83s5lcm],
[b-rke83s5lcm] .add-tenant {
    height: auto;
    min-height: 146px;
    width: 500px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    vertical-align: middle;
    background-color: #f2f2f2;
    padding: 15px;
}

.large-icons .k-icon[b-rke83s5lcm],
[b-rke83s5lcm] .large-icons .k-icon {
    font-size: 35px;
    text-align: left !important;
}

h3[b-rke83s5lcm] {
    text-align: center;
}

@media only screen and (max-width: 400px) {
    .add-tenant[b-rke83s5lcm],
    [b-rke83s5lcm] .add-tenant {
        height: 215px;
        width: 350px;
        background-color: #fff;
        margin-bottom: 10px;
        border: 1px solid rgba(0, 0, 0, 0.2);
        border-radius: 4px;
        vertical-align: middle;
        background-color: #f2f2f2;
        padding: 15px;
    }
}

.bottom-text[b-rke83s5lcm] {
    position: absolute;
    bottom: 0;
    text-align: center;
    font-size: 18px;
}

.tenant-button-wrap[b-rke83s5lcm] {
    display: flex;
    width: 64px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.k-input[b-rke83s5lcm],
[b-rke83s5lcm] .k-input {
    background-color: inherit !important;
}
/* /Pages/WatchdogConfig.razor.rz.scp.css */

.add-mode[b-mctk182gyd],
[b-mctk182gyd] .add-mode {
  height: auto;
  min-height: 146px;
  width: 500px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  vertical-align: middle;
  background-color: #f2f2f2;
  padding: 15px;
}

.large-icons .k-icon[b-mctk182gyd],
[b-mctk182gyd] .large-icons .k-icon {
  font-size: 35px;
  text-align: left !important;
}

h3[b-mctk182gyd] {
  text-align: center;
}

@media only screen and (max-width: 400px) {
  .add-mode[b-mctk182gyd],
  [b-mctk182gyd] .add-mode {
    height: 215px;
    width: 350px;
    background-color: #fff;
    margin-bottom: 10px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    vertical-align: middle;
    background-color: #f2f2f2;
    padding: 15px;
  }
}

.bottom-text[b-mctk182gyd] {
  position: absolute;
  bottom: 0;
  text-align: center;
  font-size: 18px;
}

.mode-button-wrap[b-mctk182gyd] {
  display: flex;
  width: 64px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.k-input[b-mctk182gyd],
[b-mctk182gyd] .k-input {
  background-color: inherit !important;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-h9juoxaj1x] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-h9juoxaj1x] {
    flex: 1;
}

a[b-h9juoxaj1x] {
 text-decoration: none;
}

hr[b-h9juoxaj1x] {
 margin: 0px 0px;
}



.separator[b-h9juoxaj1x] {
 margin: 0px 0px;
}

.parent-item[b-h9juoxaj1x] {
 color: #000000;
 background-color: #cccccc;
}

 .parent-item:hover[b-h9juoxaj1x], .k-drawer-item.k-state-hover[b-h9juoxaj1x] {
  color: #000000;
  background-color: #cccccc;
 }

.drawer-container[b-h9juoxaj1x] {
 margin-left: 48px;
}

.k-icon[b-h9juoxaj1x], [b-h9juoxaj1x] .k-i-calendar {
 
}

.k-drawer-left .k-drawer[b-h9juoxaj1x], [b-h9juoxaj1x] .k-drawer {
 top: 67px !important;
}

.k-drawer-container[b-h9juoxaj1x] {
 position: relative;
 width: 100%;
}

 .k-drawer-container .k-drawer-items .k-icon + .k-item-text[b-h9juoxaj1x] {
  padding-left: 1rem;
  padding-right: 1rem;
 }

  .top-row[b-h9juoxaj1x] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-h9juoxaj1x]  a, .top-row[b-h9juoxaj1x]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-h9juoxaj1x]  a:hover, .top-row[b-h9juoxaj1x]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-h9juoxaj1x]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-h9juoxaj1x] {
        display: none;
    }

    .top-row.auth[b-h9juoxaj1x] {
        justify-content: space-between;
    }

    .top-row[b-h9juoxaj1x]  a, .top-row[b-h9juoxaj1x]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-h9juoxaj1x] {
        flex-direction: row;
    }

    .sidebar[b-h9juoxaj1x] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-h9juoxaj1x] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-h9juoxaj1x]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-h9juoxaj1x], article[b-h9juoxaj1x] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-vslhstx56v] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-vslhstx56v] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-vslhstx56v] {
    font-size: 1.1rem;
}

.oi[b-vslhstx56v] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-vslhstx56v] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-vslhstx56v] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-vslhstx56v] {
        padding-bottom: 1rem;
    }

    .nav-item[b-vslhstx56v]  a {
/*        color: #d7d7d7;
*/        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-vslhstx56v]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-vslhstx56v]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-vslhstx56v] {
        display: none;
    }

    .collapse[b-vslhstx56v] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
