/**
 *
 * '||''|.                            '||
 *  ||   ||    ....  .... ...   ....   ||    ...   ... ...  ... ..
 *  ||    || .|...||  '|.  |  .|...||  ||  .|  '|.  ||'  ||  ||' ''
 *  ||    || ||        '|.|   ||       ||  ||   ||  ||    |  ||
 * .||...|'   '|...'    '|     '|...' .||.  '|..|'  ||...'  .||.
 *                                                  ||
 * --------------- By Display:inline ------------- '''' -----------
 *
 * Styles override for 1200+ pixels screens
 */

.widthDetector{width:100%;height:5px;background:#ff0000;}/* rood */
.opdrachtMenu {font-size:15px;}
.menuNummer {display:table-cell;}
.menuText {display:table-cell;}
.ExtraTitelRow{display:none;}

/* Class used to determine which media queries are on */
#mediaquery-checker {
	width: 50px;
}
#dashboardIconTD {width:55px;padding:10px;}
#dashboardIcon {width:55px;}
#dashboardIconTD2 {padding:10px;font-size:13px;}
#dashboardIconTD2 h4 {font-size:15px;}
#dashboardIconTD3 {padding:10px;}

#dashboardIcon2 {width:120px;margin-left:-70px;}
#dashboardIcon2Div {margin-left:80px;}
#dashboardIcon2Mini {width:40px;}

.not-on-mobile,
.not-on-tablet {
	display: block;
}
.tr-for-1200 { display:table-row; }
.tr-for-smaller1200 { display:none; }
.td-for-1200 { display:table-cell; }

/* Columns */
.columns:last-child {
	margin-bottom: -25px;
}
.columns > div {
	margin-bottom: 25px;
}

/* These styles define the columns size. They must be redefined for each responsive size */
.column,
.one-column		{ width: 6.0833%; }
.two-columns	{ width: 14.4167%; }
.three-columns	{ width: 22.75%; }
.four-columns	{ width: 31.0833%; }
.five-columns	{ width: 39.4167%; }
.six-columns	{ width: 47.75%; }
.seven-columns	{ width: 56.0833%; }
.eight-columns	{ width: 64.4167%; }
.nine-columns	{ width: 72.72%; }
.ten-columns	{ width: 81.0833%; }
.eleven-columns	{ width: 89.4167%; }
.twelve-columns	{ width: 97.75%; }

/* Line breaks to ensure correct float */
.new-row-tablet {
	clear: none;
}
.new-row-desktop {
	clear: left;
}

