/** Swagger Ui styles**/

.propHttp,
.info_contact,
.info_license,
.parameter-content-type,
.response-content-type,
input, textarea, select {
    display: none;
}

body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.content div.sandbox_header,
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.content div.sandbox_header,
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.content div.sandbox_header,
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.content div.sandbox_header {
    display: none;
}

.mandatory-param {
    color: #e70000;
}

.example-heading {
    font-weight: bold;
    display:inline-block;
    width:52px;
}

.signature-container,
.example-content {
    word-break: break-all;
}

/*********************************************************
Added lines for the KC links in the swagger header
**********************************************************/

/* Make the header and its wrapper expand to fit content */
#header,
#header .swagger-ui-wrap {
  height: auto !important;
}

/* Ensure wrapper contains floated children (logo left, version right) */
#header .swagger-ui-wrap::after {
  content: "";
  display: block;
  clear: both;
}

/* Your info line */
#header .header-more-info {
  clear: both;
  display: block;
  margin-top: 6px;
  padding-bottom: 10px;
  font-size: 12px;
  line-height: 1.3;
  color: #fff;
}

#header .header-more-info a {
  color: #9ad14b;
}