/* _content/OSC.UI/Components/SystemAssetsComponent.razor.rz.scp.css */


.asset-card-anchor[b-yqjpd4ooyd] {
    box-shadow: #ADC6FF 0 0 0 2px;
    border-radius: 5px;
    transition: box-shadow 0.15s ease-in-out;

}

.asset-property-data-display[b-yqjpd4ooyd] {
    position: relative;
    margin: 0 0 50px 0;
}

.asset-property-all-cards[b-yqjpd4ooyd] {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

    .asset-property-all-cards.hideCard[b-yqjpd4ooyd] {
        display: none;
    }

.asset-property-card[b-yqjpd4ooyd] {
    position: relative;
    /* adequate width for card */
    /* why not using flex? width will be really long if zoom until really small, suggested to give a fix width instead */
    width: 200px;
    box-shadow: none;
    border-radius: 5px;
    background: white;
    margin: 0 30px 30px 0;
    transition: box-shadow 0.15s ease-in-out;
}

    .asset-property-card:hover[b-yqjpd4ooyd] {
        box-shadow: #ADC6FF 0 0 0 2px;
    }

    .asset-property-card.clicked[b-yqjpd4ooyd] {
        box-shadow: #7E9FE9 0 0 0 2px;
    }



.asset-property-card-icon[b-yqjpd4ooyd] {
    display: flex;
    justify-content: center;
    margin: 22px 30px 18px 30px;
    color: #969697;
    transition: color 0.15s ease-in-out;
}

    .asset-property-card:hover .asset-property-card-icon[b-yqjpd4ooyd] {
        color: #605A5A;
    }

    .asset-property-card.clicked .asset-property-card-icon[b-yqjpd4ooyd] {
        color: rgba(0, 0, 0, 0.8);
    }


.asset-property-card-name[b-yqjpd4ooyd] {
    text-align: center;
    margin: 0 20px 30px 20px;
    font-weight: 500;
    color: #4C4E61;
    letter-spacing: 1px;
    word-wrap: break-word;
    text-align: center;
    white-space: initial;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    cursor: default;
}


.asset-property-blank-card[b-yqjpd4ooyd] {
    width: 100%;
    /* make it almonst the same height with ant design table if table got no data */
    height: 222px;
    background: white;
    padding: 50px;
}
/* _content/OSC.UI/Deliverables/OdxBlueprint.razor.rz.scp.css */

.avoid-break[b-0yd2ngx8na], .avoid-break > div[b-0yd2ngx8na] {
    break-inside: avoid;
}

.page-break[b-0yd2ngx8na] {
    page-break-after: always;
}

.imgCenter[b-0yd2ngx8na] {
    display: block;
    margin: 0 auto;
    height: 330px;
    width: 670px;
}

.title[b-0yd2ngx8na] {
    font-size: 19px;
    display: block;
    margin-bottom: -8px;
}

.title-num[b-0yd2ngx8na] {
    width: 2.5rem;
    display: inline-block;
}

.title-num-long[b-0yd2ngx8na] {
    width: 2.5rem;
    display: inline-block;
}

.custom-divider[b-0yd2ngx8na] {
    border-bottom: 1px solid black; /* color and thickness */
    width: 100%;
    clear: both;
}

.show-line hr[b-0yd2ngx8na] {
    color: #d9d9d9;
    border-color: currentColor;
    margin: 30px 0px;
    border-style: solid;
    border-bottom-width: 0;
    border-top-width: 1.2px;
}



/*
 * CSS sample from: https://ironpdf.com/how-to/table-of-contents/#styling-the-table-of-contents
 * Styling based on https://css-tricks.com/a-perfect-table-of-contents-with-html-css/
 *
 * Note: ironpdf-toc is renamed to cust-toc to use our custom styling.
 */

/* control indentation */
:root[b-0yd2ngx8na] {
    --cust-indent-length: 10px;
}

/* Inserted via JS */
#toc-injected-header[b-0yd2ngx8na] {
    display: flex;
    justify-content: space-between;
    font-weight: 600;
    font-size: 19px;
    margin-bottom: 1.5em;
}


/* control page breaks before and after table of contents, not recommend to remove */
#cust-toc[b-0yd2ngx8na] {
    page-break-after: always;
    page-break-before: always;
}

/* remove default styling for unordered lists */
#cust-toc ul[b-0yd2ngx8na] {
    list-style-type: none;
    padding-left: 0;
    max-width: 98.5%;
}

/* fill each list item in available space */
/*
 #ironpdf-toc li { display: flex; }
*/

/* whole title row */
#cust-toc li[b-0yd2ngx8na] {
    text-decoration: none;
    display: grid;
    grid-template-columns: auto max-content;
    align-items: end;
    margin-bottom: 0.5em;
}

/* draw title on left side */
#cust-toc li > .toc-title[b-0yd2ngx8na] {
    position: relative;
    overflow: hidden;
    font-size: 19px;
    font-weight: 600;
}

/* title link display */
#cust-toc li > .toc-title a[b-0yd2ngx8na] {
    text-decoration: none;
    color: #0070c0;
}

/* draw page number on right side */
#cust-toc li .page[b-0yd2ngx8na] {
    min-width: 3ch;
    font-variant-numeric: tabular-nums;
    text-align: right;
}

/* draw dots between title and page */
#cust-toc li > .toc-title[b-0yd2ngx8na]::after {
    padding-inline-start: 0.25ch;
    position: absolute;
    content: " . . . . . . . . . . . . . . . . . . . " 
        ". . . . . . . . . . . . . . . . . . . . . . . " 
        ". . . . . . . . . . . . . . . . . . . . . . . "
        ". . . . . . . . . . . . . . . . . . . . . . . "
        ". . . . . . . . . . . . . . . . . . . . . . . " 
        ". . . . . . . . . . . . . . . . . . . . . . . " 
        ". . . . . . . . . . . . . . . . . . . . . . . ";
    text-align: right;
    visibility: hidden;
}

/* calculate margins based on header level */
#cust-toc ul li.h1[b-0yd2ngx8na] {
    margin-left: calc(var(--cust-indent-length) * 0);
}

#cust-toc ul li.h2[b-0yd2ngx8na] {
    margin-left: calc(var(--cust-indent-length) * 1);
}

#cust-toc ul li.h3[b-0yd2ngx8na] {
    margin-left: calc(var(--cust-indent-length) * 2);
}

#cust-toc ul li.h4[b-0yd2ngx8na] {
    margin-left: calc(var(--cust-indent-length) * 3);
}

#cust-toc ul li.h5[b-0yd2ngx8na] {
    margin-left: calc(var(--cust-indent-length) * 4);
}

#cust-toc ul li.h6[b-0yd2ngx8na] {
    margin-left: calc(var(--cust-indent-length) * 5);
}
/* _content/OSC.UI/Pages/Blueprint/Workshop.razor.rz.scp.css */
.progress-data-display[b-i67s0jzfs1] {
    position: relative;
    margin: 0 0 50px 0;
}

.progress-all-cards[b-i67s0jzfs1] {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.progress-all-cards.hideCard[b-i67s0jzfs1] {
    display: none;
}

.progress-card[b-i67s0jzfs1] {
    position: relative;
    /* adequate width for card */
    /* why not using flex? width will be really long if zoom until really small, suggested to give a fix width instead */
    width: 200px;
    box-shadow: none;
    border-radius: 5px;
    background: white;
    margin: 0 30px 30px 0;
    transition: box-shadow 0.15s ease-in-out;
}

.progress-card:hover[b-i67s0jzfs1] {
    box-shadow: #ADC6FF 0 0 0 2px;
}

.progress-card.clicked[b-i67s0jzfs1] {
    box-shadow: #7E9FE9 0 0 0 2px;
}



.progress-card-icon[b-i67s0jzfs1] {
    display: flex;
    justify-content: center;
    margin: 22px 30px 18px 30px;
    color: #969697;
    transition: color 0.15s ease-in-out;
    font-size: 100px
}

.progress-card:hover .progress-card-icon[b-i67s0jzfs1] {
    color: #605A5A;
}

.progress-card.clicked .progress-card-icon[b-i67s0jzfs1] {
    color: rgba(0, 0, 0, 0.8);
}


.progress-card-name[b-i67s0jzfs1] {
    text-align: center;
    margin: 0 20px 30px 20px;
    font-weight: 500;
    color: #4C4E61;
    letter-spacing: 1px;
    word-wrap: break-word;
    text-align: center;
    white-space: initial;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    cursor: default;
}


.progress-blank-card[b-i67s0jzfs1] {
    width: 100%;
    /* make it almonst the same height with ant design table if table got no data */
    height: 222px;
    background: white;
    padding: 50px;
}
/* _content/OSC.UI/Pages/SystemsList.razor.rz.scp.css */
.system-data-display[b-7dl139oe20] {
    position: relative;
    margin: 0 0 50px 0;
}

.system-all-cards[b-7dl139oe20] {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.system-all-cards.hideCard[b-7dl139oe20] {
    display: none;
}

.system-card[b-7dl139oe20] {
    position: relative;
    /* adequate width for card */
    /* why not using flex? width will be really long if zoom until really small, suggested to give a fix width instead */
    width: 200px;
    box-shadow: none;
    border-radius: 5px;
    background: white;
    margin: 0 30px 30px 0;
    transition: box-shadow 0.15s ease-in-out;
}

.system-card:hover[b-7dl139oe20] {
    box-shadow: #ADC6FF 0 0 0 2px;
}

.system-card.clicked[b-7dl139oe20] {
    box-shadow: #7E9FE9 0 0 0 2px;
}



.system-card-icon[b-7dl139oe20] {
    display: flex;
    justify-content: center;
    margin: 22px 30px 18px 30px;
    color: #969697;
    transition: color 0.15s ease-in-out;

    font-size: 100px
}

.system-card:hover .system-card-icon[b-7dl139oe20] {
    color: #605A5A;
}

.system-card.clicked .system-card-icon[b-7dl139oe20] {
    color: rgba(0, 0, 0, 0.8);
}


.system-card-name[b-7dl139oe20] {
    text-align: center;
    margin: 0 20px 30px 20px;
    font-weight: 500;
    color: #4C4E61;
    letter-spacing: 1px;
    word-wrap: break-word;
    text-align: center;
    white-space: initial;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    cursor: default;
}


.system-blank-card[b-7dl139oe20] {
    width: 100%;
    /* make it almonst the same height with ant design table if table got no data */
    height: 222px;
    background: white;
    padding: 50px;
}
/* _content/OSC.UI/Tracking/Dashboard/DashboardSystem.razor.rz.scp.css */
.system-data-display[b-970iz7gj7h] {
    position: relative;
    margin: 0 0 50px 0;
}

.system-all-cards[b-970iz7gj7h] {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.system-all-cards.hideCard[b-970iz7gj7h] {
    display: none;
}

.system-card[b-970iz7gj7h] {
    position: relative;
    /* adequate width for card */
    /* why not using flex? width will be really long if zoom until really small, suggested to give a fix width instead */
    width: 200px;
    box-shadow: none;
    border-radius: 5px;
    background: white;
    margin: 0 30px 30px 0;
    transition: box-shadow 0.15s ease-in-out;
}

.system-card:hover[b-970iz7gj7h] {
    box-shadow: #ADC6FF 0 0 0 2px;
}

.system-card.clicked[b-970iz7gj7h] {
    box-shadow: #7E9FE9 0 0 0 2px;
}



.system-card-icon[b-970iz7gj7h] {
    display: flex;
    justify-content: center;
    margin: 22px 30px 18px 30px;
    color: #969697;
    transition: color 0.15s ease-in-out;
    font-size: 100px
}

.system-card:hover .system-card-icon[b-970iz7gj7h] {
    color: #605A5A;
}

.system-card.clicked .system-card-icon[b-970iz7gj7h] {
    color: rgba(0, 0, 0, 0.8);
}


.system-card-name[b-970iz7gj7h] {
    text-align: center;
    margin: 0 20px 30px 20px;
    font-weight: 500;
    color: #4C4E61;
    letter-spacing: 1px;
    word-wrap: break-word;
    text-align: center;
    white-space: initial;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    cursor: default;
}


.system-blank-card[b-970iz7gj7h] {
    width: 100%;
    /* make it almonst the same height with ant design table if table got no data */
    height: 222px;
    background: white;
    padding: 50px;
}
/* _content/OSC.UI/Tracking/Forms/SystemSettings/OrganizationHierarchyMain.razor.rz.scp.css */
div[id="tree-switch"][b-9xp2k8kggk] {
    margin-bottom: 10px;
}

div[id="tree-switch"][b-9xp2k8kggk]  div {
    margin-right: 5px;
    justify-content: end;
}
