﻿/* 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: 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: 200px;
    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%;
}
.home-filter-col {
    padding: 0 .6em 0 0;
}
label {
    margin-bottom: 0;
    font-weight: bold;
    color: #666;
}
.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: #337ab7;
}

.form-group {
    margin-bottom: .5rem;
}

.grid-icon {
    margin: 0 5px;
     color: #337ab7;
}

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

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

.grid_icon-download {
    color: chocolate;
}

.grid-link {
    text-decoration: underline !important;
    color: #376ebb !important;
}
.disabled-icon {
    opacity: .5;
    color: #000000 !important;
}

#IsDraft_validationMessage {
    display: none;
}

#copyLinkbtn {
    outline: none;
    box-shadow: none;
    text-decoration: none;
}
/* Propose need styles*/
.disabled-textbox {
    pointer-events: auto;
    cursor: not-allowed;
    text-decoration: none;
}

    .disabled-textbox:hover {
        cursor: not-allowed;
    }

.tootip-help {
    margin-left: 2px;
    font-size: 1em;
    margin-left: 3px;
}