@media (min-width: 981px) {
  #documentation .et_pb_gutters3 .et_pb_column_1_4,
  #documentation .et_pb_gutters3.et_pb_row .et_pb_column_1_4 {
    width: 24.875%;
  }
  #documentation .et_pb_gutters3 .et_pb_column,
  #documentation .et_pb_gutters3.et_pb_row .et_pb_column {
    margin-right: 1.5%;
  }
}
#documentation .doc-container {
  font-family: Helvetica, Arial, Lucida, sans-serif;
  line-height: auto;
}
#documentation .doc-container h1,
#documentation .doc-container h2,
#documentation .doc-container h3,
#documentation .doc-container h4,
#documentation .doc-container h5,
#documentation .doc-container h6 {
  font-family: Helvetica, Arial, Lucida, sans-serif;
  font-weight: normal;
  padding: 0;
  letter-spacing: normal;
}
#documentation .doc-container h1 {
  margin: 26px 0 15px;
  color: #26405e;
}
#documentation .doc-container h2 {
  margin: 24px 0 15px;
}
#documentation .doc-container h3 {
  margin: 22px 0 15px;
}
#documentation .doc-container h4 {
  margin: 20px 0 15px;
}
#documentation .doc-container h5 {
  margin: 18px 0 15px;
}
#documentation .doc-container h6 {
  margin: 18px 0 15px;
}
@media (min-width: 981px) {
  #documentation .doc-container .doc-navi {
    margin-top: -60px;
    border-right: 1px solid lightgray;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 40px;
  }
}
#documentation .doc-container .doc-navi .toctree-wrapper li.open > span .fa-chevron-right {
  display: none;
}
#documentation .doc-container .doc-navi .toctree-wrapper li.open > span .fa-chevron-down {
  display: inline-block;
}
#documentation .doc-container .doc-navi .toctree-wrapper li > span {
  display: block;
  width: 32px;
  height: 28px;
  line-height: 28px;
  float: left;
  margin-left: -32px;
  text-align: center;
}
#documentation .doc-container .doc-navi .toctree-wrapper li > span .fa-chevron-down {
  display: none;
}
#documentation .doc-container .doc-navi .toctree-wrapper > ul {
  display: block !important;
}
#documentation .doc-container .doc-navi .toctree-wrapper > ul > li > ul {
  padding: 0 0 0 20px;
  font-size: 14px;
  line-height: 1.6em;
}
#documentation .doc-container .doc-navi .toctree-wrapper > ul > li > ul li > span {
  display: block;
  width: 22px;
  height: 26px;
  line-height: 26px;
  float: left;
  margin-left: -22px;
  text-align: center;
}
#documentation .doc-container .doc-navi .toctree-wrapper > ul > li > ul > li > ul {
  padding: 0 0 0 20px;
}
#documentation .doc-container .doc-navi .toctree-wrapper li.active > a {
  font-weight: bold;
}
#documentation .doc-container .doc-navi .toctree-wrapper li.active > ul {
  display: none;
}
#documentation .doc-container .doc-navi .toctree-wrapper li.active.open > ul {
  display: block;
}
#documentation .doc-container .doc-navi .toctree-wrapper ul {
  margin-bottom: 10px !important;
  margin-left: 0 !important;
  display: none;
}
#documentation .doc-container .doc-navi .toctree-wrapper ul.active {
  display: block;
}
@media (min-width: 981px) {
  #documentation .doc-container .doc-content {
    margin-top: -60px;
  }
}
#documentation .doc-container .doc-content .keyword {
  padding: 4px;
  margin-left: -8px;
  border-left: 4px solid #ddd;
  background: #eee;
  margin-bottom: 5px;
  font-family: Inconsolata,Consolas,"Source Code Pro","Courier New",Courier,monospace;
}
#documentation .doc-container .doc-content h2,
#documentation .doc-container .doc-content h3,
#documentation .doc-container .doc-content h4,
#documentation .doc-container .doc-content h5,
#documentation .doc-container .doc-content h6 {
  color: #333;
}
#documentation .doc-container .doc-content h3 {
  color: #666;
}
#documentation .doc-container .doc-content h4 {
  color: #999;
}
#documentation .doc-container .doc-content p {
  margin: 0 0 15px 0;
  padding: 0;
}
#documentation .doc-container .doc-content ul {
  margin: 0 0 15px 0 !important;
  list-style-type: square !important;
  padding-left: 20px;
}
#documentation .doc-container .doc-content ol {
  margin: 0 0 15px 0;
  padding-left: 20px;
  list-style-position: initial;
}
#documentation .doc-container .doc-content .label {
  border-radius: 4px;
  background: #eee;
  padding: 0px 9px;
  display: inline-block;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
}
#documentation .doc-container .doc-content .label.label-info {
  background: #033c73;
  color: #fff;
}
#documentation .doc-container .doc-content .label.label-success {
  background: #73a839;
  color: #fff;
}
#documentation .doc-container .doc-content code {
  margin-bottom: 0px;
  font-family: Inconsolata,Consolas,"Source Code Pro","Courier New",Courier,monospace !important;
  font-size: 14px;
  background: #f3f3f3;
  border-radius: 4px;
  padding: 0 4px;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  color: maroon;
  border: 1px solid #e8e8e8;
  color: steelblue;
}
#documentation .doc-container .doc-content pre {
  margin: 0 0 15px 0 !important;
  font-family: Inconsolata,Consolas,"Source Code Pro","Courier New",Courier,monospace !important;
  font-size: 14px;
  border-radius: 4px;
  padding: 0 4px;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  padding: 8px 10px;
  background: #eee;
}
#documentation .doc-container .doc-content pre code {
  border-radius: 0;
  background: none;
  border: 0;
  color: initial;
}
#documentation .doc-container .doc-content .note {
  border: 1px solid #efefef;
  border-radius: 4px;
  padding: 8px 10px;
  margin: 15px 0;
  background: cornsilk;
}
#documentation .doc-container .doc-content .note.admonition {
  position: relative;
}
#documentation .doc-container .doc-content .note.admonition .first.admonition-title {
  position: absolute;
  top: -10px;
  background: black;
  color: #fff;
  font-size: 10px;
  border-radius: 4px;
  padding: 5px;
  line-height: 1em;
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase;
}
#documentation .doc-container .doc-content .note.admonition p {
  margin: 0;
}
#documentation #sidebar {
  position: fixed;
  width: 30%;
  background: #26405e;
  display: none;
  bottom: 0;
  overflow-y: auto;
  overflow-x: hidden;
  font-size: 14px;
  padding: 20px;
  z-index: 1;
}
@media only screen and (min-width: 980px) {
  #documentation #sidebar {
    top: 102px;
    display: block;
  }
}
@media only screen and (min-width: 1214px) {
  #documentation #sidebar {
    top: 104px;
    width: 400px;
  }
}
#documentation #sidebar .nav li {
  float: left;
  margin-right: 2px;
  color: #fff;
  padding: 18px;
  display: block;
  font-size: 18px;
}
#documentation #sidebar .nav li.active {
  background: white;
  color: inherit;
  font-weight: bold;
}
#documentation #sidebar .tab-content {
	clear:both;
}
#documentation #sidebar .tab-pane {
  display: none;
}
#documentation #sidebar .tab-pane.active {
  display: block;
}
#documentation #sidebar table.summary {
  width: 100%;
  background: #fff;
}
#documentation #sidebar table.summary td {
  padding: 5px 5px;
  border-bottom: 1px solid #eee;
  line-height: 1.6em;
  vertical-align: top;
}
#documentation #sidebar table.summary tr:first-child td {
  border-top: 20px solid white;
}
#documentation #sidebar table.summary tr td:first-child {
  border-left: 10px solid white;
}
#documentation #sidebar table.summary tr td:last-child {
  border-right: 10px solid white;
}
#documentation #sidebar #tab-keywords {
  background: white;
  padding: 20px;
}
#documentation #sidebar #tab-keywords a.list-group-item {
  position: relative;
  display: block;
  padding: 10px 0px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left: 0;
  border-right: 0;
}
#documentation #sidebar #tab-keywords input {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#documentation #sidebar #tab-keywords label {
  display: block;
  clear: both;
}
#documentation #page-wrapper {
  margin-top: 0;
  padding: 20px 20px;
}
@media only screen and (min-width: 980px) {
  #documentation #page-wrapper {
    margin-left: 30%;
    padding: 60px 80px;
    max-width: 960px;
    top: 102px;
	padding-top: 102px;
  }
}
@media only screen and (min-width: 1214px) {
  #documentation #page-wrapper {
    top: 104px;
	padding-top: 140px;
    margin-left: 400px;
  }
}
#documentation .onepagenav {
  background: #fff;
  border-bottom: 1px solid #eee;
  margin: 0;
  margin-top: -15px;
  margin-left: -20px;
  margin-right: -20px;
  padding: 0 20px;
  /* list-style: none; */
}
@media only screen and (min-width: 980px) {
  #documentation .onepagenav {
    margin: 0;
    position: fixed;
    box-shadow: 0 0 15px -6px;
    top: 101px;
    left: 30%;
    padding: 0 0 0 80px;
    right: 0;
  }

}
@media only screen and (min-width: 1214px) {
  #documentation .onepagenav {
    top: 103px;
    left: 400px;
  }
  .admin-bar #documentation .onepagenav {
    top:135px;
  }
}
#documentation .onepagenav ul {
  margin: 0 !important;
  padding: 0;
  margin-left: -10px !important;
}
#documentation .onepagenav ul li {
  list-style-type: none;
  float: left;
}
#documentation .onepagenav ul li a {
  display: block;
  padding: 10px;
}
.admin-bar #documentation #sidebar {
  top: 136px;
}
#documentation.onepage .doc-container p {
  font-family: Inconsolata,Consolas,"Source Code Pro","Courier New",Courier,monospace, Courier;
  font-size: 14px;
  line-height: 1.6em;
}
#documentation.onepage .doc-container a.anchor {
  display: block;
  position: relative;
  top: -50px;
  visibility: hidden;
}
#documentation.onepage .doc-container .table th,
#documentation.onepage .doc-container .table td.pagination-centered {
  text-align: center;
}
#documentation.onepage .doc-container .comment {
  color: #888;
}
#documentation.onepage .doc-container small,
#documentation.onepage .doc-container .small {
  color: #888;
}
#documentation.onepage .doc-container .level1 {
  font-size: 125%;
}
#documentation.onepage .doc-container .sublevels {
  border-left: 1px solid #ccc;
  padding-left: 10px;
}
#documentation.onepage .doc-container .label-see-also {
  background-color: #999;
}
#documentation.onepage .doc-container .label-disabled {
  background-color: #ccc;
}
#documentation.onepage .doc-container h5 {
  text-decoration: underline;
}
#documentation.onepage .doc-container .example-desc {
  border-bottom: 1px solid #ccc;
  margin-bottom: 18px;
}
#documentation.onepage .doc-container .noheight {
  min-height: 0 !important;
}
#documentation.onepage .doc-container .separator {
  margin-bottom: 18px;
}
#documentation.onepage .doc-container .table {
  border-collapse: collapse !important;
}
#documentation.onepage .doc-container .table td,
#documentation.onepage .doc-container .table th {
  background-color: #fff !important;
}
#documentation.onepage .doc-container .table-bordered th,
#documentation.onepage .doc-container .table-bordered td {
  border: 1px solid #ddd !important;
}
#documentation.onepage .doc-container .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
#documentation.onepage .doc-container .table th,
#documentation.onepage .doc-container .table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #e9ecef;
}
#documentation.onepage .doc-container .table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #e9ecef;
}
#documentation.onepage .doc-container .table tbody + tbody {
  border-top: 2px solid #e9ecef;
}
#documentation.onepage .doc-container .table .table {
  background-color: #fff;
}
#documentation.onepage .doc-container .table-sm th,
#documentation.onepage .doc-container .table-sm td {
  padding: 0.3rem;
}
#documentation.onepage .doc-container .table-bordered {
  border: 1px solid #e9ecef;
}
#documentation.onepage .doc-container .table-bordered th,
#documentation.onepage .doc-container .table-bordered td {
  border: 1px solid #e9ecef;
}
#documentation.onepage .doc-container .table-bordered thead th,
#documentation.onepage .doc-container .table-bordered thead td {
  border-bottom-width: 2px;
}
#documentation.onepage .doc-container .table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
#documentation.onepage .doc-container .table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
#documentation.onepage .doc-container .table-primary,
#documentation.onepage .doc-container .table-primary > th,
#documentation.onepage .doc-container .table-primary > td {
  background-color: #b8daff;
}
#documentation.onepage .doc-container .table-hover .table-primary:hover {
  background-color: #9fcdff;
}
#documentation.onepage .doc-container .table-hover .table-primary:hover > td,
#documentation.onepage .doc-container .table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}
#documentation.onepage .doc-container .table-secondary,
#documentation.onepage .doc-container .table-secondary > th,
#documentation.onepage .doc-container .table-secondary > td {
  background-color: #dddfe2;
}
#documentation.onepage .doc-container .table-hover .table-secondary:hover {
  background-color: #cfd2d6;
}
#documentation.onepage .doc-container .table-hover .table-secondary:hover > td,
#documentation.onepage .doc-container .table-hover .table-secondary:hover > th {
  background-color: #cfd2d6;
}
#documentation.onepage .doc-container .table-success,
#documentation.onepage .doc-container .table-success > th,
#documentation.onepage .doc-container .table-success > td {
  background-color: #c3e6cb;
}
#documentation.onepage .doc-container .table-hover .table-success:hover {
  background-color: #b1dfbb;
}
#documentation.onepage .doc-container .table-hover .table-success:hover > td,
#documentation.onepage .doc-container .table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}
#documentation.onepage .doc-container .table-info,
#documentation.onepage .doc-container .table-info > th,
#documentation.onepage .doc-container .table-info > td {
  background-color: #bee5eb;
}
#documentation.onepage .doc-container .table-hover .table-info:hover {
  background-color: #abdde5;
}
#documentation.onepage .doc-container .table-hover .table-info:hover > td,
#documentation.onepage .doc-container .table-hover .table-info:hover > th {
  background-color: #abdde5;
}
#documentation.onepage .doc-container .table-warning,
#documentation.onepage .doc-container .table-warning > th,
#documentation.onepage .doc-container .table-warning > td {
  background-color: #ffeeba;
}
#documentation.onepage .doc-container .table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
#documentation.onepage .doc-container .table-hover .table-warning:hover > td,
#documentation.onepage .doc-container .table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}
#documentation.onepage .doc-container .table-danger,
#documentation.onepage .doc-container .table-danger > th,
#documentation.onepage .doc-container .table-danger > td {
  background-color: #f5c6cb;
}
#documentation.onepage .doc-container .table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
#documentation.onepage .doc-container .table-hover .table-danger:hover > td,
#documentation.onepage .doc-container .table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}
#documentation.onepage .doc-container .table-light,
#documentation.onepage .doc-container .table-light > th,
#documentation.onepage .doc-container .table-light > td {
  background-color: #fdfdfe;
}
#documentation.onepage .doc-container .table-hover .table-light:hover {
  background-color: #ececf6;
}
#documentation.onepage .doc-container .table-hover .table-light:hover > td,
#documentation.onepage .doc-container .table-hover .table-light:hover > th {
  background-color: #ececf6;
}
#documentation.onepage .doc-container .table-dark,
#documentation.onepage .doc-container .table-dark > th,
#documentation.onepage .doc-container .table-dark > td {
  background-color: #c6c8ca;
}
#documentation.onepage .doc-container .table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
#documentation.onepage .doc-container .table-hover .table-dark:hover > td,
#documentation.onepage .doc-container .table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}
#documentation.onepage .doc-container .table-active,
#documentation.onepage .doc-container .table-active > th,
#documentation.onepage .doc-container .table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}
#documentation.onepage .doc-container .table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
#documentation.onepage .doc-container .table-hover .table-active:hover > td,
#documentation.onepage .doc-container .table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}
#documentation.onepage .doc-container .table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}
#documentation.onepage .doc-container .table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #e9ecef;
}
#documentation.onepage .doc-container .table-dark {
  color: #fff;
  background-color: #212529;
}
#documentation.onepage .doc-container .table-dark th,
#documentation.onepage .doc-container .table-dark td,
#documentation.onepage .doc-container .table-dark thead th {
  border-color: #32383e;
}
#documentation.onepage .doc-container .table-dark.table-bordered {
  border: 0;
}
#documentation.onepage .doc-container .table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
#documentation.onepage .doc-container .table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}
#documentation.onepage #left-area ol,
#documentation.onepage .comment-content ol,
#documentation.onepage .entry-content ol,
#documentation.onepage body.et-pb-preview #main-content .container ol {
  list-style-position: initial;
}
#documentation.onepage #sidebar p {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    padding: 0;
    margin: 0;
}


#documentation.onepage .doc-container .doc-content .dropdown-menu > li {
    white-space: nowrap;
    list-style-type: none !important;
}

#documentation.onepage .doc-container .doc-content .dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #999999;
    white-space: nowrap;
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;
}
#documentation.onepage .doc-container .doc-content .dropdown-menu > li > a:hover,
#documentation.onepage .doc-container .doc-content .dropdown-menu > li > a:focus {
      text-decoration: none;
      color: #ffffff;
      background-color: #2fa4e7
    }
#documentation.onepage .doc-container .doc-content .dropdown-menu > .active > a,
#documentation.onepage .doc-container .doc-content .dropdown-menu > .active > a:hover,
#documentation.onepage .doc-container .doc-content .dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #2fa4e7
}
#documentation.onepage .doc-container .doc-content .dropdown-menu > .disabled > a,
#documentation.onepage .doc-container .doc-content .dropdown-menu > .disabled > a:hover,
#documentation.onepage .doc-container .doc-content .dropdown-menu > .disabled > a:focus {
  color: #999999
}
#documentation.onepage .doc-container .doc-content .dropdown-menu > .disabled > a:hover,
#documentation.onepage .doc-container .doc-content .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed
}
#documentation.onepage .doc-container .doc-content .open > .dropdown-menu {
  display: block;
  list-style-type: none !important;
}
#documentation.onepage .doc-container .doc-content .open > a {
  outline: 0
}

#documentation.onepage .doc-container .doc-content ul.dropdown-menu {
    display: none;
    	    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

#documentation.onepage .doc-container .doc-content .dropdown:hover ul.dropdown-menu {
	display:block;
}


#documentation.onepage .doc-container .doc-content .dropdown {
    position: relative;
}

#documentation.onepage .doc-container .doc-content span.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

#documentation.onepage .doc-container .doc-content .text {
    font-family: Inconsolata,Consolas,"Source Code Pro","Courier New",Courier,monospace;
    font-size: 14px;
    line-height: 1.6em;
    white-space: pre-wrap;
    margin-bottom: 20px;
}

#documentation.onepage .doc-container .doc-content .page-header {
    margin-bottom: 20px;
   margin-top: 20px;
}

#documentation.onepage .doc-container .doc-content .label.label-warning {
	background:#f0ad4e;
	color:#fff;
}

#documentation.onepage .doc-container .doc-content table .label {
	line-height:20px;
}

#documentation.onepage .doc-container {
  line-height: 1.2em;
}

#documentation.onepage .doc-container .doc-content pre {
	padding: 15px;
}

#documentation.onepage .doc-container .doc-content .separator {
	    padding-top: 15px;
    border-top: 1px dotted #ccc;
}

#documentation.onepage .doc-container a.anchor {
	top:-160px;
}

#documentation .doc-container .doc-content pre.prettyprint {
	color: #fff;
    border-top: 1px solid #000;
    border-radius: 0;
    background: #0c151e;
}
#documentation .doc-container .doc-content pre.prettyprint code {
	color:#fff;
}
#documentation .doc-container .doc-content pre.prettyprint a {
	color: #00a0d2;
}
#documentation .doc-container .doc-content .separator {
    padding-top: 15px;
    border-top: 1px dotted #ccc;
    background: #f8f8f8;
    padding: 15px;
}

#documentation.onepage .doc-container .doc-content .label {
    line-height: 28px;
    border-radius: 0;
}

#documentation.onepage .doc-container pre .comment {
    color: lightsteelblue;
}

#documentation .onepagenav {
	z-index: 1;
}
#documentation.onepage #sidebar > p {
    display: none;
}


@media (max-width: 800px) {
    #sidebar {
        display:none !important;
    }
}
.documentation-template-default #main-footer {
  display: none; }
.postid-148211.documentation-template-default #main-footer,
.postid-148201.documentation-template-default #main-footer,
.postid-13260.documentation-template-default #main-footer {
	display: block;
}
.postid-13261.documentation-template-default #main-footer,
.postid-148191.documentation-template-default #main-footer,
.postid-148181.documentation-template-default #main-footer {
	display: block;
}
.documentation-template-default #et-main-area {
  position: relative; }

@media (max-width: 981px) {
  #main-header.expanded {
    display: none; } }

#haproxydocs {
  /* Default tags settings */
  /* Headings */
  /* Lists */
  /* Tables */
  /* Pre and codes */ }
  #haproxydocs h1, #haproxydocs h2, #haproxydocs h3, #haproxydocs h4, #haproxydocs h5, #haproxydocs h6 {
    font-family: "Open Sans", sans-serif;
    font-weight: 100;
    margin: 0 0 20px;
    padding: 0;
    font-family: Helvetica,Arial,Lucida,sans-serif;
    font-weight: normal;
    padding: 0;
    letter-spacing: normal;
    margin-bottom: 15px; }
  #haproxydocs h1 {
    font-size: 34px; }
  #haproxydocs h2 {
    margin-top: 30px;
    font-size: 32px; }
  #haproxydocs h3 {
    margin-top: 30px;
    font-size: 28px; }
  #haproxydocs h4 {
    margin-top: 26px;
    font-size: 24px; }
  #haproxydocs ul {
    padding: 0 !important; }
  #haproxydocs ol {
    list-style-position: outside; }
  #haproxydocs ul, #haproxydocs ol {
    margin: 15px 0; }
    #haproxydocs ul li > p:first-child, #haproxydocs ol li > p:first-child {
      margin-top: 0; }
    #haproxydocs ul li > p:last-child, #haproxydocs ol li > p:last-child {
      margin-bottom: 0; }
  #haproxydocs table {
    font-size: 12px;
    border: none;
    margin: 15px 0 30px; }
    #haproxydocs table th {
      border-top: 0;
      border-left: 0;
      border-right: 0;
      border-bottom: 0;
      color: #0052A5; }
    #haproxydocs table thead > tr > th {
      padding: 4px 15px; }
      #haproxydocs table thead > tr > th:first-child {
        padding-left: 0; }
    #haproxydocs table tbody > tr:first-child > td,
    #haproxydocs table tbody > tr:first-child > th {
      border-top: 2px solid #0052A5; }
    #haproxydocs table tbody > tr > th {
      padding: 6px 15px;
      border-bottom: 2px solid #eee !important; }
      #haproxydocs table tbody > tr > th:first-child {
        padding-left: 0; }
    #haproxydocs table tbody > tr > td {
      padding: 6px 15px;
      border-left: none;
      border-right: none;
      border-bottom: 2px solid #eee !important; }
      #haproxydocs table tbody > tr > td:first-child {
        padding-left: 0; }
      #haproxydocs table tbody > tr > td tbody > tr:first-child > td {
        border-top: 2px solid #333; }
      #haproxydocs table tbody > tr > td p:first-child {
        margin-top: 0; }
      #haproxydocs table tbody > tr > td table:first-child {
        margin-top: 0; }
  #haproxydocs pre {
    padding: 5px 15px;
    margin: 15px -15px;
    border-radius: 4px;
    box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.2);
    overflow: scroll;
    font-family: Inconsolata,Consolas,"Source Code Pro","Courier New",Courier,monospace;
    background: #fff;
    border: 1px solid #ececec;
    background: #222;
    border: 4px solid #009D6D;
    color: #D9EBF9; }
  #haproxydocs code {
    display: inline;
    color: #fff;
    background: #009D6D;
    padding: 2px 4px;
    border: 1px solid #00d090;
    border-radius: 4px;
    font-family: Inconsolata, Consolas, "Source Code Pro", "Courier New", Courier, monospace; }
  #haproxydocs p {
    margin: 15px 0;
    padding: 0; }
  #haproxydocs .device {
    float: left;
    width: 50%; }
  #haproxydocs .figure {
    text-align: center;
    margin: 15px 0;
    font-size: 12px;
    font-style: italic;
    font-style: bold; }
  #haproxydocs .gui {
    border: 1px solid #ccc;
    display: inline-block;
    border-radius: 6px;
    padding: 0 8px; }
  #haproxydocs span.strike {
    text-decoration: line-through; }
  #haproxydocs .output pre {
    border: 4px solid #4B4377; }
  #haproxydocs .docnavigation {
    position: fixed;
    z-index: 1100;
    top: 0;
    bottom: 0;
    left: -100%;
    width: 100%;
    overflow-y: auto;
    overflow-x: visible;
    border-right: 1px dotted #ccc;
    padding: 0 40px;
    background: #fff;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
    display: block; }
    @media (min-width: 982px) {
      #haproxydocs .docnavigation {
        width: 260px;
        top: 101px;
        left: 0;
        padding-bottom: 44px; }
      .admin-bar #haproxydocs .docnavigation {
        top:136px;
      }
       }
    @media (min-width: 1216px) {
      #haproxydocs .docnavigation {
        top: 103px; }
      .admin-bar #haproxydocs .docnavigation {
        top:138px;
      }
      }
    @media (max-width: 981px) {
      #haproxydocs .docnavigation.expanded {
        left: 0%;
        width: 80%; } }
    @media (min-width: 982px) {
      #haproxydocs .docnavigation #searchform {
        margin-bottom: -15px;
        margin-left: -40px;
        margin-right: -40px;
        position: relative; } }
    @media (min-width: 982px) {
      #haproxydocs .docnavigation #searchform:hover .searchicon, #haproxydocs .docnavigation #searchform:focus .searchicon, #haproxydocs .docnavigation #searchform:active .searchicon {
        color: #123E67; } }
    @media (min-width: 982px) {
      #haproxydocs .docnavigation #searchform .searchicon {
        color: #123E67;
        display: block;
        position: absolute;
        top: 4px;
        width: 38px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        font-size: 12px;
        z-index: -1; } }
    #haproxydocs .docnavigation #searchform .search-field {
      padding: 0;
      box-shadow: none;
      font-size: 12px;
      background: transparent;
      border-bottom: 1px solid #eee;
      border-radius: 0;
      border: none;
      width: 100%;
      margin-left: -19px;
      /* background: #000; */
      padding: 10px 10px 10px 30px;
      }
      @media (min-width: 982px) {
        #haproxydocs .docnavigation #searchform .search-field {
          border-top: 4px solid #123E67;
          border-right: 1px solid #eee;
          border-bottom: none;
          border-left: none;
          padding: 0 15px 0 38px;
          height: 39px;
          width: 100%;
          margin-left:0; }
          #haproxydocs .docnavigation #searchform .search-field:hover, #haproxydocs .docnavigation #searchform .search-field:focus, #haproxydocs .docnavigation #searchform .search-field:active {
            color: #333;
            border-top: 4px solid #123E67;
            border-bottom: 0 !important; } }
      #haproxydocs .docnavigation #searchform .search-field:hover, #haproxydocs .docnavigation #searchform .search-field:focus, #haproxydocs .docnavigation #searchform .search-field:active {
        color: #333;
        border-bottom: 1px solid #123E67; }
    #haproxydocs .docnavigation .toctree-wrapper > ul {
      margin-bottom: 0;
      border-bottom: 4px solid #eee;
      border-top: 4px solid #eee; }
      #haproxydocs .docnavigation .toctree-wrapper > ul > li.issubmenu.active.open {
        box-shadow: inset 0 -8px 0px rgba(255, 255, 255, 0.2); }
      #haproxydocs .docnavigation .toctree-wrapper > ul > li {
        padding-right: 0;
        border-top: 1px solid #eee;
        box-shadow: inset 0 1px 0px #fff;
        font-size: 12px; }
        #haproxydocs .docnavigation .toctree-wrapper > ul > li:hover {
          background: #123E67; }
          #haproxydocs .docnavigation .toctree-wrapper > ul > li:hover > span {
            color: #fff; }
            #haproxydocs .docnavigation .toctree-wrapper > ul > li:hover > span:hover {
              color: #1ea4ff; }
          #haproxydocs .docnavigation .toctree-wrapper > ul > li:hover > a {
            color: #fff; }
        #haproxydocs .docnavigation .toctree-wrapper > ul > li li {
          padding-right: 20px; }
        #haproxydocs .docnavigation .toctree-wrapper > ul > li > span {
          height: 35px;
          line-height: 35px;
          top: 0;
          color: #123E67; }
          #haproxydocs .docnavigation .toctree-wrapper > ul > li > span:hover {
            color: #123E67; }
        #haproxydocs .docnavigation .toctree-wrapper > ul > li.open {
          border-top: 1px solid #eee;
          box-shadow: 0 0 1px #fff; }
          #haproxydocs .docnavigation .toctree-wrapper > ul > li.open > span {
            line-height: 34px;
            color: #123E67; }
            #haproxydocs .docnavigation .toctree-wrapper > ul > li.open > span:hover {
              color: #006DB7; }
          #haproxydocs .docnavigation .toctree-wrapper > ul > li.open > a:hover {
            color: #3f6da4; }
          #haproxydocs .docnavigation .toctree-wrapper > ul > li.open:hover {
            background: #f7f7f7; }
            #haproxydocs .docnavigation .toctree-wrapper > ul > li.open:hover > a {
              color: #333; }
              #haproxydocs .docnavigation .toctree-wrapper > ul > li.open:hover > a:hover {
                color: #3f6da4; }
        #haproxydocs .docnavigation .toctree-wrapper > ul > li.open.active:hover {
          background: #123E67; }
          #haproxydocs .docnavigation .toctree-wrapper > ul > li.open.active:hover > a {
            color: #fff; }
        #haproxydocs .docnavigation .toctree-wrapper > ul > li.open.active > a:hover {
          color: #fff; }
        #haproxydocs .docnavigation .toctree-wrapper > ul > li > a {
          display: block;
          padding: 8px 8px 8px 40px;
          margin: -8px 0 -8px -40px; }
          #haproxydocs .docnavigation .toctree-wrapper > ul > li > a:hover {
            text-decoration: none;
            color: #fff; }
    #haproxydocs .docnavigation ul {
      list-style-type: none;
      padding: 0;
      margin: 15px -40px; }
      #haproxydocs .docnavigation ul > li {
        padding: 2px 0;
        position: relative;
        font-size: 14px;
        line-height: 1.5em;
        background: #f7f7f7;
        padding: 8px 40px; }
        #haproxydocs .docnavigation ul > li li {
          border-top: none; }
        #haproxydocs .docnavigation ul > li > a {
          color: #333;
          display: block;
          padding: 0 0; }
          #haproxydocs .docnavigation ul > li > a:hover {
            color: #0052A5;
            text-decoration: underline; }
        #haproxydocs .docnavigation ul > li.active {
          background: #123E67; }
          #haproxydocs .docnavigation ul > li.active ul li {
            background: #123E67; }
            #haproxydocs .docnavigation ul > li.active ul li a {
              color: #fff; }
          #haproxydocs .docnavigation ul > li.active span {
            color: #fff !important; }
          #haproxydocs .docnavigation ul > li.active > a {
            color: #fff;
            font-weight: bold; }
        #haproxydocs .docnavigation ul > li > span {
          display: block;
          /* margin-left: -17px; */
          position: absolute;
          left: 0;
          width: 40px;
          text-align: center;
          cursor: pointer; }
          #haproxydocs .docnavigation ul > li > span:hover {
            color: #006DB7; }
          #haproxydocs .docnavigation ul > li > span .fa-chevron-down {
            display: none; }
          #haproxydocs .docnavigation ul > li > span .fa-chevron-right {
            display: inline-block; }
        #haproxydocs .docnavigation ul > li.open > span .fa-chevron-down {
          display: inline-block; }
        #haproxydocs .docnavigation ul > li.open > span .fa-chevron-right {
          display: none; }
        #haproxydocs .docnavigation ul > li.open > ul {
          display: block; }
        #haproxydocs .docnavigation ul > li > ul {
          display: none;
          margin: 15px 10px 10px 15px;
          margin: 15px 0; }
          #haproxydocs .docnavigation ul > li > ul > li {
            font-size: 13px;
            padding: 4px 0; }
            #haproxydocs .docnavigation ul > li > ul > li > span {
              left: -20px;
              width: 20px; }
            #haproxydocs .docnavigation ul > li > ul > li > ul {
              margin: 8px 0; }
              #haproxydocs .docnavigation ul > li > ul > li > ul > li {
                padding: 4px 15px; }
    #haproxydocs .docnavigation h1 {
      font-size: 12px;
      font-weight: bold;
      margin-top: 20px; }
  #haproxydocs .doccontent {
    margin: 0 auto;
    max-width: 760px;
    padding: 20px 40px 20px 60px; }
    #haproxydocs .doccontent > .mobmenu {
      display: none; }
    @media (max-width: 981px) {
      #haproxydocs .doccontent > .mobmenu {
        width: 40px;
        height: 60px;
        position: fixed;
        display: table;
        vertical-align: middle;
        left: 0px;
        background: #eee;
        top: 50%;
        margin-top: -30px;
        cursor: pointer;
        color: #333;
        font-size: 20px; }
        #haproxydocs .doccontent > .mobmenu:hover {
          background: #123E67;
          color: #fff; }
        #haproxydocs .doccontent > .mobmenu > span {
          display: table-cell;
          vertical-align: middle;
          text-align: center; }
        #haproxydocs .doccontent > .mobmenu .fa-chevron-left {
          display: none; }
        #haproxydocs .doccontent > .mobmenu.expanded {
          left: 80%;
          right: 0;
          width: 20%;
          z-index: 1000;
          height: 100%;
          top: 0;
          margin-top: 0;
          line-height: 100%; }
          #haproxydocs .doccontent > .mobmenu.expanded .fa-chevron-right {
            display: none; }
          #haproxydocs .doccontent > .mobmenu.expanded .fa-chevron-left {
            display: inline; } }
    @media (min-width: 982px) {
      #haproxydocs .doccontent {
        margin-left: 260px; } }
    @media (min-width: 1340px) {
      #haproxydocs .doccontent {
        max-width: 100%;
        margin-right: 320px;
        padding-left: 8%;
        padding-right: 8%; } }
    #haproxydocs .doccontent .sec-ico {
      width: 96px;
      margin: 0 15px 15px 0;
      float: left; }
    #haproxydocs .doccontent h2, #haproxydocs .doccontent h3, #haproxydocs .doccontent h4 {
      margin-bottom: 30px; }
    #haproxydocs .doccontent .examples.container,
    #haproxydocs .doccontent .example.container,
    #haproxydocs .doccontent .output.container,
    #haproxydocs .doccontent .outputs.container {
      width: 100%;
      background: #eee;
      padding: 5px 25px;
      border-top: 4px solid #009D6D;
      font-size: 14px;
      margin: 15px 0; }
    #haproxydocs .doccontent .output.container,
    #haproxydocs .doccontent .outputs.container {
      width: 100%;
      background: #eee;
      padding: 5px 25px;
      border-top: 4px solid #4B4377;
      font-size: 14px;
      margin: 15px 0; }
    #haproxydocs .doccontent .examples.container::before {
      content: "Examples" !important;
      position: absolute;
      top: 0px;
      background: #009D6D !important;
      color: #fff;
      font-size: 10px;
      font-weight: bold;
      display: block;
      padding: 0 8px;
      line-height: 18px; }
    #haproxydocs .doccontent .example.container::before {
      content: "Example" !important;
      position: absolute;
      top: 0px;
      background: #009D6D !important;
      color: #fff;
      font-size: 10px;
      font-weight: bold;
      display: block;
      padding: 0 8px;
      line-height: 18px; }
    #haproxydocs .doccontent .output.container::before {
      content: "Output" !important;
      position: absolute;
      top: 0px;
      background: #4B4377 !important;
      color: #fff;
      font-size: 10px;
      font-weight: bold;
      display: block;
      padding: 0 8px;
      line-height: 18px; }
    #haproxydocs .doccontent .outputs.container::before {
      content: "Outputs" !important;
      position: absolute;
      top: 0px;
      background: #4B4377 !important;
      color: #fff;
      font-size: 10px;
      font-weight: bold;
      display: block;
      padding: 0 8px;
      line-height: 18px; }
    #haproxydocs .doccontent h1 {
      margin-top: 20px; }
    #haproxydocs .doccontent .section ol,
    #haproxydocs .doccontent .post-content ol {
      padding-left: 25px; }
      #haproxydocs .doccontent .section ol ul,
      #haproxydocs .doccontent .post-content ol ul {
        padding-left: 25px; }
    #haproxydocs .doccontent .section ul,
    #haproxydocs .doccontent .post-content ul {
      list-style-type: none; }
      #haproxydocs .doccontent .section ul > li,
      #haproxydocs .doccontent .post-content ul > li {
        border-left: 2px solid #ccc;
        margin: 4px 0;
        padding: 0 0 0 10px; }
        #haproxydocs .doccontent .section ul > li:hover,
        #haproxydocs .doccontent .post-content ul > li:hover {
          border-left: 2px solid #003972; }
    #haproxydocs .doccontent .section dl,
    #haproxydocs .doccontent .post-content dl {
      margin-bottom: 15px; }
      #haproxydocs .doccontent .section dl dd,
      #haproxydocs .doccontent .post-content dl dd {
        margin-left: 0;
        margin-bottom: 15px; }
        #haproxydocs .doccontent .section dl dd > p:first-child, #haproxydocs .doccontent .section dl dd > ul:first-child, #haproxydocs .doccontent .section dl dd > table:first-child,
        #haproxydocs .doccontent .post-content dl dd > p:first-child,
        #haproxydocs .doccontent .post-content dl dd > ul:first-child,
        #haproxydocs .doccontent .post-content dl dd > table:first-child {
          margin-top: 0 !important; }
    #haproxydocs .doccontent .section ul li dl,
    #haproxydocs .doccontent .post-content ul li dl {
      margin-bottom: 15px; }
      #haproxydocs .doccontent .section ul li dl dd,
      #haproxydocs .doccontent .post-content ul li dl dd {
        margin-left: 0;
        margin-bottom: 0; }
    #haproxydocs .doccontent .post {
      max-width: 780px;
      padding: 0 0 100px; }
    #haproxydocs .doccontent .contents.topic {
      display: none;
      overflow: auto;
      position: fixed;
      top: 104px;
      /* right: 20px; */
      /* width: 20%; */
      padding: 20px;
      left: 1020px;
      right: 0;
      bottom: 0; }
      @media (min-width: 1280px) {
        #haproxydocs .doccontent .contents.topic {
          display: block; } }
      @media (min-width: 1340px) {
        #haproxydocs .doccontent .contents.topic {
          width: 320px;
          right: 0;
          left: auto; } }
      #haproxydocs .doccontent .contents.topic > ul {
        max-width: 360px; }
      #haproxydocs .doccontent .contents.topic.hidden {
        display: none; }
      #haproxydocs .doccontent .contents.topic .topic-title {
        font-weight: bold;
        max-width: 360px;
        font-size: 16px;
        margin: 0 0 0 -7px;
        padding: 10px 13px;
        border-left: 2px solid #eee; }
        #haproxydocs .doccontent .contents.topic .topic-title a {
          color: #333; }
      #haproxydocs .doccontent .contents.topic ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
        font-size: 16px;
        display: none; }
        #haproxydocs .doccontent .contents.topic ul li {
          padding: 0;
          border-left: none;
          margin: 0; }
          #haproxydocs .doccontent .contents.topic ul li.entered > ul {
            display: block; }
          #haproxydocs .doccontent .contents.topic ul li.entered > a {
            font-weight: bold;
            color: #123E67;
            border-left-color: #123E67; }
            #haproxydocs .doccontent .contents.topic ul li.entered > a:before {
              content: " ";
              display: block;
              background: #009D6D;
              border-radius: 6px;
              width: 8px;
              height: 8px;
              top: 50%;
              left: -5px;
              margin-top: -4px;
              position: absolute; }
            #haproxydocs .doccontent .contents.topic ul li.entered > a:after {
              content: " ";
              display: block;
              background: #fff;
              border-radius: 6px;
              width: 4px;
              height: 4px;
              top: 50%;
              left: -3px;
              margin-top: -2px;
              position: absolute; }
          #haproxydocs .doccontent .contents.topic ul li a {
            border-left: 2px solid #eee;
            display: block;
            position: relative;
            padding: 4px 10px 4px 13px;
            color: #333;
            text-decoration: none; }
            #haproxydocs .doccontent .contents.topic ul li a:hover {
              color: #123E67;
              border-left-color: #123E67; }
              #haproxydocs .doccontent .contents.topic ul li a:hover:before {
                content: " ";
                display: block;
                background: #123E67;
                border-radius: 6px;
                width: 8px;
                height: 8px;
                top: 50%;
                left: -5px;
                margin-top: -4px;
                position: absolute; }
              #haproxydocs .doccontent .contents.topic ul li a:hover:after {
                content: " ";
                display: block;
                background: #fff;
                border-radius: 6px;
                width: 4px;
                height: 4px;
                top: 50%;
                left: -3px;
                margin-top: -2px;
                position: absolute; }
          #haproxydocs .doccontent .contents.topic ul li > ul {
            font-size: 14px; }
            #haproxydocs .doccontent .contents.topic ul li > ul > li > a {
              padding-left: 25px; }
            #haproxydocs .doccontent .contents.topic ul li > ul > li > ul {
              font-size: 12px; }
              #haproxydocs .doccontent .contents.topic ul li > ul > li > ul > li > a {
                padding-left: 35px; }
              #haproxydocs .doccontent .contents.topic ul li > ul > li > ul > li > ul > li > a {
                padding-left: 45px; }
      #haproxydocs .doccontent .contents.topic > ul {
        margin-left: -7px;
        display: block; }
  #haproxydocs p.button a {
    border: 1px solid;
    display: inline-block;
    padding: 10px 20px; }
  #haproxydocs .section {
    border-top: 1px dotted #ccc;
    padding: 20px 15px 0;
    margin: 30px -15px 0; }
    #haproxydocs .section > .sectionanchor {
      display: block;
      border-right: 2px solid #009D6D;
      line-height: 30px;
      text-align: center;
      width: 30px;
      height: 30px;
      color: #333;
      float: left;
      margin-left: -50px;
      margin-top: 30px; }
      #haproxydocs .section > .sectionanchor:hover {
        color: #009D6D; }
      @media (max-width: 800px) {
        #haproxydocs .section > .sectionanchor {
          display: none !important; } }
    #haproxydocs .section > .section > .sectionanchor {
      display: block;
      margin-top: 29px; }
    #haproxydocs .section > .section > .section > .sectionanchor {
      display: block;
      margin-top: 23px; }
    #haproxydocs .section > .section > .section > .section > .sectionanchor {
      display: none; }
    #haproxydocs .section .section {
      border-top: 0;
      margin: 0;
      border-top: 0;
      padding: 10px 0 1px; }
  #haproxydocs .admonition {
    border-top: 16px solid;
    position: relative;
    margin: 15px 0;
    padding: 1px 25px;
    border-radius: 0 0 6px 6px;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    padding: 5px 20px;
    border-top: 4px solid;
    font-size: 14px;
    margin: 15px 0; }
    #haproxydocs .admonition a {
      color: inherit;
      text-decoration: underline; }
    #haproxydocs .admonition .admonition-title {
      background: #000;
      position: absolute;
      margin: 0;
      top: -20px;
      font-size: 10px;
      line-height: 20px;
      padding: 0 10px;
      font-weight: bold;
      text-transform: uppercase;
      position: absolute;
      top: 0px;
      font-size: 10px;
      font-weight: bold;
      display: block;
      padding: 0 8px;
      line-height: 18px; }
    #haproxydocs .admonition.note {
      background-color: #f7fbff;
      background: #fff;
      border-color: #003972; }
      #haproxydocs .admonition.note .admonition-title {
        background: #0052A5;
        color: #fff; }
    #haproxydocs .admonition.warning, #haproxydocs .admonition.attention, #haproxydocs .admonition.caution {
      background-color: #fffffe;
      background: #fff;
      border-color: #da9005; }
      #haproxydocs .admonition.warning .admonition-title, #haproxydocs .admonition.attention .admonition-title, #haproxydocs .admonition.caution .admonition-title {
        background: #FAAB18;
        color: #fff; }
    #haproxydocs .admonition.danger, #haproxydocs .admonition.error, #haproxydocs .admonition.important {
      background-color: #fbeaea;
      background: #fff;
      border-color: #a81f20; }
      #haproxydocs .admonition.danger .admonition-title, #haproxydocs .admonition.error .admonition-title, #haproxydocs .admonition.important .admonition-title {
        background: #D32728;
        color: #fff; }
    #haproxydocs .admonition.hint, #haproxydocs .admonition.tip {
      background-color: #93ffde;
      background: #fff;
      border-color: #006a4a; }
      #haproxydocs .admonition.hint .admonition-title, #haproxydocs .admonition.tip .admonition-title {
        background: #009D6D;
        color: #fff; }
    #haproxydocs .admonition.hint {
      background-color: #d0cce2;
      background: #fff;
      border-color: #363156; }
      #haproxydocs .admonition.hint .admonition-title {
        background: #4B4377;
        color: #fff; }
  #haproxydocs .post-content .toctree-wrapper > ul > li {
    border-left: none;
    position: relative;
    padding-left: 20px; }
    #haproxydocs .post-content .toctree-wrapper > ul > li:hover {
      border-left: none; }
    #haproxydocs .post-content .toctree-wrapper > ul > li ul {
      display: none; }
  #haproxydocs .post-content .toctree-wrapper .fa {
    position: absolute;
    left: 0;
    top: 5px; }
  #haproxydocs .post-content .toctree-wrapper .fa-chevron-down {
    display: none; }
  #haproxydocs .post-content .toctree-wrapper .open ul {
    display: block; }
  #haproxydocs .post-content .toctree-wrapper .open .fa-chevron-down {
    display: inline-block; }
  #haproxydocs .post-content .toctree-wrapper .open .fa-chevron-right {
    display: none; }
