/* General styles */

/* roboto-300 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: local('Roboto Light'), local('Roboto-Light'),
    url("../fonts/roboto-v15-latin-300.woff2") format('woff2'), url("../fonts/roboto-v15-latin-300.woff") format('woff'), url("../fonts/roboto-v15-latin-300.ttf") format('truetype');
}

/* roboto-regular - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), local('Roboto-Regular'),
    url("../fonts/roboto-v15-latin-regular.woff2") format('woff2'), url("../fonts/roboto-v15-latin-regular.woff") format('woff'), url("../fonts/roboto-v15-latin-regular.ttf") format('truetype');
}

/* roboto-700 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: local('Roboto Bold'), local('Roboto-Bold'),
    url("../fonts/roboto-v15-latin-700.woff2") format('woff2'), url("../fonts/roboto-v15-latin-700.woff") format('woff'), url("../fonts/roboto-v15-latin-700.ttf") format('truetype');
}

html, body {
    height: 100%;
}

body {
    /* DO NOT add overflow property - will break fullcalendar drag and drop */
    min-width: 320px;
    background: #ffffff;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    line-height: 1.43;
    font-size: 14px;
}

input,
button,
select,
textarea {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.ui-widget,
.ui-widget .ui-widget {
    font-family: inherit;
    line-height: inherit;
    font-size: inherit;
}

body.fb-iframe {
    padding-top: 0;
    min-width: 0;
    background: #fff;
}

h1 {
    padding: 0;
    font-size: 26px;
    margin-bottom: 10px;
}

h2 {
    padding: 0 5px;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 10px;
}

h3 {
    padding: 0 5px;
    font-weight: bold;
    font-size: 16px;
}

a {
    color: #1a89ad;
    cursor: pointer;
    text-decoration: underline;
}

.fc-day-grid-event > a {
    color: inherit;
    text-decoration: none;
}

.nav a {
    text-decoration: none;
}

table .fit {
    width: 1px;
    white-space: nowrap;
}

table .col-1 {
    width: 8.333333333333332%;
}

table .col-2 {
    width: 16.666666666666664%;
}

table .col-3 {
    width: 25%;
}

table .col-4 {
    width: 33.33333333333333%;
}

table .col-5 {
    width: 41.66666666666667%;
}

table .col-6 {
    width: 50%;
}

table .col-7 {
    width: 58.333333333333336%;
}

table .col-8 {
    width: 66.66666666666666%;
}

table .col-9 {
    width: 75%;
}

table .col-10 {
    width: 83.33333333333334%;
}

table .col-11 {
    width: 91.66666666666666%;
}

table .col-12 {
    width: 100%;
}

table .small-col-1 {
    width: 6.666666666666667%;
}

table .small-col-2 {
    width: 13.333333333333332%;
}

table .small-col-3 {
    width: 20%;
}

table .small-col-4 {
    width: 26.333333333333332%;
}

table .small-col-5 {
    width: 33.333333333333332%;
}

table .small-col-6 {
    width: 40%;
}

table .small-col-7 {
    width: 46.333333333333332%;
}

table .small-col-8 {
    width: 53.333333333333332%;
}

table .small-col-9 {
    width: 60%;
}

table .small-col-10 {
    width: 66.333333333333332%;
}

table .small-col-11 {
    width: 73.333333333333332%;
}

table .small-col-12 {
    width: 80%;
}

table .small-col-13 {
    width: 86.333333333333332%;
}

table .small-col-14 {
    width: 93.333333333333332%;
}

table .small-col-15 {
    width: 100%;
}

label > input[type="checkbox"],
label > input[type="radio"] {
    margin-right: 3px;
    display: inline;
}

label.vertically-aligned > input[type="checkbox"],
label.vertically-aligned > input[type="radio"] {
    vertical-align: middle;
    margin-top: -1px;
    margin-right: 6px;
}

.nopointer {
    cursor: default;
}

label.inline-input {
    display: inline-block;
    font-weight: normal;
    margin-bottom: 0;
}

input.invalid,
input.user-error,
textarea.invalid,
textarea.user-error,
select.invalid,
select.user-error,
select.invalid + .select2-container .select2-selection,
select.user-error + .select2-container .select2-selection,
form.submitted input:invalid,
form.submitted textarea:invalid,
form.submitted select:invalid,
form.submitted select.user-error + .select2-container .select2-selection,
form.submitted select + .select2-container.user-error .select2-selection,
.exam-container .observation-container .item-row.has-issue .number-of-days-value,
.exam-container .observation-container .item-row.has-issue .observation-value {
    color: #b94a48;
    border-color: #ee5f5b;
}

input.invalid:focus,
textarea.invalid:focus,
select.invalid:focus,
.exam-container .observation-container .item-row.has-issue .number-of-days-value:focus,
.exam-container .observation-container .item-row.has-issue .observation-value:focus {
    border-color: #e9322d;
    box-shadow: 0 0 6px #f8b9b7;
}

.invalid {
    color: #e9322d;
}

.no-shadow {
    box-shadow: none;
}

#layout-wrapper {
    height: 100%;
}

#layout-mask {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #424242;
    opacity: 0.7;
    top: 0;
    left: 0;
    z-index: 999996;
}

.layout-main {
    box-sizing: border-box;
    position: relative;
    min-height: calc(100vh - 65px);
    padding: 0 0 65px;
    transition: margin-left .3s;
    margin-left: 0;
}

#layout-footer {
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
    padding: 15px 20px;
}

#layout-footer .footer-text-right {
    color: #777777;
    float: right;
}

.container-fluid {
    padding-left: 15px;
    padding-right: 15px;
    background-color: #fff;
    margin-top: 5px;
}

.duedate-padding-left-med {
    padding-left: 15px;
}

.duedate-selection {
    display: inline-block;
    width: 115px;
}

#new-follow-up .duedate-result {
    margin-bottom: 20px;
}

#new-follow-up .duedate-selection {
    font-weight: normal;
    width: 85px;
}

.container-fluid .row-fluid.margin-top,
.container-fluid .row-fluid.top5 {
    margin-top: 5px;
}

.container-fluid .row-fluid.top10 {
    margin-top: 10px;
}

.container-fluid .row-fluid.top15 {
    margin-top: 15px;
}

/* General elements */
a.disabled {
    color: #737373;
    text-decoration: none;
    cursor: default;
}

.input-number {
    width: 45px;
}

.input-date {
    width: 80px;
    display: inline;
    z-index: 50;
}

.input-time {
    width: 50px;
}

.input-xmini {
    width: 30px;
}

.aftercare-input-selector {
    width: 355px;
    float: none;
}

.aftercare-plannable-employees-input-selector {
    width: 300px;
    float: none;
}

.btn-location-selector-default {
    float: right;
}

.btn-form {
    margin-bottom: 10px;
}

.required {
    color: #b21212;
}

.highlight {
    background-color: #fceb84;
}

.ui-autocomplete .highlight {
    font-weight: bold;
}

.ui-datepicker-trigger {
    cursor: pointer;
    vertical-align: -20%;
    margin-left: 3px;
}

form .select2-container,
form .inline-select-button,
form .form-group-container {
    margin-bottom: 10px;
}

form .form-group-container .select2-container {
    margin-bottom: 0;
}

form.form-search .select2-container,
form.form-inline .select2-container,
form.form-horizontal .select2-container {
    margin-bottom: 0;
}

.select2-container .select2-search--dropdown input[type=search] {
    height: 28px;
}

.select2-container .select2-selection--multiple .select2-search--inline .select2-search__field:not([placeholder='']) {
    min-width: 250px;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    white-space: normal;
}

.select2-container li[aria-selected="true"].select2-results__option::before {
    content: "x ";
    color: #999;
}

.select2-results .grayed,
#add-surveytoken-form .grayed {
    color: gray;
}

.select2-container + label {
    margin-top: 5px;
    margin-bottom: 0;
}

.new-event-form .select2-hidden-accessible {
    margin-top: 50px !important;
    margin-left: 40px !important;
}

.span3-min {
    min-width: 220px;
}

#loading {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999999999;
    text-align: center;
    line-height: 460px;
    background-color: #000;
    opacity: 0.5;
}

#loading .content {
    background-color: #fff;
    border: 3px solid #ccc;
    border-radius: 10px;
    padding: 2em;
    font-weight: bold;
    font-size: 120%;
    line-height: 20px;
    position: fixed;
    top: calc(30% - 50px);
    left: calc(50% - 100px);
}

.lighter {
    font-weight: lighter;
}

[class^="kidos-icon-"],
[class*=" kidos-icon-"] {
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    vertical-align: text-top;
    background: url("../images/sprite_Icons.png") no-repeat;
}

.kidos-icon-clock {
    background-position: 0 -550px;
}

.kidos-icon-clock-astmapredictie {
    background-position: 0 -550px;
}

.kidos-icon-graph {
    background-position: 0 -650px;
}

.kidos-icon-issue {
    background-position: 0 -750px;
    margin-left: 5px;
}

.kidos-icon-disabled-note {
    background-position: 0 -850px;
    cursor: default;
}

.kidos-icon-note {
    background-position: 0 -950px;
}

.kidos-icon-has-note {
    background-position: 0 -1050px;
}

.kidos-icon-download {
    background-position: 0 -1650px;
}

#main-alert,
#plan-action-alert,
.fancybox-alert {
    display: none;
}

#main-alert strong, .fancybox-alert strong, #plan-action-alert {
    white-space: pre-line;
}

#main-alert:first-child {
    margin-top: 10px;
}

.alert {
    margin-bottom: 10px;
}

.fancybox-title {
    display: none;
}

h5 label {
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
    color: #262626;
    margin-bottom: 0;
}

.help-icon, .table-history-icon, .subaction-history-icon, .duplicate-dossier-header-icon {
    cursor: pointer;
    margin: 0 2px;
}

.help-text {
    margin-top: 20px;
    color: #999;
}

.help-text p {
    margin: 0;
}

#table-title-availability {
    margin-top: 15px;
    font-weight: bold;
}

.bool-selector-group {
    margin-bottom: 10px; /* same as default bootstrap input*/
}

/* Time present message (exam) */
#time-present {
    float: left;
    font-size: 16px;
    font-weight: bold;
}

#time-present span.label {
    margin-left: 5px;
    margin-top: 13px;
}

/* Breadcrumb */
#breadcrumb-bar {
    z-index: 101;
    position: sticky;
    top: 60px;
    box-sizing: border-box;
    width: 100%;
    background-color: #f5f5f5;
}

#breadcrumb-bar .kidos-breadcrumb-bar {
    z-index: 101;
    box-sizing: border-box;
    width: 100%;
}

#breadcrumb-bar .kidos-breadcrumb {
    box-sizing: border-box;
    margin: 0;
    padding: 8px 15px 6px 15px;
    border-radius: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: block;
    line-height: 22px;
}

#breadcrumb-bar .kidos-breadcrumb li {
    text-shadow: none;
    vertical-align: middle;
}

#breadcrumb-bar .kidos-breadcrumb li.dropdown > span.badge {
    overflow: hidden;
}

#breadcrumb-bar .kidos-breadcrumb li.dropdown > [id^="crumb-"],
#breadcrumb-bar .kidos-breadcrumb li.dropdown > span.divider {
    display: inline-block;
    overflow: hidden;
}

#breadcrumb-bar .kidos-breadcrumb a, .kidos-breadcrumb > li > .divider {
    color: #000;
}

#breadcrumb-bar .kidos-breadcrumb > .active {
    color: #666;
}

#breadcrumb-bar .kidos-breadcrumb .dropdown .caret {
    margin-left: 4px;
}

#breadcrumb-bar .kidos-breadcrumb .dropdown .twin {
    vertical-align: top;
}

#breadcrumb-bar .kidos-breadcrumb .dropdown .badge {
    margin-right: 4px;
}

/* Toolbar */
#action-bar {
    z-index: 100;
    position: sticky;
    top: 130px;
    width: 100%;
    height: 45px;
    box-sizing: border-box;
    background-color: #ffffff;
    border-bottom: 1px solid #e5e5e5;
}

@media only screen and (min-width: 992px) {
    #action-bar {
        top: 100px;
    }
}

#action-bar .action-bar-inner {
    margin: 0;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

#action-bar-buttons {
    margin-right: 15px;
}

#action-bar-buttons > .btn-toolbar {
    margin-top: 5px;
    margin-bottom: 5px;
}

#action-bar .nav {
    float: left;
}

#action-bar-search {
    position: relative;
    float: left;
    padding-top: 10px;
    padding-left: 5px;
}

#action-bar-search-query {
    width: 265px;
    padding: 2px 10px;
    margin: -2px 5px 0;
    border-radius: 100px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    font-size: 13px;
}

#action-bar .btn-clear-search {
    position: absolute;
    top: 13px;
    right: 4px;
    width: 20px;
    height: 20px;
    background: url(../images/sprite_Icons.png) 0 -1250px no-repeat;
}

#action-bar.exam-action-bar {
    background-color: #f5f5f5;
}

/* Wizard toolbar */
#action-bar-wizard {
    height: 44px;
    border-bottom: 1px solid #ddd;
}

#action-bar #action-bar-wizard {
    border-bottom: 0;
}

.wizard-content {
    margin-top: 20px;
}

#action-bar-wizard ul {
    padding: 0;
    margin: 0;
    list-style: none outside none;
}

#action-bar #action-bar-wizard ul li {
    border-top: 0;
}

#action-bar-wizard ul li {
    border-top: 1px solid #ddd;
    position: relative;
    float: left;
    height: 43px;
    padding: 0 20px 0 30px;
    margin: 0;
    font-size: 16px;
    line-height: 43px;
    color: #999999;
    cursor: default;
    background: #ededed;
}

#action-bar-wizard ul.previous-disabled li.complete {
    cursor: default;
}

#action-bar-wizard ul.previous-disabled li.complete:hover {
    color: #468847;
    cursor: default;
    background: #f3f4f5;
}

#action-bar-wizard ul.previous-disabled li.complete:hover .chevron:before {
    border-left-color: #f3f4f5;
}

#action-bar-wizard ul li .chevron {
    position: absolute;
    top: -1px;
    right: -12px;
    z-index: 1;
    display: block;
    border: 22px solid transparent;
    border-right: 0;
    border-left: 13px solid #d4d4d4;
}

#action-bar-wizard ul li .chevron:before {
    position: absolute;
    top: -22px;
    right: 1px;
    display: block;
    border: 22px solid transparent;
    border-right: 0;
    border-left: 13px solid #ededed;
    content: "";
}

#action-bar-wizard ul li.complete {
    color: #468847;
    background: #f3f4f5;
}

#action-bar-wizard ul li.complete:hover {
    cursor: pointer;
    background: #e7eff8;
}

#action-bar-wizard ul li.complete:hover .chevron:before {
    border-left: 13px solid #e7eff8;
}

#action-bar-wizard ul li.complete .chevron:before {
    border-left: 13px solid #f3f4f5;
}

#action-bar-wizard ul li.active {
    color: #3a87ad;
    background: #f1f6fc;
}

#action-bar-wizard ul li.active .chevron:before {
    border-left: 13px solid #f1f6fc;
}

#action-bar-wizard ul li .badge {
    margin-right: 8px;
}

#action-bar-wizard ul li:first-child {
    padding-left: 20px;
}

#step-content .step-pane {
    display: none;
}

#step-content .step-pane.active {
    display: block;
}

.tooltip {
    text-shadow: none;
}

span.deleteicon {
    position: relative;
}

span.deleteicon a.btn-clear-search {
    position: absolute;
    display: block;
    top: -3px;
    right: 0;
    width: 20px;
    height: 20px;
    background: url(../images/sprite_Icons.png) 0 -1250px no-repeat;
}

span.deleteicon input {
    padding-right: 20px;
}

.ui-autocomplete .group {
    width: 100%;
    font-style: italic;
    line-height: 30px;
    font-weight: lighter;
    color: #555;
    background-color: #f5f5f5;
    text-indent: 5px;
}

.ui-autocomplete .all {
    color: #737373;
    background-color: #f5f5f5;
    text-align: center;
    margin-top: 2px;
}

.ui-autocomplete li.ui-menu-item div {
    padding: 5px;
}

.ui-autocomplete li.ui-menu-item div > i {
    margin-right: 5px;
}

.ui-autocomplete li.ui-menu-item.ui-state-focus {
    border: none;
    background: none;
    text-decoration: underline;
    margin: 0;
}

/* Introduction */
.mandatory-legend {
    color: #E32;
}

#intro {
    padding: 15px 15px 0;
}

#intro .btn-group-wrap {
    float: right;
    margin-right: -5px;
}

#intro p {
    clear: both;
    display: block;
    margin-bottom: 15px;
    color: #555555;
}

/* Exam */
.exam-page {
    margin-top: 40px;
}

.exam-container {
    border-top: 1px solid #ddd;
    margin: 0 -10px;
    background-color: #f5f5f5;
}

#subaction-history-container .exam-container {
    margin: 0; /* prevent scrollbar in IE11 */
}

.exam-container.no-data {
    padding-top: 10px;
}

.exam-container .main-category header {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}

.exam-container.completed .main-category header {
    background-color: #f5f5f5;
}

.exam-container .main-category header a.label {
    display: inline-block;
    height: 40px;
    line-height: 39px;
    font-weight: bold;
    text-decoration: none;
    font-size: 18px;
    color: #38708C;
    background: url(../images/sprite_Icons.png) 10px -141px no-repeat;
    padding: 0 5px 0 40px;
    text-shadow: none;
}

.exam-container .main-category header a:hover {
    text-decoration: underline;
}

.exam-container .main-category.expanded header a {
    background-position: 10px -241px;
}

.exam-container .expanded .sub-category {
    display: block;
    background-color: #f5f5f5;
}

.exam-container:not(.completed) .main-category > .collapsible-content:last-child,
.exam-container .sub-category > .collapsible-content:last-child {
    border-bottom: 1px solid #ddd;
}

.exam-container .sub-category {
    display: none;
}

.exam-container .sub-category > h4 {
    display: block;
    height: 40px;
    font-size: 14px;
    line-height: 39px;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    margin: 0;
}

.exam-container .sub-category > h4 a {
    display: inline-block;
    padding: 0 5px 0 70px;
    font-weight: bold;
    text-decoration: none;
    font-size: 16px;
    color: #262626;
    background: #fff url(../images/sprite_Icons.png) 40px -141px no-repeat;
}

.exam-container .sub-category > h4 a:hover {
    text-decoration: underline;
}

.exam-container .sub-category.expanded > h4 a {
    background-position: 40px -241px;
}

.exam-container .sub-category.expanded .collapsible-content,
.exam-container .main-category.expanded > .collapsible-content {
    display: block;
}

.exam-container .sub-category .collapsible-content,
.exam-container .main-category > .collapsible-content {
    display: none;
}

.exam-container .main-category header a .kidos-icon-issue,
.exam-container .sub-category > h4 a .kidos-icon-issue {
    position: absolute;
    margin: 11px 0 0 8px;
}

.exam-container .main-category header a .kidos-icon-issue {
    margin-top: 12px;
}

.exam-container .collapsible-content h5 {
    background: none;
    border: none;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    margin: 0;
}

.exam-container:not(.completed) .collapsible-content h5 {
    padding: 10px 80px;
}

.exam-container .collapsible-content h5.shallow-header {
    padding: 10px 30px;
}

.exam-container .collapsible-content.no-header {
    padding-top: 10px;
}

.exam-container .important h5,
.exam-container a.important {
    color: #b94a48;
}

.observation-container {
    min-height: 48px;
    position: relative;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 5px;
}

.exam-container .observation-container {
    margin: 0 18px 18px 64px;
}

.observation-container .meldcode-feedback-message {
    padding: 10px;
}

#subactions-explicit .observation-container,
#subaction-conclusion .observation-container {
    margin: 0 18px 18px 50px;
}

.exam-container .collapsible-content.important .observation-container {
    border: 1px solid #b94a48;
}

.exam-container .observation-container .item-group h5 {
    padding: 10px 0;
    margin: 0 20px 0 16px;
}

.exam-container .observation-container .item-group .pull-right {
    margin-top: 5px;
    margin-right: 10px;
}

.exam-container .observation-container .item-group .pull-left {
    margin-top: 5px;
    margin-left: 10px;
    margin-right: 10px;
}

.exam-container .observation-container .item-group-observations {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 0;
    margin: 0 10px 0 32px;
    position: relative;
}

.exam-container .observation-container .icon-holder {
    float: left;
    margin: 0 0 0 -39px;
    width: 23px;
    height: 29px;
    background: url(../images/bgQuestionIconHolder.png);
}

.exam-container .observation-container .icon-holder a {
    display: block;
    margin: 6px 0 0 8px;
    text-indent: -999px;
    overflow: hidden;
}

.exam-container .observation-container .item-row {
    border-bottom: 1px solid #eee;
    padding: 10px 0;
    margin: 0 20px 0 16px;
    position: relative;
}

.exam-container .observation-container .item-row:last-child {
    border: none;
}

.exam-container .observation-container .item-actions {
    position: absolute;
    top: 12px;
    right: 0;
}

.exam-container .observation-container .item-actions label {
    float: right;
    margin-left: 20px;
    color: #333;
}

.exam-container .observation-container .item-actions label.disabled {
    cursor: not-allowed;
    color: #737373;
}

.exam-container .observation-container .item-actions label input {
    vertical-align: -10%;
}

.exam-container .observation-container .item-actions a {
    float: right;
    height: 16px;
    margin: 2px 0 0 9px;
    text-decoration: none;
}

.exam-container .observation-container .item-row > label {
    display: inline-block;
    width: 275px;
    padding: 2px 20px 0 0;
    vertical-align: top;
    font-weight: bold;
    font-size: 14px;
}

label.mandatory:after,
.exam-container .observation-container .item-row.mandatory > label:after,
.exam-container .observation-container .item-group.mandatory h5:after {
    color: #e32;
    content: ' *';
    display: inline;
}

.exam-container .observation-container .item-row input {
    margin-right: 8px;
}

.exam-container .observation-container .item-row textarea {
    vertical-align: 0;
    height: 5em;
    display: block;
}

.exam-container .input-vaccination {
    width: 150px;
}

.exam-container .observation-container .item-row select {
    width: 300px;
}

.exam-container .observation-container .item-row select.select-vaccination {
    width: 150px;
    margin-right: 5px;
}

.exam-container .observation-container .item-row select.select-vaccination-charge-number,
.exam-container .observation-container .item-row select.select-vaccination-charge-number ~ span.select2 {
    width: 161px;
    margin-right: 5px;
}

.exam-container .observation-container .item-row select.select-vaccin-objection {
    width: 175px;
}

.exam-container .observation-container .item-row ul.hypotheses {
    margin: 0.5em 0 1em 0;
}

.exam-container .observation-container .item-row ul.hypotheses li {
    margin-left: 16px;
}

.exam-container .observation-container .item-row .edit-hypotheses {
    display: inline-block;
    margin-bottom: 0.5em;
}

.exam-container .observation-container .item-row .astmapredictie-link {
    margin-top: 38px;
    position: absolute;
    margin-left: -302px;
}

.exam-container .observation-container .item-row .meldcode-button {
    margin-left: 5px;
    vertical-align: top;
}

.exam-container .observation-container .item-row .astmapredictie-total-score-label {
    margin-top: 39px;
    position: absolute;
    margin-left: -202px;
}

.exam-container .observation-container .item-row .astmapredictie-total-score-histicon {
    margin-top: 39px;
    position: absolute;
    margin-left: -126px;
}

.exam-container .observation-container .item-row.has-issue > label {
    color: #b94a48;
}

.exam-container .observation-container .item-row .info-message {
    width: 685px;
    margin-bottom: 14px;
}

.exam-container .observation-container .item-row .field-message {
    display: none;
    clear: both;
    margin: 5px 0 0 300px;
    color: #b94a48;
    font-style: italic;
}

.exam-container .observation-container .unit {
    padding-right: 36px;
}

.exam-container .observation-container .item-row .observation-info {
    margin-left: 10px;
}

.bmi-info {
    margin-left: 10px;
}

.weight-class {
    margin-left: 20px;
}

.exam-container .observation-container.conclusion {
    background-color: #fdf09c;
}

.exam-container .observation-container .conclusion {
    padding: 16px;
}

.exam-container .observation-container .conclusion .item-actions {
    position: absolute;
    top: 15px;
    right: 130px;
}

.exam-container .observation-container .conclusion label {
    display: block;
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 16px;
    color: #262626;
}

.exam-container .observation-container .conclusion textarea {
    min-height: 200px;
    width: 90%;
}

/* Completed Exam */
.exam-container.completed h4 {
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    height: 40px;
    line-height: 39px;
    font-weight: bold;
    text-decoration: none;
    font-size: 16px;
    color: #262626;
    padding: 0 10px;
    margin-bottom: 10px;
    background-color: #fff;
}

.exam-container.completed h4:first-child {
    border-top: none;
}

.exam-container.completed .row {
    margin-left: 0;
    border-bottom: 1px solid #ddd;
}

.exam-container.completed .well {
    width: 85%;
    margin-left: 20px;
}

.exam-container.completed .well .pull-right {
    margin-right: 4px;
}

.exam-container.completed .well .item-row,
.exam-container.completed .well .item-group {
    font-size: 13px;
    padding: 10px 0;
}

.exam-container.completed .well .item-group .calculated-score {
    font-weight: normal;
}

.exam-container.completed .well .item-group-observations,
.exam-container.completed .well .item-group-vaccin-details {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 0 5px;
    margin: 5px 0 0 0;
    position: relative;
}

.exam-container.completed .well .item-group-vaccin-details {
    margin-top: 10px;
}

.exam-container.completed .well .item-row {
    border-bottom: 1px solid #ddd;
}

.exam-container.completed .well .item-row:last-child {
    border-bottom: none;
}

.exam-container.completed .well .item-group h5,
.exam-container.completed .well .item-row h5 {
    display: inline-block;
    width: 350px;
    margin: 0;
    vertical-align: top;
}

.exam-container.completed .well .item-group-vaccin-details .item-row h5 {
    display: inline-block;
    width: 344px;
}

.exam-container.completed .well .item-group-vaccin-details .item-row span.value {
    display: inline-block;
}

.exam-container.completed .well .item-row .text {
    display: inline-block;
    white-space: pre-line;
    width: 450px;
}

.exam-container.completed .well .item-row .vaccination-link {
    display: block;
    margin-top: 10px;
}

#vaccination-container form fieldset legend,
fieldset.collapsible legend {
    border-color: #e5e5e5;
    border-style: solid none;
    border-width: 1px 0;
}

#vaccination-container form fieldset legend a,
fieldset.collapsible legend a {
    display: inline-block;
    padding: 0 5px 0 30px;
    height: 40px;
    line-height: 39px;
    font-weight: bold;
    text-decoration: none;
    font-size: 18px;
    color: #38708C;
    background: url(../images/sprite_Icons.png) 0 -141px no-repeat;
    text-shadow: none;
}

fieldset.non-collapsible legend {
    border-color: #e5e5e5;
    border-style: solid none;
    border-width: 1px 0;

    height: 40px;
    line-height: 39px;
    font-weight: bold;
    text-decoration: none;
    font-size: 18px;
    color: #38708C;
    text-shadow: none;
}

fieldset legend {
    padding-left: 15px;
}

#vaccination-container form fieldset legend a:hover,
fieldset.collapsible legend a:hover {
    text-decoration: underline;
}

#vaccination-container form.expanded fieldset legend a,
fieldset.expanded legend a {
    background-position: 0 -241px;
}

#vaccination-container form.expanded fieldset .content,
fieldset.collapsible.expanded .content {
    display: block;
}

#vaccination-container form fieldset .content,
fieldset.collapsible .content {
    display: none;
}

#vaccination-container form.collapsible {
    margin: 0;
}

#vaccination-container form.expanded {
    margin: 0 0 20px;
}

#vaccination-container #excluded-actiontype {
    margin-bottom: 10px;
}

#edit-vaccins .content {
    max-width: 960px;
}

#edit-vaccins-table th,
#edit-vaccins-table td {
    padding: 4px 5px;
}

#vaccination-container td.vaccintype-col,
#vaccination-container td.vaccintype-col select {
    width: 180px;
}

#vaccination-container td.chargenumber-col {
    width: 400px;
}

#vaccination-container td.chargenumber-col select {
    width: 200px;
}

#vaccination-container td.chargenumber-col input {
    width: 140px;
}

#vaccination-container td.deviating-place-col,
#vaccination-container td.deviating-place-col textarea {
    width: 200px;
}

#vaccination-container td.edit-vaccin-buttons {
    width: 147px;
}

#vaccination-container td.edit-vaccin-buttons button.btn-primary {
    width: 92px;
}

td.greyed {
    background-color: lightgrey;
}

#van-wiechen-tabs {
    margin-top: 0;
    margin-bottom: 0;
}

#vanwiechenbody {
    margin-bottom: 20px;
}

.van-wiechen-table-base {
    width: 100%;
    background-color: transparent;
    border-width: 1px 0 0 1px;
    border-style: solid;
    border-color: black;
    border-collapse: separate;
    border-radius: 5px;
    margin-bottom: 0;
    background-clip: padding-box;
}

.van-wiechen-table-base th,
.van-wiechen-table-base td {
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: black;
}

.van-wiechen-table th,
.van-wiechen-table td {
    text-align: center;
    vertical-align: middle;
}

.van-wiechen-table th,
.van-wiechen-table td {
    padding: 1px 5px;
    font-size: small;
    line-height: 15px;
}

.van-wiechen-table td:not(.align-text-left) {
    padding: 1px;
    width: 30px;
}

.van-wiechen-client-info-table th,
.van-wiechen-client-info-table td,
.van-wiechen-particularities-table th,
.van-wiechen-particularities-table td {
    text-align: left;
    vertical-align: top;
}

.van-wiechen-client-info-table th,
.van-wiechen-client-info-table td {
    padding: 1px 5px;
    font-size: small;
    line-height: 15px;
}

.van-wiechen-table .double-column-left-cell {
    border-right-style: dotted;
}

.van-wiechen-particularities-table textarea {
    height: 65px;
    width: 939px;
}

.van-wiechen-table .van-wiechen-input-wide {
    width: 85%;
    background: transparent;
    text-align: center;
    padding: 0;
    border-width: 1px 1px;
    line-height: 15px;
    vertical-align: baseline;
}

.van-wiechen-table .van-wiechen-input-thin {
    width: 60%;
    background: transparent;
    text-align: center;
    padding: 0;
    border-width: 1px 1px;
    line-height: 15px;
    vertical-align: baseline;
}

.column-selector-button-row input[type="radio"] {
    margin: 0;
}

.van-wiechen-particularities-table th, .van-wiechen-particularities-table td {
    padding: 1px 5px;
    font-size: small;
    line-height: 15px;
}

td.align-text-left, th.align-text-left {
    text-align: left;
}

/* Aftercare */
.follow-up {
    margin-left: 7px;
    font-weight: normal;
}

.follow-up-message {
    vertical-align: text-top;
    font-style: italic;
}

.follow-up-point-of-attention {
    font-weight: normal;
    font-style: italic;
    font-size: 12px;
}

#follow-up-actions td {
    /* Needed to center text with inline buttons, increased line-height is needed to allow for default btn height*/
    vertical-align: middle;
    line-height: 25px;
}

.follow-up-download-btn {
    margin-top: 5px;
}

/* Edit Action Contents */
#edit-action-contents {
    clear: both;
}

#edit-action-contents-filter {
    margin-left: 10px;
}

#fb-edit-action-contents ul.nav-list {
    background-color: #f5f5f5;
}

#fb-edit-action-contents #plan-anyway-btn {
    margin-right: 6px; /* fix voor ontbrekende padding */
}

#edit-action-contents-left-container ul.nav-list {
    height: 400px;
}

#edit-action-contents-right-container ul.nav-list button {
    float: right;
}

#edit-action-contents-right-container ul.nav-list {
    height: 400px;
}

.edit-action-calendar .day {
    background-color: #FFFFCC;
}

.edit-action-calendar label,
.edit-action-calendar .AllParticipants,
.edit-action-calendar .roll-type {
    padding-left: 6px; /* default bootstrap padding */
}

.edit-action-calendar label {
    cursor: default;
}

.edit-action-calendar .listHeader {
    text-align: center;
}

.edit-action-calendar-legend > table {
    background-color: #C0C0C0;
}

#fb-edit-action-plan .content > fieldset {
    margin-right: 10px;
}

/* Plan action */
.plan-action .plan-action-intro {
    margin-bottom: 8px;
    margin-top: 8px;
}

.plan-action .plan-action-intro .plan-action-intro-label {
    width: 160px;
    float: left;
    min-height: 1px;
    margin-left: 20px;
}

.plan-action .plan-action-intro .plan-action-intro-label + div.span4 {
    width: 280px;
}

.plan-action .plan-action-intro .plan-action-intro-label + div.span10 {
    width: 760px;
}

.plan-action .plan-action-intro .plan-action-intro-label,
.fancybox-layover .readonly-label {
    font-weight: bold;
    text-align: right;
}

.plan-action-intro div.note {
    margin: 0;
}

.plan-action-intro div.note h3 {
    font-size: 14px;
    line-height: 30px;
}

.plan-action .plan-action-intro .row,
.fancybox-layover .readonly-row {
    padding: 2px 0;
}

.plan-action .plan-action-form {
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 8px;
    margin-bottom: 8px;
}

.plan-action .plan-action-form legend {
    border-bottom: 0;
    padding-top: 8px;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
}

.plan-action .plan-action-form .control-label {
    font-weight: bold;
}

.plan-action .dataTables_processing {
    margin-left: 326px;
    margin-top: -25px;
    width: 16px;
    height: 16px;
    background: url(../images/spinner.gif) no-repeat;
}

.action-event-badge {
    padding-top: 1px;
    padding-bottom: 1px;
}

.action-event-badge-green {
    background-color: green;
}

.action-event-badge-red {
    background-color: red;
}

span.detail-popover-icon {
    margin-left: 4px;
}

.popover #calendar tbody tr {
    cursor: default;
}

.plan-action h4 {
    margin-bottom: 8px;
}

.action-letters-and-emails-table {
    margin-top: 10px;
}

.action-letters-and-emails-table caption {
    text-align: left;
    line-height: 24px;
    font-weight: bold;
}

.fc-event-container a.fc-event {
    border: none;
    border-left-width: 4px;
    border-left-style: solid;
    border-radius: 4px 0 0 4px;
    margin-bottom: 1px;
}

.fc-event-container .fc-content {
    padding: 2px 5px;
}

.fc-event-container .fc-time-grid-event.fc-event-with-subevents .fc-time {
    white-space: pre-wrap;
}

.fc-event-container .fc-content.kidos-calendar-event-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 2px;
}

.fc-event-container .fc-content.kidos-calendar-event-content > .kidos-calendar-age-and-buttons {
    display: flex;
    align-items: center;
    gap: 5px;
}

.kidos-calendar-btn-group {
    display: flex;
}

.kidos-calendar-btn-group > .btn,
.kidos-calendar-btn-group-dropdown > .btn {
    border-radius: 0;
}

.kidos-calendar-btn-group > .btn + .btn,
.kidos-calendar-btn-group-dropdown > .btn + .btn {
    margin-left: -1px;
}

.kidos-calendar-btn-group > .btn:first-child,
.kidos-calendar-btn-group-dropdown > .btn:first-child {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.kidos-calendar-btn-group > .btn:last-child,
.kidos-calendar-btn-group-dropdown > .btn:last-child,
.kidos-calendar-btn-group-dropdown > .btn.presence-dropdown {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.fc-event-container > .fc-time-grid-event:has(.open) {
    overflow: visible;
}

.fc-event-container > .fc-time-grid-event.fc-short .kidos-calendar-btn,
.fc-event-container > .fc-time-grid-event.fc-short .btn.dropdown-toggle {
    font-size: .85em;
    height: 20px;
}

.fc-event-container > .fc-time-grid-event.fc-short > .fc-content {
    padding: 0 5px;
}

.fc-event-container > .fc-time-grid-event:not(.fc-short) .btn.dropdown-toggle {
    font-size: 1em;
}

.fc-event-container > .fc-time-grid-event .btn.dropdown-toggle {
    padding: 0 .6em;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
}

.fc-event-container > .fc-time-grid-event .btn.dropdown-toggle .caret {
    margin-top: 0;
}

.fc-event-container > .fc-time-grid-event:not(.fc-short) .btn.dropdown-toggle {
    height: 2.1em;
}

.fc-time-grid-event.fc-short .kidos-calendar-btn > .kidos-dossier-icon-stack {
    top: -1px;
}

.fc-time-grid-event.fc-short .kidos-calendar-btn > .kidos-dossier-icon-stack .twin-stacked-badge {
    top: -3px;
}

.kidos-calendar-btn-group-dropdown,
.presence-btn-group-dropdown {
    position: relative;
    white-space: nowrap;
}

.kidos-calendar-btn-group-dropdown .dropdown-menu li a {
    display: flex;
    gap: 5px;
    align-items: center;
}

.kidos-calendar-btn-group-dropdown .dropdown-menu li a > i,
.kidos-calendar-btn-group-dropdown .dropdown-menu li a > .kidos-dossier-icon-stack {
    width: 21px;
}

.kidos-calendar-btn-group-dropdown .dropdown-menu li > a.btn-unidentified {
    padding: 3px 18px;
}

.kidos-calendar-btn-group-dropdown .dropdown-menu li > a > .kidos-dossier-icon-stack {
    margin-left: -2px;
    vertical-align: initial;
}

.kidos-calendar-btn-group .kidos-calendar-btn .badge {
    line-height: 11px;
}

.fc-content.kidos-calendar-event-content .badge-event-age {
    font-size: .85em;
    font-weight: normal;
}

.kidos-calendar-event-time-and-title {
    overflow: hidden;
    min-width: 150px;
}

.fc-time-grid-event:not(.fc-short) .kidos-calendar-event-time-and-title {
    display: flex;
    flex-flow: column;
}

.fc-event-container > .fc-time-grid-event > .fc-content > .fc-time .plan-free-time {
    font-size: 1.2em;
    margin-left: 5px;
    padding: 0 2px;
    height: initial;
}

.fc-event-container > .fc-day-grid-event .fc-content > .fc-time .plan-free-time {
    font-size: .85em;
    padding: 0 3px;
    line-height: .85em;
    height: 1.7em;
}

/* Administration configure subaction */
.tree-container .jstree-default.jstree-focused {
    background-color: #f5f5f5 /* boostrap well background color */
}

.tree-container .sub-actions-tree-container {
    min-height: 360px;
}

.conf-actions-loading {
    float: left;
    width: 20px;
    height: 16px;
    background: url(../images/spinner.gif) no-repeat;
}

.conf-actions-main-category {
    font-weight: bold;
    font-size: 18px;
    color: #38708C;
}

.conf-actions-main-category.deprecated,
.conf-actions-sub-action.deprecated,
#observations-tree li.deprecated {
    color: #999999;
    text-decoration: line-through;
}

.conf-actions-sub-action .subactionlabel {
    max-width: 240px;
}

input[type="checkbox"].conf-include-sub-action {
    margin-top: 0;
    margin-right: 8px;
}

.conf-sub-action-followup, .conf-sub-action-mandatory, .conf-sub-action-renderlocation, .conf-sub-action-addable {
    font-style: italic;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 14px;
}

.conf-sub-action-addable.hidden {
    display: none;
}

.conf-sub-action-renderlocation {
    margin-right: 4px;
}

input[type="checkbox"].conf-stable-tree-item,
input[type="checkbox"].conf-followup-tree-item,
input[type="checkbox"].conf-mandatory-tree-item,
input[type="checkbox"].conf-addable-tree-item {
    margin: 4px;
}

button.conf-remove-tree-item {
    margin-top: -2px;
}

/* Nested sortable component */
.placeholder {
    outline: 1px dashed #4183C4;
}

.mjs-nestedSortable-error {
    background: #fbe3e4;
    border-color: transparent;
}

ul.sortable, ul.sortable ul {
    margin: 0 0 0 25px;
    padding: 0;
    list-style-type: none;
}

.sortable li {
    margin: 5px 0 0 0;
    padding: 0;
}

div.card-group > div.card.selected,
.conf-actions-main-category.selected,
.conf-actions-sub-action.selected {
    color: #fff;
    background-color: #5bb75b;
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

div.card-group > div.card,
.conf-actions-sub-action.selected.muted,
.sortable li > div {
    border-width: 1px;
    border-style: solid;
    border-radius: 3px;
    border-color: #D4D4D4 #D4D4D4 #BCBCBC;
    padding: 6px;
    margin: 0;
    cursor: move;
    background: #f6f6f6;
    background: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
}

#observations-tree li.conditional > div,
div.conf-actions-sub-action.selected.conditional {
    background-color: #d28c23;
    background-image: linear-gradient(to bottom, #ef9d26, #d28c23);
    background-repeat: repeat-x;
    border-color: #d28c23 #d28c23 #a96722;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.sortable li > div.conf-sub-action-conditional {
    background: #dff0d8;
}

.sortable li > div.conf-sub-action-conditional.conditional {
    background: #ffefcd;
}

select.conf-sub-action-conditional {
    width: 300px;
    font-size: 12px;
    margin-bottom: 0;
}

li.mjs-nestedSortable-collapsed.mjs-nestedSortable-hovering div {
    border-color: #999;
    background: #fafafa;
}

.disclose {
    cursor: pointer;
    width: 10px;
    display: none;
}

.sortable li.mjs-nestedSortable-collapsed > ul {
    display: none;
}

.sortable li.mjs-nestedSortable-branch > div > .disclose {
    display: inline-block;
}

.sortable li.mjs-nestedSortable-collapsed > div > .disclose > span:before {
    content: '+ ';
}

.sortable li.mjs-nestedSortable-expanded > div > .disclose > span:before {
    content: '- ';
}

/* Card groups */
div.card-group {
    margin: 0;
}

div.card-group > div.card {
    margin: 5px 0 0 0;
}

div.card span.text-holder {
    line-height: 22px;
}

div.card div.btn-group .btn-mini {
    line-height: 18px;
}

div.card-group > div.card.ban {
    color: #fff;
    background-color: #da4f49;
    background-image: linear-gradient(to bottom, #da7253, #da4f49);
    background-repeat: repeat-x;
    border-color: #da4f49 #da4f49 #da3d31;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

div.card-group > div.card.removed-from-preview {
    border-color: #da4f49 #da4f49 #da3d31;
}

div.card div.btn-group .btn.btn-vaccination[disabled] {
    opacity: 0.45;
}

div.card.draggable {
    border: 1px solid #0a1ade;
    padding: 3px;
    margin: 0;
    color: #fff;
    background: #0a1ade;
    opacity: 0.5;
    font-size: 0.85em;
}

#contactmoment-list div.card span.contactmoment-priority {
    font-weight: normal;
    margin-left: 1px;
    line-height: 12px;
    font-size: 11px;
}

div.card-group > div.card div.text-holder .card-icon {
    width: 20px;
    text-align: center;
}

div.card-group > div.card div.text-holder .card-icon .twin-card-icon {
    top: 1px;
}

div.card-group > div.card.selected div.text-holder .card-icon .twin-card-icon,
div.card-group > div.card.ban div.text-holder .card-icon .twin-card-icon {
    color: black;
}

/* Fancybox iframes */
body.fb-iframe .fancybox-layover {
    display: block;
}

body.fb-iframe footer label.checkbox {
    margin-left: 10px;
}

body.fb-iframe footer {
    padding: 10px 0;
}

/* Fancybox layovers */
.fancybox-layover {
    display: none;
    height: 100%;
    overflow: hidden;
    background-color: #fff;
}

.fancybox-layover > header {
    height: 34px;
    line-height: 33px;
    padding: 0 12px;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
    color: #262626;
    background: url(../images/bgHeaderFancyBox.png) 0 0 repeat-x;
    border-bottom: 1px solid #b7b7b7;
}

.fancybox-layover header .selected-subactions {
    font-size: 14px;
    font-weight: normal;
}

.fancybox-layover > header .header-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    max-width: calc(100% - 80px);
}

.fancybox-layover > header .btn-close {
    float: right;
    font-size: 14px;
    font-weight: normal;
    color: #595959;
    padding-right: 28px;
    background: url(../images/sprite_Icons.png) right -1144px no-repeat;
}

.fancybox-layover > header .btn-back {
    float: right;
    font-size: 14px;
    font-weight: normal;
    color: #595959;
    padding-right: 28px;
}

#fb-whatsnew .content {
    padding: 10px 22px;
}

#fb-bevindingen-subactions .content {
    padding: 0;
}

.fancybox-layover .content {
    background-color: #fff;
    overflow: auto;
    padding: 5px 10px 0 10px;
    position: relative;
}

.fancybox-layover .content > form {
    margin-top: 10px;
}

.fancybox-layover .content .results {
    margin-bottom: 15px;
}

#fb-history .content {
    padding: 0;
    overflow: hidden;
}

#fb-history .history-title {
    max-width: 800px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
}

.fancybox-layover .content p strong {
    font-size: 16px;
}

#fb-add-sub-action .content ul {
    list-style-type: none;
}

.fancybox-layover .alert button:not(:last-child) {
    margin-right: 3px;
}

.fancybox-layover .column {
    float: left;
    height: 100%;
    margin: 0;
}

.fancybox-layover .content h3 {
    padding: 0;
}

.fancybox-layover .column h3,
#fb-add-sub-action .content h3 {
    padding: 5px 10px;
    margin: 0;
    font-size: 16px;
    color: #262626;
    line-height: 27px;
}

.fancybox-layover .column h3 em {
    font-size: 14px;
    font-weight: normal;
}

.fancybox-layover .column.span6 {
    width: 410px;
    padding: 0 10px;
}

.fancybox-layover .column.right-border {
    border-right: 1px solid #b7b7b7;
}

.fancybox-layover .column ul {
    list-style-type: none;
    margin: 0;
}

.fancybox-layover .column ul.scrollable {
    max-height: 435px;
    overflow-y: auto;
}

.fancybox-layover .column ul.nav-list li {
    padding: 0;
    margin: 1px 0 7px 0;
}

.fancybox-layover .column ul.nav-list li label {
    display: inline;
    font-size: 14px;
}

.fancybox-layover .column ul.nav-list li input {
    margin-right: 8px;
    vertical-align: -10%;
    display: inline;
}

.fancybox-layover .column.notes {
    height: 450px;
    overflow: hidden;
    background-color: #FDF09C;
    border: 1px solid #ded790;
    border-radius: 4px 4px 6px 6px;
    margin-top: 5px;
}

.fancybox-layover .column.notes .note-holder {
    margin: 0 10px;
    padding-bottom: 10px;
}

.fancybox-layover .column.notes textarea {
    width: 100%;
    height: 400px;
    line-height: 25px;
    overflow: auto;
    font-size: 16px;
    background: url(../images/bgOverlayNoteLines.png) 0 0 repeat transparent;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    resize: none;
}

.fancybox-layover .accordion,
.fancybox-layover .tab-nav {
    width: 99%;
    height: 100%;
    margin: 0;
    padding: 0;
    border-right: 2px inset #ccc;
}

.fancybox-layover .accordion .tab-nav {
    border-right: none;
}

.fancybox-layover .tab-nav ul {
    list-style-type: none;
    margin: 0;

    padding: 0;
}

.fancybox-layover .tab-nav li {
    margin: 0;
    padding: 10px 0 10px 5px;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    color: #333;
    font-weight: bold;
    cursor: pointer;
}

.fancybox-layover .tab-nav li.selected,
.fancybox-layover .tab-nav li:hover {
    color: #fff;
    background-color: #0088CC;
    margin-right: -2px;
}

.fancybox-layover .tab-nav li small {
    padding-left: 3px;
    font-size: 13px;
    color: #333;
    font-weight: normal;
}

.fancybox-layover .tab-nav li.selected small,
.fancybox-layover .tab-nav li:hover small {
    color: #fff;
    background-color: #0088CC;
}

.fancybox-layover .tab-nav li span {
    float: right;
    margin-right: 2px;
    vertical-align: middle;
}

.fancybox-layover .tab-nav li:hover span:first-of-type,
.fancybox-layover .tab-nav li.selected span:first-of-type {
    margin-right: 4px;
}

#fb-history div.history-container {
    padding: 0 10px;
    height: inherit;
    overflow-y: scroll;
}

#fb-history div.history-container p:first-of-type,
#fb-history div.history-container .well {
    margin-top: 10px;
}

.fancybox-layover .item-row {
    border-bottom: 1px solid #ccc;
    padding: 10px;
    font-weight: normal;
    white-space: pre-line;
}

.fancybox-layover .exam-container .item-row {
    white-space: normal;
}

.fancybox-layover .item-row:last-child {
    border: none;
}

.fancybox-layover .item-row label {
    width: 250px;
    display: inline-block;
    font-weight: bold;
}

.fancybox-layover .selection label {
    padding: 5px 0;
    width: 100%;
}

.fancybox-layover .item-row.stacked label {
    float: none;
    display: block;
    width: auto;
    font-weight: bold;
}

.fancybox-layover .form-vertical label {
    font-weight: bold;
}

.fancybox-layover .form-vertical textarea,
#fb-plan #action-summary {
    width: 340px;
    min-height: 40px;
}

#fb-plan #planstarttime {
    margin-bottom: 5px;
    vertical-align: middle;
}

.fancybox-layover .form-vertical span.inline label,
.fancybox-layover .form-vertical label.inline-input,
.fancybox-layover .form-vertical label.inline {
    font-weight: normal;
}

.fancybox-layover footer {
    padding: 7px 15px;
    background: #f5f5f5;
    border-top: 1px solid #ccc;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
}

.fancybox-layover #svg-buttons input {
    font-size: 13px;
}

.fancybox-layover #svg-buttons label {
    font-size: 13px;
}

#svg-prematuur-weken {
    margin-top: 5px;
}

#svg-prematuur-weken select {
    margin-left: 10px;
    margin-bottom: 0;
}

.fancybox-layover #svg-graph {
    width: 880px;
}

.fancybox-layover .dialog-header {
    margin-left: 2px;
}

.fancybox-layover .date-time-container {
    margin: 15px 3px;
}

.fancybox-layover footer .mandatory-legend {
    float: right;
    padding-top: 10px;
    padding-right: 25px;
}

.fancybox-layover .confirm-identity-in-circulation {
    margin-top: 40px;
}

.fancybox-layover .info {
    margin-top: 10px;
    margin-bottom: 10px;
}

#fb-add-calendaritem .fb-add-calendaritem-datetime img.ui-datepicker-trigger,
#fb-edit-calendaritem .fb-edit-calendaritem-datetime img.ui-datepicker-trigger {
    vertical-align: 0;
}

#fb-add-calendaritem #recurrence-fieldset {
    padding: 10px 10px 0 10px;
    margin-bottom: 10px;
    border: 1px solid #e5e5e5;
}

#fb-add-calendaritem #recurrence-fieldset label.inline-input,
#fb-add-calendaritem #recurrence-fieldset div.recurrence-weekly-weekdays {
    margin-bottom: 10px;
}

#fb-add-calendaritem #recurrence-fieldset label.inline-input input {
    margin-bottom: 0;
}

/* Bootstrap modifications */
.icon-green {
    background-image: url("../images/glyphicons-halflings-green.png")
}

.btn {
    text-decoration: none;
}

.btn-group-wrap {
    display: inline-block;
    vertical-align: middle;
}

.btn .caret {
    margin-left: 7px;
}

.btn-medium-large {
    padding: 9px 14px;
    font-weight: bold;
    font-size: 15px;
}

.btn-large {
    font-weight: bold;
}

.btn-group .btn.active[disabled] {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    opacity: 1;
}

.dropdown-menu li > span.breadcrumbnav a,
.dropdown-menu li > a {
    text-decoration: none;
}

.kidos-breadcrumb-bar .dropdown-menu li > span.breadcrumbnav a,
.kidos-breadcrumb-bar .dropdown-menu li > a {
    max-width: 600px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.table.grey {
    background: #fff;
}

table.equal-rows td {
    width: 50%;
}

.badge-unknown {
    display: none;
}

.badge-zero {
    background-color: #999999;
}

.badge-one {
    background-color: #429629;
}

.badge-two {
    background-color: #4296DE;
}

.badge-three {
    background-color: #C67931;
}

.badge-four {
    background-color: #C61421;
}

.badge-five {
    background-color: #C61421;
}

.badge-clickable {
    cursor: pointer;
}

.well-inverse {
    background-color: #fff;
}

table.clickable-row tbody tr {
    cursor: pointer;
}

table tr .details-row {
    width: 100%;
    padding: 10px 0 10px 5px;
    display: flex;
}

table tr .details-row:not(:last-child) {
    border-bottom: 1px dotted gray;
}

table tr .details-label {
    width: 25%;
}

table tr .details-value {
    width: 75%;
}

.form-horizontal .display-text {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    font-size: 14px;
    line-height: 20px;
    height: 20px;
    padding-top: 5px;
}

.form-horizontal .display-text.multiline {
    height: auto;
}

.form-horizontal .display-block {
    line-height: 20px;
    padding-top: 10px;
}

.form-horizontal.no-margin {
    margin: 0;
}

.form-horizontal legend + .control-group {
    margin-top: 0;
}

.form-horizontal.form-horizontal-xsmall-labels .control-group label.control-label {
    width: 100px;
}

.form-horizontal.form-horizontal-xsmall-labels .control-group div.controls {
    margin-left: 110px;
}

.form-horizontal.form-horizontal-large-labels .control-group label.control-label {
    width: 190px;
}

.form-horizontal.form-horizontal-large-labels .control-group div.controls {
    margin-left: 200px;
}

.form-horizontal.form-horizontal-xlarge-labels .control-group label.control-label {
    width: 290px;
}

.form-horizontal.form-horizontal-xlarge-labels .control-group div.controls {
    margin-left: 300px;
}

.form-horizontal .control-group-xxlarge-labels .control-label {
    width: 340px;
}

.form-horizontal .control-group-xxlarge-labels .controls {
    margin-left: 350px;
}

.form-horizontal.form-horizontal-xxlarge-labels .control-group label.control-label {
    width: 390px;
}

#fb-calculation-subobservations .form-horizontal.form-horizontal-xxlarge-labels .control-group label.control-label {
    width: 450px;
    padding-right: 10px;
}

.form-horizontal.form-horizontal-xxlarge-labels .control-group div.controls {
    margin-left: 400px;
}

.form-horizontal .control-group div.controls .help-block {
    float: left;
}

.form-horizontal .control-group div.controls .display-block {
    padding-top: 5px;
}

.form-horizontal.left-labels .control-group label.control-label {
    text-align: left;
}

.form-horizontal .control-group.narrow {
    margin-bottom: 10px;
}

.form-horizontal .control-block {
    margin-bottom: 25px;
}

.form-horizontal .control-block .control-group {
    margin-bottom: 5px;
}

.form-horizontal .control-block .control-group-extra-margin {
    margin-bottom: 10px;
}

.form-horizontal .control-block .control-group.label-only {
    margin-bottom: 0;
}

.form-horizontal .inline-row,
.form-inline .inline-row {
    margin-top: 10px;
}

.form-inline .checkbox {
    padding-left: 3px;
}

.form-inline label.checkbox:last-of-type {
    padding-right: 3px;
}

.input-mlarge,
.span4 .input-xxlarge {
    width: 370px;
}

.control-group .controls.readonly {
    padding-top: 5px;
}

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

/* Kidos navbar */
.kidos-navbar {
    font-size: 13px;
    line-height: 10px;
    margin-bottom: 0;
    min-width: 964px;
}

.kidos-navbar-inner {
    min-height: 20px;
    background-color: #000000;
}

.kidos-navbar-container {
    padding-right: 10px;
    padding-left: 10px;
}

.navbar .kidos-brand {
    padding: 10px 20px;
    font-size: 16px;
    text-shadow: none;
    font-weight: 500;
    color: #999999;
}

.kidos-navbar .nav .dropdown-toggle .caret {
    margin-top: 4px;
}

/* Dashboard */
body.white-body {
    background: #FFFFFF !important;
}

#dashboard {
    background-color: #ffffff;
}

/* Misc */
.preserve-line {
    white-space: pre-line;
}

.nowrap {
    white-space: nowrap;
}

div.note {
    min-height: 100px;
    overflow: visible;
    margin: 10px 0;
    border: 1px solid #ded790;
    border-radius: 5px;
    background-color: #fdf09c;
}

div.note h5 {
    font-size: 16px;
    color: #262626;
    padding: 10px;
}

div.note h3 {
    font-size: 16px;
    color: #262626;
    padding: 0;
    margin: 0 0 0 10px;
}

div.note p {
    line-height: 25px;
    background: url(../images/bgOverlayNoteLines.png) 0 0 repeat transparent;
    padding: 0 6px;
    white-space: pre-line;
}

div.note .note-textarea-holder {
    margin: 0 20px 0 10px;
    padding-bottom: 5px;
}

div.note textarea {
    width: 100%;
    height: 90px;
    line-height: 25px;
    overflow: auto;
    font-size: 16px;
    background: url(../images/bgOverlayNoteLines.png) 0 0 repeat transparent;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    resize: none;
}

.title-important {
    color: #b94a48;
}

.title-success {
    color: #468847;
}

input.upper {
    text-transform: uppercase;
}

#notifications-container {
    border: 2px black;
    background-color: #FFFFFF;
    overflow-y: auto;
}

.date-field-separator {
    margin-left: 6px;
    margin-right: 6px;
}

tr.completed td {
    background-color: #ccff66 !important;
}

tr.completed:hover td {
    background-color: #ccff99 !important;
}

.hide {
    display: none;
}

.kidos-well-btn {
    margin-left: 0;
}

.table-button-header {
    margin-bottom: 10px;
}

.table-button-header select {
    margin-bottom: 0;
}

.table-button-header .text {
    vertical-align: middle;
    line-height: 30px;
}

#dashboard-receptionlist .table-button-header,
#notification-table .table-button-header {
    margin-bottom: 0;
}

.priority-high,
.vaccin-now {
    font-weight: bold;
    color: #BB4444;
}

.priority-low {
    color: #468847;
}

.vaccin-possible {
    color: #468847;
    font-style: italic;
}

.complete {
    color: #666666;
    text-decoration: line-through;
}

.outdated {
    background-color: lightgrey;
    color: #666666;
    text-decoration: line-through;
}

.available-slot {
    background-color: #caf1d8; /* green-100 of PrimeNH */
}

.kidos-icon {
    background: transparent no-repeat center center;
}

button.event-btn > i.fa-seal-exclamation,
button.event-btn > i.fa-seal {
    font-size: 16px;
    vertical-align: baseline;
}

button.dossier-button {
    padding: 4px 8px;
}

.kidos-dossier-icon-stack {
    font-size: 8px;
    margin-top: -2px;
}

.kidos-male-color {
    color: deepskyblue;
}

.kidos-female-color {
    color: hotpink;
}

.kidos-unknown-color {
    color: grey;
}

.kidos-red-icon {
    color: red;
}

.kidos-white-icon {
    color: white;
}

.kidos-stacked-inner-icon {
    font-size: 1.15em;
    position: absolute;
    top: 2px;
    color: white;
}

.twin-stacked-badge {
    font-size: 1.1em;
    position: absolute;
    top: -5px;
    left: 8px;
}

.kidos-open-dossier-stack {
    font-size: 0.7em;
}

.btn-unidentified {
    border: 1px solid red;
}

.btn.btn-unidentified {
    box-shadow: inset 0 0 0 1px red;
}

.icon-identity {
    background: transparent url(../images/iconIdentity.jpg) no-repeat center center;
}

.icon-help {
    background: transparent url(../images/help.gif) no-repeat center center;
}

#save-plancalendar-button .fa-calendar-circle-plus,
#save-plan-button .fa-calendar-circle-plus {
    margin-right: 4px;
}

.icon-notes-medical-solid-line {
    background: url(../images/notes-medical-solid-line.svg) no-repeat center center;
    background-size: 24px 18px;
}

.survey-pdf-btn {
    padding: 4px 14px;
}

#agenda.tab-pane .fc-content {
    line-height: 16px;
}

#agenda.tab-pane .fc-content .fc-view-agendaDay,
#agenda.tab-pane .fc-content .fc-view-resourceDay {
    line-height: 17px;
}

#agenda.tab-pane .fc-event-time {
    overflow-x: hidden;
}

.kidos-calendar-btn > .fa,
.kidos-calendar-btn > .fas,
.kidos-calendar-btn > .far,
.kidos-calendar-btn > .fal,
.kidos-calendar-btn > .fad,
.kidos-calendar-btn > .fab {
    font-size: 1.2em;
}

.kidos-calendar-btn:not(.btn-danger) > .fa:not(.kidos-red-icon):not(.kidos-white-icon),
.kidos-calendar-btn:not(.btn-danger) > .fas:not(.kidos-red-icon):not(.kidos-white-icon),
.kidos-calendar-btn:not(.btn-danger) > .far:not(.kidos-red-icon):not(.kidos-white-icon),
.kidos-calendar-btn:not(.btn-danger) > .fal:not(.kidos-red-icon):not(.kidos-white-icon),
.kidos-calendar-btn:not(.btn-danger) > .fad:not(.kidos-red-icon):not(.kidos-white-icon),
.kidos-calendar-btn:not(.btn-danger) > .fab:not(.kidos-red-icon):not(.kidos-white-icon) {
    color: #000;
}

.fc-toolbar h2 {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    margin-top: -5px;
}

.environment-name {
    float: right;
    color: #FF4400;
    font-weight: bold;
    font-size: 25px;
    margin-top: 10px;
}

.nav-tabs .badge {
    margin-left: 4px;
}

.popover {
    min-width: 150px;
    z-index: 2000;
}

.popover-normal-size .popover-content {
    font-size: 14px;
    line-height: 20px;
}

label .popover-content {
    font-weight: normal;
}

.agenda-item-clickable {
    cursor: pointer;
}

span.warning {
    color: #FF8000;
    font-weight: bold;
}

.table-bordered th,
.table-bordered td {
    border-left: none;
}

.ie table thead:first-child tr:first-child th {
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";
    background: transparent;
    box-shadow: none;
}

.table {
    border-collapse: separate;
    border: 1px solid #cfcfd6;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-right: 0;
}

.table thead:first-child tr:first-child th {
    border-right: 1px solid #c4c4cd;
    background-color: #fff;
    color: inherit;
    font-size: inherit;
    vertical-align: middle;
    font-weight: 700;
}

.table thead:first-child tr:first-child th:last-child {
    border-radius: 0 5px 0 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.table thead:first-child tr:first-child th:first-child {
    border-radius: 5px 0 0 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.table tr:first-child td {
    border-top: 1px solid #bfbfc8;
}

.table td {
    border-right: 1px solid #cfcfd6;
    border-top: 1px solid #cfcfd6;
    border-left: 0;
}

.table.table-first-column-check td:first-child,
.table.table-first-column-number td:first-child,
.table.table-first-column-check th:first-child,
.table.table-first-column-number th:first-child {
    width: 16px;
    text-align: center;
}

.table.table-striped tbody tr:nth-child(odd) td,
.table.table-striped tbody tr:nth-child(odd) th {
    background-color: #fafafa;
}

.table.data-table {
    margin-bottom: 0;
    clear: both;
}

table.dataTable tr.dtrg-group th {
    background-color: #e0e0e0;
    font-weight: bold;
    border-right: 1px solid #cfcfd6;
    border-top: 1px solid #cfcfd6;
    border-left: 0;
}

table.table thead .sorting,
table.table thead .sorting_asc,
table.table thead .sorting_desc,
table.table thead .sorting_asc_disabled,
table.table thead .sorting_desc_disabled {
    padding-right: 15px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: right center;
}

table.table thead .sorting {
    background-color: #F3F3F3;
    background-image: url('../external/datatables/1.13.4/images/sort_both.png');
    background-repeat: no-repeat;
    background-position: right center;
}

table.table thead .sorting_asc {
    background-color: #F3F3F3;
    background-image: url('../external/datatables/1.13.4/images/sort_asc_disabled.png');
    background-repeat: no-repeat;
    background-position: right center;
}

table.table thead .sorting_desc {
    background-color: #F3F3F3;
    background-image: url('../external/datatables/1.13.4/images/sort_desc_disabled.png');
    background-repeat: no-repeat;
    background-position: right center;
}

table.table thead .sorting_asc_disabled {
    background-color: #F3F3F3;
    background-image: url('../external/datatables/1.13.4/images/sort_asc.png');
    background-repeat: no-repeat;
    background-position: right center;
}

table.table thead .sorting_desc_disabled {
    background-color: #F3F3F3;
    background-image: url('../external/datatables/1.13.4/images/sort_desc.png');
    background-repeat: no-repeat;
    background-position: right center;
}

.trigger-table th,
.trigger-table td {
    padding: 4px 5px;
}

#group-selection-table thead .sorting_asc {
    cursor: default;
}

.paging-top {
    margin-bottom: 10px;
    margin-left: 0;
}

.paging-bottom {
    text-align: right;
    margin-top: -10px;
    margin-bottom: 10px;
}

.processing {
    margin-left: auto;
    margin-right: auto;
    max-width: 200px;
}

.row-fluid .processing {
    margin-top: 0;
}

ul.nav.nav-tabs.fancy > li {
    border-top: 1px solid #CFCFD6;
    border-right: 1px solid #CFCFD6;
    background: #e5e5e9;
    background: linear-gradient(to top, #e5e5e9, #fbfbfc);
    text-overflow: ellipsis;
    box-sizing: border-box;
    margin-bottom: -1px;
}

ul.nav.nav-tabs.fancy > li:first-child {
    border-left: 1px solid #CFCFD6;
    border-top-left-radius: 5px;
    margin-left: -1px;
}

ul.nav.nav-tabs.fancy > li:last-child {
    border-top-right-radius: 5px;
}

ul.nav.nav-tabs.fancy > li > a {
    color: #707083;
    text-shadow: 1px 1px 0 #ffffff;
    font-size: 1em;
    border-bottom: 1px solid #DDDDDD;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    box-shadow: inset 1px 0 0 #f6f6f7;
    margin: 0;
}

ul.nav.nav-tabs.fancy > li:first-child,
ul.nav.nav-tabs.fancy > li:first-child a,
ul.nav.nav-tabs.fancy > li:first-child a:hover {
    border-radius: 5px 0 0 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

ul.nav.nav-tabs.fancy > li.dropdown.open.active > a:hover {
    color: #707083;
    text-shadow: 1px 1px 0 #ffffff;
    font-size: 1em;
}

ul.nav.nav-tabs.fancy > li.dropdown .caret {
    color: #707083;
    text-shadow: 1px 1px 0 #ffffff;
    font-size: 1em;
    border-top-color: #585868;
}

ul.nav.nav-tabs.fancy > li > a:hover,
ul.nav.nav-tabs.fancy > li.dropdown.open > a {
    background: #f0f0f2;
    background: linear-gradient(to top, #f0f0f2, #ffffff);
}

ul.nav.nav-tabs.fancy > li.active {
    background: #fff;
}

ul.nav.nav-tabs.fancy > li.active > a {
    box-shadow: none;
    border: 1px solid transparent;
    margin-left: 0;
}

ul.nav.nav-tabs.fancy > li.active > a:hover {
    background: transparent;
}

ul.no-bullets {
    list-style-type: none;
}

ul.no-indent {
    margin-left: 0;
}

.auditlog-detail-list-key {
    min-width: 260px;
    display: inline-block;
}

.auditlog-detail-list-value {
    min-width: 260px;
    max-width: 360px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
}

.version-label {
    right: 2px;
    top: 28px;
    z-index: 999;
    color: #A0A0A0;
    font-size: 0.8em;
}

.zorgmail-inhoud {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 450px;
}

#fb-compose-zorgmail,
#fb-zorgmail-detail {
    overflow: auto;
}

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

#matching-pupils-table {
    margin-top: 20px;
}

.flexslider .flex-prev {
    opacity: 0.5;
}

.flexslider .flex-next {
    opacity: 0.5;
}

#fb-whatsnew.fancybox-layover .flexslider {
    height: 440px;
}

#fb-whatsnew.fancybox-layover .flexslider .holder {
    padding: 10px;
}

#fb-whatsnew.fancybox-layover .flexslider .tekst {
    float: left;
    width: 36%;
    padding-left: 10px;
}

#fb-whatsnew.fancybox-layover .flexslider .tekst.toomuchtekst {
    width: 56%;
}

#fb-whatsnew.fancybox-layover .flexslider .tekst.noimage,
#fb-whatsnew.fancybox-layover .flexslider .tekst.bottomimage {
    width: 95%;
}

#fb-whatsnew.fancybox-layover .flexslider .tekst .list-container {
    display: flex;
}

#fb-whatsnew.fancybox-layover .flexslider .tekst .list-column {
    width: 45%;
}

#fb-whatsnew.fancybox-layover .flexslider .tekst h2 {
    padding: 0;
    margin: 0 0 10px 0;
    line-height: 27px;
}

#fb-whatsnew.fancybox-layover .flexslider .tekst strong {
    font-size: 14px;
}

#fb-whatsnew.fancybox-layover .flexslider .tekst ul {
    margin-bottom: 10px;
}

#fb-whatsnew.fancybox-layover .flexslider .image {
    float: right;
    width: 60%;
    text-align: center;
}

#fb-whatsnew.fancybox-layover .flexslider .image.bottomimage {
    float: none;
    margin-top: 10px;
    padding-left: 25px;
    width: 90%;
    text-align: center;
}

#fb-whatsnew.fancybox-layover .flexslider .image.toomuchtekst {
    width: 40%;
}

#fb-whatsnew.fancybox-layover .flexslider .image img {
    display: inline;
    width: auto;
    max-height: 400px;
}

#fb-whatsnew.fancybox-layover .flexslider td {
    vertical-align: middle;
}

#fb-whatsnew.fancybox-layover .flexslider .image.icon {
    float: none;
    display: inline-block;
    max-width: 30px;
    max-height: 30px;
    text-align: center;
    vertical-align: middle;
}

#fb-whatsnew.fancybox-layover .flexslider .image.icon img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
}

#fb-whatsnew.fancybox-layover .content {
    overflow: hidden;
}

.ernsttaxatie-header {
    background-color: #EEEEEE;
    border: 1px #BBBBBB solid;
    font-weight: bold;
    margin-bottom: 10px;
}

.ernsttaxatie-label {
    padding-left: 18px;
}

.ernsttaxatie-nivo {
    float: left;
    margin-right: 20px;
}

.ernsttaxatie-nivo > .badge {
    margin-right: 5px;
}

.comma-separated-list > :after {
    content: ", ";
}

.comma-separated-list > .popover:after {
    content: "";
}

.comma-separated-list > :last-child:after {
    content: '';
}

.history-tab-container,
.notification-tab-container {
    overflow-y: auto;
    float: left;
    height: 100%;
    width: 335px;
    background-color: #f5f5f5;
}

.readonly-observation {
    padding-left: 10px;
}

#fb-ernsttaxatie .left-column .first-subaction .popover {
    left: 10px !important;
}

.form-inline .control-label {
    padding-top: 5px;
}

.form-inline .table-margin-top {
    margin-top: 10px;
}

select.conf-sub-action-renderlocation {
    width: 155px;
    height: 26px;
    margin-top: -4px;
    padding-left: 2px;
    font-size: 12px;
    font-style: normal;
}

.config-part {
    display: inline-block;
}

#webportalsettings-container .btn-group > .btn:hover,
#webportalsettings-container .btn-group > .btn:focus,
#webportalsettings-container .btn-group > .btn:active,
#webportalsettings-container .btn-group > .btn.active {
    z-index: 1;
}

#webportalsettings-container .action-buttons {
    margin-top: 20px;
}

option.indent {
    padding-left: 15px;
}

#compose-survey #select-children {
    clear: both;
}

#compose-survey #search-children-form {
    margin-bottom: 10px;
}

#question-mapping-container #question-text,
#observation-mapping-form #mapping-questiontext {
    max-width: 435px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#observation-mapping-form #observation-group-name {
    display: block;
    margin-top: 5px;
}

#observation-mapping-details #multiselect-answers .control-group {
    margin-bottom: 5px;
}

#observation-mapping-details #multiselect-answers .control-group .control-label {
    margin-bottom: 0;
}

/* max width on left column */
div.row-fluid div.left-column.span6 {
    max-width: 450px;
}

.textarea-subaction-content {
    margin-top: 10px;
}

input.rivm-code {
    margin-bottom: 0;
}

li.answer-mapping {
    line-height: 15px;
    padding-bottom: 5px;
    overflow-x: hidden;
}

#print-calendar-button-container {
    padding-top: 10px;
}

#jobs-table .control-buttons {
    width: 150px;
}

#triggers-table_wrapper .control-buttons {
    width: 100px;
}

.observation-container .calculatedscores {
    margin-left: 295px;
}

.clientfoto {
    table-layout: fixed;
}

.clientfoto .value-cell {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}

.clientfoto .date {
    width: 55px;
}

.clientfoto .buttons {
    width: 105px;
}

.clientfoto .observationlabel {
    overflow-wrap: break-word;
}

.clientfoto .actiontypelabel {
    overflow-wrap: break-word;
}

.clientfoto .giz-score-badge {
    text-shadow: none;
    padding-top: 1px;
    padding-bottom: 3px;
}

#observation-details-layover .well {
    margin-top: 3px;
}

.nav-tabs {
    margin-top: 3px;
}

.dossier-header.well,
.worker-header.well {
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 5px 8px;
}

#dossier-head {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.deceased {
    color: #e9322d;
}

.mandatory {
    font-weight: bold;
}

.stepparent {
    color: green;
    font-weight: bold;
}

.nav-tabs > li > a, .nav-pills > li > a {
    padding-left: 8px;
    padding-right: 8px;
}

#too-many-results {
    margin-top: 5px;
    margin-bottom: 0;
}

tr.removed {
    font-size: 33px;
}

.removed {
    text-decoration: line-through;
}

.checkbox-list {
    display: inline-block;
}

/* Fancybox: verplichte notificaties */

#fb-mandatory-notifications .content {
    padding: 0;
}

#fb-mandatory-notifications div.content-container {
    padding: 0 10px;
    height: inherit;
    overflow-y: auto;
}

#fb-mandatory-notifications div.content-container p:first-of-type,
#fb-mandatory-notifications div.content-container .well {
    margin-top: 10px;
}

#fb-mandatory-notifications div.buttons {
    height: 26px;
    display: block;
    margin-top: 10px;
}

#fb-mandatory-notifications div.buttons .btn {
    float: right;
    margin-right: 10px;
}

#webportalsettings-container .help-inline {
    color: #737373;
}

#webportalsettings-container .help-inline.help-large-input {
    width: calc(95% - 210px);
    vertical-align: top;
}

#webportalsettings-container .help-inline.help-xxlarge-input {
    width: calc(95% - 530px);
    vertical-align: top;
}

#webportal-messages-container .btn-group {
    margin-bottom: 5px;
}

.small {
    width: 1px;
}

#fb-message textarea,
#fb-message input[type=text]:not(.input-date) {
    width: calc(100% - 23px);
}

.reception .checkbox {
    width: 12px;
}

.reception .checkbox input {
    margin-left: 0;
}

.reception .from,
.reception .until {
    width: 25px;
}

.reception .age {
    width: 45px;
}

.reception .presence-buttons {
    width: 25px;
}

.reception .presence-dropdown {
    padding: 4px;
}

.reception .presence-btn {
    width: 45px;
    padding: 4px;
}

.reception .presence-selected {
    font-weight: bold;
}

#dashboard-tabs {
    margin: 5px 0;
}

.bottom-spacing {
    margin-bottom: 15px;
}

#fb-additional-actioninfo #planning-note,
#fb-planning-info #planning-note {
    min-height: 90px;
}

.tab-pane.hidden {
    display: none;
}

#receptionlist {
    padding-bottom: 95px;
}

#reception-agenda-title {
    font-weight: bold;
}

#reception-agenda-container {
    width: calc(100% - 2px);
}

#reception-agenda-container .presence-selected {
    font-weight: bold;
}

#reception-agenda-container .fc-day.fc-widget-content:nth-child(odd) {
    background-color: #f0f5f7;
}

#given-vaccinations-print-datatable th, #vaccination-totals-print-datatable th {
    font-weight: bold;
    border: 1px solid #808080;
}

#given-vaccinations-print-datatable, #vaccination-totals-print-datatable {
    border: 1px solid #808080;
}

/* Survey status */
#fb-surveyinvite-details #showDummy {
    margin-bottom: 4px;
}

#fb-surveyinvite-details #showDummyLabel {
    display: inline-block;
    margin-left: 4px;
}

/* Dossier communication data */
#overview-phonenumbers .relation,
#overview-email .relation {
    width: 380px;
    max-width: 380px;
    overflow-wrap: break-word;
}

#overview-email td.email-address {
    max-width: 270px;
    overflow-wrap: break-word;
}

#email-address-history-table td.relation {
    max-width: 110px;
    overflow-wrap: break-word;
}

#email-address-history-table td.description {
    max-width: 135px;
    overflow-wrap: break-word;
}

#email-address-history-table td.email-address {
    max-width: 155px;
    overflow-wrap: break-word;
}

@media only screen and (min-width: 1200px) {
    #overview-phonenumbers .relation,
    #overview-email .relation {
        width: 500px;
        max-width: 500px;
    }

    #overview-email td.email-address {
        max-width: 400px;
    }
}

/** Panels */
.panel {
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
}

.panel-primary {
    border-color: #337ab7;
}

.panel-primary > .panel-heading {
    background-color: #337ab7;
    border-color: #337ab7;
    color: #fff;
}

.panel-heading {
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 10px 15px;
}

.panel-title {
    color: inherit;
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 0;
}

.panel-body {
    padding: 15px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.panel-footer {
    padding: 0 15px 15px 15px;
}

/** Bulk plan spreekuur panels */
.panel-consultationhour {
    display: inline-block;
    border-color: #CCCEF0;
    margin-bottom: 5px;
    margin-right: 10px;
    width: 250px;
    vertical-align: top;
    white-space: normal;
}

.panel-consultationhour.drop-hover {
    opacity: 0.7;
}

.panel-consultationhour > .panel-heading {
    background-color: #ccc;
    border-color: #ccc;
    color: #000;
    padding: 5px 10px;
    cursor: pointer;
}

.panel-consultationhour.blocked > .panel-heading,
.panel-consultationhour.blocked {
    background-color: #da4f49;
    border-color: #da4f49;
    color: #666666;
}

.panel-consultationhour.blocked .panel-body .time-free {
    background-color: #EEE;
}

.panel-consultationhour .panel-title {
    font-size: 14px;
}

.panel-consultationhour .panel-title .panel-subtitle {
    display: inline-block;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 230px;
    line-height: 14px;
}

.panel-consultationhour .panel-body {
    padding: 0;
    position: relative;
}

.panel-consultationhour .panel-body .time {
    box-sizing: border-box;
    padding: 0 10px;
    border: 0;
}

.panel-consultationhour .panel-body .time-free {
    background-color: #fff;
}

.panel-consultationhour .panel-body .time-pause,
.plan-action .time-pause {
    background-color: #84d37b;
}

.panel-consultationhour .panel-body .time-reservation,
.plan-action .time-reservation {
    background-color: #317629;
}

.panel-consultationhour .panel-body .time-reservation-ouderportaal,
.plan-action .time-reservation-ouderportaal {
    background-color: #42c730;
}

.panel-consultationhour .panel-body .time-blocked {
    background-color: #f79653;
}

.panel-consultationhour .panel-body .time-planned {
    background-color: #CCCEF0;
}

.panel-consultationhour .panel-body .time-preview {
    background-color: #0a1ade;
    position: absolute;
    left: 0;
    width: 250px;
}

#consultationhour-search-form #location-selector + .select2-container {
    min-width: 200px !important;
    width: calc(100% - 440px) !important;
    max-height: 80px;
    overflow-y: auto;
}

#consultationhour-search-form,
#consultationhour-search-form .well,
#contactmoment-search-form,
#contactmoment-search-form .well {
    margin-bottom: 10px;
}

#contactmoment-search-form .well-row {
    line-height: 34px;
}

#contactmoment-search-form .well-row .ui-datepicker-trigger {
    vertical-align: middle;
}

/** Swimlanes */
.swimlane {
    position: relative;
    border-left: 40px solid #ccc;
    border-bottom: 2px dashed #ccc;
    margin: 0;
    min-height: 300px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#consultationhour-detail-view + .swimlane {
    padding-top: 0;
}

.swimlane-title {
    transform: rotate(90deg);
    transform-origin: left top 0;
    margin-left: -10px;
    position: absolute;
    top: 0;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 300px;
}

#occupancy-table .low-occupancy {
    background-color: #f2dede;
}

#occupancy-table .occupancy-cell {
    min-width: 24px;
    text-align: center;
}

#occupancy-table td.occupancy-cell {
    cursor: pointer;
}

#occupancy-table .occupancy-label {
    min-width: 250px;
}

#occupancy-container {
    width: 100%;
    overflow-x: auto;
}

#workload-graph {
    margin-top: 20px;
}

#workload-graph .popover {
    width: auto;
    max-width: 700px;
}

div.bar-row {
    display: block;
    margin-bottom: 5px;
}

div.bar-row.bar-total {
    margin-top: 5px;
}

.bar-label {
    width: 20%;
    display: inline-block;
}

.bar-content {
    padding-left: 5px;
    width: 75%;
    display: inline-block;
}

div.bar {
    border: 1px #999 solid;
    height: 20px;
    opacity: 0.8;
}

.bar-section {
    display: inline-block;
    height: 100%;
    cursor: pointer;
}

.bar-green {
    background-color: #3c3;
}

.bar-blue {
    background-color: #06f;
}

.bar-red {
    background-color: #f33;
}

.red {
    color: red;
}

.giz-badge-0 {
    background-color: #999999;
}

.giz-badge-1 {
    background-color: #00b050;
}

.giz-badge-2 {
    background-color: #0070c0;
}

.giz-badge-3 {
    background-color: #ffc000;
}

.giz-badge-4 {
    background-color: #ff6600;
}

.giz-badge-5 {
    background-color: #ff0000;
}

.legend {
    width: 100%;
    border-top: 2px #999 dotted;
}

.legend-section {
    display: inline-block;
    text-align: right;
}

.tab-content {
    overflow: initial;
}

#bulk-plan > div.alert {
    margin-top: 10px;
}

#bulk-plan #contactmoment-list .nowrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#consultationhour-detail-title span {
    display: block;
    font-weight: normal;
    font-size: 15px;
    margin-top: 2px;
}

.more-info {
    cursor: pointer;
}

#popover-container .popover {
    min-width: 550px;
}

/** Customize fullcalendar */
body .fc {
    overflow: auto;
    display: table;
}

#consultationhour-detail-body a.fc-event {
    cursor: default;
}

#consultationhour-detail-body .fc-time-grid-event.fc-short .fc-time:before {
    content: '';
}

#consultationhour-detail-body .fc-time-grid-event.fc-short .fc-time span {
    display: inline-block;
}

#consultationhour-detail-body a.event-title-with-info {
    color: inherit;
    text-decoration: none;
}

#consultationhour-detail-body a.event-title-with-info i {
    margin-right: 3px;
}

#consultationhour-detail-body a.event-title-with-info .kidos-dossier-icon-stack {
    font-size: 7px;
}

#consultationhour-detail-body a.event-title-with-info .kidos-dossier-icon-stack .twin-card-icon {
    top: 1px;
    color: black;
}

#consultationhour-detail-body a.fc-event.fc-draggable,
.fc-event.fc-draggable {
    cursor: move;
}

.fc-time-grid .fc-highlight-skeleton {
    z-index: 6;
}

.fc-highlight { /* when user is selecting cells */
    opacity: .4;
}

.fc-icon-right-single-arrow:after, .fc-icon-left-single-arrow:after {
    margin: 0;
}

/*Fix voor header calendar-component onder grijze balk op schermen met lage resolutie*/
.datepicker-above {
    position: relative;
    z-index: 12;
}

.colorpicker-input {
    width: 110px;
    margin-right: 5px;
}

/* breedte van de datatables length selector */
div.dataTables_length select {
    width: 60px;
}

#fb-meldcodeprogress .datatable_column_actionWorkers {
    min-width: 85px;
}

div.popover {
    max-width: 400px;
}

div.day-parts {
    display: inline-block;
    vertical-align: top;
}

div.day-parts table td:not(:first-child) {
    width: 30px;
    text-align: center;
}

div.day-parts table input[type=checkbox] {
    margin: 0;
}

#select-letter-div {
    display: none;
    margin-top: 40px;
}

#select-communicate-address {
    display: none;
    margin-top: 40px;
}

#automatic-confirmations {
    display: none;
    margin-bottom: 40px;
}

.inputfile {
    position: absolute;
    z-index: -1;
}

.badge.badge-active-youth-help-trajectory {
    background-color: #da4f49;
}

.badge.badge-closed-youth-help-trajectory {
    background-color: #999;
}

#dossier-publication-container .table.publication-table {
    margin-top: 10px;
}

#publish-documents-btn {
    margin-bottom: 10px;
}

#fb-publication-history .dataTables_paginate {
    margin-bottom: 10px;
}

#message-log-table .table td {
    word-break: break-word;
}

#merged-dossiers-table .merged-dossier-actions {
    width: 225px;
}

.table-input {
    margin-bottom: 0;
}

.show-inline {
    display: inline-block;
}

.kidos-form-info-text {
    display: inline-block;
    margin-top: .25rem;
    opacity: 0.6;
}

.dialog-heading {
    display: block;
    font-size: 16px;
    margin: 10px 0;
    font-weight: bold;
    padding: 0 5px;
}

.circle-color {
    width: 20px;
    height: 20px;
    margin-top: 2px;
    margin-right: 10px;
    border-radius: 50%;
    border: 1px solid transparent;
}

.color-codering-container {
    display: flex;
}

.select2-container--default.select2-container--focus .select2-selection--single {
    border: solid black 1px;
    outline: 0
}

div.open_actions_overview > h4.datatable-title,
div.completed_actions_overview > h4.datatable-title,
.dossier-heading-ng {
    font-size: 14px;
    font-weight: 600; /* --p-panel-title-font-weight */
    padding: 14px 17px;
    border-radius: 5px 5px 0 0;
    border-width: 1px;
    border-style: solid;
    line-height: initial;
}

legend.dossier-legend-ng {
    font-size: 16px;
    line-height: 30px;
}

/* ms edge has it's own thing for showing the password - we're hiding it */
::-ms-reveal {
    display: none;
}

@media print {
    * {
        color: #000 !important;
        text-shadow: none !important;
        background: transparent !important;
        box-shadow: none !important;
        font-size: 14pt;
    }

    #layout-topbar,
    #layout-footer,
    #layout-menu-container,
    .hide,
    .no-print {
        display: none !important;
    }

    fieldset {
        border: none;
    }

    legend {
        font-weight: bold;
    }

    .table {
        border-radius: 0;
    }

    .table thead:first-child tr:first-child th:first-child,
    .table thead:first-child tr:first-child th:last-child {
        border-radius: 0;
    }

    body {
        overflow-y: visible;
    }
}

@media only screen {
    .hide-on-screen-media {
        display: none !important;
    }
}

/* Responsive - keep below other styling */
@media only screen and (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media only screen and (min-width: 1200px) {

    .hidden-lg {
        display: none !important;
    }

    .conf-actions-sub-action .subactionlabel {
        max-width: 400px;
    }

    .table-condensed > thead > tr > th,
    .table-condensed > thead > tr > td,
    .table-condensed > tbody > tr > th,
    .table-condensed > tbody > tr > td,
    .table-condensed > tr > th,
    .table-condensed > tr > td {
        padding: 10px 14px;
    }
}

/* DO NOT ADD STYLES BELOW */
