﻿/* 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 0.25rem 0.75rem rgba(0, 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: 120px auto 160px auto;
  color: #5b5b5b;
  background-color: #f1f2f3;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
  /* Vertically center the text there */
}
h2 {
  background-color: #e1e2e3;
  margin-top: 50px;
  font-weight: 300;
  font-size: 1.8rem;
  padding-left: 5px;
}
h3 {
  margin-top: 40px;
}
.toc {
  padding-top: 10px;
}
.toc a {
  display: block;
  margin-bottom: 5px;
  background-color: #e6e7e8;
  text-decoration: none;
  color: #5b5b5b;
  padding: 2px 8px;
  overflow: hidden;
}
.toc a:hover {
  background-color: #d1d5d6;
}
.toc__group {
  padding-bottom: 25px;
}
.toc__group__title {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.toc__method {
  display: inline-block;
  width: 60px;
  text-align: center;
  font-weight: 600;
  margin-right: 15px;
}
.toc__method--put {
  background-color: #f0d693;
}
.toc__method--post {
  background-color: #c9e798;
}
.toc__method--get {
  background-color: #c0dbe9;
}
.toc__group__description {
  margin-bottom: 15px;
}
.docpage h1 {
  margin-bottom: 25px;
  margin-top: 10px;
}
.docpage h1 strong {
  background-color: #d8d8dc;
  padding: 0 20px;
  font-weight: 500;
}
.docpage h2 {
  margin-bottom: 20px;
}
.docpage blockquote {
  border-left: solid 8px #a9a9a9;
  padding-left: 15px;
  background-color: #ebebee;
}
.definition {
  background-color: red;
}