/* change the color of the top bar */
#barcode {
  	background-color: #006ec7;
}

/* set the "navigate" button to be a custom version */
#navigate.oneilorder-std-nav {
  	background-image: url('../images/custom/logonimage.png');
	visibility: hidden;
}

/* override the default splash image */
#main.oneil-order-splash {
  	background-image: url('../images/custom/logonimagesplash.png');
}

/* change the color of the window banners */
.r-window-banner {
    	background-color: #006ec7 !important;
}

/* change color of profile hover */
#profile:hover {
    	border: 1px solid #4189ee;
    	background-color: #4189ee;
}
#profile {
    	border: 1px solid #006ec7;
}

