/* _content/RSDIFCViewer/Components/AddUpdateProjectComponent.razor.rz.scp.css */

#entry-form-1[b-a2lfzjdqdg] {
    color: white;
    display: flex;
    flex-direction: column;
    position: relative;
    border-radius: 0.5rem;
    background: #363636;
    box-shadow: 3px 3px 6px 0px #121212;
    animation: roll-up-b-a2lfzjdqdg 1s ease-in;
}

ul > li[b-a2lfzjdqdg] {
    font-size: 0.75rem;
}

.form-header[b-a2lfzjdqdg] {
    padding: 1rem 2rem;
    font-size: 1.5rem;
}

.close-div[b-a2lfzjdqdg] {
    position: absolute;
    right: 2rem;
    top: 0.5rem;
    font-size: 2rem;
    color: orangered;
    cursor: pointer;
}

.form-inner-wrapper[b-a2lfzjdqdg] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

li[b-a2lfzjdqdg]::marker {
    color: orangered;
}


.btn-create[b-a2lfzjdqdg] {
    background: orangered;
    color: white;
    max-width: 150px;
    transition: 0.3s ease-out;
}

    .btn-create:hover[b-a2lfzjdqdg] {
        background: #C4161C;
    }

.btn-save[b-a2lfzjdqdg] {
    background: #007bff;
    color: white;
    max-width: 150px;
    transition: 0.3s ease-out;
}

    .btn-save:hover[b-a2lfzjdqdg] {
        background: dodgerblue;
    }


.label-as-button[b-a2lfzjdqdg] {
    cursor: pointer;
}

@keyframes roll-up-b-a2lfzjdqdg {
    0% {
        transform: translateY(20px);
        opacity: 0;
    }

    100% {
        transform: unset;
        opacity: 1;
    }
}

.inner-wrapper[b-a2lfzjdqdg] {
    position: relative;
}

input[b-a2lfzjdqdg]{
    font-size:0.875rem;
    padding:0.25rem 1rem;
}
/* _content/RSDIFCViewer/Components/LoadingMarkComponent.razor.rz.scp.css */

.message[b-polngi2uze] {
    margin-bottom: 20px;
    text-align: center;
    width: 250px;
    color: white;
    position: absolute;
    top: 2rem;
    z-index: 12;
    left: calc(50% - 125px);
}

.lds-dual-ring[b-polngi2uze] {
    position: absolute;
    z-index: 12;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(2px) brightness(0.25);
}

    .lds-dual-ring[b-polngi2uze]:after {
        content: " ";
        display: flex;
        justify-content: center;
        align-items: center;
        width: 150px;
        height: 150px;
        border-radius: 50%;
        border: 6px solid red;
        border-color: white transparent white transparent;
        border-collapse: inherit;
        animation: lds-dual-ring-b-polngi2uze 1.2s linear infinite;
    }

.lds-dual-ring-white[b-polngi2uze] {
    display: inline-block;
}

    .lds-dual-ring-white[b-polngi2uze]:after {
        content: " ";
        display: flex;
        justify-content: center;
        align-items: center;
        width: 150px;
        height: 150px;
        border-radius: 50%;
        border: 6px solid red;
        border-collapse: inherit;
        border-color: white gray white gray !important;
        animation: lds-dual-ring-b-polngi2uze 1.2s linear infinite;
    }

.lds-dual-ring-inherit[b-polngi2uze] {
    position: relative;
    width: inherit;
    height: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .lds-dual-ring-inherit[b-polngi2uze]:after {
        content: " ";
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50%;
        height: 50%;
        border-radius: 50%;
        border: 2px solid red;
        border-collapse: inherit;
        border-color: white #175673 white #175673 !important;
        animation: lds-dual-ring-b-polngi2uze 1.2s linear infinite;
    }


@keyframes lds-dual-ring-b-polngi2uze {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}




/* _content/RSDIFCViewer/Components/ModelLoaderCard.razor.rz.scp.css */
.lds-ripple[b-gsli0p8qui] {
    top: calc(50% - 7.5rem);
    left: calc(50% - 7.5rem);
    position: relative;
    width: 15rem;
    height: 15rem;
    display:inline-block; /* default */
}

    .lds-ripple div[b-gsli0p8qui] {
        position: absolute;
        border: 4px solid white;
        opacity: 1;
        border-radius: 50%;
        animation: lds-ripple-b-gsli0p8qui 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .lds-ripple div:nth-child(2)[b-gsli0p8qui] {
            animation-delay: -0.5s;
        }

@keyframes lds-ripple-b-gsli0p8qui {
    0% {
        top: 7.5rem;
        left: 7.5rem;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 7.5rem;
        left: 7.5rem;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 7.5rem;
        left: 7.5rem;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 15rem;
        height: 15rem;
        opacity: 0;
    }
}

.whole-page-wrapper[b-gsli0p8qui] {
    position: absolute;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
}

.component-wrapper[b-gsli0p8qui] {
    color: white;
    display: flex;
    flex-direction: column;
    backdrop-filter: blur(4px);
    padding: 2rem;
    border: 1px solid dimgray;
    border-radius: 0.5rem;
    opacity:1;
    animation: rollup-b-gsli0p8qui ease-in 0.7s normal;
 
}
/*    .component-wrapper::before {
        content: "";
        background-image: url(/img/intersection.jpg);
        background-size: cover;
        background-position:bottom;
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        opacity: 0.3;
    }*/


#progress-bar[b-gsli0p8qui]{
    transition:0.2s all;
}


@keyframes rollup-b-gsli0p8qui{
    0% {
        opacity: 0;
        transform: translateY( 4rem);
    }
    50% {
        opacity: 0.8;
    }
    100% {
        opacity: 1;
        transform: none;
    }
}

.background-ripple-wrapper[b-gsli0p8qui] {
    height: 15rem;
    background-image: url(/img/3d-data.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 1rem;
    margin-bottom: 2rem;
}

#ripple-wrapper[b-gsli0p8qui]{
    display:none;
}
/* _content/RSDIFCViewer/Components/ProjectManagement.razor.rz.scp.css */
.modal-wrapper[b-tec9st6i62] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(5px);
}

.project-wrapper-inner[b-tec9st6i62] {
    display: flex;
    justify-content: left;
    align-items: center;
    background: whitesmoke;
    color: black;
    gap: 3rem;
}


.project-wrapper[b-tec9st6i62] {
    color: white;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: all 0.3s ease-out;
    margin-right: 1rem;
    border: 1px solid gainsboro;
    border-radius: 0.5rem;
    margin-bottom: 1rem;
    position: relative;
}

    .project-wrapper:hover[b-tec9st6i62] {
        color: #0058C1;
        box-shadow: 3px 3px 6px 0px dimgray;
    }


img[b-tec9st6i62] {
    width: 10rem;
    height: 10rem;
    border-right: 1px solid darkgray;
    object-fit: contain;
}

.close-modal[b-tec9st6i62] {
    width: 2rem;
    height: 2rem;
    position: absolute;
    cursor: pointer;
    top: 2rem;
    left: 50%;
    color: orangered;
}

    .close-modal:hover[b-tec9st6i62] {
        animation: roll-up-b-tec9st6i62 0.7s ease-in-out;
        color: red;
    }

@keyframes roll-up-b-tec9st6i62 {
    0% {
        opacity: 0.6;
    }

    100% {
        transform: rotate(180deg);
        opacity: 1;
    }
}

.btn-update[b-tec9st6i62] {
    display: block;
    background: #0058C1;
    color: white;
    width: 100px;
    transition: 0.3s ease-out;
    height: 3rem;
    border-radius: unset;
}

    .btn-update:hover[b-tec9st6i62] {
        background: #0081b3;
    }

.btn-delete[b-tec9st6i62] {
    display: block;
    background: #C4161C;
    color: white;
    width: 100px;
    height: 3rem;
    transition: 0.3s ease-out;
    border-radius: unset;
}

    .btn-delete:hover[b-tec9st6i62] {
        background: orangered;
    }

.actions-wrapper[b-tec9st6i62] {
    height: 100%;
    display: flex;
    padding-right:2rem;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.inner-wrapper[b-tec9st6i62] {
    display: flex;
    flex-direction: column;
    max-height: 80vh;
    overflow: auto;
    gap:1rem;
}

.project-url[b-tec9st6i62] {
    background: gainsboro;
    padding: 0.25rem 1rem;
    color: black !important;
}

.btna[b-tec9st6i62]{
    font-weight:bold;
}
/* _content/RSDIFCViewer/Components/ResultMarkComponent.razor.rz.scp.css */
.svg-validation[b-2rkl5fdsdo] {
    display: block;
    width: 50%;
}

.path[b-2rkl5fdsdo] {
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
}

    .path.circle[b-2rkl5fdsdo] {
        -webkit-animation: dash 0.9s ease-in-out;
        animation: dash-b-2rkl5fdsdo 0.9s ease-in-out;
    }

    .path.line[b-2rkl5fdsdo] {
        stroke-dashoffset: 1000;
        -webkit-animation: dash 0.9s 0.35s ease-in-out forwards;
        animation: dash-b-2rkl5fdsdo 0.9s 0.35s ease-in-out forwards;
    }

    .path.check[b-2rkl5fdsdo] {
        stroke-dashoffset: -100;
        -webkit-animation: dash-check 0.9s 0.35s ease-in-out forwards;
        animation: dash-check-b-2rkl5fdsdo 0.9s 0.35s ease-in-out forwards;
    }

p[b-2rkl5fdsdo] {
    text-align: center;
    font-size: 1.25em;
    margin-top: 25px;
    max-width: 300px;
}

    p.success[b-2rkl5fdsdo] {
        color: #73af55;
    }

    p.error[b-2rkl5fdsdo] {
        color: #d06079;
    }

@-webkit-keyframes dash {
    0% {
        stroke-dashoffset: 1000;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes dash-b-2rkl5fdsdo {
    0% {
        stroke-dashoffset: 1000;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes dash-check {
    0% {
        stroke-dashoffset: -100;
    }

    100% {
        stroke-dashoffset: 900;
    }
}

@keyframes dash-check-b-2rkl5fdsdo {
    0% {
        stroke-dashoffset: -100;
    }

    100% {
        stroke-dashoffset: 900;
    }
}

.svg-wrapper[b-2rkl5fdsdo] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 85px;
    margin-bottom: 50px;
}
/* _content/RSDIFCViewer/Pages/Index.razor.rz.scp.css */
.page-wrapper[b-ttozww554j] {
    background: #272727;
    position: absolute;
    top: 0;
    height: 100vh;
    width: 100vw;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: auto;
}

.project-card[b-ttozww554j] {
    color: whitesmoke;
    min-width: 600px;
    min-height: 400px;
    box-shadow: 3px 3px 6px 0px #121212;
    transition: 0.3s ease-out;
    overflow: hidden;
    background-color: whitesmoke;
}

.col-image[b-ttozww554j] {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.project-card:hover[b-ttozww554j] {
    background-color: white;
}

    .project-card:hover > .header-project[b-ttozww554j] {
        background-color: #053E85;
        color: whitesmoke;
    }

.project-wrapper-index[b-ttozww554j] {
    gap: 2rem;
    max-height: 90%;
    max-width: 90%;
    overflow: visible;
    min-width: 80%;
}

.header-project[b-ttozww554j] {
    padding: 1rem;
    width: 100%;
    color: #053E85;
    margin-bottom: unset;
    border-bottom: 1px solid #053E85;
}

.inner-wrapper-card[b-ttozww554j] {
    color: #121212;
    display: flex;
    flex-direction: row;
    height: calc(100% - 4.5rem);
}

.btn-model-open[b-ttozww554j] {
    font-weight: bold;
    color: #053E85;
    border-color: #053E85;
}

    .btn-model-open:hover[b-ttozww554j] {
        background-color: #053E85;
        color: white;
    }

.legend-header[b-ttozww554j] {
    font-size: 0.75rem;
    font-weight: bold;
    font-variant: all-small-caps;
    color: gray;
    padding: 0rem 0.5rem;
}

.fieldset-b[b-ttozww554j] {
    padding: 0rem 1rem;
    font-weight:bold;
}

.text-p[b-ttozww554j]{
    font-size:0.9rem;
}

.logo-wrapper[b-ttozww554j] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 15rem;
}
/* _content/RSDIFCViewer/Pages/Viewer.razor.rz.scp.css */
#viewer-container[b-w0hspkzpuu] {
    width: 100vw;
    height: 100vh;
}

.absolute-loader[b-w0hspkzpuu] {
    position: absolute;
    z-index: 10;
    bottom: .5rem;
    left: .5rem;
}

.rect-item-inner[b-w0hspkzpuu] {
    display: none;
    left: 3rem;
    background-position: 100%;
    background-size: 200%;
    min-width: 15rem;
    justify-content: center;
    height: 3rem;
    width: 100%;
    align-items: center;
}

.rect-item-inner-active[b-w0hspkzpuu] {
    display: flex !important;
    animation: unset !important;
}

.rect-item[b-w0hspkzpuu] {
    margin-bottom: 0.25rem;
    display: flex;
    justify-content: stretch;
    align-items: center;
    border-radius: 0.25rem;
    position: relative;
    cursor: pointer;
    color: white;
    margin-top: 0.5rem;
    animation: rotate-small-b-w0hspkzpuu 1s alternate infinite;
    overflow: hidden;
}

    .rect-item:hover > div > svg[b-w0hspkzpuu] {
        animation: rotate-b-w0hspkzpuu 1s alternate;
    }


.rect-item-active[b-w0hspkzpuu] {
    animation: unset;
    border-radius: 0.25rem 0rem 0rem 0.25rem;
}

    .rect-item-active > .caret-left[b-w0hspkzpuu] {
        display: flex !important;
    }

    .rect-item-active > div > svg[b-w0hspkzpuu] {
        animation: unset !important;
    }

.caret-left[b-w0hspkzpuu] {
    display: none;
    transition: 0.3s ease-out;
}

    .caret-left:hover[b-w0hspkzpuu] {
        color: black;
    }

.rect-item:hover[b-w0hspkzpuu] {
    border-radius: 0.25rem 0rem 0rem 0.25rem;
}

    .rect-item:hover > .rect-item-inner[b-w0hspkzpuu] {
        display: flex;
        animation: slide-background-b-w0hspkzpuu 0.33s cubic-bezier(0, 0, 1, 0.2);
    }


.item-layout[b-w0hspkzpuu] {
    display: flex;
    top: 0;
    left: 0.5rem;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    z-index: 11;
}

@keyframes slide-background-b-w0hspkzpuu {
    0% {
        background-position: 0%;
        opacity: 0;
    }

    50% {
        background-position: -10%;
    }

    100% {
        background-position: -100%;
    }
}

.inner-block[b-w0hspkzpuu] {
    padding: 1rem;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}

input[type="file"][b-w0hspkzpuu] {
    color: white;
}

#properties-window[b-w0hspkzpuu] {
    color: white;
    overflow: auto;
    background: #3F3F3F;
    max-height: calc(100vh - 6rem);
}

.tr-prop > td[b-w0hspkzpuu] {
    padding: 0rem 0.25rem;
}

.control-layout[b-w0hspkzpuu] {
    width: 100%;
    bottom: 2rem;
    left: 0;
    gap: 0.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.control-rect[b-w0hspkzpuu] {
    padding: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: whitesmoke;
    position: relative;
    cursor: pointer;
    color: black;
    min-width: 4%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.control-rect-black[b-w0hspkzpuu] {
    background: #3F3F3F;
    color: white;
}

.control-rect:hover[b-w0hspkzpuu] {
    background: #0058C1;
    color: whitesmoke;
}

.control-rect-active[b-w0hspkzpuu] {
    background: #17A2B8;
    color: whitesmoke;
}

.tooltip-cust[b-w0hspkzpuu] {
    font-size: 0.75rem;
}


.th-sticky[b-w0hspkzpuu] {
    position: sticky;
    background: #282828;
    top: -1px;
    box-shadow: inset 0 1px 0 gainsboro, inset 0 -1px 0 gainsboro;
}

.img-logo[b-w0hspkzpuu] {
    max-width: 5rem;
}

.logo[b-w0hspkzpuu] {
    bottom: 1rem;
    right: 0;
    border: 1px solid white;
    border-right: none;
}

.logo-inner[b-w0hspkzpuu] {
    background: #272727;
    color: white;
    padding: 0.5rem;
    font-size: 1rem;
    transition: all 0.3s ease-out;
    cursor: pointer;
}

    .logo-inner:hover[b-w0hspkzpuu] {
        background: #C4161C;
        color: white;
    }

.fps-meter[b-w0hspkzpuu] {
    right: 0;
    top: 0;
}





.bar-container[b-w0hspkzpuu] {
    border: 1px solid dimgray;
    width: 8rem;
    align-items: end;
    height: 5rem;
    background: transparent;
    display: flex;
    flex-direction: row;
    overflow: hidden;
    margin: 0.5rem;
}

@keyframes rotate-b-w0hspkzpuu {
    0% {
        transform: unset;
    }

    25% {
        transform: rotate(-15deg)
    }

    50% {
        transform: rotate(15deg)
    }

    100% {
        transform: unset;
    }
}

@keyframes rotate-small-b-w0hspkzpuu {
    0% {
        box-shadow: unset;
    }

    25% {
        box-shadow: 0px 0px pink;
    }

    50% {
        box-shadow: 0px 0px 1px 1px pink;
    }

    100% {
        box-shadow: unset;
    }
}


.tooltip-rollup[b-w0hspkzpuu] {
    display: none;
    position: absolute;
    background: dimgray;
    bottom: 5rem;
    flex-direction: column;
    padding: 1rem;
    border-radius: 0.5rem;
}

.tooltip-rollup-active[b-w0hspkzpuu] {
    display: flex !important;
}

.row-wrapper[b-w0hspkzpuu] {
    display: flex;
    gap: 3rem;
}

.logo-wrapper[b-w0hspkzpuu] {
    position: absolute;
    top: 2rem;
    left: 0;
    width: 100vw;
    height: 3rem;
    pointer-events: none;
}

.background-color-container[b-w0hspkzpuu] {
    position: absolute;
    right: 1rem;
    top: 1rem;
    display: flex;
    gap: 0.5rem;
    flex-direction: column;
    align-items: flex-end;
}

.color[b-w0hspkzpuu] {
    width: 2rem;
    height: 2rem;
    cursor: pointer;
}

    .color:hover[b-w0hspkzpuu] {
        border-radius: 50%;
    }

.help-control[b-w0hspkzpuu] {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    width: 3rem;
    height: 3rem;
    background: #0058C1;
    color: white;
    font-weight: bold;
    border-radius: 0.25rem;
    cursor: help;
    transition: 0.25s ease-out;
}

    .help-control:hover[b-w0hspkzpuu] {
        color: #0085C1;
        background: white;
        border: 1px solid #0058C1;
    }

        .help-control:hover > .help-tooltip[b-w0hspkzpuu] {
            display: flex;
        }

.help-tooltip[b-w0hspkzpuu] {
    position: absolute;
    bottom: 4rem;
    right: 1rem;
    display: none;
    color: black;
}
/* _content/RSDIFCViewer/Shared/MainLayout.razor.rz.scp.css */
.page[b-xfzg0cstf1] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-xfzg0cstf1] {
    flex: 1;
}

.sidebar[b-xfzg0cstf1] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-xfzg0cstf1] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-xfzg0cstf1]  a, .top-row .btn-link[b-xfzg0cstf1] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-xfzg0cstf1] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-xfzg0cstf1] {
        display: none;
    }

    .top-row.auth[b-xfzg0cstf1] {
        justify-content: space-between;
    }

    .top-row a[b-xfzg0cstf1], .top-row .btn-link[b-xfzg0cstf1] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-xfzg0cstf1] {
        flex-direction: row;
    }

    .sidebar[b-xfzg0cstf1] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-xfzg0cstf1] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-xfzg0cstf1], article[b-xfzg0cstf1] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/RSDIFCViewer/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-ojl8uwtqm2] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-ojl8uwtqm2] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-ojl8uwtqm2] {
    font-size: 1.1rem;
}

.oi[b-ojl8uwtqm2] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-ojl8uwtqm2] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-ojl8uwtqm2] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-ojl8uwtqm2] {
        padding-bottom: 1rem;
    }

    .nav-item[b-ojl8uwtqm2]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-ojl8uwtqm2]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-ojl8uwtqm2]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-ojl8uwtqm2] {
        display: none;
    }

    .collapse[b-ojl8uwtqm2] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
