﻿/* CSS Document */
/*Organization theme.css file for Auveco (initial sample)*/

a {
   color: #13568d;
}

#mainMenuGrid {
  background: #13568d;
  background-image: url(img/menuBackground.png); /* fallback */
  background-image: url(img/menuBackground.png), linear-gradient(#3dbdf2, #020413); 
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#companyLogo {
    background-image: url(img/P-Track_Logo.jpg);
}


#titleBarGrid {
     background-image: linear-gradient(#3dbdf2, #020413); 
}

.primaryBackgroundColor {
    background-color: #75a6ba;
}

.popBackgroundColor {
    background-color: #3dbdf2;
}

.primaryTextColor {
   color: #13568d;
}

.popTextColor {
    color: #75a6ba;
}

.tableContainer .tableHeader {
    background-color: #75a6ba;
}

.menuItemAcive, .mainMenuGridItem:hover {
    background-color: #75a6ba;
}