﻿/* Custom RAP css */
#footer {
	background-color: #1a1a1a;
	height: 50px;
	margin-top: 0;
}
#footer .container {
	text-align: left;
	color: #EEEEEE;
}
	#footer:after {
		bottom: 12px;
		content: ' ';
		display: block;
		height: 75px;
		position: absolute;
		right: 0;
		width: 75px;
	}

.btn-primary {
	background-color: #37C8FE !important;
	border-color: #37C8FE !important;
}

#header.navbar-inverse {
	background-color: #fff !important;
	border: none !important;
}

#header .logo img { height: 110px }