﻿@font-face {
    font-family: 'Glyphicons HalflingsMSM';
    src: url('../fonts/glyphicons-halflings-regular.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'); /* Safari, Android, iOS */
}

.app-bar-toolbar {
    border-bottom: hidden !important;
}

    .app-bar-toolbar .app-logo {
        /* text-indent: -9999px; */
        color: transparent !important;
        padding: 0px;
        background-image: url("/images/aschs_logo_white.png");
        background-color: transparent;
        background-size: auto 50px;
        background-position: center center;
        visibility: visible !important;
    }

.app-feedback {
    /* block over categories */
    /* background-color: #BDDCFF!important; */
    background-color: transparent !important;
    min-height: 20px !important;
}

.app-grid .quot-non-priced .app-field-Quantity .app-field-Count,
.quot-non-priced .app-field-Quantity .app-field-Count .span {
    background-color: #6AA26A !important;
    color: #FFFFFF !important;
}

.app-grid .quot-priced .app-field-Quantity .app-field-Count,
.quot-priced .app-field-Quantity .app-field-Count .span {
    background-color: #FFFFFF !important;
    color: #000000 !important;
}

.app-grid .has-quantity .app-field-Quantity,
.has-quantity > .app-field-Quantity {
    background-color: #6AA26A !important;
    color: #FFFFFF !important;
}

.app-grid .is-quoted .app-field-QuantityQuoted,
.has-quantity > .app-field-Quantity {
    background-color: #FFC000 !important;
    color: #000000 !important;
}

.app-grid .po-expired .app-field-ToDate,
.po-expired .app-field-ToDate .span {
    background-color: darkred !important;
    color: #FFFFFF !important;
}

.app-grid .po-close-to-expire .app-field-ToDate,
.po-close-to-expire .app-field-ToDate .span {
    background-color: darkorange !important;
    color: #FFFFFF !important;
}

.app-grid .po-far-to-expire .app-field-ToDate,
.po-far-to-expire .app-field-ToDate .span {
    background-color: chartreuse !important;
    color: #000000 !important;
}

.quotation-expired .ui-btn::after,
.quotation-expired .ui-btn .app-frozen-spacer::after {
    display: inline-block;
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 7px;
    /* change this property */
    background-color: #FF0000 !important;
}

.quotation-expired .ui-btn::after,
.quotation-expired .ui-btn .app-frozen-spacer::after {
    display: inline-block;
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 7px;
    /* change this property */
    background-color: #FF0000 !important;
}

.app-grid .quotation-expired .app-field-QValidUntil,
.quotation-expired .app-field-QValidUntil .span {
    background-color: #820000 !important;
    color: #FFFFFF !important;
}