@import url('Leija_Operations.css');
@import url('view/main-view.css');
@import url('view/main-view-top-menu.css');
@import url('view/login-view.css');

/*
::part(header-cell) {
    font-weight: bold;
    color: #2E86C1;
    background-color: #F4F6F7;
}


vaadin-grid::part(selected-row) {
    background-color: #0055AA;
    color: black;
    font-weight: bold;
}
*/

/*
vaadin-grid::part(cell[selected]) {
    background-color: #0055AA;
    color: black;
    font-weight: bold;
}
*/

/*
vaadin-grid::part(body-cell[selected]) {
    background-color: #1e3a8a;
    color: white;
}
*/


/* this is to make label of field (e.g. more info  mount notes in detail line, color: brigh orange  */
/*
.highlight-label::part(label) {
    font-weight: bold;
    color: #1ABC9C;
}
*/
