.developer-container {
  background-color: #f7f7f7;
  padding: 0px;
  position: relative;
  border: 1px solid #cccccc;
}
.doc-section {
  display: none;
}
.doc-body {
  font-size: 13px;
  line-height: 125%;
  background-color: whitesmoke;
}
.doc-nav {
  -webkit-transition: left 0.3s ease-in-out;
  transition: left 0.3s ease-in-out;
  overflow-y: auto;
  overflow-x: hidden;
  margin-right: -1px;
  /*width: 231px;*/

  /*float: left;*/

}
.doc-content {
  /*margin-left: 230px;*/
  position: relative;
  min-height: 100%;
  padding: 10px;
  background-color: white;
}
.doc-link {
  font-size: 13px;
  display: block;
  padding: 10px 0;
  transition: all 0.5s, border-right 0s;
  -webkit-transition: all 0.5s, border-right 0s;
  -moz-transition: all 0.5s, border-right 0s;
  -ms-transition: all 0.5s, border-right 0s;
  -o-transition: all 0.5s, border-right 0s;
  border-right: 1px solid lightgray;
  border-left: 3px solid transparent;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
.doc-link.selected {
  background-color: white;
  border-right: 1px solid white;
  border-top: 1px solid lightgray;
  border-bottom: 1px solid lightgray;
  border-left: 3px solid #1493ff;
}
.doc-link:hover {
  color: #333333;
  cursor: pointer;
  border-left: 3px solid #1493ff;
  /*border-top: 1px solid lightgray;
        border-bottom: 1px solid lightgray;*/

  /*border-right: 1px solid #fff;*/

}
.doc-nav ul > li .doc-link {
  font-weight: bold;
  color: #1493ff;
  padding-left: 15px;
}
.doc-nav ul ul > li .doc-link {
  font-weight: bold;
  color: #333333;
  padding-left: 25px;
}
.doc-nav ul ul ul > li .doc-link {
  font-weight: normal;
  color: #333333;
  padding-left: 35px;
}
.main-content-container {
  max-width: initial;
  padding: 0px;
}
.doc-content h2 {
  margin: 20px -10px;
  padding: 20px 10px;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  background-color: #f7f7f7;
}
.tab-section-container {
  display: none;
}
.content {
  position: relative;
  overflow: hidden;
}
.content .sidebar {
  width: 200px;
  margin-right: 0;
  float: left;
  overflow-x: visible;
  font-family: sans-serif;
}
.content .main {
  margin-left: 200px;
  overflow: hidden;
  border-left: 1px solid lightgray;
}
@media (max-width: 767px) {
  .content .sidebar {
    display: none;
  }
  .content .main {
    margin-left: 0;
    overflow: initial;
    border-left: none;
  }
  /* .tab-section-container {
          display: block;
      }*/
}
