@charset "UTF-8";

.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index:999;
}

.badge{
  white-space: normal !important;
  text-align: left;
}
.cmd-block{
  background-color: #263238;
  color: white;
  padding:  1rem ;
  font-weight: 300;
  margin-bottom: 3rem ;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.cmd-block .cmd {
	margin-top:10px;
}
.cmd-block p{
  margin-left: 2rem;
  margin-bottom: 0.5rem;
}
.cmd-span{
  margin-right: 1rem;
}
.page-footer{
  margin-left: 210px !important;
}
.success-btn{
  background-color: #0ccc2c;
  border-radius: 10px 10px 0px 0px;
  font-size: 1rem;
  text-align: center;
  font-weight: bold;
  padding: 8px 12px;
}
.query-url > i {
  color: gainsboro;
  font-size: 1.5rem;
}
button:active > i{
color: #fff;
}
.error-btn{
  background-color: #ff2300;
  border-radius: 10px 10px 0px 0px;
  font-size: 1rem;
  text-align: center;
  font-weight: bold;
  padding: 8px 12px;
}
.animate-menu-push {
  left: 0;
  position: relative;
  transition: all 0.3s ease;
}
.animate-menu-push.animate-menu-push-right {
  left: 210px;
}
.animate-menu-push.animate-menu-push-left {
  left: -210px;
}
ul.mb-cus li .badge {
	white-space:normal;
	word-break:break-all;
	text-align:left;
	display:inline-block;
	line-height:1.5em;
}

ul.mb-cus li {
	margin-bottom:10px;
}
.badge code {
	font-size:1.2em;
	font-weight:300;
}
.animate-menu {
  position: fixed;
  top: 0;
  width: 210px;
  height: 100%;
  transition: all 0.3s ease;
}

.animate-menu-left {
  left: -210px;
}
.animate-menu-left.animate-menu-open {
  left: 0;
}

.animate-menu-right {
  right: -210px;
}
.animate-menu-right.animate-menu-open {
  right: 0;
}

.sidebar-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 210px;
  margin-top: .8rem;
}
.sidebar-menu > li {
  position: relative;
  margin: 0;
  padding: 0;
}
.sidebar-menu > li > a {
  padding: 12px 5px 12px 10px;
  display: block;
  border-left: 3px solid transparent;
  color: #212529;
}
.sidebar-menu > li > a > .fa {
  width: 20px;
}
.sidebar-menu > li:hover > a,
.sidebar-menu > li.active > a {
  color: #fff;
  background:#c6c6c6;
  border-left-color: #3c8dbc;
  font-weight:bold;
}
.sidebar-menu > li .label,
.sidebar-menu > li .badge {
  margin-top: 3px;
  margin-right: 5px;
}
.sidebar-menu li.sidebar-header {
  	padding: 10px 15px;
  	font-size: 1rem;
  	color: #f8f9fa;
  	background:#084298;
	font-weight:700;
}
.sidebar-menu li > a > .fa-angle-right {
  width: auto;
  height: auto;
  padding: 0;
  margin-right: 10px;
  margin-top: 3px;
}
.sidebar-menu li.active > a > .fa-angle-right {
  transform: rotate(90deg);
}
.sidebar-menu li.active > .sidebar-submenu {
  display: block;
}
.sidebar-menu a {
  color: #b8c7ce;
  text-decoration: none;
}
.sidebar-menu .sidebar-submenu {
  display: none;
  list-style: none;
  padding-left: 5px;
  margin: 0 1px;
  background: #2c3b41;
}
.sidebar-menu .sidebar-submenu .sidebar-submenu {
  padding-left: 20px;
}
.sidebar-menu .sidebar-submenu > li > a {
  padding: 5px 5px 5px 15px;
  display: block;
  font-size: 14px;
  color: #8aa4af;
}
.sidebar-menu .sidebar-submenu > li > a > .fa {
  width: 20px;
}
.sidebar-menu .sidebar-submenu > li > a > .fa-angle-left,
.sidebar-menu .sidebar-submenu > li > a > .fa-angle-down {
  width: auto;
}
.sidebar-menu .sidebar-submenu > li.active > a,
.sidebar-menu .sidebar-submenu > li > a:hover {
  color: #fff;
}

.sidebar-menu-rtl {
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #222d32;
}
.sidebar-menu-rtl > li {
  position: relative;
  margin: 0;
  padding: 0;
}
.sidebar-menu-rtl > li > a {
  padding: 12px 15px 12px 5px;
  display: block;
  border-left: 3px solid transparent;
  color: #b8c7ce;
}
.sidebar-menu-rtl > li > a > .fa {
  width: 20px;
}
.sidebar-menu-rtl > li:hover > a,
.sidebar-menu-rtl > li.active > a {
  color: #fff;
  background: #1e282c;
  border-left-color: #3c8dbc;
}
.sidebar-menu-rtl > li .label,
.sidebar-menu-rtl > li .badge {
  margin-top: 3px;
  margin-right: 5px;
}
.sidebar-menu-rtl li.sidebar-header {
  padding: 10px 15px 10px 25px;
  font-size: 12px;
  color: #4b646f;
  background: #1a2226;
}
.sidebar-menu-rtl li > a > .fa-angle-left {
  width: auto;
  height: auto;
  padding: 0;
  margin-right: 10px;
  margin-top: 3px;
}
.sidebar-menu-rtl li.active > a > .fa-angle-left {
  transform: rotate(-90deg);
}
.sidebar-menu-rtl li.active > .sidebar-submenu {
  display: block;
}
.sidebar-menu-rtl a {
  color: #b8c7ce;
  text-decoration: none;
}
.sidebar-menu-rtl .sidebar-submenu {
  display: none;
  list-style: none;
  padding-right: 5px;
  margin: 0 1px;
  background: #2c3b41;
}
.sidebar-menu-rtl .sidebar-submenu .sidebar-submenu {
  padding-right: 20px;
}
.sidebar-menu-rtl .sidebar-submenu > li > a {
  padding: 5px 15px 5px 5px;
  display: block;
  font-size: 14px;
  color: #8aa4af;
}
.sidebar-menu-rtl .sidebar-submenu > li > a > .fa {
  width: 20px;
}
.sidebar-menu-rtl .sidebar-submenu > li > a > .fa-angle-left,
.sidebar-menu-rtl .sidebar-submenu > li > a > .fa-angle-down {
  width: auto;
}
.sidebar-menu-rtl .sidebar-submenu > li.active > a,
.sidebar-menu-rtl .sidebar-submenu > li > a:hover {
  color: #fff;
}

.mainDoc {
  	position: relative;
	background-color:#fff;
	margin-top:65px;
}
div {
  display: block;
}
.body-style {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5em;
  color: rgb(51, 51, 51);
  display: flex;
  position: relative;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: 100%;
  text-rendering: optimizespeed !important;
}
.section3 {
  background: rgb(38, 50, 56);
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  height: auto;
  width: calc((100% - 210px) * 0.5);
}
.section2 {
	z-index: 1;
  	position: relative;
	margin-left:210px;
  	width: calc(100% - 210px);
  	contain: layout;
}
.section1 {
  	width: 210px;
  	background-color: #f5f5f5;
	  position: fixed;
  	border-right:1px solid #eee;	
  	top: 65px;
  	overflow:auto;
  	height:100%;
	z-index:999;
}
.bd-footer {
	padding-left:250px;
}

.key-svg::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 1px;
  background: rgb(124, 124, 187);
}

.key-svg::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  background: rgb(124, 124, 187);
  height: 7px;
}
.logo {
  text-align: center;
}

.logo-block {
  display: inline-block;
}
.logo-size {
  max-height: 260px;
  max-width: 220px;
  padding: 2px;
  width: 100%;
  display: block;
}
.search-block {
  padding: 5px 0px;
}
.search-icon {
  position: absolute;
  left: 20px;
  height: 1.8em;
  width: 0.9em;
}
.search-bar {
  width: calc(100% - 40px);
  box-sizing: border-box;
  margin: 0px 20px;
  padding: 5px 10px 5px 20px;
  border-width: 0px 0px 1px;
  border-top-style: initial;
  border-right-style: initial;
  border-left-style: initial;
  border-top-color: initial;
  border-right-color: initial;
  border-left-color: initial;
  border-image: initial;
  border-bottom-style: solid;
  border-bottom-color: rgb(225, 225, 225);
  font-weight: bold;
  font-size: 13px;
  color: rgb(51, 51, 51);
  background-color: transparent;
  outline: none;
}
.ps {
  overflow-anchor: none;
  touch-action: auto;
  overflow: hidden !important;
}
.ps-relative {
  position: relative;
}
.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color 0.2s linear 0s, opacity 0.2s linear 0s;
  width: 15px;
  right: 0px;
  position: absolute;
}
.ps__thumb-y {
  background-color: rgb(170, 170, 170);
  border-radius: 6px;
  transition: background-color 0.2s linear 0s, width 0.2s ease-in-out 0s;
  width: 6px;
  right: 2px;
  position: absolute;
}
.nomar-nopad {
  margin: 0px;
  padding: 0px;
}
.header-list {
  list-style: inside none none;
  text-overflow: ellipsis;
  padding: 0px;
}
.header-list-item {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hand-ptr {
  cursor: pointer;
  color: rgb(50, 50, 159);
  margin: 0px;
  padding: 12.5px 20px;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  font-size: 0.929em;
  text-transform: none;
  background-color: rgb(237, 237, 237);
}
.topic-block {
  list-style: inside none none;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0px;
  margin-top: 15px;
}
.topic-heading {
  margin: 0px;
  padding: 12.5px 20px 0px;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  opacity: 0.7;
  text-transform: uppercase;
  font-size: 0.8em;
  cursor: default;
  color: rgb(51, 51, 51);
}

.icon-anime {
  height: 18px;
  width: 18px;
  vertical-align: middle;
  float: right;
  transition: transform 0.2s ease-out 0s;
  transform: rotateZ(-90deg);
}

.sub-tag {
  margin: 0px;
  padding: 0px;
  display: none;
}
.sub-pos {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 38px);
  overflow: hidden;
  text-overflow: ellipsis;
}
.method {
	background-color: rgb(26 111 216);
    border-radius: 3px;
    background-repeat: no-repeat;
    background-position: 6px 4px;
    font-size: 10px;
    color: white;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
    margin-right: 6px;
    padding: 8px 12px;
	line-height:1;
}
.content-block {
  padding: 40px 0px;
}
.content-inside {
  display: flex;
  width: 100%;
  padding: 0px;
}
.content-heading {
  font-weight: 900;
  font-size: 1.85714em;
  line-height: 1;
  color:#263238;
  margin-top: 0px;
  margin-bottom: 1em;
}
.content-half1 {
  width: calc(50%);
  padding: 0px 30px;
  box-sizing: border-box;
}
.content-desc {
  font-weight: 400;
  line-height: 1.5em;
}
.content-desc ul li a{
  color: #333333;
}
.http_response {
  font-family: monospace !important;
  background-color: rgb(17, 23, 26);
  color: white;
  padding: 20px;
}
.http_response .response_code {
	margin:20px 10px;
}
.http_response span{
  font-family: monospace !important;
  font-size: 1em;
  padding: 0 10px;
}
.r_code {
  color: rgb(160, 251, 170);
}
.string {
  color: rgb(160, 251, 170);
}
.integer {
  color: rgb(74, 139, 179);
}
.r_operator {
  color: rgb(245, 184, 61);
}
.operation-block {
  padding: 0px;
  position: relative;
}
.operation-inside {
  display: flex;
  width: 100%;
  padding: 0px;
  backface-visibility: hidden;
  contain: content;
  overflow: hidden;
}

.operation-text {
  width: calc(50%);
  padding-right: 30px;
  padding-left: 30px;
}
.operation-sample {
  width: 50%;
  color: rgb(255, 255, 255);
  padding: 0px 15px;
  background-color: rgb(38, 50, 56);
}

.operation-heading {
  	font-weight: 700;
  	font-size: 1.5em;
  	margin: 1.5em 0 1em;
  	color: rgb(51, 51, 51);
	text-transform:capitalize;
}

.header-section {
  width: 100%;
  display: flex;
  margin: 1em 0px;
}
.header-label-block {
  flex: 1 1 auto;
}

.header-label-inline {
  border-bottom: 1px solid rgba(38, 50, 56, 0.3);
  color: rgba(38, 50, 56, 0.5);
  font-weight: normal;
  text-transform: uppercase;
  font-size: 0.929em;
  line-height: 20px;
  display: inline-block;
  margin: 0px;
}
.header-value-block {
  width: 75%;
}
a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
.header-label-full {
  border-bottom: 1px solid rgba(38, 50, 56, 0.3);
  margin: 1em 0px;
  color: rgba(38, 50, 56, 0.5);
  font-weight: normal;
  text-transform: uppercase;
  font-size: 0.929em;
  line-height: 20px;
}
.header-table {
  border-collapse: separate;
  border-radius: 3px;
  table-layout: fixed;
  font-size: 15px;
  border-spacing: 0px;
  width: 100%;
}
.table-data1 {
  box-sizing: border-box;
  position: relative;
  padding-top: 16px;
  vertical-align: top;
  white-space: normal;
}
.table-data2 {
  border-bottom: 1px solid rgb(159, 180, 190);
  padding: 15px 0px;
  width: 80%;
  box-sizing: border-box;
}

.object-type {
  vertical-align: middle;
  font-size: 13px;
  line-height: 20px;
  color: rgb(102, 102, 102);
}
.object-desc {
  font-weight: 400;
  line-height: 1.5em;
}
.red-text {
  vertical-align: middle;
  color: rgb(212, 31, 28);
  font-size: 0.9em;
  font-weight: normal;
  margin-left: 0px;
  line-height: 1;
}

.http-response {
  display: block;
  border: 0px;
  width: 100%;
  text-align: left;
  padding: 10px;
  border-radius: 2px;
  margin-bottom: 4px;
  line-height: 1.5em;
  cursor: pointer;
  color: rgb(29, 129, 39);
  background-color: rgba(29, 129, 39, 0.07);
}

.response-icon {
  height: 1.5em;
  width: 1.5em;
  vertical-align: middle;
  float: left;
  transition: transform 0.2s ease-out 0s;
  transform: rotateZ(0deg);
}
.response-code {
  vertical-align: top;
}
.response-desc {
  font-weight: 400;
  line-height: 1.5em;
}
.padding-10 {
  padding-left: 30px;
  padding-top: 20px;
}

.key-block {
  margin: 1em 0px 1em 1em;
  padding: 10px;
}

.res-heading-block {
  cursor: pointer;
  position: relative;
  margin: 15px 0px;
}
.res-heading-button {
  outline: 0px;
  color: inherit;
  width: 100%;
  text-align: left;
  cursor: pointer;
  padding: 10px;
  background-color:#060606;
  display: flex;
  white-space: nowrap;
  -webkit-box-align: center;
  align-items: center;
  border-width: 1px 1px 0px;
  border-top-style: solid;
  border-right-style: solid;
  border-left-style: solid;
  border-top-color: transparent;
  border-right-color: transparent;
  border-left-color: transparent;
  border-image: initial;
  border-bottom-style: initial;
  border-bottom-color: initial;
  transition: border-color 0.25s ease 0s;
}
.res-heading-url {
  font-family: monospace !important;
  margin-left: 10px;
  flex: 1 1 0%;
  overflow-x: hidden;
  font-size:0.9rem;
  text-overflow: ellipsis;
}
.res-svg {
  height: 20px;
  width: 20px;
  vertical-align: middle;
  float: right;
  transition: transform 0.2s ease-out 0s;
  transform: rotateZ(0deg);
  color: white;
}
.block-white {
  flex: 0 0 auto;
  background: rgb(255, 255, 255);
  padding: 5px 10px;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  outline: none;
  border: 1px solid rgb(7, 9, 11);
  border-radius: 5px;
  min-width: 70px;
  font-size: 0.9em;
  font-weight: bold;
  margin-bottom: 0px;
}
.pos-rel {
  position: relative;
}
.sample-heading {
  font-size: 18px;
  margin: 20px 0px;
}
.sample-block {
  background-color:#060606;
  padding: 15px;
  margin: 15px 0px;
  max-height: 700px;
  overflow-y: auto;	
	word-break:break-all;
}
.req-sample-heading {
	margin-bottom: .5em;
    display: block;
	font-weight: 600;
  	color: rgba(255, 255, 255, 0.7);
}
.req-sample-file {
  padding: 0.9em;
  background-color:rgb(38, 50, 56);
  margin: 0px 0px 10px;
  display: block;
  font-size: 0.929em;
  line-height: 1.5em;
}

@media screen and (max-width: 950px) {
  .http_response span{
    font-family: monospace !important;
    font-size: 0.9rem;
    padding: 0 10px;
  }
  .operation-text {
    width: auto;
    padding-left: 0px;
    padding-right: 0px;
  }
  .section3 {
    visibility: hidden;
    clear: both;
    float: left;
    margin: 10px auto 5px 20px;
    width: 28%;
    display: none;
  }
  .content-half1 {
    width: 100%;
    padding: 0px 40px;
    box-sizing: border-box;
  }
  .operation-inside {
    width: 100%;
    padding: 0px;
    backface-visibility: hidden;
    contain: content;
    display: block;
  }
  .operation-sample {
    width: auto;
    color: rgb(255, 255, 255);
    padding: 0px 40px;
    background-color: rgb(38, 50, 56);
  }
  .operation-block {
    padding: 40px;
    position: relative;
  }
}

/*# sourceMappingURL=jquery.jsonview.css.map */

@media screen and (max-width: 600px) {
  .page-footer{
    margin-left: 0px !important;
  }
  .jsonview {
    font-family: monospace !important;
    font-size: 0.9rem;
    white-space: pre-wrap;
}
  .section2 {
    z-index: 1;
    position: relative;
    width: 98%;
    contain: layout;
    margin-left: 0;
  }
  .section1 {
    visibility: hidden;
    clear: both;
    float: left;
    margin: 10px auto 5px 20px;
    width: 28%;
    display: none;
  }
  .operation-text {
    width: auto;
    padding-left: 0px;
    padding-right: 0px;
  }
  .section3 {
    visibility: hidden;
    clear: both;
    float: left;
    margin: 10px auto 5px 20px;
    width: 28%;
    display: none;
  }
  .content-half1 {
    width: 100%;
    padding: 0px 20px;
    box-sizing: border-box;
  }
  .operation-inside {
    width: 100%;
    padding: 0px;
    backface-visibility: hidden;
    contain: content;
    display: block;
  }
  .operation-sample {
    width: auto;
    color: rgb(255, 255, 255);
    padding: 15px !important;
    background-color: rgb(38, 50, 56);
  }
  .operation-block {
    padding: 25px;
    position: relative;
  }
  /* .success-btn{
    background-color: rgb(26 111 216);
    border-radius: 3px;
    background-repeat: no-repeat;
    background-position: 6px 4px;
    font-size: 10px;
    color: white;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
    margin-right: 6px;
    padding: 8px 12px;
    line-height: 1;
    padding: 10px !important;
  } */
  
}

.jsonview {
    font-family: monospace !important;
    font-size: 1em;
    white-space: pre-wrap;
    font-size: 0.9rem;
}
.jsonview     .string {
        color:#0df05d;
        white-space: pre-wrap;
    }
.jsonview     .prop {
        color: #f9fafb;
        font-weight: 900;
    	text-decoration:none;
	}
.jsonview     .num {
        color: #0df05d;
    }
.jsonview     .null {
        color: red;
    }
.jsonview     a {
        color:#0df05d;
        text-decoration: none;
    }


.jsonview .string.multiline {
    display: inline-block;
    vertical-align: text-top;
}
.jsonview .collapser {
    position: absolute;
    left: -1em;
    cursor: pointer;
}
.jsonview .collapsible {
    transition: height 1.2s;
    transition: width 1.2s;
}
.jsonview .collapsible.collapsed {
    height: 0.8em;
    width: 1em;
    display: inline-block;
    overflow: hidden;
    margin: 0;
}
.jsonview .collapsible.collapsed:before {
    content: "…";
    width: 1em;
    margin-left: 0.2em;
}
.jsonview .collapser.collapsed {
    transform: rotate(0deg);
}
.jsonview .q {
    display: inline-block;
    width: 0px;
    color: transparent;
}
.jsonview li {
    position: relative;
}
.jsonview ul {
    list-style: none;
    margin: 0 0 0 2em;
    padding: 0;
}
.jsonview h1 {
    font-size: 1.2em;
}

