﻿/* 
    this file contains the main web application branding. Colors, fonts and banners
*/



/* custom fonts
===============================================================================================	*/
@font-face {
    font-family: "DejaVu Sans";
    src: url("fonts/DejaVuSans.ttf") format("truetype");
}

@font-face {
    font-family: "DejaVu Sans";
    font-weight: bold;
    src: url("fonts/DejaVuSans-Bold.ttf") format("truetype");
}

@font-face {
    font-family: "DejaVu Sans";
    font-style: italic;
    src: url("fonts/DejaVuSans-Oblique.ttf") format("truetype");
}

@font-face {
    font-family: "DejaVu Sans";
    font-weight: bold;
    font-style: italic;
    src: url("fonts/DejaVuSans-Oblique.ttf") format("truetype");
}


/* branding colors : variabls   
===============================================================================================	*/
:root {
    --default-app-font: "DejaVu Sans","FontAwesome", "sans-serif";
    --main-dark-bg-app_color: #DA3902; /* this is the main bg color used in gridview headers and buttons */
    --main-light-bg-app_color: #EAEAEA; /* this is grey color. used in form shading and gridview alternate colors #EAEAEA; */
    --gv-group-footer-bg-color: #DDE0E3; /* this is grey color. used in gridview group summaries*/
    --gv-selected-row-bg-color: lightblue; /* used in gridvew when row is selected*/ 
    --yes-button-bg-color: green;
    --yes-button-bg-dark-color: darkgreen;
    --no-button-bg-color: red;
    /* this is for the operation website top banner branding*/
    --ops_app_top_banner_background: url('images/admin_bg.jpg');
    --ops_app_top_banner_logo: url('images/admin_logo.jpg');
    --ops_app_top_banner_text-color: black; /* this is the color of the application title: "Cargo Operations System" */
    --top_stip_second-app_color: #4D4D4D; /* used only in two places */
    --public_menu_background_right: url('images/menu_date_bg.jpg');
    --public_menu_background: url('images/public_menu_bg.jpg');
    --public_app_top_banner_background: url('images/public_bg.jpg');
    --public-app_subheader_color: #DA3902;
    --public-menu-selected-color: #adadad; /* this is grey color. used for public menu selected item*/
    /* this is for the training guide template branding -  31-jan-2023*/
    --help-logo_bg: url('images/help_logo_bg.jpg');
    --help-menu-color: #adadad;
    /*added on 22-oct-2023*/
    --phoneNav-user-menu-color: #DA3902;
}
