@font-face {
  font-family: OpenSansLight;
  src: url("OpenSans-Light.ttf"); }

@font-face {
  font-family: OpenSansRegular;
  src: url("OpenSans-Regular.ttf"); }

@font-face {
  font-family: OpenSansSemiBold;
  src: url("OpenSans-SemiBold.ttf"); }

html, body, div, span, h1, h3, h4, p, a, code, em, img, ul, li, table, tbody, tr, td {
  background: transparent;
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline; }

body {
  background-color: #FAFBFC;
  font-family: OpenSansRegular, sans-serif;
  font-size: 14px;
  -webkit-font-smoothing: subpixel-antialiased;
  word-wrap: break-word;
  line-height: 1.85;
  color: #0E2950; }

h1, h2, h3, h4, h5, h6 {
  font-family: OpenSansRegular, sans-serif;
  font-weight: 500;
  margin-top: 0.8em;
  margin-bottom: 0.3em;
  color: #0E2950; }

h1 {
  font-size: 24px;
  color: #3B4651; }

h2 {
  font-size: 2em;
  border-bottom: 1px solid #DEE1E4; }

h3 {
  font-size: 20px;
  color: #546379; }

h4 {
  font-size: 13px;
  line-height: 1.5;
  margin-top: 21px; }

h5 {
  font-size: 1.1em; }

h6 {
  font-size: 1.1em;
  color: #3B4651; }

td {
  padding: 3px 0px; }

th {
  padding: 5px 10px; }

.section-name {
  color: #546379;
  display: block;
  font-family: OpenSansLight, sans-serif;
  font-size: 22px;
  font-weight: 100;
  margin-bottom: 15px; }

pre, code {
  font: 0.95em Monaco, Menlo, monospace;
  color: #3B4651;
  word-wrap: normal; }

p code, li code {
  background-color: #F5F6F7;
  padding: 2px 4px;
  border-radius: 4px; }

b, strong {
  font-family: OpenSansSemiBold, sans-serif; }

a {
  color: #266DD1;
  text-decoration: none; }

ul {
  padding-left: 15px; }

li {
  line-height: 1.8em; }

img {
  max-width: 100%; }

blockquote {
  margin-left: 0;
  padding: 0 10px;
  border-left: 4px solid #ccc; }

.content-wrapper {
  margin: 0 auto;
  width: 100%;
  display: flex; }

header {
  font-size: 0.85em;
  line-height: 26px;
  background-color: #fff;
  position: fixed;
  width: 100%;
  z-index: 10;
  padding: 10px 20px;
  border-bottom: 1px solid #DEE1E4; }
  header img {
    padding-right: 16px;
    vertical-align: -4px;
    height: 36px; }
  header a {
    color: #546379; }
  header p {
    float: left;
    color: #0E2950; }
  header .header-right {
    float: right;
    margin-left: 16px; }

#breadcrumbs {
  background-color: #F5F6F7;
  height: 36px;
  padding: 4px 20px;
  position: fixed;
  width: 100%;
  z-index: 1;
  margin-top: 57px;
  margin-left: 270px;
  color: #8E9CB0;
  font-family: OpenSansLight, sans-serif;
  font-weight: 300; }
  #breadcrumbs #carat {
    height: 10px;
    margin: 0 5px; }

#breadcrumbs > a {
  font-family: OpenSansLight, sans-serif;
  color: #8E9CB0;
  font-weight: 300; }

.sidebar {
  background-color: #F5F6F7;
  border-right: 1px solid #DEE1E4;
  overflow-y: auto;
  overflow-x: hidden;
  position: fixed;
  top: 57px;
  bottom: 0;
  width: 270px;
  word-wrap: normal; }

.nav-groups {
  list-style-type: none;
  background: #F5F6F7;
  padding-left: 0; }

.nav-group-name {
  padding: 15px 0 20px;
  border-bottom: 1px solid #CACED6;
  display: flex;
  flex-direction: column; }
  .nav-group-name > a {
    color: #0E2950;
    font-size: 16px;
    font-weight: 500;
    padding: 6px 15px; }
  .nav-group-name > a:hover {
    color: #0E2950;
    background-color: #EAEBED; }

.nav-group-tasks {
  margin-top: 0px;
  padding: 0; }

.nav-group-task {
  font-size: 13px;
  list-style-type: none;
  white-space: nowrap;
  line-height: 36px;
  padding-left: 15px; }
  .nav-group-task a {
    color: #0E2950;
    font-weight: 400; }

.nav-group-task:hover {
  background-color: #EAEBED; }

.main-content {
  background-color: #FAFBFC;
  border: 0;
  margin-left: 270px;
  position: absolute;
  overflow: hidden;
  padding-bottom: 60px;
  top: 94px;
  width: 64%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: calc(100vh - 120px); }
  .main-content p, .main-content a, .main-content code, .main-content em, .main-content ul, .main-content table, .main-content blockquote {
    margin-bottom: 1em; }
  .main-content p {
    line-height: 1.8em; }
  .main-content section .section:first-child {
    margin-top: 0;
    padding-top: 0; }
  .main-content section .task-group-section .task-group:first-of-type {
    padding-top: 0px; }
    .main-content section .task-group-section .task-group:first-of-type .section-name {
      padding-top: 15px; }
  .main-content section .heading:before {
    content: "";
    display: block;
    padding-top: 70px;
    margin: -70px 0 0; }

header > .content-wrapper > p > a {
  font-family: OpenSansLight, sans-serif;
  font-size: 20px;
  font-weight: 200;
  vertical-align: text-top; }

.section {
  padding: 0 25px;
  box-sizing: content-box; }

.highlight {
  background-color: #fff;
  padding: 10px 12px;
  border: 1px solid #CACED6;
  border-radius: 4px;
  overflow-x: auto; }

.declaration .highlight {
  overflow-x: initial;
  padding: 0 40px 40px 0;
  margin-bottom: -25px;
  background-color: transparent;
  border: none; }

.section-name {
  color: #546379;
  font-family: OpenSansRegular, sans-serif;
  margin: 0; }

.task-group-section {
  border-top: 1px solid #CACED6;
  padding: 0;
  margin: 0 24px; }

.task-group {
  padding-top: 0px; }

.task-group > ul {
  padding: 0; }

.task-name-container a[name]:before {
  content: "";
  display: block;
  padding-top: 70px;
  margin: -70px 0 0; }

.item {
  padding-top: 8px;
  width: 100%;
  list-style-type: none; }
  .item a[name]:before {
    content: "";
    display: block;
    padding-top: 70px;
    margin: -70px 0 0; }
  .item code {
    background-color: transparent;
    padding: 0; }
  .item .token, .item .direct-link {
    padding-left: 3px;
    margin-left: 0;
    font-size: 11.9px;
    transition: all 300ms; }
  .item .token-open {
    margin-left: 0px; }
  .item .discouraged {
    text-decoration: line-through; }
  .item .declaration-note {
    font-size: .85em;
    color: #8E9CB0;
    font-style: italic; }

.pointer-container {
  border-bottom: 1px solid #CACED6;
  left: -23px;
  padding-bottom: 13px;
  position: relative;
  width: 110%; }

.pointer {
  background: #fff;
  border-left: 1px solid #CACED6;
  border-top: 1px solid #CACED6;
  height: 12px;
  left: 21px;
  top: -7px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  width: 12px; }

.height-container {
  display: none;
  left: -26px;
  padding: 0 25px;
  position: relative;
  width: 100%;
  overflow: hidden; }
  .height-container .section {
    background: #fff;
    border-bottom: 1px solid #CACED6;
    left: -27px;
    position: relative;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 5px;
    border-right: 1px solid #CACED6; }

.aside, .language {
  padding: 6px 12px;
  margin: 12px 0;
  border-left: 5px solid #cad1da;
  overflow-y: hidden; }
  .aside .aside-title, .language .aside-title {
    font-size: 9px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding-bottom: 0;
    margin: 0;
    color: #8E9CB0;
    -webkit-user-select: none; }
  .aside p:last-child, .language p:last-child {
    margin-bottom: 0; }

.language {
  border-left: 5px solid #CACED6; }
  .language .aside-title {
    color: #4b8afb; }

.aside-warning, .aside-deprecated, .aside-unavailable {
  border-left: 5px solid #f36186; }
  .aside-warning .aside-title, .aside-deprecated .aside-title, .aside-unavailable .aside-title {
    color: #DD1144; }

.graybox {
  border-collapse: collapse;
  width: 100%; }
  .graybox p {
    margin: 0;
    word-break: break-word;
    min-width: 50px; }
  .graybox td {
    border: 1px solid #DEE1E4;
    padding: 5px 25px 5px 10px;
    vertical-align: middle; }
  .graybox tr td:first-of-type {
    text-align: right;
    padding: 7px;
    vertical-align: top;
    word-break: normal;
    width: 40px; }

.slightly-smaller {
  font-size: 0.9em; }

#footer {
  position: relative;
  top: 10px;
  bottom: 0px;
  margin-left: 25px; }
  #footer p {
    margin: 0;
    color: #8E9CB0;
    font-size: 0.8em; }

html.dash header, html.dash #breadcrumbs, html.dash .sidebar {
  display: none; }

html.dash .main-content {
  width: 100%;
  margin-left: 0;
  border: none;
  width: 100%;
  top: 0;
  padding-bottom: 0; }

html.dash .height-container {
  display: block; }

html.dash .item .token {
  margin-left: 0; }

html.dash .content-wrapper {
  width: auto; }

html.dash #footer {
  position: static; }

.navbar-item, .navbar-link {
  font-size: 12px;
  color: #0E2950; }

a.navbar-item {
  color: #0E2950; }
