/* Style the tab */

.notice {
  display: none;
}

.wd-page-title.wd-header {
  margin-bottom: 20px;
}
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

#cf7b_general,
#cf7b_inputs,
#cf7b_textarea {
  padding-top: 50px;
  /*
  box-sizing: border-box;
  */
}

#tabs .cf7b-row {
  display: flex;
  margin-bottom: 10px;
  flex-wrap: wrap;
  width: 630px;
}
#tabs .cf7b-row label{
  width: 250px;
}

#tabs .cf7b-row p.cf7b-description {
  font-size: 12px;
  font-style: italic;
  padding: 0;
  line-height: 12px;
  margin: 5px 0 5px 250px;
}

#tabs .cf7b-row input[type=text],
#tabs .cf7b-row input[type=number],
#tabs .cf7b-row select {
  min-width: 200px;
}

#tabs .cf7b-row .cf7b-um {
  line-height: 30px;
  margin-left: 5px;
}

#tabs .cf7b-row .cf7b-checkbox-group {
  display: block;
}

#tabs .cf7b-row .cf7b-checkbox-group input {
  margin-right: 0;
}

#tabs .cf7b-row .cf7b-checkbox-group .cf7b-um {
  line-height: 30px;
  margin-left: 0px;
  margin-right: 15px;
}

#tabs .ui-widget-header {
  border: none;
  border-bottom: 1px solid #dddddd;
  background: transparent;
  color: #333333;
  font-weight: bold;
}

.cf7b-themes-header {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  align-items: center;
}

#cf7b-save-button {
  height: 20px;
  float:right;
}

.cf7b-theme-grey {
  color: #2B2D2F;
}
.cf7b-theme-def {
  color: #FCCD47;
}

.cf7b_theme_custom_css {
  width: 100%;
  height: 400px;
}