/* Add a logo to the logon page */
.pre-logon-group
{
  background-image: url('../images/custom/logo2.png');
  height: 70px;
  width: 230px;
}

/* Change the color of the in the banner at the top */
.barcode
{
  background-color: Grey;
}

/* Change the color of the text for the record center name and user name in the banner */
.login-display,
#navigate
{
  color: White;
}

/* Hide the "O'NEIL ORDER" text in the banner */
#navigate-application-text
{
  display: none;
}

/* Add new text to replace "O'NEIL ORDER" in the banner */
#navigate:after
{
  content: '  FESAECUADOR';
}

/* Set the "navigate" button image in the banner to a new image */
.oneil-order-std-nav
{
  background-image: url('../images/custom/icon2.png');
  height: 18px;
  width: 18px;
}

/* Change the hover styling to be a different color on the banner */
#barcode .barcode-item.barcode-item-main-menu:hover,
.profile-nav:hover
{
  border-radius: 12px;
  background-color: Grey;
}

/* Override the default splash image */
.oneil-order-splash
{
  background-image: url('../images/custom/logo.png');
}

/* Change the div containing the submit, cancel etc. buttons to be a light blue color */
.r-dialog-form .r-dialog-form-buttons.r-standard-dialog-form-buttons
{
  background-color: lightgrey;
  margin: 0;
  padding: 0.5em;
}

/* Change the color of the submit, cancel etc. buttons
.r-dialog-form .r-dialog-form-buttons.r-standard-dialog-form-buttons button
{
  background: linear-gradient(0deg, rgba(255, 0, 0, 1) 50%, rgba(255, 255, 1, 1) 100%) !important;
}
 */