@import '_content/Havit.Blazor.Components.Web.Bootstrap/Havit.Blazor.Components.Web.Bootstrap.tw2xma3vzh.bundle.scp.css';
@import '_content/Supercode.Blazor.BreadcrumbNavigation/Supercode.Blazor.BreadcrumbNavigation.bundle.scp.css';

/* /Components/AlarmDetailsModal.razor.rz.scp.css */
label[b-r28a51i2gh] {
    margin-top: 10px;
}

.col[b-r28a51i2gh] {
    width: 50% !important;
}

.alarm-detail-container[b-r28a51i2gh] {
    width: 100% !important;
    background-color: rgb(233,236,239) !important;
    text-align: left !important;
}

.alarm-detail-text[b-r28a51i2gh] {
    vertical-align: middle;
    line-height: 1.5;
    font-size: 1rem;
    font-weight: 400;
    color: rgb(33, 37, 41);
}
/* /Components/RemoteSupportSessionsGrid.razor.rz.scp.css */
.grid-button[b-qiq5x3ilfh] {
    cursor: pointer;
}
/* /Components/SmallSpinner.razor.rz.scp.css */
div[b-ykccaqdoi6] {
    margin: 0 0.5rem 0.2rem 0.5rem;
}
/* /Components/UpdateAvailableDetector.razor.rz.scp.css */
.floating-update-button[b-mq2ymv513z] {
    position: fixed;
    right: 2rem;
    bottom: 2rem;
    padding: 1rem 1.5rem;
    animation: fadein-b-mq2ymv513z 2s ease-out;
}

@keyframes fadein-b-mq2ymv513z {
    from {
        right: -100%;
    }

    to {
        right: 2rem;
    }
}
/* /Pages/AcceptedInvitation.razor.rz.scp.css */
h1[b-whcat950m9] {
    text-align: center;
    margin-top: 2rem;
}

.content[b-whcat950m9] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

@media (max-width: 641px) {
    .content[b-whcat950m9] {
        align-items: flex-start;
    }
}

.top-row[b-whcat950m9] {
    background-color: black;
}

#logo[b-whcat950m9] {
    height: 3rem;
}

/* /Pages/ControlSystems/Configurations/Configurations.razor.rz.scp.css */
.section-label[b-85v6123jsv] {
    font-weight: bold;
    margin-bottom: 0.2rem;
}
/* /Pages/ControlSystems/Configurations/OperatorSettings.razor.rz.scp.css */
.section-label[b-2td1umq1ua] {
    font-weight: bold;
    margin-bottom: 0.2rem;
}
/* /Pages/Metadata/Tools/Index.razor.rz.scp.css */

div.card[b-82k50ctgbz] {
    max-width: 80%;
}

div.alert[b-82k50ctgbz] {
    max-width: 80%;
}

table img[b-82k50ctgbz] {
    width: 150px;
}
/* /Pages/RemoteSupport/ActiveSessions.razor.rz.scp.css */
.header[b-mt8civnsm9] {
    font-weight: bold;
    padding-bottom: 6px;
    margin-bottom: 1rem;
    border-bottom: 1px solid #333;
}

.session[b-mt8civnsm9] {
    background-color: #eee;
    padding: 8px;
}

.members[b-mt8civnsm9] {
    border: 1px solid #ddd;
    padding: 8px;
}
/* /Pages/RemoteSupport/Components/SessionMessaging.razor.rz.scp.css */
.message-list[b-hltq9bj50d] {
    max-height: 1000px;
    border-radius: 5px;
    border: solid 1px #ccc;
    padding-top: 0.6rem;
    overflow-y: auto;
    overflow-x: clip;
}

.received[b-hltq9bj50d], .sent[b-hltq9bj50d], .status[b-hltq9bj50d], .event[b-hltq9bj50d] {
    position: relative;
    border-radius: 0.6rem;
    padding: 0.6rem;
    margin-bottom: 0.5rem;
}

.sent[b-hltq9bj50d] {
    background: #03a9f4;
    color: #fff;
    margin-left: 10%;
    top: 50%;
    text-align: right;
}

.received[b-hltq9bj50d] {
    background: #4CAF50;
    color: #fff;
    margin-left: 10px;
    margin-right: 10%;
}

.status[b-hltq9bj50d] {
    background: #999;
    color: #fff;
}

.event[b-hltq9bj50d] {
    background: #0f0;
    color: #000;
}
/* /Shared/LoginDisplay.razor.rz.scp.css */
/*::deep .profile-toggle {
    padding-right: 4rem;
    margin-right: 4rem;
}*/

.profile-icon[b-pr4vf7uycs] {
    font-size: 1.2rem;
    line-height: 1.2rem;
}

.profile-info .profile-content[b-pr4vf7uycs] {
    margin-top: 0.5rem;
    padding: 0.8rem;
    line-height: 1.6rem;
    font-size: 0.9rem;
    white-space: nowrap;
}
    .profile-info .profile-content .name[b-pr4vf7uycs] {
        font-weight: bold;
        font-size: 1.2rem;
    }

    .profile-info .profile-content .email[b-pr4vf7uycs] {
    }

    .profile-info .profile-content .roles[b-pr4vf7uycs] {
        margin-top: 0.5rem;
    }
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-womevykwx3] {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #f2f2f2;
}

main[b-womevykwx3] {
    flex: 1;
}

.sidebar[b-womevykwx3] {
    background-color: #333;
}

.top-row[b-womevykwx3] {
    background-color: #ffd300;
    border-bottom: 1px solid #d6d5d5;
    height: 3.0rem;
    display: flex;
    align-items: center;
}

    .top-row .breadcrumb-container[b-womevykwx3] {
        flex: 2;
    }

    .top-row .login-container[b-womevykwx3] {
        flex: 1;
        text-align: end;
    }

    .top-row[b-womevykwx3]  a, .top-row[b-womevykwx3]  .btn-link {
        white-space: nowrap;
        text-decoration: none;
    }

        .top-row[b-womevykwx3]  a:hover, .top-row[b-womevykwx3]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-womevykwx3]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

.version[b-womevykwx3] {
    font-size: 0.8rem;
    color: #999;
    position: fixed;
    bottom: 0;
    margin: 0 0 0.5rem 0.5rem;
}

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-womevykwx3] {
        display: none;
    }

    .top-row.auth[b-womevykwx3] {
        justify-content: space-between;
    }

    .top-row[b-womevykwx3]  a, .top-row[b-womevykwx3]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-womevykwx3] {
        flex-direction: row;
    }

    .sidebar[b-womevykwx3] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-womevykwx3] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-womevykwx3]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-womevykwx3], article[b-womevykwx3] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

.blink[b-womevykwx3] {
    animation: blinker-b-womevykwx3 2s linear infinite;
}

@keyframes blinker-b-womevykwx3 {
    50% {
        opacity: 0;
    }
}
/* /Shared/Sidebar.razor.rz.scp.css */
