@import '_content/KeiFlow.UI.Base/KeiFlow.UI.Base.bundle.scp.css';

/* _content/KeiFlow.UI.Toezicht/Pages/MainMenuPage.razor.rz.scp.css */
.theme-variables[b-0cjthud36w] {
    --mm-blue: #0066ff;
    --mm-red: #ff0037;
    --mm-green: #40bf40;
}

main-menu-view[b-0cjthud36w] {
    font-family: "Libre Baskerville", serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    background-color: #0c0f15;
    overflow-x: hidden;
    color: #ababab;
}

a[b-0cjthud36w] {
    color: inherit;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

    a:hover[b-0cjthud36w], a:focus[b-0cjthud36w] {
        color: #ababab;
        text-decoration: none;
        outline: 0 none;
    }

h1[b-0cjthud36w], h2[b-0cjthud36w], h3[b-0cjthud36w],
h4[b-0cjthud36w], h5[b-0cjthud36w], h6[b-0cjthud36w] {
    color: #1e2530;
    font-family: "Open Sans", sans-serif;
    margin: 0;
    line-height: 1.3;
}

p[b-0cjthud36w] {
    margin-bottom: 20px;
}

    p:last-child[b-0cjthud36w] {
        margin-bottom: 0;
    }

/*
 * Selection color
 */
[b-0cjthud36w]::-moz-selection {
    background-color: #40bf40;
    color: #fff;
}

[b-0cjthud36w]::selection {
    background-color: #40bf40;
    color: #fff;
}

/*
 *  CSS Helper Class
 */
.clear[b-0cjthud36w]:before, .clear[b-0cjthud36w]:after {
    content: " ";
    display: table;
}

.clear[b-0cjthud36w]:after {
    clear: both;
}

.pt-table[b-0cjthud36w] {
    display: table;
    width: 100%;
    height: calc(100vh - 4px);
}

.pt-tablecell[b-0cjthud36w] {
    display: table-cell;
    vertical-align: middle;
}

.overlay[b-0cjthud36w] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.relative[b-0cjthud36w] {
    position: relative;
}

/*------------------------------------------------
	Start Styling
-------------------------------------------------*/
.mt20[b-0cjthud36w] {
    margin-top: 20px;
}

.site-wrapper[b-0cjthud36w] {
    border-top: 4px solid #40bf40;
}

.page-title[b-0cjthud36w] {
    margin-bottom: 75px;
    opacity: 99% !important;
}

    .page-title .sub-title[b-0cjthud36w] {
        font-size: 16px;
    }

.heading-page[b-0cjthud36w] {
    text-transform: uppercase;
    font-size: 43px;
    font-weight: bolder;
    letter-spacing: 3px;
    color: white;
}


/*------------------------------------------------
    Home Page
-------------------------------------------------*/
.page-home[b-0cjthud36w] {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    vertical-align: middle;
}

    .page-home .overlay[b-0cjthud36w] {
        background-color: rgba(14, 17, 24, 0.97);
    }

.hexagon-item[b-0cjthud36w] {
    cursor: pointer;
    width: 200px;
    height: 173.20508px;
    float: left;
    margin-left: -29px;
    z-index: 0;
    position: relative;
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
}

    .hexagon-item:first-child[b-0cjthud36w] {
        margin-left: 0;
    }

    .hexagon-item:hover[b-0cjthud36w] {
        z-index: 1;
    }

        .hexagon-item:hover .hex-item:last-child[b-0cjthud36w] {
            opacity: 1;
            -webkit-transform: scale(1.3);
            -moz-transform: scale(1.3);
            -ms-transform: scale(1.3);
            -o-transform: scale(1.3);
            transform: scale(1.3);
        }

        .hexagon-item:hover .hex-item:first-child[b-0cjthud36w] {
            opacity: 1;
            -webkit-transform: scale(1.2);
            -moz-transform: scale(1.2);
            -ms-transform: scale(1.2);
            -o-transform: scale(1.2);
            transform: scale(1.2);
        }

            .hexagon-item:hover .hex-item:first-child div[b-0cjthud36w]:before,
            .hexagon-item:hover .hex-item:first-child div[b-0cjthud36w]:after {
                height: 5px;
            }

        .hexagon-item:hover .hex-item div[b-0cjthud36w]::before,
        .hexagon-item:hover .hex-item div[b-0cjthud36w]::after {
            background-color: #40bf40;
        }

        .hexagon-item:hover .hex-content svg[b-0cjthud36w] {
            -webkit-transform: scale(0.97);
            -moz-transform: scale(0.97);
            -ms-transform: scale(0.97);
            -o-transform: scale(0.97);
            transform: scale(0.97);
        }

.page-home .hexagon-item:nth-last-child(1)[b-0cjthud36w],
.page-home .hexagon-item:nth-last-child(2)[b-0cjthud36w],
.page-home .hexagon-item:nth-last-child(3)[b-0cjthud36w] {
    -webkit-transform: rotate(30deg) translate(87px, -80px);
    -moz-transform: rotate(30deg) translate(87px, -80px);
    -ms-transform: rotate(30deg) translate(87px, -80px);
    -o-transform: rotate(30deg) translate(87px, -80px);
    transform: rotate(30deg) translate(87px, -80px);
}

.hex-item[b-0cjthud36w] {
    position: absolute;
    top: 0;
    left: 50px;
    width: 100px;
    height: 173.20508px;
}

    .hex-item:first-child[b-0cjthud36w] {
        z-index: 0;
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
        transform: scale(0.9);
        -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
        -moz-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
        -o-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    }

    .hex-item:last-child[b-0cjthud36w] {
        transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
        z-index: 1;
    }

    .hex-item div[b-0cjthud36w] {
        box-sizing: border-box;
        position: absolute;
        top: 0;
        width: 100px;
        height: 173.20508px;
        -webkit-transform-origin: center center;
        -moz-transform-origin: center center;
        -ms-transform-origin: center center;
        -o-transform-origin: center center;
        transform-origin: center center;
    }

        .hex-item div[b-0cjthud36w]::before, .hex-item div[b-0cjthud36w]::after {
            background-color: #1e2530;
            content: "";
            position: absolute;
            width: 100%;
            height: 3px;
            -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
            -moz-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
            -o-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
            transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
        }

        .hex-item div[b-0cjthud36w]:before {
            top: 0;
        }

        .hex-item div[b-0cjthud36w]:after {
            bottom: 0;
        }

        .hex-item div:nth-child(1)[b-0cjthud36w] {
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
        }

        .hex-item div:nth-child(2)[b-0cjthud36w] {
            -webkit-transform: rotate(60deg);
            -moz-transform: rotate(60deg);
            -ms-transform: rotate(60deg);
            -o-transform: rotate(60deg);
            transform: rotate(60deg);
        }

        .hex-item div:nth-child(3)[b-0cjthud36w] {
            -webkit-transform: rotate(120deg);
            -moz-transform: rotate(120deg);
            -ms-transform: rotate(120deg);
            -o-transform: rotate(120deg);
            transform: rotate(120deg);
        }

.hex-content[b-0cjthud36w] {
    color: #fff;
    display: block;
    height: 180px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    transform: rotate(-30deg);
    width: 156px;
}

    .hex-content .hex-content-inner[b-0cjthud36w] {
        left: 50%;
        margin: -3px 0 0 2px;
        position: absolute;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .hex-content .icon[b-0cjthud36w] {
        display: block;
        font-size: 36px;
        line-height: 30px;
        margin-bottom: 11px;
    }

    .hex-content .title[b-0cjthud36w] {
        display: block;
        font-family: "Open Sans", sans-serif;
        font-size: 14px;
        letter-spacing: 1px;
        line-height: 24px;
        text-transform: uppercase;
    }

    .hex-content svg[b-0cjthud36w] {
        left: -7px;
        position: absolute;
        top: -13px;
        transform: scale(0.87);
        z-index: -1;
        -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
        -moz-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
        -o-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
        transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    }

    .hex-content:hover[b-0cjthud36w] {
        color: #fff;
    }

.page-home .hexagon-item:nth-last-child(1)[b-0cjthud36w], .page-home .hexagon-item:nth-last-child(2)[b-0cjthud36w], .page-home .hexagon-item:nth-last-child(3)[b-0cjthud36w] {
    -webkit-transform: rotate(30deg) translate(87px, -80px);
    -moz-transform: rotate(30deg) translate(87px, -80px);
    -ms-transform: rotate(30deg) translate(87px, -80px);
    -o-transform: rotate(30deg) translate(87px, -80px);
    transform: rotate(30deg) translate(87px, -80px);
}

@media (min-width: 1200px) {
    .col-lg-offset-2[b-0cjthud36w] {
        margin-left: 16.66666667%;
    }
}

@media (min-width: 1200px) {
    .col-lg-8[b-0cjthud36w] {
        width: 66.66666667%;
    }
}

.hexagon-item:first-child[b-0cjthud36w] {
    margin-left: 0;
}

.pt-table.desktop-768 .pt-tablecell[b-0cjthud36w] {
    padding-bottom: 110px;
    padding-top: 60px;
}

.hexagon-item:hover .icon i[b-0cjthud36w] {
    color: #40bf40;
    transition: 0.6s;
}

.hexagon-item:hover .title[b-0cjthud36w] {
    -webkit-animation: focus-in-contract 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: focus-in-contract-b-0cjthud36w 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
/***************************/

@-webkit-keyframes focus-in-contract {
    0% {
        letter-spacing: 1em;
        -webkit-filter: blur(12px);
        filter: blur(12px);
        opacity: 0;
    }

    100% {
        -webkit-filter: blur(0px);
        filter: blur(0px);
        opacity: 1;
    }
}

@keyframes focus-in-contract-b-0cjthud36w {
    0% {
        letter-spacing: 1em;
        -webkit-filter: blur(12px);
        filter: blur(12px);
        opacity: 0;
    }

    100% {
        -webkit-filter: blur(0px);
        filter: blur(0px);
        opacity: 1;
    }
}

@media only screen and (max-width: 767px) {
    .hexagon-item[b-0cjthud36w] {
        float: none;
        margin: 0 auto 50px;
    }

        .hexagon-item:first-child[b-0cjthud36w] {
            margin-left: auto;
        }

    .page-home .hexagon-item:nth-last-child(1)[b-0cjthud36w], .page-home .hexagon-item:nth-last-child(2)[b-0cjthud36w], .page-home .hexagon-item:nth-last-child(3)[b-0cjthud36w] {
        -webkit-transform: rotate(30deg) translate(0px, 0px);
        -moz-transform: rotate(30deg) translate(0px, 0px);
        -ms-transform: rotate(30deg) translate(0px, 0px);
        -o-transform: rotate(30deg) translate(0px, 0px);
        transform: rotate(30deg) translate(0px, 0px);
    }
}
/* _content/KeiFlow.UI.Toezicht/Pages/SummaryFormDetailsComponent.razor.rz.scp.css */

/* _content/KeiFlow.UI.Toezicht/Pages/SummaryPage.razor.rz.scp.css */
body[b-40by6jtjbj] {
    overflow: hidden !important;
}

.summary-view[b-40by6jtjbj] {
    display: grid;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr 40px;
}

.summary-view-header[b-40by6jtjbj] {
    border-bottom: 1px solid lightgrey;
    padding: 10px 20px;
    margin-bottom: 1rem;
}

.summary-view-footer[b-40by6jtjbj] {
    border-top: 1px solid lightgrey;
    padding: 20px;
}

.summary-view-body[b-40by6jtjbj] {
    overflow-y: auto;
    display: grid;
    grid-template-columns: auto auto auto;
    /*grid-template-rows: minmax(100px, 1fr);*/
    grid-auto-rows: max-content;
    /*justify-content: center;*/
    align-items: stretch;
    justify-items: stretch;
    align-content: stretch;
    column-gap: 20px;
    row-gap: 20px;
}

.summary-view-cell[b-40by6jtjbj] {
    padding: 0px;
}
/*
.summary-view-cell-list {
    overflow-y: auto;
    max-height: 300px;
}
::deep .summary-view-cell-content {
    overflow-y: auto;
    max-height: 300px;
    min-height: 300px;
}

::deep .summary-view-list {
    overflow-y: auto;
    max-height: 300px;
    min-height: 300px;
}

::deep .summary-view-table {
    overflow-y: auto;
    max-height: 300px;
    min-height: 300px;
}
*/
/* _content/KeiFlow.UI.Toezicht/Pages/SummaryTaakDetailsComponent.razor.rz.scp.css */

/* _content/KeiFlow.UI.Toezicht/Pages/SummaryZaakDetailsComponent.razor.rz.scp.css */

/* _content/KeiFlow.UI.Toezicht/Pages/TenantDbRowHistoryPage.razor.rz.scp.css */
body[b-spp5q05irc] {
    overflow: hidden !important;
}

.tenant-db-row-history[b-spp5q05irc] {
    display: grid;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr 40px;
}

.tenant-db-row-history-header[b-spp5q05irc] {
    border-bottom: 1px solid lightgrey;
    padding: 10px 20px;
    margin-bottom: 1rem;
}

.tenant-db-row-history-footer[b-spp5q05irc] {
    border-top: 1px solid lightgrey;
    padding: 20px;
}

.tenant-db-row-history-body[b-spp5q05irc] {
    overflow-y: auto;
}

    .tenant-db-row-history-body > ol[b-spp5q05irc] {
        list-style-type: upper-roman;
    }

    .tenant-db-row-history-body > ul[b-spp5q05irc] {
        list-style-type: square;
    }

.tenant-db-row-history-cell[b-spp5q05irc] {
    padding: 0px;
}
