@import '_content/BlazorStrap/BlazorStrap.bundle.scp.css';

/* /Pages/DocumentDetail.razor.rz.scp.css */
/* /Pages/EquipmentDetail.razor.rz.scp.css */
/*.ring {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 150px;
    height: 150px;
    background: transparent;
    border: 3px solid rgba( 255, 205, 17, 1 );
    border-radius: 50%;
    text-align: center;
    line-height: 150px;
    font-family: sans-serif;
    font-size: 20px;
    color: rgba( 255, 205, 17, 1 );
    letter-spacing: 4px;
    text-transform: uppercase;
    text-shadow: 0 0 10px #fff000;
    box-shadow: 0 0 20px rgba(0,0,0,.5);
}

    .ring:before {
        content: '';
        position: absolute;
        top: -3px;
        left: -3px;
        width: 100%;
        height: 100%;
        border: 3px solid transparent;
        border-top: 3px solid rgba( 255, 205, 17, 1 );
        ;
        border-right: 3px solid rgba( 255, 205, 17, 1 );
        ;
        border-radius: 50%;
        animation: animateC 2s linear infinite;
    }

.span1 {
    display: block;
    position: absolute;
    top: calc(50% - 2px);
    left: 50%;
    width: 50%;
    height: 4px;
    background: transparent;
    transform-origin: left;
    animation: animate 2s linear infinite;
}

    .span1:before {
        content: '';
        position: absolute;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        background: rgba( 255, 205, 17, 1 );
        ;
        top: -6px;
        right: -8px;
        box-shadow: 0 0 20px rgba( 255, 205, 17, 1 );
        ;
    }

@keyframes animateC {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate {
    0% {
        transform: rotate(45deg);
    }

    100% {
        transform: rotate(405deg);
    }*/
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-ivbmrf881g] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-ivbmrf881g] {
    flex: 1;
}

.sidebar[b-ivbmrf881g] {
    background-image: linear-gradient(180deg,rgb(42,42,42) 0%, rgb(0,0,0) 245%);
}

.top-row[b-ivbmrf881g] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-ivbmrf881g]  a, .top-row[b-ivbmrf881g]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-ivbmrf881g]  a:hover, .top-row[b-ivbmrf881g]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-ivbmrf881g]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-ivbmrf881g] {
        display: none;
    }

    .top-row.auth[b-ivbmrf881g] {
        justify-content: space-between;
    }

    .top-row[b-ivbmrf881g]  a, .top-row[b-ivbmrf881g]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-ivbmrf881g] {
        flex-direction: row;
    }

    .sidebar[b-ivbmrf881g] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-ivbmrf881g] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-ivbmrf881g]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-ivbmrf881g], article[b-ivbmrf881g] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-8d0bhz9bww] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-8d0bhz9bww] {
    height: 3.5rem;
   
}

.navbar-brand[b-8d0bhz9bww] {
    font-size: 1.1rem;
}

.oi[b-8d0bhz9bww] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-8d0bhz9bww] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-8d0bhz9bww] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-8d0bhz9bww] {
        padding-bottom: 1rem;
    }

    .nav-item[b-8d0bhz9bww]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-8d0bhz9bww]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-8d0bhz9bww]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-8d0bhz9bww] {
        display: none;
    }

    .collapse[b-8d0bhz9bww] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
