.eptb-table td {
    border-bottom: 1px solid #f0f0f0;
}
.easy-post-icon-list i {
    margin: 5px;
    cursor: pointer;
    transition: all 0.3s linear;
}

.eptb-heading {
    background: #F9F9F9;
    border-right: 1px solid #E1E1E1;
    padding: 13px 15px;
    width: 25%;
    color: #333;
    font-weight: bold;
}

#easy-post-tax-builder .inside {
    margin: 0;
    padding: 0;
}

.easy-post-icon-list i:hover {
    color: #006799;
    opacity: 1;
}

.ptb-advanced-wrap .fields {
    display: none;
}

.eptb-icon-list {
    display: none;
}

.eptb-small {
    margin-left: 3px;
    opacity: .5;
}

.eptb-action-links i {
    font-size: initial;
    vertical-align: middle;
}

.eptb-action-links {
    vertical-align: middle;
    margin-left: 10px;
}

.eptb-add-new {
    margin: 1em 0;
}

.eptb-content .regular-text {
    border: 1px solid #e1e1e1;
}

.ptb-advanced-wrap .title {
    cursor: pointer;
    margin-left: 5px;
}

.ptb-advanced-wrap .title .dashicons-arrow-up-alt2 {
    display: none;
}

.eptb-change-icon .dashicons-arrow-up-alt2,
.eptb-select-icon .dashicons-arrow-up-alt2,
.ptb-advanced-wrap .title .dashicons-arrow-up-alt2 {
    display: none;
}

.eptb-change-icon,
.eptb-select-icon {
    cursor: pointer;
}

.eptb-change-icon .dashicons,
.eptb-select-icon .dashicons,
.ptb-advanced-wrap .title .dashicons {
    font-size: initial;
    vertical-align: sub;
    cursor: pointer;
}

.eptb-add-new i {
    font-size: initial;
    vertical-align: middle;
}

.eptb-content > h4:first-child {
    margin-top: 0;
}

.eptb-content > h4 {
    margin-bottom: 1em;
}

.eptb-icon-list {
    margin: 5px -5px;
}

.eptb-current-selected-icon {
    margin-right: 5px;
}

.eptb-table-heading {
    padding: 10px 10px;
    background: whitesmoke;
}

.eptb-table-heading h3 {
    background: whitesmoke;
    margin: 0;
    color: #777777;
    font-weight: 500;
}

.eptb-change-icon {
    margin-left: 10px;
}

.eptb-message .notice {
    margin: 10px 0 5px 0;
}

.wrap .eptb-notice p,
.eptb-message .notice p {
    margin: 5px 0;
}

.wrap .eptb-notice {
    background: #fff;
    border-left: 4px solid transparent;
    margin: 10px 0 5px 0;
}

#poststuff #eptb .inside {
    margin: 0;
    padding: 0;
}


.eptb-toggle-checkbox {
    display: block;
    overflow: hidden;
}
.eptb-toggle-checkbox__wrap {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #e1e1e1;
    position: relative;
    border-radius: 20px;
    color: #FFF;
    overflow: hidden;
    /* box-shadow: 0 1px 0 #CCC, 1px 3px 4px rgba(0, 0, 0, 0.5) inset; */
    white-space: nowrap;
    font-size: 11px;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
}
.eptb-toggle-checkbox__handle {
  cursor: pointer;
  display: inline-block;
  position: relative;
  z-index: 1;
  left: 0;
  background: #F1F1F1;
  border-radius: 20px;
  font-weight: normal;
}
.eptb-toggle-checkbox__handle::before, .eptb-toggle-checkbox__handle::after {
  position: absolute;
  opacity: .7;
  transition: .1s;
}
.eptb-toggle-checkbox__handle::after {
  left: 0;
  color: #777;
}
.eptb-toggle-checkbox__handle::before {
  right: 0;
}
.eptb-toggle-checkbox input {
  position: absolute;
  z-index: -1;
  left: -999em;
}
.eptb-toggle-checkbox input:focus ~ b {
  background: white;
}
.eptb-toggle-checkbox input:checked ~ b {
  left: 100%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.eptb-toggle-checkbox__wrap {
  width: 85px;
  height: 25px;
  line-height: 22px;
  text-align: left;
}
.eptb-toggle-checkbox__handle {
  height: 25px;
  line-height: 25px;
  width: 25px;
  border-radius: 25px;
  box-shadow: 0 0 3px #888, -45px 0 0 32.5px rgb(0, 124, 186), 45px 0 0 32.5px rgba(240, 240, 240, 0.75);
  transition: 0.2s;
}
.eptb-toggle-checkbox__handle::before {
  right: 30px;
  content: "ACTIVE";
}
.eptb-toggle-checkbox__handle::after {
  left: 30px;
  content: "INACTIVE";
}
