﻿/* 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;
}

.navbar {
	min-height: 60px;
}

.top-nav,
.sub-nav {
	margin-bottom: 0;
	color: white;
	border-radius: 0;
}

.top-nav {
	z-index: 11000;
	background-color: #9a999a;
	border-bottom: 1px solid #d6d6d6;
	padding: 0px;
}

.sub-nav {
	z-index: 10999;
	background: linear-gradient(to right, #d6d6d6, #9a999a);
	border-bottom: 1px solid #9a999a;
}

header {
	margin-bottom: 10px;
}

.page-title {
	margin-bottom: 0px;
	color: #cb1517;
}

.form-section-title {
	margin-top: 20px;
	text-align: left;
	font-size: 30px;
	color: #cb1517;
}

.form-section-title::after {
	display: block;
	content: '';
	margin: 5px 0px 20px 0px;
	border-bottom: 4px solid #eaeaea;
}

.form-label {
	margin-bottom: 0.2rem;
	font-size: 0.9em;
}

.validation-errors {
	background-color: #dc3545;
	padding: 14px;
	margin: 20px 0px 10px 0px;
	color: white !important;
}

	.validation-errors ul {
		padding: 0px;
		margin: 0px;
	}

	.validation-errors li {
		list-style: none;
	}

.highlight-grey {
	background-color: #d6d6d6;
	padding: 15px;
}

/* 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;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
}

header .main-logo {
	padding: 20px 10px;
}