﻿
#header-flag, .header-gov-desc {
    font-size: .75rem;
    line-height: 1.25; 
    height: 25px;
    padding-bottom: 4px;
    padding-top: 4px;
}

.header-flag-icon {
    height: 13px;
    width: 23px;
    margin-right: 10px;
}

.header-gov-icon {
    max-width: 40px;
    max-height: 40px; 
    margin-right: 10px;
    float: left;
}

.footer-logo {
    max-width: 80px;
    max-height: 80px;
    margin:0;
    padding:0;
}

.cftcLink {
    border-color: #212E60 !important;
    background-color: white;
    color: #212E60 !important;
    border-width: 2px;
}

.cftcLink:hover {
    background-color: #212E60 !important;
    color: white !important; 
}

@media (min-width: 601px) {
    #header-second {
        padding-bottom: 4px;
        padding-top: 4px;
    } 
}

#progressBackgroundFilter {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden !important;
    background-color: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
    z-index: 999999999;
    display: none;
}

#processMessage {
    overflow: hidden !important;
    position: fixed;
    top: 30%;
    left: 43%;
    padding: 10px;
    width: 250px;
    z-index: 999999999;
    background-color: #fff;
    border: solid 1px #000;
    display: none;
} 










/* 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;
    text-decoration: none !important;
}

a:hover { 
    text-decoration: underline !important;
}

.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 */
        /*background: #212E60;
        color: white;
    }

    .footer .container {
        background: #212E60 !important;
    }

.footer-logo {
    margin: 0px;
    padding-bottom: 10px;
    height: auto;
    line-height: 1.12rem;
    font-size: 0.87rem;
    background: #212E60 !important;
    float: left;
}

    #address {
        padding-top:5px;
        float: left;
    }*/

@media only screen and (max-width: 56rem) {
    .logo img {
        width: 3.75rem;
        height: 3.75rem;
    }
}

@media only screen and (max-width: 470px) {
    .logo img {
        width: 13rem !important;
    }
}

@media only screen and (max-width: 896px) {
    .logo img {
        width: 20rem !important;
        height: auto !important;
        margin-left: 0px;
    }
}

@media only screen and (max-width: 1040px) {
    .branding .logo img {
        width: 20rem !important;
        height: auto !important;
        margin-left: 0px;
    }
}

.logo img { 
    width: 20rem !important;
    height: auto !important;
    margin-left: 0px;
}
 
.form-group {
    margin-bottom: 1rem;
}

.form-row {
    display: flex;
}

.button-width {
    padding-right: 4rem !important;
}

.center-paragrpah-confirmation {
    margin-left: 4em;
}

.confirmation-hr-lines {
    display: block;
    unicode-bidi: isolate;
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
    margin-inline-start: auto;
    margin-inline-end: auto;
}

.confirmation-pdf-image-size {
    padding-right: 0.4rem;
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}