@import url("../../fonts/fonts.css");
@import url("form.css");

/* ALGEMEEN*/

body {
    background-color: #fafafa;
    font-family: calibri, sans-serif;
    font-size: 13pt;
    padding: 0;
    margin: 0;
}

#main {
    padding: 0;
    margin: 0;
    width: 100%;
    background: transparent;
}

#container {
    padding: 0;
    background: transparent;
}

.indent {
    position: relative;
    margin: 0;
}

.logos {
    position: relative;
    padding: 1em 0;
    min-height: 40px;
}

.logo {
    max-height: 73px;
    display: inline-block;
    margin: 0 2%;
}

.card {
    background: #FFFFFF;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
    padding: 20px;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.head {
    text-align: left;
    color: #00576D;
    font-size: 25pt;
    font-weight: normal;
    font-style: normal;
    line-height: 1em;
    float: right;
    margin: 0 2%;
}

.head span,
.head img {
    display: inline-block;
    margin: 0;
}

.head img {
    width: 33px;
}

.sub-header {
    font-size: 14pt;
    display: block;
}

.sub-header span:empty {
    display: none;
 }

.head .head-detail {
    display: block;
    font-size: 15pt;
}

div.welkom_text {
    margin-bottom: 20px;
}

.form-container {
    margin-bottom: 20px;
}

.form-group {
    margin-bottom: 10px;
    display: inline-block;
}

.value .form-group, .date .form-group {
    margin-bottom: 0;
}

.form-control {
    display: inline-block;
    width: auto;
    font-size: inherit;
}

.button-group input:not(:last-child) {
    margin-bottom: 10px;
}

.message,
.warning {
	display: inherit;
    margin-bottom: 20px;
    padding: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.message {
    color: #819F00;
    background-color: #F0FFD1;
}

.message:empty {
    display: none;
}

.warning {
    color: #F33;
    background-color: #FFF0D1;
    text-align: inherit;
}

.warning:empty {
    display: none;
}

li {
    margin-left: 0;
}

hr {
    clear: both;
    margin: 1em 0;
}

.cor_streep hr {
    display: block;
    height: 1px;
    background: transparent;
    border: 0;
    border-top: 2px solid #00576D;
    margin: 1em 0;
    padding: 0;
}

hr.streep {
    display: block;
    margin: 1em -1.75em;
    padding: 0;
}

.lfloat {
    display: inline-block;
}

.rfloat {
    display: inline-block;
}

.lfloat select,
.rfloat select {
    max-width: 15em;
}

td.value .select2 {
    width: 100% !important
}

img.disabled {
    zoom: 1;
    filter: alpha(opacity=30);
    opacity: 0.3;
    background-color: inherit;
    cursor: not-allowed;
}

input[type='checkbox']+label {
    padding-right: 0;
}

label {
    padding-left: 0.3em;
    padding-right: 0.3em;
    font-weight: normal;
    font-size: 13pt;
    color: #212121;
}

.label {
    font-size: 13pt;
    font-weight: normal;
    color: #212121;
}

.label .left_right {
    float: left;
    color: #777;
    margin-right: 5px;
}

.rechts_afwijkend {
    float: right;
}

textarea {
    vertical-align: text-top;
    position: relative;
    box-sizing: border-box;
}

input {
    box-sizing: border-box;
    margin: 0;
}

.footnote {
    font-family: calibri, sans-serif;
    font-size: 14pt;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 2%;
    margin-right: 2%;
    padding-right: 92px;
    border: 0;
}

input[type='button'].disabled,
input[type='submit'].disabled {
    color: #9E9E9E;
    background-color: transparent;
}

span.button a {
    text-decoration: none;
}

.btn-picker {
    height: 34px;
}

p:only-of-type {
    margin: 0;
}

.input-group {
    width: 350px;
}

.input-group-picker {
    width: 160px;
}

.date {
    width: 120px;
}

.btn-file {
    border: 1px solid #ccc;
}

.btn-file:hover {
    border: 1px solid #ccc;
}

.btn-file input {
    display: none;
}

.input-file-group input[type='text'] {
    padding: 10px;
    height: 42px;
    float: none;
    vertical-align: middle;
}

.comment {
    display: inline-block;
}

.modal {
    position: relative;
    /* Hidden by default */
    display: none;
    /* Stay in place */
    position: fixed;
    /* Sit on top */
    z-index: 9999;
    /* Location of the box */
    padding-top: 100px;
    left: 0;
    top: 0;
    /* Full width */
    width: 100%;
    /* Full height */
    height: 100%;
    /* Enable scroll if needed */
    overflow: auto;
    /* Fallback color */
    background-color: rgb(0, 0, 0);
    /* Black w/ opacity */
    background-color: rgba(0, 0, 0, 0.7);
}

.modal>.modal-content {
    display: block;
    max-width: 85%;
    max-height: 85%;
    margin-left: auto;
    margin-right: auto;
}

.modal-content,
#caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
    -moz-animation-name: zoom;
    -moz-animation-duration: 0.6s;
}

/* Add Animation */

.modal-content,
#caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    -moz-animation-name: zoom;
    -moz-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }
    to {
        -webkit-transform: scale(1)
    }
}

@-moz-keyframes zoom {
    from {
        -moz-transform: scale(0)
    }
    to {
        -moz-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}

/* The Close Button */

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #ffffff;
    font-size: 60px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #fcfcfc;
    text-decoration: none;
    cursor: pointer;
}

/* END ALGEMEEN*/

/* NAV TOOLS */

div.nav {
    text-align: right;
    position: absolute;
    right: 2%;
    top: 60px;
}

div.nav.card {
    padding: 20px;
}

div.nav-fixed {
    top: 60px;
    position: fixed;
    right: 2%;
    z-index: 999;
}

div.nav div,
div.nav span {
    display: block;
    margin-top: 20px;
}

div.nav .tab_templates div.card {
    margin-top: 0px;
}

div.nav div a,
div.nav span a {
    display: block;
    width: 100%;
}

div.nav div:nth-of-type(1),
div.nav span:nth-child(1),
div.nav div.close-form {
    margin-top: 0;
}

div.nav span:only-child {
    margin-top: 0;
}

.tab_templates {
    color: #777;
    text-align: center;
    font-size: 1rem;
}

.tab_templates.tab-mobile {
    padding-left: 5%;
    display: inline-block;
    position: relative;
}

.tab_templates.tab-mobile div.image {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

/*div#navs {
    position:absolute;
    top:20px;
    width:69em;
    margin:0 auto;
}
*/

/* END NAV TOOLS*/

/* SECTION TABS*/

div.tab_control {
    padding-top: 5px;
    padding-bottom: 0;
    padding-left: 2%;
    padding-right: 2%;
    background: #424242;
    font-family: calibri, sans-serif;
    font-size: 15pt;
    overflow-x: auto;
}

div.tab_control ul {
    margin: 0 0;
    padding: 0px;
    border: 0px;
    display: inline-block;
    white-space: nowrap;
}

div.tab_control li {
    border: 0px;
    border-radius: 0px;
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;
    color: #FFF;
    background: transparent;
    cursor: pointer;
    display: inline-block;
    white-space: nowrap;
}

div.tab_control li.selected {
    color: #FFF;
    background: transparent;
    text-align: center;
    border: 0;
    border-bottom: 3px solid #009bdc;
}


div.tab_control li.deselected {
    color: #FFF;
    background: transparent;
    text-align: center;
    border: 0;
}

div.tab_control li.disabled {
	cursor: default;
	opacity: 0.3;
}

div.flat_tab_control {
    padding-left: 0;
    padding-right: 0;
    background: transparent;
}

div.flat_tab_control li {
    /* Add 1px for border */
    padding-left: 16px;
    padding-right: 16px;
    color: #009bdc;
    background: transparent;
}

div.flat_tab_control li.selected {
    background: #009bdc;
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid #009bdc;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

div.flat_tab_control li.deselected {
    color: #009bdc;
}

#cdiv_sectie_tabs {
    width: 100%;
    z-index: 998;
}

#cdiv_sectie_tabs.stick {
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
    z-index: 9999;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
    -webkit-overflow-scrolling: touch;
}

/* END SECTION TABS */

/* SECTION BARS */

div.tabsheet {
    padding: 0;
}

div.tabsheet>.warning,
div.tabsheet>.message,
div.indent>.warning,
div.indent>.message,
div.indent>div>.warning,
div.indent>div>.message
{
    margin-top: 15px;
    margin-left: 2%;
    margin-right: 7%;
}

a:focus {
    outline: 0;
}

a.question,
.section_bar a {
    padding: 0;
    padding-right: 102px;
    display: block;
    overflow: hidden;
}

.section_bar {
    padding-right: 2%;
    padding-left: 2%;

}

.section_bar a {
    text-decoration: none;
}

.section_bar a:hover {
    text-decoration: none;
}

/*.section_bar:nth-of-type(even), .section_bar:nth-of-type(even) + script + div {
    background:#fafafa;
}
.section_bar:nth-of-type(odd), .section_bar:nth-of-type(odd) + script + div {
    background:#F5F5F5;
}*/

/*a.question, .section_bar a, input[type='button'], input[type='submit'] {
    color: #449;
    background-color: #f4f4f4;
    text-decoration: none;
    margin: 0.3em 0.2em 0.3em 0em;
    border: 1px solid #ccc;
}*/

/*a.question:hover, .section_bar a:hover, input[type='button']:hover, input[type='submit']:hover {
    background-color: #f8f8f8;
}*/

.section_bar .bar_container {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.section_bar .caption {
    font-family: calibri, sans-serif;
    font-size: 20pt;
    font-weight: bold;
    color: #00576D;
}

.section_bar2 .caption {
    font-family: calibri, sans-serif;
    font-size: 15pt;
    font-weight: normal;
    color: #009bdc;
}

.section_bar span.arrow {
    background-image: url(arrow_down.png);
    width: 40px;
    height: 40px;
    padding: 0;
    background-repeat: no-repeat;
    background-position: 0 0;
    display: block;
    margin: 10px auto;
}

.section_bar span.opened {
    background-image: url(arrow_up.png);
    /*margin-left:20px;
    margin-top:0px;
    display: inline-block;*/
}

.section_bar .dimmed span {
    color: #9E9E9E;
}

.section_bar span.arrow.dimmed {
    filter: alpha(opacity=30);
    opacity: 0.3;
}

.section_bar .summary {
    text-align: right;
    color: #00576D;
    font-size: 15pt;
    position: absolute;
    right: 2%;
    margin-right: 102px;
    margin-top: 50px;
}

.bar_content {
    position: relative;
    /* hide contained absolutely positioned elements */
}

.bar_templates {
    position: absolute;
    color: #777;
    text-align: center;
    font-size: 1rem;
    padding-left: 5%;
    margin-top: 4rem;
}

.bar_templates div {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.template_form .data_grid,
.template_form .data_grid div div {
    display: inline-block;
}

.template_form .data_grid div.pager {
    float: left;
}

.template_form .data_grid .btn-inline {
    border: 1px solid;
    margin: 2px;
}

.template_form .data_grid .hilighted .btn-inline {
    border-width: 3px;
    margin: 0px;
}

/* END SECTION BARS*/

/* COLUMNS */

div.section_bar~div:not(.section_bar):not(.bar_templates),
.tabsheet>div:not(.section_bar):not(.bar_templates):not(.warning):not(.message) {
    padding-right: 2%;
    padding-left: 2%;
}

div.group {
    overflow: hidden;
    overflow-x: auto;
    padding-top: 1px;
    padding-bottom: 20px;
    padding-left: 1px;
    padding-right: 102px;
}

/* @TODO controleren of dit overal goed gaat!!*/

/*div.group,
div.group > div {
    text-align: center;
}*/

div.column {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    /* CARD */
    background: #FFFFFF;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
    padding: 30px;
    margin: 1px;
    margin-right: 30px;
    margin-bottom: 30px;
}

div.column:only-child {
    margin-right: 1px;
}

div.column:last-of-type {
    margin-right: 1px;
}

div.column-inside {
    vertical-align: top;
    margin-right: 20px;
}

div.entries>.column-inside:last-child {
    margin-right: 0;
}

div.entries>div.column {
    margin-right: 30px;
    vertical-align: top;
}

div.single {
    clear: both;
    width: 65%;
}

div.stretch {
    clear: both;
    display: block;
    margin-right: 1px;
}

div.column .label,
div.group .label,
div.column-inside .label {
    padding-right: 0.5em;
    margin-right: 1em;
}

div.column>.label,
div.column-inside>.label {
    color: #00576D;
    font-weight: bold;
    font-size: 17px;
    display: block;
    border-bottom: 2px solid #00576D;
    vertical-align: middle;
    margin-top: -30px;
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 0;
    box-sizing: border-box;
    word-wrap: break-word;
    white-space: normal;
}

div.column .section {
    position: relative;
    background-color: #fff;
    font-size: 110%;
    font-weight: bold;
    padding-bottom: 0.2em;
}

/*div.column.llfloat,
div.column.llfloat + div.column.lfloat,
div.column.llfloat + div.column.lfloat + div.column.rfloat {
    width: 32%;
}
div.column.llfloat + div.column.lfloat {
    margin-left: 2%;
}
.llfloat {
    float: left;
}*/

/*div.group div.entries > div:not(.form), div.group div.entries > table:not(.form){
    margin-right: -2em;
}*/

div.group div.entries>div.rfloat,
div.group div.entries>table.rfloat {
    margin-right: 0;
}

div.entries td.label {
    padding-left: 0;
}

/* END COLUMNS*/

/* TABLE */

table {
    margin: 0;
    max-width: 100%;
}

table td p {
    word-break: break-all;
}

th {
    font-weight: bold;
}

th,
td {
    vertical-align: text-top;
    padding-top: 0.2em;
}

.table-hover>tbody>tr {
    background-color: #FFFFFF;
}

.table-hover>tbody>tr:hover {
    background-color: #E0E0E0;
}

tr.hilighted {
    background-color: #E0E0E0 !important;
}

td.dropdown span.dropdown select {
    width: 115px;
}

td.textleft {
    text-align: left;
    width: 15em;
}

td label {
    display: inline;
    line-height: 1.5em;
}

td.label label {
    padding-right: 0em;
}

td.label.indented-x2 {
    margin-left: 2em;
}

div.form table .form {
    position: relative;
}

div.form table:not(.table)>tr>td,
div.single_answer>table>tbody>tr>td,
div.multi_answer>table>tbody>tr>td {
    padding: 0;
    padding-right: 20px;
    vertical-align: top;
}

table.table_extra_space td {
    padding: 5px;
}

div.form table tr[class*="columns_"] td.label {
    display: table-cell;
    vertical-align: top;
}

div.form table tr[class*="columns_"] td[class*="columns_"] {
    display: table;
    vertical-align: top;
}

div.form table tr[class*="columns_"] td[class*="columns_"] > div {
    display: table-cell;
}

div.form table tr[class*="columns_2"] td[class*="columns_2"] > div {
    width: 50%;
}

.nowrap {
    white-space: nowrap;
    float: left;
}


/*table.incomplete tr:first-child td {
    border-top: 1px solid #f99;
}
table.incomplete tr:last-child td {
    border-bottom: 1px solid #f99;
}
table.incomplete tr td:first-child {
    border-left: 1px solid #f99;
}
table.incomplete tr td:last-child {
    border-right: 1px solid #f99;
}*/

/* END TABLE */

/* DATAGRIDS & RENDERLISTS */

div.pager {
    height: 34px;
    margin: 0;
    text-align: left;
}

.pager>input,
.pager>span {
    height: 100%;
    /*margin-right: 0.3em;*/
    border-top: 0px;
    margin-top: -1px;
    background: transparent;
    border-radius: 0px;
}

.pager>input:first-child,
div.todos .pager>input:first-child {
    border-bottom-left-radius: 4px;
    border-right: 0px;
}

.pager>input:last-child,
div.todos .pager>input:last-child {
    border-left: 0px;
    border-bottom-right-radius: 4px;
}

.pager>span {
    padding: 6px 12px;
    border-bottom: 1px solid #ccc;
}

div.data_grid {
    padding-top: 20px;
    padding-bottom: 20px;
}

div.data_grid.no_padding {
    padding-top: 0px;
    padding-bottom: 0px;
}

div.data_grid table {
    width: 100%;
    margin: 0;
}

div.data_grid.compact table {
    width: auto;
}

div.data_grid table tr th {
    font-weight: normal;
    background-color: #E0E0E0;
    color: #212121;
    font-weight: bold;
}

div.data_grid table tr td,
div.data_grid table tr th {
    vertical-align: middle;
}

div.data_grid table {
    border-collapse: collapse;
}

div.data_grid .group_header td {
    border-top: 2px solid #BDBDBD;
}

div.data_grid.dropdowns select {
    width: 100%;
}

div.data_grid td>.form-group {
    margin-top: 3px;
    margin-bottom: 3px;
    vertical-align: middle;
}

/*div.data_grid.stretch table {
    width:95%;
}*/

div.render_list li {
    margin-left: 0.3em;
}

div.data_grid img {
    vertical-align: bottom;
    max-height: 2.5em;
}
div.data_grid img.icon {
    vertical-align: middle;
}

input.spin {
    width: 25px;
}

input.eip_spin {
    width: 50px;
}

div.eip_spin {
    padding: 0px;
    margin: 0px;
    border: 0px;
    float: right;
}

span.eip_spin {
    width: 34px;
    height: 34px;
}

img.eip_spin_up {
    cursor: pointer;
    padding: 0px;
    margin: 0px;
    border: 0px;
    /*position: absolute;*/
    width: 34px;
    margin-bottom: 20px;
}

img.eip_spin_dn {
    cursor: pointer;
    padding: 0px;
    margin: 0px;
    border: 0px;
    /*position: absolute;*/
    width: 34px;
    margin-left: -34px;
    margin-bottom: 3px;
}

.todos input.eip_checkbox {
    width: 20px;
    height: 20px;
}


input[type='checkbox']:hover {
    cursor: pointer;
}
input[type='radio']:hover {
    cursor: pointer;
}

table.dtp-table td {
    padding: 8px;
}

/* DATAGRIDS & RENDERLISTS CUSTOMIZATIONS*/

/*div.data_grid.portal table {
    width: 100%;
}*/

div.data_grid.portal table td {
    vertical-align: baseline;
}

/*div.protocols table img.eip_spin_up {
    height: 0.8em;
    margin-top: -1px;
    width: 1.25em
}
div.protocols table img.eip_spin_dn {
    height: 0.8em;
    margin-top: 11px;
    width: 1.25em
}*/

div.protocols table {
    margin: 0.5em 0px 4px 0px;
}

div.protocols table tr td,
div.protocols table tr th {
    padding-left: 0.1em;
    padding-right: 0.1em;
    padding-bottom: 0px;
}

div.protocols table .col1 {
    width: 40%;
}

div.protocols table .col2 {
    width: 15%;
}

div.protocols table .col3 {
    width: 15%;
}

div.protocols table .col4 {
    width: 40%;
}

/*div.protocols table input.eip_spin {
    height: 12.5px;
}*/

.keuze_table table {
    width: 95%;
}

div.data_grid.motivatiegrid table {
    table-layout: fixed;
}

div.todos table {
    border: 1px solid #ccc;
}

div.todos .pager input {
    border-width: 1px;
    border-color: #ccc;
    border-style: solid;
    height: 100%;
}

div.todos table .hilighted {
    background-color: #F5F5F5;
}

div.todo_header {
    font-family: Calibri, sans-serif;
    color: #212121;
}

table.todo-new tr {
    border: 1px solid #ddd;
}

table.todo-new td {
    padding: 10px;
}

table.todo-new td.label {
    padding-top: 10px;
    padding-left: 10px;
    border: 0;
    /* Override default .label styling */
    display: block;
    border-radius: 0;
    margin-right: 0;
    font-weight: bold;
}

table.todo-new td.label_above {
    background-color: #FFF59D;
    border-left: 1px solid #ccc;
    border-bottom: 0;
}

table.todo-new td.desc {
    background-color: #FFF9C4;
    border-left: 1px solid #ccc;
    border-top: 0;
    max-width: 300px;
    vertical-align: top
}

table.todo-new-datetime tr {
    border: 0px;
}
table.todo-new-datetime td {
    vertical-align: top;
    padding:2px;
}

div.data_grid.max_height {
    max-height: 40rem;
    overflow-y: scroll;
}

/* END DATAGRIDS & RENDERLISTS */

/* FORM */

div.form.compact {
    padding: 0;
}

div.form table.columns td.value {
    padding-right: 10px;
    min-width: 150px;
}

div.form table.columns td.label {
    text-align: left;
    display: table-cell;
}

table.columns td.value {
    vertical-align: baseline;
}

div.form tr {
    vertical-align: middle;
}

div.form td:not(.day) {
    min-height: 36px;
}

div.form td.label,
table td .label,
div.entries>div.label {
    padding: 5px 0 5px 0;
    max-width: 250px;
    font-weight: bold;
    font-size: 13pt;
    color: #212121;
    text-align: left;
    white-space: normal;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

div.form td.label {
	word-break: keep-all;
}

div.entries>div.label {
    max-width: 100%;
    display: inline-block;
}

div.form td.value {
    padding: 5px 0 5px 0;
}

div.form td.value div,
div.form td.value table {
    /*display: inline-block;*/
    vertical-align: middle;
}

div.form td.value span.image div.map {
    display: inline-block;
}

div.form td.value div.pager {
    display: inherit;
    margin: 0;
    width: auto;
}

div.form td.value div.single_column table td:first-child {
    min-width: 185px;
}

div.form.align_inputs>table tr input[type="button"] {
    margin-top: 0;
    margin-bottom: 0;
}

div.form td.checkbox,
div.form div.single_answer>table>tbody>tr>td:first-child {
    width: auto;
}

div.form td.literal,
div.form div.literal {
    font-style: normal;
}


/* END FORM */

/* MATEN TABLE */

.maten_table table {
    border: solid silver 1px;
    border-collapse: collapse;
}

.maten_table td {
    border: solid silver 1px;
    text-align: center;
    vertical-align: middle;
    width: 10%;
    padding-top: 3px;
    padding-bottom: 3px;
}

.maten_table td.label {
    padding: 0;
    margin: 0;
    border-radius: 0;
    display: table-cell;
}

.maten_table .form-group {
    margin-bottom: 0px;
}

/* END MATEN TABLE */

/* TEXT */

.value .form-group.reset-input {
    margin-bottom: 4px;
}

.reset-input {
    display: inline-block;
    vertical-align: top;
}

.reset-input input {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}

.reset-button {
    height: 34px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    border-left: 0px;
    display: inline-block;
    vertical-align: top;
}

/* END TEXT */

/* SINGLE ANSWER AND MULTI ANSWER  */

div.single_answer>table,
div.multi_answer>table {
    margin: 0 8px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

td.checkbox,
td.radio {
    display: table-cell;
}

.checkbox,
.radio {
    margin-bottom: 0px !important;
    margin-top: 10px;
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
    position: relative;
    margin-right: 7px;
}

.checkbox:first-child,
.radio:first-child {
    margin-top: 0;
}

td.checkbox input {
    margin: 0px;
    margin-top: 10px;
    /*width: 15px;
    height: 15px;*/
}

div.input-group-picker input {
    margin-top: 0px;
}

td.checkbox {
    text-align: right;
}

td.checkbox div.checkbox-inline {
    padding-left: 5px;
}

/*td .checkbox:first-child,*/

td.checkbox.leftright,
td.checkbox span.collabel {
    display: inline-block;
    width: 15px;
    text-align: center;
}

td.checkbox .leftright input[type=checkbox] {
    margin-left: 0px;
}

td.checkbox .leftright {
    padding-left: 0px;
}

.radio,
.radio-inline {
    min-height: 30px;
}

.radio-inline label>label {
    padding-left: 20px;
}

span.single_answer,
span.multi_answer {
	display: inline-block;
    vertical-align: top;
}

span.single_answer span,
span.multi_answer span {
    display: inline-block;
}

span.single_answer label,
span.multi_answer label {
    padding-right: 0.2em;
}

div.single_answer>table>tbody>tr>td:first-child {
    text-align: right;
    min-width: 50px;
}

div.single_answer>table>tbody>tr>td:last-child label {
    padding-right: 0px;
    margin-right: 0px;
    margin-left: 0px;
}

.multi_answer.scroll {
	overflow: auto;
	width: 220px;
    max-height: 180px;
    margin-bottom: 5px;
}

.multi_answer.scroll .checkbox label {
	white-space: nowrap;
}

.multi_answer.scroll .checkbox > label {
	display: inline-block;
}

/* END SINGLE ANSWER AND MULTI ANSWER */

/* DRAWING */

div.drawing_container {
    display: table-row;
}

div.canvas_container {
    display: table-cell;
}

.drawing canvas {
    cursor: crosshair;
    border: 1px solid #ccc;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.drawing canvas.disabled {
    cursor: not-allowed;
    background-color: inherit;
    color: inherit;
}

div.draw_tools_container {
    display: inline-block;
    width: 50px;
    margin-left: 20px;
    vertical-align: top !important;
}

div.draw_color_button {
    font-weight: bold;
    border: 2px solid #585858;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
    padding-top: 2px;
    margin-top: 5px;
    cursor: pointer;
}

/* END DRAWING */

/* EMPTY DIV'S */

div.data_grid:empty,
span.button:empty,
div.image:empty {
    display: none;
}

/* END EMPTY DIV'S */

/* MOBILE / TABLET */

.nav-mobile {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #FFFFFF;
    box-shadow: 0px -1px 2px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px -1px 2px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px -1px 2px rgba(0, 0, 0, 0.4);
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9998;
    box-sizing: border-box;
    font-size: 0;
}

.nav-mobile div,
.nav-mobile span {
    display: inline-block;
    text-align: center;
    width: 24.5%;
    margin: 0;
    padding: 0;
    border: 0;
}

.nav-mobile div a,
.nav-mobile span a {
    display: block;
    width: 100%;
}

.nav-mobile div a img.img-responsive,
.nav-mobile span a img.img-responsive,
.nav-mobile div img.img-responsive,
.nav-mobile span img.img-responsive {
    display: inline-block;
}

.nav-mobile div:first-child {
    margin-left: 0;
}

.tab-mobile li {
    height: 52px;
    padding-top: 10px !important;
    vertical-align: middle;
}

/* END MOBILE / TABLET*/

/* FORMER LICMAN.CSS */

/* GOOGLE VISUALISATIONS */

div .gglHeader {
    vertical-align: middle;
    font-weight: 400;
    background-color: rgb(238, 238, 238);
    color: rgb(109, 109, 191);
    padding-bottom: 2px;
    padding-left: 7px;
    padding-right: 20px;
    padding-top: 3px;
    text-align: left;
    vertical-align: middle;
}

div .google-visualization-table-table {
    border: 1px solid rgb(221, 221, 221);
    border-spacing: 1.9px;
    column-gap: 13px;
    column-rule: 0px rgb(0, 0, 0);
    display: table;
    margin-bottom: 4px;
    margin-top: 7px;
    width: 100px;
}

div .gglTableCell {
    column-gap: 13px;
    cursor: pointer;
    display: table-cell;
    font-family: Tahoma, sans-serif;
    font-size: 13px;
    font-weight: 400;
    padding-bottom: 2px;
    padding-left: 0.5em;
    padding-right: 1.5em;
    padding-bottom: 2px;
    text-align: left;
    vertical-align: middle;
}

div .gglHover {
    background-color: rgb(255, 255, 255)
}

div .gglSelected {
    background-color: rgb(221, 221, 255)
}

/* END GOOGLE VISUALISATIONS*/

.trycenter {
    width: 100%;
    text-align: center;
}

/* END FORMER LICMAN.CSS */

/* FORMER BEHEER.CSS */

div.scrollable {
    border: none;
    overflow: auto;
    width: 27.5em;
    height: 15em;
}

.talkbubble_left {
    position: relative;
    width: 500px;
    min-height: 70px;
    padding: 10px;
    margin-left: 20px;
    border-radius: 5px;
    border: solid #E7E7E7;
    background: #E7E7E7;
}

.talkbubble_left:before {
    content: "";
    position: absolute;
    right: 100%;
    top: 26px;
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-right: 26px solid #E7E7E7;
    border-bottom: 13px solid transparent;
}

.talkbubble_right {
    position: relative;
    width: 500px;
    min-height: 70px;
    padding: 10px;
    margin-left: 20px;
    border-radius: 5px;
    border: rgba(0, 155, 220, 0.180392);
    background: rgba(0, 155, 220, 0.180392);
}

.talkbubble_right:before {
    content: "";
    position: absolute;
    left: 100%;
    top: 26px;
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-left: 26px solid rgba(0, 155, 220, 0.180392);
    border-bottom: 13px solid transparent;
}

.talkbubble_left textarea,
.talkbubble_right textarea {
    position: relative;
    width: inherit;
    height: inherit;
    background: inherit;
    margin: 0;
    padding: 0;
    border: none !important;
    resize: none !important;
}

div.legenda {
    margin-right: 5%;
}

div.legenda .hilighted {
    background-color: transparent;
    border-color: transparent;
}

div.legenda table {
    width: 250px;
    cursor: default;
}

div.legenda table,
div.legenda table tr,
div.legenda table tr td {
    cursor: default;
}

/* END FORMER BEHEER.CSS*/

/* FORMER TEMP.CSS */

.value .suffix,
.value .prefix,
.readonly label,
input.readonly+label,
.obsolete,
.collabel {
    color: #777;
}

.obsolete option {
    color: #000;
}

.obsolete option.obsolete {
    color: #777;
}

/* END FORMER TEMP.CSS*/

/* PRINT */

.print .neverprint {
    display: none;
}

.print {
    padding: 0% 5%;
}

#main>h2.title {
    margin: 0% 5%;
}

.print div.column,
.print div.image div.map {
    max-width: 100%;
}

.print div.group {
    overflow-x: hidden;
}

/* END PRINT*/

/* PLACEHOLDER EDITOR */

.placeholder_editor {
    max-width: 1100px;
    max-height: 600px;
    overflow: scroll;
    overflow-y: scroll;
}

.placeholder_editor *[draggable="true"] {
    cursor: move;
}

.placeholder_editor *[draggable="true"]:hover {
    color: #009bdc;
}

/* END PLACEHOLDER EDITOR */

/* MAATKAART */

span.maatkaart_titel {
    display: block;
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
}

/* END MAATKAART*/

/* DOSSIER*/

.dossier {
    width: 100%;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 3px solid #424242;
    display: table;
}

.dossier_timeline, .dossier_timeline_container {
    width: 300px;
    display: table-cell;
    vertical-align: top;
}

.dossier_timeline_container .dossier_content {
    display: block;
}

.dossier_timeline.main>div {
    height: 700px;
}

.dossier_timeline>div {
    padding-left: 15px;
    padding-right: 15px;
    overflow-x: hidden;
    overflow-y: auto;
}

.dossier_item_date {
    display: none;
    text-align: center;
    font-size: 14px;
    color: #616161;
}

.dossier_timeline:not(.dossier_related) div div:first-of-type .dossier_item_date,
.dossier_timeline:not(.dossier_related) .group_header .dossier_item_date {
    display: block;
}

.dossier_item {
    color: #ffffff;
    width: 100%;
    margin-bottom: 4px;
    padding: 0;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    display: table;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
    cursor: pointer;
    overflow: hidden;
}

.dossier_item_icon {
    width: 40px;
    text-align: center;
    background: #F5F5F5;
    display: table-cell;
    vertical-align: middle;
}

.dossier_item_icon i {
    color: #616161;
    font-size: 18px;
}

.dossier_item_content {
    display: table-cell;
    background: #616161;
    padding: 8px;
    padding-left: 10px;
    padding-right: 10px;
}

.dossier_item_title {}

.dossier_item_sub {
    font-size: 14px;
    word-break: break-all;
}

.dossier_timeline .hilighted .dossier_item .dossier_item_content {
    background: #009bdc;
}

.dossier_content {
    padding-left: 15px;
    display: table-cell;
}

.dossier_content_item {
    background: #F5F5F5;
    padding: 15px;
}

.dossier_content_item p:nth-child(1) {
    padding-top: 0;
}

div.dossier_content_item:empty {
    display: none;
}

.dossier_content_item div.data_grid * td {
	cursor: default;
}

.dossier_content_item_image img {
    max-width: 95%;
}

.dossier_related {
    width: 100%;
    display: inline-block;
}

.dossier_related>div {
    padding-left: 1px;
    padding-right: 1px;
    overflow-x: hidden;
    overflow-y: auto;
    height: auto;
}

.dossier_related .group_header,
.dossier_related .dossier_item_group {
    vertical-align: top;
    width: 253px;
    display: inline-block;
    margin-right: 5px;
}

.dossier_related .dossier_item_date {
    display: none;
}

/* END DOSSIER */

span.text input.incomplete,
span.text textarea.incomplete,
span.dropdown select.incomplete,
input.incomplete,
textarea.incomplete,
select.incomplete,
canvas.incomplete,
.radio-group:has(> div> label > input.incomplete) {
    border: 1px solid #F44336;
}

table.incomplete {
    border-collapse: collapse;
    border: 1px solid #F44336;
}

div.home {
    float: left;
}

div.navigation,
div.form div.navigation {
    clear: both;
    margin: 0 0;
}

ul.voortgang {
    list-style-type: none;
    float: left;
}

ul.voortgang li {
    font-weight: bold;
    color: #5d5;
}

.statuslist ul {
    list-style-type: none;
}

.statuslist li {
    padding-left: 22px;
}

.statuslist li.green,
li.green {
    background-image: url(checked.png);
    background-repeat: no-repeat;
    background-position: 0 50%;
}

.statuslist li.red,
li.red {
    background-image: url(not_checked.png);
    background-repeat: no-repeat;
    background-position: 0 50%;
}

li.green,
li.red {
    background-position: 5px 50%;
}

li.green {
    color: #4CAF50 !important;
}

h2.title {
    border-top: 1px solid #eee;
    border-bottom: 2px solid #eee;
    padding-left: 0;
    padding-top: 0.3em;
    color: gray;
}

h2.gray {
    border-bottom: 2px solid gray;
}

h2.brown {
    border-bottom: 2px solid brown;
}

h2.sandybrown {
    border-bottom: 2px solid sandybrown;
}

h2.limegreen {
    border-bottom: 2px solid limegreen;
}

h2.midnightblue {
    border-bottom: 2px solid midnightblue;
}

h2.pink {
    border-bottom: 2px solid pink;
}

h2.royalblue {
    border-bottom: 2px solid royalblue;
}

h2.yellow {
    border-bottom: 2px solid yellow;
}

/*div.form table td*/

div.date:not(.input-group-picker) {
    display: inline-block;
    vertical-align: top;
}

div.time {
    display: inline-block;
}

span.text input,
div.date:not(.input-group-picker) input,
/*div.form table td textarea, div.form table td*/

select {
    vertical-align: baseline;
}

input.disabled,
textarea.disabled,
select.disabled {
    background-color: #EEE;
    color: #777;
    zoom: 1;
    filter: alpha(opacity=100);
    opacity: 1;
}

/*div.form table td*/

input[type="radio"],
/*div.form table td*/

input[type="checkbox"],
/* align date picker*/

div.date:not(.input-group-picker) input+a img,
div.date:not(.input-group-picker) input+img {
    vertical-align: baseline;
    position: relative;
    *position: inherit;
    /* leading * affects IE7 and below only*/
    top: 1px;
}

span.dropdown select,
select.mandatory {
    padding: 3px 0px;
    vertical-align: baseline;
}

.verplicht {
    /*position: absolute;right: 1em; (previously)*/
    float: right;
}

div.lookup {
    background-color: #fafafa;
    border-top: 1px solid #ddd;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #ddd;
    padding: 0.5em 0.5em 0.5em 0.5em;
    margin: 0;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-right: 1em;
    z-index: 9999 !important;
}

div.lookup table td {
    padding: 10px;
}

div.label,
span.label {
    /*position: relative; relative position shows hidden labels*/
    clear: both;
    margin-top: 0.1em;
    margin-bottom: 0.3em;
    padding-left: 0.2em;
}

span.label {
    display: inline-block;
    min-width: 5em;
    text-align: left;
}

span.label.indented {
    text-indent: 25px;
}

div.item {
    margin-bottom: 1.2em;
}

div.item .label,
div.item div.label {
    float: left;
    width: 6.2em;
    margin-top: 0.4em;
}

div.multi_answer.align_inputs table tr {
    height: 30px;
}

div.print_page {
    clear: both;
}

div.print_page .label.title:empty {
    display: none;
}

div.group div.tab_control {
    margin-bottom: 0em;
    border-bottom: none;
}

div.group div.entries div.qlikview_object {
    vertical-align: top;
    display: inline-block;
    position: relative;
    margin-right: 5px;
    margin-top: 5px;
}

div.group div.entries>div.qlikview_object {
    margin-right: 0px;
    margin-top: 0px;
}

div.image div.map a.map {
    color: #009bdc;
}

div.image div.map a.map.hilighted {
    color: white;
}

.display label {
    padding-right: 0;
    padding-left: 0;
}

.display.value {
    margin-right: 5px;
}
span.display.value.appended {
    margin-left: 3px;
}

input[type="number"] {
    -moz-appearance: textfield;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

div.kp_wvk_datagrid table tbody tr td.kp_eip {
    width: 20%;
}

span.text input.complete,
span.text textarea.complete,
span.dropdown select.complete,
input.complete,
textarea.complete,
select.complete {
    border: 1px solid #819F00;
}

div.kp_float_column {
    width: 28.4%;
    height: 300px;
    padding: 20px;
    border-right: 1px solid #ddd;
}

div.kp_float_column:last-child {
    border-right: 0px;
}

.busy {
    font-weight: bold;
    color: #819F00;
}

.busy-top {
    font-weight: bold;
    color: #819F00;
    text-align: center;
    padding-top: 10px;
}

.busy-top .display {
    margin-left: 5px;
}

.nohighlight table tr {
    background-color: transparent;
}

span.counter {
    color: #99d;
}

span.counter span.position,
span.counter span.range {
    font-weight: bold;
    padding: 1px 0.2em;
}

input.small {
    width: 100px;
}

img.upload_thumb {
    max-width: 100px;
    max-height: 100px;
}

img.upload_print {
    max-width: 400px;
    max-height: 400px;
}
/* START TOGGLE */
.toggle_container .checkbox-inline {
    padding-left: 0;
}

.toggle {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 35px;
}

/* Hide default HTML checkbox */
.toggle input {
    display: none;
}

.toggle_slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: .2s;
    transition: .2s;
    border-radius: 4px;
    background: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.toggle_slider .on {
    display: block;
    position: absolute;
    z-index: 0;
    left: 10px;
    text-align: left;
    width: 100%;
    opacity: 1;
    line-height: 34px;
    opacity: 0;
    /* color: #fff; */

    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}
.toggle_slider .off {
    display: block;
    position: absolute;
    z-index: 0;
    right: 10px;
    text-align: right;
    width: 100%;
    opacity: 1;
    line-height: 34px;
    color: #000;

    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}

.toggle_slider:before {
    position: absolute;
    content: "";
    z-index: 1;
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    -webkit-transition: .2s;
    transition: .2s;
    background: #FFFFFF;
    border: 0px solid #ccc;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
}
.toggle_slider.disabled:before {
    background: #eee;
}

input:checked + .toggle_slider.disabled {
    background-color: #eee;
    color: #000;
}

input:checked + .toggle_slider {
    background-color: #009bdc;
    color: #fff;
}


input:focus + .toggle_slider {
    box-shadow: 0 0 1px #009bdc;
}

input:checked + .toggle_slider .on {
    opacity: 1;
}
input:checked + .toggle_slider .off {
    opacity: 0;
}

div.group div.entries div.object_block {
    display: block;
}

div.group div.entries div.object_float {
    width: 600px;
    float: left;
}


input:checked + .toggle_slider:before {
    -webkit-transform: translateX(45px);
    -ms-transform: translateX(45px);
    transform: translateX(45px);
}

/* END TOGGLE */

/* APPEND_TO_LABEL */
.appended input[type="text"] {
    margin-top: 0 !important;
}
/* END APPEND_TO_LABEL */

.translation_table td {padding: 10px;}
.translation_table tr:nth-child(even) {background: #E0E0E0;}

#verzekeringsinfo {
	display: none;
}

.image.verzekeringsDialog {
	 cursor:pointer;
}

#tab_help {
    display: none;
}

.overnemen {
    color:#009bdc;
    font-weight: bold;
}

.break-word {
    word-break: break-word;
}

.klantcontact_overzicht_item {
	border: 2px solid;
	border-radius:10px;
	padding:5px;
	margin:5px;
	background-color:#f8f8f8;
}

.warning_red {
	color:red;
	font-weight: bold;
}

table.disp_sjab th {
	padding-left:50px;
	font-weight: bold;
}

table.disp_sjab td  {
	padding-left:50px;
}

td > ol {
 padding-left:1.5em;
}
td > ul {
 padding-left:1.5em;
}

table.maatkaart_historie, table.maatkaart_historie tr, table.maatkaart_historie td, table.maatkaart_historie th {
	border-collapse: collapse;
	border:1px solid black;
	padding: 4px;
}

table.maatkaart_historie tr td:first-child {
	border-collapse: collapse;
	border:1px solid black;
	padding: 4px;
	min-width: 80px;
}

table.maatkaart_historie tr.highlighted {
	background-color:#afcee9;
}

table.vingersplint {
	border-collapse: collapse;
	border:1px solid black;
}
table.vingersplint td, table.vingersplint th {
  border: 1px solid #ddd;
  padding: 4px 4px 0px 4px;
}

table.vingersplint tr:hover {background-color: #ddd;}

table.vingersplint th {
  padding-top: 3px;
  padding-bottom: 3px;
  text-align: left;
  background-color: #337ab7;
  color: white;
}

/* kosten baten tree */
.kostenbatentree {
    width: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.kostenbatentree_li {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.kostenbatentree_li > div {
    padding: 3px;
}
.kostenbatentree_header {
    background-color: #bbb;
    font-weight: bold;
}
.kostenbatentree_parent > div {
    background-color: #ddd;
}
.kostenbatentree_caret {
    cursor: pointer;
    -webkit-user-select: none; /* Safari 3.1+ */
    -moz-user-select: none; /* Firefox 2+ */
    -ms-user-select: none; /* IE 10+ */
    user-select: none;
}
.kostenbatentree_caret::before {
    content: "\25B6";
    color: black;
    display: inline-block;
    margin-right: 6px;
}
.kostenbatentree_caret-down::before {
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Safari */
    transform: rotate(90deg);
}
.kostenbatentree_nested {
    display: none;
}
.kostenbatentree_active {
    display: block;
}
