.ggmp-btn {
  box-shadow: none;
  border-radius: 5px;
  padding: 12px 15px;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}

.ggmp-btn i {
  margin-left: 5px;
  color: #fff;
}

.ggmp-btn:disabled,
.ggmp-btn:disabled:hover {
  background-color: #81bdec;
  color: #fff;
  cursor: not-allowed;
}

.ggmp-btn-submit {
  background-color: #2196F3;
  color: #fff;
  border: 1px solid transparent;
}

.ggmp-btn-submit:hover {
  background-color: #0f7fd8;
  color: #fff;
}

.ggmp-btn-primary {
  color: #2196F3;
  background-color: #fff;
  border: 1px solid #2196F3;
}

.ggmp-btn-primary:hover {
  background-color: #2196F3;
  color: #fff;
  border: 1px solid transparent;
}

.ggmp-btn--full {
  display: block;
  width: 100%;
  max-width: 100%;
}

.ggmp-wrap .ggmp-btn {
  font-weight: bold;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 14px;
  margin: 0;
  display: inline-block;
  height: 40px;
  line-height: 20px;
  padding: 10px 20px;
  width: auto;
  text-decoration: none;
  white-space: nowrap;
  text-align: center;
  box-shadow: none;
  border-radius: 5px;
}

/** Switch */

.ggmp-enable-switch-input {
  position: relative;
  display: inline-block !important;
  width: 60px;
  height: 34px;
}

.ggmp-enable-switch-label {
  display: inline-block !important;
  font-weight: 500;
  font-size: 14px;
  margin-left: 5px;
}

/* Hide default HTML checkbox */

.ggmp-enable-switch-input input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */

.ggmp-enable-switch-input .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: .2s;
}

.ggmp-enable-switch-input .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: .2s;
}

.ggmp-enable-switch-input input:checked + .slider {
  background-color: #2196F3;
}

.ggmp-enable-switch-input input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

.ggmp-enable-switch-input input:checked + .slider:before {
  transform: translateX(26px);
}

/* Rounded sliders */

.ggmp-enable-switch-input .slider.round {
  border-radius: 34px;
}

.ggmp-enable-switch-input .slider.round:before {
  border-radius: 50%;
}

.ggmp-metabox-panel-wrap {
  background: #FFF;
}

/** input group */

.ggmp-repeatable-field-section table {
  width: 100%;
}

.ggmp-repeatable-field-section .ggmp-template {
  display: none;
}

.ggmp-repeatable-field-section .button-action {
  cursor: hand;
  cursor: pointer;
  padding-left: 5px;
  padding-right: 5px;
}

.ggmp-repeatable-field-section .opal-row-body {
  padding: 15px;
  background-color: #fcfcfc;
}

.ggmp-repeatable-field-section .button-action-group {
  display: inline-block;
  float: right;
}

.ggmp-repeatable-field-section .opal-row-head {
  border-bottom: solid 3px #cdcdcd;
  position: relative;
  padding: 8px 0px;
}

.ggmp-repeatable-field-section .opal-row-head .repeat-title {
  font-size: 14px;
  margin: 0;
  display: inline-block;
}

.ggmp-repeatable-field-section .ggmp-add-repeater-field-section-row-wrap {
  padding: 15px;
}

label.ggmp-label {
  display: inline-block;
  width: 15%;
  font-weight: 500;
  font-size: 14px;
}

.ggmp-field-wrap {
  padding: 15px 0;
  display: flex;
}

.ggmp-field-wrap.ggmp-title-field-wrap {
  display: block;
}

.ggmp-field-main {
  display: inline-block;
}

.ggmp-switch-field-wrap .ggmp-description {
  display: inline-block;
  margin-left: 15px;
}

.checkbox-list.checkbox-block .checkbox-item {
  display: block;
}

.checkbox-list.checkbox-inline .checkbox-item {
  display: inline-block;
}

.checkbox-list.checkbox-inline .checkbox-item:not(:last-child) {
  margin-right: 15px;
}

.checkbox-list .checkbox-item {
  font-size: 14px;
  line-height: 16px;
  margin: 1px 0 5px 0;
}

.radio-list.radio-block .radio-item {
  display: block;
}

.radio-list.radio-inline .radio-item {
  display: inline-block;
}

.radio-list.radio-inline .radio-item:not(:last-child) {
  margin-right: 15px;
}

.radio-list .radio-item {
  font-size: 14px;
  line-height: 16px;
  margin: 1px 0 5px 0;
}

.ggmp-field-wrap input[type="checkbox"] {
  margin: 0 5px 0 0;
  padding: 0;
}

.ggmp-multicheck-action {
  margin-bottom: 15px;
}
.ggmp-deposit-status.limited {
  color: red;
}
/*# sourceMappingURL=admin.css.map */
