﻿.fa-fix {
    font-family: FontAwesome !important;
    font-weight: 400 !important;
}

.page-header {
    margin: 0 0 10px 0px;
    padding: 10px 0 10px 10px;
    font-size: 1.5em;
}

.HeaderMenu {
    width: fit-content;
    float: right;
    text-align: right;
    margin: 8px 8px 0 0;
}

.row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

html {
    background-color: #FFFFFF;
}

html, body, form {
    height: 100%;
}

.page {
    height: calc(100% - 10px);
}

.panel {
    height: calc(100% - 15px);
    width: calc(100% - 15px);
    margin: 0px 15px;
    overflow: auto;
}

.panelDash {
    height: 45%;
    width: calc((100% / 5 ) - 12px);
    margin: 0px 4px;
    overflow: auto;
    display: inline-block;
}

.note-editor.panel {
    margin: 0px !important;
    width: inherit;
}

.tab-content {
    height: calc(100% - 21px);
}

.div-button span {
    display: inline-block;
}

a h4, a h4:hover {
    text-decoration: none;
    color: inherit;
}

.pull-right {
    float: right;
}

.panel-body-noHeight {
    height: auto;
}

.nav-tabs li a {
    outline: none;
}

.tab-content .activeTop {
    color: #333333;
}

.errorMessage {
    color: #BA2646 !important;
    font-weight: bold;
    width: 100%;
    background-color: #F8DBDD;
    border: 1px solid #E78487;
    position: fixed;
    top: 50px;
    left: 0px;
    text-align: center;
    font-size: 1.5em;
    padding: 10px;
    filter: alpha(opacity=75);
    opacity: 0.75;
}

    .errorMessage li {
        list-style-type: none;
    }

.error {
    color: #BA2646 !important;
    font-weight: bold;
}
.errorcell {
    background-color: red;
    color: white;
}

.form-error {
    border: 1px solid var(--colorRed);
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 0;
}
.form-error > * {
    padding: 0 4px;
}
.form-error > *:first-child {
    background-color: red;
    color: white;
    font-weight: bold;
}

.form-feedback .form-control {
    padding-right: 25px !important;
}

.form-group {
    margin-bottom: 5px;
}

table.dataTable thead > tr > th {
    padding: 0px !important;
}

input[type="checkbox"], input[type="radio"] {
    margin-right: 4px;
}

.btn-file {
    border-radius: 0 !important;
    position: relative;
    overflow: hidden;
    padding: 5px 12px !important;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        background: red;
        cursor: inherit;
        display: block;
    }

input[readonly] {
    background-color: white !important;
    cursor: text !important;
}

.selected {
    background-color: var(--colorDark);
    color: var(--colorBckgr) !important;
}

.input-group-addon, .input-group-empty, .form-control {
    padding: 0px 10px;
}

.Overview {
    display: inline-block;
    width: 100%;
}

.OverviewDetail {
    display: inline-block;
    width: calc(100% - 500px);
    overflow: auto;
    height: 100%;
}

.Overview table {
    width: 100%;
}

.Overview thead td, .OverviewDetail thead td {
    font-weight: bold;
    text-align: left;
}

.Overview td, .OverviewDetail td {
    padding: 0px 3px;
    border-top: 1px solid black;
    height: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

table.Visible td.columnDetail {
    display: table-cell;
}

table.Visible td.columnPrice {
    display: none;
}

table.Hidden td.columnDetail {
    display: none;
}

table.Hidden td.columnPrice {
    display: table-cell;
}

.Overview.popup.hide {
    display: none;
}

.OverviewPopup {
    border: 1px solid #ddd;
    background-color: #F5F5F5;
    position: absolute;
    z-index: 99999;
    padding: 15px;
    min-width: 250px;
    max-width: 300px;
    left: 32px;
    bottom: 1px;
}

.tdName {
    cursor: alias;
}

    .tdName:hover {
        color: green !important;
    }

        .tdName:hover + .trName {
            color: red !important;
        }

.OverviewName:hover + .OverviewPopup {
    display: block !important;
}

.Overview thead .rowHead, .OverviewDetail thead .rowHead {
    background-color: var(--colorDark);
    border-top: 1px solid var(--colorBorder);
    color: White;
}

.Overview thead .rowSub, .OverviewDetail thead .rowSub {
    background-color: var(--colorLight);
    border-top: 1px solid var(--colorBorder);
}

.Overview thead .rowTitle, .OverviewDetail thead .rowTitle {
    background-color: #AFCFFF;
    color: var(--colorDark);
    border-top: 1px solid var(--colorBorder);
}

.footer {
    width: 100%;
    font-size: 0.7em;
    bottom: 0;
    left: 0;
    position: fixed;
    background-color: var(--colorBckgr);
    color: var(--colorDark);
    border-top: 1px solid var(--colorBorder);
    z-index: 9999;
    text-align: right;
    padding-right: 20px;
}

.Overview tbody .alter, .OverviewDetail tbody .alter {
    background-color: var(--colorBckgr) !important;
    border-top: 1px solid var(--colorBorder);
}

.Overview tbody .odd, .OverviewDetail tbody .odd {
    background-color: white !important;
    border-top: 1px solid var(--colorBorder);
}

.Overview tfoot .rowHead, .OverviewDetail tfoot .rowHead {
    background-color: var(--colorDark);
    border-top: 1px solid var(--colorBorder);
    color: White;
}

.Overview tfoot .rowSub, .OverviewDetail tfoot .rowSub {
    background-color: var(--colorLight);
    border-top: 1px solid var(--colorBorder);
}

.HistoryLabel {
    width: 100%;
    border: 1px solid #c1c1c1;
    display: block;
    padding: 0px 15px;
    height: 32px;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 5px;
    overflow: hidden;
}

#ctl00_cphContent_uppPage {
    height: 100%;
}

.DTFC_LeftBodyLiner table {
    margin-bottom: 2px !important;
}

.dataTables_scrollFootInner {
    box-sizing: content-box;
}

button, input, optgroup, select, textarea {
    font-size: 14px;
}

.Content {
    width: calc(100% - 20px);
    margin-left: 10px;
}

::-webkit-input-placeholder {
    color: #D1DFCC;
    font-size: 14px;
}

:-moz-placeholder {
    color: #D1DFCC;
    font-size: 14px;
}

::-moz-placeholder {
    color: #D1DFCC;
    font-size: 14px;
}

:-ms-input-placeholder {
    color: #D1DFCC;
    font-size: 14px;
}

.tableDetail {
    margin: 15px;
    width: calc(100% - 30px) !important;
}

.tableDetail {
    border-spacing: 10px;
    border-collapse: separate;
}

.tree li span {
    border: 1px solid var(--colorBorder) !important;
}

.div-tree-list {
    border: 1px solid var(--colorBorder);
    border-radius: 5px;
    display: inline-block;
    padding: 3px 8px;
    text-decoration: none;
    cursor: pointer;
}

.locked {
    background-color: #E69091;
}

.online {
    background-color: #92C54E;
}

.div-detail {
    min-height: 20px;
    padding: 19px;
    background-color: #fbfbfb;
    border: 1px solid var(--colorBorder);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

    .div-detail .div-button {
        width: 100%;
        position: absolute;
        bottom: 0px;
        left: 0px;
        padding: 10px;
        background-color: var(--colorDark);
        text-align: right;
    }

.tableDetail thead th {
    font-size: 1.5em;
    border-bottom: 1px solid blue;
    margin-bottom: 10px;
}

.tableDetail thead td {
    border: none;
    border-bottom: 1px solid blue;
    margin-bottom: 10px;
}

.tableDetail tbody th {
    text-align: right;
    font-weight: bold;
    border: none;
    padding: 0px 15px;
    color: black !important;
}

.tableDetail tbody td {
    border: 1px solid #999999;
    height: 30px;
    padding: 0px 15px;
    color: black !important;
    margin: 2px 0px;
}

.Input label {
    font-weight: normal;
    padding-right: 10px;
    vertical-align: middle;
}

.inputFileList {
    display: inline-block;
    padding-right: 10px;
    white-space: nowrap;
}

.dropdown-menu a {
    white-space: nowrap !important;
}

.disableContent {
    color: #A0A0A0 !important;
}

.activeTop {
    font-weight: normal;
}

.custom-combobox-toggle {
    position: absolute;
    top: 8px;
    right: 8px;
    margin-left: -1px;
    padding: 0;
    font-size: 1.2em !important;
    text-decoration: none;
    color: inherit;
}

    .custom-combobox-toggle:hover {
        text-decoration: none;
        color: inherit;
    }

.bgRed {
    background-color: red;
}

.navbar-title {
    display: none !important;
}

@media(max-width:1480px) {

    .navbar-title {
        display: none;
    }
}

@media(max-width:1050px) {

    .navbar-title {
        display: none;
    }
}

.labelBackground {
    background-color: #D1DFCC !important;
    border-right: 0px solid #ccc !important;
}

.hover:hover {
    background-color: lightblue;
}

.resultDropList {
    border: 1px solid black;
    border-radius: 5px;
    padding: 5px;
    width: 100%;
    overflow: auto;
    position: absolute;
    background-color: white;
    z-index: 99999;
    box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.25);
}
    select.resultDropList > option {
        background-color: none;
        cursor: pointer;
    }
    select.resultDropList > option:hover {
        background-color: lightblue;
    }

/* message */
.calendar-text {
    color: red;
    top: 2px;
    right: 2px;
}

.messageText {
    color: white;
    font-family: Calibri !important;
    font-weight: bold !important;
    font-size: 0.6em !important;
}

.bell {
    position: relative;
}

    .bell span {
        position: absolute;
        color: red;
        top: 2px;
    }Su

.message {
    border-top: 1px solid #8EAC8E;
    padding: 12px 6px;
}

    .message:hover {
        background-color: var(--colorBckgr);
    }

.notViewed {
    border-left: 4px solid var(--colorLight);
}

.messageTitle {
    font-weight: bold;
    font-family: Calibri;
    font-size: 1.1em;
}

.messageTekst {
    font-family: Calibri;
    font-size: 1em;
}

.offerteLeftBar {
    border-top: 1px solid var(--colorBorder);
    height: calc(100% - 90px);
    position: absolute;
    width: calc(100% - 22px);
    overflow-y: auto;
    overflow-x: hidden;
}

.opdrachtLeftBar {
    /*border-top: 1px solid var(--colorBorder);*/
    height: 100%;
    position: absolute;
    width: calc(100% - 22px);
    overflow-y: auto;
    overflow-x: hidden;
}

.opdrachtContent {
    position: absolute;
    width: calc(100% - 40px);
    display: inline-block;
    height: calc(100% - 2px);
    overflow: auto;
}

.opdrachtContent-Text {
    height: 100%;
    width: 100%;
    position: relative;
    display: none;
}

    .opdrachtContent-Text.opdrachtContent-TextOpen {
        display: inline;
    }

.opdrachtContentTop-Text {
    height: 100%;
    width: 100%;
    position: relative;
    display: none;
}

    .opdrachtContentTop-Text.opdrachtContentTop-TextOpen {
        display: inline;
    }

.opdrachtContent-TextTitle {
    border-bottom: 1px solid var(--colorBorder);
    margin-bottom: 10px;
    background-color: #D1DFCC;
    padding: 5px 10px;
    color: var(--colorDark);
    font-weight: bold;
    font-size: 1.2em;
}

.opdrachtSidebar {
    position: relative;
    /*height: 100%;*/
    width: 40px;
    background-color: #D1DFCC;
    border-right: 1px solid var(--colorBorder);
    display: inline-block;
    border-top-left-radius: 20px;
}

.opdrachtSidebar-menu {
    left: 0 !important;
    margin: 0px 0px 0px 0px;
    padding: 0;
    list-style: none;
}

    .opdrachtSidebar-menu li {
        text-indent: 0px;
        line-height: 40px;
        border-bottom: 1px solid var(--colorBorder);
        overflow: hidden;
        white-space: nowrap;
    }

        .opdrachtSidebar-menu li a {
            outline: 0;
            font-weight: bold;
            text-decoration: none;
            cursor: pointer;
        }

            .opdrachtSidebar-menu li a span {
                height: 50px;
                width: 40px;
                padding-top: 10px;
            }

        .opdrachtSidebar-menu li:active {
            background-color: var(--colorDark);
        }

            .opdrachtSidebar-menu li:active a {
                color: #eee;
            }

                .opdrachtSidebar-menu li:active a span {
                    color: #eee;
                }

            .opdrachtSidebar-menu li:active .sidebar-letter {
                color: var(--colorDark);
            }

.sidebar-letter {
    color: #eee;
    text-align: right;
    padding-right: 10px;
    padding-top: 7px;
    font-weight: bold;
    font-family: Calibri;
}


.Tabs {
    position: relative;
}

.infoPopup {
    border: 1px solid #ddd;
    background-color: #F5F5F5;
    position: absolute;
    display: none;
    z-index: 99999;
    padding: 15px;
}



#ctl00_cphContent_pppOpdracht_rptList_ctl06_txtAntwoord_rblInput td {
    white-space: nowrap;
}

.headerList {
    border-top: 1px solid var(--colorBorder);
    border-bottom: 1px solid var(--colorBorder);
    background-color: var(--colorBckgr);
    padding: 10px 0 10px 20px;
    font-weight: bold;
    margin-top: 10px;
}

.subList {
    padding: 0px 0 0px 2px;
    margin: 8px 0 5px 18px;
    font-weight: bold;
    border-bottom: 2px solid;
}

.itemList {
    border: 1px solid var(--colorBckgr);
    border-radius: 7px;
    padding: 5px 8px;
}

.list-group-item {
    border: none !important;
}

.list-group {
    position: absolute;
    z-index: 9999;
    width: calc(100% - 79px);
    border: 1px solid #dddddd;
    background-color: white;
    left: 80px !important;
}

.popupUren {
    position: absolute;
    z-index: 9999;
    border: 1px solid #ddd;
    background-color: white;
    padding: 10px 8px;
    top: 0px;
    right: 0;
    width: calc(100% - 15px);
    height: 206px;
}

.inputNumber {
    text-align: right;
}

.PopupFaces.hide {
    width: 0px;
    height: 0px;
}

.PopupFaces {
    border: 1px solid black;
    z-index: 12;
    position: absolute;
    background-color: white;
    right: 15px;
    top: 10px;
    width: calc(100% - 35px);
    height: calc(100% - 45px);
    padding: 8px;
    border-radius: 4px;
    box-shadow: 10px 10px 5px #888888;
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
}

.achtergrond {
    position: fixed;
    top: 0px !important;
    left: 0px !important;
    background-color: #CCCCCC;
    filter: alpha(opacity=70);
    opacity: 0.7;
    z-index: 250;
    width: 100%;
    height: 100%;
}

.popup {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 255;
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
}

    .popup.hide, achtergrond.hide {
        height: 0px !important;
    }

.loader {
    display: inline-block;
}

.barLineOpdracht {
    /*border-left: 1px solid #ccc;*/
    /*border-top: 1px solid #ccc;*/
    /*border-bottom: 1px solid #ccc;*/
    /*border-radius: 4px;*/
    width: 60%;
    height: 34px;
    padding: 1px;
    margin-left: -3px;
}

.barLineOpdrachtTop {
    /*border-top: 1px solid #ccc;*/
    /*border-bottom: 1px solid #ccc;*/
    /*border-right: 1px solid #ccc;*/
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 60%;
    height: 34px;
    position: absolute;
    top: 0;
    left: 0px;
}

.maxHeight {
    height: 100%;
}

    .maxHeight div {
        height: 100%;
    }

.searchItem {
    display: block;
    background: transparent;
    border: 0;
    padding: 3px 10px;
    width: 100%;
    border-bottom: 1px solid #dddddd;
    text-align: left;
}

    .searchItem:hover {
        background-color: #ddd;
    }


/*********************/
/* data table layout */
/*********************/

div.row.header, table.table > thead > tr.header {
    background-color: var(--colorDark);
    color: var(--colorBckgr) !important;
    margin-top: 10px;
    margin-bottom: 0px;
    /*padding: 0;*/
    vertical-align: middle;
    font-weight: bold;
}

    div.row.header.margin-below, table.table > thead > tr.header.margin-below {
        margin-bottom: 3px;
    }

    div.row.header > div {
        line-height: 25px;
    }

        div.row.header > div > a, table.table > thead > tr.header > th > a {
            color: #FFFFFF;
            text-decoration: none;
        }

            div.row.header > div > a.btn, table.table > thead > tr.header > th > a.btn {
                color: #000000;
            }

    table.table > thead > tr.header:first-child > th, div.row.header > div {
        /*border-left: 1px dotted rgba(255, 255, 255, 0.5);*/
    }

        table.table > thead > tr.header:first-child > th:first-child, div.row.header > div.first-child {
            border-left: 0;
        }

table.table > tbody > tr.subheader, div.row.subheader {
    background-color: var(--colorLightBlue);
}

table.table > tbody > tr.subheader2, div.row.subheader2 {
    background-color: #EEEEEE;
    padding-left: 0px;
}

table.table > tbody > tr.vertical-align-middle > * {
    vertical-align: middle;
}

table.table > tbody > tr > td.no-left-padding div.row {
    padding-left: 0px !important;
}

div.row.subheader.rounded {
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    margin: 16px 0px 4px 0px !important;
    padding: 4px;
}

/*******************/
/* element borders */
/*******************/
.borderLeft {
    border-left: 1px solid black;
}

.borderRight {
    border-right: 1px solid black;
}

.borderBottom {
    border-bottom: 1px solid black;
}

.data-line {
    padding: 2px 0;
    border-bottom: 1px dotted #E0E0E0;
}

    .data-line:hover {
        background-color: #ADD8E6;
    }

/**************************/
/* Element text alignment */
/**************************/

.alignLeft {
    text-align: left !important;
}

.alignCenter {
    text-align: center !important;
}

.alignRight {
    text-align: right !important;
}

/*********************************/
/* vertical alignment correction */
/*********************************/
.fa-forcedown {
    margin-top: 4px;
    color: var(--colorDark);
}

.down4px {
    margin-top: 4px;
}

.down5px {
    margin-top: 5px;
}

.forcedown5px {
    position: relative;
    display: inline;
    top: 5px;
}

/**************************/
/* disabled input element */
/**************************/
input[disabled], select[disabled], button[disabled] {
    color: #A0A0A0;
}
/******************/
/* Items List box */
/******************/
div.items-box {
    position: relative;
    display: inline-block;
    /* float: left; */
    min-width: 49%;
    max-width: 90%;
    height: 250px;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-bottom: 4px;
    padding: 0;
}

    div.items-box > div.box-title {
        position: relative;
        display: block;
        margin-bottom: 4px;
        padding: 2px 4px 0px 4px;
        background-color: var(--colorDark);
        color: #FFFFFF;
        font-weight: bold;
    }

    div.items-box > div.box-items {
        padding: 4px 8px;
    }

/***********************************************/
/* kjc:InputController padding-left adjustment */
/***********************************************/
.no-left-padding {
    padding-left: 0px !important;
}

    .no-left-padding .row {
        padding-left: 0px !important;
    }

.no-right-padding {
    padding-right: 0px !important;
}

    .no-right-padding .row {
        padding-right: 0px !important;
    }

.no-left-right-padding {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

    .no-left-right-padding .row {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

.txt_success {
    color: #5cb85c;
}

.txt-warning {
    color: #f0ad4e;
}

/*******************************************/
/* Dropdown menu proper hover highlighting */
/*******************************************/
.dropdown-menu > li > a:hover {
    color: #FFFFFF;
    background-color: var(--colorDark);
}

/*************************************/
/* IM Instant (internal) Message Box */
/*************************************/
div#SendIM_Box, div#ReadIM_Box {
    position: absolute;
    display: none;
    width: 800px !important;
    height: 480px !important;
    top: 100px !important;
    left: calc(100% - 800px - 25%);
    z-index: 10000000;
}

div#ReadIM_Box {
    height: 530px !important;
}

    div#SendIM_Box > div.modal-content > div.modal-body, div#ReadIM_Box > div.modal-content > div.modal-body {
        height: calc(100% - 130px);
    }

        div#SendIM_Box > div.modal-content > div.modal-body > label, div#ReadIM_Box > div.modal-content > div.modal-body > label {
            position: relative;
            display: inline-block;
            width: 200px;
            text-align: right;
            vertical-align: top;
            padding-top: 3px;
            padding-right: 6px;
        }

        div#SendIM_Box > div.modal-content > div.modal-body > .inputbox, div#ReadIM_Box > div.modal-content > div.modal-body > .inputbox {
            position: relative;
            display: inline-block;
            margin: 1px;
            border: 1px solid rgba(0, 0, 0, 0.25);
            border-radius: 4px;
            vertical-align: inherit;
            width: calc(100% - 210px);
        }

        div#SendIM_Box > div.modal-content > div.modal-body > .ontvanger {
            height: 85px !important;
            resize: none;
        }

        div#SendIM_Box > div.modal-content > div.modal-body > .bericht {
            height: 150px !important;
            resize: none;
        }

        div#ReadIM_Box > div.modal-content > div.modal-body > .bericht, div#ReadIM_Box > div.modal-content > div.modal-body > .antwoord {
            height: 115px !important;
            resize: none;
        }

/*******************/
/* Dashboard panel */
/*******************/
.dashboard-panel {
    position: absolute;
    display: block;
    overflow-y: scroll;
    width: calc(100% - 17px);
    height: calc(100% - 17px);
    padding-top: 3px;
}

/************************/
/* Error Messages Title */
/************************/
.errortitle {
    color: var(--colorRed);
    font-weight: bold;
}

.divRow {
    cursor:pointer;
}
    .divRow.alter {
        cursor: pointer;
        background-color: #f9f9f9;
        border-top: 1px solid #cccccc;
        border-bottom: 1px solid #cccccc;
    }
    .divRow:hover {
        background-color: var(--colorDark);
        color: var(--colorBckgr) !important;
    }

.p-7 {
    padding: 7px;
}


.pagination-ys {
    /*display: inline-block;*/
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination-ys table > tbody > tr > td {
    display: inline;
}

.pagination-ys table > tbody > tr > td > a,
.pagination-ys table > tbody > tr > td > span {
    position: relative;
    float: left;
    padding: 8px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: var(--colorDark);
    background-color: #ffffff;
    border: 1px solid #dddddd;
    margin-left: -1px;
}

.pagination-ys table > tbody > tr > td > span {
    position: relative;
    float: left;
    padding: 8px 12px;
    line-height: 1.42857143;
    text-decoration: none;    
    margin-left: -1px;
    z-index: 2;
    color: #aea79f;
    background-color: #f5f5f5;
    border-color: #dddddd;
    cursor: default;
}

.pagination-ys table > tbody > tr > td:first-child > a,
.pagination-ys table > tbody > tr > td:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.pagination-ys table > tbody > tr > td:last-child > a,
.pagination-ys table > tbody > tr > td:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.pagination-ys table > tbody > tr > td > a:hover,
.pagination-ys table > tbody > tr > td > span:hover,
.pagination-ys table > tbody > tr > td > a:focus,
.pagination-ys table > tbody > tr > td > span:focus {
    color: #97310e;
    background-color: #eeeeee;
    border-color: #dddddd;
}

.btn-info {
    background-color: var(--colorDark);
}

#soortOpdrachtenListSelectId div ul li a div.checkbox{
    margin-top:0px;
    margin-bottom:0px;
}

.inputcontroller-nopadding div {
    padding:0px !important;
}