﻿/* 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;
  border-color: #1861ac;
}

/* 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 */
}

/* Identity Pages */

.accountButton
{
    margin-top: 10px;
}

/* Eurostop Menu */

.dropdown-item {
    font-size: 0.9rem;
    padding: .25rem, 0.5rem;
}

/* Eurostop Form Panels */

div.submit-alloc .card-header
{
    margin-bottom: 10px;
}

div.submit-alloc .card-footer {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
}

div.es-panel label
{
    font-size: 0.9rem;
    font-weight: 500;
}

div.es-panel .form-control {
    font-size: 0.9rem;
}

.es-panel .card-body {
    padding: 0.1rem 1rem 0.5rem 1rem;
}

.es-panel .alert {
    margin-bottom: 0.1rem;
    font-size: 0.9rem;
    font-weight: 500;
}

.es-panel .form-group
{
    margin-bottom: 10px;
}

.btn-opt-fields {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
}

.es-panel-opt-fields {
    border: dotted;
}

.euro-table td.allocUnits {
    width: 15%;
}

.euro-table td.isEnabled {
    width: 5%;
    text-align: center;
}

#subAllocationItemsBox {
    margin-top: 15px;
}

#btnGetSubAllocationItems {
    cursor: pointer;
}

#btnImportData {
    margin-right: 10px;
}

/* Eurostop tables */
.euro-table {
    font-size: 12px;
}

/* Client side validation styles */
.validation-summary-valid span {
    display: none;
}

.validation-summary-errors {
    color: red;
    font-size: 0.95rem;
}

.field-validation-error {
    color: red;
    font-size: 0.95rem;
}

.input-validation-error {
    color: red;
    background-color: #f2dade;
}
