/************************************************************
Title:     Extensions | Emile Blume - Netcreators.com 08-05-2019
************************************************************/

/* Needs to be solved in the plugin itself */
#back {
    display: none;
}

.htmlarea .toolbar ul,
.htmlarea .toolbar ul li {
    clear: none;
}

/* FEEDBACK */
.feedback {
    border: 1px solid var(--nav2b);
    background: var(--white);
    cursor: pointer;
    left: -172px;
    top: 30%;
    position: fixed;
    width: 200px;
    transition: all .4s ease-in-out;
    overflow: hidden;
    z-index: 100;
}

.feedback.open {
    left: 0;
}

.feedback h2 {
    background: var(--nav2b);
    color: var(--white);
    display: block;
    font-size: 1.1em;
    padding: 0 5px;
    height: 30px;
    line-height: 30px;
    width: 450px;
    text-align: left;
    text-decoration: none;
    transform: translateX(100%) rotate(90deg);
    transform-origin: top left;
    right: 0;
    top: 0;
    position: absolute;
}

.feedback .ce-textpic {
    padding: 20px 45px 20px 15px;
}


/* EVENTS */
.event-date {
    background: var(--white);
    border: 1px solid var(--aqua);
    float: left;
    height: 50px;
    width: 38px;
    margin: 0 10px 0 0;
    text-align: center;
}

.event-date .month,
.event-date .year {
    background: var(--aqua);
    color: var(--white);
    font-size: 9px;
    line-height: 12px;
    height: 12px;
    text-transform: uppercase;
}

.event-date .date {
    color: var(--aqua);
    font-size: 22px;
}

.event-date .year {
    background: var(--white);
    color: var(--aqua);
    font-size: 11px;
}

ul.events-list {
    font-family: var(--font-bold);
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.events-list li {
    clear: both;
    display: block;
    float: left;
    margin-bottom: 15px;
    position: relative;
}

ul.events-list li a {
    color: var(--aqua);
    display: block;
    line-height: 18px;
    text-decoration: none;
}

/* .tx-gbevents-pi1 a.cta {
    clear: both;
    float: left;
    margin: 10px 0;
}

.tx-gbevents-pi1 .media-body .data {
    float: right;
    text-align: center;
    margin: 0 0 20px 20px;
}

.tx-gbevents-pi1 .media-body .data span {
    color: #2a4a95;
    display: block;
    margin: 0 0 10px 0;
}

.tx-gbevents-pi1 .media-body .data span.icon-calendar {
    font-size: 30px;
} */

/* JOBFAIR */
.tx_jobfair h1 {
    margin-left: 180px;
}

.tx_jobfair form legend {
    text-indent: 20px;
    width: 100%;
    max-width: 640px;
    float: left;
}

.tx_jobfair form legend,
.tx_jobfair form .control-label {
    border: 0;
    color: var(--appelgroen);
    display: inline-block;
    font-size: 24px;
    font-family: var(--font-default);
    font-weight: var(--semi-bold);
    height: 80px;
    line-height: 80px;
    margin: 0;
    padding: 0;
    /* width:auto; */
}

.tx_jobfair form .control-label {
    cursor: pointer;
    font-size: 20px;
    width: 230px;
    top: 0;
    position: absolute;
    z-index: 1;
}

.tx_jobfair form .control-label label {
    cursor: pointer;
    margin: 0;
}

.tx_jobfair td:first-child {
    font-family: var(--font-default)
}

#tx_jobfair_filter {
    height: 80px;
    position: relative;
}

.tx_jobfair-filter-content {
    height: auto;
    width: 230px;
    position: relative;
}

#tx_jobfair_filter .filterForm {
    display: flex;
}

#tx_jobfair_filter .form-group {
    height: 85px;
    width: 260px;
    position: relative;
}

/* Styled filter */
/* .custom-select { } */
.custom-select select.form-control {
    background: var(--appelgroen);
    border: 0;
    border-radius: 0;
    color: var(--white);
    padding: 0;
    left: 0;
    top: 80px;
    position: relative;
    z-index: 99999;
    overflow: auto;
    height: 100%;
    max-width: 100%;
    width: 100%;
    display: none;
}

.custom-select.active select.form-control,
.custom-select select.form-control option {
    display: block;
}

.custom-select select.form-control option {
    border-bottom: 1px solid var(--white);
    padding: 5px;
    width: 100%;
}

.custom-select select.form-control option:last-of-type {
    border: none;
}

.custom-select select.form-control:focus > option:checked,
.custom-select select.form-control option:checked {
    background-color: var(--aqua) !important;
    color: var(--white) !important;
}

.tx_jobfair_filter_item .control-label:after {
    position: absolute;
    content: "";
    top: 33px;
    right: 10px;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-color: var(--appelgroen) transparent transparent transparent;
}

.tx_jobfair_filter_item .control-label.active:after {
    border-color: transparent transparent var(--appelgroen) transparent;
    top: 20px;
}

.select-items div,
.select-selected {
    color: transparent;
    padding: 0px 15px;
    border-bottom: 1px solid var(--white);
    cursor: pointer;
    width: 230px;
}

.select-selected {
    background-color: transparent;
    border: 0;
    height: 80px;
    line-height: 80px
}

.select-items {
    position: absolute;
    background-color: var(--appelgroen);
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}

.select-items div {
    color: var(--white);
    padding: 5px 15px;
}

.select-hide {
    display: none;
}

.select-items div:hover,
.same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}


.tx_jobfair.single h1 + .job-type {
    margin-top: -20px;
    margin-bottom: 30px
}

.tx_jobfair.table {
    border-bottom: 20px solid var(--appelgroen);
    margin: 0;
}

.tx_jobfair.table tr td {
    border: none;
    height: 60px;
    vertical-align: middle;
    padding: 0;
}

.tx_jobfair.table tr td:first-of-type {
    text-align: left;
    width: 50%
}

.tx_jobfair.table tr td {
    text-align: center;
    width: 25%
}

.tx_jobfair.table tr:nth-child(odd) td {
    background-color: var(--white)
}

.tx_jobfair.table th {
    background: var(--white);
    border: 0;
    color: var(--appelgroen);
    font-size: 24px;
    height: 80px;
    line-height: 80px;
    padding: 0;
    display: none;
}

.tx_jobfair.table th:first-of-type,
.tx_jobfair.table tr td:first-of-type {
    padding-left: 20px;
}

#tx_jobfair-latest-actionlist {
    margin-top: -20px;
}

#tx_jobfair-show-actionlist {
    margin-top: 40px;
    margin-left: -220px;
    margin-right: -360px;
    display: flex;
    /* overflow: hidden; */
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

#tx_jobfair-show-actionlist p {
    margin: 0;
}

#tx_jobfair-show-actionlist .row {
    min-height: 160px;
    padding: 20px;
    position: relative;
}

#tx_jobfair-show-actionlist .row.aqua * {
    color: var(--white)
}

#tx_jobfair-show-actionlist .col-01 .table-cell {
    padding-left: 20px;
}

#tx_jobfair-show-actionlist .col-01 {
    width: calc(66.66666667% - 80px);
    margin-right: 80px;
}

#tx_jobfair-show-actionlist .col-02 {
    width: calc(33.33333333% - 80px);
    margin-left: 80px;
}

#tx_jobfair-show-actionlist .col-02 .row {
    height: 100%;
}

#tx_jobfair-show-actionlist .donkergrijs::after {
    content: "";
    display: block;
    background: var(--donkergrijs);
    height: 100%;
    width: 380%;
    position: absolute;
    top: 0;
    right: -200%;
    z-index: -1;
}

.tx_jobfair.single h1 {
    margin-left: 0;
    margin-right: -385px;
}

.tx_jobfair.single .intro .col-02 {
    right: -284px;
    bottom: 0;
    position: absolute;
    width: 340px;
}

.tx_jobfair.single .intro .col-02 h2 {
    font-family: var(--font-bold);
    font-size: 45px;
    line-height: 45px;
}


/* JOB CONTROL */
.dmmjobcontrol_apply_header {
    font-weight: bold;
    font-size: 1.1em;
}

.dmmjobcontrol-list-item {
    border: 1px solid #ccc;
    display: block;
    margin: 1em 0;
    padding: 10px;
    position: relative;
    overflow: auto;
}

.dmmjobcontrol-list-item .list-category {
    font-size: 1.1em;
}

.dmmjobcontrol-list-item .date {
    float: left;
}

.dmmjobcontrol-list-item hr {
    margin: 0;
}

.dmmjobcontrol-list-item .list-utils {
    float: right;
    width: 60%
}

.dmmjobcontrol-list-item .list-utils a {
    background: #8FB53C;
    color: #fff;
    margin: 0 5px;
    padding: 5px;
    text-decoration: none;
}

.dmmjobcontrol-list-item .list-utils a.blauw,
.dmmjobcontrol-list-item .list-utils a:hover {
    background: #8FB53C;
}

.dmmjobcontrol_apply_link {
    background: #E2001A;
    color: #fff;
    margin: 0 5px;
    padding: 5px;
    text-decoration: none;
}

/* SEND A CARD */
.tx-srsendcard-pi1-image-selector dl {
    float: left;
    margin: 2px;
    width: 22% !important;
    overflow: hidden;
}

.tx-srsendcard-pi1 label {
    width: 100%;
}

.tx-srsendcard-pi1 .tx-srsendcard-pi1-submit {
    margin: 0;
}

.tx-srsendcard-pi1-image-selector dl {
    height: 150px;
    min-height: 150px;
    height: auto !important;
}

.tx-srsendcard-pi1-card-form-wrap fieldset {
    margin: 0 0 1em 0;
}

.tx-srsendcard-pi1-card-form-wrap legend {
    clear: both;
    float: none;
}

.tx-srsendcard-pi1-card-form-wrap div {
    clear: both;
    display: block;
}

/* USER LISTING ////////////////////////////////*/
.tx-pn-listfeusers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0 -200px;
    margin-bottom: 40px;
}

h2.special {
    background: var(--grijs);
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    text-indent: 10px;
    margin: 0 -160px 40px -200px;
}

.tx-pn-listfeusers .user {
    background: var(--lichtgrijs);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    margin: 0 40px 40px 0;
    width: calc(25% - 40px);
    position: relative;
}

.tx-pn-listfeusers .user .photo {
    line-height: 1px;
}

.tx-pn-listfeusers .user .name {
    padding: 10px;
}

.tx-pn-listfeusers .user:nth-child(4n+4s) {
    margin-right: 0;
}

.tx-pn-listfeusers .user h3 {
    font-size: 1em;
}

.tx-pn-listfeusers .user a {
    white-space: pre-wrap;
    word-wrap: break-word;
}

.tx-pn-listfeusers .user .big_number {
    font-size: 0.8em;
    margin: 10px 0 0 0;
}


/* SEARCH */
.search {
    height: 40px;
    width: 340px;
    position: relative;
}

.search label {
    display: none;
}

.search input {
    background: var(--lichtgrijs);
    border: 0;
    left: 0;
    top: 0;
    position: absolute;
    line-height: 40px;
    height: 40px;
    max-width: calc(100% - 40px);
    overflow: hidden;
    font-weight: bold;
    color: var(--donkergroen);
}

.search input.submit {
    background-image: url('../img/icon-search.svg'),
        -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)),
        linear-gradient(transparent, transparent);
    background-color: var(--donkergrijs);
    background-repeat: no-repeat;
    background-position: right 10px center;
    left: auto;
    right: 0;
    width: 60px;
    text-indent: -9999px;
}

.search .tx-indexedsearch-whatis,
.search .tx-indexedsearch-browsebox,
.search .tx-indexedsearch-res,
.search .tx-indexedsearch-browsebox {
    display: none !important;
}

body.home .subhead .search {
    display: none;

    width: 100%;
}

.tx-indexedsearch-form {
    position: relative;
}

.tx-indexedsearch-form input {
    background: var(--lichtgrijs);
    border: none;
    font-size: 20px;
    max-width: 100%;
    width: 100%;
}

.tx-indexedsearch-form input.submit {
    background: var(--donkergrijs);
    color: var(--aqua);
    direction: rtl;
    right: 0;
    top: 0;
    position: absolute;
    width: 120px;
    text-align: right;
    text-indent: 20px;
}

.tx-indexedsearch-form .triangle {
    right: 100px;
}

.tx-indexedsearch-form label {
    display: none;
}

.tx-indexedsearch-res {
    margin-top: 40px;
}

.tx-indexedsearch-res-item {
    margin-bottom: 40px;
}

.tx-indexedsearch p {
    margin: 0;
}

.tx-indexedsearch-whatis {
    display: none;
}

.tx-indexedsearch-text-item-path a {
    color: var(--aqua);
    text-decoration: none;
}

.solr-pagination {
    margin: 1em 0;
}

.solr-pagination ul,
.solr-pagination ul li {
    margin: 0;
    padding: 0;
    display: inline;
}

.solr-pagination ul a,
.solr-pagination ul span {
    background: var(--grijs);
    border: 0;
    border-radius: 0;
    display: inline-block;
    margin: 0 20px 0 0;
    padding: 0;
    line-height: 44px;
    height: 44px;
    width: 44px;
    text-align: center;
    text-decoration: none;
}

.solr-pagination ul li.tx-indexedsearch-browselist-currentPage a,
.solr-pagination ul a:hover {
    background: var(--aqua);
    color: var(--white);
}

.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-radius: 0;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background: var(--aqua);
}

.results ul {
    list-style: none;
}

.results .results-highlight {
    font-weight: bold;
}

.results .result-content {
    margin-bottom: 0.3em;
}

.results li p a {
    color: var(--aqua);
    text-decoration: none;
}

.form-control,
.search-input {
    border-radius: 0;
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
}

.form-control:focus {
    border: 1px solid var(--donkergrijs);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
}

.searchinfo {
    clear: both;
    margin: 1em 0 2em 0;
    text-align: left;
}

.searchinfo .searched-for {
    display: block;
}

.page .search {
    width: 100%;
}

.autocomplete-suggestions {
    background: var(--lichtgrijs);
    border: 1px solid var(--donkergrijs);
    border-top: 0;
    min-width: 281px;
    width: 100%;
}

.autocomplete-suggestion {
    padding: 0.2em 20px;
}


/* FE User /////////////////////////////////////////////////*/
.tx-srfeuserregister-pi1 form legend {
    margin-bottom: 1em;
}

.tx-srfeuserregister-pi1 form li label {
    padding-right: 10px;
}

.tx-srfeuserregister-pi1 .gender,
.tx-srfeuserregister-pi1 .upload {
    float: left;
}

.tx-srfeuserregister-pi1 .gender input {
    width: auto;
}

.tx-srfeuserregister-pi1 .gender label {
    float: none;
    width: auto;
    padding: 0.1em;
    line-height: 1.9em
}

/* Pagebrowser /////////////////////////////////////////// */
.tx-pagebrowse {
    text-align: center;
    list-style: none inside none;
    padding: 0 0;
    margin: 0 0;
    width: 100%;
}

.tx-pagebrowse li {
    display: inline;
    list-style: none;
    margin: 0 0;
    padding: 0 5px 0 0;
}

li.tx-pagebrowse-pages {
    width: 80%;
}

li.tx-pagebrowse-pages ol {
    display: inline;
    margin: 0 0;
    padding: 0 10px;
}

/* Sendcard */
.tx-pn-sendcard .card {
    float: left;
    margin: 2px;
    width: 22% !important;
    overflow: hidden;
    height: 150px;
    min-height: 150px;
    height: auto !important;
}

.tx-pn-sendcard h3 {
    margin: 20px 0
}

.tx-pn-sendcard .errors {
    color: #ff0000;
}

.tx-pn-sendcard .f3-form-error {
    border: 1px solid #ff0000;
}

.tx-pn-sendcard ul {
    list-style-type: none;
    padding: 0;
}

.tx-pn-sendcard > ul li {
    margin-bottom: 20px;
}

.tx-pn-sendcard dl {
    margin-top: 20px;
}

.tx-pn-sendcard dt {
    float: left;
    width: 250px;
}

.tx-pn-sendcard .form-back {
    float: left;
    margin-right: 20px;
}

.tx-pn-sendcard .field {
    margin-bottom: 1em;
}

/* FAQ */
.tx-jpfaq .jpfaqList ul {
    padding: 0;
}

.tx-jpfaq .jpfaqList li {
    margin: 0 0 15px 0;
    list-style-type: none
}

.tx-jpfaq .jpfaqList li h3 {
    position: relative;
    font-size: 16px;
    margin: 0 0 5px 0;
    background: none;
}

.tx-jpfaq .jpfaqList li h3:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("../img/arrow.svg") left no-repeat;
    transition: all 0.2s ease-in-out;
}

.tx-jpfaq .jpfaqList li h3.questionUnfolded {
    background: none;

}

.tx-jpfaq .jpfaqList li h3.questionUnfolded:before {
    content: '';
    /* background: url("../img/arrow.svg") left no-repeat; */
    transform: rotate(180deg);
}

.tx-jpfaq .jpfaqList li .jpfaqAnswer {
    padding-left: 20px;
}

.tx-jpfaq .jpfaqList li .jpfaqAnswer ul {
    padding: initial;
    margin: 0 0 1.5em 1em;
}

.tx-jpfaq .jpfaqList li .jpfaqAnswer li {
    list-style-type: initial;
    margin: initial
}

/* Cookieman */
#cookieman-modal {
    background: var(--zonniggroen);
    top: auto;
}

#cookieman-modal button.pr-5,
#cookieman-modal #cookieman-settings {
    display: none !important;
}

.modal-header,
.modal-body,
.modal-footer {
    border: none;
    padding: 0;
}

.modal-content {
    border: none;
    box-shadow: none;
    background: var(--zonniggroen);
}

.modal-content .modal-footer {
    text-align: left;
}

.modal-content * {
    color: var(--white);
}

.modal-content button {
    all: unset;
    background: var(--aqua);
    color: var(--white);
    line-height: 40px;
    padding: 0 10px;
}