nav.sidebar {
  width: 300px;
  margin-top: 75px;
  box-shadow: inset 2px 0px 0px 0px #CCC;
  flex-grow: 0;
  flex-shrink: 0;
}
nav.sidebar #searchfield {
  width: 100%;
  background-color: #f5f5f5;
  border-radius: 4px;
}
nav.sidebar .sidebar-package-header {
  padding-left: 18px;
  padding-bottom: 5px;
  padding-top: 10px;
  position: relative;
  vertical-align: baseline;
}
nav.sidebar .sidebar-brand {
  font-size: 14pt;
  font-family: bitter;
  color: #333;
}
nav.sidebar .sidebar-brand:hover {
  text-decoration: none;
  color: #000;
}
nav.sidebar .package-version {
  font-family: bitter;
  margin-left: 8px;
  right: 10px;
  position: absolute;
  padding-right: 10px;
}

nav.navbar span.package-version {
  display: inline-block;
  font-size: 18px;
  line-height: 20px;
  color: #777;
}
nav.navbar .navbar-header {
  display: flex;
  flex-direction: row;
  align-items: center;
}
nav.navbar .dropdown.package-version {
  font-size: 18px;
  margin-right: 8px;
}
nav.navbar .dropdown.package-version button {
  background-color: rgba(255, 255, 255, 0);
  border-color: rgba(255, 255, 255, 0);
  transition: background-color 0.1s, border-color 0.1s, color 0.1s;
  color: #777;
}
nav.navbar .dropdown.package-version button .caret {
  opacity: 0.5;
  transition: opacity 0.1s;
}
nav.navbar .dropdown.package-version button:hover {
  border-color: #adadad;
  color: #333333;
}
nav.navbar .dropdown.package-version button:hover .caret {
  opacity: 1;
}
nav.navbar .dropdown.package-version button:active {
  border-color: #999;
}
nav.navbar .dropdown.package-version li a {
  gap: 5px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
nav.navbar .dropdown.package-version .item-version {
  width: 50px;
  flex-grow: 0;
  flex-shrink: 0;
}
nav.navbar .dropdown.package-version .item-date {
  color: #666;
  margin-right: 25px;
  flex-grow: 1;
}
nav.navbar .dropdown.package-version .dropdown-menu {
  max-height: 385px;
  overflow-y: scroll;
}
nav.navbar .version-badge {
  font-size: 10px;
  padding: 2px 8px;
  background: #3872d7;
  color: white;
  border-radius: 3px;
  font-weight: bold;
}

.wrapper {
  display: flex;
  align-items: start;
}

.sidenav-l0 {
  padding-left: 0px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0px;
}
.sidenav-l0 li {
  position: relative;
  display: block;
  list-style: none;
}
.sidenav-l0 a {
  position: relative;
  display: block;
  padding-left: 10px;
  padding-top: 0px;
  padding-bottom: 5px;
}
.sidenav-l0 a:hover,
.sidenav-l0 a:focus {
  text-decoration: none;
}
.sidenav-l0 li > a:hover,
.sidenav-l0 li.active > a {
  padding-left: 8px;
  border-width: 0px 0px 0px 2px;
  border-color: #000000;
  border-style: solid;
  background-color: transparent;
}
.sidenav-l0 li.active > a {
  font-weight: bold;
}

li p {
  margin-bottom: 0px;
}

.sidenav-l1 {
  font-weight: normal;
  padding-left: 0px;
}
.sidenav-l1 li > a {
  padding-left: 30px;
}
.sidenav-l1 li > a:hover,
.sidenav-l1 li.active > a {
  padding-left: 28px;
}

.sidenav-l2 {
  font-weight: normal;
  padding-left: 0px;
}
.sidenav-l2 li > a {
  padding-left: 40px;
}
.sidenav-l2 li > a:hover,
.sidenav-l2 li.active > a {
  padding-left: 38px;
}

.sidenav-l3 {
  font-weight: normal;
  padding-left: 0px;
}
.sidenav-l3 li > a {
  padding-left: 50px;
}
.sidenav-l3 li > a:hover,
.sidenav-l3 li.active > a {
  padding-left: 48px;
}

.sidenav-l4 {
  font-weight: normal;
  padding-left: 0px;
}
.sidenav-l4 li > a {
  padding-left: 60px;
}
.sidenav-l4 li > a:hover,
.sidenav-l4 li.active > a {
  padding-left: 58px;
}

.arrow-down {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #333;
  margin-right: 4px;
  display: inline-block;
}

.arrow-none {
  width: 0;
  height: 0;
  margin-right: 12px;
  display: inline-block;
}

.arrow-right {
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #333;
  margin-right: 8px;
  display: inline-block;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 25px;
}

/*@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
@media (min-width: 1200px + 300px) {
  .container {
    width: 1170px + 300px;
  }
}*/
body {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px;
}

h1,
h2,
h3,
h4 {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

span.file-location {
  color: #BDBDBD;
}

.sidebar {
  display: block;
  font-size: 80%;
  line-height: 50%;
}

.memberdef {
  position: relative;
  border-width: 2px;
  border-style: solid;
  border-width: 2px;
  border-color: black;
  box-shadow: 0px 2px 5px #CCC;
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5;
  margin: 5px;
  padding: 5px;
}
.memberdef h3 {
  margin-top: 0px;
  padding-top: 3px;
  font-size: 20px;
  line-height: normal;
}

table.compound-view tr {
  margin: 4px;
}
table.compound-view tr td {
  font-size: 11px;
}
table.compound-view tr a {
  transition: background-color 0.1s;
  -webkit-transition: background-color 0.1s;
  display: block;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: #FFF;
  height: 60px;
  background-color: #EEE;
  text-align: center;
  padding: 5px;
  color: #222;
}
table.compound-view tr a b {
  color: #0D5484;
}
table.compound-view tr a:hover {
  text-decoration: none;
  background-color: #DDD;
}

video,
.youtube-video {
  border-radius: 3px;
  margin: 5px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 800px;
  display: block;
  border: 1px solid #444;
}

img {
  border-radius: 3px;
  margin: 5px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 800px;
  display: block;
  border: 1px solid #444;
}

img.tinyshadow {
  cursor: pointer;
}

.borderless img {
  border: none;
}

code {
  display: block;
  white-space: pre;
  overflow: auto;
  margin-top: 5px;
}

/** Needs a bit of resetting since it can turn out basically anywhere in the DOM */
.tooltip {
  margin: 0px;
  font-size: 11px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  line-height: normal;
  white-space: normal;
  font-family: Hevetica, Arial, Sans-serif;
  text-shadow: none;
}
.tooltip p {
  display: inline;
  margin: 0px;
}

.label {
  margin-right: 2px;
  margin-left: 2px;
}

.empty-section {
  font-size: 0.9em;
  color: #BBB;
}

.compound-kind {
  color: #888;
}

.simplesect {
  border-style: solid;
  border-width: 0px 0px 0px 4px;
  padding-left: 5px;
  padding-top: 4px;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.simplesect .simplesect-title {
  display: block;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: bold;
  font-size: 16px;
  line-height: normal;
  margin-top: 2px;
  margin-bottom: 3px;
}
.simplesect > p {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 14px;
}

.simplesect-return {
  border-color: #505050;
  background-color: #5050501F;
}

.simplesect-author,
.simplesect-authors {
  border-color: #0BAA0B;
  background-color: #0BAA0B1F;
}

.simplesect-version {
  border-color: #0BAA0B;
  background-color: #0BAA0B1F;
}

.simplesect-since {
  border-color: #D48B0D;
  background-color: #D48B0D1F;
}

.simplesect-date {
  border-color: #505050;
  background-color: #5050501F;
}

.simplesect-note {
  border-color: #15458C;
  background-color: #15458C1F;
}

.simplesect-warning {
  border-color: #D40D0D;
  background-color: #D40D0D1F;
}

.simplesect-pre {
  border-color: #505050;
  background-color: #5050501F;
}

.simplesect-post {
  border-color: #505050;
  background-color: #5050501F;
}

.simplesect-copyright {
  border-color: #505050;
  background-color: #5050501F;
}

.simplesect-invariant {
  border-color: #505050;
  background-color: #5050501F;
}

.simplesect-remark {
  border-color: #15458C;
  background-color: #15458C1F;
}

.simplesect-attention {
  border-color: #D48B0D;
  background-color: #D48B0D1F;
}

.simplesect-par {
  border-color: #505050;
  background-color: #5050501F;
}

.simplesect-rcs {
  border-color: #505050;
  background-color: #5050501F;
}

.simplesect-see {
  border-color: #0BAA0B;
  background-color: #0BAA0B1F;
}

.simplesect-deprecated {
  border-color: #303030;
  background-color: #3030301F;
}

.member-list .member-brief {
  font-family: monospace;
}
.member-list .member-brief .member-name {
  color: #337ab7;
  font-weight: bold;
}
.member-list .member-brief .member-paramlist {
  color: #5b5b5b;
}
.member-list .member-desc p {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.member-prot {
  white-space: nowrap;
}

.member-list-item-header {
  padding-top: 5px;
  padding-bottom: 1px;
  cursor: pointer;
}
.member-list-item-header p {
  margin-top: 0px;
  margin-bottom: 0px;
}
.member-list-item-header.active {
  background-color: #eee;
  border-bottom: 1px dashed #999;
}
.member-list-item-header:focus, .member-list-item-header:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

table.member-list-section td {
  padding-top: 0.1em;
  padding-bottom: 0.1em;
}
table.member-list-section .member-desc {
  width: 100%;
}
table.member-list-section .member-desc,
table.member-list-section .member-name,
table.member-list-section .member-type {
  font-size: 0.9em;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
table.member-list-section a,
table.member-list-section p,
table.member-list-section span {
  -webkit-margin-after: 0px;
  line-height: 1.5em;
  vertical-align: center;
}

.inspector-field .member-detailed {
  padding-top: 10px;
}

.member-detailed {
  background: #EEE;
  border-bottom: 1px #AAA solid;
}
.member-detailed .member-name {
  font-weight: bold;
}
@media print {
  .member-detailed {
    display: block;
  }
}

.member-params-detail {
  margin-left: 30px;
  margin-top: 5px;
}
.member-params-detail td,
.member-params-detail th {
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  vertical-align: top;
}
.member-params-detail td p,
.member-params-detail th p {
  margin: 0 0 5px;
}
.member-params-detail .param-name {
  color: #000;
  font-weight: bold;
}

.protection {
  display: inline;
  padding: 0.4em 0.6em 0em 0.6em;
  margin-right: 0.2em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.3em;
  background-color: #fc20e6;
}

.member-side-prot {
  margin: 5px 5px 5px 0px;
}

@media (min-width: 908px) {
  .member-side-prot {
    margin: 0px;
    position: absolute;
    left: -75px;
    width: 70px;
    text-align: right;
  }
  .member-side-prot span {
    margin-bottom: 3px;
  }
}
.member-top-prot {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #EEE;
  padding: 5px 5px 5px 15px;
  line-height: 50%;
  border-top: 1px #AAA solid;
  opacity: 0;
  transition: opacity 0.2s;
}
.member-top-prot .protection {
  display: inline-block;
  padding: 0.4em 0.6em 0.4em 0.6em;
}
.member-top-prot.active {
  opacity: 1;
}

.member-side-prot {
  line-height: 50%;
}
.member-side-prot .protection {
  display: inline-block;
  padding: 0.4em 0.6em 0.4em 0.6em;
}

.deprecated {
  text-decoration: line-through;
  text-decoration-color: #555;
}

.protection-public {
  background-color: #5cb85c;
}

.protection-private {
  background-color: #666666;
}

.protection-protected {
  background-color: #c1c1c1;
}

.protection-package {
  background-color: #7f3b2c;
}

.protection-abstract {
  background-color: #865add;
}

.protection-readonly {
  background-color: #f0ad4e;
}

.protection-static {
  background-color: #5bc0de;
}

a:focus {
  outline: none;
}

.member-list {
  list-style-type: none;
  padding-left: 0px;
}
.member-list ul {
  list-style-type: none;
  padding-left: 0px;
}

.member-depth-1 {
  padding-left: 32px;
}

.member-depth-2 {
  padding-left: 52px;
}

.member-depth-3 {
  padding-left: 72px;
}

.member-depth-4 {
  padding-left: 92px;
}

.member-depth-5 {
  padding-left: 112px;
}

.member-depth-6,
.member-depth-7,
.member-depth-8 {
  padding-left: 132px;
}

.header-version {
  position: absolute;
  right: 20px;
  top: 0;
  vertical-align: center;
  line-height: 50px;
  color: #777;
}

.inner-dropdown-menu {
  list-style: none;
  font-size: 14px;
  text-align: left;
  padding-left: 0px;
}
.inner-dropdown-menu > li > a {
  display: block;
  padding: 3px 20px 3px 40px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.inner-dropdown-menu > li > a:hover,
.inner-dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.inner-dropdown-menu > .active > a,
.inner-dropdown-menu > .active > a:hover,
.inner-dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}

.dropdown-menu a {
  height: 26px;
}
.dropdown-menu a .glyphicon {
  margin-right: 8px;
  padding-top: 1px;
}
.dropdown-menu a small {
  float: right;
  margin-left: 10px;
  line-height: 182%;
}

.search-dropdown-align {
  margin-left: 0px;
  min-width: 208px;
}

@keyframes shadowPulse {
  0% {
    box-shadow: 0px 0px 0px rgba(71, 91, 118, 0.7);
  }
  10% {
    box-shadow: 0px 0px 0px rgba(71, 91, 118, 0.7);
  }
  50% {
    box-shadow: 0px 0px 10px rgba(71, 91, 118, 0.7);
  }
  100% {
    box-shadow: 0px 0px 0px rgba(71, 91, 118, 0.7);
  }
}
.shadowPulse {
  animation-name: shadowPulse;
  animation-duration: 1s;
  animation-iteration-count: 2;
  animation-timing-function: ease;
}

#banner {
  width: 100%;
  display: block;
  text-align: center;
  background: #f0af0b;
  padding-top: 7px;
  color: #000;
  overflow: hidden;
  padding-bottom: 6px;
}
#banner a {
  color: #000;
  text-decoration: underline;
}

h1 {
  margin-top: 0px;
}

table.table-filled {
  border: 1px solid #e1e1e8;
  border-radius: 3px;
  border-collapse: separate;
  background-color: #f7f7f9;
}

table.horizontalAlternative2D3D th {
  text-align: center;
}
table.horizontalAlternative2D3D th.Alt2D {
  background: #6599e7;
}
table.horizontalAlternative2D3D th.Alt3D {
  background: #ed8585;
}
table.horizontalAlternative2D3D td {
  padding: 10px;
  width: 50%;
  vertical-align: top;
}
table.horizontalAlternative2D3D td.Alt2D {
  background: #6599e755;
}
table.horizontalAlternative2D3D td.Alt3D {
  background: #ed858555;
}

.inspector-field {
  margin-left: 20px;
}

.prettyprint {
  margin-bottom: 10px;
}

.task {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 16px;
  margin-bottom: 16px;
  padding-left: 10px;
  padding-top: 4px;
  padding-bottom: 5px;
}
.task .task-icon {
  width: 8px;
  height: 8px;
  flex-shrink: 0;
  background: #D9534F;
  border-radius: 8px;
  box-shadow: 0px 0px 5px #FF6E6A;
}
.task.task-note {
  font-style: italic;
  color: #6d6d6d;
}
.task.task-note .task-icon {
  background: #79a1ff;
  box-shadow: 0px 0px 5px #228AC8;
}
.task.sub-task {
  margin-top: -20px;
  padding-left: 30px;
}
.task p {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 14px;
}

.horizontal-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-bottom: 20px;
  gap: 20px;
}
.horizontal-group > div {
  flex: 1;
  min-width: 400px;
}
.horizontal-group > div:first-child {
  flex: 1.2;
}
.horizontal-group .groupchild-text {
  margin-top: 16px;
}
@media (min-width: 1200px) {
  .horizontal-group .prettyprint {
    margin-left: -120px;
    font-size: 0.9em;
  }
}

#lightbox {
  position: fixed;
  z-index: 1000;
  max-height: 80vh;
  max-width: 80vw;
  padding: 0;
  background: none;
  border: none;
  outline: none;
  overflow: visible;
}
#lightbox[open] {
  display: flex;
}
#lightbox::backdrop {
  background: rgba(255, 255, 255, 0.5);
}
#lightbox:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
#lightbox div {
  display: flex;
  flex-direction: row;
  align-items: normal;
  justify-content: center;
}
#lightbox div img {
  object-fit: contain;
  margin: 0;
  margin: 0;
  box-shadow: 0px 0px 2.2px rgba(0, 0, 0, 0.043), 0px 0px 5.6px rgba(0, 0, 0, 0.062), 0px 0px 11.5px rgba(0, 0, 0, 0.078), 0px 0px 23.7px rgba(0, 0, 0, 0.097), 0px 0px 65px rgba(0, 0, 0, 0.14);
  border: none;
  border-radius: 3px;
  background-color: white;
}

/*# sourceMappingURL=style.css.map */
