/* /Components/ControlCentreTicker.razor.rz.scp.css */
.ticker-container[b-cdzxfsorrp]{
    height: 50px;
    overflow: hidden;
    position: relative;
    color: #fff;
}

.ticker-list[b-cdzxfsorrp] {
    position: absolute;
    min-width: 100%;
    height: 100%;
    line-height: 50px;
    white-space: nowrap;
}

    .ticker-list.stopped[b-cdzxfsorrp] {
        animation: none;
    }
    .ticker-list.fast[b-cdzxfsorrp] {
        animation: ticker-move-b-cdzxfsorrp 20s linear infinite;
        transform: translate3d(100%,0,0);
    }
    .ticker-list.medium[b-cdzxfsorrp] {
        animation: ticker-move-b-cdzxfsorrp 40s linear infinite;
        transform: translate3d(100%,0,0);
    }
    .ticker-list.slow[b-cdzxfsorrp] {
        animation: ticker-move-b-cdzxfsorrp 60s linear infinite;
        transform: translate3d(100%,0,0);
    }

    .ticker-list:hover[b-cdzxfsorrp] {
        animation-play-state: paused; /* Pause scroll on mouse hover */
    }
.ticker-item[b-cdzxfsorrp] {
        display: inline-block; /* Lay items in a horizontal line */
        padding: 0 2px;
        font-size: 1.2vw;
        font-weight: bolder;
    }
@keyframes ticker-move-b-cdzxfsorrp {
    0% {
        transform: translate3d(100%,0,0);
    }

    100% {
        transform: translate3d(-100%,0,0);
    }
}
/* /Components/Time.razor.rz.scp.css */
.time[b-hwsnitwr4h] {
    color: white;
    font-size: 1.2vw;
    font-weight: bolder;
    padding-left: 20px;
    padding-right: 20px;
    float: left;
    line-height: 50px;
}
/* /Components/WorkStationGroup.razor.rz.scp.css */
.wsgroup[b-z8rmjot4xj] {
    min-height: 100px;
}
.row.wsgroup[b-z8rmjot4xj]{
    margin:10px;
}


/* /Components/WorkStationState.razor.rz.scp.css */
/* Working method */
.tinted-image[b-2h0paa7khr] {
    width: 3vw;
    height: 3vw;
    text-align: center;
    vertical-align: middle;
    margin: 2px;
    box-shadow: 3px 5px 4px #888888;
    line-height: 3vw;
    font-size: 1vw;
    font-weight: bolder;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.nosignalnopause[b-2h0paa7khr]{
    display:none;
}
.nosignal[b-2h0paa7khr] {
    color: black;
    background-color: rgb(255,0,255);
    border: 1px dotted grey;
}
.selected[b-2h0paa7khr] {
    border: 2px dashed black;
}


/* /Pages/AlarmDashboard.razor.rz.scp.css */
.title[b-8yqtjkocn5] {
    height: 100%;
    text-align: center;
    margin: 0px 5px 0px 5px;
    box-shadow: 3px 5px 4px #888888;
    font-size: 4.5vh;
    font-weight: bolder;
    border-radius: 20px;
    border: 1px solid #ccc;
}
    .title.small[b-8yqtjkocn5] {
        font-size: 4.5vh;
    }
    .title.large[b-8yqtjkocn5] {
        font-size: 7vh;
    }
.heightfull[b-8yqtjkocn5] {
    height: calc(100vh - 1.1rem - 56px);
}
.notbreached[b-8yqtjkocn5] {
    background: linear-gradient(135deg, #cccccc, #cccccc66);
    color: black;
}
.list[b-8yqtjkocn5] {
    display: grid;
    overflow: hidden;
    grid-template-columns: repeat(1, 1fr);   
    grid-auto-rows: 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 5px;
    height:100%;
    
}
.list-item[b-8yqtjkocn5] {
   display: flex;
   margin: 0 0 8px 0px;
}

.list-content1[b-8yqtjkocn5] {
    width: 80%;
    
}
.list-content2[b-8yqtjkocn5] {
    width: 20%;
}
span[b-8yqtjkocn5] {
    align-items: center;
    justify-content: center;
    display: flex;
    height: 100%;
}
/* /Pages/Index.razor.rz.scp.css */
.homepage[b-m6wq6xn2cu]{
   
}
/* /Pages/WorkStationDashboard.razor.rz.scp.css */
/* basic positioning */
.legend[b-6dv50shv2p] {
    list-style: none;
}

    .legend li[b-6dv50shv2p] {
        float: left;
        margin-right: 10px;
        font-size: 1.2vw;
        font-weight: bolder;
        
    }

    .legend span[b-6dv50shv2p] {
        border: 1px solid #ccc;
        float: left;
        width: 2vw;
        height: 2vw;
        margin: 5px;
        border-radius: 4px;
        box-shadow: 3px 5px 4px #888888;
    }
    
.colequalcontainer[b-6dv50shv2p] {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.colequal[b-6dv50shv2p] {
    flex: 1;
    padding: 16px;
}
.pause[b-6dv50shv2p] {
    border: 5px solid black;
    font-size: 1.2vw;
    margin-left: 1vw;
    font-weight: bolder;
    color: black;
    border-radius: 3px;
    box-shadow: 3px 5px 4px #888888;
}
.empty[b-6dv50shv2p]{
    display:none;
}
.pauseHidden[b-6dv50shv2p] {
    visibility: hidden;
}
@keyframes fadeIn-b-6dv50shv2p {
    from {
        opacity: 0.0;
    }
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0.0;
    }
}

.blink[b-6dv50shv2p] {
    animation: fadeIn-b-6dv50shv2p 1000ms infinite alternate;
    -webkit-animation: fadeIn 1000ms infinite alternate;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-5xdxm3fyjq] {
    position: relative;
    /*display: flex;*/
    flex-direction: column;
}

.main[b-5xdxm3fyjq] {
    flex: 1;
}

.sidebar[b-5xdxm3fyjq] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-5xdxm3fyjq] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-5xdxm3fyjq]  a, .top-row .btn-link[b-5xdxm3fyjq] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-5xdxm3fyjq] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-5xdxm3fyjq] {
        display: none;
    }

    .top-row.auth[b-5xdxm3fyjq] {
        justify-content: space-between;
    }

    .top-row a[b-5xdxm3fyjq], .top-row .btn-link[b-5xdxm3fyjq] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-5xdxm3fyjq] {
        flex-direction: row;
    }

    .sidebar[b-5xdxm3fyjq] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-5xdxm3fyjq] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-5xdxm3fyjq] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/Spinner.razor.rz.scp.css */
/* /Shared/WallboardMenu.razor.rz.scp.css */
.oi[b-mzee8hk8fz] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.tunstalllogo[b-mzee8hk8fz] {
    background-color:white;
}

.tunstalllogo img[b-mzee8hk8fz] {
    height: 45px;
}

/* Add a black background color to the top navigation */
.topnav[b-mzee8hk8fz] {
    background-color: #333;
    overflow: hidden;
}
    
    /* Style the links inside the navigation bar */
    .topnav[b-mzee8hk8fz]  a:not(:first-child) {
        float: left;
        display: block;
        color: #f2f2f2;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 17px;
        border: 1px solid #e0e0e0;
    }
        .topnav .tunstalllogo[b-mzee8hk8fz] {
            float:left;
            padding:5px;
        }

        /* Change the color of links on hover */
        .topnav[b-mzee8hk8fz]  a:hover:not(:first-child) {
            background-color: #ddd;
            color: black;
        }

        /* Add an active class to highlight the current page */
    .topnav[b-mzee8hk8fz]  a.active:not(:first-child) {
        background-color: #1C80F0;
        color: white;
    }
        .topnav[b-mzee8hk8fz]  button {
            float: right;
            margin:5px;
        }
    /* Hide the link that should open and close the topnav on small screens */
    .topnav .icon[b-mzee8hk8fz] {
        display: none !important;
    }
    
/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {
    .topnav[b-mzee8hk8fz]  a:not(:first-child) {
        display: none;
    }
    .topnav[b-mzee8hk8fz]  button {
        display: none;
    }
    .topnav a.icon[b-mzee8hk8fz] {
        float: right;
        display: block !important;
    }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
    .topnav.responsive[b-mzee8hk8fz] {
        position: relative;
    }

        .topnav.responsive a.icon[b-mzee8hk8fz] {
            position: absolute;
            right: 0;
            top: 0;
        }

        .topnav.responsive[b-mzee8hk8fz]  a {
            float: none;
            display: block;
            text-align: left;
        }
        .topnav.responsive[b-mzee8hk8fz]  button {
            float: none;
            display: block;
            text-align: left;
        }
}
