.ifw-wp-options {
  padding-top: 15px;
}
.ifw-wp-options h3 {
  font-size: 1.1em;
}
.ifw-wp-options ul.nav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  background-color: inherit;
  /*position: absolute;*/
  /*height: 100%;*/
  overflow: auto;
  width: 200px;
  float: left;
  display: block;
}
.ifw-wp-options ul.nav.fixed {
  position: fixed;
}
.ifw-wp-options ul.nav li {
  margin-bottom: 0;
  border-bottom: 1px solid #e0e4e9;
  float: none;
}
.ifw-wp-options ul.nav li a {
  display: block;
  color: #000;
  padding: 16px 10px 16px 20px;
  text-decoration: none;
  float: none;
  text-transform: inherit;
}
.ifw-wp-options ul.nav li a:hover {
  background-color: white;
  color: #000;
}
.ifw-wp-options ul.nav li.active a {
  background-color: white;
  color: #000;
  border-radius: 0;
  font-weight: inherit;
}
.ifw-wp-options .tab-content {
  background-color: white;
  margin-left: 200px;
  padding: 5px 20px;
}
.ifw-wp-options .tab-content .tab-pane {
  display: none;
}
.ifw-wp-options .tab-content .tab-pane.active {
  display: block;
}
.ifw-wp-options .tab-content .description img {
  vertical-align: middle;
}
.ifw-wp-options .tab-content .section_label {
  float: left;
}
.ifw-wp-options .tab-content .section_description {
  display: inline-block;
}
.ifw-wp-options .tab-content .options_description {
  margin-bottom: 30px;
}
.ifw-wp-options .tab-content .options_section_main_docs_link {
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  float: right;
}
.ifw-wp-options .tab-content .options_section_main_docs_link .dashicons {
  margin-right: 5px;
  vertical-align: middle;
}
.ifw-wp-options .tab-content .options_sections_header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.ifw-wp-options .tab-content .options_sections_header .section_label {
  width: 70%;
}
.ifw-wp-options .tab-content .options_sections_header .section_header_links {
  width: 30%;
  text-align: right;
}
.ifw-wp-options .tab-content .options_sections_header .section_header_links .options_section_main_docs_link {
  margin-right: 10px;
}
.ifw-wp-options .tab-content .options_sections_toc {
  list-style: disc;
  margin: 0 0 0 20px;
}
.ifw-wp-options .tab-content .options_sections_toc li a {
  font-weight: bold;
}
.ifw-wp-options .tab-content .opt-type-checkbox .option-name {
  margin: 10px;
}
.ifw-wp-options .tab-content .opt-type-checkbox .option-name .dashicons {
  margin-top: 3px;
}
.ifw-wp-options .tab-content .opt-type-checkbox .description {
  margin-top: 12px;
}
.ifw-wp-options .tab-content .opt-type-text input {
  margin-top: 10px;
}
.ifw-wp-options .tab-content .opt-type-text .description {
  margin-top: 12px;
}
.ifw-wp-options .tab-content .opt-type-select .option-name .dashicons {
  margin-top: 2px;
}
.ifw-wp-options .tab-content .opt-type-select select {
  margin-top: 10px;
}
.ifw-wp-options .tab-content .opt-type-select .description {
  margin-top: 12px;
}
.ifw-wp-options .tab-content .opt-type-button input, .ifw-wp-options .tab-content .opt-type-button .button {
  margin-top: 10px;
}
.ifw-wp-options .tab-content .opt-type-button .description {
  margin-top: 12px;
}
.ifw-wp-options .tab-content .form-table {
  clear: none;
}
.ifw-wp-options .tab-content .form-table fieldset tr:last-of-type {
  border-bottom: 0;
}
.ifw-wp-options .tab-content .form-table .subsection {
  margin-top: 16px;
  margin-bottom: 40px;
  background: #f9fafb;
  padding: 16px;
  border: 1px solid #e8ebee;
  border-radius: 2px;
}
.ifw-wp-options .tab-content .form-table .subsection th {
  width: 0;
}
.ifw-wp-options .tab-content .form-table .subsection td {
  width: 100%;
}
.ifw-wp-options .tab-content .form-table tbody tr {
  border-bottom: 1px solid #ccc;
}
.ifw-wp-options .tab-content .form-table tbody tr th {
  display: none;
}
.ifw-wp-options .tab-content .form-table tbody tr:not(:first-child) td, .ifw-wp-options .tab-content .form-table tbody tr:not(:first-child) th {
  padding: 20px 10px;
}
.ifw-wp-options .tab-content .form-table tbody tr:first-child td, .ifw-wp-options .tab-content .form-table tbody tr:first-child th {
  padding: 0 10px 20px 10px;
}
.ifw-wp-options .tab-content .form-table tbody tr:last-child {
  border-bottom: 0;
}
.ifw-wp-options .tab-content .form-table .opt-type-checkbox.indented {
  padding-left: 20px;
}
.ifw-wp-options .tab-content .form-table fieldset tr:last-of-type {
  border-bottom: 0;
}
.ifw-wp-options .options-footer {
  padding: 20px 10px 10px 220px;
}
.ifw-wp-options .options-footer p.submit {
  display: inline-block;
  margin: 0 20px 0 0;
  padding: 0;
}
.ifw-wp-options .options-footer p.submit input {
  padding: 10px 30px;
  font-size: 16px;
  transition: 0.8s;
  height: auto;
}
.ifw-wp-options .options-footer .back-to-top {
  padding-left: 0;
}
.ifw-wp-options .options-footer .back-to-top .dashicons {
  font-size: 28px !important;
  margin-right: 5px;
}
.ifw-wp-options:after {
  content: "";
  display: table;
  clear: both;
}

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