/* navbar overrides */

.navbar-default {
    background-color: #69899f;
    border-color: #425766;
}

.navbar-image {
    width: 100%;
}

.navbar-a-brand-max-width {
    max-width: 15%;
}

.btn-auth {
    background-color: #ffb000;
    outline-color: #ffb000;
}
.btn-auth {
    color: #ffffff;
    background-color: #ffb000;
    transition: filter 0.5s ease;
    border-color: #fcb81e;
}

.btn-auth:hover,
.btn-auth:focus,
.btn-auth:active,
.btn-auth.active,
.open .dropdown-toggle.btn-auth {
    color: #ffffff;
    border-color: #ffb000;
    transition: filter 0.5s ease;
    filter: brightness(105%);
}

.btn-auth:active,
.btn-auth.active,
.open .dropdown-toggle.btn-auth {
  background-image: none;
}

.nav-link-white {
    color: white !important;
    transition: color 0.5s ease;
}

.nav-link-white:hover {
    transition: color 0.5s ease;
    color: #ffb000 !important;
    filter: brightness(110%);
}

.navbar-div-bg-dark {
    background-color: #003b64;
}
.navbar-a-text-fit {
    max-width: calc-size(min-content, size + 100px);
}


body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}