
.header-sep {
  width: 100%;
  height: 51px;
  position: absolute;
  top: 0px;
  background: #fff;
  /*box-shadow: 0 3px 2px -2px rgba(200, 200, 200, 0.6);*/
      box-shadow: 0 1px 2px rgba(0,0,0,.1);
}

.h1-first {
  margin-top: 0px !important;
  color: #333;
}

.my-navbar {
  background-color: transparent;
  border-color: #fff;
}

.my-navbar .navbar-header {
  float: none;
}

.my-navbar .navbar-brand {
  padding: 6px 15px;
  display: inline-block;
}

.my-navbar .navbar-brand img {
  height: 30px;
  margin-left: 12px;
}

.my-navbar .panel-btn {
  cursor: pointer;
  float: right;
  margin-top: 14px;
  margin-right: 15px;
  font-size: 12px;

  border: 1px solid #337ab7;
  border-radius: 4px;
  padding: 3px 10px;
}

.my-navbar .panel-btn:hover,
.my-navbar .panel-btn:focus {
  text-decoration: none;
  border: 1px solid #23527c;
}

.bs-docs-sidebar #sidebar.affix {
  top: 10px;
}

#docs-container {
  margin-bottom: 150px;
  margin-top: 15px;
  background: #fff;
  padding: 20px 20px 70px 20px;
  border-radius: 5px;
  box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.12);
}

#docs-container.with-tabs {
  margin-top: 0px;
  border-radius: 0px 0px 5px 5px;
}

.divider {
  display: block;
  height: 10px;
}

.copyright {
  color: #aaa !important;
  margin-left: 12px;
  margin-top: 30px;
  font-size: 12px;
  display: inline-block;
}

.copyright:hover {
  color: #aaa !important;
}


.endpoint-header {
  font-family: monospace;
}

pre {
  border: 1px solid #e5e5e5 !important;
}

code {
  font-family: 'Source Code Pro', monospace;
}

.jsonview {
  font-family: 'Source Code Pro', monospace !important;
}

.table-methods tbody tr td:nth-child(1) {
  font-family: monospace;
  width: 45%;
}

.table-methods tbody tr td span {
  display: inline-block;
  width: 50px;
  color: #777;
}

.nav-top-level.top-spacing {
  margin-top: 20px;
}

/* JS Lib headers */
h3.lib-title {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
}

.lib-args td {
  border-bottom: 1px solid #ddd;
}

.lib-args tbody tr td:first-child {

}

#docs-container img {
  max-width: 100%;
  margin: 3px 0px 10px 0px;
  border-radius: .5rem;
  border: 1px solid #DDD;
}

q {
  quotes: "\00ab" "\00bb"; /* Кавычки в виде двойных угловых скобок */
}

.endpoint-name {
  font-family: monospace;
}

.endpoint-name {
  color: #aaa;
}

.endpoints-table td {
  vertical-align: middle !important;
}

.endpoints-table td:nth-child(1) {
  width: 70px;
}

.endpoints-table td:nth-child(2) {
  width: 45%;
}

.endpoint-desc-h1 {
  font-family: monospace;
}

.borderless tbody tr td, .borderless tbody tr th, .borderless thead tr th {
  border: none;
}


.rts-channels-table .rts-channel-name {
  vertical-align: middle;
  font-weight: bold;
}

.rts-channels-table td:first-child {
  width: 50%;
}

.rts-channel-header-name {
  font-family: monospace;
}

/* Bootstrap override */
body {
  font-family: 'PT Sans', sans-serif;
  font-size: 16px;
  color: #555459;
  background: #eeeef4;
}

.h1, h1 {
  font-size: 32px;
}

.h2, h2 {
  font-size: 28px;
  margin-top: 30px;
}

.h3, h3 {
  font-size: 24px;
}

pre {
  background-color: #fafafa;
}

code {
  border: 1px solid #e8e8e8;
  border-radius: 2px;
}

pre code {
  border: none;
  overflow-y: auto;
  word-wrap: normal;
  white-space: pre;
  color: #222;
}

.objects-selector {
  opacity: 0;
}

.objects-selector:hover {
  opacity: 1;
}

.left-nav-cont {
  width: 200px;
  float: left;
}

@media(min-width:768px) {
  .col-offset-200 {
    padding-left: 215px;
  }
}

/* Left bar */
ul.left-nav {
}

ul.left-nav li {
  border-color: transparent;
  border-width: 0px 0px 0px 2px;
  border-style: solid;
  padding: 5px 0px 5px 10px;
}

ul.left-nav li.head-level-0 {
  font-weight: bold;
  color: #333;
  font-size: 12px;
  margin: 20px 0px 0px 0px;
  text-transform: uppercase;
}

ul.left-nav li.page-level-2 {
  margin-left: 10px;
  padding-top: 0px;
}

ul.left-nav li:first-child {
  margin-top: 5px;
}

ul.left-nav li a {
  font-weight: bold;
  font-size: 16px;
  color: #999;
  text-decoration: none;
}

ul.left-nav li.page-level-2 a {
  font-weight: normal;
  font-size: 14px;
}

ul.left-nav li.active {
  border-color: #e18437;
}

ul.left-nav li.active a,
ul.left-nav li:hover a {
  color: #e18437;
}

.index-block {
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  padding: 15px;
  margin: 20px 0px;
}

.index-block .name {
  font-size: 24px;
}

.index-block .desc {
  font-size: 16px;
  padding-top: 10px;
}


.menu {
  width: 18px;
  height: 12px;
  opacity: 0.5;
  display: inline-block;
  float: left;
  margin: 12px 15px 0px 14px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iVW50aXRsZWQtMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxOHB4IiBoZWlnaHQ9IjEycHgiIHZpZXdCb3g9IjAgMCAxOCAxMiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTggMTIiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGZpbGw9Im5vbmUiIGQ9InoiLz48ZyBpZD0iTGF5ZXJfeDI1XzIwMSI+PHJlY3Qgd2lkdGg9IjE4IiBoZWlnaHQ9IjIiLz48cmVjdCB5PSI1IiB3aWR0aD0iMTgiIGhlaWdodD0iMiIvPjxyZWN0IHk9IjEwIiB3aWR0aD0iMTgiIGhlaWdodD0iMiIvPjwvZz48cGF0aCBmaWxsPSJub25lIiBkPSJ6Ii8+PC9zdmc+);
}

.menu:hover {
  opacity: 0.8;
}

.menu.opened {
  opacity: 1;
}

@media(min-width:768px) {
  .menu {
    display: none;
  }
}

@media(max-width:768px) {
  .menu {
    margin: 19px 15px 0px 17px;
  }

  .my-navbar .navbar-brand img {
    margin-left: 0px;
  }

  .my-navbar .navbar-brand {
    padding-left: 0px;
  }

  .panel-btn {
    display: none;
  }

  .menu-popup {
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 300px;
    background: #fff;
    z-index: 10001;
    overflow: auto;
    transition: all 0.1s ease-out;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
  }

  .menu-popup.my-hide {
    transform: translate(-310px);
  }

  #overflow {
    position: absolute;
    z-index: 10000;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    background-color: rgba(0, 0, 0, 0.3);
    transition: all 0.1s ease-out;
    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
    user-select: none; 
  }

  #overflow.hide {
    background-color: rgba(0, 0, 0, 0.0);
  }

  .noscroll {
    overflow: hidden;
  }
}

.nav-tabs {
  margin-bottom: 30px;
}

/* LOADER */
.loader {
  margin: 40px auto;
}

.la-ball-clip-rotate {
    position: relative;
}
.la-ball-clip-rotate > div {
    position: relative;
    box-sizing: content-box;
    color: #fff;
    background: #fff;
    border-color: #fff;
    border-style: solid;
    border-width: 0;
}
.la-ball-clip-rotate:after {
    display: table;
    clear: both;
    line-height: 0;
    content: "";
}
.la-ball-clip-rotate.la-dark > div {
    color: #ddd;
    background: #ddd;
    border-color: #ddd;
}
@-webkit-keyframes ball-clip-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes ball-clip-rotate {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
    50% {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}
.la-ball-clip-rotate {
    width: 32px;
    height: 32px;
}
.la-ball-clip-rotate > div {
    display: inline-block;
    float: left;
    width: 28px;
    height: 28px;
    margin: 0;
    background: transparent !important;
    border-style: solid;
    border-width: 2px;
    border-bottom-color: transparent !important;
    border-radius: 100%;
    animation: ball-clip-rotate .75s linear infinite;
    -webkit-animation: ball-clip-rotate .75s linear infinite;
}
.la-ball-clip-rotate.la-sm {
    width: 16px;
    height: 16px;
}
.la-ball-clip-rotate.la-sm > div {
    width: 14px;
    height: 14px;
    margin: 0;
    border-width: 1px;
}
.la-ball-clip-rotate.la-lg {
    width: 48px;
    height: 48px;
}
.la-ball-clip-rotate.la-lg > div {
    width: 42px;
    height: 42px;
    margin: 0;
    border-width: 3px;
}
.la-ball-clip-rotate.la-2x {
    width: 64px;
    height: 64px;
}
.la-ball-clip-rotate.la-2x > div {
    width: 56px;
    height: 56px;
    margin: 0;
    border-width: 4px;
}



#test-results .result {
  font-size: 12px;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px;
  margin: 0px 0px 20px 0px;
}

#test-results .curl-command {
  margin-bottom: 40px;
  background: #272b2d;
  border: 0px;
}

#test-results .curl-command code {
  color: #c1ef65;
  font-weight: bold;
}

#test-results .head-label {
  margin: 0px 0px 5px 0px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
}

#test-results .head-label-body {
  margin: 0px 0px 5px 0px;
  font-weight: bold;
}

#test-results a.pull-right {
  margin-left: 10px;
  margin-bottom: 5px;
  font-size: 12px;
}

#test-table .btn-primary {
  background: #1e6373;
  font-size: 16px;
}

#test-table .btn-primary:hover {
  opacity: 0.95;
  border-color: #1e6373;
}

.word-break {
  -ms-word-break:   break-all;
 
  word-break:       break-word;
  word-wrap:        break-word;
 
  -webkit-hyphens:  auto;
     -moz-hyphens:  auto;
          hyphens:  auto;
}

#test-table tr td:nth-child(1) {
  width: 20%;
  vertical-align: middle;
}

#test-table tr td:nth-child(2) {
  width: 130px;
  vertical-align: middle;
}

#test-table tr td:nth-child(4) {
  vertical-align: middle;
  width: 100px;
  color: #337ab7;
}

#test-table tr td:nth-child(4) span:hover {
  text-decoration: underline;
  cursor: pointer;
}

#test-table .example-value {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 50px;
  display: inline-block;
}

#test-results .new-window {
  font-size: 14px;
}

.endpoint-head {
  margin: 15px 0px 0px 0px;  
}

.endpoint-head .endpoint-tab {
  border-radius: 5px 5px 0px 0px;
  padding: 2px 10px;
  background: #d9d9d9;
  cursor: pointer;
  display: inline-block;
  padding: 10px 20px;
  font-weight: bold;
  color: #767676;
}

.endpoint-head .endpoint-tab.active {
  background: #fff;
  color: #1e6373;
  text-decoration: none;
}

.endpoint-head .endpoint-tab:hover {
  text-decoration: none;
  color: #767676;
}

.endpoint-head .endpoint-tab.active:hover {
  color: #1e6373;
}

.endpoint-head .endpoint-tab:last-child {
  margin: 0px 3px;
}

table .row-group-name {
  padding: 30px 8px 10px 8px !important;
  font-weight: bold;
}
