body {
  font-size: 14px;
  line-height: 1.35;
  color: #222;
  font-family: Arial, sans-serif;
/*   overflow: -moz-scrollbars-none;
  overflow: hidden;
  scrollbar-width: 0; */
}

/* body::-webkit-scrollbar {
    display: none;
} */

a, a:visited {
  outline: 0;
  text-decoration: none;
  color: rgb(34,34,34);
  border-bottom: 1px solid rgba(34,34,34,0.2);
}

a:hover {
  border-bottom: 1px solid rgba(34,34,34,0.6);
}

h2, h3 {
  margin-top: 2em;
}

h2 {
  border-bottom: 1px solid grey;
}

header {
  background: url('images/header-a.png') no-repeat 266px 0px rgb(255,255,255);
  height: 68px;
  position: relative;
/*   position: fixed;
  width: 100%;
  top: 0;
  left: 0; */
  border-bottom: 7px solid rgb(255,233,59);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);

}

header a {
  border-bottom: none !important;
}

#branding {
  position: absolute;
  top: 0px;
  left: 0px;
  outline: none;
}

#branding a {
  margin: 11px 0 0 28px;
  display: inline-block;
}

#branding a #evva-logo {
  width: 119px;
  height: 39px;
  text-indent: -999999px;
  background: url('images/evva-logo.png') no-repeat;
  display: inline-block;
  float: left;
}

#branding a #airkey-logo {
  background: url('images/airkey-logo.png') no-repeat;
  width: 93px;
  height: 34px;
  margin: 5px 0 0 17px;
  text-indent: -999999px;
  display: inline-block;
  float: left;
}


header.swagger-ui .info {
    margin: 0;
}

#headline {
  position: absolute;
  bottom: 10px;
  left: 299px;
}

.swagger-ui .info h1.title {
  font-size: 34px;
  font-weight: bold;
}

#swagger-ui .topbar {
  display: none;
}



/* ASIDE */

aside {
  position: absolute;
  top: 104px;
  left: 0;
  width: 256px;
  box-shadow: 0px 2px 2px -1px rgba(0, 0, 0, 0.15), inset 0px 0px 0px 1px rgba(255, 255, 255, 1);
  color: rgb(102, 102, 102) !important;
  outline: none !important;
  text-shadow: 0px 1px 0px rgb(255, 255, 255);
  border: 1px solid #888;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-color: rgba(171, 171, 171, 0.5);
  border-bottom-color: rgba(128, 128, 128, 0.46);
  border-right-color: rgba(128, 128, 128, 0.46);

  background: -webkit-linear-gradient(top, rgba(237, 237, 237, 1) 0%, rgba(248, 248, 248, 1) 100%);
  /* background: -webkit-linear-gradient(top, rgba(248, 248, 248, 1) 0%, rgba(237, 237, 237, 1) 100%); */
  padding: 12px;
  padding-left: 28px;
  line-height: 1.6em;
  overflow-y: auto;
  max-height: calc(100% - 104px);
}

aside p {
  margin-top: 0;
}

aside h4 {
  margin-bottom: 0;
}

aside ul {
  margin-top: 0.5em;
  padding-left: 2.5em;
}

#page {
  /* position: fixed;
  top: 100px;
  left: 280px; */
  /* max-width: 1280px; */
  /* width: calc(100% - 256px);
  width: calc(100% - 280px); */
  /* overflow-y: auto;
  height: calc(100% - 100px); */
  margin-left: 279px;
}

/* #documentation,
#swagger-ui {
  margin-right: 270px;
} */

#documentation {
  max-width: 960px;
}

#documentation pre {
  font-size: 12px;
  margin: 0.5em 0;
  padding: 10px;
  white-space: pre-wrap;
  hyphens: auto;
  border-radius: 4px;
  background: #41444e;
  overflow-wrap: break-word;
  font-family: monospace;
  font-weight: 600;
  color: #fff;
  box-sizing: border-box;
}

#documentation.swagger-ui .info {
  margin-top: 32px;
}

h2#introduction {
  margin-top: 0;
}

#swagger-ui {
  /* max-width: 1280px; */
}


ul.vertical-space li {
  margin-bottom: 0.7em;
}

ul.changelog li {
  margin-bottom: 0.7em;
}

footer {
  margin-top: 5em;
  box-shadow: 0px 2px 2px -1px rgba(0, 0, 0, 0.15), inset 0px 0px 0px 1px rgba(255, 255, 255, 1);
  color: rgb(102, 102, 102) !important;
  outline: none !important;
  text-shadow: 0px 1px 0px rgb(255, 255, 255);
  border-top: 1px solid rgba(128, 128, 128, 0.46);
  /* border-top-color: rgba(171, 171, 171, 0.5);
  border-left-color: rgba(128, 128, 128, 0.46);
  border-right-color: rgba(128, 128, 128, 0.46); */
  background: -webkit-linear-gradient(top, rgba(237, 237, 237, 1) 0%, rgba(248, 248, 248, 1) 100%);
  /* background: -webkit-linear-gradient(top, rgba(248, 248, 248, 1) 0%, rgba(237, 237, 237, 1) 100%); */
  padding: 12px 28px;
  line-height: 1.6em;
}

footer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: space-between;
}

footer ul li {
  margin: 0;
  padding: 0;
}
