html, body, #app {
    height: 100vh;
    max-height: 100vh;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.mdc-top-app-bar--fixed-adjust {
    height: calc(100vh - 2.4rem);
    max-height: calc(100vh - 2.4rem);
    overflow-y: auto;
}
h1:focus {
    outline: none;
}

a, .btn-link {
    color: #0071c1;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.content {
    padding-top: 1.1rem;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.loading-progress {
    position: relative;
    display: block;
    width: 8rem;
    height: 8rem;
    margin: 20vh auto 1rem auto;
}

    .loading-progress circle {
        fill: none;
        stroke: #e0e0e0;
        stroke-width: 0.6rem;
        transform-origin: 50% 50%;
        transform: rotate(-90deg);
    }

        .loading-progress circle:last-child {
            stroke: #1b6ec2;
            stroke-dasharray: calc(3.141 * var(--blazor-load-percentage, 0%) * 0.8), 500%;
            transition: stroke-dasharray 0.05s ease-in-out;
        }

.loading-progress-text {
    position: absolute;
    text-align: center;
    font-weight: bold;
    inset: calc(20vh + 3.25rem) 0 auto 0.2rem;
}

    .loading-progress-text:after {
        content: var(--blazor-load-percentage-text, "Loading");
    }

code {
    color: #c02d76;
}

.margin-10 {
    margin-left: 10px;
}

.example-fill-remaining-space {
    /* This fills the remaining space, by using flexbox.
                 Every toolbar row uses a flexbox row layout. */
    flex: 1 1 auto;
}

.example-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #eee;
}

$mat-card-header-size: 40px !default;

.avatar {
    height: $mat-card-header-size;
    width: $mat-card-header-size;
    border-radius: 50%;
    flex-shrink: 0;
    // Makes `<img>` tags behave like `background-size: cover`. Not supported // in IE, but we're using it as a progressive enhancement. object-fit: cover;
}

.avatar-title {
    margin: 10px;
}

.d-align {
    display: flex;
    justify-content: center;
}

.home-container {
    height: 90%;
}

.mdc-top-app-bar {
    background-color: #3f51b5 !important;
    flex-direction: row !important;
    align-items: center !important;
    white-space: nowrap !important;
    font-size: 20px;
    font-weight: 550;
    height: 63px !important;
    color: #fff;
    display: flex;
    padding: 0px 16px !important;
}

.mat-h2 {
    font: 550 18px / 32px Roboto, sans-serif;
    letter-spacing: .0125em;
    margin: 0 10px 16px;
}

.content-container {
    font: 400 14px / 20px Roboto, sans-serif;
    letter-spacing: .0178571429em;
    margin-left: 10px;
}

.logo {
    vertical-align: middle;
    width: 100px !important;
    top: -5px;
    position: relative;
    left: -20px;
}

.mat-button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    min-width: 64px;
    border: none;
    outline: none;
    line-height: inherit;
    user-select: none;
    -webkit-appearance: none;
    overflow: visible;
    vertical-align: middle;
    background: rgba(0, 0, 0, 0);
    color: #3f51b5;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    line-height: 36px;
    font-weight: 550;
    letter-spacing: 0.0892857143em;
    text-decoration: none;
    text-transform: none
}

.mdc-drawer--modal.mdc-drawer--open {
    top: 0px !important;
    width: 185px !important;
}

.mdc-list-item {
    font-weight: 400 !important;
    font-size: 16px !important;
    color: rgba(0, 0, 0, 0.2);
}

.mdc-list-item__text, .mdc-list-item {
    color: #000 !important;
}

.mdc-list-item--disabled {
    color: gainsboro !important;
}

    .mdc-list-item--disabled .mdc-checkbox__background {
        border-color: gainsboro !important;
    }

.mdc-button--raised {
    color: #000 !important;
    background-color: #fff !important;
}

.mat-mdc-raised-button {
    box-shadow: none;
}

.mdc-button--raised:disabled {
    cursor: default;
    pointer-events: none;
    color: rgba(0, 0, 0, 0.38) !important;
    background-color: rgba(0, 0, 0, 0.12) !important;
}

.mdc-select.mdc-select--filled .mdc-floating-label--float-above {
    max-width: calc(100% / 0.75 - 64px / 0.75);
}

.mdc-select__anchor .mdc-floating-label--float-above {
    transform: translateY(-106%) scale(0.75);
}


.mdc-list-item:hover {
    background: #E5E5E5;
}

.mdc-checkbox__native-control:enabled:checked ~ .mdc-checkbox__background {
    border-color: #ff4081 !important;
    background-color: #ff4081 !important;
}

.height-100 {
    height: 100% !important;
}

.project-container {
    display: flex;
    align-items: flex-start;
    margin-bottom: 8px;
    justify-content: space-between;
}

    .project-container .mat-select {
        padding-left: 8px;
        width: 33%;
        min-width: auto !important;
    }
    .project-container .mdc-menu-surface{
        left:8px !important;
        width:96% !important;
        max-height: 200px !important;
    }

    .mdc-select__anchor, .mat-text-field {
        background-color: #ffff !important;
    }

.project-container .mdc-text-field--filled {
    width: 32%;
    min-width: auto !important;
}

.browser-container {
    height: 276px;
    width: 100%;
}

.tree-container {
    height: 100%;
    overflow: auto;
    width: 100%;
}

.mdc-menu-surface {
    max-height: 200px !important;
}

.mat-autocomplete-list-popup {
    max-height: 200px !important;
}

.rz-splitter-pane {
    overflow-y: auto;
    background-color: #f5f5f5;
}

.reviewer-container {
    display: flex;
    align-items: flex-start;
    margin-top: 8px;
}

.mat-autocomplete-list-wrapper, .mat-autocomplete {
    width: 32% !important;
    min-width: auto !important;
    margin-left: 8px;
}

.mat-tree {
    background-color: #ffff;
    margin-top: 15px;
}

.reviewFlowDetails .mdc-list-item {
    height: 32px !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
}

.mdc-dialog__title::before {
    display: inline !important;
}

.mat-header-cell {
    text-align: left;
    font-weight: bold !important;
    border: none !important;
    font-size: 14px;
    padding: 0px 0px 0px 14px !important;
}

.mdc-table-header-row {
    border-bottom: none !important;
    border-top: 1px solid transparent !important;
    cursor: pointer !important;
}

.mat-mdc-cell {
    cursor: pointer;
    font-size: 14px;
    padding: 0px 0px 0px 14px !important;
}

.mdc-switch__track {
    background-color: #F05F90 !important;
}

.mdc-switch__thumb {
    background-color: #F05F90 !important;
    border-color: #F05F90 !important;
}

.button-container {
    justify-content: space-between;
    display: flex;
    margin-top: 5px;
}

.button-warn {
    background-color: #f44336 !important;
    color: #fff !important;
}

.button-primary {
    background-color: #3f51b5 !important;
    color: #fff !important;
}
.invalid-autocomplete {
    border-bottom: 2px solid red;
    border-radius: 4px;
}
    .invalid-autocomplete .mdc-floating-label {
        color: red !important;
    }
.mat-app-footer {
    width: 100%;
    align-items: center !important;
    bottom: 0;
    display: flex;
    position: absolute;
    height: 35px !important;
    width: 100%;
    font-size: small;
    color: black;
    border-top: 1px solid white;
    justify-content: center;
    width: 100%;
    background-color: #dedede !important;
}
.mat-tab-group {
    overflow-y: scroll !important;
    max-height: 100%;
}
.mat-tab-group-content {
    overflow-y: auto !important;
    height: 750px !important;
}

.loading-indicator {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

    /* Transparent Overlay */
    .loading-indicator:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.3);
    }

.mdc-circular-progress--large {
    width: 100px;
    height: 100px;
}
.mdc-circular-progress__determinate-circle, .mdc-circular-progress__indeterminate-circle-graphic {
    stroke: #ff4081;
}
.mat-accordion .mat-expansion-panel__header {
    flex-basis: 100% !important;
}
[class*="legend"] {
    list-style: none;
    cursor: pointer;
    padding-left: 0;
}

[class*="legend"] li {
    display: block;
    padding: 0 5px;
}

[class*="legend"] li.hidden {
    text-decoration: line-through;
}

[class*="legend"] li span {
    border-radius: 5px;
    display: inline-block;
    height: 10px;
    margin-right: 10px;
    width: 10px;
}
.adsk-icon-documentModels-menu:before {
    content: "m";
}

.adsk-icon-documentModels:before {
    content: "m";
}
.chk_model .mdc-checkbox {
    padding:20px !important;
}
.forgeViewerModel .adsk-viewing-viewer .adsk-button {
    padding: 0px !important;
}
