﻿/* 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 */
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;

*/
    color: #2B4560;
    background-color: #f9f9f9;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid blue;
}
.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 {
    bottom: 0;
    width: 100%;
    white-space: nowrap;
}

/*DCS Customization*/

.FooterBackground{
    background-color:lightgray;
}

.BodyDataColumnHeader {
    font-size: 14pt;
    font-family: Ebrima;
    color: black;
    font-weight: bold;
    text-align: center;
    font-style: italic;
}

.BodyDataMiddleColumn {
    font-size: 11pt;
    font-family: Ebrima;
    color: black;
    font-weight: bold;
    text-align: left;
}

.BodyDataMiddleColumnCenter {
    font-size: 11pt;
    font-family: Ebrima;
    color: black;
    font-weight: bold;
    text-align: center;
}

.BodyDataMiddleColumnWhite {
    font-size: 11pt;
    font-family: Ebrima;
    color: white;
    font-weight: bold;
    text-align: center;
}

.BodyDataMiddleColumnCenterWhite {
    font-size: 11pt;
    font-family: Ebrima;
    color: white;
    font-weight: bold;
    text-align: center;
}

.h4 {
    font-size: 10pt;
    font-family: Ebrima;
    color: white;
    font-weight:900;
    text-align: center;
    letter-spacing: 3px;
}

.ColumnBlack {
    background-color:black;
}

.ColumnBlue {
    background-color: #86b7e2;
}

.BodyDataCenter {
    font-size: 10pt;
    color: black;
    text-align: center;
    font-weight: normal;
}

.BodyDataCenterHome {
    font-size: 10pt;
    color: black;
    text-align: center;
    font-weight: normal;
}

.BodyDataCenterBold {
    font-size: 10pt;
    color: black;
    text-align: center;
    font-weight: bold;
}

.BodyDataCenterBoldHome {
    font-size: 10pt;
    color: black;
    text-align: center;
    font-weight: bold;
}

.BodyDataColumnHeaderBold {
    font-size: 14pt;
    font-family: Ebrima;
    color: black;
    font-weight: 900;
    text-align: center;
    letter-spacing: 3px;
}

.carousel {
    background: #2f4357;
    margin-top: 20px;
}

.carousel-item {
    text-align: center;
    margin-top: 10px;
    min-height: 170px; /* Prevent carousel from being distorted if for some reason image doesn't load */
}

.bs-example {
    margin: 20px;
}

.PlaceClaimBox {
    align-self: center;
    background-color: #2f4357;
    min-height: 180px;
    padding-top: 30px;
    color:white;
}

.stl-hr {
    border-color: blue;
    border-style: solid;
    border-width: 1px 0;
    margin: 9px 0;
}

.stl-BlueBackground {
    background-color: #e8f0fe;
}

table.table-bordered {
    border: 1px solid blue;
    margin-top: 20px;
    border-collapse: collapse;
}

table.table-bordered > thead > tr > th {
    border: 1px solid blue;
}

table.table-bordered > tbody > tr > td {
    border: 1px solid blue;
    vertical-align: middle;
}

table.table-bordered tbody [rowspan],
tbody [rowspan] ~ th,
tbody [rowspan] ~ td,
tfoot {
    border: 1px solid blue;
}

.ImportantMessage, td.ImportantMessage, body.ImportantMessage {
    color: Red;
    font-family: Ebrima;
    font-weight: bold;
}

.SimpleRed, td.SimpleRed, body.SimpleRed {
    font-size: 10pt;
    color: Red;
    font-family: Ebrima;
    font-weight:normal;
}

.stl-TopMargin70 {
    margin-top:155px;
}

.stl-HideColumn {
    display: none;
}

stl-item {

}

input.form-control {
    height: 25px !important;
}

select.form-control:not([size]):not([multiple]) {
    height: 30px !important;
    font-size: small;
    padding: 1px;
}

