/* Add here all your css styles (customizations) */
@font-face {
    font-family: 'Signalist';
    src: url('/assets/fonts/Signalist.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/Signalist.otf') format('opentype'),
    url('/assets/fonts/Signalist.woff') format('woff'), url('/assets/fonts/Signalist.ttf') format('truetype'), url('/assets/fonts/Signalist.svg#Signalist') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
    scroll-behavior: smooth
}

html, body, h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
}

.m-0 {
    margin: 0 !important;
}

.mt-0 {
    margin-top: 0;
}

.mt-5 {
    margin-top: 10px;
}

.mb-5 {
    margin-bottom: 10px;
}

.mb-0 {
    margin-bottom: 0;
}

.mr-0 {
    margin-right: 0;
}

.ml-0 {
    margin-left: 0;
}

.pl-0 {
    padding-left: 0 !important;
}

.doubleCheck a {
    color: red;
}

.slogan {
    font-family: 'Signalist', cursive;
    font-size: 28px;
    position: absolute;
    top: 18px;
    left: 133px;
    width: 150px;
}

.slogan2 {
    font-family: 'Signalist', cursive;
    font-size: 28px;
    position: absolute;
    top: 18px;
    left: 560px;
    width: 150px;
}

.slogan-footer {
    font-family: 'Signalist', cursive;
    font-size: 29px;
    color: #fff;
}

body {
    font-size: 14px;
}

.alert {
    margin-bottom: 0;
}

.content {
    min-height: 400px;
}

.header .logo img, .header .logo2 img {
    height: 125px;
}

.footer-logo {
    height: 150px;
}

.footer-v1 .footer {
    background: #3498db;
    padding: 10px 0 0 0;
}

.footer-v1 a, .footer-v1 a:hover {
    color: #eee;
    text-decoration: underline;
}

.footer-v1 .copyright {
    background: #fff;
    color: #666;
}

.footer-v1 .copyright p {
    font-size: 13px;
    color: #666;
}

.footer-v1 .headline h2 {
    border: none;
}

.copyright a, .copyright a:hover {
    color: #666;
    text-decoration: underline;
}

.footer-v1 ul.link-list li a {
    text-decoration: none;
}

.footer-v1 ul.link-list li a:hover {
    text-decoration: underline;
}

.footer-v1 ul.link-list li {
    border-top: 1px dotted #ffffff;
}

.footer-v1 .footer-socials {
    margin-top: 16px;
}

.footer-v1 .footer-socials li a {
    font-size: 19px;
}

/*Job
------------------------------------*/
.job-img {
    overflow: hidden;
    position: relative;
    min-height: 300px;
    background: url(../../img/bg/11.jpg) 70% 40% no-repeat;
    background-size: cover;
    background-position: center center;
}

.job-img .job-banner {
    padding: 20px;
    max-width: 450px;
    margin: 60px auto 100px;
    background: rgba(255, 255, 255, 0.8);
}

.job-img .job-banner h2 {
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .job-img .job-banner {
        padding: 10px;
        margin: 30px auto 100px;
    }
}

.job-img .job-img-inputs {
    left: 0;
    right: 0;
    bottom: -7px;
    padding: 20px 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.9);
}

/*Job-Content
------------------------------------*/
.job-content .categories li {
    padding: 6px 0;
    border-bottom: 1px dotted #eee;
}

.job-content .hex {
    color: #999
}

/*High-Rated
------------------------------------*/
.high-rated .carousel-indicators {
    top: 10px;
    left: 65%;
    text-align: right;
}

.high-rated .carousel-indicators .active {
    background: #555;
}

.high-rated .carousel-indicators li {
    border-color: #555;
}

.high-rated .carousel-inner > .item {
    margin: 0;
}

.high-rated .star-vote {
    float: right;
    margin-top: 8px;
}

.high-rated .star-vote ul {
    margin-bottom: 0;
}

.high-rated .star-vote li {
    padding: 0;
}

/*Registration and Login Page v1
------------------------------------*/
.reg-page {
    color: #555;
    padding: 30px;
    background: #fefefe;
    border: solid 1px #eee;
    box-shadow: 0 0 3px #eee;
}

/*Reg Header*/
.reg-header {
    color: #555;
    text-align: center;
    margin-bottom: 35px;
    border-bottom: solid 1px #eee;
}

.reg-header h2 {
    font-size: 24px;
    margin-bottom: 15px;
}

/*Reg Forms*/
.reg-page label {
    color: #777;
}

/*.thumbnails .caption {*/
/*height: 50px;*/
/*}*/

.thumbnails .caption a, .thumbnails .caption a:hover {
    color: #555;
    text-decoration: none;
}

.nav > li > a:focus, .nav > li > a:hover {
    background-color: #fff;
}

/* Responsive text align */
.text-xs-left {
    text-align: left;
}

.text-xs-right {
    text-align: right;
}

.text-xs-center {
    text-align: center;
}

.text-xs-justify {
    text-align: justify;
}

@media (min-width: 768px) {
    .text-sm-left {
        text-align: left;
    }

    .text-sm-right {
        text-align: right;
    }

    .text-sm-center {
        text-align: center;
    }

    .text-sm-justify {
        text-align: justify;
    }
}

@media (min-width: 992px) {
    .text-md-left {
        text-align: left;
    }

    .text-md-right {
        text-align: right;
    }

    .text-md-center {
        text-align: center;
    }

    .text-md-justify {
        text-align: justify;
    }
}

@media (min-width: 1200px) {
    .text-lg-left {
        text-align: left;
    }

    .text-lg-right {
        text-align: right;
    }

    .text-lg-center {
        text-align: center;
    }

    .text-lg-justify {
        text-align: justify;
    }
}

.carousel .item {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 400px;
}

.carousel .carousel-caption {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 30px;
    text-align: left;
    text-shadow: none;
    left: 5%;
    top: 15%;
    right: auto;
    bottom: auto;
}

.carousel .carousel-caption h2 {
    color: #3498db;
}

.carousel .carousel-caption p {
    color: #555;
    line-height: 25px;
    font-size: 15px;
}

.carousel .carousel-caption p i {
    color: #3498db;
}

/*
  Bootstrap Carousel Fade Transition (for Bootstrap 3.3.x)
  CSS from:       http://codepen.io/transportedman/pen/NPWRGq
  and:            http://stackoverflow.com/questions/18548731/bootstrap-3-carousel-fading-to-new-slide-instead-of-sliding-to-new-slide
  Inspired from:  http://codepen.io/Rowno/pen/Afykb
*/
.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

/*
  WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
  Need to override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.header .toplinks {
    padding-top: 6px;
}

.header .toplinks a.callme {
    font-size: 12px;

    -webkit-transition-delay: 2s;
    transition-delay: 2s;

    -webkit-animation-duration: 1s;
    animation-duration: 1s;

    -webkit-animation-delay: 5s;
    animation-delay: 5s;

    -webkit-animation-iteration-count: 2;
    animation-iteration-count: 2;
}

.header .toplinks a:not(.callme) {
    color: #7c8082;
    font-size: 11px;
    text-transform: uppercase;
}

.header .toplinks .divider {
    color: #bbb;
}

.header {
    min-height: 220px;
}

.header ul.loginbar > li {
    display: inline;
    list-style: none;
    position: relative;
    padding-bottom: 15px;
}

.header ul.loginbar > li > a,
.header ul.loginbar > li > a:hover {
    color: #7c8082;
    font-size: 11px;
    text-transform: uppercase;
}

.header ul.loginbar li i.fa {
    color: #bbb;
}

.header ul.loginbar li.topbar-devider {
    top: -1px;
    padding: 0;
    font-size: 8px;
    position: relative;
    margin: 0 9px 0 5px;
    font-family: 'Montserrat', sans-serif;
    border-right: solid 1px #bbb;
}

.header .navbar {
    margin: 0;
}

.header .navbar-toggle, .header .navbar-toggle:hover, .header .navbar-toggle:focus {
    margin-top: 60px;
    color: #fff;
    padding: 10px;
}

.header .navbar-nav {
    margin-top: 50px;
}

.header .navbar-brand {
    position: relative;
    z-index: 9;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .header .navbar-nav {
        margin-top: 4px;
    }

    .header {
        min-height: 255px;
    }
}

@media (min-width: 1200px) {
    .header .navbar-nav {
        margin-top: 108px;
    }
}

@media (min-width: 768px) {
    .thumbnail-asset {
        height: 300px;
    }
}

@media (min-width: 992px) {
    .thumbnail-asset {
        height: 250px;
    }
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    font-weight: 600;
    color: #00aff0;
}

h3.title {
    background-color: #ccc;
    padding: 5px;
}

.tab-content {
    padding: 10px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.input-highlight > .form-control {
    border: 1px solid orange;
}

.panel-default > .panel-heading {
    background-color: #ccc;
}

h3.panel-title {
    font-size: 20px;
}

.datepicker {
    border-radius: 0;
}

label {
    cursor: pointer;
}

.table > tbody > tr.warning > td {
    background-color: #ffd661;
}


@media (min-width: 992px) {
    .header .navbar-nav > li > a {
        padding: 13px;
    }
}

.text-red, .text-red a {
    color: red !important;
}

.text-green, .text-green a {
    color: green !important;
}

.bg-white {
    background-color: #fff !important;
}

.margin-top-5 {
    margin-top: 5px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-25 {
    margin-top: 25px;
}

.margin-top-30 {
    margin-top: 30px;
}

.kentekenplaat {
    background: #f2ba00 url(/img/nl_flag.svg) no-repeat top left;
    border: 1px solid #000;
    border-radius: 3px;
    box-sizing: border-box;
    color: #000;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 700;
    line-height: normal;
    padding: 5px;
    padding-left: 18px;
    text-transform: uppercase;
    white-space: nowrap;
}

.kentekenplaat:focus {
    background-color: #ffc70d;
    outline: 0;
    color: #000 !important;
}

input.kentekenplaat {
    padding-left: 25px;
}
