﻿#login-display
{
  color: white;
}

#barcode
{
  /* change the color of the whole bar at the top */
  background-color: #00376d;
}

/* set the "profile" button in the top right to match colors with the new green */
#profile
{
  border-color: transparent;
}

#profile:hover
{
  border-color: transparent;
  background-color: #005DBA;
}

/* change the down arrow on the "profile" button to be a black arrow */
#profile .down-arrow
{
  background-image: url('../images/custom/down-arrow-custom.png');
}

/* set the "navigate" button in the top left to match colors with the new green */
#navigate:hover
{
  border-color: transparent;
  background-color: #005DBA;
}

/* set the "navigate" button to be a black version */
#navigate.oneilorder-std-nav
{
  background-image: url('../images/custom/oneilorder-std-nav-custom.png');
}

/* override the default splash image */
#main.oneil-order-splash
{
  background-image: url('../images/custom/oneil-order-splash-custom.png');
}

/* set the background color of the dialog banner */
.r-window-banner
{
  background-color: #005DBA !important;
}