html {
	height:100%;
	width:100%;
}

body
{
	background:#efefef;
	color:#000000;
	font-size:12px;
	font-family:Arial;
	margin:0;
	padding:0;
	height:100%;
	width:100%;
}

p {
	padding: 0px;
	margin: 0px;
}

div {
	text-align:left;
}

.input-error {
	background: #FFE0E0;
}

.border-error {
	border:1px solid #FF0000;
}

h1 { font-size: 16px; padding-bottom: 0px; margin-bottom: 0px; }
h2 { font-size: 12px; padding-bottom: 0px; margin-bottom: 0px; }
form								{margin:0px;}
label								{cursor:pointer;}

table 								{font-size:12px;}
.table-data 						{font-size:12px;}
.table-header th					{border-bottom: 1px solid black;}
.table-header th a					{font-size:12px;font-weight:bold;color:#909090;text-decoration:none;}
.table-header th a:hover			{color:black;}
.table-data td a					{font-size:12px;color:#909090;text-decoration:none;}
.table-form th						{font-size:12px;font-weight:normal;color:#909090;text-align:left;padding:3px;}
.table-form input					{font-size:12px;font-weight:bold;color:black;padding:1px;font-family:Arial;}
.table-form textarea				{font-size:12px;font-weight:bold;color:black;padding:1px;font-family:Arial;}
.table-form select					{font-size:12px;font-weight:bold;color:black;padding:1px;font-family:Arial;}

#div-pagebar						{border:1px solid #E0E0E0;background:#F6F6F6;margin-bottom:5px;}
#div-footerbar						{border:1px solid #E0E0E0;background:#909090;margin-bottom:5px;}
#div-footerbar-dest						{border:1px solid #E0E0E0;background:#F0F0F0;margin-bottom:5px;}
.row-highlight						{background:#E0E0E0;color:black;cursor:pointer;}
.row-selected						{background:#E0E0E0;color:black;cursor:pointer;}

.message						{border:1px solid #E0E0E0;background:#F0F0F0;padding:5px;}
.help						{border:1px solid #E0E0E0;background:#c3fbff;padding:5px;}

.table-row-even						{background:#efefef;}
.table-row-odd						{}
.table-row-inactive					{color:#a0a0a0;}

fieldset				{border:1px solid #eaeaea;padding:0px 5px 5px 5px;margin:0px 0px 10px 0px;border-radius:5px;}

legend					{font-weight:bold;margin-bottom:5px;color:black;font-size:12px}
div						{font-size:12px}

.borderbottom						{border-bottom:1px solid #c0c0c0;}
.tbb 						{border-bottom:1px solid #c0c0c0;}

input.button			{background:#4477cd;color:white; height:21px;font-size:12px;font-weight:normal !important;padding-left:5px;padding-right:5px; border:1px solid #88a5d5;cursor:pointer;overflow:visible;border-radius: 3px;}
.button-disabled		{background:#e8e8e8 !important;color:#a0a0a0 !important; font-weight:normal !important;height:21px;font-size:12px;padding-left:5px;padding-right:5px; border:1px solid #a0a0a0 !important;cursor:pointer;overflow:visible;border-radius: 3px;}

.button-table { min-width:75px; }
.button-alert { background: #7c005e !important; border:1px solid #7c005e !important; } 
.button-remove { background: #a0a0a0 !important; border:1px solid #a0a0a0 !important; } 
.button-cancel { background: #a0a0a0 !important; border:1px solid #a0a0a0 !important; } 
.button-download { background: #efefef !important; color: #000000 !important; border:1px solid #a0a0a0 !important; } 
.status-alert { color: #7c005e !important; font-weight: bold; } 

/*hr {  width:100%;color:#000000; }*/
hr { width:100%; border:0; height:1px;border-bottom:1px dotted #c0c0c0; }

.log { width:95%;border:1px solid #c0c0c0; padding:10px; }

.login
{
	font-size:12px;
	color:#333333;
	text-align:left;
}

textarea 
{
	font-size:12px;
	color:#333333;	
	border:1px solid #a0a0a0;
	border-radius: 3px;
	font-family:Arial;
}

body a 
{
	text-decoration:underline;
	color: #3a52c9
}
body a:visited 
{
	text-decoration:none;
}

.inline-link
{
	text-decoration:underline !important;  
	color: #3a52c9 !important;
}

#navigation ul,#navigation li
{
	margin:0;
	padding:0;
}

#navigation
{
	background:#5a0045;
	color:#ffffff;
	font-size:13px;
	min-height:30px;
	line-height:30px;
	border-top:1px solid #ffffff;
	width:100%;
	clear:both;
	overflow: hidden;
}

#navigation li
{
	float:left;
	list-style:none;
	white-space:nowrap;
	min-width:100px;
}

#navigation li a
{
	background:inherit;
	color:#ffffff;
	display:block;
	padding:0 15px;
	text-decoration:none;
}

* html #navigation a {width:1%;}

#navigation .selected,#navigation a:hover
{
	background:#7c005e;
	color:#fffe41;
	text-decoration:none;
}


#sub-navigation
{
	background:#7c005e;
	color:#fff;
	font-size:13px;
	min-height:30px;
	line-height:30px;
	border-top:1px solid #ffffff;
	width:100%;
	overflow: hidden;
}

#sub-navigation ul,#sub-navigation li
{
	margin:0;
	padding:0;
}

#sub-navigation li
{
	float:left;
	list-style:none;
	white-space:nowrap;
	min-width:100px;
}

#sub-navigation li a
{
	background:inherit;
	color:#a0a0a0;
	display:block;
	font-weight:normal;
	padding:0 15px;
	text-decoration:none;
}

* html #sub-navigation a {width:1%;}

#sub-navigation .selected,#sub-navigation a:hover
{
	background:#7c005e;
	color:#fffe41;
	text-decoration:none;
}


#header {
	width:95%;
	text-align:left;
	color:#ffffff;
	background:#114cb0;
	background-repeat: no-repeat;
	height:50px
}

#header h1 {
	padding-top:10px;
	font-size:24px;
}

#sidebar {
	border:1px solid #c0c0c0;
	padding:5px;
	border-radius: 3px;
	width: 250px;
	height:0%; 
}

.taak-header {
	width:auto;
	background:#5a0045;
	color:#ffffff;
	padding:10px;
}

.taak-header .fa {
	color:#ffffff;
}

.taak-uitvoeren {
	width:auto;
	background:#7c005e;
	/*height:300px;*/ 
	min-height:100px;
	padding:10px;
}

.taak-spacer {
	width:auto;
	margin:10px;
}

.taak-uitvoeren table td {
	color:#ffffff;
}

.taak-uitvoeren ul, #sub-navigation li
{
	margin:0;
	padding:0;
}

.taak-uitvoeren li
{
	background:#7c005e;
	margin:0;
	padding-top:8px;
	float:left;
	list-style:none;
	white-space:nowrap;
	border-bottom:1px solid #a75692;
	width:100%;
}

.taak-uitvoeren a, .taak-uitvoeren li a
{
	color:#ffffff;
	display:block;
	text-decoration:none;
	padding:0 15px 8px;
	position:relative;
}

.taak-uitvoeren a:before, .taak-uitvoeren li a:before
{
	content: "\f101";  
    font-family: FontAwesome;
    left:0px;
    position:absolute;
    top:-3px;
    font-size:18px;
}

.taak-uitvoeren a:hover, .taak-uitvoeren li a:hover
{
	color:#fffe41;
	padding:0 15px 8px;
}

#main-search {
	position:absolute;
	right:50px;
	top:50px;
	border:0px solid red;
}

.dashboard-item { border: 1px solid #c0c0c0; height: 250px; width: 100%; background:#ffffff; padding:10px; border-radius: 3px; }
.dashboard-titel { font-size:14px; font-weight: bold; color: #535152; }
.dashboard-contents { padding-top: 5px;}

.dashboard-contents-overflow-1 { position:relative;overflow:auto;width:100%;height:100%;border:0px solid #c0c0c0; }
.dashboard-contents-overflow-2 { position:absolute;left:0px;top:0px;width:100%;height:100%; }

.dashboard-contents hr { width:100%; border:0; height:1px;border-bottom:1px dotted #c0c0c0; }
.dashboard-contents h1 { font-size:14px; color:#535152; padding-bottom:5px; padding-top:5px;}
.dashboard-contents h2 { font-size:12px; color:#737373; padding-bottom:5px; padding-top:5px;}

.portal-dashboard { border:0px solid black; padding-left:0px;}
.column { width:100%; min-height:50px; /*width: 50%; float: left;*/ }
.dashboard-item-container { clear: both; padding: 0px; padding-right:10px;}
.ui-sortable-placeholder { background:#c0c0c0; margin:5px; border: 1px dotted black; visibility: visible !important; height: 50px !important; }
.ui-sortable-placeholder * { visibility: hidden; }


#popup-header
{
	background:#5a0045;
	color:#ffffff;
	font-size:13px;
	height:30px;
	line-height:30px;
	border-bottom:1px solid #ffffff;
	width:100%;
	clear:both;
	text-align:center;
}

#popup-footer
{
	background:#5a0045;
	color:#ffffff;
	font-size:13px;
	height:40px;
	line-height:30px;
	border-top:1px solid #ffffff;
	width:100%;
	clear:both;
	text-align:center;
	padding-bottom:5px;
	padding-right:10px;
	padding-left:10px;
}


#popup-header-frontend
{
	background:#111167;
	color:#ffffff;
	font-size:13px;
	height:30px;
	line-height:30px;
	border-bottom:1px solid #ffffff;
	width:100%;
	clear:both;
	text-align:center;
}

#popup-footer-frontend
{
	background:#111167;
	color:#ffffff;
	font-size:13px;
	height:40px;
	line-height:30px;
	border-top:1px solid #ffffff;
	width:100%;
	clear:both;
	text-align:center;
	padding-bottom:5px;
	padding-right:10px;
	padding-left:10px;
}

#content-search {
	background:#efefef;
	padding:5px;
	margin-top:5px;
	margin-bottom:5px;
}
#content-footer {
	padding:0px;
	margin:0px;
}

#content-header {
	background:#efefef;;
	padding:5px;
	margin-top:0px;
	margin-bottom:5px;
}

#content-header table td {
	font-style: italic;
}

a.tab-normal:link				{ font-size: 12px; color:#000000; font-weight: normal; text-decoration: none; }
a.tab-normal:active				{ font-size: 12px; color:#000000; font-weight: normal; text-decoration: none;}
a.tab-normal:visited				{ font-size: 12px; color:#000000; font-weight: normal; text-decoration: none;}
a.tab-normal:hover				{ font-size: 12px; color:#000000; font-weight: normal; text-decoration: underline;}

a.tab-selected:link					{ font-size: 12px; color:#000000; font-weight: bold; text-decoration: none; }
a.tab-selected:active				{ font-size: 12px; color:#000000; font-weight: bold; text-decoration: none;}
a.tab-selected:visited				{ font-size: 12px; color:#000000; font-weight: bold; text-decoration: none;}
a.tab-selected:hover				{ font-size: 12px; color:#000000; font-weight: bold; text-decoration: underline;}

a.subtab-normal:link				{ font-size: 12px; font-weight: normal; text-decoration: none; }
a.subtab-normal:active				{ font-size: 12px; font-weight: normal; text-decoration: none;}
a.subtab-normal:visited				{ font-size: 12px; font-weight: normal; text-decoration: none;}
a.subtab-normal:hover				{ font-size: 12px; font-weight: normal; text-decoration: underline;}

a.subtab-selected:link					{ font-size: 12px; font-weight: bold; text-decoration: none; }
a.subtab-selected:active				{ font-size: 12px; font-weight: bold; text-decoration: none;}
a.subtab-selected:visited				{ font-size: 12px; font-weight: bold; text-decoration: none;}
a.subtab-selected:hover				{ font-size: 12px; font-weight: bold; text-decoration: underline;}

.contenttab {border: 0px solid #c0c0c0; padding: 15px;} 

.search-label {
	font-style: italic;
	white-space:nowrap;
}

.search-spacer {
	min-width: 50px;
}

.dashboard-datum {
	float:right;
	color: #c0c0c0;
	margin-top:-10px;
}


#header-registratie {
	width:100%;
	text-align:left;
	color:#ffffff;
	background:#114cb0;
	background-repeat: no-repeat;
	height:50px
}

#header-registratie h1 {
	padding-top:10px;
	font-size:24px;
}

#content-registratie {
	background:#ffffff;
	padding-top:5px;
	padding-left:35px;
	padding-right:35px;
	padding-bottom:10px;
	margin-top:5px;
	margin-bottom:5px;
	min-height:200px; 
	text-align:left;
	width:600px;
}

#content-registratie h2 {
	padding-bottom:5px;
	font-size:16px;
}

.registratie {
	border:1px solid #c0c0c0;
	width:100%;
	margin:0px;
	margin-top:20px;
	margin-bottom:20px;
	padding:20px;
	border-radius:10px;
}

th.headerSort { 
    background-image: url(../images/transparant.gif);     
    cursor: pointer; 
    background-repeat: no-repeat; 
    background-position: center right; 
} 
th.headerSortUp { 
    background-image: url(../images/arrow_up.gif); 
    background-repeat: no-repeat;
    background-position: center right;
} 
th.headerSortDown { 
    background-image: url(../images/arrow_down.gif);
    background-repeat:no-repeat; 
    background-position: center right;
}

.readonly {
	color:#a0a0a0;
}

.voortgang-container {
	border: 1px solid #c0c0c0;
	background: #ffffff;
	padding: 5px;
	width: 100%;
	box-sizing: border-box;
	border-radius: 5px;
	margin-bottom: 10px;
	max-width:800px;
}

.voortgang-header {
	display: table;
	width: 100%;
}

.voortgang-header h1 {
	display: table-cell;
	font-size: 13px;
}

.voortgang-header h1:nth-child(1) {
	width: 225px;
	padding: 5px;
}

.voortgang-header h1:nth-child(2) {
	padding: 5px;
}

.voortgang-progress {
	width: 100px;
	margin: 5px;
	border:1px solid #ffffff;	
	background-color: #efefef;
    height: 14px;
    border-radius: 3px;
}

.voortgang-progress span {
    display: inline-block;
    height: 100%;
    border-radius: 2px;
    background-color: #a0a0a0;
    padding-left: 0px;
    color:#000000;
}

.voortgang-toggle {
	width: 20px;
	display: table-cell;
	background: url(../images/down.png);
	background-repeat: no-repeat;
	background-position:center; 
	cursor: pointer; 
}

.voortgang-toggle-on {
	background: url(../images/up.png);
	background-repeat: no-repeat;
	background-position:center;
}

.voortgang-toggle-inactief {
	width: 20px;
	display: table-cell;
	background: url(../images/down-grey.png);
	background-repeat: no-repeat;
	background-position:center; 
	cursor: pointer; 
}

.voortgang-toggle-on-inactief {
	background: url(../images/up-grey.png);
	background-repeat: no-repeat;
	background-position:center;
}

.voortgang-row {
	width: 100%;
	display: table;
}

.voortgang-label {
	width: 200px;
	display: table-cell;
	padding-top: 5px;
	padding-left: 5px;
	color: #909090;
}

.voortgang-data {
	display: table-cell;
	padding: 5px;
}

.voortgang-actief {
	background: #5a0045;
	color: #ffffff;
}

.voortgang-afgerond {
	background: #808080;
	color: #ffffff;
}

.voortgang-inactief {
	background: #c0c0c0;
	color: #808080;
}

.voortgang-historie {
	background: #e0e0e0;
	color: #000000;
}


.voortgang-toggle {
}


.cattraject-gegevens {
	width: 400px;
	border-spacing: 0px;
}

.cattraject-gegevens tr {
	vertical-align: top;
}

.cattraject-gegevens td:nth-child(1) {
	width: 120px;
	padding-right: 3px;
	padding-bottom: 3px;
}

.cattraject-bevestiging-status--1 {
	color: #aa0000;
	font-weight: normal;
}

.cattraject-bevestiging-status-1 {
	color: #00aa00;
	font-weight: normal;
}

.cattraject-bevestiging-status-0 {
	color: orange;
	font-weight: normal;
}

.voortgang-progress-afgerond span {
	background: #00aa00;
}

.voortgang-help {
	padding: 5px;
}

.voortgang-help img {
	float: left;
	padding-right: 5px;
	margin-top: 0px;
}

.link-button {
	display: block;
	background: #4477cd;
	color: #ffffff;
	text-decoration: none;
	min-width: 120px;
	padding: 3px; 
	font-weight: bold;
	height: 16px;
	margin-top:5px;
}

.alert {
	color: #aa0000;
}

.bold {
	font-weight: bold;
}

.left {
	float:left;
}

.right {
	float:right;
}

.clear {
	clear:both;
}

.formulier-vraag-toelichting {
	color: #000000;
}

.beoordelingsformulier-opties-container {
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
}

.beoordelingsformulier-opties {
    border-collapse: collapse;
    box-sizing: border-box;
    padding: 10px;
    width: 100%;
    border: 1px solid black;
    font-style: normal;
}

.beoordelingsformulier-opties td {
    border: 1px solid black;
    font-size: 11px;
    vertical-align: top;
    cursor: pointer;
}

.beoordelingsformulier-opties th {
    border: 1px solid black;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}

.beoordelingsformulier-opties-zonder-toelichting {
	border: 0px solid black !important;
	font-weight: normal !important;
	background: none !important;
}

.beoordelingsformulier-optie-hover {
	background: #feffbb;
}

.beoordelingsformulier-optie-actief {
	background: #fdff7f;
}

.beoordelingsformulier-toelichting {
	margin: 10px;
	width: calc(100% - 20px);
}

.beoordelingsformulier-toelichting.beoordelingsformulier-opties th {
	cursor: auto !important;
}

.beoordelingsformulier-toelichting.beoordelingsformulier-opties td {
	cursor: auto !important;
}


.beoordelingsformulier-antwoord {
	font-size: 14px;
	font-weight: bold;
	padding-top: 20px;
	width: 100%;
	text-align: center;
}

.beoordelingsformulier-antwoord-readonly {
	font-size: 16px;
	font-weight: bold;
	width: 100%;
	text-align: center;
	padding-bottom: 20px;
}

.beoordelingsformulier-antwoord-berekend {
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	padding-top: 20px;
	width: 100%;
	text-align: center;
}


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

.form-wizard-voortgang {
	width: 100%;
	height: 60px;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	padding: 5px;
	margin: 0px;
	box-sizing:border-box;
	display: none;
	margin-bottom: 10px;
}

.form-wizard-voortgang ul
{
	margin:0;
	padding:0;
}

.form-wizard-voortgang li
{
	margin:0px;
	padding:0px;
	float:left;
	list-style:none;
	white-space:nowrap;
	min-width: 150px;
	text-align: center;
	cursor: pointer;
}

.form-wizard-voortgang li:not(:last-child) > span:after {
	content : "\00bb"; 
	font-size: 16px;
	position: relative;
	top: 10px;
	left: 70px;
}

.form-wizard-voortgang li > span
{
	font-size: 20px;
	display: block;
}

.form-wizard-voortgang-actief {
	font-weight: bold;
	color: #3a52c9;
}

.form-wizard-voortgang-error {
	color: #ff0000;
}

.form-wizard-voortgang-small {
	height: 50px;
}

.form-wizard-voortgang-small li {
	min-width: 118px;
}

.form-wizard-voortgang-small li:not(:last-child) > span:after {
	left: 50px;
	top: 5px;
}

.form-wizard-opmerking-aantal {
	background: #aa0000;
	color: #ffffff;
	font-weight: bold;
}

.form-wizard-fieldset-wrapper {
	height:100%;
	overflow:auto;
	border:1px solid #e0e0e0;
	border-radius:5px;
	margin-bottom: 5px;
	padding: 5px;
	box-sizing:border-box;
}

.form-wizard-buttons {
	margin-top: 5px;
}

#content {
	min-height:500px;
	padding:0px;
	flex: 1;
}

#content-wrapper {
	display:flex;
	width:100%;
	padding: 10px;
	box-sizing: border-box;
}

.form-wizard-subgroup-menu {
	margin:0;
	padding:0;
}

.form-wizard-subgroup-menu li {
	list-style:none;
	margin:0;
	padding:0;
	width: 100%;
	border: 1px solid #e0e0e0;
	border-radius: 5px;
	text-align: center;
	min-height: 25px;
	margin-bottom: 5px;
	line-height: 25px;
	padding: 0px;
	cursor: pointer;
}

.form-wizard-subgroup-menu li:hover, .actief {
	font-weight: bold;
	color: #3a52c9;
}

.form-wizard-message {
	width: 100%;
	border:1px solid #FFDD66;
	background: #FFFFEE;
	padding: 5px;
	display: none;
	box-sizing:border-box;
	margin-bottom: 10px;
	border-radius: 5px;
	color: #000000;
	font-weight: bold;
}

.form-wizard-field-error {
	background: #FFE0E0;
}

.form-wizard-errors {
	width: 100%;
	border:1px solid #FF0000;
	background: #FFEEEE;
	padding: 5px;
	display: none;
	box-sizing:border-box;
	margin-bottom: 10px;
	border-radius: 5px;
	color: #ff0000;
	font-weight: bold;
}

.form-wizard-errors img {
	float: left;
	padding-right: 10px;
}

.form-wizard-alert {
	width: 100%;
	border:1px solid #FFDD66;
	background: #FFFFEE;
	padding: 5px;
	display: none;
	box-sizing:border-box;
	margin-bottom: 10px;
	border-radius: 5px;
	color: #000000;
	font-weight: bold;
}

.form-wizard-alert div {
	display: table-cell;
}

.form-wizard-alert > .fa {
	float: left;
	padding-right: 10px;
	display: table-cell;
}

ins {
	color: green;
	text-decoration: none;
	font-weight: bold;
}

del {
	color: red;
	text-decoration: line-through;
}

.veld-historie {
	border: 1px solid #e0e0e0;
	border-radius: 5px;
	box-sizing: border-box;
	width: 100%;
	display: table;
	color: #505050;
}

.veld-historie > div {
	display: table-row;
}

.veld-historie > div > div:nth-child(1) {
	max-height: 150px;
	overflow-y: auto;
	overflow-x: hidden;
	display: table-cell;
	padding: 5px;
}

.veld-historie > div > div:nth-child(2) {
	display: table-cell;
	width: 150px;
}

.veld-historie ul
{
	margin:0;
	padding:0;
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
}

.veld-historie li
{
	margin:5px;
	padding:0px;
	list-style: none;
	white-space: nowrap;
	min-width: 120px;
	text-align: center;
	cursor: pointer;
	height: 20px;
	line-height: 20px;
	border:1px solid #e0e0e0;
	border-radius: 5px;
}

.veld-historie li:hover, .actief {
	color: #3a52c9;
}

.veld-opmerking {
	border: 1px solid #e0e0e0;
	border-radius: 5px;
	padding: 5px;
	margin-bottom: 5px;
}

.veld-opmerking-invoer {
	margin-bottom: 20px;
}

.veld-opmerking-invoer textarea {
	width: 100%;
	height: 40px;
}

.veld-opmerking-auteur {
	font-weight: bold;
}
.veld-opmerking-tekst {
}
.veld-opmerking-auteur-rol {
	color: #808080;
}

.veld-opmerking-oud {
	color: #a0a0a0;
}


fieldset[id^='fieldset_omschrijving'] a.help-popup {
	float: right;
} 

.form-wizard-subgroup-menu img {
	padding-left: 5px;
}

legend img {
	display: none;
}

.veld-opmerking-toggle {
	float: right;
	padding: 3px;
}

.text-right {
	text-align: right;
}

.text-form-help {
	font-style: italic;
	color: #000000;
}

.status-goedgekeurd {
	color: green;
}

.status-afgekeurd {
	color: red;
}

.opleiding-link {
	font-weight: bold;
	background-image: url("../images/menu_dots.png") !important;
	background-color: #111167 !important;
	background-position: right !important; 
	background-repeat: no-repeat !important;
	min-width:100px !important;
	padding-right: 30px !important;
}

#opleiding-toggle {
	display:none;
	position:absolute;
	z-index:100000;
}

#opleiding-toggle li {
	clear:both;
	width:100%;
	background:#233b85;
}

#opleiding-toggle a:hover {
	background:#111167 !important;
}

.disabled {
	background:black;
}

.keuze-stageaanvraag {
}

.keuze-stageaanvraag li {
	padding: 3px;	
}

.update-text-value:not(:empty) {
	padding-right:10px;
}

input[type='text'], input[type='password'], .input-text, .input-textarea, select {
	border:1px solid #a0a0a0;
	border-radius: 3px;
	padding: 3px;
	background: #ffffff;
}

.select2-container {
	min-width:200px;
}


#info-message {
	margin:auto;
	border:1px solid #FFDD66;
	margin: 0px 0px 0px -150px;
	left: 50%;
	top:0px;
	min-width:150px;
	white-space: no-wrap;

	display:none;
	background:#FFFFEE;
	padding:5px;
	position:absolute;
	z-index:1000;
	font-weight:bold;
	text-align:center;
}


#error-message {
	margin:auto;
	border:1px solid #FF0000;
	margin: 0px 0px 0px -100px;
	left: 50%;
	top:0px;
	width:200px;

	display:none;
	background:#FFE0E0;
	padding:10px;
	position:absolute;
	z-index:1000;
	font-weight:bold;
	text-align:center;
}

#loader, #default-loader {
	position: absolute;
	top: 20px;
	right: 5px;
	margin-top: 2px;
	color: #ffffff;
	display: none;
	border:0px solid red;
	z-index: 100000;
}

.note {
    position: relative;
}
.note:after { 
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0; 
    height: 0; 
    display: block;
    border-left: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-top: 10px solid #f3f60c;
} 

.note-large {
    position: relative;
}
.note-large:after { 
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0; 
    height: 0; 
    display: block;
    border-left: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-top: 15px solid #f3f60c;
} 

.login-keuze {
	width:100%;
	display:table;
	margin: auto;
	margin-top:20px;
}

.login-keuze h2 {
	font-size: 12px;
}

.login-keuze > div {
	display:table-cell;
	text-align: center;
	width: 50%;
	cursor: pointer;
	padding: 10px;
}

.login-keuze > div:hover {
	box-shadow: inset 0 0 0 1px #000000;
}

.login-error {
	margin-top: 10px;
	margin-bottom:5px;
	border:#FF6666 solid 1px;
	background:#FFEEEE;
	padding: 5px;
	min-height:30px;
	display: table;
	width:100%;
}

.login-error > img {
	display: table-cell;
	vertical-align: middle;
}

.login-error > span {
	display: table-cell;
    vertical-align: middle;
    padding-left: 5px;
}

.fa-check.fa-color {
	color: green;
}
.fa-remove.fa-color {
	color: red;
}
.fa-comment.fa-color {
	color: #000000 !important;
}
.fa-exclamation-triangle.fa-color {
	color: red;
}
.fa-exclamation-triangle.fa-black {
	color: #000000 !important;
}
.fa-circle.fa-yellow {
	color: yellow !important;
	text-shadow: 0px 0px 1px #000;
}
.fa-circle.fa-red {
	color: red !important;
	text-shadow: 0px 0px 1px #000;
}
.fa-check.fa-lightgreen {
	color: #00dd00 !important;
	text-shadow: 0px 0px 1px #000;
}
.fa-check.fa-yellow {
	color: yellow !important;
	text-shadow: 0px 0px 1px #000;
}
.fa-search.fa-autocomplete {
	color: #000000 !important;
	line-height: 22px;
	padding-left: 2px;
}
.fa-spinner.fa-autocomplete {
	color: #000000 !important;
	line-height: 22px;
	padding-left: 2px;
}
.fa-plus.new {
	line-height: 22px;
}
.fa.link {
	color: #3a52c9 !important;
}
.fa-user.status-geen {
	display:none;
}
.fa-user.status-inactief {
	color: #dedede;
}
.fa-user.status-actief {
	color: #000000;
}
.fa-color-gray {
	color: #a0a0a0;
}
.fa-spinner.light {
	color: #808080 !important;
}
 

.nowrap {
    white-space: nowrap;
}

.calendar						{margin:10px auto;max-width:300px;}
.calendar .header				{font-weight:bold;font-size:14px;line-height:32px;cursor:pointer;background:white;text-align:center;position:relative;border:2px solid transparent;}
.calendar .header:hover			{background:#F0F0F0;}
.calendar td,
.calendar th					{text-align:center;line-height:28px;border:2px solid transparent;position:relative;width:12.5%;}
.calendar tbody tr:hover td		{background:#F0F0F0;border-color:transparent;cursor:pointer;color:#606060;}
/* .calendar td:hover, */
/* .calendar tbody th.marked:hover	{border-color:#A0A0A0;} */
.calendar th.shaded				{background:white;}
.button.shaded					{background:#E0E0E0;border-color:white;color:black;line-height:28px;height:auto;padding:0 8px;}
.calendar th.marked				{cursor:pointer;/*background:#99CCFF;border-color:white;*/font-weight:bold;}
.calendar th.reserved				{cursor:pointer;font-weight:bold;}
.calendar td.shaded				{/*background:#D0D0D0;*/color:#606060;}
.calendar td.selected,
.button.selected					{background:#BFE0A7;border-color:white;color:black;line-height:28px;height:auto;padding:0 8px;}
.calendar td.warning,
.button.warning					{background:#FF9901;border-color:white;color:black;line-height:28px;height:auto;padding:0 8px;}
.calendar td.blocked,
.button.blocked					{background:#D55951;border-color:white;color:black;line-height:28px;height:auto;padding:0 8px;}
.calendar td.marked				{border:1px solid #0000dd;box-sizing:border-box;color:black;}
.calendar td.reserved			{border:1px solid #FFD700;box-sizing:border-box;color:black;}
.calendar .disabled				{background:white;cursor:normal;border-color:transparent;}
/* .calendar .disabled:hover		{background:white;cursor:normal;border-color:white;} */
.calendar td.disabled			{color:#E0E0E0;}
.calendar tbody th				{color:#B0B0B0;}
.calendar tbody th .counter		{position:absolute;display:block;top:-10px;right:-5px;color:white;background:#FF0000;border-radius:10px;line-height:20px;min-width:10px;padding:0 5px;text-align:center;z-index:10;font-size:12px;font-weight:normal;}

.legenda-marked					{border:3px solid #0000dd !important;box-sizing:border-box;color:black;height:26px;line-height:20px;padding-left:4px;padding-right:4px;display:inline-block;}
.legenda-plaatsen 				{color:white;background:#FF0000;border-radius:10px;line-height:20px;text-align:center;width:20px;display:inline-block;}
.legenda-reserved 			{border:3px solid #FFD700;box-sizing:border-box;color:black;height:26px;line-height:20px;padding-left:4px;padding-right:4px;display:inline-block;}

.calendar .menu					{position:absolute;left:-5px;top:35px;width:200px;padding:5px;color:#303030;border:1px solid #A0A0A0;box-shadow:0 2px 3px rgba(0, 0, 0, 0.2);background:white;z-index:100;}
.calendar .menu ul				{list-style:none;padding:0;margin:0;}
.calendar .menu li				{display:block;padding:0 5px;cursor:pointer;}
.calendar .menu li.active		{background:#FFFF99;}
.calendar .menu li:hover			{background:#FFCC01;}
.calendar .menu button			{border:none;border-radius:50%;background:silver;color:black;font-weight:bold;width:15px;height:15px;line-height:10px;padding:0;outline:none;}
.calendar .menu:after, 
.calendar .menu:before			{bottom:100%;left:12%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;}
.calendar .menu:after			{border-color:rgba(255, 255, 255, 0);border-bottom-color:#ffffff;border-width:10px;margin-left:-10px;}
.calendar .menu:before			{border-color:rgba(160, 160, 160, 0);border-bottom-color:#A0A0A0;border-width:11px;margin-left:-11px;}


.table-stretch  				{border:1px solid #E0E0E0 !important; }
.table-stretch .table-header 	{border-bottom:1px solid #E0E0E0 !important;background:#F5F5F5; }
.table-stretch .table-header th	{border-bottom:1px solid #E0E0E0 !important;color:#909090 !important;font-weight:bold;}
.table-stretch tr:last-child > td {border-bottom:0px !important;}
.table-stretch td				{border-bottom:1px solid #F0F0F0;}
.table-stretch td a					{font-size:12px;color:#909090;text-decoration:none;}

.table-studieplan-vakken td				{padding-bottom:6px;}
.table-studieplan-vakken tbody tr:nth-child(even) {}

input.button.transparant {
	background: #c0c0c0;
	border: 0px;
}

.login input[type='text'], .login input[type='password'] {
	padding-right: 0px !important;
	box-sizing: border-box; 
}

.form-wizard-readonly {
	background: #e0e0e0 !important;
}

::placeholder {
  font-weight: normal;
}

#content-wizard {
	background: #ffffff;
	padding: 20px;
}

#content-wizard > h1 {
	text-align: center;
}

.input-textarea-word-counter {
	color: #505050;
	font-size: 10px;
}


.web-tabs ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display:table;
	border-spacing: 0px;
}


.web-tabs ul li {
	float: left;
	background: #efefef;
	margin-right: 2px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;	
	border-top-right-radius: 5px;
	border: 1px solid #a0a0a0;
	background-image: linear-gradient(#efefef, #ffffff);
    list-style: none;
    padding: 5px;
    text-align: center;
    min-width: 60px;
	border-bottom: 0px;
	width:min-content;
}

.web-tabs ul li.active {
	border-bottom: 0px;
	color: #000000;
}

.web-tabs ul li > a {
	color: #000000; 
	text-decoration: none; 
}

.web-tabs ul li > a:hover {
	color: #000000; 
	text-decoration: underline; 
}
 
.web-tabs ul li > a::before {
    display: block;
    content: attr(title);
    font-weight: bold;
    height: 0;
    overflow: hidden;
    visibility: hidden;
} 

.web-tabs-line {
	border:1px solid #ffffff;
	top: 6px;
	position:relative;
	margin-left:-5px;
	margin-right:-5px;
}

.web-tabs ul li.active > a {
	font-weight: bold;
	color: #000000;
	text-decoration: none; 
}

.web-tabs-content {
	border:1px solid #e0e0e0;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	border-top-right-radius: 3px;
	padding: 15px;
}

.label-select ul {
	margin:0;
	padding:0;
}

.label-select li {
	float:left;
	list-style:none;
	white-space:nowrap;
	border:1px solid #a0a0a0;
	border-radius: 3px;
	text-align: center;
	padding: 3px;
	margin-right: 3px;
	margin-top: 3px;
}

.label-select i {
	cursor:pointer;
	width:16px;
}

.student-label {
	float:left;
	border:1px solid #a0a0a0;
	border-radius: 3px;
	margin-right: 3px;
	padding-left: 3px;
	padding-right: 3px;
}

.voorkeur-geen {
	color: #aa0000;
}

.voorkeur-voorlopig {
	background:#DAF7A6;
	border-radius: 3px;
	padding: 3px;
}

.voorkeur-definitief {
	background:#00aa00;
	border-radius: 3px;
	padding: 3px;
}

.voorkeur-blokkade {
	border-radius: 3px;
	border: 3px solid #ff0000;
	padding: 3px;
}

.voorkeur-alert {
	border-radius: 3px;
	border: 3px solid #fb6a1c;
	padding: 3px;
	background: orange;
	min-width:150px;
}

.voorkeur-genegeerd {
	background-color:#00aa00 !important;
	background: 
         linear-gradient(to top left,
             rgba(0,0,0,0) 0%,
             rgba(0,0,0,0) calc(50% - 0.8px),
             rgba(0,0,0,1) 50%,
             rgba(0,0,0,0) calc(50% + 0.8px),
             rgba(0,0,0,0) 100%),
         linear-gradient(to top right,
             rgba(0,0,0,0) 0%,
             rgba(0,0,0,0) calc(50% - 0.8px),
             rgba(0,0,0,1) 50%,
             rgba(0,0,0,0) calc(50% + 0.8px),
             rgba(0,0,0,0) 100%);
}

.voorkeur-dubbel {
	color: #ff0000;
}

.student-studievoortgang-col-1 {
	min-width: 300px;
}

#content_popup {
	width:750px;
	height:600px;
}

.button-back, .button-next, .button-save {
	min-width:80px;
}

.web-tabs .help-popup {
	color: #a0a0a0;
}

@media all and (max-height: 250px) {
	#content {
		min-height:200px;
	}
}

@media all and (max-width: 1024px) {
	body {
		-webkit-text-size-adjust: 100%;
	}
	#content-wrapper {
		display:block;
	}
	#content {
		padding-right:0px;
		min-height:100px;
	}
	#sidebar {
		width: auto;
	}
	.dashboard-item-container {
		padding-right: 0px;
	}
	.student-studievoortgang-col-1 {
		min-width: 25%;
	}
	.taak-uitvoeren {
		background: #ffffff;
	}		
	.taak-uitvoeren table td, .taak-uitvoeren a, .taak-uitvoeren li a {
		color: #000000;
	}
	.taak-uitvoeren a:hover, .taak-uitvoeren li a:hover {
		color: #000000;
	}
	.taak-uitvoeren li {
		background: none;
		border-bottom: none;
	}
	#page-container {
		width:100% !important;
	}
	#copyright {
		display: none;
	}
	
}

