/**
 * Filename:    eight-statusbar.css
 * 
 * Description: Implementation of the eight-statusbar class.
 * 
 * Copyright © 1999-2021 by Interact Solutions Ltda.
 * Rua Carlos Fett Filho, 47/301
 * 95.900.000, LAJEADO, RS
 * BRAZIL
 * 
 * The copyright to the computer program(s) herein
 * is the property of Interact Solutions Ltda., Brazil.
 * The program(s) may be used and/or copied only with
 * the written permission of Interact Solutions Ltda.
 * or in accordance with the terms and conditions
 * stipulated in the agreement/contract under which
 * the program(s) have been supplied.
 */

.launcher-statusbar
 {
     background-color: transparent !important;
 }
 
 .launcher-statusbar-maintenance
 {
     background-color: #FFA500;
 }
 
 .launcher-statusbar *
 {
     text-align: center !important;
     font-family: sans-serif !important;
     font-size: 10px !important;
     color: #606970 !important;
 }
 
 .launcher-statusbar img
 {
     height: 12px !important;
     width: 12px;
     margin-right: 3px;
 }
 
 .launcher-statusbar a
 {
     background: transparent !important;
 }
 
 .launcher-statusbar .z-separator-ver
 {
     width: 1px;
     height: 60%;
     background: rgb( var(--color-gray550) ) !important;
} 
 
 .launcher-statusbar-maintenance *
 {
     text-align: center !important;
     font-family: sans-serif !important;
     font-size: 10px !important;
     color: #606970 !important;
 }
 
 .launcher-statusbar-maintenance img
 {
     height: 9px;
     width: auto;
     margin-right: 3px;
 }
 
 .launcher-statusbar-maintenance a
 {
     background: transparent !important;
 }
 
 .launcher-statusbar-maintenance .z-separator-ver
 {
     width: 1px;
     height: 60%;
     background: #606970 !important;
 }
 