@import url('fonts.css');

html {
    font-size: 14pt;
    height: 100%;
}

body {
    color: rgb(50,50,50);
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 1.25;
    height: 100%;
    display: flex;
    flex-direction: column;
}

#main-nav {
    background-color: rgb(239,243,245);
    filter: drop-shadow(5px 3px 6px rgba(0, 0, 0, 0.161));
    padding: 0.5em 0;
    z-index: 9999;
}

#main-nav a {
    color: inherit;
    text-decoration: none;
}

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

#logo-box {
}

#logo-img {
    width: 50px;
    height: 54px;
}

#logo-type {
    font-family: "Quicksand", sans-serif;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: left;
    white-space: nowrap;
}

#oidc-cert-img {
    width: 150px;
    height: auto;
}



#footer {
    background-color: rgb(239,243,245);
    flex-shrink: 0;
}

#footer a:link{
    color: rgb(255, 255, 255);
}
#footer a:visited,
#footer a:hover,
#footer a:active {
    color: rgb(255, 255, 255);
}

#footer-nav {
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
    font-size: 1.2rem;
    color: rgb(255, 255, 255);
}

#footer-info {
    text-align: left;
    font-size: 0.9rem;
    color: rgb(189, 189, 189);
}

.nav-text {
    font-weight: bold;
    font-size: 1.0rem;
    vertical-align: middle;
}

.breadcrumb {
    background-color: rgba(255,255,255,0);
    border: 0;
    padding-left: 0;
}

.breadcrumb .active a:link, .breadcrumb .active a:visited, .breadcrumb .active a:hover, .breadcrumb .active a:active {
    color: inherit;
    text-decoration: none;
}

.breadcrumb li {
    margin-right: 0.25em;
}

.breadcrumb li:first-child::before {
    content: none;
}

.breadcrumb li::before {
    content: " / ";
}

.btn {
    border-radius: 0;
}

.btn-primary {
    background-color: rgb(75,102,234);
    border-color: rgb(75,102,234);
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 0.5em 1.5em;
}

.close {
    cursor: pointer;
}

.dropdown-menu {
    background-color: rgb(239,243,245);
    border: 1px solid rgb(50,50,50);
    border-radius: 0;
    padding: 0.5em;
}

.dropdown-menu li {
    z-index: 0;
    font-size: 0.9em;
    margin-top: 0.5em;
}

.form-control {
    border: 1px solid #000000;
    border-radius: 0;
    font-size: 1.2rem;
    line-height: 1.25;
}

select {
    border: 1px solid #000000;
    border-radius: 0;
    font-size: 1.2rem;
    line-height: 1.25;
    padding: 0.25em 1.0em; 
    width: 100%;   
}

a:link, a:visited, a:hover, a:active {
    color: rgb(75,102,234);
}

a.btn:link, a.btn:visited, a.btn:hover, a.btn:active {
    color: #ffffff;
}

h1.page-title {    
    font-size: 1.5rem;
    text-align: left;
    white-space: nowrap;
}

h2 {
    font-weight: bold;
    font-size: 1.5rem;
}

h3 {
    font-size: 1.2rem;
}

.org-logo__block {
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.org-logo__img {
    object-fit: contain; 
    height: 100%;
}

.help-block-invalid {
	 color: red;
}

.top-buffer { margin-top:20px; }