﻿body {
	background-color: white;
}

.roundedRow {
	background-color: #f0f0f0;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
}

.roundedCell-left {
	background-color: #f0f0f0;
}

.roundedCell-right {
	background-color: #f0f0f0;
}

td {

}

div {

}

nav {
	border-bottom: 1px solid #e0e0e0;
}

footer {
	border-top: 1px solid #e0e0e0;
}

a {
	text-decoration-line: none;
}

.nav-link {
	color: dimgray;
}

.nav-link:hover {
	color: black;
}

.df-badge {
	background-color: darkgray;
	color: white;
}

.df-big-badge {
	background-color: #4488ff;
	color: white;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
	-moz-box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
}

.selected {
	background-color: #ffac00ff;
	color: black;
}


.navbar-toggler-icon {
	background-color: white;
	background-image: url(/Images/menu_black_24dp.svg);
	border-radius: 0.2em;
	width: 2em;
	background-size: 1em;
}

.popup {
	background-color: #e0e0e0;
	color: dimgray;
}
