﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: x-large;
    font-weight:bold;
    padding: 0;
    margin: 0;
}

body {
  /* Margin bottom by footer height */
    margin-top: -15px;
    background-color: black;
    color: white;
    font-family: Arial, Verdana, sans-serif;
    font-weight:bold;
}

.card-header {
    font-size: 16px;
    line-height: 16px;
}

.small-text {
    font-size: 14px;
    line-height: 14px;
    font-family: Arial, sans-serif;
    color: rgb(64, 64, 64);
}

.product {
    font-family: Times, serif ;
    font-size: 17px;
    line-height: 17px;
    color: white;
}

.ordnum {
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 16px;
    color: rgb(253, 255, 150);
}

.transport {
    font-size: 14px;
    font-family: Arial, sans-serif;
    color: rgb(64, 64, 64);
    position: absolute;
    right: 4px;
    bottom: 5px;
}


.headertext {
    font-size: 28px;
    font-weight: bold;
    line-height: 28px;
}

.headerdate {
    color: #e0e0e0;
    font-size: 20px;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: -3px;
}

.text-lightgray {
    color:#dbdbdb;
}

.text-yellow {
    color: rgb(253, 255, 150);
}