/* _content/LOGSFDI/Pages/Index.razor.rz.scp.css */
.canvas-ifc[b-gvmcflzv1a] {
    overflow: hidden;
    position: fixed;
    top: 3.5rem;
    left: 0;
    height: calc(100vh - 3.5rem) !important;
    width: 100vw !important;
    z-index: 1;
}

.li-fileinfo[b-gvmcflzv1a] {
    border: 1px solid gainsboro;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: stretch;
    padding: 1px 8px;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.123s ease-out;
    margin: 5px 0px;
    background: linear-gradient(45deg, whitesmoke, white);
    box-shadow: 0px 5px 5px darkgrey;
}

    .li-fileinfo:hover[b-gvmcflzv1a] {
        color: white;
        font-weight: bold;
        transform: scale(1.005);
        background: lightsalmon;
        border: unset;
    }

.li-fileinfo-selected[b-gvmcflzv1a] {
    background: #CE003B;
    color: white;
    font-weight: bold;
    border: unset;
}

.list-wrapper[b-gvmcflzv1a] {
    overflow-y: auto;
    overflow-x: hidden;
    padding: 1rem;
}

.ul-fileInfo[b-gvmcflzv1a] {
    width: 100%;
}

.filter-wrapper[b-gvmcflzv1a] {
    display: flex;
    justify-content: center;
    align-items: baseline;
    padding: 1rem;
    font-weight: bold;
    padding-bottom: 0;
}

input[b-gvmcflzv1a] {
    border: unset;
    border-bottom: 1px solid gainsboro;
    width: 75%;
}

.attributes-wrapper[b-gvmcflzv1a] {
    padding: 15px 0px;
    max-height: 85vh;
    overflow: auto;
    padding-right: 15px;
}
.fade-up[b-gvmcflzv1a] {
    animation: fade-up-b-gvmcflzv1a 0.358s ease-in;
}


@keyframes fade-up-b-gvmcflzv1a {
    0% {
      padding-top:30px;
      opacity:0;
    }

    100% {
        padding-top: 15px;
        opacity: 1;
    }
}


.attribute-header[b-gvmcflzv1a] {
    background: dimgray;
    height: 50px;
    color: white;
    display: flex;
    align-items: center;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 5px 5px 0px 0px;
    border: 1px solid gainsboro;
}

.ifc-viewer-wrapper[b-gvmcflzv1a] {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.canvas-animated[b-gvmcflzv1a] {
    background: linear-gradient(0deg, lightsalmon, whitesmoke, lightsalmon);
    -moz-animation: -moz-background-animate 5s ease infinite;
    -o-animation: background-animate 5s ease infinite;
    -webkit-animation: -webkit-background-animate 5s ease infinite;
    animation: background-animate-b-gvmcflzv1a 5s ease infinite;
    background-size: 100% 200%;
}

.canvas-non-animated[b-gvmcflzv1a] {
    /*left: -7% !important;*/
}

@keyframes background-animate-b-gvmcflzv1a {
    0% {
        background-position: 10% 0%
    }

    50% {
        background-position: 91% 100%
    }

    100% {
        background-position: 10% 0%
    }
}

@-moz-keyframes -moz-background-animate {
    0% {
        background-position: 10% 0%
    }

    50% {
        background-position: 91% 100%
    }

    100% {
        background-position: 10% 0%
    }
}

@-webkit-keyframes -webkit-background-animate {
    0% {
        background-position: 10% 0%
    }

    50% {
        background-position: 91% 100%
    }

    100% {
        background-position: 10% 0%
    }
}

.stupen-container[b-gvmcflzv1a] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.stupen[b-gvmcflzv1a] {
    height: 30px;
    margin-left: 5px;
    display: flex;
    align-items: center;
    padding: 0px 10px;
    width: 60px;
    justify-content: center;
    border-radius: 4px;
    transition: 0.235s;
    font-weight: bold;
    cursor: pointer;
    transition: 0.123s ease-out;
}

    .stupen:hover[b-gvmcflzv1a] {
        box-shadow: 0px 0px 8px 4px darkgrey;
    }

.stupen-selected[b-gvmcflzv1a] {
    background: #CE003B;
    color: white;
}

.stupen-not-selected[b-gvmcflzv1a] {
    background: lightgray;
    color: gray;
}

.stupen-wrapper[b-gvmcflzv1a] {
    display: flex;
    z-index: 2;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    width: 100%;
    padding: 15px 15px;
    background: whitesmoke;
    border-radius: 10px;
    gap: 15px;
    flex-wrap: wrap;
    box-shadow: 0px 3px 8px darkgrey;
    margin-top: 10px;
    justify-content: flex-start;
}

.attribute-header[b-gvmcflzv1a] {
}

.modal-header[b-gvmcflzv1a] {
    background: #CE003B;
    font-weight: bold;
    color: white;
    padding: 0.25rem 1rem !important;
}

.property-wrapper[b-gvmcflzv1a] {
    background: white;
    margin-bottom: 15px;
    transition: 0.1235s ease-out;
    min-width: 400px;
    padding: 5px;
    border: 1px solid gainsboro;
}



.property-list[b-gvmcflzv1a] {
    padding: 15px;
}

.property[b-gvmcflzv1a] {
}

.attribute-scroll-shadow[b-gvmcflzv1a] {
    max-height: 85vh;
    overflow: auto;
    background: linear-gradient(#ffffff 33%, rgba(255,255,255, 0)), linear-gradient(rgba(255,255,255, 0), #ffffff 66%) 0 100%, radial-gradient(farthest-side at 50% 0, rgba(34,34,34, 0.5), rgba(0,0,0,0)), radial-gradient(farthest-side at 50% 100%, rgba(34,34,34, 0.5), rgba(0,0,0,0)) 0 100%;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-attachment: local, local, scroll, scroll;
    background-size: 100% 78px, 100% 78px, 100% 26px, 100% 26px;
}

.table-properties[b-gvmcflzv1a] {
    table-layout: fixed;
    font-size: 0.8rem;
}

    .table-properties tr:nth-child(even)[b-gvmcflzv1a] {
        background-color: whitesmoke;
    }

    .table-properties .tr-row:hover[b-gvmcflzv1a] {
        background-color: #ddd;
    }

.napoveda-button[b-gvmcflzv1a] {
    background: orange;
    padding: 10px;
    border-radius: 4px;
    color: white;
    font-weight: bold;
    cursor: alias;
}

    .napoveda-button:hover > #img-napoveda[b-gvmcflzv1a] {
        display: block !important;
    }

.svg-napoveda[b-gvmcflzv1a] {
    transition: 0.235s ease-out;
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    width: 900px;
}

.model-info-wrapper[b-gvmcflzv1a] {
    z-index: 2;
    background: white;
    border-radius: 8px;
    font-size: 0.875rem;
    margin: auto;
    box-shadow: 0px 0px 10px darkgrey;
    max-width: 600px;
}

.info-row[b-gvmcflzv1a] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.info-info[b-gvmcflzv1a] {
    text-align: left;
    font-size: 0.875rem;
    margin-top: 15px;
}

.bullet[b-gvmcflzv1a] {
    margin-right: 1rem;
    margin-left: 0.5rem;
    color: #CE003B;
}

.model-info-container[b-gvmcflzv1a] {
    bottom: 0;
    width: 100%;
    z-index: 3;
    margin-bottom: 15px;
}

.color-bar[b-gvmcflzv1a] {
    background-color: rgb(0,255,255);
    width: 100%;
    height: 8px;
    margin-bottom: 10px;
    border-radius: 10px;
}

.button-download[b-gvmcflzv1a] {
    cursor: pointer;
    background: #C4161C;
    padding: 10px;
    border-radius: 4px;
    font-weight: bold;
    color: white;
    transition: 0.235s ease-out;
}

    .button-download:hover[b-gvmcflzv1a] {
        background: orangered;
        box-shadow: 0px 0px 10px #C4161C;
    }

.landing-select[b-gvmcflzv1a] {
    width: 500px;
    box-shadow: 0px 3px 8px 0px darkslategrey;
}

.display-none[b-gvmcflzv1a] {
    display: none !important;
}

@media (min-width:1919px) {
    #col-center[b-gvmcflzv1a] {
        resize: horizontal;
        overflow: auto;
        flex: unset;
        width: 50%;
        max-width: 50% !important;
    }

    #col-right[b-gvmcflzv1a] {
        max-width: unset !important;
        min-width: unset !important;
    }
}

@media (min-width:1921px) {
    #col-center[b-gvmcflzv1a] {
        resize: horizontal;
        overflow: auto;
        flex: unset;
        width: 60%;
        max-width: 60% !important;
    }

    #col-right[b-gvmcflzv1a] {
        max-width: unset !important;
        min-width: unset !important;
    }
}

.data-json-wrapper[b-gvmcflzv1a] {
    display: flex;
    align-items: stretch;
    justify-content: stretch;
    flex-direction: column;
    padding: 1rem;
}

#select-json[b-gvmcflzv1a] {
    border: unset;
    border-bottom: 1px solid lightslategray;
    height: 35px;
    background: transparent;
    margin-top: 10px;
    color: #CE003B;
}

[b-gvmcflzv1a]::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    display: block;
}

[b-gvmcflzv1a]::-webkit-scrollbar-track {
    background: transparent;
}

[b-gvmcflzv1a]::-webkit-scrollbar-thumb {
    background: #CE003B;
    border-radius: 25px;
}

    [b-gvmcflzv1a]::-webkit-scrollbar-thumb:hover {
        background: lightsalmon;
    }

.tab-wrapper[b-gvmcflzv1a] {
    display: flex;
    flex-direction: row;
    margin-bottom: 15px;
    gap: 5px;
    padding: 1rem;
    padding-bottom: 0;
}

.tab[b-gvmcflzv1a] {
    background: #CE003B;
    padding: 0.5rem 1rem;
    color: white;
    cursor: pointer;
    transition: 0.123s ease-in-out;
}

.tab-selected[b-gvmcflzv1a] {
    background: white;
    color: #CE003B;
    font-weight: bold;
}

.tab:hover[b-gvmcflzv1a] {
    box-shadow: 4px 4px grey;
}

.no-attributes[b-gvmcflzv1a] {
    color: #C4161C;
    font-weight: 500;
    padding: 15px;
    margin: 5px;
    box-shadow: 0px 0px 6px gainsboro;
}
/* _content/LOGSFDI/Shared/MainLayout.razor.rz.scp.css */
.page[b-7vu1j999eh] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-7vu1j999eh] {
    flex: 1;
}

.sidebar[b-7vu1j999eh] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-7vu1j999eh] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    z-index:4;
    display: flex;
    align-items: center;
}

    .top-row[b-7vu1j999eh]  a, .top-row .btn-link[b-7vu1j999eh] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-7vu1j999eh] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-7vu1j999eh] {
        display: none;
    }

    .top-row.auth[b-7vu1j999eh] {
        justify-content: space-between;
    }

    .top-row a[b-7vu1j999eh], .top-row .btn-link[b-7vu1j999eh] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-7vu1j999eh] {
        flex-direction: row;
    }

    .sidebar[b-7vu1j999eh] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-7vu1j999eh] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-7vu1j999eh] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/LOGSFDI/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-8njgkuhk2l] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-8njgkuhk2l] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-8njgkuhk2l] {
    font-size: 1.1rem;
}

.oi[b-8njgkuhk2l] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-8njgkuhk2l] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-8njgkuhk2l] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-8njgkuhk2l] {
        padding-bottom: 1rem;
    }

    .nav-item[b-8njgkuhk2l]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-8njgkuhk2l]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-8njgkuhk2l]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-8njgkuhk2l] {
        display: none;
    }

    .collapse[b-8njgkuhk2l] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
