﻿/* 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;
}

.table-striped > tbody > tr.selected,
.table-striped > tbody > tr.selected > td,
.table-striped > tbody > tr.selected:hover > td,
.table-striped > tbody > tr.selected > th,
.table-striped > tbody > tr.selected:hover > th {
    background-color: #cdd5df !important;
    background-color: var(--gray-400) !important;
    color: #212529 !important;
}

.table-striped > tbody > tr.selected:hover > th > a {
    color: #1e418c !important;
    color: var(--navy-500) !important;
}

.table-sma-hover tbody tr:hover,
.table-sma-hover tbody tr:focus {
    filter: brightness(88%);
}

/* Fix for using Bootstrap table-striped and table-hover together */
.table-striped > tbody > tr:nth-child(odd):hover > td, .table-striped > tbody > tr:nth-child(odd):hover > th {
    background-color: initial;
}


/* 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;
}

.blue-text {
    color: #1A6298 !important;
    font-family: Arial;
    font-weight: 600 !important;
}

.blue-number {
    color: #1A6298 !important;
    font-family: Arial;
    font-weight: 100 !important;
}

.blue-contact {
    color: #1A6298 !important;
    font-family: Arial ;
    font-weight: 100 !important;
}

.whitespace-text-pre {
    white-space: pre-wrap
}
/* Messagebox
-------------------------------------------------- */
.message-box {
    background-color: #1e418c;
    color: white;
}

/* 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;
  line-height: 60px; /* Vertically center the text there */
}
/* PDF Support
-------------------------------------------------- */
.d-flex {
    display: -webkit-box;
}
.flex-row {
    display: -webkit-box;
}

.row {
    display: -webkit-box;
}
.justify-content-between {
    -webkit-box-pack: justify;
}
.align-self-end {
    box-align: end;
    box-pack: end;
}

.print-break-avoid {
    break-inside: avoid;
    page-break-inside: avoid;
}

.print-break-always {
    page-break-after: always;
    break-after: page;
}

.table-nonfluid {
    width: auto !important;
}
.table-p-1 td, th {
    padding: 0.25rem !important;
}
.table-p-2 td, th {
    padding: 0.5rem !important;
}

.img-max-width-15 {
    max-width: 15cm;
}

.sma-table-border-full > tbody > tr > td {
    border-left: 1px solid #6d8ed5;
    border-top: 1px solid #6d8ed5;
    border-right: 1px solid #6d8ed5;
}

.sma-table-border-full > tbody > tr:last-child > td {
    border-bottom: 2px solid #6d8ed5;
}

.sma-table-border-full > thead > tr > td, th {
    border-top: none !important;
    border-bottom: none !important;
}

.sma-table-border-full > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #e7edf8;
}