body{
	background-color: #f6f7f9;
}
.bg-blue{
	background-color: #346cb0;
}

.navbar-light .navbar-brand{
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
}

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover,
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
	color: #ffffffb3;
}

.dropdown-menu{
	margin: .5rem 0 0;
}

.dropdown-item{
	text-align: center;
}

table.custom-table tr td{
	border-bottom: 1px solid #346cb04d;
	padding: 4px 8px;
}

table.custom-table tr td{
	font-size: 16px;
}

table.custom-table tr th{
	font-size: 12.5px;
}

ul.job-colors{
	padding: 0;
	margin: 0 0 20px 0;
	text-align: center;
}

ul.job-colors li{
	list-style: none;
	display: inline-block;
	margin-right: 15px;
}

ul.job-colors li span{
	background: #E1E1E1;
    width: 10px;
    height: 10px;
    display: inline-block;
}

ul.job-colors li:nth-child(2) span{
	background: #FFD701;
}

ul.job-colors li:nth-child(3) span{
	background: #FFA600;
}

ul.job-colors li:nth-child(4) span{
	background: #FF7D53;
}

ul.job-colors li:nth-child(5) span{
	background: #FE0000;
}

ul.job-colors li:nth-child(6) span{
	background: #ACFF29;
}

.todays-date{
	text-align: center;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.filter-container{
	margin-bottom: 15px
}