﻿#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;
}

.statusForPrinring {
    background-color: #e8efff99;
}

.statusForEditing {
    background-color: #ffb2b299;
}

.statusForCheck1 {
    background-color: #ffffc399;
}

.statusForCheck2 {
    background-color: #ffffc399;
}

.statusForDirecting {
    background-color: #aaffaa99;
}

.statusDone {
    background-color: #ffffff99;
}

/*START: Grid grouping header*/
.x-grid-group-hd {
    background-color: #666666 !important;
}

.x-grid-group-title {
    color: white;
}

.x-grid-group-hd-collapsible
.x-grid-group-title:before {
    color: white;
}
/*END: Grid grouping header*/


/*START: Grid grouping summary*/
.x-grid-row-summary
.x-grid-cell {
    background-color: #fffacd !important;
}
/*END: Grid grouping summary*/

.afp {
    text-align: justify;
    font-family: Arial;
    font-size: 18px;
    line-height: 25px;
}

    .afp h1 {
        line-height: 40px;
        text-align: right;
        background-color: #d0d0d0;
        padding: 7px;
        margin-top: 0;
    }

    .afp .dateline {
        background-color: yellow;
    }

    .afp .info {
        background-color: #faebd7;
        display:table;
        width: 100%;
    }

    .afp .slugline {
        float: left;
    }

/*.dataview-multisort-item {
    background: #EBEBEB;
    /*direction: rtl;*/
border: 1px solid #CFCFCF;
font-weight: bold;
height: 300px;
width: 31%;
float: right;
color: #555;
text-align: center;
line-height: 120px;
margin: 0px 12px 24px 12px;
}

.dataview-multisort-item .displayLabel {
    white-space: nowrap;
    overflow: hidden;
    color: #000000;
}

.dataview-multisort-item:hover {
    border: 1px solid red;
}

*/
