﻿/* 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;
}

/* 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 */
}

.validation-summary {
    color: red;
    font-size: smaller;
}

.report-question-block {
    margin-top: 2pc;
}

.report-sub-text {
    font-size: smaller;
    font-style: italic;
}

.report-intro-text {
    background: #eea300;
    padding: 10px;
    font-size: small;
    font-weight: bold;
}

.custom-card {
    background-color: #505050; 
}

.custom-card-header {
    background-color: #505050;
    padding: 0.5rem 0.25rem 0;
    border-bottom: none;
    color: silver;
}

.custom-card-body {
    padding: 0.25rem 0.7rem;
    font-size: 0.85em;
    font-weight:400;
}

.dropdown-menu .dropdown-toggle:after {
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid;
}

.dropdown-menu .dropdown-menu {
    margin-left: 0;
    margin-right: 0;
}

.dropdown-menu li {
    position: relative;
}

.nav-item .submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
}

.nav-item .submenu-left {
    right: 100%;
    left: auto;
}

.dropdown-menu > li:hover {
    background-color: #f1f1f1
}

    .dropdown-menu > li:hover > .submenu {
        display: block;
    }
.textarea-dark {
    color: white;
    background: #343a40 !important;
}

.textarea-md {
    height: 100px !important;
}
.textarea-lg {
    height: 250px !important;
}

.modal-dialog {
    max-width: 70%
}

.badge-small {
    font-size: 0.7em;
    vertical-align: super;
}

textarea.form-control.height-150 {
    height: 150px;
}

textarea.form-control.json-box {
    height: 500px;
    color: white;
    background: #343a40;
}

.word-break-all {
    word-break: break-all;
}