@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,700,600italic,700italic,800,800italic);
@import url(https://fonts.googleapis.com/css?family=Work+Sans:400,300,100,200,500,600,700,800,900|Montserrat:400,700);

body {
    font-family: "Open Sans";
    padding-top: 85px;
}
body > .container:first-of-type {
    min-height: 67vh;
}

/* H's */
h1 {
    margin-top: 5px;
    font-size: 30px;
}

/* Bootstrap changes */
.well {
    background-color: #FFFFFF;
}
.pointer {
    cursor: pointer;
}
.fa-2x:before {
    font-size: 20px;
}
.no-display {
    display: none;
}
input[type=file].no-display {
    display: none;
}
a.btn.btn-vd:not(.btn-sm),
.btn.btn-vd:not(.btn-sm),
.btn.btn-vd:not(.btn-sm):hover {
    background-color: #F9B606;
    border: none;
    text-transform: uppercase;
    color: #fff;
    font-family: Montserrat;
    font-weight: bold;
    font-size: 11pt;
    padding: 10px;
    border-radius: 0px;
}

/* tooltip */
.tooltip.right .tooltip-inner {
    position: relative;
    left: -30px;
    z-index: -2;
}

.tooltip-inner {
    width: 200px;
    max-width: 80vw;
}
/* Navbar */
.navbar {
    background-color: #fff;
    border-color: #fff;
    font-family: Montserrat;
    text-transform: lowercase;
    font-size: 12pt;
    min-height: 85px;
}
.normalcase {
    text-transform: none;
}
.navbar .container {
    position: relative;
}
.navbar .navbar-brand {
    line-height: 85px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.navbar .navbar-brand > img {
    line-height: 85px;
}
.navbar .navbar-brand img {
    width: 180px;
}
.navbar .navbar-fixed-top {
    min-height: 85px;
}
.navbar .navbar-toggle {
    border-color: #000;
}
.navbar .navbar-toggle > span {
    background-color: #000;
}
.navbar .text-logo {
    line-height: 50px;
    text-transform: capitalize;
    font-size: 22pt;
    font-weight: bold;

}
@media ( min-width: 992px ) {
    .navbar-vrijdos-bottom {
        max-width: 80%;
        margin-top: 54px;
        /*position: absolute;
        bottom: -44px;
        right: 12px;*/
    }
    .navbar-vrijdos-bottom > li.active > a,
    .navbar-vrijdos-bottom > li > a {
        background-color: transparent !important;
        line-height: 20px;
        color: #465CA6 !important;
        padding: 5px;
    }
    .navbar-vrijdos-bottom > li:not(:first-child) > a:before {
        content: '•';
    }
    .navbar-vrijdos-top {
        position: absolute;
        top: 10px;
        right: 0px;
    }
    .navbar-vrijdos-top > li > a {
        background-color: #F9B606;
        color: #fff;
        padding: 5px 15px;
    }
    .navbar-vrijdos-top > li:not(:first-child) > a {
        margin-left: 10px;
    }
    .navbar-vrijdos-top > li > a > i {
        color: #465CA6;
    }
}
@media (max-width: 991px) {
    @media (min-width: 768px) {
        .navbar .container {
            padding: 0px;
        }
    }
    .navbar-nav > li > a {
        line-height: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-fixed-top {
        min-height: 20px;
    }
    .container>.navbar-header {
        margin-right: 0px;
    }
    .navbar .navbar-brand {
        line-height:50px;
    }
    .navbar .navbar-brand img {
        height: 50px;
        width: auto;
    }
    body {
        padding-top: 50px;
    }
}

/* Footer */
footer .footer_row_top {
    background-color: #e3e3e3;
    color: #808080;
    font-family: Montserrat;
    padding: 30px 20px;
    line-height: 25px;
}
footer .footer_row_top > div:nth-child(2) a,
footer .footer_row_top > div:nth-child(2) a:hover {
    text-transform: lowercase;
    color: #808080;
    text-decoration: none;
}
footer .footer_row_bottom {
    background-color: #c6c6c6;
    padding: 0px 0px 0px 30px;
}
footer .footer_row_bottom ul {
    margin: 0px;
}
footer .footer_row_bottom li {
    padding: 0px;
}
footer .footer_row_bottom li > a {
    text-transform: lowercase;
    color: #808080;
    font-family: Montserrat;
    line-height: 43px;
}
footer .footer_row_bottom li:not(:first-child) a:before {
    content: '|';
    padding: 0px 5px 0px;
}
.footerlogo {
    width: 100%;
    height: auto;
}

/* Popover */
.popover {
    border-radius: 0;
    padding: 0;
    border-color: #ccc;
    border-width: 1px;
    -webkit-box-shadow: 0 0 4px 2px rgba(0,0,0,0.2);
    box-shadow: 0 0 4px 2px rgba(0,0,0,0.2);
    color: #4D6883;
}
.popover-title {
    text-align: center;
    border-radius: 0;
    background-color: #EFF3F8;
    color: #555;
    border-bottom: 1px solid #DFE3E8;
    text-shadow: 1px 1px 1px rgba(220, 220, 220, 0.2);
}
.popover.bottom .arrow:after {
    top: 1px;
    margin-left: -10px;
    border-bottom-color: #EFF3F8;
    border-top-width: 0;
}

/* Top Image */
.top_image {
    min-height: 365px;
    background-image: url('/assets/img/default/header.png');
    background-size: cover;
}
.top_image_text {
    font-family: Montserrat;
    font-weight: bold;
    font-size: 25pt;
    padding: 20px 25px;
    color: #fff;
    background-color: #F9B606;
    width: 360px;
    max-width: 80%;
    position: absolute;
    bottom: 30px;
    left: 30px;
}
.top_image_arrow {
    width: 42px;
    height: 42px;
    background-color: #F9B606;
    transform: rotate(45deg);
    position: absolute;
    right: -21px;
    top: 30px;
}
/* Blocks */

@media ( min-width: 992px ) {
    .blockbox>.col-md-6:nth-child(n)>div {
        padding: 0px 7px 0px 0px;
    }
    .blockbox>.col-md-6:nth-child(2n)>div {
        padding: 0px 0px 0px 7px;
    }
}
.block {
    margin-top: 14px;
    font-family: Work Sans;
    line-height: 25px;
    font-weight: 300;
    padding: 25px 30px;
    color: #fff;
}
.block h1 {
    font-family: Montserrat;
    font-weight: bold;
    line-height: 37px;
}
.block .btn {
    background-color: #fff;
    color: #000;
}

.block_home_intro {
    background-color: #465CA6;
}
.block_home_intro .btn {
    margin-top: 10px;
}

.block_home_jobs {
    background-color: #ED7F07;
}
.block_home_jobs .btn  {
    float: right;
}

.block_home_news {
    background-color: #02A1D3;
}
.block_home_news .btn  {
    float: right;
}

.block_changed {
    background-color: #ffffff;
    color: #000;
    margin: 0px;
    padding: 0px 20px;
}
.block_changed ul ul > li {
    padding-left: 30px;
    line-height: 15px;
}
/* Jobs small*/
.job_holder {
    background-color: #ef8c1f;
    margin-bottom: 10px;
    padding: 20px 30px 5px 30px;

}
.job_title,
.job_loctime {
    font-family: Montserrat;
    font-weight: bold;
    line-height: 16px;
    text-transform: uppercase;
}
.job_title {
    color: #000;
}
.job_link a,
.job_link a:hover,
.job_holder .map-popup,
.job_holder .roster-popup {
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
}
.job_link a,
.job_link a:hover {
    margin-right: -20px;
}
/* Jobs full*/
.large_job_holder {
    font-family: Montserrat;
    color: #808080;
    font-size: 11pt;
    margin-left: -10px;
    margin-right: -10px;

}
.large_job_holder a,
.large_job_holder a:hover {
    text-decoration: none;
    cursor: pointer;
}
.large_job_holder li {
    margin: 10px;
    border: 1px solid #f2f2f2;
    display: flex;
    align-items: stretch;
}
.large_job_holder:not(.slim) li {
    min-height: 220px;
}
.large_job_holder .job_image {
    background-size: cover;
    background-position: center center;
}
.large_job_holder .job_image a {
    display: block;
    height: 100%;
    width: calc(100% + 30px);
    margin: 0px -15px;
}
.large_job_holder .job_image_slim {
    background-size: cover;
    background-position: center center;
}

@media ( max-width: 767px ) {
    .large_job_holder .job_image_slim {
        height: 100vw;
    }
}

.large_job_holder .job_image_slim a {
    display: block;
    height: 100%;
    width: calc(100% + 30px);
    margin: 0px -15px;
}
.large_job_holder h1 {
    margin-top: 20px;
    margin-bottom: 20px;
}
.large_job_holder .job_text > div {
    margin-left: 15px;
}
.large_job_holder .job_link,
.large_job_holder .job_link:hover {
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    color: #808080;
    position: absolute;
    bottom: 10px;
    right: 20px;
}
.large_job_holder.slim {
    margin-bottom: 50px;
}
.large_job_holder.slim h1 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16pt;
}

/* Job Page */
.job_table td {
    vertical-align: top;
}
.job_table > tbody > tr > td:first-child {
    font-weight: bold;
    padding-right: 20px;
}
.job_table > tbody > tr > td td:first-child {
    font-style: italic;
    padding-right: 20px;
}

/* News */
.news_holder {
    background-color: #28afda;
    margin-bottom: 10px;
    padding: 20px 70px 5px 30px;
    position: relative;

}
.news_title{
    font-family: Montserrat;
    font-weight: bold;
    line-height: 16px;
    text-transform: uppercase;
    color: #000;
}
.news_link a,
.news_link a:hover {
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    margin-right: -60px;
}
.news_pin {
    position: absolute;
    right: 30px;
    top: 0px;
    font-family: Montserrat;
    font-size: 12pt;
    font-weight: bold;
    line-height: 16px;
}
.news_pin>div {
    background-color: #fff;
    padding: 5px;
}
.news_pin>div>div:nth-child(1) {
    color: #000;
}
.news_pin>div>div:nth-child(2) {
    color: #ED7F07;
}
.news_pin>div>div:nth-child(3) {
    color: #02A1D3;
}

/* Photo album */
.photo_album {
    margin: 50px -15px 0px;
}
.photo_album h1 {
    font-family: Montserrat;
    font-weight: bold;
    color: #465CA6;
    margin-bottom: 40px;
}
.photo_album_holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}
.photo_album_holder>.photo_album_image {
    margin: 10px;
    width: 240px;
    height: 240px;
    background-size: cover;
}

/* Quote */
.quote {
    text-align: center;
    font-family: Montserrat;
    color: #ffffff;
    font-size: 26pt;
}
.quote > div > div {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    min-height: 240px;
}
.quote > div >div > div {
    min-width: 51%;
    max-width: 650px;
}
.quote > div > div > div.bold {
    font-weight: bold;
}
.quote > div > div > div.subquote {
    max-width: 800px;
    margin: 20px 0px;
    font-size: 11pt;
}
.quote .primary {
    background-color: #00662b;
}
.quote .secondary {
    background-color: #465CA6;
}
.quote .tertiary {
    background-color: #ed7f07;
}
.quote .transparent {
    background-color: transparent;
    color: #00662b;
}
/* Form & Filter */
.filter_row {
    background-color: #f2f2f2;
    padding-bottom: 20px;
}

.form_front {
    margin-top: 20px;
    width: 100%;
}
.form_front fieldset,
.form_front fieldset .fieldset-sub {
    width: 100%;
}
.form_front hr {
    margin: 0px 20px 15px;
    height: 2px;
    border: none;
    background-image: linear-gradient(to right, #CCC 20%, rgba(255, 255, 255, 0) 0%);
    background-position: top;
    background-size: 10px 2px;
    background-repeat: repeat-x;
}
.form_front legend {
    cursor: pointer;
    padding: 10px 35px;
    background-color: #B3B3B3;
    font-family: Montserrat;
    font-weight: bold;
    font-size: 18pt;
    color: #ffffff;
    border: none;
}
.form_front legend span {
    display: inline-block;
    width: 95%;
}
.form_front legend.active {
    background-color: #F9B606;
}
.form_front legend i:before {
    line-height: 35px;
    content: '\f068';
}
.form_front legend.active i:before {
    content: '\f067';
}
.form_front .form-group {
    width: 100%;
    display: table;
    content: " ";
}
.form_front .form-group.dayplanner-group {
    display: block;
}
.form_front .form-group label {
    font-family: Montserrat;
    color: #000;
    line-height: 40px;
    display: block;
    position: relative;
    min-height: 1px;
}
.form_front .form-group label i:before {
    line-height: 40px;
    margin-right: 10px;
}
.form_front .form-group .form-control {
    font-family: Montserrat;
    color: #000;
    border: 5px solid #F2F2F2;
    border-spacing: 15px;
    border-radius: 0px;
    box-shadow: none;
    background-color: #F2F2F2;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    display: block;
    position: relative;
    min-height: 1px;
}
.form_front .form-group .form-control.g-recaptcha {
    height: 100px;
}
.form_front .form-group .form-control[disabled],
.form_front .form-group .form-control[readonly] {
    border: 5px solid #cccccc;
    background-color: #cccccc;
}
.form_front.form_filter .form-group > .form-control {
    background-color: #FFF;
    border: 5px solid #FFF;
}

.form_front .form-group input.form-control,
.form_front .form-group select.form-control {
    height: 42px;
}
.form_front .btn:not(.btn-sm):not(.btn-xs) {
    padding: 10px 15px;
    border-radius: 0px;
    font-family: Montserrat;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    background-color: #F9B606;
}

.listmap .btn {
    padding: 10px 15px;
    border-radius: 0px;
    font-family: Montserrat;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    background-color: #337AB7;
}

@media ( min-width: 1200px ) {
    .form_front .form-group {
        padding: 0px 20px;
    }
    .form_front .form-group > label {
        width: 20%;
        float: left;
    }
    .form_front .form-group > .form-sub,
    .form_front .form-group > .form-control {
        width: 80%;
        float: left;
    }
    .form_front.form_filter .form-group > label {
        width: 30%;
    }
    .form_front.form_filter .form-group > .form-control {
        width: 70%;
    }
}
@media ( min-width: 992px ) {
    .form_front .form-group {
        padding: 0px 20px;
    }
    .form_front .form-group > label {
        width: 20%;
        float: left;
    }
    .form_front .form-group > .form-sub,
    .form_front .form-group > .form-control {
        width: 80%;
        float: left;
    }
    .form_front.form_filter .form-group > label {
        width: 30%;
    }
    .form_front.form_filter .form-group > .form-control {
        width: 70%;
    }
}
@media ( max-width: 991px ) {
    .form_front .form-group {
        padding: 0px 20px;
    }
    .form_front .form-group > label {
        width: 100%;
        float: left;
        line-height: 20px;
    }
    .form_front .form-group > .form-sub,
    .form_front .form-group > .form-control {
        width: 100%;
        float: left;
    }
}

/* Contact gegevens */
.contact_header {
    padding: 10px 35px;
    background-color: #B3B3B3;
    font-family: Montserrat;
    font-weight: bold;
    font-size: 18pt;
    color: #ffffff;
    border: none;
    margin-bottom: 20px;
}

.contact_holder {
    padding-left: 20px;
    font-family: Montserrat;
    color: #000;
}
.contact_holder .contact_row {
    margin-bottom: 10px;
}
.contact_holder .contact_title {
    cursor: pointer;
    font-size:18px;
}
.contact_holder .contact_body {
    padding-left: 30px;
    margin-bottom: 10px;
    display: none;
}
.contact_holder .contact_body h3 {
    margin: 5px 0px;
    font-size: 16px;
}
.contact_holder .contact_body p {
    padding-left: 10px;
}

/* maps */
#map {
    height: 80vh;
    max-height: 700px;
    width: 100%;
}

#google_map {
    height: 80vh;
    max-height: 700px;
    width: 100%;
}

.infoBox {
    margin-top: 8px;
    max-height: 349px;
}

.ibjobimage{
    width: 100px;
    height: 100px;
    background-size: cover;
}

.ibjobimagen{
    width: 100px;
    height: 100px;
    background-size: contain;
}

.ibjobdesc{
    padding-left: 20px;
    width: calc(100% - 120px);
}

.infoBox > ul {
    padding-left: 0px;
    list-style: none;
}

.infoBox > ul > li {
    display: flex;
    flex-wrap: wrap;
    flex-flow: center;
    align-items: flex-start;
    margin-bottom: 20px;
}

/* profile - job block */
.well-job a,
 .well-job a:hover {
     text-transform: capitalize;
     text-decoration: none;
     cursor: pointer;
 }
.well-job .contactemaillink a,
.well-job .contactemaillink a:hover {
    text-transform: none;
}
.well-job h1 {
    font-size: 12pt;
    padding-top: 10px;
}
.well-job div:last-child {
    margin-bottom: 15px;
}

/* Dialog */
.modal-dialog {
    width: 70vw;
}
.bootstrap-dialog.no-inner-padding .modal-body {
    padding: 0px;
}

/* Social media icons */
.fa-white {
    color: #ffffff;
}
.fa-green {
    color: #9be42b;
}
.fa-facebook-blue {
    color: #547BBC;
}
.fa-twitter-blue {
    color: #78CBEF;
}
.fa-linkedin-blue {
    color: #1485C7;
}
.fa-google-red {
    color: #dd4b38;
}

/* Loading Overlay */

.overlay{
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(155, 155, 155, 0.75);
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Mainimage */

.mainimage{
    height: 365px;
    padding: 0;
}

.mainimage img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}

.mainimage_change{
    height: 365px;
    padding: 0;
}

.mainimage_change img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}
/* backgrounds */
.quote {
    background-color: green;
}
.jumbotron_changing {
    height: 365px;
}

/*Preferences*/
.ui-sortable-placeholder {
    height: 350px;
    overflow-y: scroll;
}

/*Colours*/
.green {
    color:#69aa46!important;
}
.orange{
    color:#ff892a!important;
}
.red {
    color:#dd5a43!important;
}

.message-loading-overlay {
    position: absolute;
    z-index: 14;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.5);
    text-align: center;
}
.message-loading-overlay > [class*="fa fa-"] {
    position: absolute;
    top: 15%;
    left: 0;
    right: 0;
    text-align: center;
}

/* Profile Pictures */

.profile-picture {
    width: 130px;
    height:130px;
    text-align: center;
}
.profile-picture img {
    max-width: 100%;
    height: 100%;
    float: left;
}
.profile-picture + .overlay {
    width: 130px;
    height: 130px;
    position: absolute;
    padding:5px;
    background-color: rgba(174, 174, 174, 0.8);
    text-align: center;
    display: block;
}
.profile-picture + .overlay > button {
    width: 80px;
    margin-top:15px;
    height: 40px;
}
.profile-picture + .overlay > i {
    margin-top: 33px;
}
.profile-picture{
    border:1px solid #CCC;
    background-color:#FFF;
    padding:4px;
    display:inline-block;
    max-width:100%;
    -moz-box-sizing:border-box;
    box-shadow:1px 1px 1px rgba(0,0,0,0.15)
}
.imagecontain {
    position: relative;
}
@media (min-width: 922px) {
    .imagecontain {
        width: 80%;
        float: right;
    }
}

/*Pagination*/

.pagination > li > a { cursor: pointer; }

/* Multi line labels */
.multilinelabel {
    line-height: 22px;
}