/* 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 {
  text-align: center;
  white-space: normal;
  word-break: break-all;
}

/* Sticky footer styles
-------------------------------------------------- */

html { font-size: 12px; }

@media (min-width: 768px) {
  html { font-size: 12px; }
}

.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); }

.form-spacing-top {
    margin-top: 10px;
}

.generic-spacing {
    margin-top: 25px;
    margin-bottom: 25px;
}

.form-spacing-bottom {
  margin-bottom: 10px;
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */

html {
  min-height: 100%;
  position: relative;
}

body {
  background-attachment: fixed;
  background-color: #0D0A08;
  background-image: url('/img/bg-230407-1.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 60px;
  /* Margin bottom by footer height */
  padding-top: 75px;
}

.footer {
  bottom: 0;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
  position: absolute;
  white-space: nowrap;
  width: 100%;
}

.main {
  background-color: #000000;
  border-radius: 10px;
  margin-bottom: 10px;
  margin-left: 20%;
  margin-right: 20%;
  margin-top: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
}

.validation-summary-errors {
}

.validation-summary-errors ul li {
  font-weight: bolder;
  color: red;
}

input {
  margin-bottom: 5px;
  margin-top: 5px;
}

.header {
  background-color: #000000;
  border-radius: 5px;
  color: white;
  font-weight: bold;
  margin-bottom: 5px;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 5px;
  padding: 5px 5px 5px 5px;
}

blockquote {
  background-color: #000000;
  border: 1px solid #CCCAC7;
  border-radius: 2px;
  color: #ffffff;
  font-weight: bolder;
  margin: 10px 10px 10px 10px;
  padding: 10px 10px 10px 10px;
}

pre {
  background-color: #000000;
  color: #ffffff;
  font-weight: bolder;
  padding: 10px 10px 10px 10px;
}

code {
  background-color: #000000;
  color: #ffffff;
  font-weight: bolder;
  padding-left: 5px;
  padding-right: 5px;
}

p {
  margin-bottom: 5px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 5px;
  padding-left: 5px;
  padding-top: 5px;
}

.cifooter {
  background-color: #000000;
  color: #ffffff !important;
}

.mainlabel { padding-top: 30px; }

.field-validation-error {
  color: darkblue;
  font-weight: bolder;
  padding-left: 30px;
}

.field-validation-error:before { content: './>'; }

.container { max-width: 90%; }

.card-header {
  background-color: #76828D;
  color: #ffffff;
}

.card-body { background-color: #FFFFFF; }

.card-body-page {
  background-color: #FFFFFF;
  /*
  background: rgba(1,1,1,.1);
  background-attachment: fixed;
  background-image: url('/img/main-card-bg-210902.jpg');
  background-image: url('/img/bg-230407-1.png');
  background-repeat: no-repeat;
  background-size: cover;
  */
}

.nav-bg-dark { background-color: #030E1A; }

.navbar-brand { color: #ECEAE7 !important; }

.datalabel {
  align-items: center;
  background-color: #76828D;
  border-radius: 5px;
  color: #E9F4FF;
  display: flex;
  font-weight: bold;
  margin-bottom: 5px;
  text-align: right;
  vertical-align: middle;
}

.datalabel a { color: #E9F4FF; }

.datainfo {
  align-items: center;
  background-color: #030E1A;
  border-radius: 5px;
  color: #FFFFFF;
  display: flex;
  font-weight: bold;
  margin-bottom: 5px;
}

.datainfo a { color: #E9F4FF; }

.datainfo_a { color: #E9F4FF; }

.hoveritem { padding-bottom: 5px; }

.hoveritem:hover { background-color: #efefef; }

.hoveritem a { font-weight: bold; }

.card { background-color: #E9F4FF; }

.cifooterlink {
  color: #E9F4FF;
  margin-left: 5px;
  margin-right: 5px;
  text-decoration: none;
}

.cifooterlink:hover {
  color: #ffffff;
  text-decoration: underline;
}

.table {
  background-color: #BCDEFF;
  color: #030E1A;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #E9F4FF;
  color: #030E1A;
}

.table-striped tbody tr:nth-of-type(even) {
  background-color: #D2E9FF;
  color: #030E1A;
}

.table-condensed tbody tr td {
  margin: 1px 1px 1px 1px;
  padding: 1px 1px 1px 1px;
}

.ui-widget-header {
  background: #665340;
  color: antiquewhite;
}

.ui-state-default { background: #E6E4E3; }

h3 {
  background-color: #061D33;
  border-radius: 5px;
  color: #D2E9FF;
  padding-left: 10px;
}

a {
  color: #1B82E6;
  font-weight: bold;
}

a:hover {
  color: #1E90FF;
  font-weight: bolder;
}

.plain-form-group {
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.form-group {
  border: 2px solid;
  margin: 10px;
  padding: 10px;
}

.form-group > span {
  background-color: white;
  left: 20px;
  margin-left: 20px;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  top: -1px;
}

.form-group > input { border: none; }
