﻿@charset "UTF-8";
.swagger-section * {
  color: #1a1a1e !important; }

.swagger-section .header__btn {
  transition: background-color 0.5s ease;
  background-color: #F06C00 !important;
  font-weight: normal !important;
  color: #FFFFFF !important;
  border-radius: 4px;
  border: none; }
  .swagger-section .header__btn:hover {
    background-color: #F98F53 !important; }

.swagger-section input:focus, .swagger-section select:focus {
  border: 1px solid #F98F53 !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }

.swagger-section #header {
  background-color: #FFFFFF;
  padding: 10px 14px 20px;
  height: auto; }
  .swagger-section #header #logo {
    display: inline-block;
    pointer-events: none;
    position: relative;
    overflow: hidden;
    width: 150px;
    height: 56px; }
    .swagger-section #header #logo:before {
      background-image: url("/content/images/janes-logo.png");
      background-size: cover;
      position: absolute;
      content: "Janes";
      width: 150px;
      height: 56px;
      content: "";
      left: 0;
      top: 0; }
    .swagger-section #header #logo .logo__img, .swagger-section #header #logo .logo__title {
      visibility: hidden;
      display: none; }
  .swagger-section #header #api_selector {
    margin: 15px 0 0;
    float: none; }

.swagger-section #message-bar {
  min-height: 0;
  opacity: 0;
  padding: 0; }
  .swagger-section #message-bar:not(:empty) {
    border: 1px solid #CCCCCC;
    background-color: #F98F53;
    color: #FFFFFF !important;
    margin: 10px auto 15px;
    box-sizing: border-box;
    min-height: inherit;
    border-radius: 4px;
    padding: 6px 10px;
    line-height: 30px;
    min-width: unset;
    opacity: 1; }

.swagger-section #swagger-ui-container:before {
  content: "";
  background-image: url("/content/images/janesBackground.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  height: 100px;
  width: 100%;
  z-index: -1;
  left: 0; }

.swagger-section #swagger-ui-container a {
  color: #F06C00 !important; }

.swagger-section #swagger-ui-container .info {
  position: relative; }
  .swagger-section #swagger-ui-container .info .info_title {
    color: #F98F53 !important;
    font-weight: lighter;
    position: absolute;
    font-size: 0.7em;
    bottom: 10px;
    right: 0; }
  .swagger-section #swagger-ui-container .info .info_description {
    padding-bottom: 0; }
    .swagger-section #swagger-ui-container .info .info_description p {
      color: #FFFFFF !important;
      padding: 29px 0px;
      font-size: 2em; }
  .swagger-section #swagger-ui-container .info .info_license {
    padding: 15px 0 20px;
    border-bottom: 1px solid #CCCCCC !important; }

.swagger-section #swagger-ui-container .container {
  position: relative;
  top: -15px; }
  .swagger-section #swagger-ui-container .container .resource {
    border-bottom: 1px solid #CCCCCC !important; }
    .swagger-section #swagger-ui-container .container .resource.active .heading h2 a:before {
      transition: color 0.5s ease;
      content: "⯆ "; }
      .swagger-section #swagger-ui-container .container .resource.active .heading h2 a:before:hover {
        color: #777777 !important; }
    .swagger-section #swagger-ui-container .container .resource > .heading {
      border: none !important; }
      .swagger-section #swagger-ui-container .container .resource > .heading h2 a {
        color: #1a1a1e !important;
        font-size: 14px !important;
        font-weight: normal; }
        .swagger-section #swagger-ui-container .container .resource > .heading h2 a:before {
          transition: color 0.5s ease;
          color: #F06C00 !important;
          content: "⯈ "; }
          .swagger-section #swagger-ui-container .container .resource > .heading h2 a:before:hover {
            color: #777777 !important; }
    .swagger-section #swagger-ui-container .container .resource .endpoints .heading {
      background-color: #ebeded !important;
      border: none !important; }
      .swagger-section #swagger-ui-container .container .resource .endpoints .heading .http_method a {
        color: white !important;
        background-color: #F06C00 !important; }
      .swagger-section #swagger-ui-container .container .resource .endpoints .heading .options p {
        font-size: 15px; }
    .swagger-section #swagger-ui-container .container .resource .endpoints .content {
      background-color: #ebeded !important;
      border-radius: 2px !important;
      border: none !important; }
      .swagger-section #swagger-ui-container .container .resource .endpoints .content .sandbox .submit {
        transition: background-color 0.5s ease;
        background-color: #F06C00 !important;
        font-weight: normal !important;
        color: #FFFFFF !important;
        border-radius: 4px;
        border: none;
        margin: 10px 0 0; }
        .swagger-section #swagger-ui-container .container .resource .endpoints .content .sandbox .submit:hover {
          background-color: #F98F53 !important; }
  .swagger-section #swagger-ui-container .container .footer {
    visibility: hidden;
    display: none; }
