/* Custom header styles */
nav {
  background-color: rgb(51, 51, 51);
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2),
    0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
  margin-bottom: 10px;
}

.navBrand img {
  height: 70px;
  margin: 0;
}

.navTitleContainer {
  position: absolute;
  top: 16px;
  left: 0;
  right: 0;
  margin: auto;
  width: 350px;
  text-align: center;
  color: rgba(255, 255, 255, 0.87);
  font-family: Arial, Helvetica, sans-serif;
}

.navTitle {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 3px;
  position: relative;
}

.navVersion {
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    top: -5px;
    display: inline-block;
    margin: 0 0 0 5px;
    padding: 2px 4px;
    vertical-align: super;
    border-radius: 57px;
    background: #ff7900;
}

.jsonLink,
.jsonLink a {
  color: rgba(255, 255, 255, 0.87);
  font-size: 13px;
}

.navButtons {
  position: absolute;
  right: 30px;
  top: 24px;
}

.navButtons a {
  color: rgba(255, 255, 255, 0.87);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  padding: 10px;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.navButtons img {
  width: 18px;
  vertical-align: middle;
  margin: 0 0 0 5px;
}

.navButtons a:hover {
  color: #ff7900;
}

.jsonInfo {
  padding: 10px;
}
/* End of Custom header styles */

/* Swagger styles overridden */
.try-out {
  width: 100%;
  margin-left: 50px;
}

.try-out__btn {
  width: 100%;
}

.swagger-ui .information-container .info {
  margin: 0;
}

.swagger-ui .opblock-description .markdown code,
.swagger-ui .description .markdown code {
  color: #ffffff;
}

.swagger-ui .markdown code {
  color: #3b4151;
}

.swagger-ui .opblock-body pre {
  background: rgb(51, 51, 51);
}

.swagger-ui .info > hgroup {
  display: none;
}

.swagger-ui .info p { 
  font-size: 18px;
  font-family: Titillium Web, sans-serif;
}

.swagger-ui .info a {
  font-size: 18px;
  -webkit-transition: all .4s;
  transition: all .4s;
  font-family: Titillium Web, sans-serif;
  text-decoration: none;
  color: #ff7900;
}

.swagger-ui .info a:hover {
  text-decoration: underline;
  color: #ff7900;
}

.swagger-ui .scheme-container {
  background: none;
  box-shadow: none;
}

.swagger-ui .markdown code, .swagger-ui .renderedMarkdown code {
  color: #ff7900;
  padding: 2px 4px;
}

.swagger-ui .execute-wrapper {
    padding: 5px;
}

.swagger-ui .opblock-tag>div.info__externaldocs {
  flex: none
}

.swagger-ui .opblock-tag>small>div.renderedMarkdown {
  font-family: Titillium Web, sans-serif;
  font-size: 16px;
}

.swagger-ui .link:link {
  transition: all .4s;
  font-family: Titillium Web, sans-serif;
  text-decoration: none;
  color: #ff7900;
}

.swagger-ui .link:link:hover {
  text-decoration: underline;
  color: #ff7900;
}

.swagger-ui .wrapper section.models {
  display: none;
}
/* End of Swagger styles overridden */