body {
	background-color: #1175b0;
}

nav.navbar {
	background-color: #fff;
	border: 0;
}

.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
	background-color: #555;
}

a.navbar-brand {
	padding: 0;
}

div.courseaction-listing .table {
	box-shadow: none;	
}

div.courseaction-listing .table th {
	background-color: #fff;
	color: #1175b0;
}

div.courseaction-listing .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	border-top: 1px solid #fff;
}

div.courseaction-listing .table-hover>tbody>tr:nth-of-type(odd) {
	background-color: transparent;
}

div.courseaction-listing .table-hover>tbody>tr {
	color: #fff;
}

div.courseaction-listing .table-hover>tbody>tr:hover {
	background-color: #4787bd;
}

.courseaction-listing .btn {
	background-color: #337ab7;
}

.courseaction-listing .pagination>li>a {
	color: #fff;
}

.courseaction-detail {
	color: #fff;
}