@charset "UTF-8";
/*---------------------------
	DocumentationPress Css
---------------------------*/
.documentationpress-main-wrap section {
  padding: 60px 0;
}
.documentationpress-main-wrap .text-center {
  text-align: center;
}
.documentationpress-main-wrap .text-right {
  text-align: center;
}
.documentationpress-main-wrap .text-left {
  text-align: center;
}
.documentationpress-main-wrap .block-title {
  margin-bottom: 20px;
}
.documentationpress-main-wrap .block-title h1 {
  line-height: 1;
  margin: 0;
}
.documentationpress-main-wrap .form-group {
  margin: 10px 0 0 0;
  padding: 0;
}
.documentationpress-main-wrap .form-group select {
  width: 100%;
}
.documentationpress-main-wrap .document-list li a {
  position: relative;
  padding-left: 20px;
}
.documentationpress-main-wrap .document-list li a:before {
  position: absolute;
  content: "";
  left: 0;
  top: -2px;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}
.documentationpress-main-wrap .dp-global-sidebar .widget {
  padding: 0;
}
.documentationpress-main-wrap .documentationpress {
  padding: 20px;
  margin: 10px 0 0;
  background: #ffffff;
  border-bottom: 2px solid #dedede;
  width: 100% !important;
}
.documentationpress-main-wrap .documentationpress p {
  margin-bottom: 0;
  margin-top: 15px;
}
.documentationpress-main-wrap .documentationpress-search {
  position: relative;
}
.documentationpress-main-wrap .documentationpress-search input[type=search] {
  border: 1px solid #ddd;
  height: 45px;
  padding: 10px 40px 10px 10px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
}
.documentationpress-main-wrap .documentationpress-search button[type=submit] {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  width: 45px;
  height: 45px;
  background: #444;
  border: 1px solid #444;
  color: #ffffff;
  margin: 0;
  box-shadow: none;
  clip: auto !important;
  -webkit-clip-path: none !important;
  clip-path: none !important;
  left: inherit;
}
.documentationpress-main-wrap .documentationpress-search:before {
  display: none;
}
.documentationpress-main-wrap .documentation-title {
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 35px;
  padding-bottom: 15px;
}
.documentationpress-main-wrap .banner {
  padding: 60px 0;
  position: relative;
  text-align: center;
  background: #f2f2f2;
}
.documentationpress-main-wrap .banner p {
  text-align: center;
  color: #444 !important;
}
.documentationpress-main-wrap .banner h1 {
  margin-bottom: 0px;
  color: #444 !important;
  line-height: 1.3;
}
.documentationpress-main-wrap .banner .search-form {
  display: flex;
  width: 80%;
  margin: 40px auto 0;
  background: #ffffff;
  padding: 10px;
  -webkit-box-shadow: 0 0px 8px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0px 8px rgba(0, 0, 0, 0.1);
}
.documentationpress-main-wrap .banner .search-form:after {
  display: none;
}
.documentationpress-main-wrap .banner .search-form input {
  padding: 0 10px;
  width: 40%;
}
.documentationpress-main-wrap .banner .search-form input,
.documentationpress-main-wrap .banner .search-form select,
.documentationpress-main-wrap .banner .search-form .select2-container,
.documentationpress-main-wrap .banner .search-form input[type=submit] {
  height: 40px;
  border-radius: 3px !important;
  border-width: 1px;
  border-style: solid;
  margin-bottom: 0;
  font-size: 14px;
}
.documentationpress-main-wrap .banner .search-form input,
.documentationpress-main-wrap .banner .search-form select,
.documentationpress-main-wrap .banner .search-form .select2-container {
  float: left;
  margin-right: 10px;
  border-width: 1px;
  border-color: #ddd;
}
.documentationpress-main-wrap .banner .search-form select,
.documentationpress-main-wrap .banner .search-form .select2-container {
  width: 30% !important;
  text-align: left;
}
.documentationpress-main-wrap .banner .search-form input[type=submit] {
  width: 30%;
  margin: 0 0 0 10px;
  line-height: 1;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: normal;
  position: static;
  text-indent: 0;
  background: #444;
  box-shadow: none;
  border-color: #444;
  color: #ffffff;
}
.documentationpress-main-wrap .banner .search-form .select2-container .select2-selection--single,
.documentationpress-main-wrap .banner .search-form .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
  border-color: #ddd;
}
.documentationpress-main-wrap .banner .search-form .select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 30px;
}
.documentationpress-main-wrap .banner .search-form .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 2.5;
}
.documentationpress-main-wrap .banner .search-form .select2-results__option {
  font-size: 14px;
}
.documentationpress-main-wrap .block-wrapper {
  padding-bottom: 0;
}
.documentationpress-main-wrap .block-wrapper a {
  border: medium;
  text-decoration: none;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.documentationpress-main-wrap .block-wrapper .block-box {
  margin-top: 40px;
}
.documentationpress-main-wrap .block-wrapper .block-box .block-title {
  padding-top: 20%;
}
.documentationpress-main-wrap .block-wrapper .block-box .block-title h1, .documentationpress-main-wrap .block-wrapper .block-box .block-title p {
  margin: 0;
}
.documentationpress-main-wrap .block-wrapper .block-box .block-title a {
  margin-top: 30px;
  display: inline-block;
  text-decoration: none;
  outline: 0;
  color: #444;
}
.documentationpress-main-wrap .block-wrapper .block-box .block-content {
  background: #ffffff;
  color: #767676;
  padding: 50px;
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: #e9e9e9;
  margin-left: 100px;
  -webkit-box-shadow: 0 -5px 8px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 -5px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 -5px 8px rgba(0, 0, 0, 0.1);
}
.documentationpress-main-wrap .block-wrapper .block-box .block-content ul {
  display: flex;
  flex-flow: row wrap;
}
.documentationpress-main-wrap .block-wrapper .block-box .block-content ul li {
  flex: 50%;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.documentationpress-main-wrap .block-wrapper .block-box .block-content ul li a {
  font-size: 14px;
  color: #767676;
}
.documentationpress-main-wrap .block-wrapper .block-box .block-content ul li a:hover, .documentationpress-main-wrap .block-wrapper .block-box .block-content ul li a:focus {
  color: #1779ba;
}
.documentationpress-main-wrap .block-wrapper .block-box .flex-row-reverse .block-content {
  margin-left: 0;
  margin-right: 100px;
}
.documentationpress-main-wrap .block-wrapper .block-box:not(:first-child) {
  padding-top: 80px;
}
.documentationpress-main-wrap .block-wrapper .block-box1 .block-content {
  margin-left: 0;
  padding: 0px 0 40px 0;
  border-width: 1px;
  border-style: solid;
  border-color: #e9e9e9;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  min-height: 100%;
  position: relative;
}
.documentationpress-main-wrap .block-wrapper .block-box1 .block-content .block-title {
  padding: 30px 30px 50px 30px;
  margin-bottom: 25px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.documentationpress-main-wrap .block-wrapper .block-box1 .block-content .block-title:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #e6e6e6;
  transform-origin: bottom left;
  z-index: -1;
  -webkit-transform: skewY(-4deg);
  -ms-transform: skewY(-4deg);
  transform: skewY(-4deg);
}
.documentationpress-main-wrap .block-wrapper .block-box1 .block-content .block-title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-transform: skewY(8deg);
  -ms-transform: skewY(8deg);
  transform: skewY(8deg);
  background: #e6e6e6;
  transform-origin: bottom right;
  z-index: -1;
}
.documentationpress-main-wrap .block-wrapper .block-box1 .block-content .block-title h1 {
  font-size: 28px;
}
.documentationpress-main-wrap .block-wrapper .block-box1 .block-content ul.document-list {
  padding-left: 30px;
  padding-right: 30px;
  margin: 0;
}
.documentationpress-main-wrap .block-wrapper .block-box1 .block-content ul.document-list li {
  display: block;
  flex: 100%;
}
.documentationpress-main-wrap .block-wrapper .block-box1 .block-content footer {
  text-align: right;
  padding: 10px 30px;
  position: absolute;
  z-index: 2;
  bottom: 0;
  width: 100%;
  right: 0;
}
.documentationpress-main-wrap .block-wrapper .block-box1 .block-content footer .viewall {
  font-style: italic;
}
.documentationpress-main-wrap .block-wrapper .block-box1 .block-content footer .viewall:hover {
  color: #0c3e5f;
}
.documentationpress-main-wrap .site-footer {
  margin-top: 0;
}
.documentationpress-main-wrap .navigation {
  clear: both;
}
.documentationpress-main-wrap .navigation .nav-links {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
  padding-top: 20px;
}
.documentationpress-main-wrap .navigation .nav-links div {
  margin: 15px 0;
}
.documentationpress-main-wrap .navigation .nav-links div a {
  border: 1px solid #ddd;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  padding: 8px 20px;
  text-align: center;
  line-height: 1.5;
  height: auto;
}
.documentationpress-main-wrap .navigation .nav-links div a:hover, .documentationpress-main-wrap .navigation .nav-links div a:focus {
  background: #ddd;
  color: #444;
}
.documentationpress-main-wrap .navigation .nav-links div.nav-next {
  margin-left: auto;
}
@media (max-width: 767px) {
  .documentationpress-main-wrap .navigation .nav-links {
    display: block;
    text-align: center;
  }
}
.documentationpress-main-wrap .navigation.pagination .nav-links {
  justify-content: center;
}
.documentationpress-main-wrap .navigation.pagination .nav-links .page-numbers {
  padding: 8px 16px;
  margin: 3px;
  border: 1px solid #ddd;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  line-height: normal;
}
.documentationpress-main-wrap .navigation.pagination .nav-links .page-numbers.dots {
  background: transparent;
  color: inherit;
}
.documentationpress-main-wrap .navigation.pagination .nav-links .page-numbers.prev:before {
  margin-right: 10px;
}
.documentationpress-main-wrap .navigation.pagination .nav-links .page-numbers.next:after {
  margin-left: 10px;
}
.documentationpress-main-wrap .navigation.pagination .nav-links .page-numbers.current {
  background: #444;
  color: #ffffff;
  border: 1px solid #444;
}
.documentationpress-main-wrap .navigation.pagination .nav-links .page-numbers.current:hover, .documentationpress-main-wrap .navigation.pagination .nav-links .page-numbers.current:focus {
  background: #444;
  color: #ffffff;
}
.documentationpress-main-wrap .navigation.pagination .nav-links .page-numbers:hover, .documentationpress-main-wrap .navigation.pagination .nav-links .page-numbers:focus {
  background: #ddd;
  color: #444;
}

.documentationpress-home.documentationpress-main-wrap .block-wrapper .block-box .grid-row [class*=grid-],
.documentationpress-home.documentationpress-main-wrap .block-wrapper .block-box .grid-row [class^=grid-] {
  margin-bottom: 30px;
}

.documentationpress-tax .content-wrap,
.documentationpress-single .content-wrap {
  border-width: 0 0 0 1px;
  border-style: solid;
  border-color: #e6e6e6;
}
.documentationpress-tax .content-wrap .block-title,
.documentationpress-single .content-wrap .block-title {
  margin-bottom: 0;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-top: 15px;
}
.documentationpress-tax .content-wrap .document-list,
.documentationpress-single .content-wrap .document-list {
  padding-left: 40px;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #e6e6e6;
  padding-top: 30px;
}
.documentationpress-tax .content-wrap .document-list li,
.documentationpress-single .content-wrap .document-list li {
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.documentationpress-tax .content-wrap footer p,
.documentationpress-single .content-wrap footer p {
  font-style: italic;
}

.documentationpress-single .documentationpress {
  padding: 0;
}

.documentationpress-search .documentationpress a,
.documentationpress-tax .documentationpress a {
  position: relative;
  padding-left: 20px;
  text-decoration: none;
}
.documentationpress-search .documentationpress a:before,
.documentationpress-tax .documentationpress a:before {
  position: absolute;
  content: "";
  left: 0;
  top: -2px;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}

.documentationpress-single .documentationpress-description p:first-child {
  margin-top: 0;
}
.documentationpress-single .documentationpress-single-content .dp-table-of-contents {
  padding: 15px;
  display: block;
  font-weight: bold;
  font-size: 16px;
  background: #5099da;
  color: #fff;
}
.documentationpress-single .page-view-options {
  text-align: right;
  padding-top: 25px;
  font-size: 20px;
}
.documentationpress-single .page-view-options a {
  color: gainsboro;
}
.documentationpress-single .dp-sidebar-tocify {
  overflow: hidden;
}
.documentationpress-single .dp-sidebar-tocify ul {
  margin: 0;
  padding: 0;
}
.documentationpress-single .dp-tocify-content {
  padding: 0 15px;
}
.documentationpress-single .dp-tocify-content h2 {
  border-bottom: 1px solid #ececec;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.documentationpress-single .dp-tocify-content h2:not(:first-child) {
  padding-top: 0;
}
.documentationpress-single .dp-tocify-content h2:not(:first-child) .dp-copy-link {
  top: 10px;
}
.documentationpress-single .dp-tocify-content .dp-section-title {
  position: relative;
}
.documentationpress-single .dp-tocify-content .dp-section-title:not(:first-child) {
  margin-top: 20px;
}
.documentationpress-single .dp-tocify-content .dp-section-title .dp-copy-link {
  float: right;
  position: absolute;
  font-size: 14px;
  display: none;
  right: 0;
  top: 0;
  z-index: auto;
  line-height: inherit;
}
.documentationpress-single .dp-tocify-content .dp-section-title .dp-copy-link i {
  color: #919191;
  line-height: 30px;
}
.documentationpress-single .dp-tocify-content .dp-section-title .dp-copy-link .dp-tooltip {
  position: absolute;
  background: #000;
  padding: 5px;
  border-radius: 3px;
  color: #fff;
  width: 100px;
  font-size: 13px;
  text-align: center;
  margin-left: -43px;
  left: 0;
  right: 0;
  top: -35px;
  display: none;
  height: 25px;
}
.documentationpress-single .dp-tocify-content .dp-section-title .dp-copy-link .dp-tooltip:after {
  border-color: #000 transparent transparent transparent;
  border-style: solid;
  border-width: 8px;
  height: 0;
  width: 0;
  position: absolute;
  bottom: -16px;
  content: "";
  left: 0;
  right: 0;
  margin: 0 auto;
}
.documentationpress-single .dp-tocify-content .dp-section-title .dp-copy-link .dp-tooltip span {
  position: relative;
  display: block;
}
.documentationpress-single .dp-tocify-content .dp-section-title .dp-copy-link .dp-tooltip span:after {
  content: "Copy Link";
  position: absolute;
  left: -4px;
  margin: 0 auto;
  width: 100px;
  height: 20px;
  display: block;
  top: -1px;
  right: 0;
}
.documentationpress-single .dp-tocify-content .dp-section-title .dp-copy-link:hover .dp-tooltip {
  display: block;
}
.documentationpress-single .dp-tocify-content .dp-section-title:hover .dp-copy-link {
  display: block;
}
.documentationpress-single .tocify {
  border-left: 1px solid #ececec;
  border-right: 1px solid #ececec;
  border-top: 1px solid #ececec;
}
.documentationpress-single .tocify ul li {
  padding: 10px;
  width: 100%;
  display: block;
  border-bottom: 1px solid #ececec;
}
.documentationpress-single .tocify ul li.active {
  background: #1779ba;
  color: #ffffff;
}
.documentationpress-single .tocify ul li.active:hover, .documentationpress-single .tocify ul li.active:focus {
  background: #1779ba;
  color: #ffffff;
}
.documentationpress-single .tocify ul li.active a {
  color: #ffffff;
}
.documentationpress-single .tocify ul li a {
  display: block;
  padding: 0;
}
.documentationpress-single .tocify ul li a:hover, .documentationpress-single .tocify ul li a:focus {
  background: transparent;
}
.documentationpress-single .tocify ul li:hover, .documentationpress-single .tocify ul li:focus {
  background: #1779ba;
}
.documentationpress-single .tocify ul li:hover a, .documentationpress-single .tocify ul li:focus a {
  color: #ffffff;
}
.documentationpress-single .tocify .has-children .tocify-subheader {
  background: #f7f7f7;
}
.documentationpress-single .tocify .has-children .tocify-subheader li {
  padding-left: 25px;
}
.documentationpress-single .tocify .has-children .tocify-subheader .tocify-subheader li {
  padding-left: 35px;
}
.documentationpress-single .tocify .has-children > li {
  position: relative;
}
.documentationpress-single .tocify .has-children > li:after {
  position: absolute;
  right: 13px;
  top: 13px;
  font-family: Font Awesome\ 5 Free;
  content: "";
  font-size: 15px;
  font-weight: 900;
}
.documentationpress-single .mCSB_inside > .mCSB_container {
  margin-right: 0px;
}

.sharing-box.beside-title ul {
  list-style-type: none;
  margin: 25px 0 0 0;
  padding: 0;
}
.sharing-box.beside-title ul li {
  display: inline-block;
}
.sharing-box.beside-title ul li:not(:first-child) {
  margin-left: 5px;
}
.sharing-box.beside-title ul li a {
  color: #444;
  display: block;
  padding: 4px 10px;
}
.sharing-box.beside-title ul li a:hover {
  background: #1779ba;
  color: #ffffff;
}
.sharing-box.beside-title ul li a i {
  margin-right: 5px;
}
.sharing-box.fixed-right {
  position: fixed;
  right: 0;
  top: 250px;
  z-index: 1;
}
.sharing-box.fixed-right ul > li {
  margin-bottom: 2px;
  clear: both;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  right: -51px;
  position: relative;
}
.sharing-box.fixed-right ul > li > a {
  background: #f7f7f7;
  display: block;
  padding: 10px 15px;
  clear: both;
  color: #666;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-size: 13px;
}
.sharing-box.fixed-right ul > li > a i {
  margin-right: 8px;
}
.sharing-box.fixed-right ul > li:hover {
  right: 0;
}
.sharing-box.fixed-right ul > li:hover a {
  background: #1779ba;
  color: #ffffff;
}
.sharing-box.fixed-right ul > li:hover + li {
  right: -51px;
}
.sharing-box.fixed-left {
  position: fixed;
  left: 0;
}
.sharing-box.fixed-left ul > li {
  margin-bottom: 2px;
  clear: both;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  left: -91px;
  position: relative;
}
.sharing-box.fixed-left ul > li > a {
  background: #f7f7f7;
  display: block;
  padding: 10px 15px;
  clear: both;
  color: #666;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-size: 13px;
}
.sharing-box.fixed-left ul > li > a i {
  margin-left: 8px;
  margin-top: 6px;
  float: right;
}
.sharing-box.fixed-left ul > li:hover {
  left: -45px;
}
.sharing-box.fixed-left ul > li:hover a {
  background: #1779ba;
  color: #ffffff;
}

.documentationpress-single-content {
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #e6e6e6;
}
.documentationpress-single-content .documentationpress-description {
  padding: 15px;
}
.documentationpress-single-content ol li {
  margin-bottom: 5px;
}
.documentationpress-single-content ol.disc {
  list-style: disc;
}

/*# sourceMappingURL=assets/css/documentationpress-public.css.map */
