@media (min-width: 1600px) {
  .wide-screen .container {
    width: 1570px;
  }
}
@media (min-width: 1600px) {
  .medium-wide-screen .container {
    width: 1470px;
  }
}
.flex-row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row;
  -moz-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
}
.light-font {
  font-family: "Segoe UI Light", open-sans, "HelveticaNeue", "Helvetica Neue", "Segoe UI", Arial, Helvetica, sans-serif;
  font-weight: 100;
}
.normal-font {
  font-family: "Segoe UI", "HelveticaNeue", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.semi-light-font {
  font-family: "Segoe UI Semilight", open-sans, "HelveticaNeue", "Helvetica Neue", "Segoe UI", Arial, Helvetica, sans-serif;
  font-weight: 300;
}
.open-sans-font {
  font-family: open-sans, "HelveticaNeue", "Helvetica Neue", "Segoe UI", Arial, Helvetica, sans-serif;
}
.soft-hover {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 1600px) {
  .container {
    width: 1570px;
  }
}
@media not screen and (color), print and (color) {
  div.top-panel,
  div.toc {
    display: none !important;
  }
  .doc-page,
  .topic-content,
  div[ng-view],
  div[ng-controller],
  .scroll {
    height: auto !important;
    overflow: hidden;
  }
  html,
  body {
    overflow: hidden;
    height: auto;
  }
  div.bs-rlinks,
  div.bs-note,
  dl,
  ul,
  ol {
    break-inside: avoid;
    page-break-inside: avoid;
  }
}
.icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 1px;
  background-color: #BBB;
  margin: 3px;
}
.doc-page {
  height: 100%;
  width: 100%;
}
.doc-page .topic-content {
  height: 100%;
  width: auto;
  overflow: hidden;
}
.doc-page .topic-content .top-panel {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row;
  -moz-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 36px;
  width: 100%;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid #F4F4F4;
  z-index: 100;
}
.doc-page .topic-content .top-panel h2 {
  margin: 0;
  -webkit-flex: 1 auto;
  -moz-flex: 1 auto;
  -ms-flex: 1 auto;
  flex: 1 auto;
  text-align: center;
}
@media (max-width: 360px) {
  .doc-page .topic-content .top-panel h2 {
    font-size: 10px;
  }
}
.doc-page .topic-content .buttons {
  margin-right: 14px;
}
.doc-page .topic-content .scroll {
  overflow-y: scroll !important;
  -webkit-overflow-scrolling: touch;
  height: calc(100% - 36px);
  width: 100%;
}
.doc-page .topic-content #article-content {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 35px;
}
.doc-page .toc {
  width: 360px;
  min-width: 360px;
  max-width: 360px;
  overflow-y: scroll !important;
  -webkit-overflow-scrolling: touch;
  height: 100% !important;
  float: left;
  background-color: #F8F8F8;
  border-right: #eeeeee;
  transition: all ease .35s;
}
.doc-page .toc.closed {
  width: 0;
  min-width: 0;
  max-width: 0;
}
@media (max-width: 768px) {
  .doc-page .toc {
    position: absolute;
    z-index: 200;
    width: 360px;
    min-width: 360px;
    max-width: 100%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    left: 0;
  }
  .doc-page .toc.closed {
    left: -360px;
    width: 360px;
    min-width: 360px;
  }
}
.doc-page .toc .search-panel {
  position: relative;
  height: 48px;
}
.doc-page .toc .search-panel input {
  border: none;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #DDD;
  width: 100%;
  padding: 10px 45px;
  line-height: 1;
  margin: 0;
}
.doc-page .toc .search-panel input:focus {
  outline-style: none;
}
.doc-page .toc .search-panel i.glyphicon {
  top: -30px;
  left: 25px;
  opacity: 0.5;
}
.doc-page .toc .search-panel .btn.glyphicon-remove {
  position: absolute;
  right: 15px;
  top: 4px;
  color: #AAA;
}
.doc-page .toc ul {
  min-width: 325px;
  list-style: none;
  text-indent: 0;
  margin: 0;
  padding: 0;
}
.doc-page .toc ul li a {
  text-decoration: none;
  padding: 10px 15px;
  display: block;
  width: 100%;
}
.doc-page .toc ul li a.selected {
  color: #2677BB;
  background-color: rgba(3, 169, 244, 0.15);
}
.doc-page .toc ul li h1,
.doc-page .toc ul li h2,
.doc-page .toc ul li h3,
.doc-page .toc ul li h4 {
  margin: 0;
  line-height: 1;
}
.doc-page .toc ul li h2 {
  font-size: 22px;
  margin-top: 40px;
  line-height: 1;
  border-bottom: 1px dashed #DDD;
  margin-bottom: 5px;
}
.doc-page .toc ul li h3 {
  margin-top: 20px;
}
.doc-page .toc ul li h3 a {
  font-size: 14px;
  font-weight: bold;
  color: #333;
}
.doc-page .toc ul li h4 {
  font-size: 14px;
  line-height: 1.3;
}
.doc-page .toc ul li h4 a {
  color: #0288D1;
}
.doc-page .toc ul li h2:hover,
.doc-page .toc ul li h3:hover,
.doc-page .toc ul li h4:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.doc-page .toc li:first-of-type h1 {
  margin: 0;
}
.doc-page .toc .topic a {
  padding-left: 35px;
}
.doc-page .bs-comment {
  display: none !important;
}
.doc-page ul.article-index {
  width: 100%;
  list-style: none;
  -webkit-column-count: auto;
  column-count: auto;
  -webkit-column-width: 250px;
  column-width: 250px;
  -webkit-column-gap: 40px;
  column-gap: 40px;
  padding: 10px 0;
  margin-top: 20px;
}
.doc-page ul.article-index li {
  -webkit-column-break-inside: avoid;
  margin-bottom: 19px !important;
}
.doc-page ul.article-index li a {
  font-size: 15px;
  display: block;
}
.doc-page ul.article-index li a:hover {
  text-decoration: none;
}
.doc-page ul.article-index li a p {
  font-size: 13px !important;
  color: #808080;
  margin: 0;
}
.doc-page ul.article-index li a p:hover {
  color: #3D91D7;
  text-decoration: none;
}
