/* color variables */
/**/
@media (min-width: 768px) {
  .content-container {
    padding: 20px;
  }

  .main-tabview {
    padding: 20px;
  }

  .main-breadcrumb {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
img {
  height: auto;
  max-width: 100%;
}

.content-container {
  background-color: #edf1f5;
}

.main-tabview {
  background-color: white;
}

.main-breadcrumb {
  background-color: white;
}

.icon-top {
  position: absolute;
  right: 2px;
  bottom: 2px;
  cursor: pointer;
  z-index: 1;
  font-size: 2em;
  background-color: #ffffffaa;
  color: #686868;
  border-radius: 50%;
}

pre {
  border: none;
  white-space: pre-line;
}

/*.plain-text {
  font-family : "Courier New"
}*/
/* search */
.search-result-row {
  margin-bottom: 15px;
  width: 100%;
}

.search-result-row p {
  white-space: normal;
}

/*
.search-result-content {
  position : relative;
}

.search-result-content::before {
  content : "";
  position : absolute;
//  opacity : 0.5;
//  background-color: red;
  width : 100%;
  height : 10px;
  top : 0px;
  z-index : 1;
  background : linear-gradient( 0deg, rgba( 255, 255, 255, 0 ) 0%, rgba( 255, 255, 255, 1 ) 100% );
}

.search-result-content::after {
  content : "";
  position : absolute;
//  opacity : 0.5;
//  background-color: red;
  width : 100%;
  height : 10px;
  bottom : 0px;
  background : linear-gradient( 0deg, rgba( 255, 255, 255, 1 ) 0%, rgba( 255, 255, 255, 0 ) 100% );
}
*/
.search-result-title {
  font-size: larger;
}

.search-result-path {
  color: darkGreen;
  margin-bottom: 5px;
}

/* class widget */
.class-header-notice {
  font-size: 14px;
  color: #aaa;
  margin: 0;
}

.class-title {
  /*    font-weight : bold;
      font-size : large;*/
  margin-bottom: 10px;
  font-size: 34px;
  font-weight: 300;
  border-bottom: solid 1px #ddd;
}

.class-section {
  margin-top: 24px;
  margin-bottom: 10px;
  font-size: 20px;
  border-bottom: solid 1px #ddd;
  font-weight: 300;
  width: 100%;
}

.class-method-declaration {
  background-color: #E2E2E2;
  padding: 5px;
}

.class-method-name {
  font-weight: bold;
}

.class-enum-declaration {
  background-color: #E2E2E2;
  padding: 5px;
}

.class-enum-name {
  font-weight: bold;
}

.class-property-declaration {
  background-color: #E2E2E2;
  padding: 5px;
}

.class-property-name {
  font-weight: bold;
}

.class-property-access {
  font-weight: bold;
}

.class-method-parameters {
  margin-left: 10px;
}

.class-method-parameters-label {
  display: block;
  font-weight: bold;
}

.class-method-parameters-desc {
  margin-left: 10px;
}

table.summary {
  width: 100%;
  margin: 10px 0;
  border-spacing: 0;
  border: 0;
  border-collapse: collapse;
}

table.summary thead {
  background: #999;
  color: white;
}

table.summary td {
  border: solid 1px #ddd;
  padding: 4px 10px;
}

table.summary tbody td:nth-child(1) {
  text-align: right;
  white-space: nowrap;
  min-width: 64px;
  vertical-align: top;
}

/*
table.summary tbody td:nth-child(2) {
  width: 100%;
  border-right: none;
}

table.summary tbody td:nth-child(3) {
  white-space: nowrap;
  border-left: none;
  vertical-align: top;
}
*/
table.summary tbody td:nth-child(2) {
  width: 100%;
  white-space: nowrap;
  border-left: none;
  vertical-align: top;
}

table.summary td > div:nth-of-type(2) {
  padding-top: 4px;
  padding-left: 15px;
}

table.summary td p {
  margin-bottom: 0;
}

table.params {
  margin: 10px 0;
  border-spacing: 0;
  border: 0;
  border-collapse: collapse;
  margin-left: 10px;
}

table.params thead {
  background: #eee;
  color: #aaa;
}

table.params td {
  padding: 4px;
  border: solid 1px #ddd;
}

table.params td p {
  margin: 0;
}

/* list icons and elements */
.oc-list-item {
  padding: 3px 6px;
}

.icon-class {
  height: 20px;
  background-color: blue;
  color: white;
  border-radius: 50%;
  width: 20px;
  padding-left: 5px;
  display: inline-block;
}

.kind-icon {
  margin-left: 0.2em;
  width: 1.2em;
  height: 1.2em;
  display: inline-block;
  text-align: center;
  border-radius: 0.3em;
  margin-right: 0.2em;
  font-weight: bold;
  line-height: 1.2em;
}

/*
.kind-class, .kind-interface, .kind-function, .kind-typedef, .kind-variable, .kind-external {
    margin-left: 0.2em;
    width: 1.2em;
    height: 1.2em;
    display: inline-block;
    text-align: center;
    border-radius: 0.3em;
    margin-right: 0.2em;
    font-weight: bold;
    line-height: 1.2em;
}
*/
.kind-class {
  color: #009800;
  background-color: #bfe5bf;
}

.kind-class::before {
  content: "C";
}

.kind-signal {
  color: #fbca04;
  background-color: #fef2c0;
}

.kind-signal::before {
  content: "S";
}

.kind-function, .kind-method {
  color: #6b0090;
  background-color: #d6bdde;
}

.kind-function::before {
  content: "F";
}

.kind-method::before {
  content: "M";
}

.kind-variable {
  color: #eb6420;
  background-color: #fad8c7;
}

.kind-variable::before {
  content: "V";
}

.kind-property {
  color: #db001e;
  background-color: #edbec3;
}

.kind-property::before {
  content: "P";
}

.kind-external {
  color: #0738c3;
  background-color: #bbcbea;
}

.kind-external::before {
  content: "E";
}

.hv-swagger-ui pre {
  background: initial;
  font-weight: bold;
}

.hv-swagger-ui h2 {
  font-weight: bold;
}

.hv-swagger-ui div.servers {
  line-height: 3;
}

.hv-swagger-ui code {
  color: inherit;
  border-collapse: inherit;
  border-spacing: inherit;
  background-color: inherit;
}

/*# sourceMappingURL=helpviewer.css.map */
