﻿#preloader, #divError, #loginContainer {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #FFF; /* change if the mask should have another color then white */
    z-index: 99999; /* makes sure it stays on top */
}


#loadingStatus, #errorStatus {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 50%; /* centers the loading animation horizontally one the screen */
    top: 48%; /* centers the loading animation vertically one the screen */
    /*background-image: url("../Images/TPicon.image.png");*/
    z-index: 9999; /* path to your loading animation */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: -50px 0 0 -50px; /* is width and height divided by two */
    text-align: center
}

body {
    font-family: Segoe UI WestEuropean,Segoe UI,-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    margin: 0px;
    padding: 16px;
    padding-top: 0px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 10px;
}

h2 {
    margin: 0px;
}

.ioa_button_searchbox button {
    flex-grow: 0 !important;
}

.ioa_flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
}

label {
    min-height: auto !important;
    margin: 0px !important;
}

.ph-duotone {
    margin-right: 5px;
}

.subtitle {
    font-weight: bold;
    font-size: 16px;
    display: block;
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
}

.content {
    font-size: 14px;
    display: block;
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
    border-radius: 5px;
}

.hidden{
    display:none;
}


.ms-Table {
    font-family: Segoe UI WestEuropean,Segoe UI,-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif;
    -webkit-font-smoothing: antialiased
}

.ioa_button_div {
    display: flex;
    gap: 10px;
}

.ioa_button_div * {
    border-radius: 8px;
}

.ms-Table { 
    display: table;
    width: 100%;
    border-collapse: collapse
}

.ms-Table--fixed {
    table-layout: fixed
}

.ms-Table-row, .ms-Table tr {
    display: table-row;
    line-height: 30px;
    font-weight: 400;
    font-size: 12px;
    color: #333
}

    .ms-Table-row.is-selected, .ms-Table tr.is-selected {
        background-color: #b3d6f2
    }

        .ms-Table-row.is-selected .ms-Table-rowCheck, .ms-Table tr.is-selected .ms-Table-rowCheck {
            background-color: #0078d7
        }

            .ms-Table-row.is-selected .ms-Table-rowCheck:before, .ms-Table tr.is-selected .ms-Table-rowCheck:before {
                display: none
            }

            .ms-Table-row.is-selected .ms-Table-rowCheck:after, .ms-Table tr.is-selected .ms-Table-rowCheck:after {
                content: "\E73A";
                color: #fff
            }

.ms-Table-cell, .ms-Table td, .ms-Table th {
    display: table-cell;
    padding: 0 10px
}

.ms-Table-head, .ms-Table thead th {
    font-weight: 300;
    font-size: 11px;
    color: #666
}

    .ms-Table-head .ms-Table-cell, .ms-Table-head .ms-Table-rowCheck, .ms-Table-head td, .ms-Table-head th, .ms-Table thead .ms-Table-cell, .ms-Table thead .ms-Table-rowCheck, .ms-Table thead td, .ms-Table thead th {
        font-weight: 400;
        text-align: left;
        border-bottom: 1px solid #eaeaea
    }

.ms-Table-rowCheck {
    display: table-cell;
    width: 20px;
    position: relative;
    padding: 0
}

    .ms-Table-rowCheck:after {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-family: FabricMDL2Icons;
        font-style: normal;
        font-weight: 400;
        speak: none;
        content: "\E739";
        color: #a6a6a6;
        font-size: 12px;
        position: absolute;
        left: 4px;
        top: 1px
    }

.ms-Table--selectable .ms-Table-row:hover, .ms-Table--selectable tr:hover {
    background-color: #f4f4f4;
    cursor: pointer;
    outline: 1px solid transparent
}

@media screen and (-ms-high-contrast:active) {
    .ms-Table-row.is-selected .ms-Table-rowCheck {
        background: none
    }

        .ms-Table-row.is-selected .ms-Table-rowCheck:before {
            display: block
        }
}