/* _content/BPL.Web/Components/Layout/MainLayout.razor.rz.scp.css */


[b-ewqfk9nwkb] .accent {
    color: var(--accentcolor);
    filter: saturate(100%);
}

[b-ewqfk9nwkb] .accent-muted {
    color: var(--accentcolor);
    opacity: 30%;
    filter: saturate(75%);
}

[b-ewqfk9nwkb] .bg-accent {
    background: var(--accentcolor);
    filter: saturate(100%);
    opacity: 100%;
}

[b-ewqfk9nwkb] .border-accent {
    border-color: var(--accentcolor);
}
/* _content/BPL.Web/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-lgcva5b3z3] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-lgcva5b3z3] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-lgcva5b3z3] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-lgcva5b3z3] {
    font-size: 1.1rem;
}

.bi[b-lgcva5b3z3] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-lgcva5b3z3] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-lgcva5b3z3] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-lgcva5b3z3] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-lgcva5b3z3] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-lgcva5b3z3] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-lgcva5b3z3] {
        padding-bottom: 1rem;
    }

    .nav-item[b-lgcva5b3z3]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-lgcva5b3z3]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-lgcva5b3z3]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-lgcva5b3z3] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-lgcva5b3z3] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-lgcva5b3z3] {
        display: none;
    }

    .nav-scrollable[b-lgcva5b3z3] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/BPL.Web/Components/Layout/NoLayout.Razor.rz.scp.css */

.bg-image[b-lfa84b3e26] {
    background-image: linear-gradient(#FFFFFF40, #FFFFFF80 600px, #FFFFFFBB 800px, #FFFFFF 1000px), url(images/pexels-pixabay-56832.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    max-height: 1000px;
}
/* _content/BPL.Web/Components/Pages/Confirmation.Razor.rz.scp.css */
table.details[b-y49t05v97n] {
    width: 100%;
}

    table.details tr.title td[b-y49t05v97n] {
        font-weight: bold;
        font-size: 1.0em;
        padding-bottom: 0px;
    }


    table.details tr.data .time[b-y49t05v97n] {
        font-weight: bold;
        font-size: 1.0em;
        
    }

    table.details tr.data td[b-y49t05v97n] {
        font-size: 1.2em;
    }

.gdata[b-y49t05v97n] {
    font-size: 1.2em;
}

table.details tr.price td[b-y49t05v97n] {
    /*text-align: right;*/
    font-size: 1.1em;
    font-weight: bold;
}

table.details td.rightalign[b-y49t05v97n] {
    text-align: right;
}

.panel-heading[b-y49t05v97n] {
    padding: 5px !important;
}

.panel-title[b-y49t05v97n] {
    font-size: 12px !important;
}

.logo[b-y49t05v97n] {
    width: 300px;
}


.flex-grow[b-y49t05v97n] {
    flex: 1 0 auto;
}
/* _content/BPL.Web/Components/Pages/Quote.Razor.rz.scp.css */
table.details[b-b1aufb7wz7] {
    width: 100%;
}

    table.details tr.title td[b-b1aufb7wz7] {
        font-weight: bold;
        font-size: 1.0em;
        padding-bottom: 0px;
    }

    table.details tr.data .time[b-b1aufb7wz7] {
        font-weight: bold;
        font-size: 1.0em;
    }

    table.details tr.data td[b-b1aufb7wz7] {
        font-size: 1.2em;
    }

.gdata[b-b1aufb7wz7] {
    font-size: 1.2em;
}

table.details tr.price td[b-b1aufb7wz7] {
    /*text-align: right;*/
    font-size: 1.1em;
    font-weight: bold;
}

table.details td.rightalign[b-b1aufb7wz7] {
    text-align: right;
}

.panel-heading[b-b1aufb7wz7] {
    padding: 5px !important;
}

.panel-title[b-b1aufb7wz7] {
    font-size: 12px !important;
}

.logo[b-b1aufb7wz7] {
    width: 300px;
}


.flex-grow[b-b1aufb7wz7] {
    flex: 1 0 auto;
}
/* _content/BPL.Web/Components/Pages/Specification.Razor.rz.scp.css */

.onlyInPrint[b-7y10fkfzf2] {
    display: none;
}


.hallplatser > td:nth-child(4n - 2)[b-7y10fkfzf2] {
    border-right: 1px solid gray;
}



@media screen {


    .nobottommargin[b-7y10fkfzf2] {
        margin-bottom: 0 !important;
    }

    .row-item[b-7y10fkfzf2] {
        padding-top: 4px;
        padding-bottom: 4px;
    }

    .table td.h5[b-7y10fkfzf2] {
        font-size: 0.8em;
        padding: 3px;
    }

    .table th.small[b-7y10fkfzf2] {
        font-size: 0.75em;
        padding: 3px;
    }

    .table tr .hallplatser-header[b-7y10fkfzf2] {
        background-color: lightgray!important;
    }

    #logoImg[b-7y10fkfzf2] {
        max-width: 330px;
        max-height: 80px;
        padding-bottom: 0px;
    }


    body[b-7y10fkfzf2] {
        line-height: 1.0;
    }

    .h3[b-7y10fkfzf2] {
        font-size: 1.4em;
    }

    h4[b-7y10fkfzf2], .h4[b-7y10fkfzf2] {
        font-size: 1.0em;
    }

    .h5[b-7y10fkfzf2] {
        font-size: 0.75em;
    }

    .small[b-7y10fkfzf2] {
        font-size: 0.8em;
    }

    .btn-xs[b-7y10fkfzf2] {
        padding: 0 4px 0 4px;
        margin: 0 5px 0 0;
        font-size: 13px;
        font-weight: normal;
    }

    #huvuduppdrag[b-7y10fkfzf2] {
        page-break-after: auto;
    }

    .hallplatser[b-7y10fkfzf2] {
        font-size: 16px;
    }

    #contact[b-7y10fkfzf2] {
        font-size: 11px
    }

    .bg-yellow[b-7y10fkfzf2] {
        background-color: #FFFF99;
    }
}


@media print {
    .bg-yellow[b-7y10fkfzf2] {
        background-color: lightgray !important;
        -webkit-print-color-adjust: exact;
    }

    .no-page-break[b-7y10fkfzf2] {
        display: block;
        page-break-inside: avoid;
    }

    body[b-7y10fkfzf2] {
        line-height: 1.0;
    }

    h2[b-7y10fkfzf2] {
        font-size: 1.4em;
    }

        .h2 small[b-7y10fkfzf2], h2 small[b-7y10fkfzf2] {
            font-size: 0.80em;
        }

    .h3[b-7y10fkfzf2] {
        font-size: 1.2em;
    }

    h4[b-7y10fkfzf2], .h4[b-7y10fkfzf2] {
        font-size: 1.0em;
    }

    .h5[b-7y10fkfzf2] {
        font-size: 0.75em;
    }

    .small[b-7y10fkfzf2] {
        font-size: 0.6em;
    }

    .btn[b-7y10fkfzf2], .btn-default[b-7y10fkfzf2], .btn-xs[b-7y10fkfzf2] {
        display: none;
    }

    #huvuduppdrag[b-7y10fkfzf2] {
        page-break-after: auto;
    }

    .hallplatser[b-7y10fkfzf2] {
        font-size: 15px;        
    }

    .hallplatser td[b-7y10fkfzf2] {
        padding: 6px 0 0 0!important;
    }

    #contact[b-7y10fkfzf2] {
        font-size: 11px
    }

    #logoImg[b-7y10fkfzf2] {
        max-width: 230px !important;
        max-height: 60px !important;
    }

    .notInPrint[b-7y10fkfzf2] {
        display: none;
    }

    .onlyInPrint[b-7y10fkfzf2] {
        display: block;
    }

    .table tr .hallplatser-header[b-7y10fkfzf2], .table th .hallplatser-header[b-7y10fkfzf2] {
        font-size: 12px;
        background-color: lightgray !important;
        -webkit-print-color-adjust: exact;
        padding: 3px!important;
    }

    .col-sm-1[b-7y10fkfzf2], .col-sm-2[b-7y10fkfzf2], .col-sm-3[b-7y10fkfzf2], .col-sm-4[b-7y10fkfzf2], .col-sm-5[b-7y10fkfzf2], .col-sm-6[b-7y10fkfzf2], .col-sm-7[b-7y10fkfzf2], .col-sm-8[b-7y10fkfzf2], .col-sm-9[b-7y10fkfzf2], .col-sm-10[b-7y10fkfzf2], .col-sm-11[b-7y10fkfzf2], .col-sm-12[b-7y10fkfzf2] {
        float: left;
    }

    .col-sm-12[b-7y10fkfzf2] {
        width: 100%;
    }

    .col-sm-11[b-7y10fkfzf2] {
        width: 91.66666666666666%;
    }

    .col-sm-10[b-7y10fkfzf2] {
        width: 83.33333333333334%;
    }

    .col-sm-9[b-7y10fkfzf2] {
        width: 75%;
    }

    .col-sm-8[b-7y10fkfzf2] {
        width: 66.66666666666666%;
    }

    .col-sm-7[b-7y10fkfzf2] {
        width: 58.333333333333336%;
    }

    .col-sm-6[b-7y10fkfzf2] {
        width: 50%;
    }

    .col-sm-5[b-7y10fkfzf2] {
        width: 41.66666666666667%;
    }

    .col-sm-4[b-7y10fkfzf2] {
        width: 33.33333333333333%;
    }

    .col-sm-3[b-7y10fkfzf2] {
        width: 25%;
    }

    .col-sm-2[b-7y10fkfzf2] {
        width: 16.666666666666664%;
    }

    .col-sm-1[b-7y10fkfzf2] {
        width: 8.333333333333332%;
    }
}
