@import '_content/Thor.BlazorUI/Thor.BlazorUI.o0qb5oq0vk.bundle.scp.css';

/* /Components/EditDialogs/SelectUserDialog.razor.rz.scp.css */



.tblSelectUser[b-pmo3ff9lfe]
{
    width:100%;
    border-collapse:collapse;
}

.tblSelectUser th[b-pmo3ff9lfe]{
    text-align:left;
}
.tblSelectUser td[b-pmo3ff9lfe]{
    text-align:left;
}

    .tblSelectUser tr:hover[b-pmo3ff9lfe] {
        background-color: var(--thor-control-itemHoverBgColor);
    }

    .tblSelectUser tr:hover:first-child[b-pmo3ff9lfe] {
        background-color:transparent;
    }
/* /Components/Layout/EmptyLayout.razor.rz.scp.css */


.divEmptyLayout[b-n4r2p57e9w]
{    
    width:100vw;
    height:100vh;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-y8y056hpel] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-y8y056hpel] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }



.divThorPageVertical[b-y8y056hpel] {
    width: 100%;
    overflow: hidden;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-dwouzbvbbd],
.components-reconnect-repeated-attempt-visible[b-dwouzbvbbd],
.components-reconnect-failed-visible[b-dwouzbvbbd],
.components-pause-visible[b-dwouzbvbbd],
.components-resume-failed-visible[b-dwouzbvbbd],
.components-rejoining-animation[b-dwouzbvbbd] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-dwouzbvbbd],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-dwouzbvbbd],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-dwouzbvbbd],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-dwouzbvbbd],
#components-reconnect-modal.components-reconnect-retrying[b-dwouzbvbbd],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-dwouzbvbbd],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-dwouzbvbbd],
#components-reconnect-modal.components-reconnect-failed[b-dwouzbvbbd],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-dwouzbvbbd] {
    display: block;
}


#components-reconnect-modal[b-dwouzbvbbd] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-dwouzbvbbd 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-dwouzbvbbd 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-dwouzbvbbd 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-dwouzbvbbd]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-dwouzbvbbd 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-dwouzbvbbd {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-dwouzbvbbd {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-dwouzbvbbd {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-dwouzbvbbd] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-dwouzbvbbd] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-dwouzbvbbd] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-dwouzbvbbd] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-dwouzbvbbd] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-dwouzbvbbd] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-dwouzbvbbd] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-dwouzbvbbd 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-dwouzbvbbd] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-dwouzbvbbd {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */


.divInstruments[b-x26cmh2yx3] {
    width: 100%;
    box-sizing: border-box;
    border-style: solid;
    border-width: 1px;
    border-color: #24262C;
    padding:20px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.divInstrument[b-x26cmh2yx3] {
    border-style: solid;
    border-width: 1px;
    border-color: #505070;
    width: 200px;
    height: 150px;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    display: flex;
    flex-direction: column;
    border-radius: 15px;
    cursor: pointer;
    background-color: #202025;
}

    .divInstrument:hover[b-x26cmh2yx3] {
        border-color: #606080;
        background-color: #252530;
    }

.labInstrumentName[b-x26cmh2yx3]{
    font-size:1.4rem;
    color:lightblue;
    cursor:pointer;
}

.labInstrumentData[b-x26cmh2yx3]{
    font-size:2.5rem;
    margin-top:20px;
    color:greenyellow;
    cursor:pointer;
}
/* /Components/Pages/Login.razor.rz.scp.css */


:root[b-6jyvdt0444] {
    --bg: #14161c;
    --card: #1c2029;
    --text: #e3e6ee;
    --muted: #9aa2b1;
    --border: #fe3442;
    --accent: #4b6cff;
}

*[b-6jyvdt0444] {
    box-sizing: border-box;
    font-family: "Segoe UI", system-ui, sans-serif;
}

body[b-6jyvdt0444] {
    margin: 0;
    height: 100vh;
    background: var(--bg);
    color: var(--text);
}

.login-container[b-6jyvdt0444] {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 13vh; /* ca 1/3 ned */
    
}

.login-card[b-6jyvdt0444] {
    width: 340px;
    padding: 32px;
    background: var(--card);
    border-radius: 12px;
    border: 2px solid #2e3442 !important;
    color:white;
}

    .login-card h1[b-6jyvdt0444] {
        margin: 0 0 24px;
        text-align: center;
        font-size: 22px;
    }

label[b-6jyvdt0444] {
    font-size: 14px;
    color: var(--muted);
}

input[b-6jyvdt0444] {
    width: 100%;
    height: 42px;
    margin: 6px 0 16px;
    padding: 0 12px;
    border-radius: 6px;
    border: 1px solid var(--border);
    background: #11141a;
    color: var(--text);
}

    input:focus[b-6jyvdt0444] {
        outline: none;
        border-color: var(--accent);
    }

button[b-6jyvdt0444] {
    width: 100%;
    height: 44px;
    border: none;
    border-radius: 6px;
    background: var(--accent);
    color: white;
    font-size: 15px;
    cursor: pointer;
}

    button:hover[b-6jyvdt0444] {
        filter: brightness(1.1);
    }

.login-footer[b-6jyvdt0444] {
    margin-top: 16px;
    text-align: center;
}

    .login-footer a[b-6jyvdt0444] {
        color: var(--muted);
        text-decoration: none;
        font-size: 13px;
        cursor:pointer;
    }

        .login-footer a:hover[b-6jyvdt0444] {
            color: var(--text);
        }

.labError[b-6jyvdt0444]{
    color:red;
}
/* /Components/Views/PropertyRelationListView.razor.rz.scp.css */


.divPropertyUserRelationList[b-ytzqm0j6d9] {
    border: 1px solid var(--thor-control-borderColor);
    width: 100%;
    min-height: 200px;
    max-height: 350px;
    box-sizing: border-box;
    border-radius: 10px;
    overflow-y: auto;
    
    /* ❌ fjern disse */
    /* display: flex; */
    /* flex-direction: row; */
}



.tblPropertyUserRelationList[b-ytzqm0j6d9]{
    width:100%;
    border-collapse:collapse;
    border-radius:10px;
    max-height:20px;
    border-style:solid;
    border-width:0px;

}

    .tblPropertyUserRelationList th[b-ytzqm0j6d9] {
        position: sticky;
        top: 0;
        z-index: 10;
        text-align: left;
        background-color: #1e2633;
        color: #ffffff;
        padding: 8px 10px;
        border-bottom: 2px solid var(--thor-control-borderColorFocus); /* accent */
        font-weight: 600;
        
    }

    .tblPropertyUserRelationList td[b-ytzqm0j6d9]{
        padding-left:5px; 
        
    }

    .tblPropertyUserRelationList tr:hover[b-ytzqm0j6d9] {
        background-color: var(--thor-control-itemColorHover);
    }

    .cmdAddRelation[b-ytzqm0j6d9] {
        width: 24px;
        height: 24px;
        padding: 0px;
    }

.cboPropetyUserRelation[b-ytzqm0j6d9] {
    padding: 2px;
    padding-left: 5px;
    height: 30px;
    margin: 0px;
    border-width: 0px;
    background-color: transparent;
}
    .cboPropetyUserRelation option[b-ytzqm0j6d9] {
        background-color: #1e2633; /* dropdown-listen */
        color: #ffffff;
    }

.cmdDeleteMini[b-ytzqm0j6d9]{
    all:unset;
}


.labPropertyUserName[b-ytzqm0j6d9] {
    display: inline-block; /* ← nøkkelen */    
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* /Components/Views/UserListItemView.razor.rz.scp.css */



.divUserListItem[b-tgnngsss5z] {
    background-color: var(--thor-control-backgroundColor);
    border-width: 1px;
    border-style: solid;
    border-color: var(--thor-control-borderColor);
    border-radius: 10px;
    padding: 10px;
    display: flex;
    flex-direction: row;
    height: 60px;
    gap: 20px;
    margin-bottom: 10px;    
}

    .divUserListItem:hover[b-tgnngsss5z] {
        border-color: var(--thor-control-borderColorFocus);
    }


   


.tblUserListItem[b-tgnngsss5z]{
    width:100%;
}

.tblUserListItem tr[b-tgnngsss5z]{
    height:60px;
}


.labEditUserSymol[b-tgnngsss5z] {
    visibility:hidden;
    font-size:1.3rem;
    cursor:pointer;    
}

.divUserListItem:hover .labEditUserSymol[b-tgnngsss5z] {
    visibility:visible;
}
