html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

/* 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. */



/* Custom Styles added for site */

.form-signin {
    max-width: 330px;
    padding: 15px;
}

.navbar .container {
    flex-wrap: wrap !important;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

    a.navbar-brand.nav-gs1 {
        margin: 0;
        z-index: 1;
    }

    a.navbar-brand.nav-cgcsa {
        margin: 0;
    }

    a.navbar-brand img {
        max-width: 30vw !important;
        max-height: 80px;
        margin-left: 20px;
        margin-right: 20px;
    }

    a.navbar-brand.nav-gs1 img {
        margin-left: 0px !important;
    }

.bold-underline, .bolderline {
    font-weight: bold;
    text-decoration: underline;
}

label.required:after {
    content: "*";
    color: red;
    margin-left: 2px;
}

@media (max-width: 600px) {
    .signin-img {
        width: 88px;
        height: 88px;
    }

    a.navbar-brand.nav-cgcsa img {
        max-width: 33vw !important;
    }
}

@media (max-width: 770px) {
    a.navbar-brand {
        margin: 0;
    }

        a.navbar-brand img {
            /*width: 150px !important;*/
            max-height: 60px;
            margin-left: auto;
            margin-right: auto;
        }
}

@media (max-width: 992px) {
    .navbar-brands-container {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

@media (max-width: 1400px) {

    a.navbar-brand img {
        margin-left: 10px;
        margin-right: 10px;
    }
}

/* 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;
}

/* header styles
-------------------------------------------------- */
.navbar a.nav-link:hover,
.navbar button.nav-link:hover {
    color: #0056b3 !important;
    background-color: #c4d7ed !important;
    text-decoration: none;
    border-radius: 5px;
}

.navbar .nav-link.active {
    border-radius: 0;
    color: #5B9AD4;
    border-bottom: 2px solid #5B9AD4;
    padding-bottom: 3px;
    background-color: transparent !important;
}

/* 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 */
}

.footerbuffer {
    height: 60px;
}


/* Form  styles
-------------------------------------------------- */

.failed-validation {
    border: 1px solid red !important;
}


#msform input, #msform textarea, .select-box {
    font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important;
}

#msform select {
    margin-bottom: 15px;
}

.field-validation-error {
    color: #dc3545 !important;
}

.input-validation-error + .field-validation-error {
    position: relative;
    top: -25px;
}

div.row > .field-validation-error {
    position: relative;
    top: -25px;
}

div.des_null {
    min-width: 135px;
}

div.des_null_notes {
    width: Calc(50% - (135px - 16.66666667%));
}

@media (max-width: 767px) {
    .des_null {
        min-width: 125px;
    }
}