.line{
	border: 0.5px solid #98a6ad;
}

.calendar{
	width: 100%;
}

.calendar-dayheader{
	border-top:2px solid white;
	
}

/* Dashboard: Rating Allocation chart */
@font-face {
	font-family: 'fontMorningstar';
	src: url('../fonts/morningstar.ttf') format('truetype');
}

.fontMorningstar  {
	font-family: fontmorningstar;
}

/* Healthcheck: File datatable */
.monospace {
	font-family: 'Courier New', Courier, monospace !important
}

.dashboard_nok {
	background-color: #f73f2e;
	color: #ffffff;
}

.dashboard_ok {
	background-color: #64c46c;
	color: #ffffff;
}

.dataTables_empty {
	color: #f73f2e;
}

/* Search */
#searchInput {
	min-width: 300px;
}
.searchDetails {
	font-size: 80%;
	color: #ffffff;
	font-family: 'Courier New', Courier, monospace;
}