/*html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}*/

/* 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. */
body {
    font-family: 'Roboto' !important;
    background-color: #f6f6f6;
    font-size: 12px;
    height: 100%;
}

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;
    overflow: hidden;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}
/* Ask-The-Author styles
-------------------------------------------------- */
.ask-the-author {
    font-family: Roboto;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #3377c7;
}

.ask-author-comment-container {
    border-radius: 8px;
    border: solid 1px #cdcdcd;
    background-color: #ffffff;
}

.btn-standard {
    width: 101px;
    height: 37px;
    border-radius: 27.5px;
    background-color: #3377c7;
}

.btn-cancel {
    width: 101px;
    height: 37px;
    border-radius: 27.5px;
    background-color: #b0b0b0;
}

.people-have-asked {
    font-family: Roboto;
    font-size: 18px;
    font-weight: 500;
}

.reply-icon {
    width: 16px;
    height: 13px;
    object-fit: contain;
    background-color: #a4a4a4;
}

.student-text {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    color: #3377c7;
}

.comment-text {
    font-size: 12px;
}

content-container {
    max-height: 500px;
}

.left-content {
    box-shadow: 0 2px 5px 5px rgba(0, 0, 0, 0.1);
    background-color: #ededed;
    border-radius: 8px;
}

.right-content {
    box-shadow: 0 2px 5px 5px rgba(0, 0, 0, 0.1);
    background-color: #ededed;
    border-radius: 8px;
}

.middle-content {
    /*height: 35%;*/
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none !important;
}

.all-buttons {
    cursor: pointer;
    font-size: 12pt;
    font-weight: bold;
    text-align: center;
    -khtml-transition-duration: 0.45s;
    -webkit-transition-duration: 0.45s;
    transition-duration: 0.45s;
    outline: none;
    text-decoration: none;
    box-shadow: none;
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: black;
    text-align: center;
    background-color: white;
    opacity: 1;
    border-radius: .25rem;
    font-family: 'Roboto' !important;
}

.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .tooltip.bs-tooltip-bottom .arrow::before {
    margin-left: -3px;
    content: "";
    border-width: 0 5px 5px;
    border-bottom-color: white;
}

a[aria-expanded=true] .fa-chevron-up {
    display: none;
}

a[aria-expanded=false] .fa-chevron-down {
    display: none;
}