﻿/* 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;
}

/* Provide sufficient contrast against white background */
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
/* 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;
  line-height: 60px; /* Vertically center the text there */
}

/* Bids display table */

table.bid-table {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

    table.bid-table thead > tr th {
        background-color: #40638f;
        font-size: 14px !important;
        color: #fff !important;
    }

    table.bid-table tbody > tr td {
        font-size: 14px !important;
    }

.sample {
    max-height: 600px;
}

/*table > tbody {
    overflow-y: auto;
}

table.bid-table tbody tr {
    border-top: 1px solid #ccc;
}

    table.bid-table tbody tr:last-child {
        border-bottom: 1px solid #ccc;
    }

    table.bid-table tbody tr > td {
        border-left: 1px solid #ccc;
        font-size: 12px;
    }

        table.bid-table tbody tr > td:last-child {
            border-right: 1px solid #ccc;
        }*/