﻿body {
    text-align: left !important;
    font-family: Segoe UI, Arial, Sans-Serif;
}

a {
    font-style: normal;
}

.page-header {
    font-size: 14px;
}

.load-times-page-header {
    font-size: 1.3em;
}

.sub-header {
    display:block;
    font-size: 10px;
}

table {
    margin-left: 0;
    font-size: 8px;
    border-spacing: 0;
    text-align: left;
    display: table;
}

table > tbody > tr > td {
   page-break-inside: avoid;
   vertical-align: top;
}

table > tbody > tr > td > div {
    page-break-inside: avoid;
    display: inline-block;
    vertical-align: top;
    border-bottom: 2px solid black;
    border-right: 2px solid black;
}

td, th {
    padding: 0 initial 0 0;
    margin:0;
    font-size: 8px;
    border-top: 1px solid #ccc;
    display: table-cell;
}

table tbody tr {
    display: table-row;
}

.no-print {
    display: none!important;
}

.dt-buttons {
    display: none;
}

.dataTables_filter {
    display: none;
}

.table-striped>tbody>tr:nth-child(odd) {
    background-color: #f9f9f9;
}

.FormTable 
{
    width: initial !important;
}

.table-chart {
    width: initial !important;
}

.table-sm {
    margin: auto;
    width: 100% !important;
}

.table-sm th, .table-sm td {
    padding: 0 1em 0 0;
    margin:0;
    font-size: 12px;
    border-top: 1px solid #ccc;
    display: table-cell;
}

.table-md {
    margin: auto;
    width: 100% !important;
}

.table-md th, .table-md td {
    padding: 0 2em 0 0;
    margin:0;
    font-size: 8px;
    border-top: 1px solid #ccc;
    display: table-cell;
}

.table-lg th, .table-lg td {
    padding: 0 1em 0 0;
    margin:0;
    font-size: 8px;
    border-top: 1px solid #ccc;
    display: table-cell;
}

.table-lg {
    margin: auto;
}

.print-only{
    display:block !important;
}

.grid-container .row div {
    border: 1px solid #ccc !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
    line-height: initial !important;
    padding: 0.5em !important;
    font-size: 0.9em;
}

.row {
    margin-bottom: 1em;
}

#orderdisplay {
    margin-bottom: 0;
}

.summary-grid {
    overflow-x: hidden;
    border: 1px solid #ddd;
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 9px;
}

.summary-grid li {
    display: block;
    float: left;
    width: 25%;
    padding-top: 0.25em;
}

.summary-grid-header {
    font-size: 11px !important;
}

.ticket-detail-header {
    font-size: 12px !important;
}

.VoidRow {
    text-decoration: line-through;
}

.flatpickr-calendar {
    display: none;
}

a {
    text-decoration: none;
    color: black;
}