﻿/* LAST MODIFIED March 27 2019 By Brian VandenBerg */
/* LAST MODIFIED November 25 2021 By Kevin Beleskey */
/* LAST MODIFIED JUNE 5 2025 By Brian VandenBerg */

#not-secured-warning
/* Turns  SECURED FOR PRODUCTION to white and off   */
{
 color: #FFFFFF;
display: none;
}

/* TOP BAR IS IRM BLUE */
#barcode
{
background-color: #1a548b;
}

/* set the "navigate" button to be a black version */
#navigate.oneil-order-std-nav
{
  background-image: url('../images/custom/MiniLogo1.png');
  width:109px;
}

/* #main - adds the irm image to the main LOGIN page */
#main
{
background-image: url('../images/custom/background1.png');
background-repeat: no-repeat;
background-position: top;
padding-top:15em;
}

/* Hide the "Please login to oneilCloud below" text on the logon page */
#login-display 
{
color: transparent; 
}

/* override the default splash image */
#main.oneil-order-splash
{
  background-image: url('../images/custom/oneil-order-splash.png');

}

/* Show the profile text after logging in */
div.barcode-item.barcode-item-main-menu ~ div.barcode-item.barcode-item-login-display #login-display
{
  color: #fff;
}



