﻿/* CSS Document */
/*Organization theme.css file for Auveco (initial sample)*/

a {
   color: #0C125E;
}

#mainMenuGrid {
  background: #0C125E;
  background-image: url(img/menuBackground.png); /* fallback */
  background-image: url(img/menuBackground.png), linear-gradient(#0C125E, #020413); 
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#companyLogo {
    background-image: url(img/FastrackLogo2024.png);
}


#titleBarGrid {
     background-image: linear-gradient(#0C125E, #020413); 
}

.primaryBackgroundColor {
    background-color: #0C125E;
}

.popBackgroundColor {
    background-color: #077F42;
}

.primaryTextColor {
   color: #0C125E;
}

.popTextColor {
    color: #077F42;
}

.tableContainer .tableHeader {
    background-color: #0D1160;
}

.menuItemAcive, .mainMenuGridItem:hover {
    background-color: #077F42;
}