﻿/***************************/
/*** materials dashboard ***/
/***************************/
html.dashboard.materials.illinois {
    font-size: 2.75vmin;
    font-weight: 300;
}
@media only screen and (min-aspect-ratio: 90/90) and (max-aspect-ratio: 95/90) {
    html.dashboard.materials.illinois {
        font-size: 1.5vmin;
    }
}

@media only screen and (min-aspect-ratio: 95/90) and (max-aspect-ratio: 100/90) {
    html.dashboard.materials.illinois {
        font-size: 1.55vmin;
    }
}

@media only screen and (min-aspect-ratio: 100/90) and (max-aspect-ratio: 105/90) {
    html.dashboard.materials.illinois {
        font-size: 1.65vmin;
    }
}

@media only screen and (min-aspect-ratio: 105/90) and (max-aspect-ratio: 110/90) {
    html.dashboard.materials.illinois {
        font-size: 1.7vmin;
    }
}

@media only screen and (min-aspect-ratio: 110/90) and (max-aspect-ratio: 115/90) {
    html.dashboard.materials.illinois {
        font-size: 1.8vmin;
    }
}

@media only screen and (min-aspect-ratio: 115/90) and (max-aspect-ratio: 120/90) {
    html.dashboard.materials.illinois {
        font-size: 1.9vmin;
    }
}

@media only screen and (min-aspect-ratio: 120/90) and (max-aspect-ratio: 125/90) {
    html.dashboard.materials.illinois {
        font-size: 2vmin;
    }
}

@media only screen and (min-aspect-ratio: 125/90) and (max-aspect-ratio: 130/90) {
    html.dashboard.materials.illinois {
        font-size: 2.1vmin;
    }
}

@media only screen and (min-aspect-ratio: 130/90) and (max-aspect-ratio: 140/90) {
    html.dashboard.materials.illinois {
        font-size: 2.2vmin;
    }
}

@media only screen and (min-aspect-ratio: 140/90) and (max-aspect-ratio: 145/90) {
    html.dashboard.materials.illinois {
        font-size: 2.3vmin;
    }
}

@media only screen and (min-aspect-ratio: 145/90) and (max-aspect-ratio: 150/90) {
    html.dashboard.materials.illinois {
        font-size: 2.4vmin;
    }
}

@media only screen and (min-aspect-ratio: 150/90) and (max-aspect-ratio: 155/90) {
    html.dashboard.materials.illinois {
        font-size: 2.5vmin;
    }
}

@media (orientation: landscape) {
    html.dashboard.materials.illinois .layout-grid {
        grid-template-columns: repeat(11, 1fr);
        grid-template-rows: repeat(36, 1fr);
    }
}

html.dashboard.materials .panel.logo {
    text-align: center;
}
html.dashboard.materials .panel.logo .panel-body {
    margin-bottom: 0;
}
html.dashboard.materials .panel.logo img {
    width: 14rem;
}

@media (orientation: portrait) {
    html.dashboard.materials .panel.logo {
        height: 4rem;
    }
}

@media (orientation: landscape) {
    html.dashboard.materials .panel.logo {
        grid-column-start: 1;
        grid-column-end: 4;
        grid-row-start: 1;
        grid-row-end: 5;
    }
}

@media (orientation: landscape) {
    html.dashboard.materials .panel.corn-deliveries {
        grid-column-start: 1;
        grid-column-end: 4;
        grid-row-start: 5;
        grid-row-end: 11;
    }
}

@media (orientation: landscape) {
    html.dashboard.materials .panel.corn-oil-shipments {
        grid-column-start: 1;
        grid-column-end: 4;
        grid-row-start: 11;
        grid-row-end: 17;
    }
}

@media (orientation: landscape) {
    html.dashboard.materials .panel.progold-shipments {
        grid-column-start: 1;
        grid-column-end: 4;
        grid-row-start: 17;
        grid-row-end: 22;
    }
}

@media (orientation: landscape) {
    html.dashboard.materials .panel.ddgs-shipments {
        grid-column-start: 1;
        grid-column-end: 4;
        grid-row-start: 22;
        grid-row-end: 27;
    }
}

@media (orientation: landscape) {
    html.dashboard.materials .panel.mdgs-shipments {
        grid-column-start: 1;
        grid-column-end: 4;
        grid-row-start: 27;
        grid-row-end: 32;
    }
}

@media (orientation: landscape) {
    html.dashboard.materials .panel.wdgs-shipments {
        grid-column-start: 1;
        grid-column-end: 4;
        grid-row-start: 32;
        grid-row-end: 37;
    }
}

@media (orientation: landscape) {
    html.dashboard.materials.illinois .panel.north-grain-storage {
        grid-column-start: 4;
        grid-column-end: 8;
        grid-row-start: 1;
        grid-row-end: 17;
    }
}

@media (orientation: portrait) {
    html.dashboard.materials.illinois .panel.north-grain-storage {
        padding-bottom: 1rem;
    }
    html.dashboard.materials.illinois .panel.north-grain-storage .panel-title {
        padding-bottom: 1rem;
    }
}

@media (orientation: landscape) {
    html.dashboard.materials.illinois .panel.south-grain-storage {
        grid-column-start: 8;
        grid-column-end: 12;
        grid-row-start: 1;
        grid-row-end: 17;
    }
}
@media (orientation: portrait) {
    html.dashboard.materials.illinois .panel.south-grain-storage {
        padding-bottom: 1rem;
    }
    html.dashboard.materials.illinois .panel.south-grain-storage .panel-title {
        padding-bottom: 1rem;
    }
}

@media (orientation: landscape) {
    html.dashboard.materials .panel.ethanol-storage {
        grid-column-start: 4;
        grid-column-end: 12;
        grid-row-start: 17;
        grid-row-end: 32;
    }
}
@media (orientation: portrait) {
    html.dashboard.materials .panel.ethanol-storage {
        padding-bottom: 1rem;
    }
    html.dashboard.materials .panel.ethanol-storage .panel-title {
        padding-bottom: 1rem;
    }
}

@media (orientation: landscape) {
    html.dashboard.materials.illinois .panel.north-plant-status {
        grid-column-start: 4;
        grid-column-end: 8;
        grid-row-start: 32;
        grid-row-end: 37;
    }
}

@media (orientation: landscape) {
    html.dashboard.materials.illinois .panel.south-plant-status {
        grid-column-start: 8;
        grid-column-end: 12;
        grid-row-start: 32;
        grid-row-end: 37;
    }
}

html.dashboard.materials.illinois .panel.north-plant-status .figure-container .figure .unit {
    font-size: 0.4rem;
}
html.dashboard.materials.illinois .panel.south-plant-status .figure-container .figure .unit {
    font-size: 0.4rem;
}

html.dashboard.materials.illinois .tank-with-level-indicator.north-scalping .tank {
    width: 3.5rem;
    height: 6rem;
}
html.dashboard.materials.illinois .tank-with-level-indicator.sb-1163 .tank {
    width: 4.5rem;
    height: 10rem;
}
html.dashboard.materials.illinois .tank-with-level-indicator.sb-1183 .tank {
    width: 4.5rem;
    height: 10rem;
}

html.dashboard.materials.illinois .tank-with-level-indicator.south-scalping .tank {
    width: 3.75rem;
    height: 6.25rem;
}
html.dashboard.materials.illinois .tank-with-level-indicator.sb-21163 .tank {
    width: 5rem;
    height: 10rem;
}
html.dashboard.materials.illinois .tank-with-level-indicator.sb-21183 .tank {
    width: 5rem;
    height: 10rem;
}

html.dashboard.materials.illinois .tank-with-level-indicator.sb-1203 .tank {
    width: 9rem;
    height: 20rem;
}

html.dashboard.materials.illinois .tank-with-level-indicator.tf-8422 .tank {
    width: 6rem;
    height: 8rem;
}
html.dashboard.materials.illinois .tank-with-level-indicator.tf-8433 .tank {
    width: 6rem;
    height: 8rem;
}

html.dashboard.materials.illinois .tank-with-level-indicator.tf-8444 .tank {
    width: 6rem;
    height: 8rem;
}
html.dashboard.materials.illinois .tank-with-level-indicator.tf-8455 .tank {
    width: 6rem;
    height: 8rem;
}

html.dashboard.materials.illinois .tank-with-level-indicator.tf-8466 .tank {
    width: 6rem;
    height: 8rem;
}
html.dashboard.materials.illinois .tank-with-level-indicator.tf-8477 .tank {
    width: 6rem;
    height: 8rem;
}

@media (orientation: landscape) {
    html.dashboard.materials .ethanol-storage .tank-container .tank-group-1,
    html.dashboard.materials.illinois .ethanol-storage .tank-container .tank-group-2 {
        margin-right: 2rem;
    }
}

@media (orientation: portrait) {
    html.dashboard.materials .ethanol-storage .tank-container .tank-group-1,
    html.dashboard.materials .ethanol-storage .tank-container .tank-group-2 {
        margin-right: 1rem;
    }
}

@media (orientation: portrait) {
    html.dashboard.materials .ethanol-storage .tank-container .tank-group-1,
    html.dashboard.materials .ethanol-storage .tank-container .tank-group-2,
    html.dashboard.materials .ethanol-storage .tank-container .tank-group-3 {
        display: flex;
        flex-direction: column;
        height: 25rem;
        justify-content: space-around;
    }
}

html.dashboard.materials .figure-container {
    flex-direction: row;
    display: flex;
    justify-content: center;
    margin-bottom: auto;
    flex-wrap: wrap;
    padding-bottom: .75rem;
}

html.dashboard.materials .figure-container .figure {
    flex: 0 0 7rem;
}

html.dashboard.materials .figure-container .figure .title {
    text-align: center;
}

html.dashboard.materials .figure-container .figure .rate {
    position: relative;
    text-align: center;
    margin: .5rem 0 .25rem;
    text-shadow: black 0.05rem 0.05rem 0.05rem;
    color: #59A8D3;
    font-size: 1.4rem;
}

html.dashboard.materials .figure-container .figure .unit {
    text-align: center;
}

html.dashboard.materials.illinois .panel.north-grain-storage .figure-container.delivery-count-container,
html.dashboard.materials.illinois .panel.south-grain-storage .figure-container.delivery-count-container {
    position: absolute;
    top: 2.2rem;
    left: 2.5rem;
}

html.dashboard.materials.illinois .panel.north-grain-storage .figure-container.delivery-count-container .figure .unit,
html.dashboard.materials.illinois .panel.south-grain-storage .figure-container.delivery-count-container .figure .unit {
    font-size: .8rem;
}

html.dashboard.materials.illinois .panel.north-grain-storage .figure-container.delivery-count-container .figure .rate,
html.dashboard.materials.illinois .panel.south-grain-storage .figure-container.delivery-count-container .figure .rate
{
    color: #ddbd1f;
}

html.dashboard.materials.illinois .panel.north-grain-storage .figure-container.delivery-percentage-container,
html.dashboard.materials.illinois .panel.south-grain-storage .figure-container.delivery-percentage-container {
    position: absolute;
    top: 2.9rem;
    left: 5rem;
}

html.dashboard.materials.illinois .panel.north-grain-storage .figure-container.delivery-percentage-container .figure .unit,
html.dashboard.materials.illinois .panel.south-grain-storage .figure-container.delivery-percentage-container .figure .unit {
    font-size: .8rem;
}

html.dashboard.materials.illinois .panel.north-grain-storage .figure-container.delivery-percentage-container .figure .rate,
html.dashboard.materials.illinois .panel.south-grain-storage .figure-container.delivery-percentage-container .figure .rate
{
    font-size: .6rem;
    color: #b0ad74;
}

html.dashboard.materials.illinois .panel.north-grain-storage .figure-container.delivery-percentage-container .figure .rate .value-slot .odometer-inside::before,
html.dashboard.materials.illinois .panel.south-grain-storage .figure-container.delivery-percentage-container .figure .rate .value-slot .odometer-inside::before
{
    content: "(";
}

html.dashboard.materials.illinois .panel.north-grain-storage .figure-container.delivery-percentage-container .figure .rate .value-slot .odometer-inside::after,
html.dashboard.materials.illinois .panel.south-grain-storage .figure-container.delivery-percentage-container .figure .rate .value-slot .odometer-inside::after
{
    content: "%)";
}

html.dashboard.materials.illinois .panel.corn-deliveries .panel-title {
    font-size: 0.8rem;
    margin-top: 0.6rem;
}
html.dashboard.materials.illinois .panel.corn-deliveries .figure-container .figure .rate {
    font-size: 1.2rem;
}
html.dashboard.materials.illinois .panel.corn-deliveries .figure-container .figure .unit {
    font-size: 0.8rem;
}

html.dashboard.materials.illinois .panel.corn-oil-shipments .panel-title {
    font-size: 0.8rem;
    margin-top: 0.6rem;
}
html.dashboard.materials.illinois .panel.corn-oil-shipments .figure-container .figure .rate {
    font-size: 1.2rem;
}
html.dashboard.materials.illinois .panel.corn-oil-shipments .figure-container .figure .unit {
    font-size: 0.8rem;
}

html.dashboard.materials.illinois .panel.progold-shipments .panel-title {
    font-size: 0.8rem;
    margin-top: 0.5rem;
}
html.dashboard.materials.illinois .panel.progold-shipments .figure-container .figure .rate {
    font-size: 1.1rem;
}
html.dashboard.materials.illinois .panel.progold-shipments .figure-container .figure .unit {
    font-size: 0.7rem;
}

html.dashboard.materials.illinois .panel.ddgs-shipments .panel-title {
    font-size: 0.8rem;
    margin-top: 0.5rem;
}
html.dashboard.materials.illinois .panel.ddgs-shipments .figure-container .figure .rate {
    font-size: 1.1rem;
}
html.dashboard.materials.illinois .panel.ddgs-shipments .figure-container .figure .unit {
    font-size: 0.7rem;
}

html.dashboard.materials.illinois .panel.mdgs-shipments .panel-title {
    font-size: 0.8rem;
    margin-top: 0.5rem;
}
html.dashboard.materials.illinois .panel.mdgs-shipments .figure-container .figure .rate {
    font-size: 1.1rem;
}
html.dashboard.materials.illinois .panel.mdgs-shipments .figure-container .figure .unit {
    font-size: 0.7rem;
}

html.dashboard.materials.illinois .panel.wdgs-shipments .panel-title {
    font-size: 0.8rem;
    margin-top: 0.5rem;
}
html.dashboard.materials.illinois .panel.wdgs-shipments .figure-container .figure .rate {
    font-size: 1.1rem;
}
html.dashboard.materials.illinois .panel.wdgs-shipments .figure-container .figure .unit {
    font-size: 0.7rem;
}