
/*
	Green #48A651
	Brown #5A3B1B
	Black
	Silver
*/

nav.navbar {
	background-color: #ffffff;
	font-family: "Open Sans", Helvetica, Arial, Verdana, sans-serif;
	border-bottom: solid 0.5px #5A3B1B;
}


.navbar-nav a.active {
	font-weight: bold;
	color: black;
	border-bottom: solid 2px #48A651;
}

.dropdown-item.active, .dropdown-item:active {
	background-color: #48A651;
	color: white;
	border-bottom: solid 2px white !important;
}

	.navbar-nav .dropdown-item.active, .dropdown-item:active a.active {
		color: white;
		font-weight: normal;
	}

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 #48A651;
	}


		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: #6c757d;
}

.card-header i {
	color: black;
}

.btn-success i, .btn-primary i, .btn-danger i {
	color: white;
}

.btn-primary i {
	color: #ffffff;
}

.btn-primary {
	background-color: #48A651;
	border-color: #48A651;
}

	.btn-primary:hover {
		background-color: #65BC6D;
		border-color: #ffffff;
	}


	.btn-primary, .btn-primary:focus {
		background-color: #48A651;
		border-color: #48A651;
	}

.btn-outline-primary {
	border-color: #48A651;
	color: black;
}

	.btn-outline-primary:hover {
		border-color: #48A651;
		background-color: #65BC6D;
		color: white;
	}

.text-golden {
	color: #B7A46C !important;
}

.bg-golden {
	background-color: rgba(183, 164, 108,0.50) !important;
}

tr.dragHighlightTop td {
	border-top: 2px solid #48A651;
}

tr.dragHighlightBottom td {
	border-bottom: 2px solid #48A651;
}

tr.dragHighlightLeft td {
	border-left: 2px solid #48A651;
}

tr.dragHighlightRight td {
	border-right: 2px solid #48A651;
}