﻿@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Light.eot");
  src: local("Roboto Light"), local("Roboto-Light"), url("../fonts/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Light.woff") format("woff"), url("../fonts/Roboto-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Regular.eot");
  src: local("Roboto"), local("Roboto-Regular"), url("../fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Medium.eot");
  src: local("Roboto Medium"), local("Roboto-Medium"), url("../fonts/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Medium.woff") format("woff"), url("../fonts/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Bold.eot");
  src: local("Roboto Bold"), local("Roboto-Bold"), url("../fonts/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Black.eot");
  src: local("Roboto Black"), local("Roboto-Black"), url("../fonts/Roboto-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Black.woff") format("woff"), url("../fonts/Roboto-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-LightItalic.eot");
  src: local("Roboto Light Italic"), local("Roboto-LightItalic"), url("../fonts/Roboto-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-LightItalic.woff") format("woff"), url("../fonts/Roboto-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Italic.eot");
  src: local("Roboto Italic"), local("Roboto-Italic"), url("../fonts/Roboto-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Italic.woff") format("woff"), url("../fonts/Roboto-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-MediumItalic.eot");
  src: local("Roboto Medium Italic"), local("Roboto-MediumItalic"), url("../fonts/Roboto-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-MediumItalic.woff") format("woff"), url("../fonts/Roboto-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-BoldItalic.eot");
  src: local("Roboto Bold Italic"), local("Roboto-BoldItalic"), url("../fonts/Roboto-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-BoldItalic.woff") format("woff"), url("../fonts/Roboto-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-BlackItalic.eot");
  src: local("Roboto Black Italic"), local("Roboto-BlackItalic"), url("../fonts/Roboto-BlackItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-BlackItalic.woff") format("woff"), url("../fonts/Roboto-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic; }

@font-face {
  font-family: 'Roboto Mono';
  src: local("Robotomono"), local("Roboto Mono"), url("../fonts/Robotomono.woff") format("woff"), url("../fonts/Robotomono.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'icons';
  src: url("../fonts/icons/icons.eot");
  src: url("../fonts/icons/icons.eot") format("embedded-opentype"), url("../fonts/icons/icons.ttf") format("truetype"), url("../fonts/icons/icons.woff") format("woff"), url("../fonts/icons/icons.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"], .glyphicon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-filter:before {
  content: "\e900"; }

header {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 3.438rem; }
  header .navbar {
    border: none;
    background: transparent;
    display: flex;
    flex-direction: column;
    align-items: stretch; }
    header .navbar.navbar-inverse {
      background: #444;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 100; }
      header .navbar.navbar-inverse .navbar-toggle {
        border: none; }
      header .navbar.navbar-inverse > .container {
        display: flex;
        flex-direction: row;
        align-items: stretch; }
        header .navbar.navbar-inverse > .container > .navbar-header {
          float: none;
          flex: none;
          display: flex;
          flex-direction: row;
          align-items: center; }
          header .navbar.navbar-inverse > .container > .navbar-header .navbar-brand {
            display: flex;
            flex-direction: row;
            align-items: center;
            margin-right: 1.5rem;
            height: 3.438rem; }
            header .navbar.navbar-inverse > .container > .navbar-header .navbar-brand img {
              margin-top: 0; }
        header .navbar.navbar-inverse > .container > .navbar-collapse {
          display: flex !important;
          flex-direction: row;
          flex: 1;
          padding: 0;
          justify-content: flex-end; }
          header .navbar.navbar-inverse > .container > .navbar-collapse .navbar-form.navbar-right {
            float: none !important;
            margin: 0;
            order: 2;
            padding: 0;
            margin-left: 1.5rem;
            width: 18.75rem;
            position: relative; }
            header .navbar.navbar-inverse > .container > .navbar-collapse .navbar-form.navbar-right:before {
              content: "\e902";
              font-family: 'icons';
              speak: none;
              font-style: normal;
              font-weight: normal;
              font-variant: normal;
              text-transform: none;
              line-height: 1;
              /* Better Font Rendering =========== */
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale;
              font-size: 1.5rem;
              color: #959595;
              left: 1.25rem;
              top: calc(50% - 0.75rem);
              position: absolute; }
            header .navbar.navbar-inverse > .container > .navbar-collapse .navbar-form.navbar-right input[type=text] {
              height: 2.5rem;
              border-radius: none;
              background: #ffffff;
              border: none;
              border-radius: 0;
              font-size: 1rem;
              border-left: 0.0625rem solid rgba(255, 255, 255, 0.2);
              padding-left: 3.25rem;
              color: #212121;
              margin: 0.5rem;
              border-radius: 0.25rem;
              transition: background-color 0.2s;
              -webkit-transition: background-color 0.2s; }
              header .navbar.navbar-inverse > .container > .navbar-collapse .navbar-form.navbar-right input[type=text] ::-webkit-input-placeholder {
                color: #959595; }
              header .navbar.navbar-inverse > .container > .navbar-collapse .navbar-form.navbar-right input[type=text] ::-moz-placeholder {
                color: #959595; }
              header .navbar.navbar-inverse > .container > .navbar-collapse .navbar-form.navbar-right input[type=text] :-ms-input-placeholder {
                color: #959595; }
              header .navbar.navbar-inverse > .container > .navbar-collapse .navbar-form.navbar-right input[type=text] :-moz-placeholder {
                color: #959595; }
              header .navbar.navbar-inverse > .container > .navbar-collapse .navbar-form.navbar-right input[type=text]:focus {
                background: #ffffff;
                box-shadow: none;
                box-shadow: none;
                color: #212121; }
                header .navbar.navbar-inverse > .container > .navbar-collapse .navbar-form.navbar-right input[type=text]:focus ::-webkit-input-placeholder {
                  color: #757575; }
                header .navbar.navbar-inverse > .container > .navbar-collapse .navbar-form.navbar-right input[type=text]:focus ::-moz-placeholder {
                  color: #757575; }
                header .navbar.navbar-inverse > .container > .navbar-collapse .navbar-form.navbar-right input[type=text]:focus :-ms-input-placeholder {
                  color: #757575; }
                header .navbar.navbar-inverse > .container > .navbar-collapse .navbar-form.navbar-right input[type=text]:focus :-moz-placeholder {
                  color: #757575; }
          header .navbar.navbar-inverse > .container > .navbar-collapse .navbar-nav {
            float: none;
            display: flex;
            flex-direction: row;
            order: 1; }
            header .navbar.navbar-inverse > .container > .navbar-collapse .navbar-nav > li {
              float: none;
              margin-bottom: 0; }
              header .navbar.navbar-inverse > .container > .navbar-collapse .navbar-nav > li > a {
                display: flex;
                flex-direction: row;
                height: 3.438rem;
                align-items: center;
                padding: 0;
                margin: 0 1.5rem;
                color: #ffffff;
                position: relative;
                font-family: 'Roboto','Segoe UI', -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
                font-weight: 500;
                transition: all 0.2s;
                -webkit-transition: all 0.2s; }
                header .navbar.navbar-inverse > .container > .navbar-collapse .navbar-nav > li > a:after {
                  content: '';
                  position: absolute;
                  bottom: 0;
                  height: 0.25rem;
                  border: none;
                  background: transparent;
                  left: 0;
                  right: 0;
                  transition: background 0.2s;
                  -webkit-transition: background 0.2s; }
                header .navbar.navbar-inverse > .container > .navbar-collapse .navbar-nav > li > a:hover {
                  color: #e7e7e7; }
                  header .navbar.navbar-inverse > .container > .navbar-collapse .navbar-nav > li > a:hover:after {
                    background: #e7e7e7; }
              header .navbar.navbar-inverse > .container > .navbar-collapse .navbar-nav > li.active > a {
                background: transparent;
                pointer-events: none;
                color: #EB5757; }
                header .navbar.navbar-inverse > .container > .navbar-collapse .navbar-nav > li.active > a:after {
                  background: #EB5757; }
    header .navbar.subnav {
      position: absolute;
      left: 22.875rem;
      top: 3.4375rem;
      right: 0;
      font-size: 0.875rem;
      z-index: 97;
      padding: 0 1rem 0 0;
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      min-height: 0; }

#autocollapse .form-control {
  margin-right: -1.25rem; }

#breadcrumb {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 75rem;
  padding: 0 1rem; }
  #breadcrumb .breadcrumb {
    padding: 1.5rem 0 0;
    max-width: 75rem;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
    #breadcrumb .breadcrumb > li {
      margin-bottom: 0;
      flex: none;
      padding-right: 0.3125rem; }
      #breadcrumb .breadcrumb > li + li:before {
        padding: 0 0.3125rem 0 0; }
      #breadcrumb .breadcrumb > li a {
        color: #757575;
        transition: all 0.2s;
        -webkit-transition: all 0.2s; }
        #breadcrumb .breadcrumb > li a:hover {
          color: #EB5757; }
      #breadcrumb .breadcrumb > li:last-child a {
        color: #212121;
        pointer-events: none; }

.sidenav {
  flex: none;
  width: 21.875rem;
  background: none;
  margin: 0;
  border-right: 0.0625rem solid #d7d7d7;
  overflow: auto;
  padding: 0 0 0 1rem;
  position: fixed;
  top: 3.438rem;
  left: 0;
  z-index: 99;
  height: calc(100vh - 3.438rem);
  overflow-x: hidden;
  background: #ffffff; }

.sidefilter {
  width: auto;
  border: none;
  background: none;
  position: static;
  border-bottom: 0.0625rem solid #d7d7d7;
  padding: 0 1.25rem;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  height: 3.438rem;
  margin: 0 -1rem; }
  .sidefilter .toc-filter {
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0; }
    .sidefilter .toc-filter .filter-icon {
      font-size: 1.5rem;
      position: static; }
    .sidefilter .toc-filter > input {
      padding-left: 0.75rem;
      color: #212121; }
      .sidefilter .toc-filter > input ::-webkit-input-placeholder {
        color: #959595; }
      .sidefilter .toc-filter > input ::-moz-placeholder {
        color: #959595; }
      .sidefilter .toc-filter > input :-ms-input-placeholder {
        color: #959595; }
      .sidefilter .toc-filter > input :-moz-placeholder {
        color: #959595; }

.sidetoc {
  position: static;
  border: none;
  background: transparent;
  width: auto;
  padding: 0.5rem 0 1.5rem; }
  .sidetoc .toc {
    background: transparent;
    padding: 0;
    margin-left: 0; }
    .sidetoc .toc ul {
      margin: 0;
      font-size: 0.875rem; }
      .sidetoc .toc ul.nav.level1 > li {
        font-family: 'Roboto','Segoe UI', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
        font-weight: normal;
        font-size: 1rem;
        margin: 0;
        margin-top: 0.75rem;
        padding-left: 2rem; }
        .sidetoc .toc ul.nav.level1 > li > a {
          color: #212121;
          font-family: 'Roboto','Segoe UI', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
          font-weight: bold; }
      .sidetoc .toc ul.nav.level2 li, .sidetoc .toc ul.nav.level3 li, .sidetoc .toc ul.nav.level4 li {
        font-family: 'Roboto','Segoe UI', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
        font-weight: normal;
        font-size: 0.875rem;
        color: #212121;
        margin: 0;
        padding: 0 0 0 1rem; }
        .sidetoc .toc ul.nav.level2 li .expand-stub, .sidetoc .toc ul.nav.level3 li .expand-stub, .sidetoc .toc ul.nav.level4 li .expand-stub {
          top: 0.25rem; }
        .sidetoc .toc ul.nav.level2 li > a, .sidetoc .toc ul.nav.level3 li > a, .sidetoc .toc ul.nav.level4 li > a {
          padding: 0.25rem 0.75rem;
          margin-left: 0; }
      .sidetoc .toc ul.nav > li {
        padding-right: 0; }
        .sidetoc .toc ul.nav > li > a {
          margin: 0;
          color: #212121;
          transition: color 0.2s;
          -webkit-transition: color 0.2s;
          padding-right: 1rem; }
          .sidetoc .toc ul.nav > li > a:hover {
            color: #EB5757; }
        .sidetoc .toc ul.nav > li.active > a {
          color: #EB5757;
          font-family: 'Roboto','Segoe UI', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
          font-weight: bold; }

.expand-stub {
  left: 0;
  z-index: 98; }

.toc .nav > li.active > .expand-stub:before,
.toc .nav > li.in > .expand-stub:before,
.toc .nav > li.in.active > .expand-stub:before,
.toc .nav > li.filtered > .expand-stub:before {
  content: "\e901";
  font-family: 'icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.5rem;
  color: #959595;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -webkit-transform: none;
  transform: none; }

.toc .nav > li > .expand-stub:before,
.toc .nav > li.active > .expand-stub:before {
  content: "\e901";
  font-family: 'icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.5rem;
  color: #959595;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  display: block; }

.toc .nav > li > .expand-stub:hover:before,
.toc .nav > li.active > .expand-stub:hover:before {
  color: #212121; }

body, html {
  color: #212121;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  line-height: 1.5;
  font-size: 1rem;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  min-height: 100vh; }

button, a {
  color: #0375b6;
  cursor: pointer;
  transition: all 0.2s;
  -webkit-transition: all 0.2s; }
  button:hover, button:focus, a:hover, a:focus {
    color: #EB5757; }

p {
  margin: 0 0 1.25rem;
  line-height: 1.8; }

ol, ul {
  margin-bottom: 1.25rem; }
  ol li, ul li {
    line-height: 1.8;
    margin-bottom: 0.75rem; }
    ol li:last-child, ul li:last-child {
      margin-bottom: 0; }
    ol li > p, ul li > p {
      margin-bottom: 0.5rem; }
      ol li > p:last-child, ul li > p:last-child {
        margin-bottom: 0; }

img {
  margin-top: 1.25rem; }

.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9 {
  float: none;
  width: auto; }

.container {
  width: 100%;
  padding: 0 1.25rem; }
  .container.body-content {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    padding: 0; }
    .container.body-content.hide-when-search {
      overflow: hidden; }
    .container.body-content > .article {
      width: auto;
      flex: 1;
      margin: 0;
      display: flex;
      flex-direction: row;
      overflow: auto;
      justify-content: center;
      padding: 0 1rem 5.4375rem 22.875rem; }
      .container.body-content > .article > div {
        max-width: 75rem;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: stretch; }
        .container.body-content > .article > div.col-md-10 {
          max-width: 62.5rem; }
        .container.body-content > .article > div.col-md-2 {
          max-width: 12.5rem; }

.table-bordered,
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border: none; }

.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
  padding: 0.5rem 1.25rem; }
  .table-condensed > tbody > tr > td a,
  .table-condensed > tbody > tr > th a,
  .table-condensed > tfoot > tr > td a,
  .table-condensed > tfoot > tr > th a,
  .table-condensed > thead > tr > td a,
  .table-condensed > thead > tr > th a {
    margin-bottom: 0; }

.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th {
  border-bottom-width: 0;
  background: #d7d7d7;
  color: #757575; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background: transparent; }

.table-striped > tbody > tr:nth-of-type(even) {
  background: #f2f2f2; }

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  border-top: none;
  border-bottom: 0.0625rem solid #d7d7d7; }

.table > caption + thead > tr:first-child > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
  color: #757575; }

.table-responsive {
  margin: 0 0 1.25rem; }

.table {
  margin-bottom: 0; }

.sw-table img {
  height: 2.5rem; }

.sw-table > tbody > tr > td {
  vertical-align: middle; }

.sideaffix {
  margin-top: 0;
  top: 8.4375rem;
  overflow: visible; }

.affix h5 {
  text-transform: initial;
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 0.75rem;
  margin-top: 0; }

.affix ul li {
  margin-bottom: 0; }

.affix ul > li.active > a {
  color: #EB5757;
  white-space: pre-wrap; }
  .affix ul > li.active > a:before {
    color: #EB5757;
    white-space: pre-wrap; }

.affix ul.level1 > li.active > a {
  white-space: initial; }

.affix > ul.level1 {
  overflow: hidden;
  padding-bottom: 10px;
  height: calc(100% - 100px);
  margin-right: -20px;
  overflow-y: auto;
  width: calc(100% + 16px);
  padding-right: 16px; }

.affix ul ul > li > a {
  white-space: pre-wrap; }

.affix ul > li.active > a,
.affix ul > li.active > a:before {
  color: #EB5757; }

.nav > li > a:focus, .nav > li > a:hover {
  background: none; }

.alert {
  border: none;
  padding: 1.5rem;
  color: #212121;
  margin: 2rem 0; }
  .alert > *:last-child {
    margin-bottom: 0; }
  .alert > p, .alert > ul {
    margin-bottom: 1.25rem; }
  .alert h5 {
    border: none;
    padding: 0;
    margin-bottom: 1.25rem;
    font-family: 'Roboto','Segoe UI', -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 500;
    display: flex;
    flex-direction: row; }
    .alert h5:before {
      font-family: 'icons';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      margin-right: 0.75rem;
      margin-top: -0.125rem;
      font-size: 1.5rem; }
  .alert.alert-info {
    background: rgba(3, 117, 182, 0.2);
    color: inherit; }
    .alert.alert-info h5 {
      color: #0375b6; }
      .alert.alert-info h5:before {
        content: "\e905"; }
  .alert.alert-warning {
    background: rgba(235, 167, 87, 0.2);
    color: inherit; }
    .alert.alert-warning h5 {
      color: #EBA757; }
      .alert.alert-warning h5:before {
        content: "\e904"; }
  .alert.alert-danger {
    background: rgba(235, 87, 87, 0.2);
    color: inherit; }
    .alert.alert-danger h5 {
      color: #EB5757; }
      .alert.alert-danger h5:before {
        content: "\e904"; }
  .alert.alert-success {
    background: rgba(39, 174, 96, 0.2);
    color: inherit; }
    .alert.alert-success h5 {
      color: #27AE60; }
      .alert.alert-success h5:before {
        content: "\e903"; }

footer {
  left: 21.875rem;
  z-index: 98; }
  footer:before {
    content: '';
    height: 3.438rem;
    border-top: 0.0625rem solid #d7d7d7;
    background: #f2f2f2;
    width: 100%;
    bottom: 0;
    left: -21.875rem;
    position: absolute;
    z-index: 97; }
  footer .grad-bottom {
    background: none; }
  footer .footer {
    border-color: #d7d7d7;
    background: #f2f2f2;
    position: relative;
    z-index: 98; }

.pagination > .active > a {
  background: #EB5757;
  border-color: #EB5757;
  pointer-events: none; }

.pagination > li > a, .pagination > li > span {
  color: #212121; }
  .pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > span:focus {
    color: #212121;
    background-color: #e7e7e7;
    border-color: #d7d7d7; }

#search-results {
  margin-top: 0;
  padding: 0 2rem; }
  #search-results .index-loading {
    font-size: 2.5rem; }
  #search-results .sr-item {
    margin-bottom: 2rem; }
    #search-results .sr-item > .item-brief {
      font-size: 1rem;
      line-height: 1.8; }
  #search-results .glyphicon-refresh:before {
    font-family: 'icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e906";
    font-size: inherit;
    color: #757575; }
  #search-results > .search-list {
    text-align: left;
    font-size: 2.5rem;
    color: #212121;
    font-family: 'Roboto','Segoe UI', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: bold;
    margin: 2rem 0; }

figure {
  display: flex;
  flex-direction: column;
  flex: none;
  align-items: center;
  margin: 2rem 0; }
  figure p {
    margin: 0; }
  figure a {
    max-width: 100%;
    flex: none; }
  figure img {
    margin-top: 0;
    max-width: 100%; }
  figure figcaption {
    font-style: italic;
    margin: 1.25rem 0 0;
    color: #757575;
    text-align: center; }

.tabbedCodeSnippets {
  margin: 1.25rem 0 2rem 0; }

.sw-example {
  background: none;
  padding: 0 0 0 1.5rem;
  border-left: 0.125rem solid #d7d7d7;
  margin: 1.25rem 0 1.5rem; }
  .sw-example p {
    margin-bottom: 0.5rem; }
  .sw-example > *:last-child {
    margin-bottom: 0; }

#autocollapse.collapsed .navbar-toggle {
  display: flex; }

figcaption {
  width: 100%; }

.content.wrap {
  flex: none; }

.main-image {
  max-width: 46.875rem; }
  .main-image.image-left {
    max-width: 36.4375rem; }

h1 {
  font-weight: bold;
  font-size: 2.5rem;
  margin-bottom: 2rem;
  margin-top: 0; }

h2 {
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.3;
  margin: 2rem 0 1.5rem; }

h3 {
  font-weight: bold;
  font-size: 1.625rem;
  line-height: 1.5;
  margin: 1.5rem 0 1rem; }

h4 {
  font-weight: normal;
  font-size: 1.375rem;
  line-height: 1.5;
  margin: 1.5rem 0 1rem; }

h5 {
  font-size: 1.125rem;
  font-weight: 500;
  margin: 1.25rem 0 0.75rem; }
  h5.decalaration, h5.parameters, h5.propertyValue, h5.returns, h5.fieldValue {
    font-size: 1rem;
    margin-top: 1rem;
    font-weight: normal; }

h6 {
  font-size: 1rem;
  font-weight: bold;
  margin: 1rem 0 0.75rem; }

.text-break {
  margin-bottom: 0.375rem;
  display: inline-flex; }

a.text-break {
  margin-bottom: 0; }

article h1 {
  margin-top: 4.875rem;
  line-height: 1.3; }
  article h1.text-break {
    margin-top: 4.875rem;
    margin-bottom: 2rem;
    display: block; }

article h2 {
  margin-bottom: 2rem;
  margin-top: 2.5rem;
  line-height: 1.3; }

article h3 {
  margin-bottom: 1.5rem;
  margin-top: 3rem;
  line-height: 1.3; }
  article h3#classes {
    margin-top: 2rem; }
    article h3#classes ~ h4 {
      margin-top: 0;
      margin-bottom: 0.25rem;
      font-size: 1rem; }
    article h3#classes ~ h3 {
      margin-top: 2rem; }

article h4 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  border: none;
  line-height: 1.3; }

article h5 {
  margin-top: 1.25rem;
  margin-bottom: 0.5rem;
  line-height: 1.3; }

article > div > h5 {
  padding: 0.75rem 0;
  border-bottom: 0.0625rem solid #d7d7d7;
  margin-bottom: 1.125rem;
  margin-top: 1.5rem; }

.inheritance h5,
.implements h5,
.inheritedMembers h5 {
  padding: 0.75rem 0;
  border-bottom: 0.0625rem solid #d7d7d7;
  margin-bottom: 1.125rem;
  margin-top: 1.5rem; }

.inheritance > div:before {
  color: #0375b6; }

.inheritance > div:last-child {
  margin-bottom: 0; }
  .inheritance > div:last-child:before {
    color: #212121; }

.implements > div:last-child,
.inheritedMembers > div:last-child {
  margin-bottom: 0; }

pre {
  border: none;
  background: #212121;
  font-family: 'Roboto Mono', "Consolas","Lucida Console", Monaco, "Courier New", Courier, monospace;
  font-weight: normal;
  margin: 0;
  font-size: 1rem;
  padding: 0.75rem 1rem;
  line-height: 1.5; }

code.hljs {
  color: #ffffff; }

.hljs-comment, .hljs-meta {
  color: #959595; }

.hljs-emphasis,
.hljs-quote,
.hljs-string,
.hljs-strong,
.hljs-template-variable,
.hljs-variable {
  color: #ffb388; }

.hljs-keyword,
.hljs-selector-tag,
.hljs-type {
  color: #81B7FF; }

.hljs-attr,
.hljs-selector-attr,
.hljs-selector-class,
.hljs-selector-id,
.hljs-selector-pseudo,
.hljs-title {
  color: #9ee8ff; }

.hljs-name,
.hljs-section {
  color: #81B7FF; }

.hljs-tag {
  color: rgba(255, 255, 255, 0.5); }

.hljs-link {
  text-decoration: underline;
  color: #ffffff; }
  .hljs-link:hover {
    color: #EB5757; }

@media screen and (max-width: 1200px) {
  .sidenav {
    width: 18.75rem; }
  .container {
    width: 100%; }
    .container.body-content > .article {
      padding-left: 19.75rem; }
    .container.body-content > div.col-md-2 {
      display: none; }
  header .navbar.subnav {
    left: 19.75rem; }
  footer {
    left: 18.75rem; } }

@media screen and (max-width: 992px) {
  .container {
    width: 100%; } }

@media screen and (max-width: 768px) {
  h1 {
    font-size: 2rem; }
  h2 {
    font-size: 1.625rem; }
  h3 {
    font-size: 1.375rem; }
  h4 {
    font-size: 1.25rem; }
  h5 {
    font-size: 1.125rem; }
  article h1 {
    font-size: 2rem;
    margin-top: 0; }
  article h2 {
    font-size: 1.625rem; }
  article h3 {
    font-size: 1.375rem; }
  article h4 {
    font-size: 1.25rem; }
  article h5 {
    font-size: 1.125rem; }
  header {
    height: auto; }
    header .navbar.navbar-inverse {
      position: relative; }
      header .navbar.navbar-inverse > .container {
        display: flex;
        flex-direction: column; }
        header .navbar.navbar-inverse > .container > .navbar-header {
          flex: 1;
          display: flex;
          flex-direction: row; }
          header .navbar.navbar-inverse > .container > .navbar-header:before, header .navbar.navbar-inverse > .container > .navbar-header:after {
            display: none; }
          header .navbar.navbar-inverse > .container > .navbar-header .navbar-brand {
            order: 1; }
          header .navbar.navbar-inverse > .container > .navbar-header .navbar-toggle {
            margin: 0;
            margin-right: 1rem;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            left: -1.25rem;
            width: 3.438rem;
            height: 3.438rem;
            border-radius: 0; }
            header .navbar.navbar-inverse > .container > .navbar-header .navbar-toggle:hover, header .navbar.navbar-inverse > .container > .navbar-header .navbar-toggle:focus {
              background: transparent; }
            header .navbar.navbar-inverse > .container > .navbar-header .navbar-toggle[aria-expanded="true"] {
              background: #EB5757; }
        header .navbar.navbar-inverse > .container > .navbar-collapse {
          display: flex;
          flex-direction: column;
          margin-right: 0;
          background: #444;
          margin: 0 -1.25rem;
          border-top: 0.0625rem solid rgba(255, 255, 255, 0.2); }
          header .navbar.navbar-inverse > .container > .navbar-collapse:not(.in) {
            display: none !important; }
          header .navbar.navbar-inverse > .container > .navbar-collapse .navbar-nav {
            display: flex;
            flex-direction: column;
            margin: 0; }
            header .navbar.navbar-inverse > .container > .navbar-collapse .navbar-nav > li {
              color: #ffffff;
              border-top: 0.0625rem solid rgba(255, 255, 255, 0.2); }
              header .navbar.navbar-inverse > .container > .navbar-collapse .navbar-nav > li > a {
                padding: 0 2rem;
                margin: 0; }
                header .navbar.navbar-inverse > .container > .navbar-collapse .navbar-nav > li > a:after {
                  top: 0;
                  bottom: 0;
                  left: 0;
                  right: auto;
                  height: auto;
                  width: 0.25rem; }
                header .navbar.navbar-inverse > .container > .navbar-collapse .navbar-nav > li > a:hover:after, header .navbar.navbar-inverse > .container > .navbar-collapse .navbar-nav > li > a:focus:after {
                  background: transparent; }
              header .navbar.navbar-inverse > .container > .navbar-collapse .navbar-nav > li.active > a:after {
                background: #EB5757; }
              header .navbar.navbar-inverse > .container > .navbar-collapse .navbar-nav > li.active a {
                margin: 0;
                color: #EB5757;
                padding: 0 2rem; }
          header .navbar.navbar-inverse > .container > .navbar-collapse .navbar-form.navbar-right {
            margin: 0;
            border: none;
            order: 1;
            width: auto; }
            header .navbar.navbar-inverse > .container > .navbar-collapse .navbar-form.navbar-right input[type=text] {
              width: auto;
              height: 2.5rem;
              border-radius: 0.25rem; }
              header .navbar.navbar-inverse > .container > .navbar-collapse .navbar-form.navbar-right input[type=text]:focus {
                border: none; }
    header .navbar.subnav {
      position: relative;
      padding: 0.5rem 0;
      top: 0;
      left: 0; }
  #breadcrumb {
    display: flex;
    flex-direction: row; }
    #breadcrumb:before, #breadcrumb:after {
      display: none; }
    #breadcrumb .breadcrumb {
      padding: 0; }
  #autocollapse.collapsed .navbar-nav {
    margin: 0; }
  #autocollapse .form-control {
    margin: 0;
    border-radius: 0;
    height: 3rem; }
  .container.body-content {
    display: flex;
    flex-direction: column;
    align-items: stretch; }
    .container.body-content:before, .container.body-content:after {
      display: none; }
    .container.body-content > .article {
      padding: 0;
      display: flex;
      flex-direction: column; }
    .container.body-content > div.col-md-2 {
      display: none; }
  .sidetoc .toc li:after {
    display: none; }
  .sidetoc .toc ul {
    text-align: left; }
    .sidetoc .toc ul.nav > li.filtered > ul, .sidetoc .toc ul.nav > li.in > ul {
      display: flex;
      flex-direction: column; }
  header {
    z-index: auto; }
  .sidenav {
    width: auto;
    height: auto;
    flex: none;
    position: static;
    z-index: 100;
    margin-top: 0;
    padding: 0; }
    .sidenav > .btn {
      background: #e7e7e7;
      height: 2.5rem;
      margin: 0;
      padding: 0 2rem;
      border-radius: 0;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      position: relative;
      color: transparent;
      z-index: 100; }
      .sidenav > .btn:before {
        color: #0375b6;
        content: 'Show Table of Contents';
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center; }
      .sidenav > .btn[aria-expanded="true"] {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        color: transparent; }
        .sidenav > .btn[aria-expanded="true"]:before {
          content: 'Hide Table of Contents';
          color: #0375b6; }
    .sidenav .sidetoggle.in {
      text-align: left;
      position: fixed;
      background: #ffffff;
      z-index: 100;
      left: 0;
      top: 2.5rem;
      right: 0;
      display: flex;
      flex-direction: column;
      height: calc(100vh - 2.5rem);
      padding: 0;
      overflow: hidden; }
      .sidenav .sidetoggle.in #sidetoc {
        flex: 1;
        display: flex;
        flex-direction: column;
        overflow: hidden; }
        .sidenav .sidetoggle.in #sidetoc > div {
          display: flex;
          flex-direction: column;
          flex: 1;
          overflow: hidden; }
          .sidenav .sidetoggle.in #sidetoc > div .sidefilter {
            flex: none;
            margin: 0; }
            .sidenav .sidetoggle.in #sidetoc > div .sidefilter .toc-filter {
              flex: 1; }
      .sidenav .sidetoggle.in .sidetoc {
        overflow: auto;
        flex: 1;
        margin-right: 0;
        padding-left: 1rem; }
  .sidetoc .toc ul.nav > li {
    padding-right: 0; }
  article {
    margin-top: 0 !important; }
    article h1.text-break {
      margin-top: 0; }
  .anchorjs-link {
    display: none; }
  footer {
    left: 0;
    z-index: 97; }
  body {
    padding-bottom: 5rem; }
  #search-results > .search-list {
    font-size: 2rem; } }
