/* HLH color styles */

:root {
    --white:                #ffffff;
    --black:                #000000;
    --hlh-yellow:           #FDDC29;

    --text-default:         #444444;
    --text-light:           #635E5B;
    --nav-text-default:     var(--text-default);
    --nav-text-selected:    var(--black);

    --border:               #AAAAAA;
    --border-light:         #BFBFBF;

    --table-stripe-bg:      #F8F8F8;
    --table-stripe-hover:   #FFF6C9;

    --tabs-bottom-border-normal:    var(--border-light);
    --tabs-bottom-border-selected:  var(--text-default);
    --tabs-bottom-border-hover:     var(--text-default);

    --tabs-background-default:      var(--white);
    --tabs-background-hover:        var(--table-stripe-hover);
    --tabs-background-selected:     var(--hlh-yellow);
    

    /* data tables - Bootstrap overrides */
    

}