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 .package-version-ignored {
  display: inline-block;
  padding-top: 15px;
  font-size: 18px;
  line-height: 20px;
  color: #777; }

.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: 'Bitter', serif; }

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; }

.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;
  margin-bottom: 5px; }
  .simplesect h3 {
    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; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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; }
  .member-list-item-header p {
    margin-top: 0px;
    margin-bottom: 0px; }

.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; }

.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: .4em .6em .0em .6em;
  margin-right: .2em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .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;
  display: none;
  padding: 5px 5px 5px 15px;
  line-height: 50%;
  border-top: 1px #AAA solid; }
  .member-top-prot .protection {
    display: inline-block;
    padding: .4em .6em .4em .6em; }

.member-side-prot {
  line-height: 50%; }
  .member-side-prot .protection {
    display: inline-block;
    padding: .4em .6em .4em .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: 1.0s;
  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; }

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


    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;
    }
    