/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */



html{
	font-family: 'Open Sans', sans-serif;
   	font-weight: 100;
	font-size: 16px;
	color: #000000;
	line-height: 1.5;
}

button,
input,
select,
textarea {
   	font-family: 'Open Sans', sans-serif;
   	font-weight: 100;
	font-size: 0.8125rem;
	color: #000000;
	line-height: 1.5;
}

body {
    /*
	 font-size: 1em;
	    line-height: 1.4;
	*/
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {       
	background: #FDFDFD;
	border: 1px solid #CBCACA;
	border-radius: 2px;
/*	width: 395px;
	height: 126px;*/
	width: 800px;
	height: 300px;
	padding: 5px;
}

textarea:disabled {
	background: #eeeeee;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
	background: #fff;
}

a {
	color: #117E87;
}

table {
	margin-top: 20px;
}

th, td {
	text-align: left;
	padding-right: 5px;
}

.formtable td {
	width: 200px;
}

table input[type="radio"] {
	float:left;
	width: 20px;
	height: 20px;
	margin: 10px 20px 0px 0px;	
}

/*
article {
	margin-bottom: 40px;
}

article#statistics {
	margin: 0px;
}
*/


table label {
	float: left;
	width: 160px;
	height: 40px;
		min-height: 40px;
	background-position: left center;
	background-repeat: no-repeat;
	cursor: pointer;
}

table label::after{
	content:'';
	display: table;
	  clear: both;
	
}
table .label_radio{
	height:auto;
	margin-bottom: 12px;
	background-position: left top;
}

table label.short {
	width: 40px;
	height: 70px;
}

table.segmented label {
	width: auto;
}

table.segmented label.label_radio {
	width: 160px;
	line-height: 40px;
}

.options {
	float:left;
	margin-top:20px;
	margin-bottom:20px;	
}

td table label {
	width: auto;	
}

label.label_radio.fullwidth {
	width: 100%;
}

label.error {
	height: auto;
	line-height: 26px;
	width: 182px;
}
/*
table label:first-child {
	margin-top: 15px;
}
*/

.dump td {
	width: auto;
	line-height: 110%;
}

th, td {
font-size: 1.25 em; 
	color: #117E87;	
	width: 200px;
	font-weight: 400;
/* 	line-height: 40px; */
	vertical-align: top;
}

td p strong {

	font-weight: 700;
	text-decoration: underline;
}

td table th,
td table td {
	width: auto;
}

td table th:first-child,
td table td:first-child {
	width: 200px;
}

td {
	padding-bottom: 23px;
}

td.comment {
	color: #333;
	padding-left: 30px;
}


#wrapper {
	width: 100%;
	margin: 0px;	
}

#header {
	width: 100%;
	height: 45px;
	background-color: #333333;
}

#mainmenu {
	width: 100%;		
}

#mainmenu .menu-left {
	float: left;
}

#mainmenu .menu-right {
	float: right;	
}

h1,
#mainmenu a {
	font-family: 'Montserrat', sans-serif;
}

h2, h3 {
	font-weight: normal;
	margin: 0px;
	font-size: 1rem;
	color: #333333;
	letter-spacing: 2px;
	line-height: 22px;
}

h2 {
	text-transform: uppercase;
	margin-top: 20px;
}

#mainmenu a {		
	font-size: 0.75rem;
	color: #FFFFFF;
/* 	letter-spacing: 1px; */
	line-height: 45px;
	height: 45px;
	display: block;
	float:left;
	padding: 0px 10px;
	text-shadow: 1px 1px 0px rgba(17,17,17,0.50);
	text-transform: uppercase;
	text-decoration: none;
	border-right: 1px solid #232323;
	border-left: 1px solid #434343;
}

#mainmenu .menu-right div.select-container {
	width: 128px;
	height: 30px;
	margin: 7px 0px 3px 0px;
}

#mainmenu .menu-right div.select-container select { 
	height: 30px;
	width: 144px;
	background: transparent url("img/select-arrow.png") no-repeat scroll 110px center;
	background-color: #fff;
}

#mainmenu .menu-right a:first-child,
#mainmenu .menu-left a:first-child {
	border-left: 0px;
}

#mainmenu .menu-right a:last-child,
#mainmenu .menu-left a:last-child {
	border-right: 0px;
}

#mainmenu a.active,
#mainmenu a:hover {
	color: #F1BC31;
}

#content {
	padding-top: 30px;
	width: 99%;
	padding-bottom: 40px;
	padding-left: 10px;
}

.container {
	width: 1200px;
	margin: 0px auto;
	position: relative;
}

/* Deze maakt het menu breder */
#header .container{
	width:98%;
	max-width: 1440px;
	
}

.brand-logo {
	position: absolute;
	top: 40px; 
	left: 0px;
}

.tommy-logo-small {
	position: absolute;
	top: 0px; 
	left: 0px;
	height: 22.5px;
	height: 29.5px;	
}

h1 {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 1.75rem;
	color: #000000;
	letter-spacing: 3.4px;
	line-height: 2;
	margin: 0px;
}

#content .left,
#content .right {
	margin-top: 130px;
	width:560px;	
	float:left;
}

#home-template h1 {
	text-align: center;
}

#home-template h2 {
	margin-top: 40px;

}

#home-template img {
	width: 200px;
}

#home-template .right, 
#home-template .left {
	width: 250px;

}

#home-template .left {
	margin-left: 310px;
	text-align: right;
}

.tommy-logo {
	width: 391px;
	display: block;
	margin: 0px 0px 20px 130px;
}

#home-template .landingspagina .organisation img {
	width: 200px;
	height: 127px;
}


#home-template .landingspagina {
	display: flex;
	justify-content: center;
	text-align: center;
}
	
	.landingspagina h1 {
		margin-bottom: 40px;
	}

	.landingspagina .application:nth-child(1) {
		flex-basis: 560px;		
	}
	
		.landingspagina .application:nth-child(1) h1 {
			width: 460px;
			float: left;
		}
	
		.landingspagina .organisation {
			width: 230px;
			float:left;
		}		

	

/*

#home-template .landingspagina .left {
	text-align: center;	
}

#home-template .right {
	margin-right: 310px;
	text-align: center;	
}
*/





#content .left {
	margin-right: 80px;

}

#content .left.login {
	width: 200px;	
	margin-left: 360px;
}

#content .left.password {
	width: 340px;	
	margin-left: 220px;
}

div.input {
	width: 200px;
}

div.input label {
	font-weight: 700;
	font-size: 0.75rem;
	color: #117E87;
	line-height: 15px;
	padding-left: 7px;
	padding-top: 15px;	
	display: block;
}

.left.password h2, 
.left.login h2 {
	text-align: right;
}

input[type="number"],
input[type="text"],
input[type="password"],
input[type="date"],
input[type="email"] {
	background-image: linear-gradient(-180deg, #FDFDFD 0%, #F5F5F5 100%);
	border: 1px solid #CBCACA;
	border-radius: 2px;
	width: 190px;
	padding: 0px 6px;
	height: 38px;
	line-height: 38px;
}

input[type="number"] {
	width: 45px;	
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #ddd;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #ddd;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #ddd;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #ddd;
}


textarea.clearme,
input.clearme {
	color: #BDBDBD;
}

textarea.cleared,
input.cleared {
	color: #000000;
}


input[type="text"].large {
	width: 326px;
}


input.large3 {
	width: 515px;
}

input[type="text"].small {
	width: 76px;
}

div.link {
	text-align: right;
}


input[type='reset'],
.cancel-button,
.buttons .cancel {
	width: 158px;
	height: 38px;
	display: block;
	text-align: center;
	background: #B6B6B6;
	border: 1px solid #868686;
	border-radius: 2px;	
	font-size: 1rem;
	color: #FFFFFF;
	line-height: 38px;
	text-decoration: none;
	font-weight: 400;
}

.left .buttons {
	float:left;
	margin-top: 23px;
}

.cancel-button,
.left .buttons .cancel {
	float:left;
	margin-right: 20px;
}

.file-input-container label,
a.button,
input[type="submit"],
input[type="button"] {
	width: 160px;
	height: 40px;
	text-align: center;
	background-color: #3CAAB5;
	border: 1px solid #117E87;
	border-radius: 2px;
	font-size: 1rem;
	color: #FFFFFF;
	line-height: 22px;
	font-weight: 400;
}

input[type="submit"].large {
	width: 320px;
}

a.button {
	line-height: 40px;
	text-decoration: none;
	width: auto;
	padding: 0px 10px;
}

.left .buttons input[type="submit"] {
	float:left;
}

.left.login input[type="submit"] {
	float: right;
	margin-top: 10px;
}

.left p,
.right p  {
	width: 215px;
}

.left p {
	text-align: right;
	float:right;
}

.succes,
.error {
	padding: 5px 10px;
	margin: 0px;
	line-height: 40px;
	color: #fff;
}

.succes {   
	background: #117E87;   
}

.error {
	background: #F15931;    	
}

.succes ul,
.error ul {
	padding: 0px;	
	margin:0px;
}

.succes ul li,
.error ul li {
	list-style-type: none;
}

.floating {
	float:left;
}

table.segmented {
	float: left;
	width: 100%;
	border-collapse: inherit;
	border-bottom: 5px solid #d8d8d8;
}

table.segmented td,
table.segmented th {
	padding: 10px 10px;
}

table.segmented thead tr {
	background-color: #D8D8D8;		
}

table.segmented thead.tools tr {
	background-color: #fff;		
}

table.segmented thead.tools th,
table.segmented thead.tools td {
	border: none;	
}

table.segmented thead td,
table.segmented th {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 0.875rem;
	color: #646464;
	line-height: 1.5;
	border-left: 1px solid #c1c1c1;
	border-right: 1px solid #dfdfdf;
}

table.segmented tbody tr {
	background-color: #EEEEEE;	
}

table.segmented tbody tr.spoed td:first-of-type {
	border-left: 5px solid #F13131;
}

table.segmented tbody tr:nth-child(odd)  {
	background-color: #E8E8E8;
}

table.segmented td {	
/* 	font-size: 0.875rem; */
	color: #646464;
/* 	line-height: 1.5; */
	border-left: 1px solid #d5d5d5;
	border-right: 1px solid #f1f1f1;
}

table.segmented th:first-child,
table.segmented td:first-child {
	border-left: none;
}

table.segmented th:last-child,
table.segmented td:last-child {
	border-right: none;
}

.tools {
	float:right;
}

#statistics .tools {
	height: 114px;
}


.tools .button {
	margin-top: 15px;
}

.tools .tool {
	float: left;
	width: 200px;
	margin-left: 20px;
}

.tools .tool.small {
	width: 89px;
}

.tools .tool.medium {
	width: 150px;
}


.tools .tool.icons {
	width: 44px;	  
}

.tools .tool.icons a {
  display: block;
	width: 44px;
	padding: 0px;	
	background-repeat: no-repeat;
	background-position: center center;
}

.tools .tool.icons a.icon-excel {
	background-image: url('/css/img/icon-excel.png');
}

.tools .tool.icons a.icon-pdf {
	background-image: url('/css/img/icon-pdf.png');
	background-color: #EA4C3A;
	border-color: #BD392A;
}

.tool label {	
	font-size: 0.8rem;
	height: 12px;
	color: #117E87;
	font-weight: 400;
	line-height: 0.5;
	width: 100%;
	padding-left: 5px;
	margin-bottom: 3px;
	float: left;
}

.select-container {
	float: left;
	width: 200px;
	height: 40px;
	background-image: linear-gradient(-180deg, #FDFDFD 0%, #F5F5F5 100%);
	border: 1px solid #CBCACA;
	border-radius: 2px;	
	overflow: hidden;
	outline: 0px none !important;
}

.medium .select-container {
	width: 150px;
}

.select-container select {
	width: 214px;	
	background:none;
	background-image: url('img/select-arrow.png');
	background-repeat: no-repeat;
	background-position: 180px center;
	cursor: pointer;
	border: none;
	height: 40px;
	outline: 0px none !important;
	padding: 0px 3px;
}

.medium .select-container select {
	width: 164px;
	background-position: 130px center;	
}


.dle-results td:nth-child(3) {
	width: 330px;	
}

.dle-results td:nth-child(3) * {
	float: left;	
}

.dle-results td:nth-child(3) label {
	width: auto;
	margin-left: 15px;
	margin-right: 15px;	
}

.dle-results td:nth-child(3) span {
	width: 50px;
	height: 39px;
	line-height: 39px;
	margin-left: 15px;
	font-weight: 700;
}


.has-js .label_check,
.has-js .label_radio    { padding-left: 34px; }
.has-js .label_radio    { background-image: url('img/radio-off.png'); }
.has-js .label_check    { background-image: url('img/check-off.png'); }
.has-js label.c_on      { background-image: url('img/check-on.png'); }
.has-js label.r_on      { background-image: url('img/radio-on.png'); }
.has-js .label_check input,
.has-js .label_radio input  { position: absolute; left: -9999px; }


#beschikkingen h1,
#beschikkingen h2, 
#aanvragen h2,
#aanvragen h1 {
	width: 100%;
}

#aanvragen a.button {
	margin-top: 15px;
}

#beschikkingen input[type='submit'] {
	margin-top: 15px;
	float:right;
}

#beschikkingen h2 {
	float:left;
}

#content .valuta {
	width: 102px;
	height: 30px;
	line-height: 28px;
	margin-left: 10px;
}
#content input[type="text"].valuta {
	text-align: right;
}

span.total_valuta{
	text-align: right;
	display: inline-block;
	width: 130px;
}

.restant {
	float:right;
}

.restant .negative {
	color: #ff0000;
}

.search {
	margin-top: 20px;
	float: left;
	width: 100%;
}

.search .tool {
	float: right;
	width: 858px;
}

.search .tool input {	
	width: 844px;
}

#aanvragen h2 {
	float:left;
}

#aanvragen #extra-filters {
	float:left;
	width: 100%;
}

.file-input-container input[type="file"] {
	display: none;
}

.file-input-container label {
	line-height: 37px;
	width: 180px;
	overflow: hidden;
	padding: 0px 10px;
}


#content.withtabs {
	padding-top: 0px;
}

#content.withtabs .tabbed-header {
		
	height: 129px;
	background-image: url('/css/img/tabbed-header-bg.jpg');
}

.tabbed-header .container {
	position: relative;
	height: 100%;
}

.tabbed-header h1 {
	width: auto;
	margin-top: 30px;
	float: left;
}

.tabbed-header .tools {
	margin-top: 15px;
}

#ctlv-tabs {
	position: absolute;
	bottom: 0px;
	left: 0px;
}

#ctlv-tabs a {
	padding: 0px 30px;
	background-color: #fff;	
	background-image: linear-gradient(-180deg, #D4D3D3 75%, #B8B8B8 100%);
	font-size: 1rem;
	color: #969696;
	letter-spacing: 2px;
	line-height: 40px;
	float:left;
	margin-right: 15px;
	height: 40px;
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	outline: none;
	border-top: 1px solid #D8D5D5;
	border-left: 1px solid #D8D5D5;
	border-right: 1px solid #D8D5D5;
}

#ctlv-tabs a.active:hover,
#ctlv-tabs a.active {
	background-image: none;
	background-color: #fff;
	color: #333;	
}

#ctlv-tabs a:hover {
	color: #333;
	background-image: linear-gradient(-180deg, #e4e3e3 75%, #c8c8c8 100%);
}

#consequences tr th:nth-child(1) {
	width: 400px;	
}

.piechart-group {
	float:left;
	width: 100%;
}

.piechart-group .select-container {
	margin-right: 800px;
}

#statistics h1,
#statistics h2 {
	float: left;
	width: 400px;
}

#statistics .tool .button {
	float: right;
	width: 178px;
}

#statistics section#piecharts,
#statistics section#barcharts {
	width: 100%;
	float: left;	
	/*! margin-top: 30px; */
}

#statistics section#barcharts {
	margin-right: 4%;
}


#statistics .statheader {
	position: relative;
	width: 100%;
	height: 22px;
	display: block;
	margin-bottom: 50px;
	margin-top: 40px;
}

#statistics .statheader label,
#statistics .statheader hr {
	position: absolute;
	width: 100%;
	line-height: 100%;
	text-align: center;
}

#statistics .statheader label {
	font-weight: normal;
	font-size: 1rem;
	color: #333;
	letter-spacing: 2px;
	line-height: 22px;
	text-transform: uppercase;
	margin: 0px;
	display: inline;
	
}

#statistics .statheader label span {
	padding: 0px 20px;
	background-color: #fff;	
}

#barcharts .select-container {
	margin-right: 600px;
}


.piechart {
	width: 33.33%;
	float: left;	
}

.piechart .legend {
	float:right;
	width: 100%;
	margin: 30px 0px 0px 0px;
	padding: 0px;
}

.piechart .legend li {
	cursor: pointer;
	line-height: 160%;
	display: flex;
}

.piechart .legend li:hover {
	color: #333;
}

.piechart svg {
	cursor: pointer;
}


.piechart .legend li label {
/* 	float:left; */
	width: 30px;
	margin-right: 10px;
	text-align: right;
	flex-shrink:0;
}

.piechart .pie {
	/*! float:left; */
	width: 65%;
	margin: 0px auto;
}

.eedpie {
	font-size: 20px;
}

.chartcontainer {
	display: block;
	height: 240px;
	float: left;
	width: 50%;
	margin-top: 60px;
}

.barchart {
	width: 25%;	
	height: 200px;
	margin-right: 12.5%;
	position: relative;
	float:left;
	margin-bottom: 60px;
}

.barchart:nth-child(3) {
	margin-right: 0;
}

.barchart .budgeted,
.barchart .realized {
	position: absolute;
	width: 50%;
	float:left;	
	bottom: 0px;
	height: 0px;
}

.barchart h3 {
	position: absolute;
	top: 210px;
	font-size: 0.8125rem;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0px;
	text-align: center;
	width: 100%;
	
}

.bar-legend .color-budgetted,
.barchart .budgeted {
	background: #c09627; /* Old browsers */
	background: -moz-linear-gradient(top,  #c09627 0%, #f1bc31 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #c09627 0%,#f1bc31 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #c09627 0%,#f1bc31 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c09627', endColorstr='#f1bc31',GradientType=0 ); /* IE6-9 */

}

.bar-legend .color-realized,
.barchart .realized {
	background: #0d646c; /* Old browsers */
	background: -moz-linear-gradient(top,  #0d646c 0%, #117e87 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #0d646c 0%,#117e87 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #0d646c 0%,#117e87 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d646c', endColorstr='#117e87',GradientType=0 ); /* IE6-9 */
}

.barchart .realized {
	left: 50%;
}

.barchart label {
	position: absolute;
	top: -20px;
	text-align: center;
	width: 100%;
}

.bar-legend th,
.bar-legend td {
	line-height: 20px;
}

.bar-legend {
	margin-top: 40px;
	float:right;
	width:  40%;
}

.bar-legend .color-budgetted,
.bar-legend .color-realized {
	width: 20px;
	height: 20px;
	float:left;
	margin-right: 10px;
}

/* Voortgang van scholen */
.bar {
	background-color: #eeeeee;
	width: 100%;
	height: 20px;
	display: block;
	border: 1px solid #C1C1C1;	
}

.bar .fill {
	height: 20px;
	display: block;
	background: rgba(17,125,135,1);
	background: -moz-linear-gradient(left, rgba(17,125,135,1) 0%, rgba(13,100,108,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(17,125,135,1)), color-stop(100%, rgba(13,100,108,1)));
	background: -webkit-linear-gradient(left, rgba(17,125,135,1) 0%, rgba(13,100,108,1) 100%);
	background: -o-linear-gradient(left, rgba(17,125,135,1) 0%, rgba(13,100,108,1) 100%);
	background: -ms-linear-gradient(left, rgba(17,125,135,1) 0%, rgba(13,100,108,1) 100%);
	background: linear-gradient(to right, rgba(17,125,135,1) 0%, rgba(13,100,108,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#117d87', endColorstr='#0d646c', GradientType=1 );
}




/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}
.matrix  div.matrix-hidden {
    display: none !important;
    visibility: hidden;
	
}
.matrix label.matrix-hidden {
    display: none !important;
    visibility: hidden;
	
}
/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}


/* Buttons */
a.button {
	float:left;
	margin-top: 10px;
}

a.button i {
	padding-right: 9px;
}

a.button i.righty {
	float:right;
	line-height: inherit;
	padding-right: 0px;
	padding-left: 9px;	
}

a.button i.clearicon {
	padding: 0px;
}

table a.button {
	margin-top: 0px;
}


/*
a.button,
input[type="submit"],
input[type="reset"] {

	color: #333;
	text-decoration: none;
	font-size: 14px;
	padding: 8px 9px 7px 9px;
	border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px 5px 5px 5px;
	-moz-border-radius:5px 5px 5px 5px;
	background: #aaddff;	
    border: 1px solid #99ccee;

}
*/



a.button--green,
input.button--green{
	background: #62B3A4;
	border: 1px solid #52988B;

}

a.button--down,
input.button--down{

	background: #F1BC31;
	border: 1px solid #C09627;

}

a.button--grey{
	background: #333;
	border: 1px solid #000;
}
input[disabled].button,
input.button--disabled{
background: #B6B6B6;
border: 1px solid #868686;
border-radius: 2px;
	font-size: 1rem;
	color: #403C3C;
	cursor: default;
}
a.button--warning,
input.button--warning{
	background: #EA4C3A;
	border: 1px solid #BD392A;

}

.submit-options{
	display: block;
	padding-top: 8px;
/* 	border:solid 1px #aaa; */

	width: 100%;
	margin-top: 2em;
/* 	background-color: #efefef; */

	padding:12px 0px;;
	
}
.submit-options h2{
	margin-left: 5px;
}

.submit-options:after{
	display: table;
	clear: both;
	content:'';
}

.submit-options--left{
	float: left;
	padding-right: 12px;
	border-right: solid 1px #999;

}
.submit-options--right{
	float:left;
	padding-left: 12px;
	border-left: solid 1px #efefef;

}
.submit-options a.button,
.submit-options input.button{
	display: inline-flex;
	vertical-align: middle;
	justify-content: center;
	align-content: center;
	align-items: center;
	margin:10px 5px;
	height: 40px;
	padding: 4px 11px;
	line-height: 1;
	box-sizing: border-box;
	height: 40px;
	width: auto;
	font-size: 0.875rem;
	font-weight: bold;
	min-width: 100px;
}
.submit-options a.button:first-child,
.submit-options input.button:first-child{
	margin-left:0px;
	
}

.submit-options a.button:hover,
.submit-options input.button:hover{

}



.tooltip-icon{
	position: relative;
	
}
.tooltip-icon span{
	display: none;
	position: absolute;
	top:-10px;
	padding:4px;
	background-color:#fff;
	color:#333;
	width:150px;
	left:15px;
	border:solid 1px #117E87;
	font-style: normal;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.5;
	font-size: 0.8em;	
	box-shadow: 0px 0px 12px rgba(0,0,0,0.2);
	
}

.tooltip-icon:hover span{
	display: flex;
}

span.warning{
	color: #EA4C3A;
}

.toggle{
	display: flex;
	align-items:center;
	align-content:center;
	transition:all 0.5s ease;
	justify-content:flex-end;
	
}
.toggle:hover{
	cursor: pointer;
}
.toggle.month:after{
	content:'';
	margin-left:0.5em;
	border-top: solid 0.5em #ccc;
	border-bottom: transparent;
	border-left: solid 0.3em transparent;
	border-right: solid 0.3em transparent;
}
.toggle.month.open:after{
	content:'';
	margin-left:0.5em;
	border-bottom: solid 0.5em #ccc;
	border-top: transparent;
	border-left: solid 0.3em transparent;
	border-right: solid 0.3em transparent;
}
.toggle.open{
	color: #118721;
/* 	font-size: 1.1em; */
	
	margin-left: 4px;

}


.togglelist{
	max-height: 0px;
	overflow: hidden;
	margin:0px;
	padding:0pc;
	transition:all 0.5s ease;
	font-size: 14px;
	
}
.togglelist.open{
	max-height: 100vh;

}

.togglelist li{
	list-style: none;
	height: 55px;
	display: flex;
	position: relative;
	display: flex;
	align-items:center;
	text-align:right;
	justify-content:flex-end;
	
	}
	
.align-right{
	text-align: right;
}

.togglelist.categories{
	justify-content: flex-end;
}
tr.dark td,
tr.dark th{
	background-color: #828282;
    border-left: 1px solid #a7a7a7;
    border-right: 1px solid #777777;
    color:#fff;
}





.statistic_tool{
	padding:1em 0px;
	margin-top:1em;
}
.statistic_tool:after{
	display: table;
	clear: both;
	content:"";
}
.statistic_tools {
/* 	width: 100%; */

}
.statistic_tools .select-container{
	float:none;
}

.statistic_tools td{
	border-right: solid 1px #ddd;
	padding:10px 8px;
/* 	vertical-align: bottom; */
}
.statistic_tools td:last-child{
	border-right: none;
}

.statistic_tool{
/* 	border-bottom: solid 1px #ddd; */
	margin-right: 8px;
}

.align_bottom{
	vertical-align: bottom;
}

.statistic_tool label{
	width: auto;
}


.statistic_tools .xls_button{
	background-image: url('/css/img/icon-excel.png');
	
	height: 40px;
	background-repeat: no-repeat;
	background-color: #1958af;
	border:solid 1px #33a6b0;
	border:none;
	margin-top: 40px;
	color:#fff;
	
/* 	font-weight: bold; */
	padding-left: 40px;
	padding-right:10px;
	border-radius: 2px;
	text-align: left;
	background-position:10px center;
	cursor:pointer;
	display: inline-block;
text-decoration: none;

	
}


.warning{
	color: #ff0000;
}

.thuiszitters_table th{
	white-space: nowrap;
}


.statistics_tab_header{
	background-image: url('/css/img/tabbed-header-bg.jpg');
	
	height: 125px;
	position: relative;
	top:-30px;
	}
.statistics_tab_header .container{
	height: 100%;
	position: relative;
}
.statistics_tab_header h1{
	top: 30px;
	position: relative;
}
.bar-holder--horizontal{
	display: flex;
	justify-content: space-between;
}
#statistics .tool.icons .button{
	width:44px;
}

#statistics .tool label.label_check{
	
	background-repeat:no-repeat;
	height: 25px;
	margin-top: 7px;
	
}

.tools.floatleft{
	float:left;
}


h2.no-break{
	display: inline-block;
}

 /* Popup container */
.popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

/* The actual popup (appears on top) */
.popup .popuptext {
  visibility: hidden;
  width: 160px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -80px;
}

/* Popup arrow */
.popup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Toggle this class when clicking on the popup container (hide and show the popup) */
.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
} 

/* Schooljaren select */

	#wrapper .progress__table--inner td{
		padding: 2px;
		width: auto;
		margin: 0px 4px;
		text-align: center;
	}
	 .progress__table--inner td{
		border-left: solid 1px #CBCACA;
	}
	/* 	top row items */
	.progress__table--inner tr:nth-child(1) td{
		border-top: solid 1px #CBCACA;
	}
	/* 	bottom row items */
	.progress__table--inner tr:nth-child(2) td{
		border-bottom: solid 1px #CBCACA;
	}

	/*	border between lower items. */
	.progress__table--inner tr:nth-child(2) td:nth-child(even){
		border-left: none;
	}
	
	/*	border on last items. */
	 .progress__table--inner td:last-child{
		border-right: solid 1px #CBCACA;
	}
	
	/*	Checkboxes. */
	 .progress__table--inner input[type="checkbox"]{
		display: none;
	}
	.progress__table--inner input[type="checkbox"]+label{
		width:12px;
		height:12px;
		margin: 2px 2px;
		display: block;
		background-color: transparent;
		border:solid 1px #117E87;
		transition: all 0.2s ease-in-out;
		border-radius: 3px;
	}
	.progress__table--inner input[type="checkbox"]+label:hover{
		background-color: #78A7AB;
	}
	.progress__table--inner input[type="checkbox"][disabled] + label{
/* 		background: #CBCACA; */
		border-color:  #CBCACA;
		pointer-events: none;
	}
	.progress__table--inner input[type="checkbox"]:checked + label{
		background: #117E87;
		border-color: #117E87;
	}

 .label_check{
/* 	width: 0px; */
	margin-left:3px;
}