/* Idents for params */
.ident1 { padding-left: 11px;}
.ident2 { padding-left: 22px;}
.ident3 { padding-left: 33px;}
.ident4 { padding-left: 44px;}

/*Style of required label for parameters */
.label {
/*  background-color: #5bc0de; */
/*  display: inline;*/
/*  padding: .2em .6em .3em;*/
  font-size: 80%;
  font-weight: normal;
  line-height: 1;
  color: #FF4E02;
  text-align: center;
  white-space: normal;
  vertical-align: super;
  border-radius: .25em;
}

.md-nav__list {
  padding-left: 1rem !important;
}

.space-1 {
  padding-left: 22px;
}

[data-redoc] tr > td {
  position: relative;
  width: 50%;
  border-top: none !important;
}

[data-redoc] tr > td div {
  line-height: 14px;
}

/* left line */
[data-redoc] tr > td:last-child:not(:first-child) {
  border-bottom: 1px solid #9fb4be;
}
[data-redoc] tr > td:first-child {
  border-left: 1px solid #7c7cbb;
}
[data-redoc] tr:first-child > td:first-child,
[data-redoc] tr:last-child > td:first-child {
  border-left: none;
}
[data-redoc] tr:first-child > td:first-child:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 21px;
  height: 100%;
  width: 1px;
  background: #7c7cbb;
}
[data-redoc] tr:last-child > td:first-child:not(:last-child):before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 20px;
  width: 1px;
  background: #7c7cbb;
}
[data-redoc] tr:last-child > td:first-child:last-child::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background: #7c7cbb;
}

/* node */
[data-redoc] tr:not(:first-child):not(:last-child) > td:first-child:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 17px;
  left: 0; 
  width: 12px;
  height: 7px;
  background:
    linear-gradient(to right, #7c7cbb 20px, transparent 0) center right no-repeat,
    linear-gradient(to bottom, #7c7cbb 20px, transparent 0) top right no-repeat;
  background-size: 20px 1px, 1px 20px;
}
[data-redoc] tr:first-child > td:first-child:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 17px;
  left: 0; 
  width: 12px;
  height: 7px;
  background:
    linear-gradient(to right, #7c7cbb 20px, transparent 0) center right no-repeat,
    linear-gradient(to bottom, #7c7cbb 20px, transparent 0) top right no-repeat;
  background-size: 20px 1px, 1px 20px;
}
[data-redoc] tr:last-child > td:first-child:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 17px;
  left: 0; 
  width: 12px;
  height: 7px;
  background:
    linear-gradient(to right, #7c7cbb 20px, transparent 0) center right no-repeat,
    linear-gradient(to bottom, #7c7cbb 20px, transparent 0) top right no-repeat;
  background-size: 20px 1px, 1px 20px;
}
[data-redoc] tr:last-child > td:first-child:last-child:after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0; 
  width: 12px;
  height: 7px;
  background:
    linear-gradient(to right, #7c7cbb 20px, transparent 0) center right no-repeat,
    linear-gradient(to bottom, #7c7cbb 20px, transparent 0) top right no-repeat;
  background-size: 20px 1px, 1px 20px;
} 

/* button*/
[data-redoc] button {
  display: flex;
  align-items: center;
  height: 14px;
  cursor: pointer;
}
[data-redoc] button > svg {
  width: 16px;
  height: 16px;
  transition: transform 0.4s;
}
[data-redoc] button.fold > svg {
  transform: rotate(-90deg);
}

/* general */
.md-typeset__table {
  padding: 0 1.25rem;
}
[data-redoc] {
  border: none !important;
  overflow: visible !important;
}
[data-redoc] tr:hover {
  background-color: #ffffff !important;
}
[data-redoc] tr > td:first-child > div:not(:first-child) {
  color: #d41f1c;
}

.md-typeset__table {
  width: 100%;
}

.md-typeset__table table:not([class]) {
  display: table
}

.md-typeset__scrollwrap {
  overflow: visible;
}
