html {
    font-size: 16px;
}

body {
    background-color: #EBE7DD;
    padding-top: 50px;
    padding-bottom: 20px;
    font-family: Calibri,Arial,sans-serif;
    font-size: 16px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Beginning of our custom css */
.title-label {
    font-weight: bold;
    color: navy;
}

.centered {
    position: fixed;
    top: 50%;
    left: 50%;
    /* bring your own prefixes */
    transform: translate(-50%, -50%);
    z-index: 1;
}

.above-grid-right {
    margin: 0 0 0 auto;
}

.k-dropdowntree, .k-dropdownlist {
    width: 290px;
}

.k-grid .k-alt {
    background-color: #f0f0f0;
}

.k-grid td.k-state-selected:hover, .k-grid tr:hover {
    background-color: #dfe0f2 !important;
}

.k-grid .k-header {
    text-transform: unset;
}

a.k-grid-filter-menu {
    position: absolute !important;
    bottom: 0 !important;
    right: 0 !important;
}

.k-grid .k-button {
    margin: 0 20px 0 0;
}

.k-grid td > .k-checkbox {
    width: 18px;
    height: 18px;
    border: 1px solid #30599B;
    border-radius: 4px;
}

    .k-grid td > .k-checkbox:checked {
        width: 18px;
        height: 18px;
        border: 1px solid #30599B;
        border-radius: 4px;
        background-color: #30599B;
    }

.grid-header-options {
    vertical-align: top;
    width: 33%;
}

.grid-header-10 {
    text-align: center !important;
    font-size: 10px !important;
    font-weight: bold !important;
    color: navy !important;
    text-transform: none !important;
}

.grid-header-12 {
    text-align: center !important;
    font-size: 12px !important;
    font-weight: bold !important;
    color: navy !important;
    text-transform: none !important;
}

.grid-header-12-left {
    text-align: left !important;
    font-size: 12px !important;
    font-weight: bold !important;
    color: navy !important;
    text-transform: none !important;
}

.grid-header-14 {
    text-align: left !important;
    font-size: 14px !important;
    font-weight: bold !important;
    color: navy !important;
    text-transform: none !important;
}

.grid-column-padding {
    background-color: #eae8e8;
}

.grid-column-group-separator {
    border-right: 1px solid black !important;
}

.grid-cell-left {
    text-align: left;
    font-size: 12px;
}

.grid-cell-center {
    text-align: center;
    font-size: 12px;
}

.grid-cell-right {
    text-align: right;
    font-size: 12px;
}

.grid-detail-header-15 {
    text-align: left;
    font-size: 12px;
    font-weight: bold;
    padding: 2px;
    width: 15%;
}

.grid-detail-label-15 {
    text-align: right;
    font-size: 11px;
    font-weight: bold;
    width: 15%;
    color: navy;
}

.grid-detail-label {
    text-align: right;
    font-size: 11px;
    font-weight: bold;
    padding: 2px;
    width: 9%;
    color: navy;
}

.grid-detail-navy {
    color: navy;
}

.grid-detail-content {
    text-align: left;
    font-size: 12px;
    padding: 2px;
}

.grid-detail-link {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 0;
}

.grid-number-positive {
    font-weight: bold;
    font-size: 14px;
    color: darkgreen;
}

.grid-number-negative {
    font-weight: bold;
    font-size: 14px;
    color: darkred;
}

.grid-number-zero {
    font-weight: bold;
    font-size: 14px;
    color: black;
}

.grid-bg-color-number {
    font-weight: bold;
    font-size: 14px;
}

.grid-bg-color-number-negative {
    background-color: #ffc7ce;
    color: #8b0000;
    opacity: 0.7;
}

.grid-bg-color-number-positive {
    background-color: #bdd7ee;
    color: #000080;
    opacity: 0.7;
}

.grid-bg-color-number-zero {
    color: #006100;
}

.grid-green-bool-true {
    background-color: #c6efce;
    color: #006100;
    font-weight: bold;
    font-size: 16px;
    opacity: 0.7;
}

.grid-yellow-bool-true {
    background-color: #faf2a5;
    color: #000000;
    font-weight: bold;
    font-size: 16px;
    opacity: 0.7;
}

.grid-red-bool-true {
    background-color: #f5b1ad;
    color: #82160f;
    font-weight: bold;
    font-size: 16px;
    opacity: 0.7;
}

.grid-grade {
    font-weight: bold;
    font-size: 14px;
    opacity: 0.9;
}

.grid-grade-A {
    background-color: #c6efce;
    color: #006100;
}

.grid-grade-B {
    background-color: #faf2a5;
    color: #533e0d;
}

.grid-grade-C {
    background-color: #ffc971;
    color: #772f1a;
}

.grid-grade-D {
    background-color: #f5b1ad;
    color: #82160f;
}

.grid-grade-E {
    background-color: #deacf5;
    color: #6237a0;
}

.grid-green-grade-B {
    background-color: #a9e5b1;
    color: #005a00;
}

.grid-green-grade-C {
    background-color: #8ddc96;
    color: #004f00;
}

.grid-green-grade-D {
    background-color: #6fcf7c;
    color: #003f00;
}

.grid-green-grade-E {
    background-color: #4fbf62;
    color: #002f00;
}

.grid-grade-default {
    background-color: #aaa;
    color: #333;
}

.coloredGrid td {
    padding: 0;
    line-height: 2em;
}

.mah-tooltip-tr {
    background-color: #feffce;
    border: 1px solid #aaa;
}

.mah-tooltip-td-left {
    text-align: right;
    padding: 0 5px 0 5px;
}

.mah-tooltip-td-right {
    text-align: left;
    padding: 0 5px 0 5px;
}

.table-header-cell {
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    color: navy;
}

.table-header-cell-space-for-filter {
    padding-bottom: 28px !important;
}

.table-cell-tight {
    font-size: 14px;
    font-weight: bold !important;
    padding: 0 4px 0 4px !important;
}

.table-cell-center {
    text-align: center !important;
}

.table-cell-pointer {
    cursor: pointer;
}

.smallerHeader {
    font-size: 18px;
}

.delete-button {
    height: 15px;
    cursor: pointer;
}

.bpa-stock-in-buy-list {
    height: 18px;
    background-image: url(../js/../images/stock-in-buy-zone.png);
    background-size: 120px 18px;
    background-repeat: no-repeat;
}

.list-view-section {
    width: 930px;
    margin: 20px auto;
    border: 0;
    background: none;
}

#listView {
    padding: 10px 5px;
    margin-bottom: -1px;
    min-height: 510px;
    border-style: none;
}

.heat-map-item {
    float: left;
    position: relative;
    width: 111px;
    height: 111px;
    margin: 5px;
    padding: 5px;
    border-radius: 5px;
}

.k-listview:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.note-foot {
    font-size: 12px;
    font-style: italic;
}

.disclaimer {
    font-size: 9px;
    font-style: italic;
}

/* Container automatically fits as many blocks per row as possible */
.block-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: left;
}

/* Individual blocks */
.block {
    display: inline-block;
    width: max-content;
    max-width: 100%;
    background-color: #dbd7cd;
    border: 1px solid #bbb;
    padding: 20px;
    box-sizing: border-box;
    transform: translateY(-3px);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
}
   
    /* Block header */
    .block h2 {
        margin: 0 0 12px 0;
        font-size: 1.8rem;
        border-bottom: 1px solid #aaa;
        padding-bottom: 5px;
    }

    .block table {
        table-layout: auto;
    }

    .block td {
        padding: 5px 10px 5px 10px;
        border-bottom: 1px solid #aaa;
        vertical-align: top;
        white-space: nowrap;
    }

    .block tr:last-child td {
        border-bottom: none;
    }

.stale-date {
    position: relative;
    display: inline-block;
    padding: 3px 18px 3px 6px;
    border-radius: 4px;
    background-color: rgba(180, 60, 60, 0.12);
    color: #6a3e3e;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}


/*# sourceMappingURL=site.min.css.map*/