/* Main page top corners background */
body {
	background-color: #0056b8;
}

/* Main page background (the side bars) */
.mcuesMainBack {
	background-color: #0056b8;
}

/* Main page top bar background */
.topbar {
	background-color: #00326c;
}

/* Main page middle bar background */
.middleBar {
	background-color: #004a9F;
}

/* Main page column headers */
.captionMcues {
	/*background-color: #00326c;*/
	/*background: linear-gradient(to right, #00326c, #00326c, #00326c, #0056b8);*/
	background-color: #0056b8;
	background:  linear-gradient(to right, #0056b8, #0056b8, #0056b8, #555c63);
}

/* Colored buttons */
.buttonColor {
	background-color: #00326c;
}
a.buttonColor:hover,
a.buttonColor:focus {
	background-color: #0056b8;
}

.btn {
	background-color: #00326c;
}

.btn:hover,
.btn:focus {
	background-color: #0056b8 !important;
	color: white !important;
}

/* Icon color */
a.list-group-item > i {
	color: #0056b8;
}

.primaryTextColor {
	color: #00326c !important;
}

.btn-two {
	background-color: #00326c;
}

a.list-group-item.primaryTextColor {
	color: #00326c;
}

/* KeepTRAC Modal Color */
#mainFrameModal div.modal-header {
	/*background-color: #00326c;*/
	/*background: linear-gradient(to right, #00326c, #00326c, #00326c, #0056b8);*/
	background-color: #0056b8;
	background:  linear-gradient(to right, #0056b8, #0056b8, #0056b8, #555c63);
}

/* hide graph error */
div[id*=google-visualization-errors] {
	display: none;
}

/* Login Background Image */
.mcuesBackgroundCLB {
	background-image: url(../images/EPE-17-194-KeepTRAC-Customization_Downtown_Pic.jpg);
    background-repeat: round;
}

/* Login button */
button.loginButton {
	background-color: #00638b;
}