/* _content/Rbok.App/Components/Arenden/Arendehistorik.razor.rz.scp.css */
.progressbar-step-complete[b-ybaxk94qow] {
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 50%;
    border-width: 2px;
    border-style: solid;
}

.progressbar-step-content-complete[b-ybaxk94qow] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border-width: 0px;
    border-style: none;
    line-height: 40px;
    position: relative;
    text-decoration: none;
    font-size: 20px;
    margin-top: -2px;
    margin-left: -2px;
    animation: none;
}

.progressbar-step-separator-complete[b-ybaxk94qow] {
    width: 30px;
    max-width: 30px;
    height: 4px;
    display: inline-block;
    vertical-align: top;
    margin-top: 18px;
}
/* _content/Rbok.App/Components/FloatingActionButton/RbokFloatingActionButton.razor.rz.scp.css */

/* _content/Rbok.App/Components/Form/RbokDatePicker.razor.rz.scp.css */
.rbok-date-time-picker .e-input[b-tegxmvnnqa] {
    font-size: 1rem !important;
    height: auto !important;
    padding-block: 0.375rem !important;
    padding-inline: 0.75rem !important;
    line-height: 1.5 !important;
}
/* _content/Rbok.App/Components/Form/RbokImagePicker.razor.rz.scp.css */
.rbok-image-picker[b-xyefz7wvze] {
    cursor: pointer;
    max-width: 240px;
    max-height: 180px;
}

.rbok-image-picker-no-image[b-xyefz7wvze] {
    width: 240px;
    height: 180px;
    background-color: #f1f1f1;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url('images/UploadLight.png');
}

.rbok-image-picker-no-image:hover[b-xyefz7wvze] {
    background-image: url('images/UploadDark.png');
}

/*@media (min-width: 768px) {
    .rbok-cropper-modal {
        left: 5%;
        top: 5%;
        width: 90%;
    }

    .rbok-cropper-img {
        max-width: 90%;
    }
}*/

.rbok-cropper-modal[b-xyefz7wvze] {
    left: 10%;
    top: 10%;
    width: 80%;

    position: fixed;
    z-index: 1075;
    background-color: #ffffff;
    height: 472px;
    border-radius: 6px;
}

.rbok-cropper-container[b-xyefz7wvze] {
    max-height: 400px;
    background-color: #ffffff;
}

.rbok-cropper-img[b-xyefz7wvze] {
    max-height: 400px;
    /* This rule is very important, please don't ignore this */
    max-width: 80%;
}
/* _content/Rbok.App/Components/Grid/RbokGridPager.razor.rz.scp.css */
label.col-form-label[b-0a7xfjqp2l] {
    margin-left: .625rem !important;
    margin-right: .625rem !important;
}

div.input-group > input.form-control[b-0a7xfjqp2l] {
    width: 3.0rem !important;
}

li.page-item > a.page-link[b-0a7xfjqp2l] {
    margin-left: 0.0625rem !important;
    margin-right: 0.0625rem !important;
    border-radius: 5% !important;
}

a.dropdown-item[b-0a7xfjqp2l] {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
}

div.dropdown-menu[b-0a7xfjqp2l] {
    min-width: 4.625rem;
}
/* _content/Rbok.App/Components/RbokDashboardButton.razor.rz.scp.css */
.dashboard-item[b-fgznfhkd7i] {
    width: 250px;
    margin: 20px 20px 0px 0px;
}

    .dashboard-item a[b-fgznfhkd7i] {
        text-decoration: none;
        color: black;
    }

        .dashboard-item a:hover[b-fgznfhkd7i] {
            text-decoration: none;
            color: darkgrey;
        }

        .dashboard-item a .dashboard-icon[b-fgznfhkd7i] {
            width: 64px;
            height: 64px;
            border-radius: 50%;
            border-width: 1px;
            border-style: solid;
            line-height: 64px;
            position: relative;
            text-decoration: none;
            /*color: #659dd6;*/
            background-color: white;
            font-size: 32px;
            margin-bottom: 5px;
            animation: none;
        }

        .dashboard-item a:hover .dashboard-icon[b-fgznfhkd7i] {
            text-decoration: none;
            /*color: #659dd6;*/
            background-color: inherit;
            font-size: 28px;
            margin-bottom: 5px;
            box-shadow: 0 0 0 rgba(44,44,44, 0.4);
            border-radius: 50%;
            animation: pulse-b-fgznfhkd7i 2s;
        }

        .dashboard-item a .dashboard-text[b-fgznfhkd7i] {
            text-decoration: none;
            color: black;
        }

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(44,44,44, 0.4);
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(44,44,44, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(44,44,44, 0);
    }
}

@keyframes pulse-b-fgznfhkd7i {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(44,44,44, 0.4);
        box-shadow: 0 0 0 0 rgba(44,44,44, 0.4);
    }

    70% {
        -moz-box-shadow: 0 0 0 10px rgba(44,44,44, 0);
        box-shadow: 0 0 0 10px rgba(44,44,44, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(44,44,44, 0);
        box-shadow: 0 0 0 0 rgba(44,44,44, 0);
    }
}
/* _content/Rbok.App/Components/RbokMedia.razor.rz.scp.css */
.media-info[b-d5j2elkpki] {
    float: left;
    /*font-size: 0.8rem;*/
    margin-top: -1px;
    margin-left: 1px;
}

.media-delete[b-d5j2elkpki] {
    float: right;
    margin-top: -1px;
    margin-right: 1px;
    color: #212529;
}

    .media-delete:hover[b-d5j2elkpki] {
        color: #212529;
    }

.media-item:hover[b-d5j2elkpki] {
    border: dashed;
    border-width: 1px;
    border-color: rgba(0, 0, 0, .225);
    background-color: rgba(0,0,0,.06);
}

.media-item[b-d5j2elkpki] {
    cursor: move;
    border: solid;
    border-color: rgba(0, 0, 0, .125);
    border-width: 1px;
    border-style: solid;
    padding-top: 0px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 14px;
    display: inline-block;
}

.media-image[b-d5j2elkpki] {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 23px;
}

@media (min-width: 576px) {
    .media-item[b-d5j2elkpki] {
        cursor: move;
        border: solid;
        border-color: rgba(0, 0, 0, .125);
        border-width: 1px;
        border-style: solid;
        width: 225px;
        height: 225px;
        padding-top: 0px;
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 0px;
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 4px;
        display: inline-block;
    }

    .media-image[b-d5j2elkpki] {
        width: auto;
        height: auto;
        max-height: 195px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
}

@media (min-width: 992px) {
    .media-item[b-d5j2elkpki] {
        cursor: move;
        border: solid;
        border-color: rgba(0, 0, 0, .125);
        border-width: 1px;
        border-style: solid;
        width: 245px;
        height: 245px;
        padding-top: 0px;
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 0px;
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 4px;
        display: inline-block;
    }

    .media-image[b-d5j2elkpki] {
        width: auto;
        height: auto;
        max-height: 215px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
}
/* _content/Rbok.App/Components/RbokToast.razor.rz.scp.css */
.rbok-toast-container[b-e8srqi7d3z] {
    padding: 15px;
}

.rbok-toast-information[b-e8srqi7d3z] {
    color: #052c65;
    background-color: #cfe2ff;
}

.rbok-toast-success[b-e8srqi7d3z] {
    color: #0a3622;
    background-color: #d1e7dd;
}

.rbok-toast-warning[b-e8srqi7d3z] {
    color: #664d03;
    background-color: #fff3cd;
}

.rbok-toast-error[b-e8srqi7d3z] {
    color: #58151c;
    background-color: #f8d7da;
}
/* _content/Rbok.App/Components/RbokValidationSummary.razor.rz.scp.css */
.validation-summary[b-ivxl64yov1] {
    margin-top: 20px;
    padding-top: 12px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 1px;
    background-color: #fcbeb8;
    color: #7e0c00;
}

.validation-summary-header[b-ivxl64yov1] {
    font-weight: 500;
    font-size: 0.95rem;
}

.validation-summary-item[b-ivxl64yov1] {
    font-size: 0.95rem;
}
/* _content/Rbok.App/Pages/Kommun/DriftAvResurser/Rapporter/Index.razor.rz.scp.css */
.custom-chart[b-fpvapmqxz8] {
    border: solid;
    border-width: 1px;
    /*border-color: #CED4DA;*/
    border-color: red!important;
}
/* _content/Rbok.App/Pages/SignIn/Default.razor.rz.scp.css */
.inloggningsmetoder[b-lpxra1c3ng] {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: auto;
}

.inloggningsmetod[b-lpxra1c3ng] {
    color: #212529;
    /*background-color: #f5f7f9;*/
}

    .inloggningsmetod:hover[b-lpxra1c3ng] {
        color: #212529;
        text-decoration: none;
    }

.inloggningsmetod-container[b-lpxra1c3ng] {
    /*background-color: #f5f7f9;*/
}

    .inloggningsmetod-container:hover[b-lpxra1c3ng] {
        background-color: #E3E5E6;
    }

    .inloggningsmetod-container:not(:last-child)[b-lpxra1c3ng] {
        border-bottom: solid;
        border-bottom-width: 1px;
        border-bottom-color: #DEE2E6;
    }

.inloggningsmetod-container-text[b-lpxra1c3ng] {
    padding: 0.75rem;
    text-align: left;
}

.inloggningsmetod-container-text-namn[b-lpxra1c3ng] {
    font-weight: 700;
}

.inloggningsmetod-container-text-beskrivning[b-lpxra1c3ng] {
    font-size: 1rem
}

.inloggningsmetod-container-text-orgnr[b-lpxra1c3ng] {
    font-size: 0.85rem
}

.inloggningsmetod-container-carret[b-lpxra1c3ng] {
    padding: 0.75rem;
    position: relative;
    height: 100%;
    text-align: left;
}
/* _content/Rbok.App/Pages/SignIn/Index.razor.rz.scp.css */
.inloggningsmetoder[b-s98ojjic7h] {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: auto;
}

.inloggningsmetod[b-s98ojjic7h] {
    color: #212529;
    /*background-color: #f5f7f9;*/
}

    .inloggningsmetod:hover[b-s98ojjic7h] {
        color: #212529;
        text-decoration: none;
    }

.inloggningsmetod-container[b-s98ojjic7h] {
    /*background-color: #f5f7f9;*/
}

    .inloggningsmetod-container:hover[b-s98ojjic7h] {
        background-color: #E3E5E6;
    }

    .inloggningsmetod-container:not(:last-child)[b-s98ojjic7h] {
        border-bottom: solid;
        border-bottom-width: 1px;
        border-bottom-color: #DEE2E6;
    }

.inloggningsmetod-container-text[b-s98ojjic7h] {
    padding: 0.75rem;
    text-align: left;
}

.inloggningsmetod-container-text-namn[b-s98ojjic7h] {
    font-weight: 700;
}

.inloggningsmetod-container-text-beskrivning[b-s98ojjic7h] {
    font-size: 1rem
}

.inloggningsmetod-container-text-orgnr[b-s98ojjic7h] {
    font-size: 0.85rem
}

.inloggningsmetod-container-carret[b-s98ojjic7h] {
    padding: 0.75rem;
    position: relative;
    height: 100%;
    text-align: left;
}
/* _content/Rbok.App/Pages/SignIn/ValjProfil.razor.rz.scp.css */
.profiler[b-m6u67wk8iz] {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: auto;
}

.profil[b-m6u67wk8iz] {
    color: #212529;
    /*background-color: #f5f7f9;*/
}

    .profil:hover[b-m6u67wk8iz] {
        color: #212529;
        text-decoration: none;
    }

.profil-container[b-m6u67wk8iz] {
    /*background-color: #f5f7f9;*/
}

    .profil-container:hover[b-m6u67wk8iz] {
        background-color: #E3E5E6;
    }

    .profil-container:not(:last-child)[b-m6u67wk8iz] {
        border-bottom: solid;
        border-bottom-width: 1px;
        border-bottom-color: #DEE2E6;
    }

.profil-container-text[b-m6u67wk8iz] {
    padding: 0.75rem;
    text-align: left;
}

.profil-container-text-namn[b-m6u67wk8iz] {
    font-weight: 700;
}

.profil-container-text-beskrivning[b-m6u67wk8iz] {
    font-size: 1rem
}

.profil-container-text-orgnr[b-m6u67wk8iz] {
    font-size: 0.85rem
}

.profil-container-carret[b-m6u67wk8iz] {
    padding: 0.75rem;
    position: relative;
    height: 100%;
    text-align: left;
}
/* _content/Rbok.App/Shared/MenuLayout.razor.rz.scp.css */
.page[b-wxxfaolkij] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-wxxfaolkij] {
    flex: 1;
}

.sidebar[b-wxxfaolkij] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-wxxfaolkij] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-wxxfaolkij]  a, .top-row .btn-link[b-wxxfaolkij] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-wxxfaolkij] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-wxxfaolkij] {
        display: none;
    }

    .top-row.auth[b-wxxfaolkij] {
        justify-content: space-between;
    }

    .top-row a[b-wxxfaolkij], .top-row .btn-link[b-wxxfaolkij] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-wxxfaolkij] {
        flex-direction: row;
    }

    .sidebar[b-wxxfaolkij] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-wxxfaolkij] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-wxxfaolkij], article[b-wxxfaolkij] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
