@import '_content/ArchestrA.Apps.AlarmApp/ArchestrA.Apps.AlarmApp.bundle.scp.css';
@import '_content/ArchestrA.Apps.WebBrowserApp/ArchestrA.Apps.WebBrowserApp.bundle.scp.css';
@import '_content/ArchestrA.Visualization.MapApp/ArchestrA.Visualization.MapApp.bundle.scp.css';
@import '_content/ArchestrA.Apps.HistoricalTrendApp/ArchestrA.Apps.HistoricalTrendApp.bundle.scp.css';
@import '_content/ArchestrA.Web.CommonComponents/ArchestrA.Web.CommonComponents.bundle.scp.css';
@import '_content/ArchestrA.Web.LayoutRuntime/ArchestrA.Web.LayoutRuntime.bundle.scp.css';
@import '_content/ArchestrA.Graphics.WebGraphicHost/ArchestrA.Graphics.WebGraphicHost.bundle.scp.css';

/* /HeaderPanel/ActivePageSetting.razor.rz.scp.css */
.mat-button-wrapper[b-v8talyqzns] {
    padding: 6px 0 !important;
    line-height: 24px !important;
}

.home-screens[b-v8talyqzns] {
    padding-right: 7px;
    vertical-align: middle;
    width: 24px;
    height: 24px;
}

.screen-name[b-v8talyqzns] {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.selected-value[b-v8talyqzns] {
    font-family: Roboto,Helvetica Neue,sans-serif;
    font-size: 16px;
    font-weight: 500
}

.mat-menu-content[b-v8talyqzns] {
    width: 100%;
    height: 48px;
    flex-direction: row;
    display: flex;
    box-sizing: border-box;
}

.menu-item[b-v8talyqzns] {
    font-family: Roboto,Helvetica Neue,sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin: auto;
}

.menu-item-svg[b-v8talyqzns] {
    margin: auto 7px;
}

.mat-menu-content:hover[b-v8talyqzns] {
    background-color: rgba(77,94, 224, 0.08) !important;
}

.drp-items[b-v8talyqzns] {
    height: 18px;
    width: 18px;
    vertical-align: middle;
}

.profile-resolution[b-v8talyqzns] {
    padding-left: 9px !important;
}
/* /HeaderPanel/WebSiteHeader.razor.rz.scp.css */
.page[b-xfgy9ohsxc] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-xfgy9ohsxc] {
    flex: 1;
}

.sidebar[b-xfgy9ohsxc] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-xfgy9ohsxc] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-xfgy9ohsxc]  a, .top-row[b-xfgy9ohsxc]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-xfgy9ohsxc]  a:hover, .top-row[b-xfgy9ohsxc]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-xfgy9ohsxc]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-xfgy9ohsxc] {
        display: none;
    }

    .top-row.auth[b-xfgy9ohsxc] {
        justify-content: space-between;
    }

    .top-row[b-xfgy9ohsxc]  a, .top-row[b-xfgy9ohsxc]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-xfgy9ohsxc] {
        flex-direction: row;
    }

    .sidebar[b-xfgy9ohsxc] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-xfgy9ohsxc] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-xfgy9ohsxc]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-xfgy9ohsxc], article[b-xfgy9ohsxc] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Pages/Index.razor.rz.scp.css */


.app-container[b-slclknpc5b] {
    height: calc(100% - 128px);
    overflow-y: auto;
    padding-left: 15px;
}

.header[b-slclknpc5b] {
    background-color: #ffffff !important;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    box-sizing: border-box;
    flex-shrink: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
    max-height: 64px;
    z-index: 3;
    color: navy;
    box-shadow: 0px 2px 2px 0px rgb(0 0 0 / 14%), 0px 3px 1px -2px rgb(0 0 0 / 20%), 0px 1px 5px 0px rgb(0 0 0 / 12%);
}


.mat-card[b-slclknpc5b] {
    width: 344px;
    height: 228px;
    margin: 16px 0px 0px 16px;
    float: left;
    background-color: lightgray;
    padding: 0px;
    transition: background-color;
}

mat-card:hover[b-slclknpc5b] {
    background-color: #e5e5e5;
}

.card-click[b-slclknpc5b] {
    background-color: #e0e2f3 !important;
}

mat-card-title[b-slclknpc5b] {
    width: 312px;
    height: 36px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0px !important;
    line-height: 36px;
}

.mat-card-actions[b-slclknpc5b] {
    padding: 0px;
    margin-left: 0px;
    margin-bottom: 0px !important;
    position: absolute;
    bottom: 0px;
}

.thumbnail[b-slclknpc5b] {
    width: 344px;
    height: 192px;
    margin: 0px;
    background-color: #f3f4f5;
}

.windowViewer-btn[b-slclknpc5b] {
    width: 80px;
    height: 80px;
    position: relative;
    top: 40px;
    opacity: 0.3;
    left: 100px;
    background: url('../assets/icon64.png');
    z-index: 3;
    border: none;
    background-repeat: no-repeat;
}

    .windowViewer-btn:hover[b-slclknpc5b] {
        background-color: black;
        background: url('../assets/AVEVA_AppIcon_OperationsManagementInterface.svg');
        opacity: 1.0;
    }

.windowViewer-svg[b-slclknpc5b] {
    background: url('../assets/AVEVA_AppIcon_OperationsManagementInterface.svg');
    width: 48px;
    height: 48px;
    position: absolute;
    top: 72px;
    left: 148px;
}

button[b-slclknpc5b] {
    cursor: pointer;
}

.command[b-slclknpc5b] {
    width: 300px;
    height: 162px;
    position: relative;
    top: 5px;
    left: 21px;
    z-index: 2;
    opacity: 1.0;
    background-color: #000;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 248px 208px;
    background: url('./assets/thumbnailone.png');
}

.command-mouseover[b-slclknpc5b] {
    z-index: 2;
    display: block;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

.command-mouseout[b-slclknpc5b] {
    z-index: -1;
    display: none;
}

.command-btn[b-slclknpc5b] {
    width: 36px;
    height: 36px;
    position: absolute;
    right: 8px;
    cursor: pointer;
    z-index: 3;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}
/* /Pages/ViewAppHost.razor.rz.scp.css */
/*excluding the login bar height i.e. 56px*/
/*.app-container {
    height:calc(100% - 56px);
}*/
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-fk6a156x7m] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-fk6a156x7m] {
    flex: 1;
}

.sidebar[b-fk6a156x7m] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-fk6a156x7m] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-fk6a156x7m]  a, .top-row[b-fk6a156x7m]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-fk6a156x7m]  a:hover, .top-row[b-fk6a156x7m]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-fk6a156x7m]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-fk6a156x7m] {
        display: none;
    }

    .top-row.auth[b-fk6a156x7m] {
        justify-content: space-between;
    }

    .top-row[b-fk6a156x7m]  a, .top-row[b-fk6a156x7m]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-fk6a156x7m] {
        flex-direction: row;
    }

    .sidebar[b-fk6a156x7m] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-fk6a156x7m] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-fk6a156x7m]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-fk6a156x7m], article[b-fk6a156x7m] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
