﻿body {
    overflow-x: hidden;
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    font-size: 14px !important;
}

.login-header-text {
    padding-bottom: 10px;
}

.login-header {
    padding-bottom: 10px;
}

.login-forgot-password {
    text-indent: 10px;
    color: #00B400 !important;
}

.login-message {
    color: red;
    text-indent: 10px;
}

.multiselect-checkboxes {
    list-style-type: none;
    padding-left: 0;
}
/* navbar collapse top style*/
.navbar-collapse-top {
    height: 28px !important;
    width: 100%;
    padding: 0 !important;
    line-height: 28px;
}

    .navbar-collapse-top a {
        color: #9D9D9D !important;
        font-weight: bold;
        margin-bottom: 0;
    }

    .navbar-collapse-top table {
        padding: 0 !important;
        margin: 0 !important;
    }

    .navbar-collapse-top tr {
        height: 28px !important;
        background-color: #FFFFFF !important;
        color: #9D9D9D !important;
        margin: 0 !important;
        padding: 0 !important;
        border-bottom: 0 !important;
    }

    .navbar-collapse-top td {
        text-align: center;
        border-bottom: 1px solid #9D9D9D;
    }

        .navbar-collapse-top td.active {
            background-color: #FFFFFF !important;
            color: #9D9D9D !important;
            border-bottom: 0 !important;
        }

        .navbar-collapse-top td > a:hover,
        .navbar-collapse-top td > a:focus {
            background-color: #FFFFFF !important;
            color: #00B400 !important;
            border-radius: 0 !important;
        }

        .navbar-collapse-top td.active > a,
        .navbar-collapse-top td.active > a:hover,
        .navbar-collapse-top td.active > a:focus {
            background-color: #FFFFFF;
            border-radius: 0 !important;
            color: #00B400 !important;
        }

        .navbar-collapse-top td.before-active {
            border-right: 1px solid #9D9D9D;
        }

        .navbar-collapse-top td.after-active {
            border-left: 1px solid #9D9D9D;
        }

.navbar-collapse-bottom {
    float: left;
    background-color: black;
    height: 28px !important;
    line-height: 28px;
    width: 100%;
    color: white !important;
    font-weight: bold;
}

    .navbar-collapse-bottom li {
        margin: 0 !important;
        padding: 0 !important;
        width: 150px;
        text-align: center;
        background-color: black !important;
    }

        .navbar-collapse-bottom li.active,
        .navbar-collapse-bottom li.active a {
            background-color: #00B400 !important;
            text-decoration: none;
        }

        .navbar-collapse-bottom li > a {
            display: block !important;
            border-radius: 0 !important;
            color: white !important;
            font-weight: bold;
            padding: 0 0 !important;
            text-decoration: none;
        }

            .navbar-collapse-bottom li:hover,
            .navbar-collapse-bottom li:focus,
            .navbar-collapse-bottom li:hover > a,
            .navbar-collapse-bottom li:focus > a {
                background-color: #00B400 !important;
                border-radius: 0 !important;
                color: white !important;
                font-weight: bold;
            }

    .navbar-collapse-bottom .dropdown-menu li,
    .navbar-collapse-bottom .dropdown-menu li > a {
        background-color: white !important;
        color: #00B400 !important;
        font-weight: normal;
        text-decoration: none;
    }

        .navbar-collapse-bottom .dropdown-menu li:hover,
        .navbar-collapse-bottom .dropdown-menu li:hover > a {
            background-color: #00B400 !important;
            font-weight: bold;
            color: white !important;
            text-decoration: none;
        }

.container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
    min-height: 800px;
}

.container-fluid-login {
    padding-left: 0 !important;
    padding-right: 0 !important;
    min-height: 400px;
}

.form-control {
    border: 1px solid #9D9D9D !important;
    border-radius: 0 !important;
    height: 35px !important;
}

.form-group {
    display: flex;
    padding-top: 5px;
    padding-bottom: 5px;
    align-items: center;
}

.form-group .btn-default {
    margin-bottom: 0;
    height: 35px;
    padding-top: 0;
    padding-bottom: 0;
}

.login-form {
    min-height: 200px;
}

.banner .top {
    height: 70px;
    text-align: center;
}

.banner .down {
    height: 230px;
}

.banner {
    background-color: #EEEEEE;
    margin-bottom: 2em;
}

.navbar-icons {
    position: absolute;
    top: 85px;
    padding-left: 45px;
}

.navbar-logo {

}

.navbar-account {

}

    .navbar-account ul {
        list-style: none;
        text-align: right;
        margin-bottom: 0;
    }

.navbar-cont {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 112px;
}

.navbar-left {
    display: flex;
    flex: 1;
}

.navbar-right {
    text-align: right;
    margin-top: 4em;
    flex: 3;
}

.login-form-new {
    display: flex;
    justify-content: space-around;
}

.login-input {
    width: 18em;
    height: 2em;
}

.boom-support-row {
    display: flex;
    justify-content: space-between;
    margin-top: 3em;
    margin-bottom: 3em;
}

.boom-support-title {
    text-align: center;
    text-transform: initial;
}

@media screen and (max-width: 1199px) {
    .container-tabs {
        width: 100% !important;
        padding: 0 !important;
        padding-left: 50px !important;
        padding-right: 50px !important;
        margin-top: 30px;
    }

    .navbar-top {
        width: 100%;
    }

    .navbar-top-column1 {
        width: 50px;
    }

    .navbar-top-column5 {
        width: 720px;
    }

    .navbar-top-column6 {
        width: auto;
    }

    .navbar-header {
        width: 100%;
        float: left;
        height: 112px !important;
        padding-right: 50px;
        padding-left: 50px;
    }

    .navbar-main {
        width: 100%;
    }

    .search-area {
        width: 100%;
        padding-right: 50px;
    }

    .tcc-breadcrumb {
        width: 100%;
    }

    #ttc-breadcrumb {
        line-height: 30px;
        padding-left: 80px !important;
        float: left;
    }
}

@media screen and (min-width: 1200px) {
    .container-tabs {
        width: 1200px !important;
        padding: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .navbar-top {
        width: 100%;
    }

    .navbar-top-column1 {
        width: auto;
    }

    .navbar-top-column5 {
        width: 720px;
    }

    .navbar-top-column6 {
        width: auto;
    }

    .navbar-header {
        width: 1200px;
        height: 112px;
        padding-right: 0;
        padding-left: 0;
        float: none;
        margin: 0 auto;
    }

    .navbar-main {
        width: 1200px;
        padding-right: 0;
        padding-left: 0;
        float: none;
        margin: 0 auto;
    }

    .search-area {
        padding: 0;
        width: 1200px;
    }

    .ttc-breadcrumb {
        width: 1200px;
        padding-left: 30px;
        padding-bottom: 10px;
        margin: 0 auto;
        margin-bottom: 0;
    }

    #ttc-breadcrumb {
        line-height: 30px;
        padding: 0;
    }
}

.search-textbox {
    float: left;
    width: 200px;
    height: 28px;
}

.search-textbox-area {
    float: right;
    white-space: nowrap;
}

.nav-tabs-grid > li {
    border-radius: 0px !important;
    border: 1px solid #000000 !important;
    margin-right: 2px;
}

    .nav-tabs-grid > li > a {
        line-height: 1 !important;
        color: black;
        margin: 0 !important;
        text-decoration: none;
    }

        .nav-tabs-grid > li > a.active,
        .nav-tabs-grid > li:hover > a.nav-link {
            border-radius: 0px !important;
            line-height: 1 !important;
            color: white;
            border-color: black !important;
            background-color: black !important;
        }

.table > thead > tr > th {
    background-color: black !important;
    color: white !important;
}

.nav-tabs .nav-link.active {
    border-radius: 0px !important;
    color: white !important;
}

.table > thead {
    border: 1px solid black !important;
}

.hiddenRow {
    padding: 0 !important;
}

.col-sm-2_1 {
    width: 10%;
}

.col-sm-0-5 {
    width: 4%;
}

.branch, .branch-color {
    background-color: #DADADA;
    border: 1px solid #9D9D9D;
    font-weight: bold;
    color: black;
    cursor: pointer;
}

.branch-color {
    background-color: #DADADA !important;
    border: none;
}

#kies-toetsen-overzicht .branch td,
#kies-toetsen-overzicht .leaf td {
    border: 1px solid #808080;
}

.branch-second {
    background-color: #dddcdc;
}

.leaf {
    border: 1px solid #9D9D9D;
}

.group-closed {
    width: 7px;
    height: 13px;
    float: right;
    background: url('/Content/images/icon-pijl-rechts-zwart.png') no-repeat 0 0;
    margin-top: 3px;
}

.group-open {
    width: 13px;
    height: 7px;
    margin-top: 6px;
    float: right;
    background: url('/Content/images/icon-pijl-down-zwart.png') no-repeat 0 0;
}

.navbar-collapse-grid {
    padding-left: 0 !important;
}

.row-selected > td {
    color: #00B400 !important;
    font-weight: bold;
}

.table-responsive {
    overflow-x: hidden !important;
}

.dropdown-menu-account {
    width: 180px !important;
    border-radius: 0 !important;
}

.dropdown-menu {
    background-color: white !important;
    font-size: 10pt;
    min-width: 0 !important;
    padding: 0 !important;
    margin-top: 0 !important;
    box-shadow: 0 6px 12px #808080;
}

    .dropdown-menu li {
        text-align: left;
    }

        .dropdown-menu li a {
            display: block !important;
            padding-left: 15px !important;
            padding-top: 5px !important;
            padding-bottom: 5px !important;
            color: black !important;
            text-decoration: none !important;
        }

            .dropdown-menu li a:hover {
                font-weight: bold !important;
                text-decoration: none !important;
            }

.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 3px !important;
    padding-left: 8px !important;
    border-top: 0 !important;
}

.table > tbody > tr {
    border: 1px solid #9D9D9D;
}

    .table > tbody > tr > td {
        vertical-align: middle !important;
    }

.breadcrumb-area {
    width: 75%;
    float: left;
    padding-left: 50px;
}

.leave-site {
    margin-top: -3px;
}

.leave-site-ftr {
    padding-left: 1em;
}

.ftr a:hover,
.ftr a {
    color: #00B400;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

#kies-toetsen-overzicht tr {
    border: 1px solid black;
    border-bottom: 1px solid #9d9d9d;
}

#kies-toetsen-overzicht th:not(:first-child) {
    border-left: 1px solid #9d9d9d;
}

.row-maintenance {
    border: 1px solid #9D9D9D;
}
/*body {
    padding: 40px;
    font-family: Helvetica, sans-serif;
    font-size: 12px;
}*/
#ttc-breadcrumb > a {
    display: block;
    float: left;
    background: black;
    padding-right: 10px;
    height: 30px;
    margin-right: 33px;
    position: relative;
    text-decoration: none;
    color: #FFFFFF;
    font-weight: bold;
}

    #ttc-breadcrumb > a:last-child {
        margin-right: 25px;
    }

    #ttc-breadcrumb > a:first-child {
        padding-left: 15px;
        display: none;
    }

    #ttc-breadcrumb > a:before {
        content: "";
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        top: 0;
        left: -30px;
        border: 15px solid transparent;
        border-color: black;
        border-left-color: transparent;
    }

    #ttc-breadcrumb > a:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        top: 0;
        right: -30px;
        border: 15px solid transparent;
        border-left-color: black;
    }

.last-crumb {
    background: #9D9D9D !important;
    text-decoration: none !important;
}

    .last-crumb:before {
        border-color: #9D9D9D !important;
        border-left-color: transparent !important;
    }

    .last-crumb:after {
        border-left-color: #9D9D9D !important;
    }
/* CSS Created by CSS CHECKBOX */
/**********************************/
/**** www.CSScheckbox.com *********/
/*general styles for all CSS Checkboxes*/
label {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: bold;
}

input[type=checkbox].css-checkbox {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

    input[type=checkbox].css-checkbox + label.css-label {
        padding-left: 20px;
        height: 15px;
        display: inline-block;
        line-height: 15px;
        background-repeat: no-repeat;
        background-position: 0 0;
        font-size: 15px;
        vertical-align: middle;
        cursor: pointer;
    }

    input[type=checkbox].css-checkbox:checked + label.css-label {
        background-position: 0 -15px;
    }

.css-label {
    background-image: url(http://csscheckbox.com/checkboxes/dark-check-green.png);
}
/*specific classes related to Checkbox skins*/
.lite-x-gray {
    background-image: url(/Content/images/cross-checkbox.png);
}

input[type=checkbox].css-checkbox.med + label.css-label.med {
    padding-left: 22px;
    height: 17px;
    display: inline-block;
    line-height: 17px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 15px;
    vertical-align: middle;
    cursor: pointer;
}

input[type=checkbox].css-checkbox.med:checked + label.css-label.med {
    background-position: 0 -17px;
}

input[type=checkbox].css-checkbox.sme + label.css-label.sme {
    padding-left: 22px;
    height: 16px;
    display: inline-block;
    line-height: 16px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 15px;
    vertical-align: middle;
    cursor: pointer;
}

input[type=checkbox].css-checkbox.sme:checked + label.css-label.sme {
    background-position: 0 -16px;
}

input[type=checkbox].css-checkbox.lrg + label.css-label.lrg {
    padding-left: 22px;
    height: 20px;
    display: inline-block;
    line-height: 20px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 15px;
    vertical-align: middle;
    cursor: pointer;
}

input[type=checkbox].css-checkbox.lrg:checked + label.css-label.lrg {
    background-position: 0 -20px;
}

.spacer {
    height: 25px;
}

.nobdr {
    text-indent: 100px;
    line-height: 10px;
}

.bdr {
    border-left: 1px solid #000;
    text-indent: 1.5em;
    line-height: 10px;
}

.ftr {
    border-top: 1px solid #9D9D9D;
    padding-top: 40px;
    margin-left: -30px;
    margin-right: -30px;
}

    .ftr p {
        color: #00B400;
    }

h5 {
    font-weight: bold;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.h5-green {
    color: #00B400;
    font-weight: bold;
}

footer {
    margin-bottom: 30px;
}

.section {
    border-bottom: 1px solid black;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.nav-tabs {
    border-bottom: 0px !important;
}

.score-list {
    height: 20px;
}

.red {
    color: red;
}

.antwoord {
    color: darkred;
}

.form-horizontal .control-label {
    text-align: left;
}

input[type="checkbox"].branch-checkbox,
input[type="checkbox"].leaf-checkbox {
    opacity: 0;
    position: absolute;
}

input[type="checkbox"] + span {
    padding-left: 20px;
    height: 15px;
    display: inline-block;
    line-height: 15px;
    background-repeat: no-repeat;
    background-position: 0 -15px;
    font-size: 15px;
    vertical-align: middle;
    background: url(/Content/images/cross-checkbox2.png) left top no-repeat;
    cursor: pointer;
}

input[type="checkbox"]:checked + span {
    background-position: 0 -15px;
}

.breakhere {
    page-break-after: always;
}

.cesuurbalk-top {
    border: 1px solid black !important;
}

.cesuurbalk-correct {
    height: 20px;
    background-color: #00B400;
    border-left: 1px solid black;
    border-right: 1px solid black;
}

.cesuurbalk-incorrect {
    height: 20px;
    background-color: #9D9D9D;
    border-left: 1px solid black;
    border-right: 1px solid black;
}

.rapport-title {
    text-transform: uppercase;
    font-size: 23px;
    padding: 4px;
    text-indent: 20px;
}

.pdf-icons {
    float: right;
    padding-top: 54px !important;
}

.pdf-brand {
    float: left;
    padding-top: 26px !important;
}

.pdf-header {
    width: 100%;
    float: left;
    height: 112px !important;
}

.table-rapport tr {
    border-color: white !important;
}

.table-bordered th {
    border: 1px black solid !important;
}

.new-page {
    page-break-after: always;
}

.modal .modal-body.scroll {
    max-height: 600px;
    overflow-y: auto;
}

.modal .modal-body.scroll-large {
    max-height: 800px;
    overflow-y: auto;
}

.modal-header {
    justify-content: space-between;
}

.cancel-button {
    margin-bottom: 14px !important;
}

/* Validation */
.input-validation-error {
    border: solid 1px red !important;
}

.field-validation-error {
    color: red;
}

.validation-summary-errors {
    padding: 10px;
    border: solid 1px red;
    background-color: mistyrose;
    border-radius: 4px;
    margin-bottom: 20px;
}

    .validation-summary-errors ul {
        margin: 0px;
    }

        .validation-summary-errors ul li {
            color: red;
        }
/*Buttons*/
.navbar-right .btn-default {
    margin-right: 0;
    margin-left: 0;
}

.navbar-left .btn-default {
    margin-left: 0 !important;
    margin-right: 5px !important;
}

.btn {
    text-transform: none !important;
    border-radius: 0px !important;
    color: white !important;
    font-weight: bold !important;
}

.button-text {
    float: left;
}

.btn-default {
    margin-bottom: 10px;
    height: 28px;
    padding-top: 2px;
    margin-left: 5px;
    background-color: #00B400;
}

    .btn-default:hover {
        background-color: #008100;
        border-color: #007700;
    }

.btn-table {
    margin-bottom: 0 !important;
    margin-left: 5px;
    float: right;
}

.btn-default-disabled {
    background-color: #9D9D9D !important;
    border: 1px solid #9D9D9D;
    padding-top: 2px !important;
}

    .btn-default-disabled:hover {
        background-color: #9D9D9D !important;
        border-color: #9D9D9D !important;
    }

.btn-default-enabled {
    padding-top: 2px !important;
}

    .btn-default-enabled:hover {
        background-color: #008100 !important;
        border-color: #007700 !important;
    }

.btn-black {
    color: white;
    background-color: black;
    border-color: black !important;
}

    .btn-black:hover {
        background-color: #1C1C1C !important;
        border-color: black !important;
    }

.btn-back {
    background-color: black !important;
    border-color: black !important;
    float: right;
}

    .btn-back:hover {
        background-color: #1C1C1C !important;
        border-color: black !important;
    }

.btn-search {
    height: 28px;
    width: 28px;
    padding: 0 !important;
    border: 1px black solid;
}

.btn-logout {
    border-color: #00B400 !important;
    background-color: #00B400 !important;
    background: url('/Content/images/icon-annuleren.png') no-repeat 8px 7px;
    padding-left: 24px;
    padding-top: 2px;
    margin-bottom: 10px;
    height: 28px;
}

    .btn-logout:hover {
        background-color: #008100 !important;
        border-color: #007700 !important;
    }

.btn-deactivate,
.btn-remove {
    border-color: red !important;
    background-color: red !important;
    padding-left: 20px;
    padding-top: 2px;
    margin-bottom: 10px;
    height: 28px;
}

.btn-deactivate {
    background: url('/Content/images/button-deactiveren.png') no-repeat 2px 5px;
}

.btn-remove {
    background: url('/Content/images/button-verwijderen.png') no-repeat 2px 5px;
}

.btn-deactivate:hover,
.btn-remove:hover {
    border-color: red !important;
    background-color: #FE2E2E !important;
}

.btn-reactivate {
    border-color: #00B400 !important;
    background-color: #00B400 !important;
    padding-left: 20px;
    background: url('/Content/images/button-activeren.png') no-repeat 2px 5px;
    padding-top: 2px;
    margin-bottom: 10px;
    height: 28px;
}

    .btn-reactivate:hover {
        background-color: #008100 !important;
        border-color: #007700 !important;
    }

.btn:disabled {
    cursor: not-allowed !important;
    pointer-events: inherit !important;
}

.invite-caret {
    width: 7px;
    height: 13px;
    margin-top: 4px;
    margin-left: 10px;
    margin-right: -6px;
    float: right;
    background: url('/Content/images/icon-pijl-rechts-wit.png') no-repeat 0 0;
}

.back-caret {
    width: 14px;
    height: 13px;
    margin-top: 4px;
    margin-left: -7px;
    float: left;
    background: url('/Content/images/icon-pijl-links-wit.png') no-repeat 0 0;
}

.icon-cancel {
    width: 18px;
    height: 12px;
    margin-top: 4px;
    margin-left: -3px;
    float: left;
    background: url('/Content/images/icon-annuleren.png') no-repeat 0 0;
}

.icon-afdeling {
    width: 30px;
    height: 18px;
    margin-top: 2px;
    margin-left: -5px;
    float: left;
    background: url('/Content/images/icon-afdeling-add.png') no-repeat;
}

.icon-archiveren {
    width: 26px;
    height: 18px;
    margin-top: -2px;
    margin-left: -11px;
    float: left;
    background: url('/Content/images/icon-archiveren.png') no-repeat 6px 6px;
}

.icon-rapport {
    width: 24px;
    height: 18px;
    margin-top: -2px;
    margin-left: -11px;
    float: left;
    background: url('/Content/images/icon-opslaan.png') no-repeat 6px 6px;
}

.icon-user {
    width: 14px;
    height: 14px;
    margin-top: 3px;
    float: left;
    margin-right: 10px;
    background: url('/Content/images/icon-user.png') no-repeat 0 0;
}

.icon-info {
    width: 24px;
    height: 18px;
    margin-left: -6px;
    margin-top: 1px;
    float: left;
    background: url('/Content/images/icon-meer-informatie.png') no-repeat 0 0;
}

.icon-save {
    width: 14px;
    height: 14px;
    margin-top: 3px;
    margin-left: -5px;
    float: left;
    background: url('/Content/images/icon-opslaan.png') no-repeat 0 0;
    margin-right: 10px;
}

.icon-user-add {
    width: 20px;
    height: 13px;
    margin-top: 3px;
    float: left;
    background: url('/Content/images/icon-user-add.png') no-repeat 0 0;
    margin-right: 10px;
}

.icon-group-add {
    width: 37px;
    height: 18px;
    margin-top: 1px;
    float: left;
    background: url('/Content/images/icon-groep-add.png') no-repeat 0 0;
    margin-right: 10px;
}

.icon-afdeling-add {
    width: 37px;
    height: 18px;
    margin-top: 1px;
    padding-left: 0px;
    float: left;
    background: url('/Content/images/icon-afdeling-add.png') no-repeat 0 0;
    margin-right: 10px;
}

.icon-instelling-add {
    width: 37px;
    height: 18px;
    margin-top: 1px;
    float: left;
    background: url('/Content/images/icon-instelling-add.png') no-repeat 0 0;
    margin-right: 10px;
}

.sortheader,
.sortheader:visited,
.sortheader:active,
.sortheader:hover {
    text-decoration: none !important;
    color: white;
}

.sortarrow img {
    height: 15px;
}

h4 {
    text-transform: uppercase;
    font-weight: bold !important;
    font-size: 22px;
}

.small-column {
    width: 100px;
}

.medium-column {
    width: 200px;
}

.large-column {
    width: 300px;
}

.btn-left {
    margin-left: 0;
}

.imiteerknop {
    background-color: #00B400;
    border: 3px solid #00B400;
    border-radius: 10px;
}

.audiodiv {
    width: 264px;
    overflow: hidden;
}

.application-body {
    margin-top: 25px;
    margin-bottom: 25px;
    max-width: 1250px;
    justify-content: center !important;
}

.center-text {
    align-content: center;
}

.readonly-style,
.readonly-style:focus {
    cursor: not-allowed;
    background-color: lightgrey
}

.alert {
    border-radius: 0px !important;
}

.custom-img-limit p img {
    max-width: 678px;
}