/* Custom CSS Additions for Customer Sites */

/* Over-ride only the elements you need to for custom styles */

/* DO NOT COPY PASTE AN ENTIRE CSS FROM SMART OR FIRSTBAG IN TO HERE! */

#CustomerLogo
{
   /* Use ../images because we are in the site folder */
   background-image: url('../images/logo/Zafire_logo_white.svg'); 
   height: 52px;
   width: 215px;
   background-size: cover;
}

.loginForm
{
   background-image: url('../images/aviation/login_splash.jpg');
}
       

.MainForm {
margin-left: auto;
margin-right: auto;
}

.TopMenu {
font-size: 9pt;
padding-top: 6px;
}

.TopMenuDropDownContainer {
font-size: 9pt;
}

.TopMenuDropDownItem {
width: auto;
white-space: nowrap;
margin-right: -5px;
}

.tabHeader LI {
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}

.FusionBox {
border-radius: 4px;
}

.BANNERPAGING table {
border-radius: 4px;
}

.BANNERPAGING span {
border-radius: 4px;
}

.FusionRepBody {
border-radius: 4px;
}

.FusionLabelHeader {
border-radius: 4px;
}

.WinCont {
border-radius: 6px;
}