﻿/* 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. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
}

.pr-header-small {
    font-size: 8pt;
}

.pr-content {
    font-family: Arial;
}

.pr-table-details th {
    padding: 4px;
}

.pr-footer-totals th {
    font-size: 10pt;
}

.pr-table-details, .pr-header {
    text-align: center;
}

.pr-content table {
    border-collapse: collapse;
}



.pr-table-main {
    width: 100%;
    border: 0px solid black;
}

.pr-table-header-left {
    border: 1px solid black;
    width: 50%;
}

.pr-table-header-right {
    border: 1px solid black;
    width: 50%;
}

.pr-table-details {
    border: 1px solid black;
    width: 100%;
    margin-top: 16px;
}

.pr-vtext {
    transform: rotate(-90deg);
    height: 110px;
    white-space: normal;
    text-align: center;
    font-weight: bold;
}

.pr-vtext2 {
    transform: rotate(-90deg);
    height: 110px;
    width: 100px;
    white-space: normal;
    text-align: left;
    font-weight: bold;
    vertical-align: top;
}

.pr-table-clients td {
    text-align: left;
}


.pr-table-header-right {
    width: 400px;
    float: right;
}

.pr-table-header-left {
    width: 550px;   
}

.pr-table-header-right td:first-child {
    width: 120px;
}

.pr-table-header-left td:first-child {
    width: 90px;
}

.pr-table-header-left td {
    border: 1px solid black;
}

.pr-table-header-right td {
    border: 1px solid black;
}

.pr-table-details td {
    border: 1px solid black;
}

.pr-content td {
    
    padding: 3px;
    font-size: 9pt;
}

.pr-content p {
    margin: 1px;
    font-size: 8pt;
}

.pr-footer-row {
    margin-top: 6px;
}

.pr-br-2 {
    border-right: 1px solid black;
}

.pr-heading {
    text-align: center;
}

.pr-heading2 {
    text-align: center;
    margin-bottom: 2px;
}

.w-res {
    min-width: 100px;
}

.w-date {
    min-width: 110px;
}

.pr-result-positive {
    font-weight: bold;
    color: red;
}

.pr-small {
    font-size: 0.8em;
    color: gray;
    margin-bottom: 0px;
}

.pr-small2 {
    font-size: 1em;
    margin-bottom: 0px;
}

.pr-bold {
    font-weight: bold;
}

.pr-p {
    margin-bottom: 0px;
}