﻿#app-header {
    --background: linear-gradient(to bottom, #304E67, #000000);
    background-color: #304E67;
    border-bottom: 1px solid #567422;
}

.companyName1 {
    font-size: 18px;
    font-weight:500;
    color: white;
    margin-left: 30px;
    margin-right: 20px;
    text-shadow: 0 1px 0 #4e691f;
}

.companyName2 {
    font-size: 15px;
    color: white;
    margin-right: 10px;
    text-shadow: 0 1px 0 #4e691f;
}

.gridRowRed .x-grid-cell {
    background-color: red !important;
    color: white;
}

.mainCurrency .x-grid-cell {
    background-color: yellow !important;
}

.summaryField {
    text-align: right;
    font-size: 18px !important;
    font-weight: bold;
}

.summaryField2 {
    text-align: right;
    font-size: 13px !important;
    font-weight: bold;
}



/*.header {
    --background: linear-gradient(to bottom, #304E67, #000000);
    background-color: #304E67;
    height: 45px;
}

    .header h2 {
        margin: 0;
        padding: 12px 0 0 10px;
        color: white;
        float: left;
        font-weight: normal;
    }

    .header #subtitle {
        color: #e65722;
        padding: 20px 0 0 10px;
        font-weight: bold;
        float: left;
    }

    .header #user {
        color: white;
        float: right;
        padding: 15px 20px 0 0;
        font-size: 13px;
    }

.wipInfo {
    font-size: 20px;
    text-align: center;
}

.wipInfo v {
    font-size: 15px;
}*/