/**
 * Entrypoint
 **/
.capisci_entrypoint_title {
	margin-top: 20px;
	font-weight: bold;
}

.capisci_entrypoint_title:first-child {
	margin-top: 0;
}

/** 
 *kolomset selectie
 **/

#selecteer-kolomset {
	padding: 5px 12px;
}

#selecteer-kolomset li {
	font-size: 13px;
	font-weight: bold;
}

#kolomset-selectie ul.year li span {
	width: 100%;
	border-bottom: 1px solid #bed7eb;
	display: block;
	margin-top: 5px;
}

#kolomset-selectie ul.kolomset li {
	padding: 0;
}

#kolomset-selectie ul.kolomset li a {
	padding: 3px 6px 3px 0;
	font-size: 12px;
}

/**
 * Finrap/begroting
 **/
.finrap_resume {
	padding: 15px 20px;
	display: none;
	background: #f4f4f4;
	border-top: 2px solid #bed7eb;
	margin-bottom: 20px;
}

.finrap_resume_text, .finrap_resume_head_text {
	display: inline-block;
	width: 330px;
	height: 20px;
	line-height: 20px;
	color: #333333;
	background-color: #ffffff;
	border: 1px dotted #011d47;
	border-top: none;
	padding: 0 10px;
}

.finrap_resume_head_text {
	font-weight: 900;
	border-top: 1px dotted #011d47;
}

.finrap_resume_bedrag, .finrap_resume_head_col {
	display: inline-block;
	height: 20px;
	line-height: 20px;
	padding: 0 10px;
	text-align: right;
	color: #333333;
	border-right: 1px dotted #011d47;
	border-bottom: 1px dotted #011d47;
}

.finrap_resume_head_col {
	font-weight: 900;
	border-top: 1px dotted #011d47;
}

.finrap_resume_totaal, .finrap_resume_totaal_text {
	display: inline-block;
	height: 20px;
	line-height: 20px;
	padding: 0 10px;
	margin-top: -1px;
	text-align: right;
	color: #333333;
	border-top: 2px solid #011d47;
	border-right: 1px dotted #011d47;
	border-bottom: 1px dotted #011d47;
}

.finrap_resume_totaal_text {
	width: 330px;
	background-color: #ffffff;
	border-left: 1px dotted #011d47;
	font-weight: 900;
	text-align: left;
}

.finrap_resume_voetnoot {
	padding-top: 20px;
	font-size: 7pt;
}

.finrap_resume_borderline {
	height: 10px;
}

/* correcties */
.finrap_correctie_line {
	min-height: 20px;
	line-height: 20px;
	border-left: 1px dotted #011d47;
	white-space: nowrap;
}

.finrap_correctie_type, .finrap_correctie_os_niveau {
	display: inline-block;
	width: 200px;
	height: inherit;
	line-height: inherit;
	padding: 0 10px;
	background-color: #ffffff;
	border-bottom: 1px dotted #011d47;
	border-right: 1px dotted #011d47;
}

.finrap_correctie_os_niveau {
	width: 150px;
}

.finrap_correctie_amount {
	display: inline-block;
	width: 80px;
	height: inherit;
	line-height: inherit;
	padding: 0 10px;
	border-bottom: 1px dotted #011d47;
	border-right: 1px dotted #011d47;
	text-align: right;
}

.finrap_correctie_button_wrap {
	margin-top: 20px;
}

.finrap_correctie_icon_wrap {
	display: inline-block;
	width: 16px;
	height: 16px;
	padding: 2px 5px;
	vertical-align: top;
	border-bottom: 1px dotted #011d47;
	border-right: 1px dotted #011d47;
	background-color: #ffffff;
}

.finrap_correctie_edit, .finrap_correctie_del, .finrap_correctie_confirm, .finrap_correctie_cancel {
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
}

.finrap_correctie_edit { background-image: url(edit.png?2c384d541f4eba3ed47855bfece26400); }

.finrap_correctie_del { background-image: url(del.png?4254476007fbaecffeaceecb17a475c3); }

.finrap_correctie_confirm { background-image: url(confirm.png?b51ec278ca839c2dac0dae3d92239d47); }

.finrap_correctie_cancel { background-image: url(cancel.png?94c4354ad56ee41d4c794d4cf1e8e7aa); }

.finrap_correctie_bedrag {
	width: 60px;
	padding-left: 2px;
	padding-right: 2px;
}

.finrap_correctie_type_id_combo {
	width: 200px;
}

.finrap_correctie_os_niveau_id_combo {
	width: 150px;
}

.finrap_correctie_line.header {
	font-weight: 900;
	border-top: 1px dotted #011d47;
}

.capisci_begroting_rscont_invisible {
	display: none;
}

.capisci_begroting_rscont {
	padding-left: 10px;
}

.capisci_begroting_rs_level {
	margin-top: 3px;
}

.capisci_begroting_rs_level span {
	vertical-align: middle;
}

.capisci_begroting_rs_level span.capisci_begroting_rs_level_label {
	display: inline-block;
	width: 300px;
	cursor: pointer;
}

.capisci_begroting_rs_level_2 span.capisci_begroting_rs_level_label {
	width: 290px;
}

.capisci_begroting_rs_level_3 span.capisci_begroting_rs_level_label {
	width: 280px;
}

.capisci_begroting_rs_level_4 span.capisci_begroting_rs_level_label {
	width: 270px;
}

.capisci_begroting_rs_level_r span.capisci_begroting_rs_level_label {
	width: 270px;
}

.capisci_begroting_rs_level_r span.capisci_begroting_rs_level:hover {
	background-color: #cccccc;
}

.capisci_begroting_rs_level_ispan {
	display: inline-block;
	width: 150px;
	margin-left: 10px;
	text-align: right;
}

.capisci_begroting_rs_level_ispan input[type=text] {
	width: 42px;
	margin-left: 3px;
	padding-right: 2px;
	text-align: right;
}

.capisci_begroting_rs_level_ispan select {
	width: 46px;
}

.capisci_begroting_voorbereiding_children_input, .capisci_begroting_voorbereiding_children_no_input {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-left: 10px;
	overflow: hidden;
	background: url(child-no-overwrite.png?b7d66612754e1cccd121588d8e53926a) no-repeat 0 0;
}

.capisci_begroting_voorbereiding_children_input {
	cursor: pointer;
	background-image: url(child-overwrite.png?4f83353f91970a3bbc4ceb7a4b7aeecc);
}

.capisci_begroting_rs_level_head {
	display: inline-block;
	width: 300px;
	font-weight: bold;
	text-transform: uppercase;
	vertical-align: bottom !important;
}

.capisci_begroting_voorbereiding_type_head, .capisci_begroting_voorbereiding_perc_head {
	display: inline-block;
	width: 46px;
	margin-left: 3px;
	text-align: center;
	font-weight: bold;
}

.capisci_begroting_voorbereiding_cres_display {
	display: inline-block;
	width: 30px;
	height: 16px;
	margin-left: 4px;
}

.capisci_begroting_voorbereiding_cres_display_type_no {
	background-color: #ff0000;
}

.capisci_begroting_voorbereiding_cres_display_type_ll {
	background-color: #0000ff;
}

.capisci_begroting_voorbereiding_cres_display_type_perc {
	background-color: #00ff00;
}

.capisci_voorbereiding_column_wrap {
	float: left;

}

.capisci_voorbereiding_column_head {
	height: 50px;
	border-bottom: 2px solid #000000;
	font-weight: bold;
	text-align: center;
}

.capisci_voorbereiding_column_item {
	height: 20px;
	border-left: 1px dotted #000000;

}

.capisci_content_hidden {
	display: none !important;
}

tr.collapse_toggler {
	cursor: pointer;
}

tr.collapse_toggler:hover {
	background-color: #ddddbb;
}

.finrap_correctie_column_wrap {

}

.finrap_correctie_line {
	padding-top: 3px;
	padding-bottom: 3px;
}

.finrap_correctie_type {
	display: inline-block;
	width: 200px;
	height: 16px;
}

.finrap_correctie_os_niveau {
	display: inline-block;
	width: 150px;
	height: 16px;
}

.finrap_correctie_amount {
	display: inline-block;
	width: 80px;
	height: 16px;
	text-align: right;
}

.finrap_correctie_edit, .finrap_correctie_del, .finrap_correctie_add, .finrap_correctie_confirm, .finrap_correctie_cancel {
	display: inline-block;
	margin-left: 3px;
	width: 16px;
	height: 16px;
	cursor: pointer;
}

.finrap_correctie_edit { background-image: url(edit.png?2c384d541f4eba3ed47855bfece26400); }

.finrap_correctie_del { background-image: url(del.png?4254476007fbaecffeaceecb17a475c3); }

.finrap_correctie_add { padding-top: 10px; }

.finrap_correctie_confirm { background-image: url(confirm.png?b51ec278ca839c2dac0dae3d92239d47); }

.finrap_correctie_cancel { background-image: url(cancel.png?94c4354ad56ee41d4c794d4cf1e8e7aa); }

.finrap_correctie_bedrag {
	width: 60px;
	padding-left: 2px;
	padding-right: 2px;
}

.finrap_correctie_type_id_combo {
	width: 200px;
}

.finrap_correctie_os_niveau_id_combo {
	width: 150px;
}

.finrap_correctie_line.header {
	font-weight: 900;
	/*letter-spacing: 1px;*/
}

.capisci_dashboard_widget_submit {
	float: left;
	border: 1px solid #373737;
	cursor: pointer;
	width: 80px;
	text-align: center;
	line-height: 1.2em;
	background-color: #efefef;
}

.capisci_widget_menu_wrap {
	margin-bottom: 12px;
	padding: 5px;
}

.capisci_dashboard_widget_content {
	margin: 10px;
	overflow: hidden;
}

.capisci_dashboard_widget_grid {
	border: 1px solid black;

	overflow: auto;
}

.capisci_dashboard_widget_content_gauge {
	width: 25%;
	float: left;
}

.capisci_widget_message {
	text-align: center;
	margin: 20px;
	font-size: 1.2em;
	font-weight: bold;
	border: 2px solid silver;
	padding: 5px;
}

.dtps_simple_wrapper_header .financiele-soort {
	margin-left: 15px;
}

/* AS 2015-02-16: Tabel met inkomsten/lumpsum */
table.table-formatieinkomsten tr th { text-align: right; }

table.table-formatieinkomsten tr th:first-child,
table.table-formatieinkomsten tr th:nth-child(3) { text-align: left; }

table.table-formatieinkomsten tr[data-collapse-target] td {
	cursor: pointer;
	background: url(ms_tree_sprite_new.png?9068337b79be7aac2c1c13794aecfa21) no-repeat 5px 5px;
}

table.table-formatieinkomsten tr[data-collapse-target] td:hover {
	background-color: #eeeeee;
	background-position-y: -95px;
}

table.table-formatieinkomsten tr.children-shown[data-collapse-target] td {
	background-position-y: -195px;
}

table.table-formatieinkomsten tr.children-shown[data-collapse-target] td:hover {
	background-position-y: -295px;
}

table.table-formatieinkomsten tr.row-header td {
	font-weight: 900;
}

table.table-formatieinkomsten tr.row-school td:first-child {
	padding-left: 35px;
	background-position-x: 20px;
}

table.table-formatieinkomsten tr.row-brin td:first-child {
	padding-left: 20px;
}

table.table-formatieinkomsten tr.collapsed {
	display: none;
}

table.table-vrijeinvoer {
	margin-bottom: 20px;
}

table.table-vrijeinvoer tr th {
	width: 120px;
	text-align: right;
}

table.table-vrijeinvoer tr th:first-child {
	width: 350px;
	text-align: left;
}

table.table-vrijeinvoer.table-schooljaar tr th:first-child {
	width: 410px;
}

table.table-vrijeinvoer.table-kalenderjaar-wide tr th:first-child {
	width: 470px;
}

table.table-vrijeinvoer tr td:first-child {
	padding-left: 12px;
	line-height: 24px;
}

table.table-vrijeinvoer tr.row-rekening-naam td {
	padding: 5px;
	font-style: italic;
	font-weight: bold;
	background-color: #f4f4f4;
}

table.table-vrijeinvoer input,
table.table-vrijeinvoer tr td {
	text-align: right;
}

table.table-vrijeinvoer tr td {
	vertical-align: top;
	padding: 3px;
}

table.table-vrijeinvoer tr td:first-child {
	text-align: left;
}

table.table-vrijeinvoer tr td input.twig-input.lumpsum-vi-input {
	width: 75px;
	margin-right: 12px;
}

table.table-vrijeinvoer div.calculation {
	height: 1px;
	overflow-y: hidden;
}

table.table-vrijeinvoer tr td div.calculation input.twig-input.lumpsum-vi-input {
	margin-right: 0;
}

table.table-vrijeinvoer div.calculation span {
	display: inline-block;
	width: 12px;
	text-align: right;
}

table.table-vrijeinvoer div.calculation span.display-aantal {
	width: 75px;
	padding: 3px 10px;
}

table.table-vrijeinvoer div.no-input {
	padding: 5px 17px 5px 0;
	margin-right: 5px;
	color: #990000;
}

table.table-vrijeinvoer div.show-calculation {
	padding: 5px 17px 5px 0;
	background: url(calculator.png?66042f678b66de18c07b2be325065c3f) right center no-repeat;
	cursor: pointer;
	margin-right: 5px;
}

table.table-vrijeinvoer label {
	margin: 0;
	padding: 0;
}

table.twig-table.table-vrijeinvoer tr.row-totals td {
	padding-right: 26px;
}

table.twig-table.table-vrijeinvoer.specificatie tr.row-totals td {
	padding-right: 5px;
}

table.table-vrijeinvoer tr td:first-child div.calculation {
	text-align: right;
	line-height: 27px;
	color: #333333;
}

table.table-vrijeinvoer abbr {
	border-bottom: 1px dotted #777777;
}

/* AS 2015-02-26: Lumpsum PO */

div.twig-page {
	padding: 10px;
}

h2.twig-block-title {
	font-size: 16px;
	font-weight: 900;
	white-space: nowrap;
	padding: 10px 0 10px 2px;
	margin: 0;
}

div.twig-block-content {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	padding: 20px;
	margin-bottom: 10px;
	display: inline-block;
	min-width: 800px;
}

table div.twig-block-content {
	display: block;
}

table.twig-table tr.row-totals td {
	font-weight: 700;
	padding: 5px;
}

table.twig-table tr.row-current td {
	background: #eeeeee;
	padding: 5px;
}

input.twig-input {
	display: inline-block;
	position: relative;
	margin: 1px 0;
	border: 1px solid rgba(0, 0, 0, .3);
	background-color: #ffffff;
	padding: 2px 9px;
	line-height: 20px;
	color: #333333;
	border-radius: 9px;
	width: 75px;
}

input.twig-input:disabled {
	background-color: #cccccc;
}

input.twig-input.value-changed {
	background-color: #fcf5ae;
}

input.twig-input.value-invalid {
	background-color: #ff9999;
}

table.twig-table.right-align-inputs td, table.twig-table.right-align-inputs th {
	padding-right: 15px !important;
}

table.twig-table.right-align-inputs input {
	margin-right: -10px;
}

form.twig-submit {
	padding: 20px;
	text-align: right;
}

form.twig-submit .ui-button {
	height: 24px;
}

form.twig-submit .ui-button-text {
	padding: 0 10px;
}

table.table-leerlingaantallen tr.row-totals td:last-child {
	font-weight: normal;
	padding-right: 5px;
}

table.table-lumpsum tr td, table.table-lumpsum tr th, table.table-lumpsum tr.row-totals td {
	padding: 4px 5px;
}

table.table-lumpsum tr td, table.table-lumpsum tr th {
	text-align: right;
}

table.table-lumpsum tr td:first-child, table.table-lumpsum tr th:first-child {
	text-align: left;
}

table.table-lumpsum tr.row-header td {
	font-weight: bold;
}

table.table-lumpsum tr.row-school td {
	font-weight: bold;
}

table.table-lumpsum tr.row-subtotal td {
	font-weight: bold;
	background: #f0f0f0;
}

table.table-lumpsum tr.row-grand-total td {
	font-weight: bold;
	background: #e0e0e0;
}

table.table-lumpsum tfoot tr.subtotal {
	font-weight: bold;
}

table.table-lumpsum tfoot tr.total {
	font-weight: 900;
}

/* Main sticky header */
#dtps_header.fixed { position: fixed; top: 0; left: 300px; right: 0; min-width: 900px; z-index: 99; }

#dtps_content.fixed { padding-top: 60px; }

#dtps_sidebar_header.fixed { position: fixed; top: 0; left: 0; width: 300px; z-index: 100; }

#dtps_sidebar_content.fixed { padding-top: 60px; }

#dtps_sidebar_header.fixed .dtps_sidebar_switcher {
	margin-right: 22px;
}

#dtps_sidebar_header.fixed .dtps_sidebar_switcher span {
	position: relative;
	z-index: 101;
}

h2.formatie {
	font-size: 18px;
	font-weight: 900;
	margin: 10px 0;
}

.formatietabel-wrapper {
	padding: 30px 20px 20px;
	background: white;
}

table.formatietabel {
	margin: 20px 0;
}

table.formatietabel tr td, table.formatietabel tr th {
	text-align: left;
	border-bottom: 1px solid #eeeeee;
	padding: 3px 4px;
}

table.formatietabel tr th {
	vertical-align: middle;
}

table.formatietabel tbody tr:nth-child(2n) {
	background-color: #f8f8fc;
}

table.formatietabel tbody tr:hover {
	background-color: #e8e8f0;
}

table.formatietabel tbody tr td:last-child,
table.formatietabel tbody tr td:first-child,
table.formatietabel tfoot tr td {
	font-weight: bold;
}

table.formatietabel tr td.value-cell {
	vertical-align: bottom;
}

table.formatietabel tr th {
	cursor: pointer;
	font-weight: 900;
}

table.formatietabel tr th.sorttable_nosort {
	cursor: default;
}

table.formatietabel tr td:nth-child(6),
table.formatietabel tr td:nth-child(n+8),
table.formatietabel tr th:nth-child(6),
table.formatietabel tr th:nth-child(n+8),
table.formatietabel tfoot tr td:nth-child(n+3) {
	text-align: right;
}

table.formatietabel.met-vacature tr td:nth-child(8),
table.formatietabel.met-vacature tr th:nth-child(8),
table.formatietabel.met-boventallig tr td:nth-child(8),
table.formatietabel.met-boventallig tr th:nth-child(8),
table.formatietabel.met-mobiliteit tr td:nth-child(8),
table.formatietabel.met-mobiliteit tr th:nth-child(8) {
	text-align: left;
}

table.formatietabel.met-boventallig.met-mobiliteit tr td:nth-child(9),
table.formatietabel.met-boventallig.met-mobiliteit tr th:nth-child(9),
table.formatietabel.met-vacature.met-mobiliteit tr td:nth-child(9),
table.formatietabel.met-vacature.met-mobiliteit tr th:nth-child(9),
table.formatietabel.met-boventallig.met-vacature tr td:nth-child(9),
table.formatietabel.met-boventallig.met-vacature tr th:nth-child(9) {
	text-align: left;
}

table.formatietabel.met-boventallig.met-mobiliteit.met-vacature tr td:nth-child(10),
table.formatietabel.met-boventallig.met-mobiliteit.met-vacature tr th:nth-child(10) {
	text-align: left;
}

table.formatietabel tr td:nth-child(1) {
	max-width: 300px;
}

table.formatietabel tr td:nth-child(7) {
	max-width: 80px;
}

.formatietabel-menu .ui-button {
	width: 140px;
	margin-right: 10px;
	cursor: pointer;
}

td.formatie-hover:hover {
	text-decoration: underline;
	cursor: pointer;
}

td.formatie-periode.realisatie, th.formatie-periode.realisatie {
	background-color: #e4e4e4;
}

select[disabled="disabled"] {
	background-color: #e4e4e4  !important;
}

button.add-vrije-invoer {
	margin-top: 20px;
	height: 24px;
	float: left;
}

button.add-vrije-invoer.no-float {
	float: none;
	margin-bottom: 10px;
}

span.sub-toggler {
	display: inline-block;
}

span.sub-closed, span.sub-opened {
	width: 10px;
	height: 10px;
	background: transparent url(ms_tree_sprite_new.png?9068337b79be7aac2c1c13794aecfa21) no-repeat 0 0;
	padding: 1px 2px;
	cursor: pointer;
}

span.sub-closed:hover { background-position: 0 -100px; }

span.sub-opened { background-position: 0 -200px; }

span.sub-opened:hover { background-position: 0 -300px; }

span.sub-toggle { display: inline-block; padding: 0 2px 2px; }

td .fa-search-plus,
td .fa-search-minus,
td .fa-sticky-note,
td .fa-sticky-note-o,
td .placeholder-icon {
	display: inline-block;
	height: 14px;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	width: 14px;
}

td .fa-search-plus,
td .fa-search-minus,
td .fa-sticky-note,
td .fa-sticky-note-o {
	cursor: pointer;
	color: rgba(0, 0, 0, 0.5);
}

td .fa-search-plus:hover,
td .fa-search-minus:hover,
td .fa-sticky-note:hover,
td .fa-sticky-note-o:hover {
	color: rgba(1, 29, 71, 0.8);
}

table.table-vrijeinvoer tr td div.edit-vrije-invoer {
	cursor: pointer;
}

table.table-vrijeinvoer tr td div.edit-vrije-invoer img {
	opacity: 0.5;
	position: relative;
	top: 1px;
	left: 3px;
}

#begroting_overzichten_tabs .ui-tabs-panel {
	background-color: #f4f4f4;
	padding: 10px;
}

#begroting_overzichten_tabs {
	padding: 0;
}

.div-begrotingsoverzicht, .div-balansoverzicht, .div-meerjarenbalans {
	background-color: #ffffff;
	padding: 10px;
}

table.table-meerjarenbalans {
	min-width: 880px;
}

table.table-begrotingsoverzicht tr td, table.table-begrotingsoverzicht tr th,
table.table-balansoverzicht tr td, table.table-balansoverzicht tr th,
table.table-meerjarenbalans tr td, table.table-meerjarenbalans tr th {
	text-align: right;
	padding: 5px;
	min-width: 10em;
}

table.table-meerjarenbalans tr td:last-child, table.table-meerjarenbalans tr th:last-child {
	padding-right: 10px;
}

table.table-begrotingsoverzicht tr td, table.table-balansoverzicht tr td, table.table-meerjarenbalans {
	border-top: 1px solid rgba(0, 0, 0, .05);
	border-bottom: none;
}

table.table-begrotingsoverzicht tr td:first-child, table.table-begrotingsoverzicht tr th:first-child,
table.table-balansoverzicht tr td:first-child, table.table-balansoverzicht tr th:first-child,
table.table-meerjarenbalans tr td:first-child, table.table-meerjarenbalans tr th:first-child {
	text-align: left;
}

table.table-begrotingsoverzicht tr td.level-0, table.table-balansoverzicht tr td.level-0 { padding-left: 5px; font-weight: 900; }

table.table-begrotingsoverzicht tr td.level-1, table.table-balansoverzicht tr td.level-1 { padding-left: 5px; font-weight: bold; }

table.table-begrotingsoverzicht tr td.level-2, table.table-balansoverzicht tr td.level-2 { padding-left: 20px; }

table.table-begrotingsoverzicht tr td.level-3, table.table-balansoverzicht tr td.level-3 { padding-left: 35px; }

table.table-begrotingsoverzicht tr td.level-4, table.table-balansoverzicht tr td.level-4 { padding-left: 50px; }

table.table-begrotingsoverzicht tr.subheader td, table.table-balansoverzicht tr.subheader td {
	font-weight: bold;
	font-size: 13px;
	border-top: 1px solid transparent;
}

table.table-begrotingsoverzicht tr.subtotaal td, table.table-balansoverzicht tr.subtotaal td {
	font-weight: bold;
	border-top: 1px solid rgba(0, 0, 0, .4);
}

table.table-begrotingsoverzicht tr.subtotaal td:first-child, table.table-balansoverzicht tr.subtotaal td:first-child {
	border-top: 1px solid rgba(0, 0, 0, .05);
}

/* Begroting: Basic styles */
table.table-begroting-new tr th {
	/* border-bottom: 1px solid #ccc; */
	/* font-weight: bold; */
	text-align: center;
}

table.twig-table.table-begroting-new tr th {
	border-bottom: 0;
}

table.table-begroting-new tr td {
	text-align: right;
	padding-right: 5px;
	line-height: 20px;
	/* border-top: 1px solid rgba(0, 0, 0, 0.05); */
	border-bottom: none;
}

table.table-begroting-new tr td:first-child {
	text-align: left;
}

table.table-begroting-new tr td div {
	min-width: 120px;
}

.begroting-header {
	display: flex;
	flex-direction: row;
	align-items: center;
}

#cmdExport {
	flex: 0 1 auto;
}

#cmdExport .button {
	padding: 3px 15px;
	margin: 0 2px 0 4px;
}

a.button {
	text-decoration: none;
}

div.begroting-header select {
	margin: 0 30px 0 5px;
}

div.export-buttons {
	display: flex;
	width: 100%;
	margin-bottom: 5px;
	flex-direction: row-reverse;
}

/* Begroting: Detachable header */
table.table-begroting-new thead.floating {
	position: fixed;
	top: 40px;
	box-shadow: 0 9px 5px -4px rgba(0, 0, 0, .5);
}

table.table-begroting-new tr.column-widths {
	height: 55px;
}

table.floating-header > thead > tr {
	/* height: 55px; */
}

/* Begroting: Searching */
table.table-begroting-new .quicksearch-result {
	background-color: rgba(255, 255, 0, .5);
}

table.table-begroting-new .quicksearch-result.active-result {
	background-color: rgba(255, 127, 0, .75);
}

table.table-begroting-new #num-results {
	font-weight: normal;
	padding-left: 5px;
	color: #666666;
}

input#begroting-search {
	width: 50%;
	margin-left: 5px;
	border-radius: 2px;
	border: 1px solid #cccccc;
}

/* Begroting: Rekening schema */
table.table-begroting-new tr.n0 td { font-weight: bold; font-size: 16px; }

table.table-begroting-new tr.n1 td { font-weight: bold; font-size: 15px; }

table.table-begroting-new tr.n2 td { font-weight: bold; font-size: 14px; }

table.table-begroting-new tr.n3 td { font-weight: bold; font-size: 12px; }

table.table-begroting-new tr.n4 td { font-weight: bold; font-size: 12px; }

table.table-begroting-new tr.n2 td:first-child { padding-left: 20px }

table.table-begroting-new tr.n3 td:first-child { padding-left: 40px }

table.table-begroting-new tr.n4 td:first-child { padding-left: 60px }

table.table-begroting-new tr.n5 td:first-child { padding-left: 80px }

table.table-begroting-new tr.os-niveau td:first-child { font-weight: bold; }

table.table-begroting-new tr.totals td:first-child { text-align: right; }

table.table-begroting-new tr.totals td:nth-child(n+2) { border-top: 1px solid rgba(104, 104, 104, 0.5); }

table.table-begroting-new tr.n2.totals td:nth-child(n+2) { border-top-width: 2px; }

table.table-begroting-new tr.n1.totals td:nth-child(n+2) { border-top-width: 3px; }

table.table-begroting-new tr.n0.totals td:nth-child(n+2) { border-top-width: 4px; }

table.table-begroting-new tr.os-niveau.totals td { font-weight: bold; }

table.table-begroting-new tr.totals td { padding-right: 22px; }

table.table-begroting-new tr.totals td.has-memo { padding-right: 39px; }

table.table-begroting-new tr.totals td.has-input { padding-right: 25px; }

table.table-begroting-new tr.totals td.has-memo.has-input { padding-right: 41px; }

/* Begroting: Inputs */
table.table-begroting-new input.begroting-new-input {
	border-radius: 9px;
	height: 16px;
	line-height: 14px;
	padding: 2px 3px;
	position: unset;
}

table.twig-table input.ajax-loading, table.table-begroting-new input.ajax-loading {
	background: #ffffdd url(ajax_load_tiny.gif?5e0c705a06c16f8a3a0576ff965b1796) 4px center no-repeat;
}

table.twig-table input.ajax-error {
	background: #ffcccc;
}

table.table-begroting-new input.icon-lock,
table.finrap input.icon-lock {
	background-image: url(lock_icon_25.png?0e0702be270fc7c0af16512eb1cbbaca);
	background-position: 5px 4px;
	background-repeat: no-repeat;
}

table .rekening-opmerking > span {
	background-color: #fcf5ae;
	border: 1px solid #011d47;
	display: none;
	max-width: 260px;
	margin: -1px 0 0 -18px;
	padding: 0 5px 0 3.5px;
	position: absolute;
}

table .rekening-opmerking:hover > span {
	display: inline-block;
}

/* Begroting: Pop-up note */
.popup-background {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .1);
	z-index: 991;
}

.popup-note {
	position: absolute;
	text-align: left;
	z-index: 992;
	background-color: #eeeeee;
	padding: 0 0 5px 0;
	width: 400px;
	border: 1px solid rgba(0, 0, 0, .33);
	border-radius: 6px;
	margin-top: 5px;
}

.popup-note:after {
	bottom: 100%;
	left: 115px;
	border: 9px solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-bottom-color: #eeeeee;
	border-left-width: 5px;
	border-right-width: 5px;
}

.popup-note:before {
	bottom: 100%;
	left: 114px;
	border: 10px solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-bottom-color: rgba(0, 0, 0, .33);
	border-left-width: 6px;
	border-right-width: 6px;
}

.popup-note span, .popup-note p {
	padding-left: 6px;
}

.popup-note button {
	float: right;
	margin: 7px 6px 2px 0;
}

.popup-note textarea {
	width: 388px;
	padding: 2px 6px;
	border: 1px solid rgba(0, 0, 0, .33);
	border-left: none;
	border-right: none;
	border-radius: 0;
}

.popup-note textarea[disabled="disabled"] {
	background-color: #f0f0f0;
}

.grootboekdetails .popup-background {
	pointer-events: none;
}

.grootboekdetails .popup-note {
	margin-left: -260px;
}

.grootboekdetails .popup-note:after {
	left: 384px;
}

.grootboekdetails .popup-note:before {
	left: 383px;
}

/* Other tables */
table.table-meerjarenbalans td {
	border-bottom: none;
	border-top: 1px solid rgba(0, 0, 0, 0.05);
}

table.table-meerjarenbalans.met-invoer td {
	line-height: 28px;
}

table.table-meerjarenbalans td:nth-child(2), table.table-meerjarenbalans th:nth-child(2) {
	padding-right: 15px;
}

table.table-meerjarenbalans td:nth-child(2) input {
	margin-right: -10px;
}

table.table-meerjarenbalans tr[data-level="4"] td {
	padding-left: 35px;
}

table.table-meerjarenbalans tr[data-level="3"] td {
	padding-left: 25px;
}

table.table-meerjarenbalans tr[data-level="2"] td {
	padding-left: 15px;
	font-weight: bold;
}

table.table-meerjarenbalans tr[data-level="1"] td {
	font-weight: bold;
	font-size: 14px;
	border-top-color: #5c9acd;
	border-bottom: 1px solid #5c9acd;
	background: #e7effa;
}

table.table-meerjarenbalans tr[data-level="0"] td {
	visibility: hidden;
	display: none;
}

.formatietabel span.wt { display: none; background-color: rgba(255, 0, 0, .1); }

.formatietabel span.wt-u { display: none; background-color: rgba(255, 0, 0, .1); }

.formatietabel span.tu { display: none; background-color: rgba(255, 255, 0, .1); }

.formatietabel span.ba { display: none; background-color: rgba(180, 159, 255, 0.29); }

.formatietabel span.vl { display: none; background-color: rgba(255, 165, 77, 0.15);; }

.formatietabel span.ss { display: none; background-color: rgba(0, 255, 0, .1); }

.formatietabel span.bl { display: none; background-color: rgba(0, 0, 255, .1); }

.formatietabel span.wk { display: block; }

.formatietabel tr.expandable { cursor: pointer; }

table.formatietabel thead.floating {
	background-color: #ffffff;
	box-shadow: 0 9px 5px -4px rgba(0, 0, 0, .5);
	position: fixed;
	top: 40px;
}

#fr-tabs table.formatietabel thead.floating, #fr-tabs table.formatietabel thead.floating tr {
	top: 40px;
}

table.formatietabel tr.column-widths td {
	background: url(data:image/gif;base64,R0lGODlhFQAJAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==) no-repeat right center;
	cursor: pointer;
	padding-right: 20px;
	font-weight: 900;
}

table.formatietabel tr.column-widths td.sorter-false {
	background-image: none;
	cursor: default;
	padding-right: 10px;
}

td.filters label { margin: 0 5px; }

#cmdLoonkosten { float: left; margin-left: 5px; }

span.ajax-indicator {
	display: none;
	position: absolute;
	width: 16px;
	height: 16px;
	margin-left: 6px;
	margin-top: 6px;
	background: url(confirm.png?b51ec278ca839c2dac0dae3d92239d47) no-repeat;
	z-index: 10;
}

span.ajax-indicator.ajax-error {
	background-image: url(del.png?4254476007fbaecffeaceecb17a475c3);
}

table.table-grootonderhoud td {
	background-color: #ffffff;
	padding: 1px 6px;
}

table.table-grootonderhoud td:nth-child(n+5) {
	text-align: right;
}

table.table-grootonderhoud td:nth-child(2n+7) {
	background-color: #f4f4f4;
}

table.table-grootonderhoud tr td:first-child {
	padding-left: 30px;
}

table.table-grootonderhoud tr.os-niveau td {
	font-weight: bold;
	background-color: #bed7eb;
	font-size: 15px;
	padding-left: 5px;
}

table.table-grootonderhoud tr.gebouw td {
	font-weight: bold;
	background-color: #cbe4f8;
	font-size: 14px;
	padding-left: 10px;
}

table.table-grootonderhoud tr.onderhoudsvorm td {
	font-weight: bold;
	background-color: #d8edfd;
	font-size: 13px;
	padding-left: 15px;
}

table.table-grootonderhoud tr.categorie td {
	font-weight: bold;
	background-color: #e7f8ff;
	font-size: 12px;
	padding-left: 20px;
}

table.table-grootonderhoud tr.os-niveau.total {
	border-bottom: 10px solid #ffffff;
}

table.table-grootonderhoud tr.total td:nth-child(n+2) {
	text-align: right;
}

table.table-grootonderhoud tr th {
	text-align: left;
}

table.table-grootonderhoud tr th:nth-child(n+5) {
	text-align: right;
}

table.table-overzicht-grootonderhoud tr td {
	padding: 2px 6px;
}

table.table-overzicht-grootonderhoud tr td:nth-child(n+2) {
	text-align: right;
}

table.table-overzicht-grootonderhoud tr td:nth-child(2n) {
	background-color: #f4f4f4;
}

table.table-overzicht-grootonderhoud tr.schoolnaam td {
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
	background-color: #bed7eb;
	border-top: 30px solid #ffffff;
}

table.table-overzicht-grootonderhoud tr.schoolnaam:first-child td {
	border-top: 1px solid #ffffff;
}

table.table-overzicht-grootonderhoud tr.legenda td {
	font-weight: bold;
	min-width: 80px;
	background-color: #e7f8ff;
}

table.table-overzicht-grootonderhoud tr td.header {
	font-weight: bold;
	font-style: italic;
	background-color: #cbe4f8;
	padding: 3px 5px;
	border-top: 3px solid #ffffff;
}

table.table-overzicht-grootonderhoud input {
	border: 1px solid #cccccc;
}

div.begroting-import p {
	padding-bottom: 3px;
}

div.begroting-import form {
	border: 1px solid #011d47;
	border-radius: 2px;
	padding: 10px 15px;
	margin-bottom: 10px;
}

div.begroting-import h3 {
	margin-top: 10px;
	font-weight: bold;
}

div.begroting-import label {
	display: block;
	padding: 3px 0;
}

div.begroting-import input[type="file"] {
	border: none;
	border-radius: 0;
	padding: 3px 0;
}

div.begroting-import button {
	margin: 5px 0;
}

div.begroting-import .let-op {
	color: #dd2222;
}

div.bedragen-boeken {
	float: right;
	padding: 0 5px;
}

div.twig-block-content:after,
div.dtps_simple_content_wrap_content:after {
	content: "";
	display: block;
	clear: both;
}

.ui-button.no-caps {
	text-transform: none;
}

table.table-rapport-lucas tr td,
table.table-kasstroom-lucas tr td,
table.table-kasstroom-lucas.twig-table th {
	text-align: left;
	padding: 5px 5px;
	border-bottom: 0;
}

table.table-rapport-lucas tr th {
	padding: 0 2px;
}

table.table-rapport-lucas tr th:nth-child(n+3) {
	min-width: 100px;
	text-align: right;
}

table.table-rapport-lucas tr td:nth-child(n+3) {
	text-align: right;
}

table.table-rapport-lucas tr.subtotal td {
	font-weight: bold;
}

table.table-rapport-lucas tr.subheader td {
	font-weight: bold;
	background-color: #f3f6fc;
	text-align: left;
}

table.table-rapport-lucas tr.subheader td:nth-child(n+3) {
	text-align: right;
}

table.table-rapport-lucas tr.total td {
	font-weight: bold;
	font-style: italic;
}

table.table-kasstroom-lucas thead tr {
	background: #bed7eb;
	color: #011d47;
	font-size: 16px;
	border: 1px solid transparent;
	border-top: 1px solid #5c9acd;
	border-bottom: 1px solid #5c9acd;
}

table.table-kasstroom-lucas tr td:nth-child(n+2) {
	text-align: right;
}

table.table-kasstroom-lucas tr td:first-child { padding-left: 25px; }

table.table-kasstroom-lucas tr.subtotal td:first-child,
table.table-kasstroom-lucas tr.subheader td:first-child { padding-left: 15px; }

table.table-kasstroom-lucas tr.total td:first-child,
table.table-kasstroom-lucas tr.header td:first-child,
table.table-kasstroom-lucas tr.grandtotal td:first-child { padding-left: 5px; }

table.table-kasstroom-lucas tr.header td,
table.table-kasstroom-lucas tr.total td {
	font-weight: bold;
	background-color: #e7effa;
	border: 1px solid transparent;
	border-top: 1px solid #5c9acd;
	border-bottom: 1px solid #5c9acd;
}

table.table-kasstroom-lucas tr.subheader td,
table.table-kasstroom-lucas tr.subtotal td {
	font-weight: bold;
	border: 1px solid transparent;
	border-top: 1px solid #bed7eb;
	border-bottom: 1px solid #bed7eb;
}

table.twig-table.table-kasstroom-lucas td {
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
}

table.table-kasstroom-lucas tr.grandtotal td {
	background: #bed7eb;
	border-top: 1px solid #5c9acd;
	border-bottom: 1px solid #5c9acd;
	color: #011d47;
	font-size: 16px;
}

table.functiemix tr td:nth-child(5),
table.functiemix tr td:nth-child(10),
table.functiemix tr.subheader td:nth-child(2),
table.functiemix tr.subheader td:nth-child(7) {
	border-left: 1px solid rgba(0, 0, 0, .05);
}

table.functiemix tr.subheader td:nth-child(5),
table.functiemix tr.subheader td:nth-child(10) {
	border-left: none;
}

table.table-lumpsum.onderwijselement tr td:nth-child(2), table.table-lumpsum.onderwijselement tr th:nth-child(2) {
	text-align: left;
}

table.table-lumpsum.onderwijselement tr th:nth-child(n + 3) {
	text-align: center;
}

table.table-lumpsum.onderwijselement tr.summary td:nth-child(2) {
	text-align: right;
}

table.grootboekdetails {
	padding: 5px;
	margin-bottom: 25px;
	width: 100%;
	border-bottom: none;
}

table.grootboekdetails tr td,
table.grootboekdetails tr th {
	width: auto;
	text-align: left;
	padding: 5px 10px 5px 5px;
	margin: 0;
	word-wrap: break-word;
}

table.grootboekdetails tr th {
	font-weight: bold;
	border-bottom: 2px solid #000000;
}

table.grootboekdetails tfoot tr th {
	border-bottom: none;
	text-align: right;
}

table.grootboekdetails tr td {
	border-bottom: 1px solid #cccccc;
}

table.grootboekdetails tr:nth-child(even) {
	background: rgba(222, 234, 245, .33);
}

table.grootboekdetails tr td:last-child,
table.grootboekdetails tr th:last-child {
	text-align: right;
}

table.grootboekdetails tr td.geen-boekingen {
	text-align: left;
}

table.grootboekdetails .grootboekdetail-note {
	display: inline-block;
	position: relative;
	width: 13px;
	height: 13px;
	padding: 2px 2px 0 0;
	background: url(memo_full.png?688aa5c84f647bdc91f1e1c7b2889515) bottom right no-repeat;
	cursor: pointer;
	border: none;
}

table.grootboekdetails .grootboekdetail-note.empty {
	background-image: url(memo_empty.png?ba10b1862c319c2a973bc5e52a177aa6);
	opacity: 0.4;
}

table.grootboekdetails .grootboekdetail-exernal-link {
	display: inline-block;
	position: relative;
	width: 15px;
	height: 17px;
	cursor: pointer;
	border: none;
	margin-bottom: -3px;
	color: #011d47;
}

table.grootboekdetails .grootboekdetail-exernal-link:hover {
	color: #5c9acd;
}

table.grootboekdetails.amounts-per-period {
	min-width: 50%;
	width: 500px;
}

table.grootboekdetails.amounts-per-period tr td:nth-child(n+2),
table.grootboekdetails.amounts-per-period tr th:nth-child(n+2) {
	text-align: right;
}

table.grootboekdetails.boekingen tr td:last-child {
	width: 120px;
}

table.grootboekdetails.boekingen tr th:last-child {
	width: 120px;
	padding-right: 25px;
}

table.grootboekdetails .fa-file {
	cursor: pointer;
}

.alert-info {
	padding: 15px 20px;
	color: #011d47;
	background-color: #e4e4e4;
	border-color: #bed7eb;
	border-radius: 9px;
	margin: 10px 0 25px;
	text-align: center;
}

.alert-info button {
	margin: 15px 0 0;
}

#vrijeinvoerpopup_form .dtps_simple_htable_col {
	overflow: visible;
}

table.liquiditeitstabel tr td {
	padding-left: 5px;
}

table.liquiditeitstabel tr th:nth-child(n+2),
table.liquiditeitstabel tr td:nth-child(n+2) {
	text-align: right;
	padding-left: 15px;
}

table.liquiditeitstabel tbody tr:nth-child(2n) td {
	background: #f4f4f4;
}

table.liquiditeitstabel tr td:last-child {
	background: #eeeeee;
}

table.liquiditeitstabel tr.has-toggler td {
	cursor: pointer;
}

table.liquiditeitstabel tbody tr:hover td {
	background: #d9d9d9;
}

table.liquiditeitstabel tbody tr:last-child td {
	font-weight: bold;
	padding-bottom: 20px;
	padding-top: 5px;
	background: #ffffff;
}

table.liquiditeitstabel tbody tr:first-child td,
table.liquiditeitstabel tfoot tr td {
	font-weight: bold;
	padding-bottom: 8px;
	padding-top: 8px;
}

table.liquiditeitstabel tr td.negatief {
	color: #993333;
}

table.liquiditeitstabel span.sub-opened,
table.liquiditeitstabel span.sub-closed {
	padding: 0 3px;
	margin-left: 4px;
	margin-bottom: -1px;
}

div.begrotingdetails h2 {
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 10px 2px;
}

div.begrotingdetails p.geen-boekingen {
	padding: 4px 8px;
	background-color: rgba(222, 234, 245, .33);
	border: 1px solid #cccccc;
	margin-bottom: 25px;
}

div #depreciation {
	width: 105%;
	max-height: 500px;
	overflow-y: auto;
}

div.onderhoud-wrapper {
	padding: 5px 10px;
}

div.onderhoud-wrapper h2 {
	font-weight: bold;
	font-size: 16px;
	margin: 10px 0;
}

div.onderhoud-wrapper h3 {
	font-weight: bold;
	font-size: 14px;
	margin: 10px 0;
}

div.onderhoud-wrapper td {
	padding: 2px 10px 10px 0;
	vertical-align: top;
}

div.onderhoud-wrapper input[type="radio"] {
	padding-right: 5px;
	margin-right: 0;
}

div.onderhoud-wrapper input[type="text"] {
	width: 500px;
}

div.onderhoud-wrapper input.input-error,
div.onderhoud-wrapper label.input-error,
div.onderhoud-wrapper select.input-error {
	background-color: #ffcccc;
	border-color: #cc9999;
}

table.formatie-samenvatting {
	margin-top: 0;
	width: 100%;
}

table.formatie-samenvatting tr td,
table.formatie-samenvatting tr th {
	text-align: right;
	padding: 2px 6px;
}

table.formatie-samenvatting tr th,
table.formatie-samenvatting tr.subhead td {
	border-bottom: 1px solid #e8edf2;
}

table.formatie-samenvatting tr.subtotal td {
	border-top: 1px solid #e8edf2;
}

table.formatie-samenvatting tbody tr:nth-child(2n) {
	background-color: #f4f7f9;
}

table.formatie-samenvatting tbody tr:hover {
	background-color: #e8edf2;
}

table.formatie-samenvatting tr td:first-child,
table.formatie-samenvatting tr th:first-child {
	text-align: left;
}

table.formatie-samenvatting tr.subtotal td {
	font-weight: bold;
}

table.formatie-samenvatting tr th,
table.formatie-samenvatting tr.subhead td {
	font-weight: 900;
}

span.toggle-functiecategorie {
	cursor: pointer;
}

span.toggle-functiecategorie:hover {
	color: #777777;
}

.formatie-ziektevervanging {
	margin-bottom: 20px;
}

.formatie-ziektevervanging .caption {
	display: inline-block;
	font-weight: bold;
	margin-right: 5px;
}

.formatie-ziektevervanging input {
	text-align: right;
}

/* STATUSPAGINA */
.wrapper-statuspagina h2 {
	font-weight: bold;
	font-size: 16px;
	line-height: 22px;
	margin: 0 0 10px;
	padding: 0 150px 0 0;
}

.wrapper-statuspagina > div {
	box-sizing: border-box;
	float: left;
	width: 50%;
}

.wrapper-statuspagina .left {
	padding: 0 10px 0 0;
}

.wrapper-statuspagina .right {
	padding: 0 0 0 10px;
}

.wrapper-statuspagina .button {
	background-color: #5c9acd;
	border: none;
	border-radius: 5px;
	color: #ffffff;
	cursor: pointer;
	display: block;
	font-size: 15px;
	height: 40px;
	padding: 0 40px;
	margin: 10px 0 0;
}

.wrapper-statuspagina .button:hover {
	background-color: #011d47;
}

.wrapper-statuspagina .button[disabled="disabled"] {
	background-color: #cccccc;
	cursor: default;
}

.status_toggle_view {
	background-color: #ffffff;
	border: 1px solid #5c9acd;
	border-radius: 10px;
	display: inline-block;
	overflow: hidden;
	position: absolute;
	top: 10px;
	right: 20px;
}

.status_toggle_view div {
	cursor: pointer;
	float: left;
	padding: 6px 15px;
}

.status_toggle_view div:first-child {
	border-right: 1px solid #5c9acd;
}

.status_toggle_view div:hover {
	background-color: #bed7eb;
}

.status_toggle_view div.active {
	background-color: #bed7eb;
	cursor: default;
}

.columnset_selection {
	margin: 0 0 20px;
	position: relative;
}

.columnset_selection .dtps_quick_menu {
	background-color: #5c9acd;
	width: 100%;
}

.content_box {
	background-color: #f4f4f4;
	margin: 0 0 20px;
	padding: 20px;
	position: relative;
}

.wrapper-statuspagina .status_table {
	display: none;
	overflow-x: auto;
}

.statuspagina_table {
	background-color: #ffffff;
	width: 100%;
}

.statuspagina_table tr:hover {
	background-color: #f4f4f4;
}

.statuspagina_table tr.selected {
	background-color: #f4f4f4;
}

.statuspagina_table th {
	background-color: #bed7eb;
	padding: 5px 10px;
	font-weight: bold;
}

.statuspagina_table td {
	border: 1px solid #bed7eb;
	padding: 3px 10px;
}

.statuspagina_table .main-row.has-children {
	cursor: pointer;
}

.statuspagina_table .sub-row,
.statuspagina_table .main-row.children-shown .fa-caret-right,
.statuspagina_table .main-row .fa-caret-down {
	display: none;
}

.statuspagina_table .main-row .fa-caret-right,
.statuspagina_table .main-row.children-shown .fa-caret-down {
	display: inline-block;
}

.statuspagina_table .sub-row {
	background-color: #f4f4f4;
}

.statuspagina_table .sub-row td:last-child {
	padding-left: 20px;
}

.table-pagination {
	text-align: center;
	padding: 20px 0 0;
}

.table-pagination > span {
	background-color: #ffffff;
	border: 1px solid #5c9acd;
	border-radius: 10px;
	display: inline-block;
	overflow: hidden;
}

.table-pagination > span > div {
	display: inline-block;
	border-left: 1px solid #5c9acd;
	border-right: 1px solid #5c9acd;
	padding: 5px 10px;
}

.table-pagination a {
	color: #333333;
	display: inline-block;
	padding: 5px 10px;
	text-decoration: none;
}

.table-pagination a:hover {
	background-color: #bed7eb;
}

.table-pagination a.disabled {
	cursor: default;
	background-color: #f4f4f4;
}

.school-ready-chart {
	position: absolute;
	top: 10px;
	right: 10px;
}

.lumpsum-vo thead tr th:nth-child(n+2),
.lumpsum-vso thead tr th:nth-child(n+2) {
	padding-right: 30px;
	min-width: 90px;
}

.lumpsum-vo th,
.lumpsum-vso th {
	width: 110px;
	max-width: 110px;
}

.lumpsum-vo th:first-child,
.lumpsum-vso th:first-child {
	width: 400px;
	max-width: 400px;
}

.lumpsum-vo tbody tr:hover,
.lumpsum-vso tbody tr:hover {
	background: #eeeeee;
}

.lumpsum-vo tr td i.fa,
.lumpsum-vso tr td i.fa {
	font-size: 14px;
}

.lumpsum-vo tr td[title],
.lumpsum-vso tr td[title] {
	cursor: help;
}

.lumpsum-vo tr td i.fa-plus-square-o,
.lumpsum-vso tr td i.fa-plus-square-o,
.lumpsum-vo tr td i.fa-minus-square-o,
.lumpsum-vso tr td i.fa-minus-square-o {
	cursor: pointer;
}

.lumpsum-vo tr.level-0 td,
.lumpsum-vso tr.level-0 td {
	font-weight: bold;
	font-size: 13px;
	padding-right: 30px;
}

.lumpsum-vo tr.level-1 td,
.lumpsum-vso tr.level-1 td {
	font-weight: bold;
	padding-right: 30px;
}

.lumpsum-vo tr.level-2 td,
.lumpsum-vo tr.level-2a td,
.lumpsum-vso tr.level-2 td {
	padding-right: 15px;
}

.lumpsum-vo tr.level-1 td:first-child,
.lumpsum-vso tr.level-1 td:first-child {
}

.lumpsum-vo tr.level-2 td:first-child,
.lumpsum-vo tr.level-2a td:first-child,
.lumpsum-vso tr.level-2 td:first-child {
	padding-left: 18px;
}

.lumpsum-vo tr.level-3 td:first-child,
.lumpsum-vso tr.level-3 td:first-child {
	padding-left: 36px;
}

.lumpsum-vo tr.level-4 td:first-child,
.lumpsum-vso tr.level-4 td:first-child {
	padding-left: 54px;
}

.lumpsum-vso tr.subtotal {
	font-weight: bold;
}

.lumpsum-vso tr.current-os td {
	background: #f4f4f4;
}

.lumpsum-vso i.fa.fa-square-o {
	opacity: 0;
}

.lumpsum-vso tr.level-2.current-os {
	display: table-row;
}

span.bekostiging-toggle {
	display: inline-block;
	float: right;
	font-size: 11px;
	position: relative;
	margin-top: 10px;
	margin-right: 5px;
	color: #333333;
}

span.bekostiging-toggle a {
	color: #333333;
}

span.bekostiging-toggle a:hover {
	color: #333333;
	text-decoration: none;
}

i.open-bron-info {
	cursor: pointer;
	padding: 0 3px;
	margin-left: -3px;
}

div.bron-info {
	display: block;
	position: absolute;
	border: 1px solid black;
	background: white;
	padding: 3px 6px;
	font-weight: bold;
	z-index: 10;
}

a.a-button {
	color: white !important;
	display: inline-block;
	text-decoration: none;
}

.dtps_dialog h2 {
	font-weight: bold;
	margin: 10px 0;
	font-size: 14px;
}



