html {
  scroll-behavior: smooth;
}

.welcome-logo {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.welcome-logo img {
    width: 200px;
}

.welcome-text {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
    color: #2f3e41;
}

.block.block-alt {
    background-color: #737373;
    color: white;
    text-align: center;
    position: relative;
    margin-bottom: 0px;
}

.block.block-alt h3 {
    color: white;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
    z-index: 2;
    font-size: 2rem;
    line-height: 2.8rem;
}

.block.block-alt.open {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.group-pills {
    background-color: #737373;
    color: white;
    text-align: center;
    position: relative;
    padding: 30px;
    margin-bottom: 30px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.group-pills ul {
    display: flex;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
    justify-content: center;
}

.block.news-block {
    background-color: #233e44;
    height: 100%;
    position: relative;
}

.block .h-pill {
    color: white;
    text-align: center;
    display: flex;
    justify-content: center;
    padding: 5px 10px;
    border-radius: 20px;
    background-color: #de5430;
    margin-top: -40px;
}

.page-template-nieuws .latest-news {
    padding-left: 15px;
}

.block .latest-news {
    color: white;
}

.block .latest-news .date, .block .latest-news .author {
    opacity: 0.7;
    margin: 0px;
    font-size: 1.2rem !important;
    color: white;
}

.block .latest-news h4 a {
    color: white;
}

.block .latest-news h4 a:hover {
    color: #de5430;
}

.block .latest-news li {
    list-style-type: disc;
    color: #de5430;
}

.button-wrapper-block {
    display: flex;
    justify-content: flex-end;
    width: auto;
    position: absolute;
    right: 15px;
    bottom: 15px;
}

.button-wrapper-block a {
    padding-left: 30px;
    padding-right: 30px;
    width: fit-content;
}

.button-wrapper-block .btn-primary {
    background-color: #f69e02;
    color: #233e44;
}

.button-wrapper-block .btn-primary:hover {
    background-color: #e69100;
}

.system-status-single {
    color: white;
}

.system-status-single .status-good {
    background-color: #4a9a4a;
}

.system-status-single .status-bad {
    background-color: #ff3f39;
}

.system-status-message {
    background-color: #f69e02;
    border-radius: 20px;
}

.news-block .image-wrapper {
    width: 150px;
    margin-bottom: -30px;
}

.block-row {
    display: flex;
}

.system-block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.block ul.latest-news {
    margin-bottom: 50px;
    padding-left: 15px;
}

.block-important-links {
    background-color: none;
}

.block-important-links .latest-news {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 10px;
}

.block-important-links .latest-news li {
    list-style: none;
    background-color: #233e44;
    padding: 20px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    display: flex;
    text-align: center;
    width: 100%;
    height: 0;
    padding-bottom: 85%;
    position: relative;
}

.block-important-links .latest-news li a {
    position: absolute;
    left: auto;
    top: 33%;
    font-size: 1.5rem;
    color: white;
}

.block-important-links h3 {
    color: white;
}

.block-important-links .latest-news li:nth-child(4n+2) {
    background-color: #de5430;
}

.block-important-links .latest-news li:nth-child(4n+4) {
    background-color: #0f9397;
}

.block-important-links .latest-news li:nth-child(4n+3) {
    background-color: #737373;
}

body.post-type-archive-p-o-article, 
body.page-id-6383, 
body.post-type-archive-solidoe-info-article, 
body.post-type-archive-inspiration-article,
body.post-type-archive-handbook-article,
body.page-template-pedagogiek-kwaliteit,
body.post-type-archive-bieb-article,
body.page-template-nieuws,
body.blog,
body.tax-p-o-subject,
body.post-type-archive-vacancy,
body.archive,
body.single,
body.post-type-archive-daily,
body.page-template-form,
body.page-template-phone-numbers,
body.search-results,
.page-template-templates {
    background-color: #5e9aa5;
}

body.post-type-archive-p-o-article #breadcrumbs, 
body.page-id-6383 #breadcrumbs, 
body.post-type-archive-solidoe-info-article #breadcrumbs, 
body.post-type-archive-inspiration-article #breadcrumbs,
body.post-type-archive-handbook-article #breadcrumbs,
body.page-template-pedagogiek-kwaliteit #breadcrumbs,
body.post-type-archive-bieb-article #breadcrumbs,
body.page-template-nieuws #breadcrumbs,
body.blog #breadcrumbs,
body.tax-p-o-subject #breadcrumbs,
body.post-type-archive-vacancy #breadcrumbs,
body.archive #breadcrumbs,
body.single #breadcrumbs,
body.page-template-form #breadcrumbs,
body.page-template-phone-numbers #breadcrumbs,
body.search-results #breadcrumbs,
.page-template-templates #breadcrumbs {
    background-color: #5e9aa5;
}

.page-template-pedagogiek-kwaliteit h1, .page-template-nieuws h1, .blog h1, .tax-p-o-subject h1, .post-type-archive-vacancy h1, .archive h1, .single h1 {
    color: white;
}

.block-alt-color {
    background-color: #737373 !important;
}

.block-alt-color p {
    color: white;
}
.modal {
    opacity: 1 !important;
    background-color: #3c3c3c94;
}

.modal-dialog {
    top: 25%;
    margin-top: 150px;
    margin-bottom: 150px;
}

.modal-header {
    display: flex;
    justify-content: center;
    position: relative;
    border-bottom: 0px;
}

.modal-header .close {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 30px;
    color: black;
    width: fit-content;
}

.modal-title {
    background-color: #de5430;
    color: white;
    text-align: center;
    position: relative;
    padding: 10px 30px;
    border-radius: 20px;
}

.modal-content {
    background-color: #f69e02;
}

.subjects {
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 0;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}

.subjects-block {
    background-color: #233e44;
    color: white;
    width: 100% !important;
    height: auto !important;
    padding-left: 40px;
    padding-right: 40px;
    margin-bottom: 50px;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
    display: block;
    scroll-behavior: smooth;
}

.subjects-block a {
    color: white;
    cursor: pointer;
}

.subjects-block a h3 {
    cursor: pointer;
}

.subjects-block p {
    margin: 0px;
}

.subjects-block ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.subjects-block ul li {
    list-style: disc;
    color: #de5430;
}

.block-summary {
    background-color: #233e44;
    color: white;
    text-align: center;
    position: relative;
}

.block-summary h3 {
    color: white;
}

.block-summary-img {
    height: 100px;
    width: inherit;
    position: absolute;
    right: 10px;
    bottom: 0px;
}

#wrapper {
    margin-bottom: 0px; 
    padding-bottom: 0px;
}

article#article-content {
    margin-bottom: 0px;
}

.toggle-sidenav {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

body {
    padding-bottom: 0px;
}

body.logged-in #header, body.logged-in #sidenav-right, body.logged-in .nav-right-close-button {
    top: 0px;
}

#menu-naar-onze-systemen li {
    background-color: white;
}

#sidenav-right #menu-naar-onze-systemen li a {
    background-color: #0099a6;
    margin: 10px;
    border-radius: 10px;
    color: white;
}

.mobile-menu .button {
    background-color: #233e44;
    color: white;
    border-right: 1px solid white;
}

.mobile-menu .button i {
    color: white;
}

#header .header-button .btn-header, .mobile-menu .button.action {
    background-color: #de5430;
}

.nav-right-close-button, #sidenav-right .side-nav-items li a {
    color: #0099a6;
}

#sidenav-left .close-left-nav {
    color: #233e44;
}

#sidenav-left .menu-links {
    list-style: disc;
    padding-left: 20px;
    color: #233e44;
}

#sidenav-left .menu-links li a {
    color: #233e44;
}

#sidenav-left .menu-links li {
    list-style: disc;
}

#sidenav-left .menu-links li:first-child {
    margin-top: 50px;
}

#sidenav-left .menu-links .sub-menu li:first-child {
    margin-top: 0px;
}

#sidenav-left .menu-links .sub-menu li {
    color: #de5430;
}

#sidenav-left .menu-links .sub-menu {
    padding-left: 15px;
}

.solidoe-menu {
    background-color: #233e44;
}

#header .user-dropdown .dropdown-toggle ul li i {
    color: white;
}

#header .dropdown-list ul li a {
    background-color: #233e44;
    color: white;
}

#header .dropdown-list ul li a:hover {
    background-color: #233e44;
}

#header .user-dropdown .dropdown-toggle ul li img {
    border: 2px solid white;
}

#header .search .btn-search, #header .search select {
    background-color: #de5430;
}

#header .search .form-control {
    padding: 9px 60px 7px 128px;
}

#header.is-scrolling .header-button .btn-header {
    height: 80px;
}

#header.is-scrolling {
    transform: translateY(0%);
}

#breadcrumbs {
    margin-top: 0px;
    background-color: white;
}

#breadcrumbs .trail-item a {
    color: #333;
}

.modal-body {
    padding: 20px;
}

#header .inner.move-down {
    transform: translateY(0%);
}

.agenda-form legend {
    display: none;
}

.agenda-form .gchoice {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 20px;
}

.agenda-form .gchoice input {
    margin: 0;
    padding: 0;
}

.agenda-form .gchoice label {
    padding: 0;
    margin: 0;
    line-height: 1rem;
    font-size: 1.4rem;
    min-height: 0px;
}

.agenda-form {
    margin-top: 10px;
    margin-bottom: 10px;
}

.agenda-form .gform_wrapper {
    display: block !important;
}

.search-open {
    display: block !important;
}

.search-close {
    display: none !important;
}

.mobile-search .btn-search {
    right: 3px;
    height: 34px;
    background-color: #de5430;
}

.mobile-search {
    background-color: #233e44;
    border-top: 1px solid white;
}

.notification-icon {
    position: absolute; 
    right: 200px; 
    top: 23px; 
    line-height: 0px;
    cursor: pointer;
    z-index: 2;
}

.subject-shortcuts {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 10px;
    color: white;
    margin-bottom: 30px;
    scroll-behavior: smooth;
}

.subject-shortcuts a {
    color: white;
}

.subject-shortcuts a:hover {
    color: #e69100;
}

.page-template-nieuws .latest-news li {
    list-style: disc;
    color: #de5430;
}

.page-template-nieuws .latest-news .date {
    color: white;
    opacity: 0.6;
    font-weight: 600;
    font-size: 14px;
}

.page-template-nieuws .latest-news h4 a {
    color: white;
    font-size: 1.8rem;
}

body.login #login h1 a {
    background-image: url("../img/new/solidoe_logo_new_png.png");
    height: 125px;
}

body.login {
    background-image: url("../img/new/solidoe_background_login.png");
    background-repeat: no-repeat;
    background-size: contain;
}

.login .button {
    width: auto;
}

.latest-documents-block {
    padding: 0px;
    margin: 0px;
    background-color: #5e9aa5;
}

.latest-documents-block .popular-subject-items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 20px;
    gap: 20px;
    background-color: #233e44;
}

.latest-documents-block .popular-subject-items li {
    width: 100% !important;
    height: 100%;
}

.latest-documents-block .popular-subjects ul.popular-subject-items li a.block {
    background-color: #233e44;
}

.latest-documents-block hr {
    border-top: 1px solid #de5430;
}

.block.overview-item {
    background-color: #233e44;
}

.block.overview-item .row p, .block.overview-item .date {
    color: white;
}

.block.overview-item h2 {
    color: #de5430;
}

#sidebar .block {
    padding: 0px;
    background-color: #5e9aa5;
}

#sidebar .block h2, #sidebar .block p {
    color: white;
}

.single p {
    color: white;
}

.single-topic p {
    color: #333;
}

#bbpress-forums fieldset.bbp-form legend {
    color: white;
    margin-bottom: 10px;
}

form input, form textarea {
    color: #333;
}

.wp-editor h1, .wp-editor h2, .wp-editor h3, .wp-editor h4, .wp-editor h5, .wp-editor h6, article h1, article h2, article h3, article h4, article h5, article h6 {
    color: #f29849;
}

body {
    color: white;
}

#loginform p, #loginform {
    color: #333;
}

#bbpress-forums li.bbp-body ul.forum, #bbpress-forums li.bbp-body ul.topic, #bbpress-forums .bbp-pagination-links a:hover, #bbpress-forums .bbp-pagination-links span.current, #bbpress-forums .bbp-topic-pagination a:hover {
    background-color: #233e44;
}

.single-reply {
    margin-bottom: 10px;
    border-bottom: 1px solid #ffffff45;
    padding-bottom: 10px;
    padding-top: 10px;
}

.single-reply:last-child {
    margin-bottom: 40px;
    border-bottom: 0px;
}

.single-reply-author {
    font-weight: 600;
    text-transform: capitalize;
    margin-right: 10px;
}

#bbpress-forums .button {
    background-color: #de5430;
}

.block-flex-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.block-flex-column h3 {
    width: 100%;
    text-align: left;
    padding-left: 15px;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.block-flex-column a {
    color: white;
    font-family: ProximaNovaSoft-Bold, sans-serif;
    font-style: normal;
    font-weight: 400;
}

.block-flex-column a:hover {
    color: #de5430;
}

.block-flex-column a.btn-primary:hover {
    color: #233e44;
}

.latest-documents {
    text-align: left;
}

.no-border-radius-bottom {
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.single article#article-content,
.post-type-archive-daily article#article-content,
.page-template-form article#article-content,
.page-template-phone-numbers article#article-content,
.page-template-templates article#article-content,
.blog article#article-content,
.search-results article#article-content,
#sidebar {
    background-color: #233e44;
    padding: 40px;
    border-radius: 20px;
}

.single.single-forum article#article-content {
    background-color: #5e9aa5;
    padding: 0px;
}

.page-template-pedagogiek-kwaliteit article#article-content {
    padding: 0px;
    border-radius: 0px;
    background-color: #5e9aa5;
}

input, select {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.datepicker, .datepicker-report, select.form-control, .gform_wrapper .gform_body ul .gfield input.datepicker {
    background-position: right 10px center;
}

.gform_wrapper .gform_body ul .gfield input, .gform_wrapper .gform_body ul .gfield select, .gform_wrapper .gform_body ul .gfield textarea {
    background-color: white;
    color: #333;
}

.telephone-numbers .search-icon {
    color: #333;
    left: auto;
    right: 10px;
}

#header .search .form-control {
    padding: 8px 60px 8px 120px !important;
}

.search-filter ul li a {
    padding: 5px 10px;
}

.gform_wrapper .gform_body ul .gfield.file-upload-btn label {
    background-color: #de5430;
}

.gform_wrapper .gform_body ul .gfield.file-upload-btn.photo-notification .gfield_description {
    border: 1px solid #de5430;
    color: #de5430;
}

.ginput_container_fileupload {
    margin-top: 75px;
}

.gform_wrapper .gform_body ul .gfield.password-field .ginput_container_password .ginput_left label, .gform_wrapper .gform_body ul .gfield.password-field .ginput_container_password .ginput_right label {
    margin-bottom: 0px;
}

.login .message, .login .notice, .login .success {
    color: #333;
}

.post-type-archive-daily .block .date {
    color: #333;
}

.table thead, .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #233e44;
}

.form-check ul.dashed li label {
    color: #333;
    border: 0px solid #5e9aa5;
    background-color: white;
}

.form-check ul.dashed li label:before {
    display: none;
}

.form-check ul.dashed li label:hover {
    color: white;
    background-color: #5e9aa5;
}

.form-check ul.dashed li label:hover:before {
    background-color: #5e9aa5;
}

.form-check ul.dashed li input:checked+label {
    background-color: #5e9aa5;
    color: white;
}

.form-control-file, #documentHelp {
    color: white;
}

.user-content h2, .search-filter ul li a {
    color: #d94814;
}

.search-result-list ul li a {
    color: #333;
}

.search-filter ul li:first-child {
    color: white;
}

.search-results article h1 {
    color: white;
}

.search-filter ul li {
    color: white;
    text-decoration: underline;
}

.search-filter ul li:first-child {
    text-decoration: none;
}

#sidebar .block {
    background-color: #233e44;
}

.step-plan p, .step-plan li {
    color: #333;
}

.block .popular-subjects ul.popular-subject-items li a.block {
    margin-bottom: 0px;
}

.block .popular-subjects ul.popular-subject-items li {
    border: 1px solid white;
    border-radius: 20px;
}

.login label, #login form .indicator-hint {
    color: #333;
}

.admin-bar #header {
    margin-top: 30px;
}

.single-topic .bbp-attachments-form, .single-topic form input {
    color: white;
}

.mobile-menu .open-hamburger-menu {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

@media screen and (max-width: 650px) {
    .subjects {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}

@media screen and (max-width: 767px) {
    .modal-dialog {
        top: 35%;
    }

    .space-mobile {
        margin-bottom: 20px;
    }

    .block-row {
        flex-wrap: wrap;
        gap: 20px;
    }
}

@media screen and (max-width: 991px) {

    .block-important-links .latest-news {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 20px;
    }

    .notification-icon {
        right: 140px;
        top: 12px;
    }

    .block-summary-img {
        display: none;
    }

    .search-container-nav {
        display: none;
    }

    #header .user-dropdown {
        padding: 0px;
        padding-top: 5px;
    }

    #header .header-button .btn-header {
        padding: 30px 5px;
        width: 200px;
        max-height: 100%;
    }

    .mobile-menu .toggle-sidenav {
        padding: 30px 5px;
        width: 200px;
        max-height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    #header .dropdown-list {
        top: 60px;
    }

    #header .inner.move-down {
        transform: translateY(0%);
    }

    #breadcrumbs {
        margin-top: 0px;
    }
}

@media screen and (max-width: 782px) {
    #breadcrumbs {
        margin-top: 0px;
    }
}

@media screen and (max-width: 767px) {
    #breadcrumbs {
        margin-top: 0px;
    }
}

@media screen and (min-width: 992px) {
    .mobile-menu .button {
        height: 80px;
        padding: 15px;
    }

    .is-scrolling .mobile-menu .button {
        height: 72px;
    }
}

@media screen and (max-width: 400px) {
    .mobile-menu .button.search-btn {
        padding: 12px 10px;
    }

    .notification-icon {
        right: 125px;
    }
}

@media screen and (max-width: 500px) {
    .block-important-links .latest-news {
        grid-template-columns: 1fr 1fr;
    }
}

.gform_wrapper {
  display: block !important;
}

form input, form select {
  width: 100% !important; 
  padding: 12px !important; 
  border: 1px solid #ccc !important;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px !important;
  margin-bottom: 16px !important;
  color: #233e44 !important;
}

form fieldset {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-start;
  flex-direction: column;
}

form fieldset legend {
  color: white;
  width: fit-content;
  font-size: 1.4rem;
}

form .gfield_radio {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 20px;
}

form .ginput_container.ginput_container_radio {
  margin-left: 0px !important;
}

.gform_wrapper .gform_footer input[type=submit] {
  color: white !important;
}

form .search select {
  width: auto !important;
  padding: 0 30px 0 15px !important; 
  border: 0px !important;
  border-radius: 15px 0 0 15px !important;
  box-sizing: border-box !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  color: white !important;
}

#header .search select {
  height: 36px;
}

body.login {
    position: relative;
}

#login {
    height: auto;
    padding: 0px;
}

.login form input[type=checkbox] {
    width: auto !important;
}

#language-switcher {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 5%;
}