﻿/*
    2019-09-04 - BPanjavan - Attempt to put Vista central styling on this sheet, driven off of the website
*/

/*
        // Had to put this in layout so it overrides uikit

        // Styles taken from the Vista website
html {
    background-color: transparent;
    font-size: .85rem;
    font-family: Lato;
    color: #252525;
}
    */

table thead th {
    font-size: 0.75rem ;
    font-weight: bold ;
    color: #424242;
    background-color: #EEEEEE;
}

/* Inspired from Vista website */
.table-thead-th-1 {
    background-color: #489ade;
    font-size: 1.15rem;
    line-height: 1.4;
    margin: 0 20px;
    white-space: nowrap;
    color: #fff !important;
}

