﻿body {
    text-align: left !important;
    font-family: Arial, Sans-Serif;
    text-rendering: optimizeLegibility;
}

a {
    font-style: normal;
}

table {
    margin-left: 0;
    width: 100%;
    font-size: 10px;
    border-spacing: 0;
    text-align: left;
    display: table;
}

    table > thead {
        font-weight: bold;
    }

    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: 10px;
    border-top: 1px solid #ccc;
    display: table-cell;
}

table tbody tr {
    display: table-row;
}

.no-print {
    display: none;
}

.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-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;
    margin-bottom: 10px;
}

.sub-header {
    display: block;
    font-size: 11px;
}

.ul-message {
    margin-top: 0;
}

.li-message {
    font-size: 10px;
    margin: 0;
}

.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: 12px;
}

.table-small-font {
    width: 100%;
    font-size: 8px;
}

.ticket-detail-header {
    font-size: 12px !important;
}

.page-header {
    font-size: 14px;
}

.plant-info {
    font-size: 12px;
    float: right;
}

.dashboard-header {
    font-size: 20px !important;
}

.dashboard-block {
    font-size: 12px !important;
}

.flatpickr-calendar {
    display: none;
}

a {
    text-decoration: none;
    color: black;
}

.VoidRow {
    text-decoration: line-through;
}

/* #region Ticket Print Out */

.summary-grid {
    overflow-x: hidden;
    border: 1px solid #ddd;
    padding: 1em 2em;
    font-size: 10px;
}

    .summary-grid li {
        display: block;
        float: left;
        width: 25%;
        padding-top: 0.25em;
    }

.summary-grid-header {
    width: 100% !important;
    padding-top: 0.5em !important;
    font-style: italic;
}

.last-column {
    padding-right: 0em !important;
}

.ticket-note {
    font-size: 9px !important;
    padding-bottom: 1em !important;
}

/* #endregion Main */
