﻿body {
    font-family: 'PublicSans-Regular', sans-serif, 'Source Sans Pro', Arial;
    font-size: 14px;
    line-height: 1.428571429;
    color: #49434d;
    background-color: #ffffff;
}

    body.account.login {
        padding-bottom: initial;
        overflow: hidden;
    }

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    /*max-width: 280px;*/
}

span.date {
    font-size: 12px;
    color: #BCBCBC;
}

.navbar .navbar-nav > li {
    background-color: transparent;
    margin-bottom: 2px;
}

.nav > li > a:hover, .nav > li > a:focus {
    background-color: inherit;
}

.navbar-toggle {
    background-color: transparent;
}

.navbar-header {
    margin-top: 2%;
    margin-bottom: 1%;
}

.row.row-top-margin {
    margin-top: 10px;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: transparent;
}

.circled-btn {
    margin-top: -10px;
    margin-left: 5px;
    width: 35px;
    height: 35px;
    position: relative;
    border-radius: 50%;
    cursor: pointer;
}

    .circled-btn.circled-white-pencil {
        background: rgba(255, 255, 255, 0.5);
    }

        .circled-btn.circled-white-pencil:after {
            content: "\f040";
            color: black;
        }

    .circled-btn.circled-gray-pencil {
        background: rgba(212, 212, 212, 0.8);
    }

        .circled-btn.circled-gray-pencil:after {
            content: "\f040";
            color: black;
        }

    .circled-btn.circled-green-pencil {
        background: #009A44;
    }

        .circled-btn.circled-green-pencil:after {
            content: "\f040";
            color: white;
        }

    .circled-btn.circled-green-add {
        background: #009A44;
    }

        .circled-btn.circled-green-add:after {
            content: "\f067";
            color: white;
        }

    .circled-btn.circled-red-trash {
        background: #E61C42;
    }

        .circled-btn.circled-red-trash:after {
            content: "\f1f8";
            color: white;
        }

    .circled-btn.circled-blue-info {
        background: #6BC5D8;
    }

        .circled-btn.circled-blue-info:after {
            content: "\f129";
            color: white;
        }

    .circled-btn.circled-gray-moveup {
        background: rgba(212, 212, 212, 0.8);
    }

        .circled-btn.circled-gray-moveup:after {
            content: "\f062";
            color: black;
        }

    .circled-btn.circled-gray-movedown {
        background: rgba(212, 212, 212, 0.8);
    }

        .circled-btn.circled-gray-movedown:after {
            content: "\f063";
            color: black;
        }

    .circled-btn:after {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-family: FontAwesome;
    }

a.circled-green-add {
    /*position: absolute;*/
    top: 20px;
    right: 0;
    float: left;
}

a.circled-green-pencil {
    /*position: absolute;*/
    top: 20px;
    right: 0;
    float: left;
}

a.circled-gray-pencil {
    /*position: absolute;*/
    top: 20px;
    right: 0;
    float: left;
}

a.circled-red-trash {
    /*position: absolute;*/
    top: 20px;
    right: 0;
    float: left;
}

a.circled-blue-info {
    /*position: absolute;*/
    top: 20px;
    right: 0;
    float: left;
}

a.circled-gray-moveup {
    /*position: absolute;*/
    top: 20px;
    right: 0;
    float: left;
}

a.circled-gray-movedown {
    /*position: absolute;*/
    top: 20px;
    right: 0;
    float: left;
}

header nav ul.profile-settings {
    margin: 0;
    padding: 10px;
    float: right;
    list-style: none;
}

    header nav ul.profile-settings li.dropdown a.dropdown-toggle span.name {
        padding: 0 10px 0 0;
        line-height: 40px;
        float: right;
        font-size: 16px;
        color: white;
    }

header .teaser {
    width: 100%;
    height: 230px;
    position: relative;
    text-align: center;
    background-size: cover;
    background: #EDEDED;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.50);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.50);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.50);
}

    header .teaser .text-wrapper {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

        header .teaser .text-wrapper a {
            font-size: 16px;
            color: white;
            text-shadow: 1px 1px 2px #969696;
        }

    header .teaser .circled-white-pencil {
        position: absolute;
        bottom: 10px;
        right: 10px;
        z-index: 2;
    }

    header .teaser .text-wrapper h1 {
        margin: 0;
        color: white;
        font-size: 40px;
        font-weight: bold;
        text-shadow: 1px 1px 2px #969696;
    }

    header .teaser .text-wrapper span.sub {
        color: white;
        font-size: 30px;
        font-weight: bold;
        text-shadow: 1px 1px 2px #969696;
    }

#layoutBackground {
    background-image: url(Images/login.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.logout {
    font-size: 18px;
    line-height: 18px;
    position: absolute;
    left: 20px;
    background-color: white;
    display: block;
    width: 160px;
    margin-left: -20px;
    margin-top: -10px;
    border: 1px solid silver;
    padding: 10px;
    border-radius: 4px;
}

/* Video section */
.homepage-hero-module {
    border-right: none;
    border-left: none;
    position: relative;
}

.video-container {
    position: absolute;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: white;
    /*margin-top:-15px;*/
}

    .video-container .poster img {
        width: 100%;
        height: auto;
        bottom: auto;
        position: absolute;
        /*z-index: -1;*/
    }

    .video-container .filter {
        z-index: 100;
        position: absolute;
        background: rgba(0, 0, 0, 0.4);
        width: 100%;
    }

    .video-container video {
        position: absolute;
        z-index: 0;
        bottom: auto;
    }

        .video-container video.fillWidth {
            width: 100%;
        }

.logo-image {
    left: 15%;
    top: 30%;
    position: absolute;
    margin-top: -25px;
    margin-left: -25px;
    display: block;
    max-width: 70%;
    max-height: 150px;
    width: auto;
    height: auto;
    image-rendering: optimizeQuality;
    -ms-interpolation-mode: bicubic;
}
/* end Video section */

#authentication {
    overflow: hidden;
}

@media (min-height: 900px) {
    #authentication .form-wrapper {
        top: 60%;
    }
}

@media (min-height: 768px) {
    #authentication .form-wrapper {
        top: 70%;
    }
}

#authentication .form-wrapper {
    width: 100%;
    max-width: 380px;
    position: absolute;
    left: 75%;
    top: 65%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    background: white;
    overflow: auto;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.50);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.50);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.50);
}

    #authentication .form-wrapper form {
        width: calc(100% - 20px);
        margin: 10px;
        padding: 30px;
        float: left;
        border: 1px solid #E8E8E8;
        box-sizing: border-box;
    }

        #authentication .form-wrapper form span.heading {
            margin: 0 0 20px 0;
            text-align: center;
            display: block;
        }

        #authentication .form-wrapper form .form-group a {
            margin: 0 20px 0 0;
            line-height: 40px;
            float: left;
        }

.topics-list > ul {
    list-style-type: none;
    font-size: 18px;
    line-height: 18px;
}

    .topics-list > ul > li > hr {
        margin: 6px 0px 20px 0px;
        border-width: 2px;
        border-color: inherit;
    }

.app-color-1 {
    color: #009A44;
}

.app-color-2 {
    color: #8F3237
}

.app-color-3 {
    color: #E71A40
}

.app-color-4 {
    color: #59CBE8
}

.app-color-5 {
    color: #830065
}

.app-color-6 {
    color: #41273B
}

.app-color-7 {
    color: #A6192E
}

.app-color-8 {
    color: #CA1E36
}

.app-color-9 {
    color: #710035
}

.app-color-10 {
    color: #35004A
}

.app-color-11 {
    color: #004397
}

.app-color-12 {
    color: #004451
}

.app-bk-color-1 {
    background-color: #009A44;
}

.app-bk-color-2 {
    background-color: #8F3237
}

.app-bk-color-3 {
    background-color: #E71A40
}

.app-bk-color-4 {
    background-color: #59CBE8
}

.app-bk-color-5 {
    background-color: #830065
}

.app-bk-color-6 {
    background-color: #41273B
}

.app-bk-color-7 {
    background-color: #A6192E
}

.app-bk-color-8 {
    background-color: #CA1E36
}

.app-bk-color-9 {
    background-color: #710035
}

.app-bk-color-10 {
    background-color: #35004A
}

.app-bk-color-11 {
    background-color: #004397
}

.app-bk-color-12 {
    background-color: #004451
}

.form-group.password::after, .form-group.email::after {
    position: absolute;
    right: 10px;
    top: 14px;
    content: "\f0e0";
    font-family: FontAwesome;
    font-size: 14px;
    color: rgb(51, 51, 51);
}

.form-group.password::after {
    content: "\f023";
    font-size: 18px;
    font-family: FontAwesome;
}

.area-icon {
    width: 75px;
    margin-right: 24px;
    text-align: center;
    font-size: 10px;
}

/*.area-icon.fa {
        font-size: 32px;
    }*/

.quality-area a:hover, a:focus {
    font-weight: bold;
    text-decoration: none;
}


ul#qualityAreaMedia.media {
    width: 100%;
    padding: 10px 0 0 0;
    margin: 0;
    float: left;
    list-style: none;
}

@media (min-width: 1024px) {
    ul#qualityAreaMedia.media {
        width: auto;
        padding: 20px 0 0 0;
    }
}

ul#qualityAreaMedia.media li {
    padding: 0 10px 10px 0;
    float: left;
}

    ul#qualityAreaMedia.media li:last-child {
        padding: 0 0 10px 0;
    }

    ul#qualityAreaMedia.media li a {
        float: left;
    }

    ul#qualityAreaMedia.media li img {
        width: 60px;
        height: 60px;
        cursor: pointer;
        object-fit: cover;
    }

a.btn, button, input.btn {
    padding: 10px 15px;
    font-size: 18px;
    font-weight: normal;
    background: #97C77B;
    color: white;
    border: none;
    outline: none;
    cursor: pointer;
}

    a.btn.red-btn, button.red-btn, .btn.red-btn {
        background: #ED504F;
        color: white;
    }

header .file-modal .modal-wrapper form .file-wrapper {
    cursor: pointer;
}

.modal-body-wrapper {
    overflow: auto;
}

.file-wrapper {
    max-width: 350px;
    padding: 5px;
    float: left;
    border: 1px solid #D2D6DE;
    display: block;
    cursor: pointer;
}

    .file-wrapper input {
        width: 0.1px;
        height: 0.1px;
        opacity: 0;
        overflow: hidden;
        position: absolute;
        z-index: -1;
    }

    .file-wrapper span {
        padding: 10px;
        float: left;
        border: 1px solid #EFEFEF;
        border-radius: 3px;
        background: white;
        color: #555555;
    }

.filename-wrapper {
    margin-top: 17px;
    margin-left: 10px;
}

    .filename-wrapper span {
        margin-left: 10px;
    }

.content-image-wrapper .circled-btn {
    position: absolute;
    bottom: -20px;
    right: 0;
}

.modal-body textarea {
    min-height: 180px;
    resize: vertical;
}

.lity-iframe .lity-container {
    max-width: 640px;
}

.modal-content ul.media {
    width: 100%;
    padding: 0 20px;
    float: left;
    list-style: none;
}

    .modal-content ul.media li {
        width: 100%;
        padding: 20px 0;
        float: left;
        border-bottom: 1px solid #E6E6E6;
    }

        .modal-content ul.media li .icon {
            width: 40px;
            height: 40px;
            float: left;
            display: block;
            object-fit: cover;
            margin-right: 4px;
        }

        .modal-content ul.media li img {
            width: 40px;
            height: 40px;
            object-fit: cover;
        }

        .modal-content ul.media li span {
            padding: 0 0 0 20px;
            line-height: 40px;
        }

        .modal-content ul.media li a.trash:after {
            content: "\f1f8";
            font-family: FontAwesome;
            line-height: 40px;
            font-size: 20px;
            float: right;
            color: #FF6961;
            cursor: pointer;
        }

.dropzone {
    padding: 10px 10px;
}

    .dropzone .figureName {
        resize: none;
        max-width: 100px;
    }

    .dropzone .dz-message {
        margin: 0.5em 0;
    }

    .dropzone .dz-preview.dz-image-preview {
        width: 100px;
    }

    .dropzone .dz-preview .dz-image {
        max-height: 100px;
        max-width: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .dropzone .dz-preview .dz-image img {
            display: block;
            max-height: 100px;
            max-width: 100px;
            object-fit: cover;
        }

    .dropzone .dz-preview {
        margin: 0.5em;
    }

    .dropzone.dz-started .dz-message {
        opacity: 1; /* Don't let it disappear */
        display: block;
    }

    .dropzone.dz-max-files-reached .dz-message {
        opacity: 0; /* Make it disappear */
        display: none;
    }

/*area buttons*/
.img-QualityArea {
    height: 550px;
    background-image: url(Images/Areas/lijnenspel_en_buttons_positief_compleet.png);
    background-repeat: no-repeat;
    min-width: 1200px;
}

.AreaButton_1 {
    position: absolute;
    left: calc(50% - 35px - 419px);
    top: 245px;
    background: url("Images/Areas/Visie_en_koers_positief_RGB.png");
    background-repeat: no-repeat;
    background-position: top right;
    background-color: transparent;
    cursor: pointer;
    border: 0px;
    height: 70px;
    width: 70px;
    outline-width: 0px;
}

    .AreaButton_1:hover {
        background-image: url("Images/Areas/Visie_en_koers_diapositief_RGB.png");
    }

    .AreaButton_1 .text-area {
        list-style-type: none;
        font-size: 18px;
        line-height: 18px;
        position: absolute;
        top: 26px;
        right: 75px;
        width: 200px;
        text-align: right;
        overflow-wrap: break-word;
    }

.AreaButton_2 {
    position: absolute;
    left: calc(50% - 35px - 309px);
    top: 71px;
    background: url("Images/Areas/School_in_beeld_positief_RGB.png");
    background-repeat: no-repeat;
    background-position: top right;
    background-color: transparent;
    cursor: pointer;
    border: 0px;
    height: 70px;
    width: 70px;
    outline-width: 0px;
}

    .AreaButton_2:hover {
        background-image: url("Images/Areas/School_in_beeld_diapositief_RGB.png");
    }

    .AreaButton_2 .text-area {
        list-style-type: none;
        font-size: 18px;
        line-height: 18px;
        position: absolute;
        top: 26px;
        right: 75px;
        width: 300px;
        text-align: right;
        overflow-wrap: break-word;
    }

.AreaButton_3 {
    position: absolute;
    left: calc(50% - 35px - 92px);
    top: 31px;
    background: url("Images/Areas/Schoolklimaat_positief_RGB.png");
    background-repeat: no-repeat;
    background-position: top right;
    background-color: transparent;
    cursor: pointer;
    border: 0px;
    height: 70px;
    width: 70px;
    outline-width: 0px;
}

    .AreaButton_3:hover {
        background-image: url("Images/Areas/Schoolklimaat_diapositief_RGB.png");
    }

    .AreaButton_3 .text-area {
        list-style-type: none;
        font-size: 18px;
        line-height: 18px;
        position: relative;
        bottom: 25px;
        text-align: center;
        width: 400px;
        display: inline-block;
        right: 170px;
        overflow-wrap: break-word;
    }

.AreaButton_4 {
    position: absolute;
    left: calc(50% - 35px + 201px);
    top: 106px;
    background: url("Images/Areas/Onderwijsproces_positief_RGB.png");
    background-repeat: no-repeat;
    background-position: top right;
    background-color: transparent;
    cursor: pointer;
    border: 0px;
    height: 70px;
    width: 70px;
    outline-width: 0px;
}

    .AreaButton_4:hover {
        background-image: url("Images/Areas/Onderwijsproces_diapositief_RGB.png");
    }

    .AreaButton_4 .text-area {
        list-style-type: none;
        font-size: 18px;
        line-height: 18px;
        position: absolute;
        left: 75px;
        top: 26px;
        width: 350px;
        text-align: left;
        overflow-wrap: break-word;
    }

.AreaButton_5 {
    position: absolute;
    left: calc(50% - 35px + 286px);
    top: 304px;
    background: url("Images/Areas/Onderwijsresultaten_positief_RGB.png");
    background-repeat: no-repeat;
    background-position: top right;
    background-color: transparent;
    cursor: pointer;
    border: 0px;
    height: 70px;
    width: 70px;
    outline-width: 0px;
}

    .AreaButton_5:hover {
        background-image: url("Images/Areas/Onderwijsresultaten_diapositief_RGB.png");
    }

    .AreaButton_5 .text-area {
        list-style-type: none;
        font-size: 18px;
        line-height: 18px;
        position: absolute;
        left: 75px;
        top: 26px;
        width: 260px;
        text-align: left;
        overflow-wrap: break-word;
    }

.AreaButton_6 {
    position: absolute;
    left: calc(50% - 35px + 69px);
    top: 421px;
    background: url("Images/Areas/Kwaliteitszorg_en_ambitie_positief_RGB.png");
    background-repeat: no-repeat;
    background-position: top right;
    background-color: transparent;
    cursor: pointer;
    border: 0px;
    height: 70px;
    width: 70px;
    outline-width: 0px;
}

    .AreaButton_6:hover {
        background-image: url("Images/Areas/Kwaliteitszorg_en_ambitie_diapositief_RGB.png");
    }

    .AreaButton_6 .text-area {
        list-style-type: none;
        font-size: 18px;
        line-height: 18px;
        position: relative;
        top: 75px;
        text-align: center;
        width: 400px;
        display: inline-block;
        right: 170px;
        overflow-wrap: break-word;
    }

.AreaButton_7 {
    position: absolute;
    left: calc(50% - 35px - 236px);
    top: 442px;
    background: url("Images/Areas/Financieel_beheer_positief_RGB.png");
    background-repeat: no-repeat;
    background-position: top right;
    background-color: transparent;
    cursor: pointer;
    border: 0px;
    height: 70px;
    width: 70px;
    outline-width: 0px;
}

    .AreaButton_7:hover {
        background-image: url("Images/Areas/Financieel_beheer_diapositief_RGB.png");
    }

    .AreaButton_7 .text-area {
        list-style-type: none;
        font-size: 18px;
        line-height: 18px;
        position: relative;
        top: 75px;
        text-align: center;
        width: 400px;
        display: inline-block;
        right: 170px;
        overflow-wrap: break-word;
    }

#qualityAreaIcon1 {
    background-image: url("Images/Areas/Visie_en_koers_positief_RGB.png");
    background-repeat: no-repeat;
}

    #qualityAreaIcon1:hover {
        background-image: url("Images/Areas/Visie_en_koers_diapositief_RGB.png");
        background-repeat: no-repeat;
    }

#qualityAreaIcon2 {
    background-image: url("Images/Areas/School_in_beeld_positief_RGB.png");
    background-repeat: no-repeat;
}

    #qualityAreaIcon2:hover {
        background-image: url("Images/Areas/School_in_beeld_diapositief_RGB.png");
        background-repeat: no-repeat;
    }

#qualityAreaIcon3 {
    background-image: url("Images/Areas/Schoolklimaat_positief_RGB.png");
    background-repeat: no-repeat;
}

    #qualityAreaIcon3:hover {
        background: url("Images/Areas/Schoolklimaat_diapositief_RGB.png");
        background-repeat: no-repeat;
    }

#qualityAreaIcon4 {
    background-image: url("Images/Areas/Onderwijsproces_positief_RGB.png");
    background-repeat: no-repeat;
}

    #qualityAreaIcon4:hover {
        background-image: url("Images/Areas/Onderwijsproces_diapositief_RGB.png");
        background-repeat: no-repeat;
    }

#qualityAreaIcon5 {
    background-image: url("Images/Areas/Onderwijsresultaten_positief_RGB.png");
    background-repeat: no-repeat;
}

    #qualityAreaIcon5:hover {
        background-image: url("Images/Areas/Onderwijsresultaten_diapositief_RGB.png");
        background-repeat: no-repeat;
    }

#qualityAreaIcon6 {
    background-image: url("Images/Areas/Kwaliteitszorg_en_ambitie_positief_RGB.png");
    background-repeat: no-repeat;
}

    #qualityAreaIcon6:hover {
        background-image: url("Images/Areas/Kwaliteitszorg_en_ambitie_diapositief_RGB.png");
        background-repeat: no-repeat;
    }

#qualityAreaIcon7 {
    background-image: url("Images/Areas/Financieel_beheer_positief_RGB.png");
    background-repeat: no-repeat;
}

    #qualityAreaIcon7:hover {
        background-image: url("Images/Areas/Financieel_beheer_diapositief_RGB.png");
        background-repeat: no-repeat;
    }

.qualityAreaIcon {
    display: inline-block;
    height: 75px;
    width: 100%;
}

    .qualityAreaIcon .text-area {
        position: relative;
        left: 85px;
        top: 25px;
    }

/*Spinner*/
.apDiv1 {
    position: relative;
    width: 300px;
    height: 300px;
    z-index: 1;
    left: calc(50% - 226px);
    top: 128px;
}

.aspectCheckbox {
    width: 20px;
    height: 20px;
}

.aspectCheckboxTooltip {
    color: lightblue;
}

/* Spacing classes */
.mt-20 {
    margin-top: 20px;
}

.mt-10 {
    margin-top: 10px;
}

@media (min-width: 1024px) {
    .position-left {
        margin: auto;
    }

    .position-right {
        margin: auto;
    }

    .position-center {
        margin: auto;
    }
}

label.word-break {
    word-break: break-word;
}

@media (min-width: 1024px) {
    .align-right-lg {
        float: right;
        margin-right: 30px;
    }
}

@media (max-width: 1024px) {
    .align-right-lg {
        float: left;
        margin-left: 10px;
    }
}

.quality-standard-modal-body {
    margin: 20px 10px;
}

.quality-area-modal-body {
    margin: 20px 10px;
}

.quality-area-modal-footer-buttons {
    margin-left: calc(100% - 204px - 10px);
}

#editQualityAreaTitle {
    top: 15px;
    right: -45px;
    font-size: 14px;
    font-weight: normal;
}


#jcrop_target {
    max-width: 100%;
    object-fit: contain;
}