/* Minification failed. Returning unminified contents.
(5105,43): run-time error CSS1030: Expected identifier, found ':'
(5105,44): run-time error CSS1031: Expected selector, found 'not('
(5105,44): run-time error CSS1025: Expected comma or open brace, found 'not('
 */


h1,
.h1 {
    font-size: 28px;
}

h2,
.h2 {
    font-size: 25px;
}


h6 {
    color: #347983;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: #347983;
}

td, th {
    padding-left: 3px;
    padding-right: 3px;
}

.table .table {
    background-color: #f2f2f2;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #f2f2f2;
}

.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
    border-bottom-color: #f2f2f2;
}

#hamburger-menu {
    cursor: pointer;
    color: white;
    vertical-align: middle;
    display: inline-block;
}



.ui-autocomplete {
    z-index: 1051;
}

input[type=checkbox], input[type=radio] {
    margin-right: 4px;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        -moz-min-width: 100%;
        -ms-min-width: 100%;
        -o-min-width: 100%;
        -webkit-min-width: 100%;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        -moz-filter: alpha(opacity=0);
        -o-filter: alpha(opacity=0);
        filter: alpha(opacity=0);
        -ms-opacity: 0;
        opacity: 0;
        background: red;
        cursor: inherit;
        display: block;
    }

input[readonly] {
    background-color: white !important;
    cursor: text !important;
}

.control-display {
    padding-top: 7px;
    margin-bottom: 0;
}

.input-validation-error {
    border: 1px solid red;
}

.tooltip-inner {
    max-width: 350px;
    /* If max-width does not work, try using width instead */
    width: 350px;
}

.personCheckBox {
    -ms-border-radius: 15px;
    border-radius: 15px;
    background-color: #c2dce5;
    color: #000;
    height: 50px;
    cursor: default;
    margin: 3px;
}

    .personCheckBox .image {
        width: 50px;
        height: 50px;
        -ms-border-top-left-radius: 15px;
        border-top-left-radius: 15px;
        -ms-border-bottom-left-radius: 15px;
        border-bottom-left-radius: 15px;
        text-align: center;
        display: block;
        float: left;
        font-size: 50px;
        line-height: 1em;
        font-weight: bold;
    }

        .personCheckBox .image img {
            -ms-border-top-left-radius: 15px;
            border-top-left-radius: 15px;
            -ms-border-bottom-left-radius: 15px;
            border-bottom-left-radius: 15px;
        }

    .personCheckBox .contentcntr {
        padding: 3px;
    }

/*.personCheckBox:hover {
		background-color: #347983;
		color: #fff;
	}*/

input[type=checkbox].employeeCheckBoxInput {
    display: none;
}

    input[type=checkbox].employeeCheckBoxInput + label:before {
        font-family: "Font Awesome 5 Pro";
        display: inline-block;
        font-size: 1.5em;
    }

    input[type=checkbox].employeeCheckBoxInput + label:before {
        content: "\f0c8";
    }
    /* unchecked icon */
    input[type=checkbox].employeeCheckBoxInput + label:before {
        letter-spacing: 10px;
    }
    /* space between checkbox and label */

    input[type=checkbox].employeeCheckBoxInput:checked + label:before {
        content: "\f14a";
        color: #067900;
    }
    /* checked icon */
    input[type=checkbox].employeeCheckBoxInput:checked + label:before {
        letter-spacing: 5px;
    }
    /* allow space for check mark */
    input[type=checkbox].employeeCheckBoxInput + label {
        margin: 0px;
    }



.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.cntr_quicklinks {
    text-align: right;
}

.selectButton {
    margin: 3px;
}

.watermark {
    position: absolute;
    opacity: 0.25;
    font-size: 2em;
    color: #FFF;
}

.autocomplete-suggestions {
    border: 1px solid #999;
    background: #FFF;
    cursor: default;
    overflow: auto;
    -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
}

.autocomplete-suggestion {
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
}

.autocomplete-no-suggestion {
    padding: 2px 5px;
}

.autocomplete-selected {
    background: #F0F0F0;
}

.autocomplete-suggestions strong {
    font-weight: bold;
    color: #000;
}

.autocomplete-group {
    padding: 2px 5px;
}

    .autocomplete-group strong {
        font-weight: bold;
        font-size: 16px;
        color: #000;
        display: block;
        border-bottom: 1px solid #000;
    }



.personCheckBox .icon {
    margin-top: 2px;
    margin-bottom: 3px;
    margin-right: 10px;
    display: inline-block;
    color: #fff;
    padding-top: 3px;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    text-align: center;
}

.personCheckBox .minieval {
    color: #4d4d4d;
    font-weight: bold;
}

.personCheckBox .deleteEmployeeButton {
    background-color: #067900;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
}

    .personCheckBox .deleteEmployeeButton:hover {
        text-decoration: none;
        background-color: #ffa500;
    }

body.modal-open {
    overflow: visible;
}

.title {
    font-size: 16px;
    font-weight: bold;
    line-height: 1em;
}

.subtitle {
    font-size: 14px;
    font-weight: bold;
    line-height: 1em;
}

.fullheight {
    display: block;
    position: absolute;
    height: auto;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

/*BEGIN Booku Tile*/
.bookutile {
    background-color: #c2dce5;
    -ms-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
    margin-top: 5px;
    margin-bottom: 5px;
    height: 60px;
    overflow: hidden;
}

    .bookutile .bookutile_icon {
        background-color: #347983;
        color: white;
        text-align: center;
        padding: 5px;
        width: 60px;
        float: left;
    }

    .bookutile .bookutile_edit {
        color: white;
        text-align: center;
        padding: 5px;
        width: 60px;
        height: 60px;
        float: right;
    }

.bookutile_large {
    height: 90px;
}

.bookutile .bookutile_content {
    padding: 5px;
    margin-left: 65px;
    color: black;
}

    .bookutile .bookutile_content .title {
        color: #347983;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .bookutile .bookutile_content .subtitle {
        white-space: nowrap;
        font-weight: normal;
        text-overflow: ellipsis;
        overflow: hidden;
        line-height: normal;
    }



.bookutile:hover {
    background-color: #347983;
    color: white;
}

    .bookutile:hover .bookutile_icon {
        background-color: #c2dce5;
        color: #347983;
        text-align: center;
        padding: 5px;
    }

    .bookutile:hover .bookutile_content {
        color: white;
    }

        .bookutile:hover .bookutile_content .title {
            color: white;
        }

.bookutile .editEmployeeButton {
    font-size: 1.5em;
    padding: 10px;
    color: white;
}

.bookutile_edit:hover {
    background-color: rgba(0, 0, 0, .2);
}


.bookutile_image {
    object-fit: cover;
    width: 60px;
    height: 60px;
}

/*BEGIN Booku Button*/
.bookubtn {
    display: inline-block;
    padding: 5px;
    margin: 1px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

    .bookubtn:active, .bookubtn:hover, .bookubtn:visited, .bookubtn:link {
        text-decoration: none;
    }

    .bookubtn i {
        padding: 0px 5px 0px 5px;
    }

.bookubtn-fullwidth {
    width: 100%;
}

.bookubtn-default {
    background-color: #067900;
    color: white;
}

    .bookubtn-default:hover,
    .bookubtn-default:active {
        background-color: #067900cc;
        color: white;
    }

.bookubtn-warning {
    background-color: red;
    color: white;
}

    .bookubtn-warning:hover,
    .bookubtn-warning:active {
        background-color: #cc0000;
        color: white;
    }

.margin-bottom-5 {
    margin-bottom: 5px !important;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.categories-button {
    padding-left: 10px !important;
}
/*END Booku Button*/


.teamCount {
    -moz-min-width: 45px;
    -ms-min-width: 45px;
    -o-min-width: 45px;
    -webkit-min-width: 45px;
    min-width: 45px;
}

/* TimePicker */
.timepicker .timepicker-hour, .timepicker .timepicker-minute {
    background-color: #067900;
}

    .timepicker .timepicker-hour:active,
    .timepicker .timepicker-hour:hover,
    .timepicker .timepicker-hour:focus,
    .timepicker .timepicker-minute:active,
    .timepicker .timepicker-minute:hover,
    .timepicker .timepicker-minute:focus {
        background-color: #067900cc;
    }

.timepicker-hours .table-condensed, .timepicker-minutes .table-condensed {
    border-spacing: 3px;
    border-collapse: separate;
}

.timepicker .timepicker-hours .hour, .timepicker .timepicker-minutes .minute {
    background-color: #067900;
}

    .timepicker .timepicker-hours .hour:active,
    .timepicker .timepicker-hours .hour:hover,
    .timepicker .timepicker-hours .hour:focus,
    .timepicker .timepicker-minutes .minute:active,
    .timepicker .timepicker-minutes .minute:hover,
    .timepicker .timepicker-minutes .minute:focus {
        background-color: #067900cc;
    }

.bootstrap-datetimepicker-widget .dropdown-menu {
    height: auto;
    overflow: visible;
}

/* Hide up/down */
.timepicker .timepicker-picker table tbody tr:first-child, .timepicker .timepicker-picker table tbody tr:last-child {
    display: none;
}

.noUi-horizontal .noUi-handle {
    width: 28px;
    height: 28px;
    left: -11px;
    top: -6px;
}

.noUi-handle {
    -ms-border-radius: 50px;
    border-radius: 50px;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    background: #347983;
    width: 50px;
    border: none;
}

    .noUi-handle:after, .noUi-handle:before {
        content: none;
    }

.noUi-connect {
    background: #aeebff;
    -ms-text-shadow: none;
    text-shadow: none;
}

.switch-toggle {
    background: none;
    box-shadow: none;
    color: #000000;
}

.switch-candy {
    -ms-text-shadow: none;
    text-shadow: none;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

    .switch-candy label {
        color: #000000;
        background-image: none;
    }

    .switch-candy a {
        background-color: #347983;
        -ms-border-radius: 10px;
        border-radius: 10px;
        border: none;
        background-image: none;
    }

    .switch-candy input:checked + label {
        -ms-text-shadow: none;
        text-shadow: none;
        color: #FFFFFF;
        background-color: transparent;
    }

/* ================================ */
/* Slider */


.slick-list {
    margin-left: 35px;
}

.slick-slide {
    border-right: 1px solid #347983;
    height: 75px;
}

.categorie-slide .title {
    display: block;
    text-transform: uppercase;
    font-size: 18px;
    min-height: 40px;
    color: #347983;
    text-align: center;
}

.categorie-slide .aantal {
    display: block;
    color: #000;
    font-size: 18px;
    text-align: center;
}

.categorie-slide .slick-slide:hover,
.categorie-slide .slick-slide:focus,
.categorie-slide .slick-slide:active {
    text-decoration: none;
    background-color: #347983;
}

    .categorie-slide .slick-slide:hover .title,
    .categorie-slide .slick-slide:focus .title,
    .categorie-slide .slick-slide:active .title,
    .categorie-slide .slick-slide:hover .aantal,
    .categorie-slide .slick-slide:focus .aantal,
    .categorie-slide .slick-slide:active .aantal {
        color: #fff !important;
    }

/* My Slick Theme*/
/*=====================*/
/* Icons */
@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url('fonts/slick.eot');
    src: url('fonts/slick.eot?#iefix') format('embedded-opentype'), url('fonts/slick.woff') format('woff'), url('fonts/slick.ttf') format('truetype'), url('fonts/slick.svg#slick') format('svg');
}

.slick-prev {
    left: -15px;
    top: 10px !important;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
}

.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    height: 75px;
    top: 50%;
    display: block;
    width: 50px;
    margin-top: -10px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: #347983;
}

    .slick-prev:before {
        content: '←';
    }

    .slick-prev:before, .slick-next:before {
        font-family: 'slick';
        font-size: 20px;
        line-height: 1;
        opacity: .75;
        color: white;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
        outline: none;
    }

.slick-next {
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    right: -16px;
    top: 10px;
}

    .slick-next:before {
        content: '→';
    }

    .slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
        opacity: 1;
    }

/* ================================ */
/*Blackberry fix?*/
.BB5 .dropdown-menu {
    display: block !important;
    position: relative;
}

#map * {
    max-width: none !important;
}

/* Bugfix for older Webkit, including mobile Webkit. Adapted from
 * http://css-tricks.com/webkit-sibling-bug/
 */
@media only screen and (-webkit-max-device-pixel-ratio: 2) and (max-device-width: 1280px) {
    .switch-light,
    .switch-toggle {
        -webkit-animation: webkitSiblingBugfix infinite 1s;
    }
}

@-webkit-keyframes webkitSiblingBugfix {
    from {
        -webkit-transform: translate3d(0, 0, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
    }
}



/* ############################################################################################## */
/* LESS Document */
/* 04.bootstrap-overrides.less */
@media (max-width: 767px) {
    body {
        padding-left: 0px;
        padding-right: 0px;
    }
}

.dropdown-menu {
    z-index: 1051 !important;
}




.thumbnail,
.img-thumbnail {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0);
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
    background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
    background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
    background-color: #e8e8e8;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    background-image: -webkit-linear-gradient(top, #CCDDE0 0%, #2e6da4 100%);
    background-image: -o-linear-gradient(top, #CCDDE0 0%, #2e6da4 100%);
    background-image: linear-gradient(to bottom, #CCDDE0 0%, #2e6da4 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffCCDDE0', endColorstr='#ff2e6da4', GradientType=0);
    background-color: #2e6da4;
}

.navbar-default {
    background-image: -webkit-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
    background-image: -o-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
    background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075), 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075), 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075), 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0);
}

    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .active > a {
        background-image: -webkit-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
        background-image: -o-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
        background-image: linear-gradient(to bottom, #dbdbdb 0%, #e2e2e2 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);
        -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
        box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
        -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075), 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0);
        -moz-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075), 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0);
        box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075), 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0);
    }

.navbar-brand,
.navbar-nav > li > a {
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}

.navbar-inverse {
    background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222222 100%);
    background-image: -o-linear-gradient(top, #3c3c3c 0%, #222222 100%);
    background-image: linear-gradient(to bottom, #3c3c3c 0%, #222222 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

    .navbar-inverse .navbar-nav > .open > a,
    .navbar-inverse .navbar-nav > .active > a {
        background-image: -webkit-linear-gradient(top, #080808 0%, #0f0f0f 100%);
        background-image: -o-linear-gradient(top, #080808 0%, #0f0f0f 100%);
        background-image: linear-gradient(to bottom, #080808 0%, #0f0f0f 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);
        -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
        box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
        -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25), 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0);
        -moz-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25), 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0);
        box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25), 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0);
    }

    .navbar-inverse .navbar-brand,
    .navbar-inverse .navbar-nav > li > a {
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    }

.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
    border-radius: 0;
    height: 50px;
}

@media (max-width: 768px) {
    .navbar .navbar-nav .open .dropdown-menu > .active > a,
    .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-image: -webkit-linear-gradient(top, #CCDDE0 0%, #2e6da4 100%);
        background-image: -o-linear-gradient(top, #CCDDE0 0%, #2e6da4 100%);
        background-image: linear-gradient(to bottom, #CCDDE0 0%, #2e6da4 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffCCDDE0', endColorstr='#ff2e6da4', GradientType=0);
    }
}

.alert {
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05), 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05), 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05), 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0);
}

.alert-success {
    background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
    background-image: -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
    background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
    border-color: #b2dba1;
}

.alert-info {
    background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
    background-image: -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
    background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
    border-color: #9acfea;
}

.alert-warning {
    background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
    background-image: -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
    background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
    border-color: #f5e79e;
    color: black !important;
    z-index: 999;
}

.alert-danger {
    background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
    background-image: -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
    background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
    border-color: #dca7a7;
}

.progress {
    background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
    background-image: -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
    background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
}

.progress-bar {
    background-image: -webkit-linear-gradient(top, #CCDDE0 0%, #286090 100%);
    background-image: -o-linear-gradient(top, #CCDDE0 0%, #286090 100%);
    background-image: linear-gradient(to bottom, #CCDDE0 0%, #286090 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffCCDDE0', endColorstr='#ff286090', GradientType=0);
}

.progress-bar-success {
    background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
    background-image: -o-linear-gradient(top, #5cb85c 0%, #449d44 100%);
    background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
}

.progress-bar-info {
    background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
    background-image: -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
    background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
}

.progress-bar-warning {
    background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
    background-image: -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
    background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
}

.progress-bar-danger {
    background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
    background-image: -o-linear-gradient(top, #d9534f 0%, #c9302c 100%);
    background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
}

.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.list-group {
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0);
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    text-shadow: 0 -1px 0 #286090;
    background-image: -webkit-linear-gradient(top, #CCDDE0 0%, #2b669a 100%);
    background-image: -o-linear-gradient(top, #CCDDE0 0%, #2b669a 100%);
    background-image: linear-gradient(to bottom, #CCDDE0 0%, #2b669a 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffCCDDE0', endColorstr='#ff2b669a', GradientType=0);
    border-color: #2b669a;
}

    .list-group-item.active .badge,
    .list-group-item.active:hover .badge,
    .list-group-item.active:focus .badge {
        text-shadow: none;
    }

.panel {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0);
}

.panel-default > .panel-heading {
    background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
    background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
    background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
}

.panel-primary > .panel-heading {
    background-image: -webkit-linear-gradient(top, #CCDDE0 0%, #2e6da4 100%);
    background-image: -o-linear-gradient(top, #CCDDE0 0%, #2e6da4 100%);
    background-image: linear-gradient(to bottom, #CCDDE0 0%, #2e6da4 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffCCDDE0', endColorstr='#ff2e6da4', GradientType=0);
}

.panel-success > .panel-heading {
    background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
    background-image: -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
    background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
}

.panel-info > .panel-heading {
    background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
    background-image: -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
    background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
}

.panel-warning > .panel-heading {
    background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
    background-image: -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
    background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
}

.panel-danger > .panel-heading {
    background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
    background-image: -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
    background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
}

/* CSS Document */
.navmobile {
    box-shadow: 3px 3px 0 3px rgba(0, 0, 0, 0.3);
    display: block;
    width: 260px;
    float: none;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 100%;
    position: fixed;
    top: 0;
    left: -285px;
    z-index: 1050;
    background-color: #0d475b;
}

@media screen and (min-width: 992px) {
    /* tablet landscape */
    .navmobile {
        left: -265px;
    }
}


.stretchyrow {
    overflow: hidden;
}



.row_landscapeonly {
    display: none;
}

@media only screen and (max-width: 960px) {
    .row_landscapeonly {
        display: block;
        width: 100%;
        height: 100%;
        background-color: #347983;
        color: #ffffff;
    }

    .customer .row_navtop,
    .customer .row_navbottom,
    .customer .row_navtabs {
        display: none;
    }
}

.row_navtop {
    background-color: #0d475b;
    position: fixed;
    top: 0;
    width: 100%;
    overflow: visible;
    z-index: 1049;
}

.row_navtabs {
    position: fixed;
    width: 100%;
    background-color: #347983;
}

.row_functies {
    position: fixed;
    width: 100%;
    padding: 5px 0;
    border-bottom: 1px solid silver;
}

.row_navbottom {
    background-color: #0d475b;
    position: fixed;
    bottom: 0;
    width: 100%;
    min-height: 50px;
    padding-top: 10px;
    z-index: 1049;
}

    .row_navbottom ul li a {
        text-decoration: none;
    }

        .row_navbottom ul li a:link,
        .row_navbottom ul li a:visited {
            color: #fff;
        }



.row_madeby {
    padding: 10px 0;
}

.cntr_categorie,
.cntr_werknemers_overzicht_result,
.cntr_filter {
    background-color: #fff;
    border-radius: 20px;
    margin-bottom: 20px;
}

.cntr_filter {
    padding-top: 15px !important;
    padding-left: 10px !important;
    padding-bottom: 15px !important;
}

.cntr_werknemers_overzicht_result {
    padding: 10px;
}

.cntr_werknemer_detail_head {
    background-color: #c2dce5;
    border-radius: 20px;
    margin-bottom: 20px;
}

    .cntr_werknemer_detail_head:before,
    .cntr_werknemer_detail_head:after {
        content: " ";
        display: table;
    }

    .cntr_werknemer_detail_head:after {
        clear: both;
    }

    .cntr_werknemer_detail_head:before,
    .cntr_werknemer_detail_head:after {
        content: " ";
        display: table;
    }

    .cntr_werknemer_detail_head:after {
        clear: both;
    }

.cntr_gegevens,
.cntr_icos,
.cntr_rechts {
    padding-top: 10px;
}

.cntr_rechts {
    text-align: right;
}

.cntr_werknemer_detail_row2:before,
.cntr_werknemer_detail_row2:after {
    content: " ";
    display: table;
}

.cntr_werknemer_detail_row2:after {
    clear: both;
}

.cntr_werknemer_detail_row2:before,
.cntr_werknemer_detail_row2:after {
    content: " ";
    display: table;
}

.cntr_werknemer_detail_row2:after {
    clear: both;
}

.cntr_werknemer_detail_row2 .cntr_werknemer_detail_categorie,
.cntr_werknemer_detail_row2 .cntr_tags {
    display: block;
    float: left;
    width: 47.5%;
    padding-left: 15px;
    padding-right: 15px;
}

.equalizeme {
    width: 100% !important;
}

.padtop-0 {
    padding-top: 0px !important;
}

.cntr_werknemer_detail_row2 .cntr_werknemer_detail_categorie {
    margin-right: 5%;
}

.cntr_werknemer_detail_row3 {
    padding-left: 15px;
    padding-right: 15px;
}

    .cntr_werknemer_detail_row3:before,
    .cntr_werknemer_detail_row3:after {
        content: " ";
        display: table;
    }

    .cntr_werknemer_detail_row3:after {
        clear: both;
    }

    .cntr_werknemer_detail_row3:before,
    .cntr_werknemer_detail_row3:after {
        content: " ";
        display: table;
    }

    .cntr_werknemer_detail_row3:after {
        clear: both;
    }

.cntr_werknemer_detail_categorie,
.cntr_tags,
.cntr_werknemer_detail_row3,
.cntr_werknemer_detail_actionbar {
    background-color: #fff;
    border-radius: 20px;
    margin-bottom: 20px;
}

.cntr_werknemer_detail_categorie,
.cntr_tags,
.cntr_info {
    min-height: 175px;
}

.cntr_tags,
.cntr_werknemer_detail_categorie,
.cntr_werknemer_detail_row3,
.cntr_werknemer_detail_actionbar {
    padding-top: 10px;
    padding-bottom: 10px;
}

.cntr_werknemer_detail_actionbar {
    padding-left: 15px;
    padding-right: 15px;
}

.cntr_savebtn {
    text-align: right;
}
/* LESS Document */
.responsivesection .sectioncollapse {
    display: block;
}

.scrollme {
    overflow-y: auto;
}

.clr_rood {
    color: #ae0800 !important;
}

.clr_blauw {
    color: #347983 !important;
}

.clr_groen {
    color: #067900 !important;
}

.clr_donker {
    color: #4d4d4d !important;
}

.btnMclr1 {
    background-color: #c2dce5;
    padding: 5px;
}

    .btnMclr1 .nmbr {
        color: #fff;
        background-color: #347983;
    }

    .btnMclr1 .title {
        color: #347983 !important;
    }

    .btnMclr1 .subtitle {
        color: #000;
    }

    .btnMclr1 .txt {
        color: #000;
    }

.btnclr1 {
    background-color: #c2dce5;
}

    .btnclr1 .nmbr {
        color: #fff;
        background-color: #347983;
    }

    .btnclr1 .title {
        color: #347983 !important;
    }

    .btnclr1 .subtitle {
        color: #000;
    }

    .btnclr1 .txt {
        color: #000;
    }

    .btnclr1:hover,
    .btnclr1:active,
    .btnclr1:focus {
        background-color: #347983;
    }

        .btnclr1:hover .nmbr,
        .btnclr1:active .nmbr,
        .btnclr1:focus .nmbr {
            background-color: #aeebff;
            color: #347983;
        }

        .btnclr1:hover .title,
        .btnclr1:active .title,
        .btnclr1:focus .title,
        .btnclr1:hover .subtitle,
        .btnclr1:active .subtitle,
        .btnclr1:focus .subtitle,
        .btnclr1:hover .txt,
        .btnclr1:active .txt,
        .btnclr1:focus .txt {
            color: #fff !important;
        }

.btnclr2 {
    background-color: #4d4d4d;
    color: #fff;
}

    .btnclr2 a:link,
    .btnclr2 a:visited {
        color: #ffffff;
    }

    .btnclr2 a:hover,
    .btnclr2 a:active {
        color: yellow;
    }

a.btnclr2:hover,
a.btnclr2:active,
a.btnclr2:focus {
    background-color: #c2dce5;
    color: #4d4d4d;
}

.btnclr3 {
    background-color: #d3d3d3;
}

    .btnclr3 .nmbr {
        color: #fff;
        background-color: #347983;
    }

    .btnclr3 .title {
        color: #347983 !important;
    }

    .btnclr3 .subtitle {
        color: #000;
    }

    .btnclr3 .txt {
        color: #000;
    }

    .btnclr3:hover,
    .btnclr3:active,
    .btnclr3:focus {
        background-color: #347983;
    }



        .btnclr3:hover .nmbr,
        .btnclr3:active .nmbr,
        .btnclr3:focus .nmbr {
            background-color: #aeebff;
            color: #347983;
        }

        .btnclr3:hover .title,
        .btnclr3:active .title,
        .btnclr3:focus .title,
        .btnclr3:hover .subtitle,
        .btnclr3:active .subtitle,
        .btnclr3:focus .subtitle,
        .btnclr3:hover .txt,
        .btnclr3:active .txt,
        .btnclr3:focus .txt {
            color: #fff !important;
        }

.eventbtn {
    border-radius: 5px;
    padding-left: 0 !important;
    margin-bottom: 20px;
    display: block;
    overflow: hidden;
}

    .eventbtn .iconBlock {
        float: left;
    }

    .eventbtn .contentBlock {
        float: left;
    }

    .eventbtn .nmbr {
        display: block;
        float: left;
        padding: 7px;
        line-height: 1em;
        font-weight: bold;
        font-size: 48px;
    }

    .eventbtn .descr {
        display: block;
        min-width: 125px;
        float: left;
        padding-top: 3px;
        padding-left: 5px;
    }

    .eventbtn .title {
        display: block;
        font-size: 16px;
        font-weight: bold;
        line-height: 1em;
    }

    .eventbtn .subtitle {
        display: block;
        font-size: 14px;
        font-weight: bold;
        line-height: 1em;
    }

    .eventbtn .txt {
        display: block;
        font-size: 12px;
    }

.personbtn {
    height: 75px;
    padding-left: 0 !important;
    margin-bottom: 20px;
    display: block;
    overflow: hidden;
    background-color: transparent;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

    .personbtn .nmbr {
        display: block;
        float: left;
        font-size: 60px;
        padding-top: 7px;
        line-height: 1em;
        font-weight: bold;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
    }

    .personbtn .contentcntr {
        background-color: #c2dce5;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
        display: block;
        height: 75px;
        min-width: 125px;
        float: left;
        padding-top: 3px;
        padding-left: 10px;
        color: #fff;
    }

        .personbtn .contentcntr .descr {
            display: block;
            min-width: 125px;
            width: 80%;
            float: left;
            padding-top: 3px;
        }

        .personbtn .contentcntr .title {
            display: block;
            font-size: 16px;
            font-weight: bold;
            line-height: 1em;
            color: #347983;
        }

        .personbtn .contentcntr .subtitle {
            display: block;
            font-size: 14px;
            font-weight: bold;
            line-height: 1em;
            color: #000000;
        }

        .personbtn .contentcntr .txt {
            display: block;
            font-size: 12px;
        }

        .personbtn .contentcntr .eval {
            color: #fff;
            width: 20%;
        }

            .personbtn .contentcntr .eval .icon {
                margin-top: 0;
                margin-bottom: 5px;
                margin-right: 10px;
                display: inline-block;
                background-color: #4d4d4d;
                color: #fff;
                padding-top: 3px;
                width: 35px;
                height: 35px;
                border-radius: 5px;
                text-align: center;
            }

            .personbtn .contentcntr .eval .minieval {
                line-height: 1em;
                font-size: 28px;
                font-weight: bold;
            }

        .personbtn .contentcntr:active,
        .personbtn .contentcntr:hover,
        .personbtn .contentcntr:focus {
            background-color: #347983;
            color: #fff;
        }

            .personbtn .contentcntr:active .title,
            .personbtn .contentcntr:hover .title,
            .personbtn .contentcntr:focus .title {
                color: #fff !important;
            }

            .personbtn .contentcntr:active .subtitle,
            .personbtn .contentcntr:hover .subtitle,
            .personbtn .contentcntr:focus .subtitle {
                color: #fff !important;
            }

            .personbtn .contentcntr:active .eval,
            .personbtn .contentcntr:hover .eval,
            .personbtn .contentcntr:focus .eval {
                color: #fff;
            }

.supportbtn {
    border-radius: 5px;
    padding-left: 0 !important;
    margin-bottom: 20px;
    display: block;
    overflow: hidden;
}

    .supportbtn .ico {
        padding: 5px;
        border-radius: 20px;
        text-align: center;
        display: block;
    }

    .supportbtn .descr {
        display: block;
        min-width: 125px;
        padding-top: 3px;
    }

    .supportbtn .title {
        display: block;
        font-size: 16px;
        font-weight: bold;
        line-height: 1em;
    }

    .supportbtn .subtitle {
        display: block;
        font-size: 14px;
        font-weight: bold;
        line-height: 1em;
    }

    .supportbtn .txt {
        display: block;
        font-size: 12px;
    }

    .supportbtn a {
        text-decoration: none !important;
    }

.bigfatbutton {
    border-radius: 5px;
    height: 55px;
    padding-top: 10px;
    padding-left: 10px;
    color: #fff;
    margin-bottom: 20px;
    display: inline-block;
    overflow: hidden;
    background-color: #067900;
    text-decoration: none;
    padding-right: 20px;
}

    .bigfatbutton .descr {
        font-size: 24px;
    }

    .bigfatbutton .icon {
        float: right;
        background-color: #fff;
        color: #067900;
        margin-right: 30px !important;
    }

    .bigfatbutton:hover,
    .bigfatbutton:active,
    .bigfatbutton:focus {
        text-decoration: none;
        background-color: #067900cc;
        color: #fff;
    }

    .bigfatbutton.bigfat2 .icon {
        float: left !important;
        margin-right: 20px;
    }

    .bigfatbutton.bigfat3 .icon {
        float: left !important;
        margin-right: 20px;
        background-color: transparent;
        color: #ffffff;
    }

.btn_quicklink {
    display: inline-block;
    padding: 2px 10px 5px 0;
    margin-right: 10px;
    background-color: #fff;
    text-decoration: none !important;
    border-radius: 5px;
}

    .btn_quicklink i {
        margin-right: 10px;
        margin-top: 5px;
        margin-left: 10px;
        font-size: 18px;
    }

    .btn_quicklink .txt {
        display: inline-block;
        padding-left: 10px;
        position: relative;
        top: -2px;
    }

    .btn_quicklink:link,
    .btn_quicklink:visited {
        color: #347983;
    }

    .btn_quicklink:hover,
    .btn_quicklink:active,
    .btn_quicklink:focus {
        background-color: #067900cc;
        color: #fff;
    }

.btn_functie {
    display: inline-block;
    margin-right: 10px;
    background-color: #347983;
    padding: 5px;
    text-decoration: none !important;
}

    .btn_functie:link,
    .btn_functie:visited {
        color: #ffffff;
    }

    .btn_functie:hover,
    .btn_functie:active,
    .btn_functie:focus {
        background-color: #c2dce5;
        color: #347983;
    }

.tag {
    display: inline-block;
    padding: 5px 10px;
    margin-bottom: 10px;
    margin-right: 15px;
    border-radius: 5px;
    background-color: #347983;
    color: #fff;
    /*text-transform: capitalize;*/
    position: relative;
}

    .tag .tagtxt {
        display: block;
    }

    .tag .delete {
        position: absolute;
        z-index: 100;
        right: -10px;
        top: -5px;
        width: 20px;
        height: 20px;
        padding-top: 1px;
        background-color: #ae0800 !important;
        border-radius: 5px;
        text-align: center;
        display: block;
        cursor: pointer;
    }

        .tag .delete .far {
            color: #fff;
            font-size: 18px;
        }

.icon {
    display: inline-block;
    color: #fff;
    padding-top: 3px;
    width: 35px;
    height: 35px;
    border-radius: 10px;
    text-align: center;
}

a.icon:hover,
a.icon:active,
a.icon:focus {
    background-color: #347983 !important;
    text-decoration: none;
}

.uitnodiging_blokken .icon {
    padding: 3px;
    padding-left: 5px;
    padding-right: 5px;
    width: auto;
    height: auto;
}

/*.modal {
	z-index: 999999 !important;
}*/

.btn-blue {
    background-color: #347983;
    color: #FFFFFF;
}

.cntr45 {
    display: block;
    float: left;
    width: 45%;
    margin-right: 10%;
}

    .cntr45:nth-child(2n+2) {
        margin-right: 0 !important;
    }

.pseudolabel {
    display: block;
    background-color: #347983;
    color: #fff;
    width: 100%;
    text-align: center;
    font-size: 24px;
}

.vorigevolgende .vorige {
    float: left;
}

.vorigevolgende .volgende {
    float: right;
}

.plainbtn {
    border-radius: 5px;
    background-color: #067900;
    color: #fff;
    padding: 5px;
}

    .plainbtn:hover,
    .plainbtn:active {
        background-color: #067900cc;
        color: #fff;
        text-decoration: none;
    }

    .plainbtn .far {
        margin-right: 5px;
    }

.squarebtn {
    background-color: #347983;
    display: inline-block;
    color: #fff;
    padding: 5px;
    margin-bottom: 10px;
    border-radius: 5px;
}

    .squarebtn:hover,
    .squarebtn:active {
        background-color: #005d7b;
        color: #fff;
        text-decoration: none;
    }

    .squarebtn .far {
        margin-right: 5px;
    }

    .squarebtn + .squarebtn {
        margin-left: 10px;
    }

.status {
    display: block;
    color: #fff;
    padding: 10px 10px 7px 10px;
    border-radius: 5px;
}

    .status .far {
        margin-right: 10px;
    }

    .status:hover {
        text-decoration: none;
    }

    .status.gepland {
        background-color: #067900;
    }

    .status.planmij {
        background-color: #ae0800;
    }

.inlinelabel label {
    display: block;
    float: left;
    margin: 0 15px;
}

.inlinelabel input {
    display: block;
    float: left;
    width: 70% !important;
}

.inlinelabel textarea {
    display: block;
    float: left;
    width: 70% !important;
}

.spinnerpauze input {
    max-width: 50px;
}


.badge {
    position: relative;
    float: right;
    right: -10px;
    /*top: -50px;*/
}

    .badge.succes {
        background-color: #5cb85c;
    }

    .badge.info {
        background-color: #5bc0de;
    }

    .badge.warning {
        background-color: #f0ad4e;
    }

    .badge.danger {
        background-color: #d9534f;
    }

.nav-tabs .badge {
    position: relative;
    z-index: 1001;
}
/* LESS Document */
.row_topnav,
.row_bottomnav {
    color: #fff;
}

@media screen and (min-width: 1024px) {
    .cntr_logo a {
        max-height: 100px;
    }

        .cntr_logo a img {
            max-height: 100%;
        }
}

.cntr_zoek .form-group {
    margin-top: 7px;
    margin-bottom: 0 !important;
}

.cntr_zoek input[type="text"] {
    width: 350px !important;
}

.cntr_zoek button {
    margin-top: 6px;
}

.cntr_navtop {
    padding-top: 10px;
    overflow: visible;
}

    .cntr_navtop .navtop {
        list-style: none;
    }

        .cntr_navtop .navtop li {
            display: block;
            float: left;
            margin-right: 10px;
        }

            .cntr_navtop .navtop li:last-child {
                margin-right: 0;
            }

            .cntr_navtop .navtop li a {
                display: block;
                padding: 5px;
                border-radius: 5px;
                background-color: #347983;
                color: #ffffff;
            }

@media screen and (max-width: 1280px) {
    /* tablet portrait */
    .cntr_zoek input[type="text"] {
        width: 250px !important;
    }
}

.cntr_topfuncties {
    text-align: right;
    float: right;
    position: relative;
    top: -10px;
}

    .cntr_topfuncties .wrapper {
        display: block;
        height: 35px;
        margin-top: 7px;
    }

    .cntr_topfuncties .item {
        display: block;
        float: right;
        margin-right: 5px;
        background-color: #fff;
        width: 35px;
        height: 35px;
        border-radius: 20px;
        text-align: center;
        overflow: hidden;
    }

        .cntr_topfuncties .item:first-child {
            margin-right: 0;
        }

        .cntr_topfuncties .item .far {
            font-size: 24px;
            margin-top: 3px;
            color: #333333;
        }

        .cntr_topfuncties .item:hover {
            background-color: #347983;
        }

            .cntr_topfuncties .item:hover .far {
                color: #fff;
            }

    .cntr_topfuncties .bigitem {
        display: block;
        float: right;
        padding-right: 10px;
        margin-right: 8px;
        /*border-right: 1px solid #fff;*/
        height: 35px;
    }

    .cntr_topfuncties .pic {
        display: inline-block;
        /*background-olor: #fff;*/
        border: solid 2px #347983;
        width: 35px;
        height: 35px;
        border-radius: 20px;
        text-align: center;
        overflow: hidden;
    }

    .cntr_topfuncties .uitloggen {
        display: inline-block;
    }

    .cntr_topfuncties .descr {
        display: inline-block;
        color: #fff;
        text-decoration: none !important;
    }

        .cntr_topfuncties .descr .name {
            font-size: 14px;
        }

.uitklapper {
    position: absolute;
    z-index: 1051;
    top: 77px;
    right: 10px;
    width: 600px;
    min-height: 250px;
    padding: 20px;
    background-color: #347983;
    color: #fff;
    -webkit-box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.16);
    -webkit-transform: translateY(-22px);
    -moz-transform: translateY(-22px);
    -o-transform: translateY(-22px);
    -ms-transform: translateY(-22px);
    transform: translateY(-22px);
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

    .uitklapper h1,
    .uitklapper h2,
    .uitklapper h3,
    .uitklapper h4,
    .uitklapper h5,
    .uitklapper h6 {
        color: #fff;
    }

.zeroopacity {
    opacity: 0;
    top: 92px;
}

.cntr_landscapeonly {
    text-align: center;
    width: 100%;
    padding: 100px;
    height: 100%;
    background-image: url('Images/rotate-screen.png');
    background-repeat: no-repeat;
    background-position: center;
}

.scrollme {
    overflow-y: auto;
}

.row_navtabs a {
    color: #fff;
}

    .row_navtabs a:hover,
    .row_navtabs a:active {
        color: #000;
    }


.cntr_events .eventbtn {
}

    .cntr_events .eventbtn .nmbr {
        border-radius: 5px;
        text-align: center;
    }

        .cntr_events .eventbtn .nmbr i {
            font-size: 48px;
        }

    .cntr_events .eventbtn:nth-child(3n+3) {
        margin-right: 0 !important;
    }

.cntr_events .personbtn {
    float: left;
    width: 32%;
    margin-right: 2%;
}

    .cntr_events .personbtn .nmbr {
        width: 75px;
        height: 75px;
        border-radius: 20px;
        text-align: center;
    }

        .cntr_events .personbtn .nmbr i {
            font-size: 48px;
        }

    .cntr_events .personbtn:nth-child(3n+3) {
        margin-right: 0 !important;
    }

.cntr_events .supportbtn {
    width: 100%;
    padding: 10px;
}

.cntr_events .plainbtn {
    padding: 15px;
    width: 32% !important;
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.cntr_support {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.cntr_huidigevent {
    padding-right: 0;
}

    .cntr_huidigevent .eventbtn {
        /*float: left;*/
        /*width: 24%;*/
        /*margin-right: 1.3%;*/
        height: 110px;
        padding: 5px;
    }

        .cntr_huidigevent .eventbtn .nmbr {
            width: 75px;
            height: 75px;
            border-radius: 5px;
            text-align: center;
        }

            .cntr_huidigevent .eventbtn .nmbr i {
                font-size: 48px;
            }

    .cntr_huidigevent .eventfuncties {
        /*display: block;
		float: left;*/
        /*width: 24%;*/
        /*margin-right: 1.3%;*/
    }

        .cntr_huidigevent .eventfuncties:nth-child(4n+4) {
            margin-right: 0 !important;
        }

        .cntr_huidigevent .eventfuncties .plainbtn {
            display: block;
            margin-bottom: 5px;
        }

.cntr_filter .front {
    width: 10%;
    float: left;
}

.cntr_filter #my_age_slider {
    width: 50%;
    float: left;
}

.cntr_filter .leeftijdaanduiding {
    display: block;
    width: 15%;
    margin-left: 5%;
    float: left;
}

.cntr_filter .geslachtaanduiding {
    display: block;
    width: 15%;
    margin-left: 5%;
    float: left;
    margin-top: -7px;
}

.cntr_filter .leeftijd {
    display: inline-block;
    color: #347983;
    font-weight: bold;
    font-size: 24px;
    margin: -10px 5px 0 5px;
}

.cntr_filter .hiddeninput {
    display: none;
}

.flexslider {
    margin-bottom: 0 !important;
    border: 0 !important;
}

    .flexslider .flex-viewport {
        padding-left: 40px;
    }

    .flexslider .title {
        display: block;
        text-transform: uppercase;
        font-size: 18px;
        min-height: 40px;
        color: #347983;
        text-align: center;
    }

    .flexslider .aantal {
        display: block;
        color: #000;
        font-size: 18px;
        text-align: center;
    }

    .flexslider .active {
        background-color: #347983 !important;
    }

        .flexslider .active .title,
        .flexslider .active .aantal {
            color: #fff !important;
        }

    .flexslider .flex-direction-nav a {
        color: #fff !important;
    }

    .flexslider .flex-nav-next {
        position: relative;
        top: -45px;
    }

        .flexslider .flex-nav-next .flex-next {
            background-color: #347983 !important;
            height: 65px;
            padding-top: 5px;
            padding-right: 10px;
            border-top-right-radius: 20px;
            border-bottom-right-radius: 20px;
        }

    .flexslider .flex-nav-prev {
        position: relative;
        top: -45px;
        left: -25px;
    }

        .flexslider .flex-nav-prev .flex-prev {
            background-color: #347983 !important;
            height: 65px;
            padding-top: 5px;
            padding-left: 10px;
            border-top-left-radius: 20px;
            border-bottom-left-radius: 20px;
        }

.cntr_werknemers_overzicht_result .eventbtn {
    float: left;
    width: 32%;
    margin-right: 2%;
}

    .cntr_werknemers_overzicht_result .eventbtn:nth-child(3n+3) {
        margin-right: 0 !important;
    }

    .cntr_werknemers_overzicht_result .eventbtn:hover {
        text-decoration: none !important;
    }

        .cntr_werknemers_overzicht_result .eventbtn:hover .eval {
            color: #fff;
        }

    .cntr_werknemers_overzicht_result .eventbtn .nmbr {
        width: 75px;
        height: 75px;
        border-radius: 20px;
        text-align: center;
        padding-top: 0 !important;
    }

    .cntr_werknemers_overzicht_result .eventbtn .subtitle {
        margin-top: 10px;
        font-size: 18px;
    }

    .cntr_werknemers_overzicht_result .eventbtn .eval {
        font-size: 48px;
        font-weight: bold;
        text-align: right;
        padding-top: 10px;
        width: 50px;
        height: 70px;
        color: #4d4d4d;
        vertical-align: bottom;
        display: block;
        float: left;
    }

.cntr_werknemers_overzicht_result .personbtn {
    margin-right: 2%;
}

    .cntr_werknemers_overzicht_result .personbtn:nth-child(3n+3) {
        margin-right: 0 !important;
    }

    .cntr_werknemers_overzicht_result .personbtn:hover {
        text-decoration: none !important;
    }

        .cntr_werknemers_overzicht_result .personbtn:hover .eval {
            color: #fff;
        }

    .cntr_werknemers_overzicht_result .personbtn .contentcntr {
        padding-top: 0 !important;
    }

    .cntr_werknemers_overzicht_result .personbtn .nmbr {
        width: 75px;
        height: 75px;
        border-radius: 20px;
        text-align: center;
        padding-top: 0 !important;
    }

    .cntr_werknemers_overzicht_result .personbtn .subtitle {
        margin-top: 10px;
        font-size: 14px;
    }

    .cntr_werknemers_overzicht_result .personbtn .eval {
        font-size: 48px;
        font-weight: bold;
        text-align: right;
        padding-top: 0px;
        width: 45px;
        height: 70px;
        color: #4d4d4d;
        vertical-align: bottom;
        display: block;
        float: left;
    }

.cntr_werknemer_detail_head .eval {
    font-size: 48px;
    font-weight: bold;
    text-align: right;
    padding-top: 10px;
    width: 50px;
    height: 70px;
    color: #4d4d4d;
    vertical-align: bottom;
    display: block;
}

.row_werknemers_detail .bigprofilepic {
    display: block;
    border-radius: 20px;
    margin-left: -15px;
    overflow: hidden;
}

.row_werknemers_detail .cntr_gegevens {
    color: #000000;
}

.row_werknemers_detail .naam {
    font-size: 18px;
    font-weight: bold;
    color: #347983;
}

.row_werknemers_detail .cntr_rechts .eval {
    background-color: #347983;
    color: #fff;
    right: 0;
    float: right;
    margin-bottom: 10px;
    font-size: 64px;
    padding-top: 0px;
    width: 95px;
    height: 95px;
    border-radius: 20px;
    text-align: center;
}

    .row_werknemers_detail .cntr_rechts .eval:before,
    .row_werknemers_detail .cntr_rechts .eval:after {
        content: " ";
        display: table;
    }

    .row_werknemers_detail .cntr_rechts .eval:after {
        clear: both;
    }

    .row_werknemers_detail .cntr_rechts .eval:before,
    .row_werknemers_detail .cntr_rechts .eval:after {
        content: " ";
        display: table;
    }

    .row_werknemers_detail .cntr_rechts .eval:after {
        clear: both;
    }

.row_werknemers_detail .cntr_rechts .dubbelfunctie {
    width: 105px;
    float: right;
}

    .row_werknemers_detail .cntr_rechts .dubbelfunctie:before,
    .row_werknemers_detail .cntr_rechts .dubbelfunctie:after {
        content: " ";
        display: table;
    }

    .row_werknemers_detail .cntr_rechts .dubbelfunctie:after {
        clear: both;
    }

    .row_werknemers_detail .cntr_rechts .dubbelfunctie:before,
    .row_werknemers_detail .cntr_rechts .dubbelfunctie:after {
        content: " ";
        display: table;
    }

    .row_werknemers_detail .cntr_rechts .dubbelfunctie:after {
        clear: both;
    }

    .row_werknemers_detail .cntr_rechts .dubbelfunctie .ico:last-child {
        margin-right: 0 !important;
    }

.row_werknemers_detail .cntr_rechts .delete,
.row_werknemers_detail .cntr_rechts .edit {
    background-color: #4d4d4d;
    color: #fff;
}

.row_werknemers_detail .icon {
    margin-bottom: 10px;
    margin-right: 10px;
}

.cntr_tags input {
    background-color: #c2dce5;
    border-radius: 5px;
}

.cntr_info input {
    background-color: #c2dce5;
    border-radius: 5px;
}

h2,
h3,
h4,
h5,
h6 {
    margin-top: 0 !important;
}

h2 {
    color: #4d4d4d;
}

.valueslider {
}

.values {
}

.value {
    color: #347983;
    font-weight: bold;
    font-size: 16px;
}

.valuedivider {
    font-weight: bold;
    font-size: 16px;
    margin-left: 3px;
    margin-right: 3px;
}



.cntr_naamlijst h2,
.cntr_werknemers h2,
.cntr_aangemaakt h2,
.cntr_acties h2 {
    color: #347983;
}

.cntr_werknemer_lijsten_row3 .item {
    display: block;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 18px;
}

    .cntr_werknemer_lijsten_row3 .item:before,
    .cntr_werknemer_lijsten_row3 .item:after {
        content: " ";
        display: table;
    }

    .cntr_werknemer_lijsten_row3 .item:after {
        clear: both;
    }

    .cntr_werknemer_lijsten_row3 .item:before,
    .cntr_werknemer_lijsten_row3 .item:after {
        content: " ";
        display: table;
    }

    .cntr_werknemer_lijsten_row3 .item:after {
        clear: both;
    }

    .cntr_werknemer_lijsten_row3 .item.pseudotablehead {
        padding-top: 10px;
        background-color: #347983;
        color: #fff;
    }

.cntr_naamlijst {
    font-size: 22px;
}

.cntr_werknemers {
    font-weight: bold;
    text-align: center;
}

.cntr_aangemaakt {
    text-align: center;
}

.cntr_acties .icon {
    margin-top: -10px;
    background-color: #347983;
    font-size: 26px;
}

.cntr_werknemer_lijst_resultaat .eventbtn {
    float: left;
    width: 32%;
    margin-right: 2%;
}

    .cntr_werknemer_lijst_resultaat .eventbtn:nth-child(3n+3) {
        margin-right: 0 !important;
    }

    .cntr_werknemer_lijst_resultaat .eventbtn:hover {
        text-decoration: none !important;
    }

        .cntr_werknemer_lijst_resultaat .eventbtn:hover .eval {
            color: #fff;
        }

    .cntr_werknemer_lijst_resultaat .eventbtn .nmbr {
        width: 75px;
        height: 75px;
        border-radius: 20px;
        text-align: center;
        padding-top: 0 !important;
    }

    .cntr_werknemer_lijst_resultaat .eventbtn .subtitle {
        margin-top: 10px;
        font-size: 18px;
    }

    .cntr_werknemer_lijst_resultaat .eventbtn .eval {
        width: 50px;
        height: 70px;
        color: #4d4d4d;
        vertical-align: bottom;
        display: block;
        float: left;
        padding-top: 0;
        font-size: 12px;
    }

    .cntr_werknemer_lijst_resultaat .eventbtn .icon {
        margin-top: 0;
        margin-bottom: 5px;
    }

    .cntr_werknemer_lijst_resultaat .eventbtn .minieval {
        line-height: 1em;
        font-size: 28px;
        font-weight: bold;
    }

    .cntr_werknemer_lijst_resultaat .eventbtn .fa-2x {
        font-size: 2em !important;
    }

.cntr_werknemer_lijst_resultaat .personbtn .eval {
    font-size: inherit;
    padding-top: 0;
}

.cntr_summ {
    padding-bottom: 20px;
}

    .cntr_summ .infoblock {
        display: block;
        width: 100%;
        border-radius: 5px;
        text-transform: uppercase;
        margin-top: 20px;
        font-size: 24px;
    }

        .cntr_summ .infoblock .naam {
            display: block;
            font-weight: bold;
        }

        .cntr_summ .infoblock .date {
            display: block;
            font-size: 18px;
            text-transform: none !important;
        }

        .cntr_summ .infoblock .pre {
            color: #000;
            width: 30px;
            display: inline-block;
        }

    .cntr_summ .shortinfo {
        display: block;
        float: left;
        min-width: 15px;
        min-height: 15px;
        width: 30%;
        margin-right: 10px;
        margin-bottom: 20px;
        background-color: #067900;
        color: #fff;
        border-radius: 5px;
        padding: 10px;
    }

        .cntr_summ .shortinfo .ico {
            display: block;
            min-height: 40px;
            text-align: center;
            border-bottom: 1px solid #fff;
        }

        .cntr_summ .shortinfo .mylabel {
            display: block;
            text-align: center;
            font-size: 18px;
        }

        .cntr_summ .shortinfo:hover,
        .cntr_summ .shortinfo:active,
        .cntr_summ .shortinfo:focus {
            background-color: #067900cc;
        }

    .cntr_summ .evtomschrijving {
        display: block;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .cntr_summ .plainbtn {
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 20px;
    }

.uitnodiging_blokken {
    margin-bottom: 20px;
}

    .uitnodiging_blokken thead {
        border-bottom: 1px solid silver;
        margin-bottom: 15px;
    }

    .uitnodiging_blokken tbody > tr td {
        padding-top: 20px !important;
    }

    .uitnodiging_blokken td {
        padding: 10px 5px;
        vertical-align: top;
    }

    .uitnodiging_blokken tr:first-child td {
        padding-top: 0;
    }

    .uitnodiging_blokken .halficon {
        display: block;
        padding: 5px 10px;
        background-color: #347983;
        color: #fff;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .uitnodiging_blokken .big1 {
        font-size: 24px;
        font-weight: bold;
        padding: 5px 10px 0 0 !important;
        min-width: 100px;
    }

    .uitnodiging_blokken .big2 {
        font-size: 32px;
        font-weight: bold;
        line-height: 18px;
    }

        .uitnodiging_blokken .big2 .nmbr_reacties {
            font-weight: normal;
            font-size: 16px;
        }

    .uitnodiging_blokken .icons {
        border-bottom: 1px solid #c0c0c0;
    }

    .uitnodiging_blokken .plainbtn {
        padding-left: 10px;
        padding-right: 10px;
    }

    .uitnodiging_blokken .verzenden {
        font-size: 22px;
    }

        .uitnodiging_blokken .verzenden:link,
        .uitnodiging_blokken .verzenden:visited {
            color: #067900;
        }

        .uitnodiging_blokken .verzenden:hover,
        .uitnodiging_blokken .verzenden:active,
        .uitnodiging_blokken .verzenden:focus {
            color: #347983;
        }

    .uitnodiging_blokken .remove {
        font-size: 22px;
    }

        .uitnodiging_blokken .remove:link,
        .uitnodiging_blokken .remove:visited {
            color: #ae0800;
        }

        .uitnodiging_blokken .remove:hover,
        .uitnodiging_blokken .remove:active,
        .uitnodiging_blokken .remove:focus {
            color: #347983;
        }

.cntr_blok_aanmaken {
    background-color: #fff;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 20px;
}

    .cntr_blok_aanmaken .cntr_rechts {
        text-align: right;
    }



.werknemer {
    margin-bottom: 5px;
    margin-bottom: 5px;
    padding: 5px;
}

    .werknemer:before,
    .werknemer:after {
        content: " ";
        display: table;
    }

    .werknemer:after {
        clear: both;
    }

    .werknemer:before,
    .werknemer:after {
        content: " ";
        display: table;
    }

    .werknemer:after {
        clear: both;
    }

    .werknemer .pic .cntr {
        display: block;
        width: 60px;
        height: 60px;
        border-radius: 20px;
        text-align: center;
        background-color: #347983;
        color: #fff;
    }

    .werknemer .werknemernmbr {
        font-size: 18px;
    }

    .werknemer .time .timerlabel {
        display: block;
        font-weight: bold;
    }

        .werknemer .time .timerlabel:before,
        .werknemer .time .timerlabel:after {
            content: " ";
            display: table;
        }

        .werknemer .time .timerlabel:after {
            clear: both;
        }

        .werknemer .time .timerlabel:before,
        .werknemer .time .timerlabel:after {
            content: " ";
            display: table;
        }

        .werknemer .time .timerlabel:after {
            clear: both;
        }

    .werknemer .input-group {
        float: left !important;
    }

    .werknemer .deleteme {
        padding-top: 20px;
    }

    .werknemer:hover {
        background-color: #EFEFEF;
        border-radius: 20px;
    }

.cntr_blok_verzenden {
    margin-bottom: 20px;
}

    .cntr_blok_verzenden h2 {
        display: block;
        width: 90%;
        float: left;
    }

    .cntr_blok_verzenden .far {
        display: block;
        float: right;
        cursor: pointer;
    }

    .cntr_blok_verzenden .clicker {
        cursor: pointer;
    }

        .cntr_blok_verzenden .clicker:hover * {
            color: #347983 !important;
        }

    .cntr_blok_verzenden .verzenden_row {
        font-size: 24px;
    }

        .cntr_blok_verzenden .verzenden_row:before,
        .cntr_blok_verzenden .verzenden_row:after {
            content: " ";
            display: table;
        }

        .cntr_blok_verzenden .verzenden_row:after {
            clear: both;
        }

        .cntr_blok_verzenden .verzenden_row:before,
        .cntr_blok_verzenden .verzenden_row:after {
            content: " ";
            display: table;
        }

        .cntr_blok_verzenden .verzenden_row:after {
            clear: both;
        }

        .cntr_blok_verzenden .verzenden_row .far {
            float: none !important;
            display: inline-block;
            margin-right: 20px;
            margin-left: 10px;
            color: #347983;
        }

        .cntr_blok_verzenden .verzenden_row .hilight {
            color: #347983;
        }

    .cntr_blok_verzenden .bigfatbutton {
        margin-top: 20px;
    }

.blokrechts .wrapper {
    padding: 10px;
    background-color: #e1f8ff;
}

.blokrechts .pic {
    display: block;
    float: left;
}

    .blokrechts .pic .cntr {
        display: block;
        width: 45px;
        height: 45px;
        border-radius: 10px;
        text-align: center;
        background-color: #347983;
        color: #fff;
    }

.blokrechts .naam {
    display: block;
    float: left;
    font-size: 18px;
    padding-left: 10px;
    padding-top: 10px;
}

.blokrechts .mydropdown {
    display: block;
    float: left;
    padding-top: 5px;
    min-width: 100px;
}

.blokrechts h2 {
    background-color: #347983;
    color: #fff;
    display: block;
    padding: 10px;
    margin-bottom: 0 !important;
}

.cntr_registraties .werknemer {
    margin-bottom: 20px;
}

    .cntr_registraties .werknemer:before,
    .cntr_registraties .werknemer:after {
        content: " ";
        display: table;
    }

    .cntr_registraties .werknemer:after {
        clear: both;
    }

    .cntr_registraties .werknemer:before,
    .cntr_registraties .werknemer:after {
        content: " ";
        display: table;
    }

    .cntr_registraties .werknemer:after {
        clear: both;
    }

.cntr_registraties .pic .cntr {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 10px;
    text-align: center;
    background-color: #347983;
    color: #fff;
}

.cntr_registraties .naam {
    font-size: 18px;
}

.cntr_registraties .time .btn {
    display: block;
    padding: 10px;
    color: #fff;
    border-radius: 5px;
    text-transform: uppercase;
}

    .cntr_registraties .time .btn .far {
        margin-right: 5px;
    }

.cntr_registraties .time.start .btn {
    background-color: #067900;
    margin-top: 3px;
}

    .cntr_registraties .time.start .btn:active,
    .cntr_registraties .time.start .btn:hover,
    .cntr_registraties .time.start .btn:focus {
        background-color: #067900cc;
    }

.cntr_registraties .time.start.bezig .btn {
    background-color: #067900cc;
}

    .cntr_registraties .time.start.bezig .btn:active,
    .cntr_registraties .time.start.bezig .btn:hover,
    .cntr_registraties .time.start.bezig .btn:focus {
        background-color: #067900cc;
    }

.cntr_registraties .time.dimona .btn {
    background-color: #347983;
}

    .cntr_registraties .time.dimona .btn:active,
    .cntr_registraties .time.dimona .btn:hover,
    .cntr_registraties .time.dimona .btn:focus {
        background-color: #067900cc;
    }

.cntr_registraties .pauze .btn-spinner {
    background-color: #347983 !important;
    color: #fff;
}

    .cntr_registraties .pauze .btn-spinner.left {
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }

    .cntr_registraties .pauze .btn-spinner.right {
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

.cntr_registraties .pauze .input-group-addon {
    background-color: #aeebff;
}

.cntr_registraties .moreinfo {
    font-size: 18px;
}

    .cntr_registraties .moreinfo .mylabel {
        display: inline-block;
        width: 150px;
    }

    .cntr_registraties .moreinfo .hilight {
        display: inline-block;
        color: #347983;
        font-weight: bold;
    }

.mytable thead {
    display: none;
}

.navmobile .toprow:before,
.navmobile .toprow:after {
    content: " ";
    display: table;
}

.navmobile .toprow:after {
    clear: both;
}

.navmobile .toprow:before,
.navmobile .toprow:after {
    content: " ";
    display: table;
}

.navmobile .toprow:after {
    clear: both;
}

.navmobile .close {
    width: 18%;
    display: inline-block;
    margin-right: 10px;
    text-align: right;
    float: right;
}

    .navmobile .close a {
        color: #fff !important;
    }

.navmobile .majornav {
    margin-bottom: 5px;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: 1px solid #154555;
    border-top: 1px solid #3e7182;
    /*
		ul li:active ul{
			//background-color: #ffff00;
			display: block;
		}
		*/
}

    .navmobile .majornav h3 {
        font-family: "open-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
        color: #fff;
        font-weight: 700;
        text-decoration: none;
        font-size: 16px;
        font-weight: bold;
    }

    .navmobile .majornav ul {
        margin-left: 0px;
        padding-left: 0;
        list-style-image: none;
    }

        .navmobile .majornav ul > li {
            padding-left: 0 !important;
            padding-right: 0 !important;
            width: 100% !important;
            display: block;
            float: none;
            clear: both;
            list-style: none;
        }

            .navmobile .majornav ul > li:first-child {
                border-top: 0;
            }

            .navmobile .majornav ul > li:last-child {
                border-bottom: 0;
            }

            .navmobile .majornav ul > li.hasChildren {
                /*
					>a:after{
						float : right;
						content: @fa-var-level-down;
						font-family: '"Font Awesome 5 Pro"';
						//color: @bordeaux;
					}
					*/
            }

                .navmobile .majornav ul > li.hasChildren > a {
                    width: 85%;
                    float: left;
                }

                .navmobile .majornav ul > li.hasChildren .uitklap {
                    display: block;
                    float: right;
                    width: 14%;
                    text-align: center;
                    min-height: 25px;
                    font-size: 20px;
                    content: "\f149";
                    font-family: '"Font Awesome 5 Pro"';
                    color: #00b300;
                }

        .navmobile .majornav ul li.top_lijn hr {
            margin-bottom: 0;
            margin-top: 0;
            background-color: #008000;
            min-height: 1px;
            margin-left: 20px;
        }

    .navmobile .majornav a {
        color: #fff;
        text-decoration: none;
        display: block;
        padding: 1px 3px 1px 3px;
    }

        .navmobile .majornav a:hover,
        .navmobile .majornav a:active {
            background-color: #067900cc;
            color: #87660c;
            border-radius: 5px;
        }

        .navmobile .majornav a:focus {
            background-color: #067900cc;
            color: #87660c;
            border-radius: 5px;
        }

        .navmobile .majornav a .cntr {
            text-align: center;
            display: inline-block;
            width: auto;
            margin-left: auto;
            margin-right: auto;
        }

    .navmobile .majornav .descr {
        display: none;
        font-weight: normal;
        font-size: 12px;
        width: 100%;
    }

    .navmobile .majornav ul ul {
        display: none;
    }

        .navmobile .majornav ul ul li {
            padding: 2px 0;
            border-bottom: 0;
            border-top: 0;
            list-style: none;
        }

            .navmobile .majornav ul ul li a {
                padding-left: 30px;
                font-size: 12px;
                font-weight: normal;
            }

                .navmobile .majornav ul ul li a span {
                    display: none;
                }

    .navmobile .majornav li.active ul {
        display: block;
    }

.cntr_steps {
    margin-bottom: 10px;
}

    .cntr_steps .step {
        background-color: #e1f8ff;
        display: inline-block;
        margin-right: -4px;
        width: 50%;
    }

        .cntr_steps .step .number {
            font-size: 48px;
            font-weight: bold;
            display: block;
            float: left;
            width: 50px;
            height: 50px;
            text-align: center;
        }

        .cntr_steps .step .descr {
            display: block;
            float: left;
            padding: 20px 10px 20px 0;
            font-size: 20px;
            width: 250px;
        }

        .cntr_steps .step .arrow-right {
            width: 0;
            height: 0;
            border-top: 35px solid #f2f2f2;
            border-bottom: 35px solid #f2f2f2;
            border-left: 35px solid #e1f8ff;
            float: right;
        }

        .cntr_steps .step.active {
            background-color: #347983;
            color: #fff;
        }

            .cntr_steps .step.active .arrow-right {
                border-top: 35px solid #f2f2f2;
                border-bottom: 35px solid #f2f2f2;
                border-left: 35px solid #347983;
            }

    .cntr_steps a.step:hover,
    .cntr_steps a.step:active {
        background-color: #347983;
        color: #fff;
    }

        .cntr_steps a.step:hover .arrow-right,
        .cntr_steps a.step:active .arrow-right {
            border-top: 35px solid #f2f2f2;
            border-bottom: 35px solid #f2f2f2;
            border-left: 35px solid #347983;
        }

.textareamedium {
    min-height: 115px;
}

/*.bootstrap-datetimepicker-widget table td a span {
	width: 32px !important;
	height: 32px !important;
	margin: 0;
	line-height: 0;
}*/



.timer .add-on {
    display: inline-block;
    width: auto;
    min-width: 16px;
    padding: 3px 5px 1px 5px;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    background-color: #eee;
    border: 1px solid #ccc;
    border-left: 0;
    white-space: nowrap;
    cursor: pointer;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    position: relative;
    top: 1px;
    left: -4px;
}

    .timer .add-on i {
        color: #000;
        position: relative;
        top: -2px;
    }

.eventtitle {
    color: #000;
    font-weight: bold;
}

.pickmetable img,
#dt_pickme img {
    max-width: 75px;
}

.pickmetable .score,
#dt_pickme .score {
    font-size: 24px;
    font-weight: bold;
    padding: 5px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 0;
    text-align: center;
}

.pickmetable .distance,
#dt_pickme .distance {
    vertical-align: middle;
}

#dt_pickme .sorting::after, #dt_pickme .sorting_asc::after, #dt_pickme .sorting_desc::after {
    background: none;
    content: none;
}

#dt_pickme td, #dt_pickme th {
    padding-right: 8px;
}

.dataTables_filter .input-group-addon {
    width: 20px !important;
    display: inline-block !important;
}

.dataTables_filter label {
    float: none !important;
}

.dataTables_length label {
    float: right !important;
}

.bloknaam {
    color: #000;
    font-weight: bold;
}

.savebtn {
    display: inline-block;
    padding: 2px 10px 5px 0px;
    margin: 2px;
    background-color: #067900;
    color: #fff !important;
    border-radius: 5px;
}

    .savebtn:hover,
    .savebtn:active,
    .savebtn:focus {
        background-color: #067900cc;
    }

    .savebtn i {
        margin-top: 5px;
        margin-left: 10px;
        font-size: 18px;
    }

    .savebtn .txt {
        display: inline-block;
        padding-left: 10px;
        position: relative;
        top: -2px;
    }

.top-green-buttons-row {
    margin-left: 0px !important;
}

.btn-green {
    display: inline-block;
    padding: 2px 10px 5px 5px;
    margin: 2px;
    background-color: #067900;
    color: #fff !important;
    border-radius: 5px;
}

    .btn-green:hover,
    .btn-green:active,
    .btn-green:focus {
        background-color: #067900cc;
    }

    /*.btn-green i {
		margin-top: 5px;
		margin-left: 10px;
		margin-right: 10px;
		font-size: inherit;
	}*/

    .btn-green .txt {
        font-size: 20px;
        font-weight: bold;
        display: inline-block;
        padding-left: 10px;
        position: relative;
        top: -3px;
    }

#dt_list_wrapper .toolbar-count {
    text-align: left;
    padding-left: 0px;
}

.dropdown-menu.green {
    color: #fff !important;
    background-color: #067900;
    border-radius: 5px;
}

    .dropdown-menu.green > li {
        padding: 0;
        margin: 0;
        color: white;
    }

        .dropdown-menu.green > li > a {
            margin: 0;
            color: white;
        }

            .dropdown-menu.green > li:hover,
            .dropdown-menu.green > li > a:hover,
            .dropdown-menu.green > li > a:focus {
                filter: none;
                background-image: none;
                background-color: #067900cc !important;
                color: white;
            }

    .dropdown-menu.green i {
        margin-top: 5px;
        margin-left: 10px;
        margin-right: 10px;
        font-size: inherit;
    }

.btn-red {
    display: inline-block;
    padding: 2px 10px 5px 5px;
    margin: 2px;
    background-color: red;
    color: #fff !important;
    border-radius: 5px;
}

    .btn-red:hover,
    .btn-red:active,
    .btn-red:focus {
        background-color: red;
        opacity: 0.6;
    }

    .btn-red i {
        margin-top: 5px;
        margin-left: 10px;
        margin-right: 10px;
        font-size: inherit;
    }

    .btn-red .txt {
        font-size: 20px;
        font-weight: bold;
        display: inline-block;
        padding-left: 10px;
        position: relative;
        top: -3px;
    }

.dataTables_filter .input-group-addon {
    margin-right: -4px;
    padding: 8px;
    width: 30px !important;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-right: 1px solid #ccc;
}

/* LESS Document */
/* 05.myskin.less */
.responsivesection .sectioncollapse {
    width: 100%;
    background-color: #002f5f;
    text-decoration: none;
    padding: 5px;
}

    .responsivesection .sectioncollapse:link,
    .responsivesection .sectioncollapse:visited {
        color: #fff;
    }

    .responsivesection .sectioncollapse:hover,
    .responsivesection .sectioncollapse:active {
        text-decoration: none;
        background-color: #e8e8f0;
        color: #002f5f;
    }

    .responsivesection .sectioncollapse .far {
        margin-right: 5px;
    }

@media screen and (min-width: 768px) {
    .responsivesection {
        margin-top: -10px;
        padding-top: 0;
    }
}

.teamInvitationPadding {
    padding-left: 30px;
    margin-top: 60px;
}

#settingForm div label {
    padding-left: 0px;
    padding-top: 4px;
}

#ondernemingslogo {
    clear: left;
    padding-left: 0px;
}

    #ondernemingslogo div img {
        clear: left;
        padding: 20px;
    }

#settingForm h2 {
    clear: left;
}

#otherSettings {
    clear: left;
    padding-top: 20px;
}

#employeeSettings {
    padding-top: 20px;
    overflow: hidden;
}

#commonSettings {
    height: 380px;
}

#tab-0 {
    margin-top: 15px;
}

#tab-1 {
    margin-top: 15px;
}


.btn-booku {
    color: #fff;
    background-color: #347983;
    border-color: #0086b3;
}

.modalAddEmployees input[type="checkbox"] {
    margin-left: 10px;
}

.modalAddEmployees .row {
    margin-left: 0px;
    margin-right: 0px;
}

#my_leeftijds_slider {
    margin-right: 5px;
}

#my_score_slider {
    margin-left: 5px;
}

#filterBox {
    z-index: 700;
    top: 0;
    left: 0;
    background-color: #f7f6f6;
    overflow-x: hidden;
    padding: 0px;
    float: left;
    transition: linear .5s;
    max-height: 100%;
}

    #filterBox.open {
        width: 50%;
    }

    #filterBox.closed {
        width: 0%;
    }

    #filterBox h2 {
        padding: 10px 20px 10px 20px;
        background-color: #c9e2ea;
    }

#toggleFilter {
    margin-left: 2%;
    transition: margin-left 0.45s;
}

.filter {
    max-height: 100%;
    width: auto;
    padding: 0px;
    z-index: 700;
    overflow-y: auto;
    overflow-x: hidden;
}

.filter-criteria {
    width: inherit;
    padding-left: 15px;
    margin-top: 20px;
}

    .filter-criteria label {
        display: inline;
    }

        .filter-criteria label:after {
            content: "\a";
            white-space: pre;
        }

.overzicht-employee {
    float: left;
    padding: 15px;
    margin-left: 0%;
    transition: linear .5s;
}

    .overzicht-employee.closed {
        width: 50%;
    }

    .overzicht-employee.open {
        width: 100%;
    }

@media only screen and (min-width: 767px) {
    #filterBox.open {
        width: 20%;
    }

    .overzicht-employee.closed {
        width: 80%;
    }
}

.overzicht-header {
    padding: 5px;
    border-bottom: solid 1px #d6d6d6;
}

    .overzicht-header div {
        padding-left: 0px;
        padding-right: 10px;
        padding-top: 0px;
    }

    .overzicht-header .item {
        line-height: 1.42857143;
        padding: 2px 10px 5px 5px;
        /*margin: 2px;*/
        padding-top: 0px;
    }

    .overzicht-header div:nth-child(4) {
        margin-left: 30px;
    }

    .overzicht-header .item .btn {
        margin-top: 2px;
    }

#SearchEmployee {
    width: 50% !important;
}

/* Start List Action Buttons */
/* de '.togglebutton' klasse is een tijdelijke fix zodat de gewone checkboxes er nog goed uitzien, heel dit stuk moet nog eens herdaan worden */
.checkbox-container.togglebutton {
    padding: 4px 0 3px;
    width: 75px;
}

.row .checkbox-container.togglebutton {
    width: 60px;
}

.togglebutton .button {
    width: auto;
    color: #222;
    cursor: pointer;
    display: inline-block;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    border: 1px solid transparent;
    margin: 0;
    text-align: center;
    text-decoration: none;
}

    .togglebutton .button:focus:not(.no-hover), .togglebutton .button:hover:not(.no-hover), .togglebutton button:focus:not(.no-hover), .togglebutton button:hover:not(.no-hover) {
        border-color: #ddd !important;
    }

    .togglebutton .button.on-hover.active, .togglebutton .button.on-hover:hover, .togglebutton .button:not(.on-hover):not(.no-hover) {
        background-image: -owg-linear-gradient(#f5f5f5,#eee);
        background-image: -webkit-linear-gradient(#f5f5f5,#eee);
        background-image: -moz-linear-gradient(#f5f5f5,#eee);
        background-image: -o-linear-gradient(#f5f5f5,#eee);
        background-image: linear-gradient(#f5f5f5,#eee);
        border-color: #e6e6e6;
        -webkit-box-shadow: inset 0 -1px 0 #e6e6e6;
        -moz-box-shadow: inset 0 -1px 0 #e6e6e6;
        box-shadow: inset 0 -1px 0 #e6e6e6;
    }

    .togglebutton .button.active, .togglebutton .button:active {
        -webkit-box-shadow: inset 0 1px 3px #808080 !important;
        -webkit-box-shadow: inset 0 1px 3px rgba(128,128,128,.2) !important;
        -moz-box-shadow: inset 0 1px 3px #808080 !important;
        -moz-box-shadow: inset 0 1px 3px rgba(128,128,128,.2) !important;
        box-shadow: inset 0 1px 3px #808080 !important;
        box-shadow: inset 0 1px 3px rgba(128,128,128,.2) !important;
    }

    .togglebutton .button.dropdown {
        height: 43px;
        line-height: 43px !important;
        padding-top: 0px;
        padding-bottom: 0px;
    }

        .togglebutton .button.dropdown > ul {
            top: 41px;
            box-sizing: border-box;
            display: none;
            position: absolute;
            top: 100px;
            left: -1px;
            background: #fff;
            list-style: none;
            margin: 0;
            padding: 6px 0;
            border: 1px solid #ccc;
            min-width: 100%;
            z-index: 52;
            -webkit-box-shadow: 0 1px 3px rgba(128, 128, 128, .5);
            -ms-box-shadow: 0 1px 3px rgba(128, 128, 128, .5);
            box-shadow: 0 1px 3px #808080;
            box-shadow: 0 1px 3px rgba(128, 128, 128, .5);
            font-weight: 400;
        }

            .togglebutton .button.dropdown > ul.no-hover {
                display: none;
            }

            .togglebutton .button.dropdown > ul li {
                width: 100%;
                cursor: pointer;
                padding: 0;
                min-height: 18px;
                line-height: 18px;
                margin: 0;
                white-space: nowrap;
                list-style: none;
            }

                .togglebutton .button.dropdown > ul li:focus, .togglebutton .button.dropdown > ul li:hover {
                    background-color: #e6e6e6;
                    color: #222;
                }

                .togglebutton .button.dropdown > ul li a, .togglebutton .button.dropdown > ul li button {
                    display: block;
                    color: #222;
                    font-size: 13px;
                    padding: 6px 48px 6px 30px;
                    text-align: left;
                }

                .togglebutton .button.dropdown > ul li.divider {
                    min-height: 0;
                    padding: 0;
                    height: 1px;
                    margin: 4px 0;
                    background: #ededed;
                }

        .togglebutton .button.dropdown input[type=checkbox] + label {
            top: 0;
        }

        .togglebutton .button.dropdown:after {
            content: "";
            display: block;
            width: 0;
            height: 0;
            border: solid 5px;
            border-color: #929292 transparent transparent;
            position: absolute;
            top: 50%;
            right: 8px;
            margin-left: 0;
            margin-top: -3px;
        }

        .togglebutton .button.dropdown.checkbox {
            padding-right: 25px !important;
            position: relative;
        }

            .togglebutton .button.dropdown.checkbox.on-hover.active:after, .togglebutton .button.dropdown.checkbox.on-hover:hover:after {
                display: block;
            }


            .togglebutton .button.dropdown.checkbox:after, .togglebutton .button.dropdown.icon:after {
                right: 12px;
            }

.togglebutton input {
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
}

    .togglebutton input[type=checkbox] {
        position: absolute;
        top: 0;
        left: -9999px;
        display: none;
    }

        .togglebutton input[type=checkbox] + label {
            display: inline;
            position: relative;
            top: 2px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

            .togglebutton input[type=checkbox] + label::before {
                content: "";
                display: inline-block;
                height: 15px;
                width: 15px;
                text-align: center;
                margin-right: 10px;
                color: #fff;
                border: solid 1px #ddd;
                background: #fff;
                position: relative;
                line-height: 15px;
                top: 2px;
                vertical-align: baseline;
                cursor: default;
            }

        .togglebutton input[type=checkbox]:checked + label::before, .togglebutton input[type=radio]:checked + label::before {
            content: "\f00c";
            display: inline-block;
            cursor: default;
            speak: none;
            font-family: "Font Awesome 5 Pro";
            font-weight: 400;
            font-style: normal;
            text-decoration: inherit;
            -webkit-font-smoothing: antialiased;
            vertical-align: baseline;
            background-image: none;
            background-position: 0 0;
            background-repeat: repeat;
            color: #4d4d4d;
            height: 15px;
            width: 15px;
            line-height: 16px;
            font-size: 17px;
        }

/* End List Action Buttons */

label {
    font-size: 13px;
    cursor: pointer;
    font-weight: 400;
}

.pagination > .active > a {
    background-color: #347983;
}

    .pagination > .active > a:hover {
        background-color: #347983;
        box-shadow: none;
    }

.dataTables_wrapper .dataTables_filter {
    float: left !important;
}

.toolbar-btn {
    float: right;
}

.wizard {
    padding: 0px;
    margin-left: -15px;
    margin-top: -15px;
    background-color: #f7f6f6;
    height: 100%;
}

.wizardheader {
    background-color: #CFE9F1;
    border: solid 3px #B7DEEA;
    text-align: center;
    font-size: 20px;
    padding-bottom: 5px;
    padding-top: 5px;
}

.main-header.fixed {
    position: fixed;
    width: 100%;
}

.main-sidebar.fixed {
    position: fixed;
}

.content-wrapper {
    margin-top: 50px;
    min-height: calc(100vh - 50px);
}

@media (max-width: 767px) {
    .content-wrapper {
        /*margin-top: 100px;*/
    }
}

.well-default.employees {
    overflow: initial;
}

.well-default.createInfo {
    overflow: initial;
}

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc {
    background: none !important;
}

.content-header h1 {
    font-size: 28px;
}

.toolbar-count {
    text-align: right;
    line-height: 30px;
    vertical-align: middle;
    font-size: 13px;
}

#createTeamForm div .row .row {
    margin-top: 10px;
}

#createTeamForm .row .col-md-3 button {
    margin-left: 25%;
}

#createTeamForm .tab-content {
    clear: left;
    padding-top: 10px;
}

    #createTeamForm .tab-content div .row {
        margin-left: 10px;
        margin-right: 10px;
        padding-top: 4px;
        border-top: 1px solid #eeeeee;
    }

        #createTeamForm .tab-content div .row:first-child {
            margin-left: 10px;
            margin-right: 10px;
            padding-top: 0px;
            border-top: none;
        }

            #createTeamForm .tab-content div .row:first-child input {
                width: 120px;
            }

            #createTeamForm .tab-content div .row:first-child #aantal {
                width: 50px;
            }

#tabnav li {
    float: left;
    height: 50px;
}

    #tabnav li a {
        border-radius: 10px;
    }

        #tabnav li a i {
            margin-left: 10px;
        }

.teamblock {
    background-color: white;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.registrationsteamblock {
    padding: 10px;
}

.shifttitle {
    background: #e7faff;
    font-weight: bolder;
    padding-left: 20px;
}

.shiftemployee {
    padding: 2px;
    vertical-align: middle;
}

    .shiftemployee:hover {
        background-color: #DDE1E6;
    }

.teamrow {
    margin: 3px;
    line-height: 34px;
    vertical-align: middle;
}


    .teamrow.title:hover {
        background-color: inherit;
    }

    .teamrow .title {
        margin: 0;
        padding: 0;
        font-size: 24px;
        vertical-align: middle;
    }

    /*.teamrow:hover {
		background-color: #DDE1E6;
	}*/

    .teamrow .btn.btn-default {
        background-color: transparent;
        border-color: transparent;
    }

    .teamrow .btn-group {
        width: 65px;
    }

    .teamrow .btn.btn-default:hover, .teamrow .btn.btn-default.addRegistration {
        background-color: #f4f4f4;
        border-color: #adadad;
    }


    .teamrow .btn-group:hover .btn.btn-default, .teamrow .btn-group .btn.btn-default {
        background-color: #f4f4f4;
        border-color: #adadad;
    }


    .teamrow .btn-group:hover .dropdown-toggle {
        display: inherit;
    }



.teaminfo {
    display: inline-block;
    padding: 10px;
    margin: 2px;
    background-color: #333;
    color: #fff !important;
    border-radius: 5px;
    width: auto;
}

.remove-item {
    font-size: 22px;
    position: relative;
    left: +84px;
    top: -46px;
    height: 0px;
}

#addLine {
    clear: left;
    margin-left: 15px;
}

#content-timeblocks {
    clear: left;
    margin-left: 20px;
}

#tillEnd {
    margin-left: 20px;
}

#chckAantal {
    width: 50px;
}


.dropdown-legende {
    position: relative;
}

.fc-event-container .fa.fa-check, .activitycontainer .bookutile_icon .fa.fa-check {
    color: lightgreen;
}

.fc-event-container .fa.fa-remove, .activitycontainer .bookutile_icon .fa.fa-remove {
    color: red;
}

.calendar-legend .legend-preview {
    height: 16px;
    margin-top: 2px;
    margin-bottom: 2px;
    border: solid 1px;
}

.fc-event.invitation-invited, .calendar-legend .invitation-invited {
    background-color: #4DD7FF;
    border-color: #4DD7FF;
}

.fc-event.invitation-approved, .calendar-legend .invitation-approved {
    background-color: #72BB53;
    border-color: #72BB53;
}

.fc-event.invitation-disapproved, .calendar-legend .invitation-disapproved {
    background-color: #ff0000;
    border-color: #ff0000;
}

.fc-event.invitation-planned, .calendar-legend .invitation-planned {
    background-color: #FFA834;
    border-color: #FFA834;
}

.fc-event.event-fresh, .calendar-legend .event-fresh {
    background-color: #0C59CF;
    border-color: #0C59CF;
}

.fc-event.event-inviting, .calendar-legend .event-inviting {
    background-color: #4DD7FF;
    border-color: #4DD7FF;
}

.fc-event.event-complete, .calendar-legend .event-complete {
    background-color: #72BB53;
    border-color: #72BB53;
}

.fc-event.event-planning, .calendar-legend .event-planning {
    background-color: #FFA834;
    border-color: #FFA834;
}

.calendar-legend-button .legend-preview, .calendar-legend-button label {
    cursor: pointer;
}

.calendar-legend-button.unchecked .legend-preview {
    background: #fff;
}

.bookutile:hover.rosterlisting .bookutile_icon, .bookutile:hover.eventlisting .bookutile_icon, .bookutile.rosterlisting .title, .bookutile.triplisting .title, .bookutile.eventlisting .title {
    color: white;
}

.well.well-primary.row, .well.well-default.row {
    margin-right: 0;
    margin-left: 0;
}

.activityList {
    clear: left;
    clear: right;
    padding-top: 15px;
}

    .activityList .row {
        padding: 10px 10px 10px 10px;
        background-color: #ffffff;
        margin-bottom: 15px;
        margin-left: 0px;
        margin-right: 0px;
    }

        .activityList .row:first-child {
            margin-top: 20px;
        }

        .activityList .row:last-child div {
            border-left: none;
        }

        .activityList .row div:first-child {
            border-left: none;
        }

        .activityList .row div input[type=text] {
            display: inline-block;
            width: 100px;
            height: 2em;
        }

        .activityList .row div select {
            border-radius: 5px;
        }

        .activityList .row div input[type=text] {
            border-radius: 5px;
        }

        .activityList .row div:first-child input[type=text] {
            border-radius: 0px;
        }

.activityRow {
    vertical-align: middle;
    margin: 3px;
}

    .activityRow div {
        padding-left: 15px;
    }

        .activityRow div:first-child {
            margin-right: 0px;
            padding-right: 0px;
        }

.activityRowHeader div {
    vertical-align: middle;
    border-bottom: solid 2px #000000;
}

    .activityRowHeader div:first-child {
        margin-right: 0px;
        padding-right: 0px;
    }

    .activityRowHeader div label {
        font-size: 16px;
    }

    .activityRowHeader div:first-child {
        border-bottom: none;
    }


.fc-day {
    background-color: #ffffff;
}

.fc-unthemed .fc-day.fc-today, .fc-unthemed .fc-day.fc-today.fc-sat, .fc-unthemed .fc-day.fc-today.fc-sun {
    background-color: #BCBCBC;
}

.fc-day.fc-sat, .fc-day.fc-sun {
    background-color: #EAEFF6;
}

.fc-day-number.fc-today {
    color: #ffffff;
}


#createForm div h4 {
    display: none;
}

#editForm div h4 {
    display: none;
}
/* pdf layout*/
.pdf {
}

    .pdf div {
        padding-left: 0px;
    }

        .pdf div div {
            font-size: 16px;
        }

            .pdf div div div {
                font-size: 16px;
                padding-left: 0px;
            }

            .pdf div div label {
                padding-left: 0px;
                margin-left: 0px;
                font-size: 16px;
                font-weight: bold;
            }

            .pdf div div ul li {
                font-size: 16px;
            }

            .pdf div div table thead {
                background-color: #c9e2ea;
            }

                .pdf div div table thead tr th {
                    font-size: 16px;
                    padding: 4px;
                    border-right: 1px solid #ffffff;
                }

                    .pdf div div table thead tr th:first-child {
                        border-right: none;
                    }

            .pdf div div table tbody tr td {
                padding: 4px;
                font-size: 16px;
                border-right: 1px solid #eeeeee;
            }

                .pdf div div table tbody tr td:last-child {
                    border-right: none;
                }

                .pdf div div table tbody tr td:first-child {
                    border-right: none;
                }

/* end pdf */
#activitiesHeader h2 {
    float: left;
}

.side-menu-menu {
    width: 20%;
    display: block;
    float: left;
    margin-left: -15px;
    margin-top: -15px;
    background: #fff;
}

.side-menu-content {
    float: left;
    display: block;
    margin-left: 15px;
    width: 80%;
}

#activitiesHeader .btn {
    float: right;
}


.dropdown-check-list {
    display: inline-block;
    z-index: 100;
    position: absolute;
    right: 0;
}

    .dropdown-check-list .anchor {
        position: relative;
        cursor: pointer;
        display: inline-block;
        padding: 5px 50px 5px 10px;
        border: 1px solid #ccc;
        width: 100%;
    }

        .dropdown-check-list .anchor:after {
            position: absolute;
            content: "";
            border-left: 2px solid black;
            border-top: 2px solid black;
            padding: 5px;
            right: 10px;
            top: 20%;
            -moz-transform: rotate(-135deg);
            -ms-transform: rotate(-135deg);
            -o-transform: rotate(-135deg);
            -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
        }

        .dropdown-check-list .anchor:active:after {
            right: 8px;
            top: 21%;
        }

    .dropdown-check-list ul.items {
        padding: 2px;
        display: none;
        margin: 0;
        border: 1px solid #ccc;
        background: white;
        border-top: none;
    }

        .dropdown-check-list ul.items li {
            list-style: none;
        }


.margin-5 {
    margin: 5px;
}

.nopadding-left {
    padding-left: 0;
}

.nopadding-right {
    padding-right: 0;
}

.width-input {
    width: 250px;
}

.margin-left-5 {
    margin-left: 5px;
}

.margin-left-10 {
    margin-left: 10px;
}

.margin-left-negative-15 {
    margin-left: -15px;
}

.margin-top-15 {
    margin-top: 15px !important;
}

.padding-10 {
    padding: 10px;
}

.checkboxlist {
    background-color: #f1f7fa !important;
    color: #333333 !important;
    border: none !important;
    box-shadow: none !important;
}

    .checkboxlist:hover {
        background-color: #b7deea !important;
        color: #ffffff !important;
    }

.background-white {
    background: white !important;
}

/*.disabled {
    font-style: italic;
    color: slategrey;
}*/

.toolbar {
    float: left;
}

.form-control-10 {
    width: 83.33333333% !important;
}

.height-50 {
    height: 50px;
}

.overflow-visible {
    overflow: visible;
}

.fc-day-number td div {
    height: 40px !important;
}

.fc-state-highlight, .fc-day.fc-sat.fc-state-highlight, .fc-day.fc-sun.fc-state-highlight {
    background-color: #c0c2c4
}

.fc-day-number .fc-state-highlight {
    color: #ffffff;
}

.selectEmployee {
    font-weight: bold;
}

#activitiesModal .fc-event-container {
    cursor: pointer;
}

.margin-top-0 {
    margin-top: 0px !important;
}

/*separators*/
.separator-right {
    padding-right: 10px;
    border-right: solid 1px #c0c2c4;
}


.padding-top-10 {
    padding-top: 10px !important;
}

.padding-bottom-15 {
    padding-bottom: 15px !important;
}

.control-sidebar-bg, .control-sidebar {
    width: 350px !important;
    right: -350px;
}

.addressRowTitle {
    border-bottom: 1px solid #dddddd;
    padding: 10px;
}

.addressRowAddButton {
    padding: 10px;
}

.addressRow {
    border-top: 1px solid #dddddd;
    padding: 10px;
}

.addressTile {
    position: relative;
}

    .addressTile .icon {
        width: 36px;
        height: 36px;
        display: block;
        color: #4080ff;
        padding: inherit;
        border-radius: inherit;
        float: left;
        margin-right: 12px;
    }

        .addressTile .icon img {
            width: 36px;
            height: 36px;
            display: block;
            padding: 0;
            margin: 0;
        }

    .addressTile .content {
        overflow: hidden;
        padding: 0;
        margin: 0;
        min-height: inherit;
        color: black;
        min-height: 36px;
    }

    .addressTile .menu {
        position: absolute;
        top: 0px;
        right: 0px;
    }

.required-field {
    border-color: red;
}

.employeeWarningIcon {
    position: relative;
    margin-left: 5px;
}

.paddedTabContent {
    padding-bottom: 50px;
    padding-left: 5px;
    padding-right: 5px;
}

.paddedContent {
    padding-bottom: 50px;
}

.pointerOnHover:hover {
    cursor: pointer;
}

.popupwards {
    top: unset !important;
    bottom: 100% !important;
}



.mb-1 {
    margin-bottom: 1em;
}

.mt-1 {
    margin-top: 1em;
}

.mr-1 {
    margin-right: 1rem;
}

.ml-1 {
    margin-left: 1rem;
}

.pb-1 {
    padding-bottom: 1rem;
}

.pt-1 {
    padding-top: 1em;
}

.mr-2 {
    margin-right: 2rem;
}

.ml-2 {
    margin-left: 2rem;
}

.pb-2 {
    padding-bottom: 2rem;
}

.pt-2 {
    padding-top: 2rem;
}

.pr-2 {
    padding-right: 2rem;
}

.pl-2 {
    padding-left: 2rem;
}

.toast {
    opacity: 0.95 !important;
}

#toast-container > div {
    opacity: 0.95 !important;
}

.oneLiner {
    width: 100%;
    height: 35px;
}

    .oneLiner input {
        float: right;
        width: calc(100%-20px) !important;
    }

        .oneLiner input[type=checkbox] {
            float: left;
            width: 20px !important;
        }

.interim-partner-logo {
    color: white;
    border-radius: 5px;
    padding-left: 3px;
    padding-right: 3px;
}

    .interim-partner-logo.nowjobs {
        background-color: #e0004d;
    }

        .interim-partner-logo.nowjobs.planning {
            margin-left: 5px;
            float: right;
        }

    .interim-partner-logo.accent {
        background-color: #FC4C02;
    }

    .interim-partner-logo.randstad {
        background-color: #0078B5;
    }

    .interim-partner-logo.gps {
        background-color: #002d40;
    }

    .interim-partner-logo.agilitas {
        background-color: #672146;
    }

.favoriteIcon {
    margin-left: 5px;
}

.validation-summary-errors, .nj-validation-errors {
    color: red;
}

.margin-tabs {
    margin-left: 20px;
}

.large-profile-img {
    border-radius: 50%;
    margin: auto;
    height: 150px;
    object-fit: cover;
    width: 150px;
}

.larger-profile-img {
    border-radius: 50%;
    margin: auto;
    height: 213px;
    object-fit: cover;
    width: 213px;
}

.control-sidebar-menu .menu-icon {
    object-fit: cover;
}

#editSubFunction:hover {
    cursor: pointer;
}

/*Syncfusion*/
.text {
    display: initial !important;
}

.cost-container {
    padding: 5px;
    padding-bottom: 5px;
    background-color: #dd4b39;
    color: white;
    font-weight: bold;
    margin: 5px;
    border-radius: 5px;
    padding-bottom: 7px;
    text-transform: uppercase;
}

.employee-category__columns {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
}

.full-space {
    height: 100%;
    width: 100%;
}

.sub-category {
    margin-left: 25px !important;
}

.counter-dropdown ul {
    max-height: 200px;
    overflow-y: auto !important;
}

[id^="employee-counter-id"] ul {
    max-height: 200px;
    overflow-y: auto !important;
}

.template-dropdown-create-new-template {
    padding: 5px 0;
    border-bottom: 1px solid #347983 !important;
}

.float-inherit {
    float: inherit !important;
}

.e-btn.e-flat.e-primary, .e-css.e-btn.e-flat.e-primary {
    background-color: #347983 !important;
    border-color: #347983 !important;
}

.e-calendar .e-content td.e-selected.e-focused-date span.e-day {
    background-color: #347983 !important;
    color: #fff;
}

.btn-success:hover, .btn-success:active, .btn-success:focus, .btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open > .dropdown-toggle.btn-success.focus, .open > .dropdown-toggle.btn-success:focus, .open > .dropdown-toggle.btn-success:hover {
    background-color: #067900cc;
    border-style: none;
}

.e-daterangepicker.e-popup .e-calendar .e-end-date.e-selected.e-range-hover span.e-day, .e-daterangepicker.e-popup .e-calendar .e-start-date.e-selected.e-range-hover span.e-day {
    background-color: #347983 !important;
    color: #fff;
}

.e-calendar .e-content td.e-today.e-selected:hover span.e-day, .e-calendar .e-content td.e-selected:hover span.e-day, .e-calendar .e-content td.e-selected.e-focused-date span.e-day {
    background-color: #347983 !important;
    color: #fff;
}

.btn-danger {
    background-color: #AC4D4D !important;
    border-color: #AC4D4D !important;
}

.btn-primary {
    background-color: #347983;
}

.no-header .e-header.e-year {
    display: none;
}

.flex-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-right .row, .header-left .row {
    display: flex;
    margin-bottom: 10px;
}

.header-right .row {
    justify-content: flex-end;
}

.header-left .row {
    justify-content: flex-start;
}

#hubspot-messages-iframe-container:has(div:not(.active)) {
    min-height: 80px !important;
    min-width: 80px !important;
    width: 80px !important;
    height: 80px !important;
}

.z-index-override-for-userpilot {
    z-index: 2147483000 !important;
}

    .z-index-override-for-userpilot > .e-dlg-overlay {
        z-index: 2147482000 !important;
    }


.warning-box {
    background-color: #fff3cd;
    color: #856404;
    border: 1px solid #ffeeba;
    border-left: 8px solid #ffa500;
    border-radius: 8px;
    padding: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 8px 0;
}

.warning-title {
    font-weight: bold; 
    font-size: 20px;
}
