/* ------------------------------------------------------------------------------------------
 * Content
 * ------------------------------------------------------------------------------------------ */
 html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body{
  margin: 0;
  font-family:'Open Sans', sans-serif,-apple-system, BlinkMacSystemFont;
  font-weight: 400;
  line-height: 1.5;
  color:#626262;
  overflow-x: hidden;
  text-align: left;
  background-color: #fff;
}


h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

b,
strong {
    font-weight: 600
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    display: block
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

a {
   color: #5b5b5b;
}

a:hover {
    color: #0cb9f3
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

.w-100 {
    width: 100%!important;
}

.d-table {
    display: table!important;
}

.d-inline {
  display: inline!important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}


.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}


.align-items-stretch {
    -ms-flex-align: stretch!important;
    align-items: stretch!important;
}

.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}



.bg-white {
  background-color: #fff !important;
}
.main-navbar .navbar {
  height: 3.75rem
}

.main-navbar .navbar:before{
  content:initial;
}

/*
.main-navbar .navbar>* {
  display: -ms-flexbox;
  display: flex
}
*/

.main-navbar .navbar .nav-link {
  min-width: 3.75rem
}

.main-navbar .navbar .nav-link:hover {
  background: transparent;
}

.nav-link.active {
  text-decoration: none;
  color: #0cb9f3;
  background-color:#eeeeee;
}

.main-navbar .navbar .notifications {
  position: relative
}

.main-navbar .navbar .notifications .badge {
  position: absolute;
  padding: .25rem .375rem;
  font-size: .5rem;
  left: 50%;
  top: 50%
}

.main-navbar .navbar .notifications .dropdown-menu {
  padding: 0;
  min-width: 25rem;
  border-right: 0;
  left: auto
}

.main-navbar .navbar .notifications .dropdown-menu .dropdown-item {
  white-space: normal;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
  flex-flow: row;
  padding-top: .625rem;
  padding-bottom: .625rem;
  border-bottom: 1px solid #e1e5eb
}

.main-navbar .navbar .notifications .dropdown-menu .dropdown-item:last-child {
  border-bottom: 0
}

.main-navbar .navbar .notifications .dropdown-menu .notification__icon-wrapper {
  display: -ms-flexbox;
  display: flex;
  padding: 0 5px
}

.main-navbar .navbar .notifications .dropdown-menu .notification__icon {
  background-color: #f5f6f8;
  box-shadow: 0 0 0 1px #fff, inset 0 0 3px rgba(0, 0, 0, .2);
  width: 2.1875rem;
  height: 2.1875rem;
  line-height: 0;
  display: block;
  text-align: center;
  margin: auto;
  border-radius: 50%
}

.main-navbar .navbar .notifications .dropdown-menu .notification__icon i {
  color: #818ea3;
  line-height: 2.0625rem;
  font-size: 1.0625rem;
  margin: 0
}

.main-navbar .navbar .notifications .dropdown-menu .notification__content {
  padding: 0 .625rem
}

.main-navbar .navbar .notifications .dropdown-menu .notification__content p {
  margin: 0;
  line-height: 1.5;
  font-size: .75rem
}

.main-navbar .navbar .notifications .dropdown-menu .notification__category {
  font-size: .5625rem;
  color: #818ea3;
  letter-spacing: .0938rem;
  display: inline-block;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-weight: 500
}

.main-navbar .navbar .notifications .dropdown-menu .notification__all {
  display: block;
  font-weight: 500;
  font-size: 11px;
  border-bottom-left-radius: .375rem;
  border-bottom-right-radius: .375rem
}

.main-navbar .navbar .user-avatar {
  max-width: 2.5rem
}

.main-navbar .navbar .navbar-nav .dropdown-menu {
  position: absolute;
  right: 0;
  width: 100%;
  min-width: 18rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: none
}

/*
.main-navbar .navbar .nav-link-icon i {
  line-height: 2.5rem;
  padding-top: 1.5rem;
}
*/

.main-content .header-navbar,
.main-content>.main-navbar {
  box-shadow: 0 .125rem .625rem rgba(90, 97, 105, .12)
}

.main-sidebar {
  top: 0;
  position: fixed;
  height: calc(100vh);
  background: #fff;
  z-index: 1070;
  will-change: transform;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
  box-shadow: 0 0.6rem 5.375rem rgba(243, 249, 255, 0.1), 0 0.1rem 0.2rem rgba(248, 249, 251, 0.12), 0 0.5375rem 1rem rgba(140, 140, 140, 0.1), 0 0.2375rem 1.1875rem rgba(220, 220, 220, 0.1);
      
}

.main-sidebar.open {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  box-shadow: 0 .125rem 9.375rem rgba(90, 97, 105, .1), 0 .25rem .5rem rgba(90, 97, 105, .12), 0 .9375rem 1.375rem rgba(90, 97, 105, .1), 0 .4375rem 2.1875rem rgba(165, 182, 201, .1)
}

/*
.main-sidebar {
  z-index: 1;
}*/

.main-sidebar .toggle-sidebar {
  position: absolute;
  right: 0;
  height: 100%;
  padding: .7rem 1.25rem;
  font-size: 1.50rem;
}

.main-sidebar .toggle-sidebar:hover {
  cursor: pointer
}

.main-sidebar .navbar-brand {
  overflow: hidden;
  height: 3.75rem;
  font-size: 1rem
}

.main-sidebar .nav-wrapper {
  overflow-y: auto;
  overflow-x: hidden;
  height: calc(100vh - 3.75rem - 1px)
}

.main-sidebar .nav .nav-item,
.main-sidebar .nav .nav-link {
  white-space: nowrap;
  min-width: 100%;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: 'Open Sans', sans-serif;
  will-change: background-color, box-shadow, color;
  transition: box-shadow .2s ease, color .2s ease, background-color .2s ease;
}

.main-sidebar .nav .nav-item .nav-link {
  border-bottom: 1px solid #e1e5eb;
  font-weight: 600;
  padding: .7rem;
  font-size: 15px;
  color: #5b5b5b
}

.main-sidebar .nav .nav-item .nav-link i {
  min-width: 1.25rem;
  font-size: 90%;
  text-align: center;
  vertical-align: middle;
  will-change: color;
  color: #cacedb;
  transition: color .2s ease;
  margin-right: .375rem
}

.main-sidebar .nav .nav-item .nav-link i.material-icons {
  font-size: 1.125rem;
  top: -1px
}

.main-sidebar .nav .nav-item .nav-link.active,
.main-sidebar .nav .nav-item .nav-link:hover,
.main-sidebar .nav .nav-item.active,
.main-sidebar .nav .nav-item:hover {
  box-shadow: inset .1875rem 0 0 #04baf2;
  background-color: #fbfbfb;
  color: #04baf2
}

.main-sidebar .nav .nav-item .nav-link.active i,
.main-sidebar .nav .nav-item .nav-link:hover i,
.main-sidebar .nav .nav-item.active i,
.main-sidebar .nav .nav-item:hover i {
  color: #04baf2
}

.main-sidebar .nav--no-borders .nav-item .nav-link {
  border-bottom: 0
}

.main-sidebar .nav--no-borders .dropdown-menu {
  box-shadow: inset 0 0 .4375rem rgba(61, 81, 112, .2)
}

.main-sidebar .nav--no-borders .dropdown-menu .dropdown-item:first-child {
  border-top: 1px solid #e1e5eb
}

.main-sidebar .dropdown-menu {
  position: static !important;
  -webkit-transform: translate(0) !important;
  transform: translate(0) !important;
  box-shadow: none;
  border-radius: 0;
  width: 100%;
  border: none;
  padding: 0;
  box-shadow: inset 0 -.1875rem .1875rem rgba(61, 81, 112, .08)
}

.main-sidebar .dropdown-menu .dropdown-item {
  padding: .75rem 1.75rem;
  border-bottom: 1px solid #f0f2f5;
  color: #3d5170;
  font-size: .8125rem;
  font-weight: 400
}

.main-sidebar .dropdown-menu .dropdown-item.active,
.main-sidebar .dropdown-menu .dropdown-item:hover {
  color: #04baf2
}

.main-sidebar .dropdown-menu .dropdown-item:hover {
  background: 0 0
}

.main-sidebar .dropdown-menu .dropdown-item.active {
  background-color: #fbfbfb
}

.main-sidebar .dropdown-menu .dropdown-item:last-of-type {
  border-bottom: 1px solid #e1e5eb
}

.main-sidebar .dropdown-menu .dropdown-divider {
  margin: 0
}

.main-sidebar .dropdown-toggle {
  position: relative
}

/*
.main-sidebar nav{
  display:none;
}
*/

.main-sidebar .dropdown-toggle::after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMDAwMDAwIiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTcuNDEgNy44NEwxMiAxMi40Mmw0LjU5LTQuNThMMTggOS4yNWwtNiA2LTYtNnoiLz4gICAgPHBhdGggZD0iTTAtLjc1aDI0djI0SDB6IiBmaWxsPSJub25lIi8+PC9zdmc+);
  background-position: center center;
  width: .875rem;
  height: .5625rem;
  transition: -webkit-transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
  border: none;
  position: absolute;
  top: 50%;
  right: .625rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: .1;
  will-change: transform
}




#content {
  /*padding-top: 16px;
  z-Index: -1;
  margin-left: 270px;*/
}

/*
p {
  color: #808080;
}

h1 {
  font-family: "Source Sans Pro Semibold", sans-serif;
  font-weight: normal;
  font-size: 44px;
  line-height: 50px;
  margin: 0 0 10px 0;
  padding: 0;
}

h2 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: normal;
  font-size: 24px;
  line-height: 40px;
  margin: 0 0 20px 0;
  padding: 0;
}
*/

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: .5rem 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: .25rem;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}


.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar > .container,
.navbar > .container-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 1rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
  z-index: 9999;
  background-color: #fff;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-toggler-right{
  float:right;
  margin-top: 1.2rem;
}

.navbar-toggler-left{
  float:left;
  margin-top: 1.2rem;
  margin-left: 1.2rem;
}



.dropdown-menu.columns-3 {
	min-width: 600px;
	/*right:0 ;*/top:40px;
	left:-60;
}
.dropdown-menu.columns-2 {
	min-width: 420px;
  top:40px;
	left:auto;
}
.dropdown:hover>.dropdown-menu {
  border:0px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.13);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.13);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.13);
}

.nav-item .dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  border: 0;
  font-size:14px;
  background: white;
  z-index: 999;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

section {
  border-top: 1px solid #ebebeb;
  padding: 20px 0;
}

article {
  padding: 14px 0 30px 0;
}

article h1 {
  font-weight: 600;
  font-size: 24px;
  line-height: 26px;
}

article h2 {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 10px 0;
}

article h3 {
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  margin: 0 0 10px 0;
}

article h4 {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  margin: 0 0 8px 0;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin: 0 0 20px 0;
}

th {
  background-color: #f5f5f5;
  text-align: left;
  font-weight: 700;
  padding: 4px 8px;
  border: #e0e0e0 1px solid;
}

td {
  vertical-align: top;
  padding: 2px 8px;
  border: #e0e0e0 1px solid;
}

#generator .content {
  color: #b0b0b0;
  border-top: 1px solid #ebebeb;
  padding: 10px 0;
}

.label-optional {
  float: right;
  color: #000;
}


.open-left {
  right: 0;
  left: auto;
}

/* ------------------------------------------------------------------------------------------
 * apidoc - intro
 * ------------------------------------------------------------------------------------------ */

#apidoc .apidoc {
  border-top: 1px solid #ebebeb;
  padding: 30px 0;
}

#apidoc h1 {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  padding-bottom: 14px;
  margin: 0 0 20px 0;
  padding: 0;
}

#apidoc h2 {
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  padding-top: 14px;
}

/* ------------------------------------------------------------------------------------------
 * pre / code
 * ------------------------------------------------------------------------------------------ */
pre {
 /*background-color: #292b36;
  color: #ffffff;
  padding: 10px;
  border-radius: 6px;
  position: relative;
  margin: 10px 0 20px 0;
*/
 /* background: #333;
  white-space: pre;
  word-wrap: break-word;
  overflow: auto;
*/
}

pre.language-json {
  overflow: auto;
}

pre.language-html {
  margin: 40px 0 20px 0;
}

pre.language-html:before {
  content: attr(data-type);
position: absolute;
top: 30px;
left: 18px;
font-weight: 600;
font-size: 15px;
display: inline-block;
padding: 2px 5px;
border-radius: 6px;
text-transform: uppercase;
background-color: #3387CC;
color: #ffffff;
}

pre.language-html[data-type="get"]:before {
  background-color: green;
}

pre.language-html[data-type="put"]:before {
  background-color: #e5c500;
}

pre.language-html[data-type="post"]:before {
  background-color: #4070ec;
}

pre.language-html[data-type="delete"]:before {
  background-color: #ed0039;
}

pre.language-api .str {
  color: #ffffff;
}

pre.language-api .pln,
pre.language-api .pun {
  color: #65B042;
}

/*
pre code {
    position: relative;
    display: block;
    padding: 15px 16px 14px;
    overflow-x: auto;
    font-size: 16px;
    line-height: 19px;
}
*/
.open>.dropdown-menu {
    display: block;
}

.open-left {
    right: 0;
    left: auto;
}



/* ------------------------------------------------------------------------------------------
 * Compare
 * ------------------------------------------------------------------------------------------ */

ins {
  background: #60d060;
  text-decoration: none;
  color: #000000;
}

del {
  background: #f05050;
  color: #000000;
}

.label-ins {
  background-color: #60d060;
}

.label-del {
  background-color: #f05050;
  text-decoration: line-through;
}

pre.ins {
  background-color: #60d060;
}

pre.del {
  background-color: #f05050;
  text-decoration: line-through;
}

table.ins th,
table.ins td {
  background-color: #60d060;
}

table.del th,
table.del td {
  background-color: #f05050;
  text-decoration: line-through;
}

tr.ins td {
  background-color: #60d060;
}

tr.del td {
  background-color: #f05050;
  text-decoration: line-through;
}

/* ------------------------------------------------------------------------------------------
 * Spinner
 * ------------------------------------------------------------------------------------------ */

#loader {
  position: absolute;
  width: 100%;
}

#loader p {
  padding-top: 80px;
  margin-left: -4px;
}

.spinner {
  margin: 200px auto;
  width: 60px;
  height: 60px;
  position: relative;
}

.container1 > div, .container2 > div, .container3 > div {
  width: 14px;
  height: 14px;
  background-color: #0088cc;

  border-radius: 100%;
  position: absolute;
  -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
  animation: bouncedelay 1.2s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.spinner .spinner-container {
  position: absolute;
  width: 100%;
  height: 100%;
}

.container2 {
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.container3 {
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}

.circle1 { top: 0; left: 0; }
.circle2 { top: 0; right: 0; }
.circle3 { right: 0; bottom: 0; }
.circle4 { left: 0; bottom: 0; }

.container2 .circle1 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.container3 .circle1 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.container1 .circle2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.container2 .circle2 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.container3 .circle2 {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.container1 .circle3 {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.container2 .circle3 {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.container3 .circle3 {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.container1 .circle4 {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.container2 .circle4 {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.container3 .circle4 {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0.0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes bouncedelay {
  0%, 80%, 100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 40% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

/* ------------------------------------------------------------------------------------------
 * Tabs
 * ------------------------------------------------------------------------------------------ */
ul.nav-tabs {
  margin: 0;
}

/* ------------------------------------------------------------------------------------------
 * Print
 * ------------------------------------------------------------------------------------------ */

@media print {

  #sidenav,
  #version,
  #versions,
  section .version,
  section .versions {
    display: none;
  }

  #content {
    margin-left: 0;
  }

  a {
    text-decoration: none;
    color: inherit;
  }

  a:after {
    content: " [" attr(href) "] ";
  }

  p {
    color: #000000
  }

  pre {
    background-color: #ffffff;
    color: #000000;
    padding: 10px;
    border: #808080 1px solid;
    border-radius: 6px;
    position: relative;
    margin: 10px 0 20px 0;
  }

} /* /@media print */

svg {
  overflow: hidden;
  vertical-align: middle;
}

.product_logo {
  fill: #0cb9f2;
  width: 0;
}

.product_name {
  display: block;
  fill-rule: evenodd;
  transform: translate(37.469px, 20.436px) scale(1.081, 1.087);
  font-size: 17.019px;
  fill: #262626;
  font-family: "Open Sans";
  font-weight: 600;
  text-transform: uppercase;
}

.product_type {
display: block;
font-size: 12.019px;
font-family: "Open Sans";
font-weight: 500;
}

.nav-icon-left{
  position: absolute;
  left:0;
  top: 1rem;
}

.nav-icon-right{
  position: absolute;
  right: 0;
  top: 1rem;
}

.navbar .textwidget li{padding:15px;}

#product_dropdown .dropdown-toggle{
    border: 1px solid #0cb9f2;
    background: #fbfbfb;
    border-radius: 4px;
}

#product_dropdown li > a{
    padding:10px;
}

@media (min-width: 576px){
	.d-sm-inline {
		display: inline!important;
	}
}


@media (max-width: 1080px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }

  .main-navbar > .navbar-expand-lg > .collapse{
    display: none;
    background: #fff;
  }
  
  .main-navbar > .navbar-expand-lg > .collapse.in{
    display: block;
    height: 100vh;
    width: 100%;
  }

  .mob-navbar{
    width: 100%;
  }

  #product_dropdown {
    position: absolute;
    top: 2px;
    right: 5rem;
  }

}

@media (min-width: 1080px) {
 
    .flex-md-nowrap {
            -ms-flex-wrap: nowrap!important;
            flex-wrap: nowrap!important;
    }
    .navbar {
            border-radius: 0px;
    }
    .navbar-nav li:hover > ul.dropdown-menu {display: block;}
    .sticky {
      margin-top: -2px;
      position: fixed;
      background: #fff;
      width: 100%;
      -webkit-box-shadow: 0 8px 6px -6px rgba(68,68,68,0.1);
      -moz-box-shadow: 0 8px 6px -6px rgba(68,68,68,0.1);
      box-shadow: 0 8px 6px -6px rgba(68,68,68,0.1);
    }
    .navbar .textwidget {display: inline-flex;}
    .dropdown:hover>.dropdown-menu {
      display: block;
    }  
    .navbar-expand-lg {
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      -ms-flex-pack: start;
      justify-content: flex-start;
    }
    .navbar-expand-lg .navbar-nav {
      -ms-flex-direction: row;
      flex-direction: row;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
      position: absolute;
    }
  
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }

  .main-navbar > .navbar-expand-lg > .collapse{
    display: block;
  }

  #product_dropdown {
    position: absolute;
    top: 2px;
    right: 1rem;
  }

  #product_dropdown > .dropdown >.dropdown-menu{

    left: -35px;

  }
  

}



@media (max-width: 1190px) {
  .main-sidebar {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
      box-shadow: none;
  }

  .main-sidebar .toggle-sidebar{
    display:block;
  }

  .d-md-block{display:block}
  .d-md-none{display:none}
  /*
  .mob-logo{
    position: absolute;
    top: 0;
  }
  */
  /**/

}

@media (min-width: 1190px) {
  .main-sidebar .toggle-sidebar{
    display:none;
  }
  .d-lg-block{display:block}
  .d-lg-none{display:none}
  /*
  .easy-autocomplete{
      
      width:180px !important;
  }*/
  
}

@media all and (min-width: 1280px) and (max-width: 1300px) {
  .dropdown-menu.columns-2 {min-width: 320px;}
  .dropdown-menu.columns-3 {min-width: 510px;}
}


::-webkit-scrollbar-thumb{
  background: #0cb9f2;
  border-radius: 10px;
}

::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

::-webkit-scrollbar
{
    width: 4px;
    height: 4px;
    background-color: #F5F5F5;
}
.error {
    color:#ed0039;
    font-weight: 400;
    padding-left:10px;
}
pre[class*="language-"] .copy {
  /*content: "copy";*/
  float: right;
  /*padding: 2px 10px 0;
  position: absolute;
 /* top: 0;*/
 /* right: 6px;*/
  /*transform: translate(-10px, -90%);*/
  /*border-top-left-radius: 5px;
  border-top-right-radius: 5px;*/
  color: white;
  background: #2d2d2d;
  cursor: pointer;
  transition: all 200ms ease;
}

pre[class*="language-"]:hover .copy {
  /*transform: translate(-10px, -100%);*/
}
pre[class*="language-"]:hover .copy:hover {
  color: gray;
}

.blue-text {
    color: #0cb9f2!important;
}

.main-footer{
    height: 3.75rem;
    margin-top: 30px;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    color: white;
    text-align: center;
    width: 100%;
}

td, th {
    word-break: break-word;
}

.btn-primary {
    color: #fff;
    background-color: #0cb9f2;
    border-color: #0cb9f2;
    -webkit-box-shadow: 4px 5px 20px 0 rgba(0,48,149,0.12);
    box-shadow: 4px 5px 20px 0 rgba(0,48,149,0.12);
    -webkit-transition: -webkit-box-shadow .2s;
    transition: -webkit-box-shadow .2s;
    transition: box-shadow .2s;
    transition: box-shadow .2s,-webkit-box-shadow .2s;
}


.btn-primary:hover {
	color: #fff;
	background-color: #159fcc;
	border-color: #159fcc
}
.btn-primary:focus,
.btn-primary.focus {
	box-shadow: 0 0 0 .2rem rgba(38, 143, 255, 0.5)
}
.btn-primary.disabled,
.btn-primary:disabled {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #0062cc;
	border-color: #005cbf
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(38, 143, 255, 0.5)
}
li.nav-header.nav-list-item {
  background: #c6cdcd;
}
span.label.optional {
  background-color: grey;
}
.method{
  color: #ffff;
  text-transform: uppercase;
  background-color: #3387CC;
  display: inline-block;
  padding: 2px 5px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 15px;

}