﻿/* 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. */

.vl {
    border-left: 2px solid gray;
    height: 150px;
    left: 50%;
    margin-left: -3px;
    top: 0;
}

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #03538B;
}

.btn-primary {
    color: #fff;
    background-color: #165C95;
    border-color: #186173;
}

.btn-secondary {
    color: #fff;
    background-color: #595959;
    border-color: #595959;
}

.btn-outline-dark {
    color: #6C787A;
}

    .btn-outline-dark:hover {
        color: #fff;
        background-color: #6C787A;
        border-color: #6C787A;
    }

.text-muted {
    color: #595959 !important;
}

.text-dark {
    color: #343a40 !important;
}

.list-group-item-action {
    color: #343a40;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #165C95;
    border-color: #186173;
}

/* 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, body {
    height: 100%;
}

#page-content {
    flex: 1 0 auto;
}

#sticky-footer {
    flex-shrink: none;
    background-color: #FAFAFA !important;
}

/*Custom style form validation errors*/
.validation-summary-errors ul {
    list-style: none;
    margin: 0px;
    margin-left: -40px;
}

/* Custom style for Google reCaptcha*/
.grecaptcha-badge {
    bottom: 100px !important;
    display: flex;
    align-items: center;
    justify-content: center
}

/* Disable Number Spinners on input type=number */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

/* remove checkmarks from isvalid*/
.form-control.is-valid.no-check {
    border-color: #919ba4;
    background-image: none;
}

.underline-link {
    text-decoration: underline;
}

#passwordRequirements li i[data-valid="true"] {
    color: #28a745;
}

#passwordRequirements li i[data-valid="false"] {
    color: #df0c0c;
}