﻿/* 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. */

.table th {
    padding: 1px;
    /*text-align: center*/
}
.table td {
    padding: 0px 2px 0px 2px;
}

.preload {
    width: 100px;
    height: 100px;
    position: fixed;
    top: 20%;
    left: 40%;
}

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
  margin: 0;
  padding: 0;
}

@media screen (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: 0;
  padding: 0;
  /* Margin bottom by footer height */
  margin-bottom: 60px;
  font-size: 14px;

}
.footer {
  position: absolute;
  bottom: 1px;
  width: 100%;
  white-space: nowrap;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
}

.font-85 {
    font-size: 85% !important;
}

.font-16 {
    font-size: 16px;
}


@media print {
    /* These styles will only be used when the page is printed or saved to PDF. */
    h1 {
        font-size: 16pt;
    }

    body {
        margin: 0;
        color: #000;
        background-color: #fff;
    }

    header, footer, aside, nav, form, iframe, .menu, .hero, .adslot {
        display: none;
    }

    footer {

    }

    a[href]:after {
        content: none !important;
    }

    a::after {
    content: " (" attr(href) ")";
    }

    .rbox {
        page-break-inside: avoid;
    }

    .noprint {
        display:none
    }

}
