/* {
    font-family: "Helvetica Neue", Arial, sans-serif;
}*/


* {
    font-family: "Noto Sans Display", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-variation-settings:
        "wdth" 100;
}

pre {
    background: #fff;
}

body {
    background-image: url("../img/xtile.gif");
    background-color: #000;
}

.main {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
}

img.logo {
    width: 170px;
    display: block;
    margin: 0 auto;
    border: 1px solid #000;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.floor {
    fill: #fafafa;
    stroke: #010101;
    stroke-miterlimit: 10;
}

.shelf {
    fill: #fff;
    stroke: #010101;
    stroke-miterlimit: 10;
    stroke-width: 0.5px;
}

text {
    font-size: .7em;
    font-weight: bold;
    /*font-family: Arial, Helvetica, sans-serif;*/
}

.svgdiv {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
}

.svgGrey {
    fill: #7f8289;
}

.svgGreen {
    fill: #8dc640;
}



.token {
    display: inline-block;
    padding: 3px 5px;
    margin: 0 10px 0 0;
    color: #fff;
    background-color: #a75c07;
    font-weight: bold;
    text-decoration: none;
    font-size: 14px;
    border-radius: 5px;
}

.revs {}

.cfg {
    background-color: #07a764;
}



.items,
.stations,
.info {
    display: block;
    margin-bottom: 20px;
    margin-left: 10px;
}

.stations {
    color: #fff;
    border-top: 2px solid #fff;
    padding-top: 10px;
}

.updated {
    display: block;
    clear: both;
    margin: 10px 0;
    font-size: 12px;
}

.items a,
.items div {
    display: block;
    margin-bottom: 5px;
    clear: left;
}

.replitems {
    margin-bottom: 25px;
}

.replitems div {
    display: block;
    margin-bottom: 5px;
    position: relative;
}

.label_link,
.items a,
.items div,
.replitems a,
.replitems div {
    color: #c9c9c9;
    font-weight: bold;
    text-decoration: none;
}

.replitems a,
.replitems p.onhand {
    color: #9ec4eb;
    font-size: 10px;
    margin: 0;
    padding: 0;
    display: inline-block;
}

.replitems a.large {
    font-size: 18px;
    color: #ebc79e;
    display: block;
}

.replitems a.large:hover {
    color: #b89874;
}

.replitems p.onhand {
    color: #c787fc;
    font-size: 14px;
}

.items div.small,
.replitems div.small {
    margin-bottom: 10px;
    font-size: 12px;

}

.items span,
.replitems span.rp,
.stations a {
    text-decoration: none;
    display: inline-block;
    float: left;
    color: #21310c;
    margin-right: 5px;
    margin-bottom: 10px;
    background-color: #8dc640;
    padding: 3px 4px 1px 4px;
    border-radius: 4px;
    font-size: 12px;
}

.replitems div {
    display: block;
    margin-bottom: 5px;
    padding: 5px 0;
    padding-left: 5px;
    clear: right !important;
    background-color: #21310c;
}

.replitems span.rp {
    float: right;
    width: 120px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 5px;
}

.replitems span.SmallPart,
.replitems span.Auto {
    background-color: #ed6348 !important;
}

a.sublink {
    display: block;
    float: left;
    color: #6f6f6f;
    text-decoration: none;
}

.stations a {
    margin-right: 10px;
    padding: 5px 6px 3px 6px;
    font-weight: bold;
}

a.locationLink {
    display: inline-block;
}

.info h2,
.info h3 {
    color: #fff;
}

.hide {
    display: none;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.greybox,
.bat {
    fill: #ccc;
}

.darkgreybox {
    fill: #6f6f6f;
}

span.find {
    padding-right: 10px;
}

/* TEXT COLORS */

.red {
    color: #ed6348;
}

.green {
    color: #8dc640;
}

.yellow {
    color: #e5c123;
}

.white {
    color: #ffffff;
}