/* =============== Common Styles ===================== */
.bea-icon {
  position: relative;
  display: inline-block;
  margin-right: 5px;
}

.bea-row {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 10px;
  margin: 0 25px 0 0;
}

h3.bea-title {
  padding: 8px 18px 0 18px !important;
  font-size: 13px !important;
  font-weight: bold;
}

.bea-title.description {
  padding: 4px 18px 0 18px !important;
  margin: 0;
  font-size: 12px;
  font-style: initial;
}

.bea-label {
  font-weight: 600;
  display: block;
  font-size: 15px;
  line-height: 24px;
  cursor: default;
  text-transform: capitalize;
}

.bea-type-number {
  margin: 0;
  padding-right: 0;
  max-height: 28px;
}

label.bea-inline {
  display: inline-block;
  vertical-align: baseline;
}

.bea-desc {
  color: #666666;
  line-height: 15px;
  margin: 4px 0 12px 0;
  font-size: 12px;
  font-weight: normal;
}

.bea-sub-desc {
  color: #666666;
  line-height: 1.5;
  margin: 4px 0 0 0;
  font-size: 12px;
  font-style: italic;
  font-weight: normal;
}

.bea-select-wrap {
  position: relative;
  display: inline-block;
  width: 200px;
  height: 28px;
  background: #ffffff;
}

[data-multiple="true"].bea-select-wrap {
  height: auto;
}

/* ============= TABS ==================== */
.bea-tab-content {
  position: relative;
  display: none;
  margin: 0;
}

.bea-tab-content:first-child {
  display: block;
}

.bea-tabs-wrap {
  margin: -7px -12px 15px;
  background-color: #f1f1f1;
  padding-top: 10px;
}

.bea-menu-options .bea-tabs-wrap {
  padding: 0;
}

.bea-tab {
  display: inline-block;
  list-style: none;
  margin: 0px 1px;
  padding: 10px 15px;
  line-height: 18px;
  cursor: pointer;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  border: 1px solid transparent;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-width: 0;
  white-space: nowrap;
  -webkit-transition: all .4s ease-in-out 0s;
  transition: all .4s ease-in-out 0s;
}

.bea-menu-options .bea-tab {
  padding: 15px;
  border-right: 1px solid #ddd;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  margin-top: 10px;
  background: #f9f9f9;
}

.bea-menu-options .bea-tab:hover {
  background: #fff;
}

.bea-menu-options .bea-tab:first-child {
  margin: 0 0 0 150px;
}

.rtl .bea-menu-options .bea-tab:first-child {
  margin: 0 150px 0 0;
}

@media only screen and (max-width: 600px) {
  .bea-menu-options .bea-tab:first-child {
    margin: 0;
  }
}

.bea-tab:hover {
  background-color: #f9f9f9;
  color: #666;
}

.bea-tab:first-child {
  margin-left: 12px;
}

.bea-tab.selected {
  background: #ffffff;
  color: #12c2e9;
  position: relative;
  top: 1px;
  z-index: 1;
}

.bea-clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* ====================== Inputs ====================== */
textarea.bea-textarea,
input[type=text].bea-text {
  background: #f1f1f1;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 3px 5px !important;
}

input[type=text].bea-text {
  height: 28px;
  line-height: 26px;
}

.bea-text.number {
  width: 65px;
  background: #f1f1f1;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.bea-number-label {
  position: relative;
  display: inline-block;
  margin: 0 10px 0 0;
  width: auto;
  color: #888;
}

input[type=radio].bea-radio {
  opacity: 1;
  filter: alpha(opacity=100);
  background: #ffffff;
  margin-left: 15px;
  padding: 0 !important;
  color: #34495e;
  border: 2px solid #34495e;
  width: 14px !important;
  height: 14px !important;
  max-width: 14px !important;
  min-width: 0px !important;
}

input[type=radio].first-input {
  margin-left: 0;
}

input[type=radio].bea-radio:checked:before {
  background-color: #2c3e50;
  margin: 2px;
  width: 6px;
  height: 6px;
}

/* ======================== Checkbox ======================= */
.bea-toggle {
  position: relative;
  display: inline-block;
  margin: 0 0 6px 0;
}

input[type=checkbox].bea-checkbox {
  position: absolute;
  display: block;
  z-index: 2;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0 !important;
}

.bea-checkbox + label {
  display: inline-block;
  position: relative;
  margin: 0 4px 0 0;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

input.bea-checkbox + label {
  padding: 2px;
  width: 43px;
  height: 20px;
  background-color: #12c2e9;
  border-radius: 60px;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}

input.bea-checkbox + label:before, input.bea-checkbox + label:after {
  display: block;
  position: absolute;
  content: "";
}

input.bea-checkbox + label:before {
  top: 1px;
  left: 1px;
  bottom: 1px;
  right: 1px;
  background-color: #ffffff;
  border-radius: 10px;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}

input.bea-checkbox + label:after {
  top: 3px;
  right: 3px;
  bottom: 3px;
  width: 18px;
  background-color: #12c2e9;
  border-radius: 10px;
  -webkit-transition: margin 0.2s, background 0.2s;
  transition: margin 0.2s, background 0.2s;
}

input.bea-checkbox:checked + label {
  background-color: #b2b9bb;/*on: #12c2e9 off:#2c3e50 */
}

input.bea-checkbox:checked + label:after {
  margin-right: 23px;
  background-color: #b2b9bb;
}

/* =========================== Buttons ==================== */
.bea-button {
  border: none;
  text-shadow: none;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  line-height: 26px;
  height: auto;
  margin: 0;
  padding: 0 10px;
  color: #fff;
  background: #f94213;
  border-radius: 0;
  vertical-align: top;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.bea-button:hover {
  opacity: 0.8;
}

/* ========================== Info box ====================== */
.bea-infobox {
  position: relative;
  display: block;
  background: #f1f1f1;
  margin: 30px;
  padding: 15px;
  line-height: 20px;
  font-style: italic;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.bea-infobox .dashicons {
  float: left;
  margin-right: 10px;
  -webkit-animation: flash linear 1s infinite;
  animation: flash linear 1s infinite;
}

.bea-infobox-wrap {
  margin-left: 40px 30px 30px 30px;
}

.bea-infobox h3 {
  font-size: 14px;
  padding: 0 !important;
  margin: 0;
  line-height: 1.4;
}

@-webkit-keyframes flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: .1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: .1;
  }
  100% {
    opacity: 1;
  }
}

/* ========= Misc ============= */
.wp-picker-container {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.bea-elements-deactivate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  padding: 10px;
}

.bea-elements-deactivate .bea-row {
  width: 21%;
  margin: 0.8%;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #eee;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.bea-elements-deactivate .bea-row:hover{
  border-color:#12c2e9
}

.wrap.bea-license-wrap form.bea-license-box {
  max-width: 700px;
  background: white;
  margin: 20px 0;
  padding: 20px 30px;
}
