
nav.navbar {
	background-color: #ffffff;
	font-family: "Open Sans", Helvetica, Arial, Verdana, sans-serif;
	border-bottom: dotted 0.5px #5b5b5b;
}

.navbar-nav a.active {
	font-weight: bold;
	color: black;
	border-bottom: dotted 2px #DD1166;
}

.dropdown-item.active, .dropdown-item:active {
	background-color: #E9ECEF;
	border-bottom: solid 2px white !important;
}


nav.navbar-light .navbar-nav a.nav-link {
	color: #000000;
	border-bottom: solid 2px white;
}

	nav.navbar-light .navbar-nav a.nav-link:hover {
		font-weight: bold;
		color: black;
		border-bottom: dotted 2px white;
	}

	nav.navbar-light .navbar-nav a.nav-link:focus {
		color: black;
	}


	nav.navbar-light .navbar-nav a.nav-link.active {
		font-weight: bold;
		color: black;
		border-bottom: dotted 2px #DD1166;
	}


		nav.navbar-light .navbar-nav a.nav-link.active:hover {
			font-weight: normal;
			color: black;
		}



	nav.navbar-light .navbar-nav a.nav-link.no-border-bottom {
		border-bottom: solid 2px white;
	}



i {
	color: #415E9B;
}

.card-header i {
	color: black;
}

.btn-success i, .btn-primary i, .btn-danger i {
	color: white;
}

.btn-primary i {
	color: #ffffff;
}

.tileSummary {
	margin: 0px auto;
	width: 1400px;
}

.tileColourPreview {
	width: 35px;
	height: 35px;
	text-align: center;
	padding: 14px;
	margin-left: 5px !important;
	margin-top: 1px !important;
	border: solid 1px #333333;
}

table.table thead tr th {
	background-color: #39b44a;
	color: white;
}

	table.table thead tr th i {
		color: white;
	}

	table.table thead tr th.tableFilter:not(.tableFilterHasCriteria) button > div {
		color: white;
	}

table.table th.tableFilterHasCriteria {
	background-color: #9CD6A1 !important;
}

.sortButton-selected {
	background-color: #9CD6A1 !important;
	padding:0px 2px !important;
}

th.tableFilterHasCriteria .sortButton-selected {
	background-color: #39b44a !important;
	padding: 0px 2px !important;
}

table.table thead tr th:first-child {
	border-top-left-radius: 6px;
}

	table.table thead tr th:last-child {
		border-top-right-radius: 6px;
	}

table.table tfoot tr td {
	background-color: #F0FAF0;
}
