﻿/* 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. */

:root {
    font-size: 14px;
}

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 14px;
  }
}

.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: 40px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 48px; /* Vertically center the text there */
}

.container {
    max-width: 1480px;
}

code {
    color: #666666;
    background-color: #f2f2f2;
}

/* DataTables */

div.dataTables_wrapper div.dataTables_filter {
    text-align: left;
}

div.dataTables_wrapper div.dataTables_filter input {
    font-size: 11pt;
    font-weight: normal;
    height: 35px;
    margin: 0;
    width: 220px;
}

div.dataTables_wrapper div.dataTables_filter label {
    font-weight: bold;
    margin-top: -5px;
}

div.dataTables_wrapper div.dataTables_info {
    padding-top: 22px;
    text-align: left;
}

div.dataTables_wrapper div.dataTables_length label {
    padding-top: 18px;
}

div.dataTables_wrapper div.dataTables_length select {
    font-size: 10pt;
    width: 60px;
}

div.dataTables_wrapper div.dataTables_paginate {
    margin: 0;
    padding-top: 12px;
    text-align: right;
}

#hvsiz td {
    padding-top: 8px;
    padding-bottom: 6px;
    padding-left: 6px;
    line-height: 14px !important;
}

#hvsiz th {
    padding-left: 6px;
    padding-right: 24px !important;
}

#vmsiz td {
    padding-top: 8px;
    padding-bottom: 6px;
    padding-left: 6px;
    line-height: 14px !important;
}

#vmsiz th {
    padding-left: 6px;
    padding-right: 24px !important;
}

.dtpick {
    font-weight: bold;
}

