#Dashboard {
	font-family: 'calibri';
	font: 300 12px/1.4 Calibri, Helvetica;
}

#Dashboard b,
#Dashboard strong {
	font-weight: 900;
}

#Dashboard h1,
#Dashboard h2,
#Dashboard h3,
#Dashboard h4,
#Dashboard h5,
#Dashboard h6,
#Dashboard .h1,
#Dashboard .h2,
#Dashboard .h3,
#Dashboard .h4,
#Dashboard .h5,
#Dashboard .h6 {
	font-family: Raleway;
	font-weight: 700;
}

#Logo_top {
	display: none;
}

/*** WYSIWIG Editor ***/
.scripts_hrm_form_list .note-btn-group.btn-group.note-insert,
.scripts_manager_form_list .note-btn-group.btn-group.note-insert,
.frm .note-btn-group.btn-group.note-insert,
.scripts_hrm_form_list .note-btn-group.btn-group.note-view,
.scripts_manager_form_list .note-btn-group.btn-group.note-view,
.frm .note-btn-group.btn-group.note-view,
.scripts_hrm_form_list .note-btn-group.btn-group.note-table,
.scripts_manager_form_list .note-btn-group.btn-group.note-table,
.frm .note-btn-group.btn-group.note-table,
.scripts_hrm_form_list .note-btn-group.btn-group.note-color,
.scripts_manager_form_list .note-btn-group.btn-group.note-color,
.frm .note-btn-group.btn-group.note-color,
.scripts_hrm_form_list .note-btn-group.btn-group.note-fontname,
.scripts_manager_form_list .note-btn-group.btn-group.note-fontname,
.frm .note-btn-group.btn-group.note-fontname,
.scripts_hrm_form_list .note-btn-group.btn-group.note-Para,
.scripts_manager_form_list .note-btn-group.btn-group.note-Para,
.frm .note-btn-group.btn-group.note-Para,
.scripts_hrm_form_list .note-btn-group.btn-group.note-Misc,
.scripts_manager_form_list .note-btn-group.btn-group.note-Misc,
.frm .note-btn-group.btn-group.note-Misc,
.scripts_hrm_form_list .note-btn-group.btn-group.note-Color,
.scripts_manager_form_list .note-btn-group.btn-group.note-Color,
.frm .note-btn-group.btn-group.note-Color {
	display: none;
}

/* Verberg tweede category in Trainingscatalogus*/
#scripts_user_trainingregistration_catalogue #CategoryWrapper div.CategoryItem:nth-child(2) {
	display: none;
}

/* Switch to Mobile */
#view-options {
	position: fixed;
	bottom: 0;
	width: 100%;
	text-align: center;
	padding: 15px;
	z-index: 50;
}

#view-options span {
	display: block;
	background-color: #ff0000;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 8px 16px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

span#view-responsive {
	display: none;
}

pre {
	display: none;
}



#Login #Logo {
	margin-bottom: 6rem;
}

#Login #footer {
	font-family: Raleway;
	background-color: #FFFFFF;
	z-index: 10;
	height: 60px;
	position: absolute;
	bottom: 0%;
	padding: 15px;
	color: #ff0000;
	font-size: 1.6rem;
	font-weight: 600;
	text-align: right;
	width: 75%;
	right: 0;
}

#Login .btn,
#Login #External {
	border-radius: 0;
}

@media screen and (max-width: 768px) {
	#Login #footer {
		display: none;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) {
	#Login .sidebar {
		width: 40%;
	}

	#Login #footer {
		width: 60%;
	}
}

/* Switch to Mobile */
#view-options {
	position: relative;
	bottom: 0;
	width: auto;
	text-align: center;
	padding: 15px;
	margin: 0 15px;
}

#view-options span {
	display: inline-block;
	background-color: #d1121e;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 8px 16px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

@media screen and (min-width:993px) {
	#view-options {
		display: none;
	}
}