.grid-view table.items th a {
	color: #626763;
}

.grid-view table.items th a:hover {
	color: #626763 !important;
	text-decoration: underline;
}

.panel-footer-octopus {
	padding: 10px 15px;
	background-color: #ffffff;
	border-top: 1px solid #ddd;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

.panel-footer-center {
	padding: 0 10px;
	text-align: center;
}


.table > thead > tr > td.white,
.table > tbody > tr > td.white,
.table > tfoot > tr > td.white,
.table > thead > tr > th.white,
.table > tbody > tr > th.white,
.table > tfoot > tr > th.white,
.table > thead > tr.white > td,
.table > tbody > tr.white > td,
.table > tfoot > tr.white > td,
.table > thead > tr.white > th,
.table > tbody > tr.white > th,
.table > tfoot > tr.white > th {
	background-color: #ffffff;
}

.blue {
	color: #0088cc;
}

.organisationName{
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	height: 50px;
}