﻿/* 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;
}

.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;
}

/*h1, h2, h3, h4, h5, h6 {
    color: #666;
}*/

.navbar-light .navbar-brand {
    color: #666;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 12px;
  font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
@media (min-width: 768px) {
  html {
    font-size: 14px;
  }
}

.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: 10px;
    padding-top: 100px;
    height: 100%;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

.header-logo {
    max-height: 55px;
}
.header-title {
    font-size: 24px;
}

#loginList, #logoutList {
    padding: .5rem 0 .5rem 4rem;
    font-size: 18px;
}

    #loginList a, #logoutList a {
        font-family: 'Open Sans', sans-serif !important;
        letter-spacing: .05em;
        font-size: 15px;
        line-height: 1.34em;
        font-weight: 600;
        text-decoration: none;
        text-transform: uppercase;
    }

#loginList, #logoutList {
    list-style: none;
}

    #loginList .fas, #logoutList .fas {
        padding-right: 10px;
        font-size: 16px;
        /*vertical-align: middle;*/
    }

.documentation-content {
    width: 75%;
    margin: 3% auto;
}
.need-detail-window{

}
.need-detail-window table{
    width: 90%;
    margin-top: .5%;
    margin-left: 5%;
}

.need-detail-window label{
    font-weight: bold;
    margin: 0;
}
.need-detail-window .primary-outcome {
    font-size: smaller;
}
.search-highlight {
    background-color: yellow;
}
.required:after {
    content: " *";
    font-weight: bold;
    color: red;
}

.k-multicheck-wrap .k-item {
    line-height: normal;
}

    .k-multicheck-wrap .k-item input[type="radio"], input[type="checkbox"] {
        margin-right: 5px;
    }

.k-grid {
    height: 100%;
}

.grid-icon {
    margin: 0 5px;
    color: steelblue;
}

    .grid-icon .fa-trash-can {
        color: red;
    }

    .grid-icon .fa-print {
        color: green;
    }

.grid-link {
    text-decoration: underline !important;
    color: steelblue !important;
    cursor: pointer;
}

.progressWindow-text {
    font-size: 14px;
    color: black;
    font-weight: 600;
    margin: 2px
}

.home-filter-col {
    padding: 0 .6em 0 0;
}

label {
    margin-bottom: 0;
    color: #666;
    font-size: 16px;
}

.label-text {
    color: #666;
    font-size: 16px;
}

.readmore-text {
    overflow: hidden;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: bottom;
}
.readmore-text + a {
    margin-bottom: 5px;
    display: inline-block;
}

h3 {
    font-size: 20px;
    line-height: 1.5em;
    letter-spacing: .05em;
    font-weight: 700;
    font-family: 'Open Sans',Arial, Tahoma, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    color: #666;
}

.noRecordsStyles {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-size: 20px;
    padding: 5px;
}

.k-edit-label {
    margin: 0 0 16px 0;
    padding: calc( 4px + 1px) 0;
    width: 30%;
    line-height: 1.4285714286;
    text-align: end;
    float: left;
    clear: both;
    font-size: 16px;
}
.grid_icon_success {
    font-size: 20px;
    color: #337ab7;
    opacity: .9;
}


/* Hide Html5 Report Viewer icons */

.trv-menu-large [aria-label="Navigate backward"] {
    display: none;
}

.trv-menu-large [aria-label="Navigate forward"] {
    display: none;
}

.trv-menu-large [aria-label="Stop rendering"] {
    display: none;
}

.trv-menu-large [aria-label="Toggle document map"] {
    display: none;
}

.trv-menu-large [aria-label="Toggle parameters area"] {
    display: none;
}

#reportViewer {
    position: absolute;
    left: 5px;
    right: 5px;
    top: 5px;
    bottom: 5px;
    overflow: hidden;
    font-family: Verdana, Arial;
}

    #reportViewer .k-menu:not(.k-context-menu) > .k-item {
        color: black;
    }

/*.k-input, .k-picker {
    border-width: 2px;
}*/

.awardNumFixed {
    width: 100%;
    padding-left: 10px;
    position: fixed;
    top: 90px;
    z-index: 990;
    color: var(--bs-card-cap-color);
    background-color: #fff;
}
