body,
p,
a,
div,
th,
td {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 16px;
}

a {
  color: #08a3aa !important;
  text-decoration: none !important;
}

.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}

.hide{
  display: none !important;
}

#sidebarMenu {
  background-color: #f5f5f5;
  overflow-x: hidden;
  overflow-y: auto;
}

.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 9998;
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}
.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: .5rem;
  overflow-x: hidden;
  overflow-y: auto;
}

.sidebar .nav-link {
  font-weight: 500;
  color: #333;
}

.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #727272;
}

.sidebar .nav-link.active {
  color: #2470dc;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}

.sidebar-heading {
  font-size: .75rem;
  text-transform: uppercase;
}

.nav-header {
  background-color: #08a3aa;
  margin: 10px 0px;
}

.nav-header a{
  font-weight: 600;
  font-size: 16px;
}

.navbar-brand {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: 1rem;
  background-color: rgba(0, 0, 0, .25);
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
}

.navbar .navbar-toggler {
  top: .25rem;
  right: 1rem;
}

.navbar .form-control {
  padding: .75rem 1rem;
  border-width: 0;
  border-radius: 0;
}

.form-control-dark {
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}

.sidenav-search {
  width: 228px;
  left: 0px;
  position: fixed;
  padding: 19px 20px 16px 20px;
  background-color: #F5F5F5;
  z-index: 101;
}

.sidenav-search .search {
  height: 26px;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}

.search-reset {
  position: absolute;
  display: block;
  cursor: pointer;
  width: 20px;
  height: 20px;
  text-align: center;
  right: 28px;
  top: 17px;
  background-color: #fff;
}

.nav>li {
  position: relative;
  display: block;
}

.nav>li>a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

nav a.selected {
  background-color: #eee;
}

.sidenav{
  margin-top: 65px;
  margin-bottom: 20px !important;
  display: block !important;
  width: 100%;
  padding-right: 1em; 
  padding-left: 1em !important;
}

.sidenav>li.nav-header>a {
  padding: 5px 11px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #fff !important;
}

.sidenav>li>a {
  display: block;
  padding: 2px 11px;
  border-left: transparent 4px solid;
  border-right: transparent 4px solid;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 14px;
}

.sidenav>li.expanded>a:first-child{
  margin: 10px 0 0 0;
}

.type__put {
  background-color: #FCA130 !important;
}

.type__get {
  background-color: green !important;
}

.type__delete {
  background-color: #ed0039 !important;
}


.type {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 15px;
  display: inline-block;
  margin: 0 0 5px 0;
  padding: 5px 10px;
  border-radius: 6px;
  text-transform: uppercase;
  background-color: #3387CC;
  color: #ffffff;
}

pre.prettyprint {
  width: 100%;
}

pre.prettyprint,
code.prettyprint {
  background-color: #f5f5f5;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  -khtml-border-radius: 8px;
  border-radius: 8px;
}

pre code {
  display: block;
  margin: 10px;
  font-size: 14px;
  font-family: "Source Code Pro", monospace;
  font-style: normal;
  font-weight: 400;
  word-wrap: normal;
  white-space: pre;
}


ul.nav-tabs {
  margin: 0;
  position: relative;
}

pre.language-json {
  overflow: auto;
}

pre.prettyprint {
  width: 100%;
}

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

th {
  background-color: #f5f5f5;
  text-align: left;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  padding: 4px 8px;
  border: #e0e0e0 1px solid !important;
}

td.code {
  font-size: 14px;
  font-family: "Source Code Pro", monospace;
  font-style: normal;
  font-weight: 400;
}

td {
  padding: 10px 8px;
  border: #e0e0e0 1px solid !important;
}

td p{
  margin: 0 !important;
}

.toggle-menu,
.logo, .hamburger{
  display: none;
}

.menubar{
  position: sticky;
}

/* Added: 250515 */
.nav > li.nav-header--child.nav-list-item--child,
.nav > li.is-new--child {
	margin-left: 1rem;
}

.nav-tabs.nav-tabs--success .nav-link.active {
	background: #00a400;
    color: white;
}

.nav-tabs.nav-tabs--error .nav-link.active {
    background: #fa383e;
    color: white;
}

@media screen and (max-width: 765px) {
  h5{
      padding-top: 1rem;
  }
  
  .sidebar {
    top: 5rem;
  }

  .hamburger,
  .toggle-menu,
  .logo{
    display: block;
  }

  .sidenav{
    margin: 0;
  }

  .title{
    display: none;
  }

  .menubar{
    display: flex;
    position: sticky !important;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    background-color: #f5f5f5;
    padding: 0 25px;
    top: 0;
    height: 50px;
    transition: 0.3s;
    z-index: 9999;
  }

  .logo a{
    display: block;
  }
  .logo a img{
    display: block;
    width: 100%;
  }

  .sidenav-search{
    display: flex;
    position: absolute;
    width: 90%;
    z-index: 0;
  }

  .search{    
    position: relative;
    height: 30px !important;
    top: -10px;
    left: -10px;
  }

  .sidenav{
    position: absolute;
    top: 42px;
  }

  .sidebar {
    display: flex;
    justify-content: start;
    align-items: flex-start;
    position: fixed;
    top: 0;
    left: -385px;
    width: 240px;
    height: 100%;
    transition: 0.5s;
  }

  .hamburger{
    position: relative;
    width: 30px;
    height: 4px;
    background-color: #08a3aa;
    border-radius: 10px;
    left: 0;
    cursor: pointer;
    z-index: 2;
    transition: 0.5s;
  }
  .hamburger::before,
  .hamburger::after{
    content: "";
    position: absolute;
    height: 4px;
    left: 0;
    background: #08a3aa;
    border-radius: 10px;
    transition: 0.5s;
  }
  .hamburger::before{
    top: -10px;
    width: 20px;
  }
  .hamburger::after{
    top: 10px;
    width: 25px;
  }

  .toggle-menu{
    position: absolute;
    width: 40px;
    height: 100%;
    z-index: 3;
    cursor: pointer;
    opacity: 0;
  }
  .hamburger,
  .toggle-menu{
    /* display: none; */
    z-index: 999999;
  }

  .menubar input:checked{
    left: 190px;
  }
  .menubar input:checked ~ .hamburger{
    background: transparent;
    left: 185px;
  }
  .menubar input:checked ~ .hamburger::before{
    top: 0;
    transform: rotate(-45deg);
    width: 30px;
  }
  .menubar input:checked ~ .hamburger::after{
    top: 0;
    transform: rotate(45deg);
    width: 30px;
  }
  .menubar input:checked ~ .sidebar{
    left: 0;
  }
  .menubar input:checked ~ .sidenav-search{
    left: 0 !important;
  }
  .menubar input:checked ~ ul.nav-tabs{
    visibility: hidden !important;
  }
}