﻿body {
}

.selected {
    background-color: #42A948 !important; /* green */
}

.selected > td {
    color: white !important;
}

.selected > td .mud-input {
    color: white !important;
}

.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.alnright {
    text-align: right;
}

.signature{
    position: absolute;
    height: 100px;
}

.report-box {
    max-width: 800px;
    margin: auto;
    padding: 30px;
    border: 1px solid #eee;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    font-size: 12px;
    line-height: 20px;
    font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif;
    color: #000000;
}

.report-box table {
    width: 100%;
    line-height: inherit;
    text-align: left;
    border-collapse: collapse;
}

.report-box table td {
    padding: 5px;
    vertical-align: top;
}

.report-box table tr td.txtright {
    text-align: right;
}

.report-box table tr td.txtmiddle {
    text-align: center;
}

.report-box table tr.top table td {
    padding-bottom: 20px;
}

.report-box table tr.top table td.title {
    font-size: 20px;
    color: #3A3B3C;
}

.report-box table tr.information table td {
    padding-bottom: 40px;
}

.report-box table tr.footer table td {
    padding-top: 40px;
}

.report-box table tr.heading td {
    background: #D1D0CE;
    border-bottom: 1px solid #7f7f7f;
    font-weight: bold;
}

.report-box table tr.details td {
    padding-bottom: 20px;
}

.report-box table tr.item-heading td {
    border-bottom: 1px solid #7f7f7f;
    font-weight: bold;
}

.report-box table tr.item td {
    border-bottom: 1px solid #808080;
}

.report-box table tr.item.last td {
    border-bottom: none;
}

.report-box table tr.total td {
    border-top: 2px solid #808080;
    font-weight: bold;
    padding-bottom: 20px;
}

.report-box table tr.subtotal td {
    border-top: 2px solid #808080;
    font-weight: bold;
    padding-bottom: 20px;
}

.report-box table tr td img.print-signature {
    position: absolute;
    height: 100px;
    margin-top: -35px;
}

.bottomPush {
    position: fixed;
    bottom: 0;
    padding-bottom: 8px;
    padding-left: 16px;
}

.hover-paper:hover {
    background-color: #d1d0ce;
}

.active-bold {
    font-weight: bolder
}

.ticket-table th td {
    font-size: .75rem !important;
}

.email-link a {
    text-decoration-line: underline;
}