﻿/*Yellow*/
/*Nav*/
.navbar {
	background-color: #FFD44D !important;
}
.dropdown-item:focus, .dropdown-item:hover {
	background-color: #FFD44D !important;
}
/*Footer*/
.footer-bs {
	background-color: #3c3d41;
	color: rgba(255,255,255,1.00);
}
.footer-copyright, .footer-copyright a, .footer-copyright a:hover {
	color: #FFD44D;
}
.footer-copyright_a {
	color: #ffffff !important;
}
.footer-copyright_a:hover {
	text-decoration: none;
}
/*rwd-table*/
	.rwd-table th {
		color: #FFD44D !important;
	}
	.rwd-table tr:nth-of-type(2n) {
		background-color: #ffffcc;
	}
	.btn-primary {
		color: #000000;
		background-color: #FFD44D;
		border-color: #000000;

	}
	.btn-primary:hover {
		color: #FFD44D;
		background-color: #000000;
		border-color: #000000;
	}
.rwd_table-pager td table tr {
	background-color: #3c3d41;
}
.rwd_table-pager td table tbody td span {
	color: #FFD44D;
}
.rwd_table-pager td table tbody td a {
	color: #FFFFFF;
}