/*! Primary plugin stylesheet. * @since 1.0.0 * @package InvoiceEM */
@-moz-keyframes iem-spinning {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-ms-keyframes iem-spinning {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes iem-spinning {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes iem-spinning {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes iem-spinning {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.iem-clear {
  content: ' ';
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}

.iem-hidden {
  display: none;
}

.iem-text-center {
  text-align: center;
}

.iem-text-large {
  font-size: 1.25em;
  line-height: inherit;
}

.iem-text-red {
  color: #dc3232;
}

.wrap .iem-notice {
  background: #72777c;
  border: 0;
  color: #fff;
  margin: 0 0 10px;
}

.wrap .iem-notice.notice-error {
  background: #dc3232;
}

.wrap .iem-notice.notice-info {
  background: #00a0d2;
}

.wrap .iem-notice.notice-success {
  background: #46b450;
}

.wrap .iem-notice.notice-warning {
  background: #ffb900;
}

.wrap .iem-notice:last-of-type {
  margin-bottom: 0;
}

.wrap .iem-notice a {
  color: inherit;
}

.wrap .iem-notice a:hover {
  text-decoration: none;
}

.wrap .iem-notice .notice-dismiss::before {
  -moz-transition: opacity 200ms ease-in-out;
  -ms-transition: opacity 200ms ease-in-out;
  -o-transition: opacity 200ms ease-in-out;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
  color: #fff;
}

.wrap .iem-notice .notice-dismiss:hover::before {
  opacity: 0.75;
}

#iem-extensions h3 {
  margin: 0 0 12px;
}

#iem-extensions h3 a {
  text-decoration: none;
}

#iem-extensions > .iem-field {
  background: transparent;
}

#iem-extensions > .iem-field .iem-group {
  margin: -6px;
  padding: 0;
}

#iem-extensions > .iem-field .iem-html {
  background: #fff;
  border: 1px solid #ddd;
}

#iem-extensions > .iem-field .iem-extension-top {
  padding: 12px;
}

#iem-extensions > .iem-field .iem-extension-bottom {
  background: #f9f9f9;
  border-top: 1px solid #ddd;
  padding: 12px;
}

#iem-extensions > .iem-field .iem-extension-bottom p input {
  display: block;
  margin: 0;
  width: 100%;
}

#iem-extensions > .iem-field .iem-extension-bottom p .iem-button {
  margin-top: 3px;
}

#iem-extensions > .iem-field .iem-extension-bottom p .iem-deactivate-button {
  display: none;
}

#iem-extensions > .iem-field .iem-extension-bottom p.iem-activated .iem-activate-button {
  display: none;
}

#iem-extensions > .iem-field .iem-extension-bottom p.iem-activated .iem-deactivate-button {
  display: inline-block;
}

.iem-note-form textarea {
  width: 100%;
}

.iem-history-content {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  color: #666;
  margin-top: -0.5em;
  padding: 0.5em 0;
}

.iem-history-content:not(:last-child) {
  margin-bottom: 1em;
}

#iem-iframe {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border: 6px solid transparent;
  border-top-width: 42px;
  bottom: 0;
  display: none;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9991;
}

#iem-iframe::before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid transparent;
  bottom: -6px;
  content: ' ';
  display: block;
  left: -6px;
  position: absolute;
  right: -6px;
  top: -42px;
  z-index: 1;
}

#iem-iframe iframe {
  border: 0;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

@media (min-width: 783px) {
  body:not(.iem-iframe):not(.iem-view) #iem-iframe {
    top: 32px;
  }
}

@media (max-width: 782px) {
  body:not(.iem-iframe):not(.iem-view) #iem-iframe {
    top: 46px;
  }
}

#iem-iframe-loading {
  background: rgba(241, 241, 241, 0.5);
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
}

#iem-iframe-loading::after {
  -moz-animation: iem-spinning 1s linear 0s infinite normal none;
  -ms-animation: iem-spinning 1s linear 0s infinite normal none;
  -o-animation: iem-spinning 1s linear 0s infinite normal none;
  -webkit-animation: iem-spinning 1s linear 0s infinite normal none;
  animation: iem-spinning 1s linear 0s infinite normal none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 6px solid transparent;
  bottom: 50%;
  content: ' ';
  display: block;
  height: 48px;
  margin: 24px -24px -24px 24px;
  position: absolute;
  right: 50%;
  width: 48px;
  z-index: 2;
}

#iem-iframe-close {
  -moz-transition: opacity 200ms ease-in-out;
  -ms-transition: opacity 200ms ease-in-out;
  -o-transition: opacity 200ms ease-in-out;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
  cursor: pointer;
  height: 32px;
  right: 0;
  position: absolute;
  top: -36px;
  width: 32px;
  z-index: 2;
}

#iem-iframe-close:hover {
  opacity: 0.75;
}

#iem-iframe-close::before, #iem-iframe-close::after {
  -webkit-border-radius: 2px;
  border-radius: 2px;
  bottom: 50%;
  content: ' ';
  display: block;
  height: 3px;
  left: 12.5%;
  margin: 2px 0 -2px;
  position: absolute;
  width: 75%;
}

#iem-iframe-close::before {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#iem-iframe-close::after {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

body.iem-iframe.iem-iframe-closing::before {
  background: #f1f1f1;
  content: ' ';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

body.iem-iframe #adminmenumain,
body.iem-iframe #wpadminbar,
body.iem-iframe #wpfooter {
  display: none;
}

body.iem-iframe #wpcontent {
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
}

body.iem-iframe #wpbody-content {
  padding-bottom: 0;
}

@media (min-width: 783px) {
  body.iem-iframe {
    margin-top: -32px;
  }
}

@media (max-width: 782px) {
  body.iem-iframe {
    margin-top: -46px;
  }
}

body.rtl.iem-iframe #wpcontent,
body.rtl.iem-iframe #wpfooter {
  padding-right: 20px;
}

body.rtl.iem-iframe #wpcontent {
  padding-left: 0;
}

body.rtl #iem-iframe-close {
  left: 0;
  right: auto;
}

.iem-list {
  padding-top: 10px;
}

.iem-list.iem-is-client .bulkactions {
  display: none;
}

.iem-list .subsubsub a {
  text-shadow: 1px 1px 0 #fff;
  -moz-transition: opacity 200ms ease-in-out;
  -ms-transition: opacity 200ms ease-in-out;
  -o-transition: opacity 200ms ease-in-out;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
}

.iem-list .subsubsub a:hover {
  opacity: 0.75;
}

.iem-list .subsubsub a.iem-filtered {
  font-weight: 600;
}

.iem-list .subsubsub .unpaid a:not(.current) {
  color: #ffb900;
}

.iem-list .subsubsub .overdue a:not(.current),
.iem-list .subsubsub .failed a:not(.current) {
  color: #dc3232;
}

.iem-list .subsubsub .paid a:not(.current),
.iem-list .subsubsub .completed a:not(.current) {
  color: #46b450;
}

.iem-list .subsubsub .inactive a:not(.current),
.iem-list .subsubsub .archived a:not(.current) {
  color: #666;
}

.iem-list #iem-delete-all,
.iem-list #iem-filter,
.iem-list .actions .iem-button {
  margin: 1px 2px 4px;
}

.iem-list .actions .iem-field {
  background: none;
  display: inline-block;
  margin: 0 6px 4px 1px;
  min-width: 150px;
  padding: 1px 0 0 1px;
}

.iem-list .actions .iem-field .iem-field-input {
  left: -1px;
  margin: 0 1px 1px 0;
  max-width: 200px;
  padding: 1px;
  position: relative;
  top: -1px;
}

.iem-list .row-actions .iem-inherited em {
  color: #666;
}

.iem-list td em {
  opacity: 0.75;
}

.iem-list td .iem-field {
  background: none;
  overflow: visible;
}

.iem-list td .iem-field div {
  overflow: visible;
}

.iem-list td .iem-field .iem-group {
  margin: -6px;
  padding: 3px;
}

.iem-list td .iem-field .iem-group > .iem-field > .iem-field-input {
  padding: 3px;
}

.iem-list td .iem-field .iem-group .iem-group {
  margin: -6px;
}

.iem-list .iem-list-form td {
  padding-bottom: 0;
}

@media (min-width: 783px) {
  .iem-list .iem-list-form td {
    padding-top: 0;
  }
}

.iem-list .iem-list-form td > div {
  padding-bottom: 12px;
}

.iem-list .iem-actions {
  margin: -3px 0 0 -3px;
}

.iem-list .iem-actions .iem-button {
  margin: 3px 0 0 3px;
}

@media (min-width: 783px) {
  .iem-list .iem-actions .iem-button {
    padding-left: 4px;
    padding-right: 4px;
  }
  .iem-list .iem-actions .iem-button .dashicons {
    line-height: 28px;
  }
}

.iem-list .iem-default {
  opacity: 0.5;
}

.iem-list .iem-no-checkbox {
  margin-top: -3px;
  text-align: center;
}

body.rtl .iem-list .iem-actions {
  margin-left: 0;
  margin-right: -3px;
}

body.rtl .iem-list .iem-actions .iem-button {
  margin-left: 0;
  margin-right: 3px;
}

#poststuff .iem-meta-box .hndle {
  border-bottom-width: 2px;
}

#poststuff .iem-meta-box-locked .handlediv {
  display: none;
}

#poststuff .iem-meta-box .inside {
  margin: 0;
  padding: 0;
}

.iem-nav {
  line-height: 1.25em;
  margin-bottom: 10px;
}

@media (min-width: 783px) {
  .iem-nav {
    margin-top: 35px;
  }
}

.iem-nav .iem-nav-title {
  font-size: 23px;
  font-weight: 600;
  padding: 10px 15px 12px;
}

@media (max-width: 782px) {
  .iem-nav .iem-nav-title {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.iem-nav .iem-nav-title h1 {
  color: inherit;
  font-weight: 300;
  padding: 0;
}

.iem-nav .iem-nav-title h1 .iem-buttons {
  display: block;
  float: right;
  margin: -4px -8px -8px 0;
  padding: 3px;
}

.iem-nav .iem-nav-title h1 .iem-buttons a {
  font-weight: 600;
  margin: 3px;
}

.iem-nav .iem-tab-wrapper {
  font-size: 14px;
}

.iem-nav .iem-tab-wrapper a {
  display: inline-block;
  position: relative;
  text-decoration: none;
  -moz-transition: color 200ms ease-in-out;
  -ms-transition: color 200ms ease-in-out;
  -o-transition: color 200ms ease-in-out;
  -webkit-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
}

@media (min-width: 783px) {
  .iem-nav .iem-tab-wrapper a {
    padding: 8px 15px 10px;
  }
}

@media (max-width: 782px) {
  .iem-nav .iem-tab-wrapper a {
    padding: 13px 10px 15px;
  }
}

.iem-nav .iem-tab-wrapper a.iem-tab-active::before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 6px solid transparent;
  border-bottom-color: #f1f1f1;
  bottom: 0;
  content: ' ';
  display: block;
  height: 12px;
  left: 50%;
  margin-left: -6px;
  position: absolute;
  width: 12px;
  z-index: 1;
}

.iem-nav .iem-secondary-tab-wrapper {
  float: none;
  font-size: 13px;
}

.iem-nav .iem-secondary-tab-wrapper a {
  display: inline-block;
  position: relative;
  text-decoration: none;
  -moz-transition: background 200ms ease-in-out;
  -ms-transition: background 200ms ease-in-out;
  -o-transition: background 200ms ease-in-out;
  -webkit-transition: background 200ms ease-in-out;
  transition: background 200ms ease-in-out;
}

@media (min-width: 783px) {
  .iem-nav .iem-secondary-tab-wrapper a {
    padding: 8px 15px 10px;
  }
}

@media (max-width: 782px) {
  .iem-nav .iem-secondary-tab-wrapper a {
    padding: 13px 10px 15px;
  }
}

.iem-nav .iem-secondary-tab-wrapper a.iem-tab-active::before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 6px solid transparent;
  border-bottom-color: #f1f1f1;
  bottom: 0;
  content: ' ';
  display: block;
  height: 12px;
  left: 50%;
  margin-left: -6px;
  position: absolute;
  width: 12px;
  z-index: 1;
}

body.rtl .iem-nav .iem-nav-title h1 .iem-buttons {
  float: left;
  margin-left: -6px;
  margin-right: 0;
}

.iem-field-group.iem-taxes > .iem-field-input > .iem-group {
  text-align: center;
}

.iem-field-group.iem-taxes > .iem-field-input > .iem-group > .iem-field {
  display: inline-block;
  float: none;
  width: auto;
}

@media (min-width: 783px) {
  .iem-field-group.iem-taxes > .iem-field-input > .iem-group > .iem-field > .iem-field-input {
    padding-bottom: 0;
    padding-top: 0;
  }
}

.iem-field-group.iem-taxes > .iem-field-input > .iem-group > .iem-field > .iem-field-input input {
  float: none;
}

.iem-totals {
  line-height: 1.25em;
  padding: 3px 6px 4px;
  text-align: right;
}

.iem-totals table {
  border-collapse: collapse;
  display: block;
  font-size: 1.25em;
  margin: 9px 6px 8px;
}

.iem-totals td {
  border: 1px solid transparent;
  font-size: inherit;
  font-weight: 600;
  line-height: 1.25em;
  padding: 3px 6px 5px;
  text-align: right;
}

.iem-totals td:first-child {
  white-space: nowrap;
}

.iem-totals td:last-child {
  width: 100%;
}

body.rtl .iem-totals {
  text-align: left;
}

body.rtl .iem-totals td {
  text-align: left;
}

.iem-view {
  font-family: 'Open Sans', sans-serif;
}

@media print {
  .iem-toolbar {
    display: none;
  }
  .iem-sheet {
    font-size: 1em !important;
  }
}

@media screen {
  .iem-view {
    background: #f1f1f1;
    margin: 0;
    padding: 20px;
  }
  .iem-view:not(.iem-no-toolbar) {
    padding-top: 54px;
  }
}

@media screen and (max-width: 782px) {
  .iem-view:not(.iem-no-toolbar) {
    padding-top: 64px;
  }
}

@media screen {
  .iem-view iframe {
    border: 0;
  }
  .iem-toolbar {
    left: 0;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .iem-toolbar a {
    -moz-transition: color 200ms ease-in-out;
    -ms-transition: color 200ms ease-in-out;
    -o-transition: color 200ms ease-in-out;
    -webkit-transition: color 200ms ease-in-out;
    transition: color 200ms ease-in-out;
    display: inline-block;
    font-weight: bold;
    line-height: 16px;
    text-decoration: none;
  }
}

@media screen and (min-width: 783px) {
  .iem-toolbar a {
    padding: 9px 15px 9px;
  }
}

@media screen and (max-width: 782px) {
  .iem-toolbar a {
    padding: 14px 10px 14px;
  }
}

@media screen {
  .iem-sheet {
    background: #fff;
    border: 1px solid #ddd;
    margin: 0 auto;
    width: 57.375em;
  }
  .iem-content {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 3.375em;
  }
  .iem-wp-footer {
    bottom: 200%;
    position: absolute;
    right: 200%;
  }
}

.iem-field {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: background 200ms ease-in-out;
  -ms-transition: background 200ms ease-in-out;
  -o-transition: background 200ms ease-in-out;
  -webkit-transition: background 200ms ease-in-out;
  transition: background 200ms ease-in-out;
  background: #fff;
  overflow: hidden;
  position: relative;
}

@media (max-width: 782px) {
  .iem-field {
    font-size: 16px;
  }
  .iem-field li,
  .iem-field p {
    font-size: 16px;
  }
}

.iem-field:nth-child(odd) {
  background: #f9f9f9;
}

.iem-field-actions {
  margin-left: -3px;
}

.iem-field-actions .iem-button {
  margin: 3px 0 0 3px;
}

.iem-field.iem-children-hidden > div {
  display: none;
}

.iem-field label {
  display: block;
}

.iem-field.iem-loading::before,
.iem-notes-form.iem-loading::before {
  background: rgba(255, 255, 255, 0.5);
  content: ' ';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.iem-field.iem-loading::after,
.iem-notes-form.iem-loading::after {
  -webkit-box-shadow: 0 0 8px 8px #fff;
  box-shadow: 0 0 8px 8px #fff;
  -moz-animation: iem-spinning 1s linear 0s infinite normal none;
  -ms-animation: iem-spinning 1s linear 0s infinite normal none;
  -o-animation: iem-spinning 1s linear 0s infinite normal none;
  -webkit-animation: iem-spinning 1s linear 0s infinite normal none;
  animation: iem-spinning 1s linear 0s infinite normal none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 4px solid transparent;
  bottom: 50%;
  content: ' ';
  display: block;
  height: 32px;
  margin: 16px -16px -16px 16px;
  position: absolute;
  right: 50%;
  width: 32px;
  z-index: 2;
  background: #fff;
}

.iem-field-label,
.iem-field-input {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  padding: 12px;
}

.iem-field-input input.error,
.iem-field-input select.error,
.iem-field-input textarea.error {
  border: 1px solid #dc3232;
}

.iem-field-input label.error {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #dc3232;
  border: 0;
  color: #fff;
  display: block;
  font-size: 12px;
  font-weight: 600;
  margin-top: -1px;
  padding: 3px 5px;
  width: 100%;
}

.iem-description {
  color: #666;
}

.iem-required {
  color: #dc3232;
  font-size: 1.25em;
  font-weight: bold;
  line-height: 0.8em;
}

@media (min-width: 783px) {
  #iem-primary-wrapper .iem-field > .iem-field-label {
    float: left;
    max-width: 240px;
    width: 25%;
  }
  #iem-primary-wrapper .iem-field > .iem-field-label > label {
    margin-top: 3px;
  }
}

@media (max-width: 782px) {
  #iem-primary-wrapper .iem-field > .iem-field-label {
    margin-bottom: -8px;
    padding-bottom: 0;
  }
}

#side-sortables .iem-field > .iem-field-label {
  margin-bottom: -8px;
  padding-bottom: 0;
}

body.rtl .iem-field-actions {
  margin-left: 0;
  margin-right: -3px;
}

body.rtl .iem-field-actions .iem-button {
  margin-left: 0;
  margin-right: 3px;
}

@media (min-width: 783px) {
  body.rtl #iem-primary-wrapper .iem-field > .iem-field-label {
    float: right;
  }
}

.iem-field-discount input,
.iem-field-email input,
.iem-field-select select,
.iem-field-text input,
.iem-field-textarea textarea,
.iem-field-url input {
  display: block;
  margin: 0;
  width: 100%;
}

@media (min-width: 783px) {
  .iem-field-discount input,
  .iem-field-email input,
  .iem-field-select select,
  .iem-field-text input,
  .iem-field-url input {
    height: 28px;
  }
}

@media (max-width: 782px) {
  .iem-field-discount input,
  .iem-field-email input,
  .iem-field-select select,
  .iem-field-text input,
  .iem-field-url input {
    height: 36px;
  }
}

@media (min-width: 783px) {
  .iem-field-select select[multiple] {
    height: 32px;
  }
}

@media (max-width: 782px) {
  .iem-field-select select[multiple] {
    height: 36px;
  }
}

.iem-field-textarea textarea {
  resize: vertical;
}

body.rtl .iem-field-email input,
body.rtl .iem-field-url input {
  text-align: right;
}

body.rtl .iem-field input.iem-ltr {
  direction: ltr;
  text-align: right;
}

.iem-field-checkbox input {
  float: left;
  margin-top: 4px;
}

@media (max-width: 782px) {
  .iem-field-checkbox input {
    margin-top: 0;
  }
}

.iem-field-checkbox.iem-taxable-field > .iem-field-input {
  float: right;
}

.iem-field-checkbox.iem-taxable-field > .iem-field-input label {
  padding-bottom: 4px;
  padding-top: 4px;
}

@media (min-width: 783px) {
  .iem-field-checkbox.iem-taxable-field > .iem-field-input label input {
    margin-top: 2px;
  }
}

.iem-field-checkbox .iem-description {
  display: block;
}

.iem-field-checkbox .iem-description input {
  vertical-align: text-bottom;
}

@media (min-width: 783px) {
  .iem-field-checkbox .iem-description {
    padding-bottom: 3px;
    padding-top: 3px;
  }
}

.iem-field-checkbox.iem-confirmation {
  color: #dc3232;
  font-weight: 600;
}

.iem-field-checkbox.iem-confirmation .iem-description {
  color: #dc3232;
}

body.rtl .iem-field-checkbox.iem-taxable-field > .iem-field-input {
  float: left;
}

body.rtl .iem-field-checkbox input {
  float: right;
}

.wp-core-ui .iem-discount-field .iem-discount-field-spinner {
  left: -1px;
  margin: 0 -1px -1px 0;
  overflow: hidden;
  padding: 1px;
  position: relative;
  top: -1px;
}

.wp-core-ui .iem-discount-field button {
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  float: left;
}

@media (min-width: 783px) {
  .wp-core-ui .iem-discount-field button {
    height: 28px;
    line-height: 26px;
  }
}

@media (max-width: 782px) {
  .wp-core-ui .iem-discount-field button {
    height: 36px;
    line-height: 22px;
  }
}

body.rtl.wp-core-ui .iem-discount-field .iem-discount-field-spinner {
  left: auto;
  margin-left: -1px;
  margin-right: 0;
  right: -1px;
}

body.rtl.wp-core-ui .iem-discount-field button {
  float: right;
}

.iem-field-group > .iem-field-input {
  padding: 0;
}

.iem-field-group > .iem-field-input > .iem-group {
  padding: 6px;
  overflow: hidden;
}

.iem-field-group > .iem-field-input > .iem-group > .iem-field {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  min-height: 1px;
  width: 100%;
  background: none;
}

.iem-field-group > .iem-field-input > .iem-group > .iem-field > .iem-field-label,
.iem-field-group > .iem-field-input > .iem-group > .iem-field > .iem-field-input {
  padding: 6px;
}

.iem-field-group > .iem-field-input > .iem-group > .iem-field.iem-col-xs-1 {
  width: 8.33333%;
}

.iem-field-group > .iem-field-input > .iem-group > .iem-field.iem-col-xs-2 {
  width: 16.66667%;
}

.iem-field-group > .iem-field-input > .iem-group > .iem-field.iem-col-xs-3 {
  width: 25%;
}

.iem-field-group > .iem-field-input > .iem-group > .iem-field.iem-col-xs-4 {
  width: 33.33333%;
}

.iem-field-group > .iem-field-input > .iem-group > .iem-field.iem-col-xs-5 {
  width: 41.66667%;
}

.iem-field-group > .iem-field-input > .iem-group > .iem-field.iem-col-xs-6 {
  width: 50%;
}

.iem-field-group > .iem-field-input > .iem-group > .iem-field.iem-col-xs-7 {
  width: 58.33333%;
}

.iem-field-group > .iem-field-input > .iem-group > .iem-field.iem-col-xs-8 {
  width: 66.66667%;
}

.iem-field-group > .iem-field-input > .iem-group > .iem-field.iem-col-xs-9 {
  width: 75%;
}

.iem-field-group > .iem-field-input > .iem-group > .iem-field.iem-col-xs-10 {
  width: 83.33333%;
}

.iem-field-group > .iem-field-input > .iem-group > .iem-field.iem-col-xs-11 {
  width: 91.66667%;
}

.iem-field-group > .iem-field-input > .iem-group > .iem-field.iem-col-xs-12 {
  width: 100%;
}

.iem-field-group > .iem-field-input > .iem-group .iem-group {
  margin: -12px;
}

@media (max-width: 414px) {
  #iem-primary-wrapper .iem-field-group > .iem-field-input > .iem-group > .iem-field .iem-xs-hidden {
    display: none;
  }
}

@media (min-width: 601px) {
  #iem-primary-wrapper .iem-field-group > .iem-field-input > .iem-group > .iem-field.iem-col-sm-1 {
    width: 8.33333%;
  }
  #iem-primary-wrapper .iem-field-group > .iem-field-input > .iem-group > .iem-field.iem-col-sm-2 {
    width: 16.66667%;
  }
  #iem-primary-wrapper .iem-field-group > .iem-field-input > .iem-group > .iem-field.iem-col-sm-3 {
    width: 25%;
  }
  #iem-primary-wrapper .iem-field-group > .iem-field-input > .iem-group > .iem-field.iem-col-sm-4 {
    width: 33.33333%;
  }
  #iem-primary-wrapper .iem-field-group > .iem-field-input > .iem-group > .iem-field.iem-col-sm-5 {
    width: 41.66667%;
  }
  #iem-primary-wrapper .iem-field-group > .iem-field-input > .iem-group > .iem-field.iem-col-sm-6 {
    width: 50%;
  }
  #iem-primary-wrapper .iem-field-group > .iem-field-input > .iem-group > .iem-field.iem-col-sm-7 {
    width: 58.33333%;
  }
  #iem-primary-wrapper .iem-field-group > .iem-field-input > .iem-group > .iem-field.iem-col-sm-8 {
    width: 66.66667%;
  }
  #iem-primary-wrapper .iem-field-group > .iem-field-input > .iem-group > .iem-field.iem-col-sm-9 {
    width: 75%;
  }
  #iem-primary-wrapper .iem-field-group > .iem-field-input > .iem-group > .iem-field.iem-col-sm-10 {
    width: 83.33333%;
  }
  #iem-primary-wrapper .iem-field-group > .iem-field-input > .iem-group > .iem-field.iem-col-sm-11 {
    width: 91.66667%;
  }
  #iem-primary-wrapper .iem-field-group > .iem-field-input > .iem-group > .iem-field.iem-col-sm-12 {
    width: 100%;
  }
}

@media (min-width: 601px) and (max-width: 782px) {
  #iem-primary-wrapper .iem-field-group > .iem-field-input > .iem-group > .iem-field .iem-sm-hidden {
    display: none;
  }
  #iem-primary-wrapper .iem-field-group > .iem-field-input > .iem-group > .iem-field .iem-sm-visible {
    display: block;
  }
}

@media (min-width: 783px) {
  #iem-primary-wrapper .iem-field-group > .iem-field-input > .iem-group > .iem-field.iem-col-md-1 {
    width: 8.33333%;
  }
  #iem-primary-wrapper .iem-field-group > .iem-field-input > .iem-group > .iem-field.iem-col-md-2 {
    width: 16.66667%;
  }
  #iem-primary-wrapper .iem-field-group > .iem-field-input > .iem-group > .iem-field.iem-col-md-3 {
    width: 25%;
  }
  #iem-primary-wrapper .iem-field-group > .iem-field-input > .iem-group > .iem-field.iem-col-md-4 {
    width: 33.33333%;
  }
  #iem-primary-wrapper .iem-field-group > .iem-field-input > .iem-group > .iem-field.iem-col-md-5 {
    width: 41.66667%;
  }
  #iem-primary-wrapper .iem-field-group > .iem-field-input > .iem-group > .iem-field.iem-col-md-6 {
    width: 50%;
  }
  #iem-primary-wrapper .iem-field-group > .iem-field-input > .iem-group > .iem-field.iem-col-md-7 {
    width: 58.33333%;
  }
  #iem-primary-wrapper .iem-field-group > .iem-field-input > .iem-group > .iem-field.iem-col-md-8 {
    width: 66.66667%;
  }
  #iem-primary-wrapper .iem-field-group > .iem-field-input > .iem-group > .iem-field.iem-col-md-9 {
    width: 75%;
  }
  #iem-primary-wrapper .iem-field-group > .iem-field-input > .iem-group > .iem-field.iem-col-md-10 {
    width: 83.33333%;
  }
  #iem-primary-wrapper .iem-field-group > .iem-field-input > .iem-group > .iem-field.iem-col-md-11 {
    width: 91.66667%;
  }
  #iem-primary-wrapper .iem-field-group > .iem-field-input > .iem-group > .iem-field.iem-col-md-12 {
    width: 100%;
  }
}

@media (min-width: 783px) and (max-width: 960px) {
  #iem-primary-wrapper .iem-field-group > .iem-field-input > .iem-group > .iem-field .iem-md-hidden {
    display: none;
  }
  #iem-primary-wrapper .iem-field-group > .iem-field-input > .iem-group > .iem-field .iem-md-visible {
    display: block;
  }
}

@media (min-width: 961px) {
  #iem-primary-wrapper .iem-field-group > .iem-field-input > .iem-group > .iem-field.iem-col-lg-1 {
    width: 8.33333%;
  }
  #iem-primary-wrapper .iem-field-group > .iem-field-input > .iem-group > .iem-field.iem-col-lg-2 {
    width: 16.66667%;
  }
  #iem-primary-wrapper .iem-field-group > .iem-field-input > .iem-group > .iem-field.iem-col-lg-3 {
    width: 25%;
  }
  #iem-primary-wrapper .iem-field-group > .iem-field-input > .iem-group > .iem-field.iem-col-lg-4 {
    width: 33.33333%;
  }
  #iem-primary-wrapper .iem-field-group > .iem-field-input > .iem-group > .iem-field.iem-col-lg-5 {
    width: 41.66667%;
  }
  #iem-primary-wrapper .iem-field-group > .iem-field-input > .iem-group > .iem-field.iem-col-lg-6 {
    width: 50%;
  }
  #iem-primary-wrapper .iem-field-group > .iem-field-input > .iem-group > .iem-field.iem-col-lg-7 {
    width: 58.33333%;
  }
  #iem-primary-wrapper .iem-field-group > .iem-field-input > .iem-group > .iem-field.iem-col-lg-8 {
    width: 66.66667%;
  }
  #iem-primary-wrapper .iem-field-group > .iem-field-input > .iem-group > .iem-field.iem-col-lg-9 {
    width: 75%;
  }
  #iem-primary-wrapper .iem-field-group > .iem-field-input > .iem-group > .iem-field.iem-col-lg-10 {
    width: 83.33333%;
  }
  #iem-primary-wrapper .iem-field-group > .iem-field-input > .iem-group > .iem-field.iem-col-lg-11 {
    width: 91.66667%;
  }
  #iem-primary-wrapper .iem-field-group > .iem-field-input > .iem-group > .iem-field.iem-col-lg-12 {
    width: 100%;
  }
}

@media (min-width: 961px) and (min-width: 961px) {
  #iem-primary-wrapper .iem-field-group > .iem-field-input > .iem-group > .iem-field .iem-lg-hidden {
    display: none;
  }
  #iem-primary-wrapper .iem-field-group > .iem-field-input > .iem-group > .iem-field .iem-lg-visible {
    display: block;
  }
}

#side-sortables .iem-field-group > .iem-field-input > .iem-group > .iem-field .iem-sm-visible,
#side-sortables .iem-field-group > .iem-field-input > .iem-group > .iem-field .iem-md-visible,
#side-sortables .iem-field-group > .iem-field-input > .iem-group > .iem-field .iem-lg-visible {
  display: none;
}

.iem-field-group.iem-repeatable-layout > .iem-field-input > .iem-group, .iem-field-group.iem-repeatable-item > .iem-field-input > .iem-group {
  padding: 4px;
}

body.rtl #iem-primary-wrapper .iem-field-group:not(.iem-taxes) > .iem-field-input > .iem-group > .iem-field {
  float: right;
}

.iem-field-html a {
  -moz-transition: color 200ms ease-in-out;
  -ms-transition: color 200ms ease-in-out;
  -o-transition: color 200ms ease-in-out;
  -webkit-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
  display: inline-block;
}

.iem-field-html a img {
  -moz-transition: opacity 200ms ease-in-out;
  -ms-transition: opacity 200ms ease-in-out;
  -o-transition: opacity 200ms ease-in-out;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
}

.iem-field-html a:hover img {
  opacity: 0.875;
}

.iem-field-html canvas {
  margin: 0 auto;
  max-width: 480px;
}

.iem-field-html label {
  cursor: default;
}

.iem-field-html p {
  margin-top: 0;
}

.iem-field-html p:last-child {
  margin-bottom: 0;
}

.iem-field-html img {
  height: auto;
  max-width: 100%;
}

.iem-field-html img.robert-noakes {
  margin-top: 6px;
  max-width: 257px;
  width: 100%;
}

.iem-field-html ul {
  margin-top: -8px;
}

.iem-field-html ul:first-child {
  margin-top: 0;
}

.iem-field-html ul:last-child {
  margin-bottom: 0;
}

.iem-field-html ul.iem-wildcards li em {
  color: #0073aa;
  font-style: normal;
}

.iem-field-html li:last-child {
  margin-bottom: 0;
}

.iem-field-html #iem-currency-sample {
  font-size: 1.5em;
}

.iem-field-image .iem-image-actions {
  margin-left: -3px;
}

.iem-field-image .iem-image-actions button {
  margin: 3px 0 0 3px;
}

body.rtl .iem-field-image .iem-image-actions {
  margin-left: 0;
  margin-right: -3px;
}

body.rtl .iem-field-image .iem-image-actions .iem-button {
  margin-left: 0;
  margin-right: 3px;
}

.iem-field-repeatable:first-child {
  margin-top: -1px;
}

.iem-field-repeatable:not(:first-child) {
  border-top: 1px solid transparent;
}

.iem-field-repeatable > .iem-field-input {
  padding: 0;
}

.iem-repeatable-item {
  position: relative;
}

.iem-repeatable-item > .iem-field-input {
  border: 32px solid transparent;
  border-bottom-width: 1px;
  border-top-width: 1px;
  min-height: 128px;
}

.iem-repeatable-item > a {
  -moz-transition: background 200ms ease-in-out;
  -ms-transition: background 200ms ease-in-out;
  -o-transition: background 200ms ease-in-out;
  -webkit-transition: background 200ms ease-in-out;
  transition: background 200ms ease-in-out;
  display: block;
  position: absolute;
  text-decoration: none;
  z-index: 1;
}

.iem-repeatable-item > a span {
  display: block;
  height: 32px;
  line-height: 32px;
  text-align: center;
  width: 32px;
}

.iem-repeatable-item > a span.iem-repeatable-count {
  font-size: 0.875em;
  letter-spacing: -1px;
}

.iem-repeatable-item.iem-sliding > .iem-field-input {
  min-height: 0;
}

.iem-repeatable-item.iem-sliding > a span {
  display: none;
}

.iem-repeatable-simple .iem-repeatable-item > .iem-field-input {
  min-height: 64px;
}

.iem-repeatable-simple .iem-repeatable-item .iem-repeatable-move-up,
.iem-repeatable-simple .iem-repeatable-item .iem-repeatable-move-down {
  right: 32px;
}

.iem-repeatable-simple .iem-repeatable-item .iem-repeatable-move-up {
  bottom: auto;
  top: 0;
}

.iem-repeatable-simple:not(.iem-repeatable-locked) .iem-repeatable-item > .iem-field-input {
  border-right-width: 64px;
}

.iem-repeatable-move {
  height: 100%;
  left: 0;
  top: 0;
}

.ui-sortable-disabled .iem-repeatable-move:hover {
  background: none;
  cursor: default;
}

.iem-repeatable-move-button {
  left: 0;
  position: absolute;
  top: 50%;
}

.iem-repeatable-move-up,
.iem-repeatable-move-down {
  right: 0;
}

.iem-repeatable-item:first-child .iem-repeatable-move-up,
.iem-repeatable-item:nth-last-child(4) .iem-repeatable-move-down {
  display: none;
}

.iem-repeatable.ui-sortable-disabled .iem-repeatable-move-button,
.iem-repeatable.ui-sortable-disabled .iem-repeatable-move-up,
.iem-repeatable.ui-sortable-disabled .iem-repeatable-move-down {
  display: none;
}

.iem-repeatable-move-up {
  bottom: 32px;
}

.iem-repeatable-move-down {
  bottom: 0;
}

.iem-repeatable-insert {
  right: 0;
  top: 0;
  z-index: 3;
}

.iem-repeatable-remove {
  right: 0;
  top: 32px;
}

.iem-repeatable-template {
  display: none;
}

.iem-repeatable-tools {
  border-top: 1px solid transparent;
}

.iem-repeatable-tools .iem-field-input .iem-html {
  margin: -2px;
}

.iem-repeatable-tools .iem-field-input .iem-html p {
  text-align: center;
}

.iem-repeatable-tools .iem-field-input .iem-html p button {
  margin: 2px;
}

body.rtl .iem-repeatable-simple .iem-repeatable-item .iem-repeatable-move-up,
body.rtl .iem-repeatable-simple .iem-repeatable-item .iem-repeatable-move-down {
  left: 32px;
  right: auto;
}

body.rtl .iem-repeatable-simple:not(.iem-repeatable-locked) .iem-repeatable-item > .iem-field-input {
  border-left-width: 64px;
  border-right-width: 32px;
}

body.rtl .iem-repeatable-move {
  left: auto;
  right: 0;
}

body.rtl .iem-repeatable-insert,
body.rtl .iem-repeatable-remove,
body.rtl .iem-repeatable-move-up,
body.rtl .iem-repeatable-move-down {
  left: 0;
  right: auto;
}

.iem-tabs .iem-secondary-tab-wrapper {
  position: relative;
  z-index: 1;
}

.iem-tabs .iem-secondary-tab-wrapper a {
  display: inline-block;
  position: relative;
  text-decoration: none;
}

@media (min-width: 783px) {
  .iem-tabs .iem-secondary-tab-wrapper a {
    padding: 8px 12px 10px;
  }
}

@media (max-width: 782px) {
  .iem-tabs .iem-secondary-tab-wrapper a {
    padding: 13px 12px 15px;
  }
}

.iem-tabs .iem-secondary-tab-wrapper a.iem-tab-active::before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 6px solid transparent;
  border-bottom-color: #f9f9f9;
  bottom: 0;
  content: ' ';
  display: block;
  height: 12px;
  left: 50%;
  margin-left: -6px;
  position: absolute;
  width: 12px;
  z-index: 1;
}

.iem-tabs:first-child .iem-secondary-tab-wrapper {
  margin-top: -2px;
}

.iem-tabs .iem-tab-content {
  overflow: hidden;
  position: relative;
}

.iem-tabs .iem-tab-content > div {
  position: absolute;
}

.iem-tabs .iem-tab-content > div.iem-tab-active {
  position: relative;
  z-index: 1;
}

.ui-widget.ui-widget-content {
  font-family: inherit;
  font-size: inherit;
}

.ui-widget.ui-widget-content button,
.ui-widget.ui-widget-content div,
.ui-widget.ui-widget-content input,
.ui-widget.ui-widget-content select,
.ui-widget.ui-widget-content textarea {
  font-family: inherit;
}

body > .ui-dialog {
  position: fixed;
  z-index: 100001 !important;
}

body > .ui-widget-overlay {
  z-index: 100000 !important;
}

.ui-tooltip {
  color: inherit;
  padding: 4px 6px 6px;
}

.ui-tooltip.ui-widget-shadow {
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.07);
}

.iem-dialog {
  display: none;
}

.iem-field .ui-spinner {
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 0 !important;
  display: block;
  font-family: inherit;
  overflow: visible;
}

.iem-field .ui-spinner a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  border-radius: 0;
  cursor: pointer;
}

.iem-field .ui-spinner a .ui-icon {
  -moz-transform: translateX(50%) translateY(50%);
  -ms-transform: translateX(50%) translateY(50%);
  -o-transform: translateX(50%) translateY(50%);
  -webkit-transform: translateX(50%) translateY(50%);
  transform: translateX(50%) translateY(50%);
  bottom: 50%;
  position: absolute;
  right: 50%;
}

.iem-field .ui-spinner input {
  font-family: inherit;
}

@media (min-width: 783px) {
  .iem-field .ui-spinner input {
    padding: 3px 5px;
  }
}

body.rtl .ui-dialog .ui-dialog-title {
  float: right;
}

body.rtl .ui-dialog .ui-dialog-titlebar-close {
  left: 0.3em;
  right: auto;
}

body.rtl .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  padding-left: 1em;
  float: left;
}

body.rtl .iem-field .ui-spinner a {
  border-left-style: none;
  border-right-style: solid;
  left: 0;
  right: auto;
}

.iem-field .select2 {
  min-width: 0;
  width: 100% !important;
}

.select2-container .iem-select2-selection,
.select2-container .iem-select2-dropdown {
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #fff;
  border-color: #ddd;
  outline: 2px solid transparent;
}

@media (min-width: 783px) {
  .select2-container .iem-select2-selection,
  .select2-container .iem-select2-dropdown {
    font-size: 14px;
  }
}

@media (max-width: 782px) {
  .select2-container .iem-select2-selection,
  .select2-container .iem-select2-dropdown {
    font-size: 16px;
  }
}

.select2-container.select2-container--focus .select2-selection {
  -webkit-box-shadow: 0 0 2px 0 rgba(91, 157, 217, 0.8);
  box-shadow: 0 0 2px 0 rgba(91, 157, 217, 0.8);
  border-color: #5b9dd9;
}

.select2-container.error .iem-select2-selection {
  border-color: #dc3232;
}

.select2-container .iem-select2-selection {
  -webkit-box-shadow: inset 0px 1px 2px 0 rgba(0, 0, 0, 0.07);
  box-shadow: inset 0px 1px 2px 0 rgba(0, 0, 0, 0.07);
}

@media (max-width: 782px) {
  .select2-container .iem-select2-selection.select2-selection--multiple {
    min-height: 36px;
  }
}

.select2-container .iem-select2-selection.select2-selection--multiple .select2-selection__rendered {
  display: block;
  padding-bottom: 5px;
}

.select2-container .iem-select2-selection.select2-selection--multiple .select2-selection__rendered li {
  line-height: normal;
  margin-bottom: 0;
}

.select2-container .iem-select2-selection.select2-selection--single {
  height: 28px;
}

.select2-container .iem-select2-selection.select2-selection--single .select2-selection__placeholder {
  color: #72777c;
}

.select2-container .iem-select2-selection.select2-selection--single .select2-selection__rendered {
  line-height: 26px;
}

@media (min-width: 783px) {
  .select2-container .iem-select2-selection.select2-selection--single .select2-selection__rendered {
    padding-left: 6px;
  }
}

.select2-container .iem-select2-selection.select2-selection--single .select2-selection__rendered .select2-selection__clear {
  color: #72777c;
  font-size: 1.25em;
  line-height: 21px;
  padding: 0 0.25em 6px;
}

.select2-container .iem-select2-selection.select2-selection--single .select2-selection__arrow b {
  border-top-color: #72777c;
}

@media (max-width: 782px) {
  .select2-container .iem-select2-selection.select2-selection--single {
    height: 36px;
  }
  .select2-container .iem-select2-selection.select2-selection--single .select2-selection__rendered {
    line-height: 33px;
    padding: 1px 30px 0 6px;
  }
  .select2-container .iem-select2-selection.select2-selection--single .select2-selection__rendered .select2-selection__clear {
    line-height: 30px;
  }
  .select2-container .iem-select2-selection.select2-selection--single .select2-selection__arrow {
    height: 34px;
    width: 30px;
  }
}

.select2-container .iem-select2-dropdown .select2-search {
  background: rgba(0, 0, 0, 0.07);
}

.select2-container .iem-select2-dropdown .select2-search .select2-search__field {
  border-color: #00a0d2;
  line-height: normal;
}

.select2-container .iem-select2-dropdown .select2-results {
  -webkit-box-shadow: inset 0px 1px 2px 0 rgba(0, 0, 0, 0.07);
  box-shadow: inset 0px 1px 2px 0 rgba(0, 0, 0, 0.07);
}

.select2-container .iem-select2-dropdown .select2-results__option {
  margin: 0;
}

@media (max-width: 782px) {
  .select2-container .iem-select2-dropdown .select2-results__option {
    padding-bottom: 10px;
    padding-top: 10px;
  }
}

@media (min-width: 783px) {
  body.rtl .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 20px;
    padding-right: 6px;
  }
}

@media (max-width: 782px) {
  body.rtl .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 1px 6px 0 30px;
  }
}

body.iem-wp-5-3 {
  /*.iem-list .select2-container .iem-select2-selection.select2-selection--single
{
	height: 28px;
	
	.select2-selection__rendered
	{
		line-height: 26px;
		
		.select2-selection__clear
		{
			line-height: 21px;
		}
	}
}*/
}

body.iem-wp-5-3 .iem-list #iem-delete-all,
body.iem-wp-5-3 .iem-list #iem-filter,
body.iem-wp-5-3 .iem-list .actions .iem-button {
  margin-top: 0;
}

body.iem-wp-5-3 .iem-list #iem-delete-all {
  margin-left: 7px;
}

body.iem-wp-5-3 .iem-list .actions .iem-field {
  left: -1px;
  margin-right: 1px;
  top: -1px;
}

body.iem-wp-5-3 .iem-field-input input.error,
body.iem-wp-5-3 .iem-field-input select.error,
body.iem-wp-5-3 .iem-field-input textarea.error {
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

body.iem-wp-5-3 .iem-field-input label.error {
  -webkit-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

@media (min-width: 783px) {
  body.iem-wp-5-3 .iem-field-discount input,
  body.iem-wp-5-3 .iem-field-email input,
  body.iem-wp-5-3 .iem-field-select select,
  body.iem-wp-5-3 .iem-field-text input,
  body.iem-wp-5-3 .iem-field-url input {
    height: 30px;
  }
}

@media (min-width: 783px) {
  body.iem-wp-5-3.wp-core-ui .iem-discount-field button {
    height: 30px;
  }
}

body.iem-wp-5-3.wp-core-ui .iem-discount-field button:first-child {
  -webkit-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

body.iem-wp-5-3 .iem-discount-field-spinner input {
  -webkit-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  border-left-width: 0;
}

body.iem-wp-5-3.rtl.wp-core-ui .iem-discount-field button:first-child {
  -webkit-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

body.iem-wp-5-3.rtl .iem-discount-field-spinner input {
  -webkit-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  border-left-width: 1px;
  border-right-width: 0;
}

body.iem-wp-5-3 .ui-spinner > a {
  border-color: #7e8993;
}

body.iem-wp-5-3 .ui-spinner > a.ui-spinner-up, body.iem-wp-5-3 .ui-spinner > a.ui-spinner-down {
  border-left-style: solid;
  border-right-style: solid;
}

body.iem-wp-5-3 .ui-spinner > a.ui-spinner-up {
  -webkit-border-radius: 0 4px 0 0;
  border-radius: 0 4px 0 0;
  border-top-style: solid;
}

body.iem-wp-5-3 .ui-spinner > a.ui-spinner-up:active {
  border-bottom-style: none;
}

body.iem-wp-5-3 .ui-spinner > a.ui-spinner-down {
  -webkit-border-radius: 0 0 4px 0;
  border-radius: 0 0 4px 0;
  border-bottom-style: solid;
}

body.iem-wp-5-3 .ui-spinner > a.ui-spinner-down:active {
  border-top-style: none;
}

body.iem-wp-5-3.rtl .ui-spinner > a.ui-spinner-up {
  -webkit-border-radius: 4px 0 0 0;
  border-radius: 4px 0 0 0;
}

body.iem-wp-5-3.rtl .ui-spinner > a.ui-spinner-down {
  -webkit-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px;
}

body.iem-wp-5-3 .select2-container .iem-select2-selection,
body.iem-wp-5-3 .select2-container .iem-select2-dropdown {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #7e8993;
}

body.iem-wp-5-3 .select2-container .iem-select2-selection {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-transition: box-shadow 0.1s linear;
  -ms-transition: box-shadow 0.1s linear;
  -o-transition: box-shadow 0.1s linear;
  -webkit-transition: box-shadow 0.1s linear;
  transition: box-shadow 0.1s linear;
}

body.iem-wp-5-3 .select2-container .iem-select2-selection.select2-selection--single {
  height: 30px;
}

body.iem-wp-5-3 .select2-container .iem-select2-selection.select2-selection--single .select2-selection__rendered {
  line-height: 28px;
}

@media (min-width: 783px) {
  body.iem-wp-5-3 .select2-container .iem-select2-selection.select2-selection--single .select2-selection__rendered {
    padding-left: 8px;
  }
}

@media (max-width: 782px) {
  body.iem-wp-5-3 .select2-container .iem-select2-selection.select2-selection--single .select2-selection__rendered {
    padding-left: 10px;
  }
}

body.iem-wp-5-3 .select2-container .iem-select2-selection.select2-selection--single .select2-selection__rendered .select2-selection__clear {
  line-height: 23px;
}

body.iem-wp-5-3 .select2-container .iem-select2-selection.select2-selection--multiple input {
  line-height: normal;
  min-height: 0;
}

body.iem-wp-5-3 .select2-container.error .iem-select2-selection {
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  border-color: #dc3232;
}

body.iem-wp-5-3 .select2-container .iem-select2-dropdown .select2-search .select2-search__field:not(:focus) {
  border-color: #7e8993;
}

@media (min-width: 783px) {
  body.iem-wp-5-3 .select2-container .iem-select2-dropdown .select2-results__option {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media (max-width: 782px) {
  body.iem-wp-5-3 .select2-container .iem-select2-dropdown .select2-results__option {
    padding-left: 10px;
    padding-right: 10px;
  }
}

body.iem-wp-5-3 .select2-container.select2-container--focus .iem-select2-selection {
  -webkit-box-shadow: 0 0 0 1px #007cba;
  box-shadow: 0 0 0 1px #007cba;
  border-color: #007cba;
}

body.iem-wp-5-3 .select2-container.select2-container--open.select2-container--above .iem-select2-selection {
  -webkit-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

body.iem-wp-5-3 .select2-container.select2-container--open.select2-container--below .iem-select2-selection {
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

body.iem-wp-5-3 .select2-container.select2-container--open .iem-select2-dropdown.select2-dropdown--above {
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

body.iem-wp-5-3 .select2-container.select2-container--open .iem-select2-dropdown.select2-dropdown--below {
  -webkit-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

@media (min-width: 783px) {
  body.iem-wp-5-3.rtl .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 20px;
    padding-right: 8px;
  }
}

@media (max-width: 782px) {
  body.iem-wp-5-3.rtl .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 1px 10px 0 30px;
  }
}

/*! Plugin theme colors. * @since 1.0.0 * @package InvoiceEM */
body .iem-totals {
  background: #23282d;
  color: #fff;
}

body .iem-totals td {
  border-color: #b4b9be;
  color: #fff;
}

body .iem-nav-title {
  background: #23282d;
  color: #fff;
}

body .iem-tab-wrapper {
  background: #32373c;
}

body .iem-tab-wrapper a {
  color: #b4b9be;
}

body .iem-tab-wrapper a:hover {
  color: #00b9eb;
}

body .iem-tab-wrapper a.iem-tab-active, body .iem-tab-wrapper a.iem-tab-active-no-arrow {
  background: #0073aa;
  color: #fff;
}

body .iem-secondary-tab-wrapper {
  background: #0073aa;
}

body .iem-secondary-tab-wrapper a {
  color: #fff;
}

body .iem-secondary-tab-wrapper a:hover {
  background: #005d8a;
}

body .iem-secondary-tab-wrapper a.iem-tab-active {
  background: #00486a;
}

body .iem-sum-row {
  background: #0073aa;
}

body .iem-sum-row:nth-child(odd) {
  background: #0073aa;
}

body .iem-sum-row td {
  color: #fff;
}

body #poststuff .iem-meta-box .hndle {
  border-bottom-color: #0073aa;
}

body .iem-field.iem-loading::after {
  border-color: rgba(0, 115, 170, 0.25);
  border-top-color: #0073aa;
}

body .iem-field-repeatable:not(:first-child),
body .iem-repeatable-tools {
  border-color: #0073aa;
}

body .iem-repeatable-item > a {
  color: #fff;
}

body .iem-repeatable-item.ui-sortable-helper > a.iem-repeatable-move,
body .iem-repeatable-item > a:hover {
  background: #005d8a;
}

body .iem-repeatable-item > .iem-field-input {
  border-color: #0073aa;
}

body .iem-repeatable-count {
  background: #005d8a;
}

body #iem-iframe {
  border-color: #0073aa;
}

body #iem-iframe::before {
  border-color: #23282d;
}

body #iem-iframe-close::before, body #iem-iframe-close::after {
  background: #fff;
}

body #iem-iframe-loading::after {
  border-color: rgba(0, 115, 170, 0.25);
  border-top-color: #0073aa;
}

body .iem-toolbar {
  background: #32373c;
}

body .iem-toolbar a {
  color: #b4b9be;
}

body .iem-toolbar a:hover {
  color: #00b9eb;
}

body.admin-color-light .iem-totals {
  background: #e5e5e5;
  color: #333;
}

body.admin-color-light .iem-totals td {
  border-color: #686868;
  color: #333;
}

body.admin-color-light .iem-nav-title {
  background: #e5e5e5;
  color: #333;
}

body.admin-color-light .iem-tab-wrapper {
  background: #fff;
}

body.admin-color-light .iem-tab-wrapper a {
  color: #686868;
}

body.admin-color-light .iem-tab-wrapper a:hover {
  color: #04a4cc;
}

body.admin-color-light .iem-tab-wrapper a.iem-tab-active, body.admin-color-light .iem-tab-wrapper a.iem-tab-active-no-arrow {
  background: #888;
  color: #fff;
}

body.admin-color-light .iem-secondary-tab-wrapper {
  background: #888;
}

body.admin-color-light .iem-secondary-tab-wrapper a {
  color: #fff;
}

body.admin-color-light .iem-secondary-tab-wrapper a:hover {
  background: #787878;
}

body.admin-color-light .iem-secondary-tab-wrapper a.iem-tab-active {
  background: #686868;
}

body.admin-color-light .iem-sum-row {
  background: #888;
}

body.admin-color-light .iem-sum-row:nth-child(odd) {
  background: #888;
}

body.admin-color-light .iem-sum-row td {
  color: #fff;
}

body.admin-color-light #poststuff .iem-meta-box .hndle {
  border-bottom-color: #888;
}

body.admin-color-light .iem-field.iem-loading::after {
  border-color: rgba(136, 136, 136, 0.25);
  border-top-color: #888;
}

body.admin-color-light .iem-field-repeatable:not(:first-child),
body.admin-color-light .iem-repeatable-tools {
  border-color: #888;
}

body.admin-color-light .iem-repeatable-item > a {
  color: #fff;
}

body.admin-color-light .iem-repeatable-item.ui-sortable-helper > a.iem-repeatable-move,
body.admin-color-light .iem-repeatable-item > a:hover {
  background: #787878;
}

body.admin-color-light .iem-repeatable-item > .iem-field-input {
  border-color: #888;
}

body.admin-color-light .iem-repeatable-count {
  background: #787878;
}

body.admin-color-light #iem-iframe {
  border-color: #888;
}

body.admin-color-light #iem-iframe::before {
  border-color: #e5e5e5;
}

body.admin-color-light #iem-iframe-close::before, body.admin-color-light #iem-iframe-close::after {
  background: #fff;
}

body.admin-color-light #iem-iframe-loading::after {
  border-color: rgba(136, 136, 136, 0.25);
  border-top-color: #888;
}

body.admin-color-light .iem-toolbar {
  background: #fff;
}

body.admin-color-light .iem-toolbar a {
  color: #686868;
}

body.admin-color-light .iem-toolbar a:hover {
  color: #04a4cc;
}

body.admin-color-blue .iem-totals {
  background: #52accc;
  color: #fff;
}

body.admin-color-blue .iem-totals td {
  border-color: #e2ecf1;
  color: #fff;
}

body.admin-color-blue .iem-nav-title {
  background: #52accc;
  color: #fff;
}

body.admin-color-blue .iem-tab-wrapper {
  background: #4796b3;
}

body.admin-color-blue .iem-tab-wrapper a {
  color: #e2ecf1;
}

body.admin-color-blue .iem-tab-wrapper a:hover {
  color: #fff;
}

body.admin-color-blue .iem-tab-wrapper a.iem-tab-active, body.admin-color-blue .iem-tab-wrapper a.iem-tab-active-no-arrow {
  background: #096484;
  color: #fff;
}

body.admin-color-blue .iem-secondary-tab-wrapper {
  background: #096484;
}

body.admin-color-blue .iem-secondary-tab-wrapper a {
  color: #fff;
}

body.admin-color-blue .iem-secondary-tab-wrapper a:hover {
  background: #074d66;
}

body.admin-color-blue .iem-secondary-tab-wrapper a.iem-tab-active {
  background: #053748;
}

body.admin-color-blue .iem-sum-row {
  background: #096484;
}

body.admin-color-blue .iem-sum-row:nth-child(odd) {
  background: #096484;
}

body.admin-color-blue .iem-sum-row td {
  color: #fff;
}

body.admin-color-blue #poststuff .iem-meta-box .hndle {
  border-bottom-color: #096484;
}

body.admin-color-blue .iem-field.iem-loading::after {
  border-color: rgba(9, 100, 132, 0.25);
  border-top-color: #096484;
}

body.admin-color-blue .iem-field-repeatable:not(:first-child),
body.admin-color-blue .iem-repeatable-tools {
  border-color: #096484;
}

body.admin-color-blue .iem-repeatable-item > a {
  color: #fff;
}

body.admin-color-blue .iem-repeatable-item.ui-sortable-helper > a.iem-repeatable-move,
body.admin-color-blue .iem-repeatable-item > a:hover {
  background: #074d66;
}

body.admin-color-blue .iem-repeatable-item > .iem-field-input {
  border-color: #096484;
}

body.admin-color-blue .iem-repeatable-count {
  background: #074d66;
}

body.admin-color-blue #iem-iframe {
  border-color: #096484;
}

body.admin-color-blue #iem-iframe::before {
  border-color: #52accc;
}

body.admin-color-blue #iem-iframe-close::before, body.admin-color-blue #iem-iframe-close::after {
  background: #fff;
}

body.admin-color-blue #iem-iframe-loading::after {
  border-color: rgba(9, 100, 132, 0.25);
  border-top-color: #096484;
}

body.admin-color-blue .iem-toolbar {
  background: #4796b3;
}

body.admin-color-blue .iem-toolbar a {
  color: #e2ecf1;
}

body.admin-color-blue .iem-toolbar a:hover {
  color: #fff;
}

body.admin-color-coffee .iem-totals {
  background: #59524c;
  color: #fff;
}

body.admin-color-coffee .iem-totals td {
  border-color: #cdcbc9;
  color: #fff;
}

body.admin-color-coffee .iem-nav-title {
  background: #59524c;
  color: #fff;
}

body.admin-color-coffee .iem-tab-wrapper {
  background: #46403c;
}

body.admin-color-coffee .iem-tab-wrapper a {
  color: #cdcbc9;
}

body.admin-color-coffee .iem-tab-wrapper a:hover {
  color: #c7a589;
}

body.admin-color-coffee .iem-tab-wrapper a.iem-tab-active, body.admin-color-coffee .iem-tab-wrapper a.iem-tab-active-no-arrow {
  background: #c7a589;
  color: #fff;
}

body.admin-color-coffee .iem-secondary-tab-wrapper {
  background: #c7a589;
}

body.admin-color-coffee .iem-secondary-tab-wrapper a {
  color: #fff;
}

body.admin-color-coffee .iem-secondary-tab-wrapper a:hover {
  background: #bd9573;
}

body.admin-color-coffee .iem-secondary-tab-wrapper a.iem-tab-active {
  background: #b2845e;
}

body.admin-color-coffee .iem-sum-row {
  background: #c7a589;
}

body.admin-color-coffee .iem-sum-row:nth-child(odd) {
  background: #c7a589;
}

body.admin-color-coffee .iem-sum-row td {
  color: #fff;
}

body.admin-color-coffee #poststuff .iem-meta-box .hndle {
  border-bottom-color: #c7a589;
}

body.admin-color-coffee .iem-field.iem-loading::after {
  border-color: rgba(199, 165, 137, 0.25);
  border-top-color: #c7a589;
}

body.admin-color-coffee .iem-field-repeatable:not(:first-child),
body.admin-color-coffee .iem-repeatable-tools {
  border-color: #c7a589;
}

body.admin-color-coffee .iem-repeatable-item > a {
  color: #fff;
}

body.admin-color-coffee .iem-repeatable-item.ui-sortable-helper > a.iem-repeatable-move,
body.admin-color-coffee .iem-repeatable-item > a:hover {
  background: #bd9573;
}

body.admin-color-coffee .iem-repeatable-item > .iem-field-input {
  border-color: #c7a589;
}

body.admin-color-coffee .iem-repeatable-count {
  background: #bd9573;
}

body.admin-color-coffee #iem-iframe {
  border-color: #c7a589;
}

body.admin-color-coffee #iem-iframe::before {
  border-color: #59524c;
}

body.admin-color-coffee #iem-iframe-close::before, body.admin-color-coffee #iem-iframe-close::after {
  background: #fff;
}

body.admin-color-coffee #iem-iframe-loading::after {
  border-color: rgba(199, 165, 137, 0.25);
  border-top-color: #c7a589;
}

body.admin-color-coffee .iem-toolbar {
  background: #46403c;
}

body.admin-color-coffee .iem-toolbar a {
  color: #cdcbc9;
}

body.admin-color-coffee .iem-toolbar a:hover {
  color: #c7a589;
}

body.admin-color-ectoplasm .iem-totals {
  background: #523f6d;
  color: #fff;
}

body.admin-color-ectoplasm .iem-totals td {
  border-color: #cbc5d3;
  color: #fff;
}

body.admin-color-ectoplasm .iem-nav-title {
  background: #523f6d;
  color: #fff;
}

body.admin-color-ectoplasm .iem-tab-wrapper {
  background: #413256;
}

body.admin-color-ectoplasm .iem-tab-wrapper a {
  color: #cbc5d3;
}

body.admin-color-ectoplasm .iem-tab-wrapper a:hover {
  color: #a3b745;
}

body.admin-color-ectoplasm .iem-tab-wrapper a.iem-tab-active, body.admin-color-ectoplasm .iem-tab-wrapper a.iem-tab-active-no-arrow {
  background: #a3b745;
  color: #fff;
}

body.admin-color-ectoplasm .iem-secondary-tab-wrapper {
  background: #a3b745;
}

body.admin-color-ectoplasm .iem-secondary-tab-wrapper a {
  color: #fff;
}

body.admin-color-ectoplasm .iem-secondary-tab-wrapper a:hover {
  background: #8ea03c;
}

body.admin-color-ectoplasm .iem-secondary-tab-wrapper a.iem-tab-active {
  background: #7a8934;
}

body.admin-color-ectoplasm .iem-sum-row {
  background: #a3b745;
}

body.admin-color-ectoplasm .iem-sum-row:nth-child(odd) {
  background: #a3b745;
}

body.admin-color-ectoplasm .iem-sum-row td {
  color: #fff;
}

body.admin-color-ectoplasm #poststuff .iem-meta-box .hndle {
  border-bottom-color: #a3b745;
}

body.admin-color-ectoplasm .iem-field.iem-loading::after {
  border-color: rgba(163, 183, 69, 0.25);
  border-top-color: #a3b745;
}

body.admin-color-ectoplasm .iem-field-repeatable:not(:first-child),
body.admin-color-ectoplasm .iem-repeatable-tools {
  border-color: #a3b745;
}

body.admin-color-ectoplasm .iem-repeatable-item > a {
  color: #fff;
}

body.admin-color-ectoplasm .iem-repeatable-item.ui-sortable-helper > a.iem-repeatable-move,
body.admin-color-ectoplasm .iem-repeatable-item > a:hover {
  background: #8ea03c;
}

body.admin-color-ectoplasm .iem-repeatable-item > .iem-field-input {
  border-color: #a3b745;
}

body.admin-color-ectoplasm .iem-repeatable-count {
  background: #8ea03c;
}

body.admin-color-ectoplasm #iem-iframe {
  border-color: #a3b745;
}

body.admin-color-ectoplasm #iem-iframe::before {
  border-color: #523f6d;
}

body.admin-color-ectoplasm #iem-iframe-close::before, body.admin-color-ectoplasm #iem-iframe-close::after {
  background: #fff;
}

body.admin-color-ectoplasm #iem-iframe-loading::after {
  border-color: rgba(163, 183, 69, 0.25);
  border-top-color: #a3b745;
}

body.admin-color-ectoplasm .iem-toolbar {
  background: #413256;
}

body.admin-color-ectoplasm .iem-toolbar a {
  color: #cbc5d3;
}

body.admin-color-ectoplasm .iem-toolbar a:hover {
  color: #a3b745;
}

body.admin-color-midnight .iem-totals {
  background: #363b3f;
  color: #fff;
}

body.admin-color-midnight .iem-totals td {
  border-color: #c3c4c5;
  color: #fff;
}

body.admin-color-midnight .iem-nav-title {
  background: #363b3f;
  color: #fff;
}

body.admin-color-midnight .iem-tab-wrapper {
  background: #26292c;
}

body.admin-color-midnight .iem-tab-wrapper a {
  color: #c3c4c5;
}

body.admin-color-midnight .iem-tab-wrapper a:hover {
  color: #e14d43;
}

body.admin-color-midnight .iem-tab-wrapper a.iem-tab-active, body.admin-color-midnight .iem-tab-wrapper a.iem-tab-active-no-arrow {
  background: #e14d43;
  color: #fff;
}

body.admin-color-midnight .iem-secondary-tab-wrapper {
  background: #e14d43;
}

body.admin-color-midnight .iem-secondary-tab-wrapper a {
  color: #fff;
}

body.admin-color-midnight .iem-secondary-tab-wrapper a:hover {
  background: #dd3328;
}

body.admin-color-midnight .iem-secondary-tab-wrapper a.iem-tab-active {
  background: #c52a1f;
}

body.admin-color-midnight .iem-sum-row {
  background: #e14d43;
}

body.admin-color-midnight .iem-sum-row:nth-child(odd) {
  background: #e14d43;
}

body.admin-color-midnight .iem-sum-row td {
  color: #fff;
}

body.admin-color-midnight #poststuff .iem-meta-box .hndle {
  border-bottom-color: #e14d43;
}

body.admin-color-midnight .iem-field.iem-loading::after {
  border-color: rgba(225, 77, 67, 0.25);
  border-top-color: #e14d43;
}

body.admin-color-midnight .iem-field-repeatable:not(:first-child),
body.admin-color-midnight .iem-repeatable-tools {
  border-color: #e14d43;
}

body.admin-color-midnight .iem-repeatable-item > a {
  color: #fff;
}

body.admin-color-midnight .iem-repeatable-item.ui-sortable-helper > a.iem-repeatable-move,
body.admin-color-midnight .iem-repeatable-item > a:hover {
  background: #dd3328;
}

body.admin-color-midnight .iem-repeatable-item > .iem-field-input {
  border-color: #e14d43;
}

body.admin-color-midnight .iem-repeatable-count {
  background: #dd3328;
}

body.admin-color-midnight #iem-iframe {
  border-color: #e14d43;
}

body.admin-color-midnight #iem-iframe::before {
  border-color: #363b3f;
}

body.admin-color-midnight #iem-iframe-close::before, body.admin-color-midnight #iem-iframe-close::after {
  background: #fff;
}

body.admin-color-midnight #iem-iframe-loading::after {
  border-color: rgba(225, 77, 67, 0.25);
  border-top-color: #e14d43;
}

body.admin-color-midnight .iem-toolbar {
  background: #26292c;
}

body.admin-color-midnight .iem-toolbar a {
  color: #c3c4c5;
}

body.admin-color-midnight .iem-toolbar a:hover {
  color: #e14d43;
}

body.admin-color-ocean .iem-totals {
  background: #738e96;
  color: #fff;
}

body.admin-color-ocean .iem-totals td {
  border-color: #d5dde0;
  color: #fff;
}

body.admin-color-ocean .iem-nav-title {
  background: #738e96;
  color: #fff;
}

body.admin-color-ocean .iem-tab-wrapper {
  background: #627c83;
}

body.admin-color-ocean .iem-tab-wrapper a {
  color: #d5dde0;
}

body.admin-color-ocean .iem-tab-wrapper a:hover {
  color: #9ebaa0;
}

body.admin-color-ocean .iem-tab-wrapper a.iem-tab-active, body.admin-color-ocean .iem-tab-wrapper a.iem-tab-active-no-arrow {
  background: #9ebaa0;
  color: #fff;
}

body.admin-color-ocean .iem-secondary-tab-wrapper {
  background: #9ebaa0;
}

body.admin-color-ocean .iem-secondary-tab-wrapper a {
  color: #fff;
}

body.admin-color-ocean .iem-secondary-tab-wrapper a:hover {
  background: #8bad8e;
}

body.admin-color-ocean .iem-secondary-tab-wrapper a.iem-tab-active {
  background: #79a07c;
}

body.admin-color-ocean .iem-sum-row {
  background: #9ebaa0;
}

body.admin-color-ocean .iem-sum-row:nth-child(odd) {
  background: #9ebaa0;
}

body.admin-color-ocean .iem-sum-row td {
  color: #fff;
}

body.admin-color-ocean #poststuff .iem-meta-box .hndle {
  border-bottom-color: #9ebaa0;
}

body.admin-color-ocean .iem-field.iem-loading::after {
  border-color: rgba(158, 186, 160, 0.25);
  border-top-color: #9ebaa0;
}

body.admin-color-ocean .iem-field-repeatable:not(:first-child),
body.admin-color-ocean .iem-repeatable-tools {
  border-color: #9ebaa0;
}

body.admin-color-ocean .iem-repeatable-item > a {
  color: #fff;
}

body.admin-color-ocean .iem-repeatable-item.ui-sortable-helper > a.iem-repeatable-move,
body.admin-color-ocean .iem-repeatable-item > a:hover {
  background: #8bad8e;
}

body.admin-color-ocean .iem-repeatable-item > .iem-field-input {
  border-color: #9ebaa0;
}

body.admin-color-ocean .iem-repeatable-count {
  background: #8bad8e;
}

body.admin-color-ocean #iem-iframe {
  border-color: #9ebaa0;
}

body.admin-color-ocean #iem-iframe::before {
  border-color: #738e96;
}

body.admin-color-ocean #iem-iframe-close::before, body.admin-color-ocean #iem-iframe-close::after {
  background: #fff;
}

body.admin-color-ocean #iem-iframe-loading::after {
  border-color: rgba(158, 186, 160, 0.25);
  border-top-color: #9ebaa0;
}

body.admin-color-ocean .iem-toolbar {
  background: #627c83;
}

body.admin-color-ocean .iem-toolbar a {
  color: #d5dde0;
}

body.admin-color-ocean .iem-toolbar a:hover {
  color: #9ebaa0;
}

body.admin-color-sunrise .iem-totals {
  background: #cf4944;
  color: #fff;
}

body.admin-color-sunrise .iem-totals td {
  border-color: #f1c8c7;
  color: #fff;
}

body.admin-color-sunrise .iem-nav-title {
  background: #cf4944;
  color: #fff;
}

body.admin-color-sunrise .iem-tab-wrapper {
  background: #be3631;
}

body.admin-color-sunrise .iem-tab-wrapper a {
  color: #f1c8c7;
}

body.admin-color-sunrise .iem-tab-wrapper a:hover {
  color: #f7e3d3;
}

body.admin-color-sunrise .iem-tab-wrapper a.iem-tab-active, body.admin-color-sunrise .iem-tab-wrapper a.iem-tab-active-no-arrow {
  background: #dd823b;
  color: #fff;
}

body.admin-color-sunrise .iem-secondary-tab-wrapper {
  background: #dd823b;
}

body.admin-color-sunrise .iem-secondary-tab-wrapper a {
  color: #fff;
}

body.admin-color-sunrise .iem-secondary-tab-wrapper a:hover {
  background: #d37125;
}

body.admin-color-sunrise .iem-secondary-tab-wrapper a.iem-tab-active {
  background: #b86320;
}

body.admin-color-sunrise .iem-sum-row {
  background: #dd823b;
}

body.admin-color-sunrise .iem-sum-row:nth-child(odd) {
  background: #dd823b;
}

body.admin-color-sunrise .iem-sum-row td {
  color: #fff;
}

body.admin-color-sunrise #poststuff .iem-meta-box .hndle {
  border-bottom-color: #dd823b;
}

body.admin-color-sunrise .iem-field.iem-loading::after {
  border-color: rgba(221, 130, 59, 0.25);
  border-top-color: #dd823b;
}

body.admin-color-sunrise .iem-field-repeatable:not(:first-child),
body.admin-color-sunrise .iem-repeatable-tools {
  border-color: #dd823b;
}

body.admin-color-sunrise .iem-repeatable-item > a {
  color: #fff;
}

body.admin-color-sunrise .iem-repeatable-item.ui-sortable-helper > a.iem-repeatable-move,
body.admin-color-sunrise .iem-repeatable-item > a:hover {
  background: #d37125;
}

body.admin-color-sunrise .iem-repeatable-item > .iem-field-input {
  border-color: #dd823b;
}

body.admin-color-sunrise .iem-repeatable-count {
  background: #d37125;
}

body.admin-color-sunrise #iem-iframe {
  border-color: #dd823b;
}

body.admin-color-sunrise #iem-iframe::before {
  border-color: #cf4944;
}

body.admin-color-sunrise #iem-iframe-close::before, body.admin-color-sunrise #iem-iframe-close::after {
  background: #fff;
}

body.admin-color-sunrise #iem-iframe-loading::after {
  border-color: rgba(221, 130, 59, 0.25);
  border-top-color: #dd823b;
}

body.admin-color-sunrise .iem-toolbar {
  background: #be3631;
}

body.admin-color-sunrise .iem-toolbar a {
  color: #f1c8c7;
}

body.admin-color-sunrise .iem-toolbar a:hover {
  color: #f7e3d3;
}

body.admin-color-80s-kid .iem-totals {
  background: #0c4da1;
  color: #fff;
}

body.admin-color-80s-kid .iem-totals td {
  border-color: #b6cae3;
  color: #fff;
}

body.admin-color-80s-kid .iem-nav-title {
  background: #0c4da1;
  color: #fff;
}

body.admin-color-80s-kid .iem-tab-wrapper {
  background: #0a3d80;
}

body.admin-color-80s-kid .iem-tab-wrapper a {
  color: #b6cae3;
}

body.admin-color-80s-kid .iem-tab-wrapper a:hover {
  color: #ed5793;
}

body.admin-color-80s-kid .iem-tab-wrapper a.iem-tab-active, body.admin-color-80s-kid .iem-tab-wrapper a.iem-tab-active-no-arrow {
  background: #ed5793;
  color: #fff;
}

body.admin-color-80s-kid .iem-secondary-tab-wrapper {
  background: #ed5793;
}

body.admin-color-80s-kid .iem-secondary-tab-wrapper a {
  color: #fff;
}

body.admin-color-80s-kid .iem-secondary-tab-wrapper a:hover {
  background: #ea3a80;
}

body.admin-color-80s-kid .iem-secondary-tab-wrapper a.iem-tab-active {
  background: #e71d6e;
}

body.admin-color-80s-kid .iem-sum-row {
  background: #ed5793;
}

body.admin-color-80s-kid .iem-sum-row:nth-child(odd) {
  background: #ed5793;
}

body.admin-color-80s-kid .iem-sum-row td {
  color: #fff;
}

body.admin-color-80s-kid #poststuff .iem-meta-box .hndle {
  border-bottom-color: #ed5793;
}

body.admin-color-80s-kid .iem-field.iem-loading::after {
  border-color: rgba(237, 87, 147, 0.25);
  border-top-color: #ed5793;
}

body.admin-color-80s-kid .iem-field-repeatable:not(:first-child),
body.admin-color-80s-kid .iem-repeatable-tools {
  border-color: #ed5793;
}

body.admin-color-80s-kid .iem-repeatable-item > a {
  color: #fff;
}

body.admin-color-80s-kid .iem-repeatable-item.ui-sortable-helper > a.iem-repeatable-move,
body.admin-color-80s-kid .iem-repeatable-item > a:hover {
  background: #ea3a80;
}

body.admin-color-80s-kid .iem-repeatable-item > .iem-field-input {
  border-color: #ed5793;
}

body.admin-color-80s-kid .iem-repeatable-count {
  background: #ea3a80;
}

body.admin-color-80s-kid #iem-iframe {
  border-color: #ed5793;
}

body.admin-color-80s-kid #iem-iframe::before {
  border-color: #0c4da1;
}

body.admin-color-80s-kid #iem-iframe-close::before, body.admin-color-80s-kid #iem-iframe-close::after {
  background: #fff;
}

body.admin-color-80s-kid #iem-iframe-loading::after {
  border-color: rgba(237, 87, 147, 0.25);
  border-top-color: #ed5793;
}

body.admin-color-80s-kid .iem-toolbar {
  background: #0a3d80;
}

body.admin-color-80s-kid .iem-toolbar a {
  color: #b6cae3;
}

body.admin-color-80s-kid .iem-toolbar a:hover {
  color: #ed5793;
}

body.admin-color-aubergine .iem-totals {
  background: #5c5b73;
  color: #fff;
}

body.admin-color-aubergine .iem-totals td {
  border-color: #ceced5;
  color: #fff;
}

body.admin-color-aubergine .iem-nav-title {
  background: #5c5b73;
  color: #fff;
}

body.admin-color-aubergine .iem-tab-wrapper {
  background: #4c4b5f;
}

body.admin-color-aubergine .iem-tab-wrapper a {
  color: #ceced5;
}

body.admin-color-aubergine .iem-tab-wrapper a:hover {
  color: #da9b49;
}

body.admin-color-aubergine .iem-tab-wrapper a.iem-tab-active, body.admin-color-aubergine .iem-tab-wrapper a.iem-tab-active-no-arrow {
  background: #da9b49;
  color: #fff;
}

body.admin-color-aubergine .iem-secondary-tab-wrapper {
  background: #da9b49;
}

body.admin-color-aubergine .iem-secondary-tab-wrapper a {
  color: #fff;
}

body.admin-color-aubergine .iem-secondary-tab-wrapper a:hover {
  background: #d58c2f;
}

body.admin-color-aubergine .iem-secondary-tab-wrapper a.iem-tab-active {
  background: #bd7b26;
}

body.admin-color-aubergine .iem-sum-row {
  background: #da9b49;
}

body.admin-color-aubergine .iem-sum-row:nth-child(odd) {
  background: #da9b49;
}

body.admin-color-aubergine .iem-sum-row td {
  color: #fff;
}

body.admin-color-aubergine #poststuff .iem-meta-box .hndle {
  border-bottom-color: #da9b49;
}

body.admin-color-aubergine .iem-field.iem-loading::after {
  border-color: rgba(218, 155, 73, 0.25);
  border-top-color: #da9b49;
}

body.admin-color-aubergine .iem-field-repeatable:not(:first-child),
body.admin-color-aubergine .iem-repeatable-tools {
  border-color: #da9b49;
}

body.admin-color-aubergine .iem-repeatable-item > a {
  color: #fff;
}

body.admin-color-aubergine .iem-repeatable-item.ui-sortable-helper > a.iem-repeatable-move,
body.admin-color-aubergine .iem-repeatable-item > a:hover {
  background: #d58c2f;
}

body.admin-color-aubergine .iem-repeatable-item > .iem-field-input {
  border-color: #da9b49;
}

body.admin-color-aubergine .iem-repeatable-count {
  background: #d58c2f;
}

body.admin-color-aubergine #iem-iframe {
  border-color: #da9b49;
}

body.admin-color-aubergine #iem-iframe::before {
  border-color: #5c5b73;
}

body.admin-color-aubergine #iem-iframe-close::before, body.admin-color-aubergine #iem-iframe-close::after {
  background: #fff;
}

body.admin-color-aubergine #iem-iframe-loading::after {
  border-color: rgba(218, 155, 73, 0.25);
  border-top-color: #da9b49;
}

body.admin-color-aubergine .iem-toolbar {
  background: #4c4b5f;
}

body.admin-color-aubergine .iem-toolbar a {
  color: #ceced5;
}

body.admin-color-aubergine .iem-toolbar a:hover {
  color: #da9b49;
}

body.admin-color-cruise .iem-totals {
  background: #36395c;
  color: #fff;
}

body.admin-color-cruise .iem-totals td {
  border-color: #c3c4ce;
  color: #fff;
}

body.admin-color-cruise .iem-nav-title {
  background: #36395c;
  color: #fff;
}

body.admin-color-cruise .iem-tab-wrapper {
  background: #292b46;
}

body.admin-color-cruise .iem-tab-wrapper a {
  color: #c3c4ce;
}

body.admin-color-cruise .iem-tab-wrapper a:hover {
  color: #8bbc9f;
}

body.admin-color-cruise .iem-tab-wrapper a.iem-tab-active, body.admin-color-cruise .iem-tab-wrapper a.iem-tab-active-no-arrow {
  background: #8bbc9f;
  color: #fff;
}

body.admin-color-cruise .iem-secondary-tab-wrapper {
  background: #8bbc9f;
}

body.admin-color-cruise .iem-secondary-tab-wrapper a {
  color: #fff;
}

body.admin-color-cruise .iem-secondary-tab-wrapper a:hover {
  background: #77b08e;
}

body.admin-color-cruise .iem-secondary-tab-wrapper a.iem-tab-active {
  background: #63a57e;
}

body.admin-color-cruise .iem-sum-row {
  background: #8bbc9f;
}

body.admin-color-cruise .iem-sum-row:nth-child(odd) {
  background: #8bbc9f;
}

body.admin-color-cruise .iem-sum-row td {
  color: #fff;
}

body.admin-color-cruise #poststuff .iem-meta-box .hndle {
  border-bottom-color: #8bbc9f;
}

body.admin-color-cruise .iem-field.iem-loading::after {
  border-color: rgba(139, 188, 159, 0.25);
  border-top-color: #8bbc9f;
}

body.admin-color-cruise .iem-field-repeatable:not(:first-child),
body.admin-color-cruise .iem-repeatable-tools {
  border-color: #8bbc9f;
}

body.admin-color-cruise .iem-repeatable-item > a {
  color: #fff;
}

body.admin-color-cruise .iem-repeatable-item.ui-sortable-helper > a.iem-repeatable-move,
body.admin-color-cruise .iem-repeatable-item > a:hover {
  background: #77b08e;
}

body.admin-color-cruise .iem-repeatable-item > .iem-field-input {
  border-color: #8bbc9f;
}

body.admin-color-cruise .iem-repeatable-count {
  background: #77b08e;
}

body.admin-color-cruise #iem-iframe {
  border-color: #8bbc9f;
}

body.admin-color-cruise #iem-iframe::before {
  border-color: #36395c;
}

body.admin-color-cruise #iem-iframe-close::before, body.admin-color-cruise #iem-iframe-close::after {
  background: #fff;
}

body.admin-color-cruise #iem-iframe-loading::after {
  border-color: rgba(139, 188, 159, 0.25);
  border-top-color: #8bbc9f;
}

body.admin-color-cruise .iem-toolbar {
  background: #292b46;
}

body.admin-color-cruise .iem-toolbar a {
  color: #c3c4ce;
}

body.admin-color-cruise .iem-toolbar a:hover {
  color: #8bbc9f;
}

body.admin-color-flat .iem-totals {
  background: #2c3e50;
  color: #fff;
}

body.admin-color-flat .iem-totals td {
  border-color: #c0c5cb;
  color: #fff;
}

body.admin-color-flat .iem-nav-title {
  background: #2c3e50;
  color: #fff;
}

body.admin-color-flat .iem-tab-wrapper {
  background: #1f2c39;
}

body.admin-color-flat .iem-tab-wrapper a {
  color: #c0c5cb;
}

body.admin-color-flat .iem-tab-wrapper a:hover {
  color: #1abc9c;
}

body.admin-color-flat .iem-tab-wrapper a.iem-tab-active, body.admin-color-flat .iem-tab-wrapper a.iem-tab-active-no-arrow {
  background: #1abc9c;
  color: #fff;
}

body.admin-color-flat .iem-secondary-tab-wrapper {
  background: #1abc9c;
}

body.admin-color-flat .iem-secondary-tab-wrapper a {
  color: #fff;
}

body.admin-color-flat .iem-secondary-tab-wrapper a:hover {
  background: #16a085;
}

body.admin-color-flat .iem-secondary-tab-wrapper a.iem-tab-active {
  background: #12846e;
}

body.admin-color-flat .iem-sum-row {
  background: #1abc9c;
}

body.admin-color-flat .iem-sum-row:nth-child(odd) {
  background: #1abc9c;
}

body.admin-color-flat .iem-sum-row td {
  color: #fff;
}

body.admin-color-flat #poststuff .iem-meta-box .hndle {
  border-bottom-color: #1abc9c;
}

body.admin-color-flat .iem-field.iem-loading::after {
  border-color: rgba(26, 188, 156, 0.25);
  border-top-color: #1abc9c;
}

body.admin-color-flat .iem-field-repeatable:not(:first-child),
body.admin-color-flat .iem-repeatable-tools {
  border-color: #1abc9c;
}

body.admin-color-flat .iem-repeatable-item > a {
  color: #fff;
}

body.admin-color-flat .iem-repeatable-item.ui-sortable-helper > a.iem-repeatable-move,
body.admin-color-flat .iem-repeatable-item > a:hover {
  background: #16a085;
}

body.admin-color-flat .iem-repeatable-item > .iem-field-input {
  border-color: #1abc9c;
}

body.admin-color-flat .iem-repeatable-count {
  background: #16a085;
}

body.admin-color-flat #iem-iframe {
  border-color: #1abc9c;
}

body.admin-color-flat #iem-iframe::before {
  border-color: #2c3e50;
}

body.admin-color-flat #iem-iframe-close::before, body.admin-color-flat #iem-iframe-close::after {
  background: #fff;
}

body.admin-color-flat #iem-iframe-loading::after {
  border-color: rgba(26, 188, 156, 0.25);
  border-top-color: #1abc9c;
}

body.admin-color-flat .iem-toolbar {
  background: #1f2c39;
}

body.admin-color-flat .iem-toolbar a {
  color: #c0c5cb;
}

body.admin-color-flat .iem-toolbar a:hover {
  color: #1abc9c;
}

body.admin-color-lawn .iem-totals {
  background: #1e2a29;
  color: #fff;
}

body.admin-color-lawn .iem-totals td {
  border-color: #bcbfbf;
  color: #fff;
}

body.admin-color-lawn .iem-nav-title {
  background: #1e2a29;
  color: #fff;
}

body.admin-color-lawn .iem-tab-wrapper {
  background: #0f1515;
}

body.admin-color-lawn .iem-tab-wrapper a {
  color: #bcbfbf;
}

body.admin-color-lawn .iem-tab-wrapper a:hover {
  color: #a7b145;
}

body.admin-color-lawn .iem-tab-wrapper a.iem-tab-active, body.admin-color-lawn .iem-tab-wrapper a.iem-tab-active-no-arrow {
  background: #a7b145;
  color: #fff;
}

body.admin-color-lawn .iem-secondary-tab-wrapper {
  background: #a7b145;
}

body.admin-color-lawn .iem-secondary-tab-wrapper a {
  color: #fff;
}

body.admin-color-lawn .iem-secondary-tab-wrapper a:hover {
  background: #919a3c;
}

body.admin-color-lawn .iem-secondary-tab-wrapper a.iem-tab-active {
  background: #7c8333;
}

body.admin-color-lawn .iem-sum-row {
  background: #a7b145;
}

body.admin-color-lawn .iem-sum-row:nth-child(odd) {
  background: #a7b145;
}

body.admin-color-lawn .iem-sum-row td {
  color: #fff;
}

body.admin-color-lawn #poststuff .iem-meta-box .hndle {
  border-bottom-color: #a7b145;
}

body.admin-color-lawn .iem-field.iem-loading::after {
  border-color: rgba(167, 177, 69, 0.25);
  border-top-color: #a7b145;
}

body.admin-color-lawn .iem-field-repeatable:not(:first-child),
body.admin-color-lawn .iem-repeatable-tools {
  border-color: #a7b145;
}

body.admin-color-lawn .iem-repeatable-item > a {
  color: #fff;
}

body.admin-color-lawn .iem-repeatable-item.ui-sortable-helper > a.iem-repeatable-move,
body.admin-color-lawn .iem-repeatable-item > a:hover {
  background: #919a3c;
}

body.admin-color-lawn .iem-repeatable-item > .iem-field-input {
  border-color: #a7b145;
}

body.admin-color-lawn .iem-repeatable-count {
  background: #919a3c;
}

body.admin-color-lawn #iem-iframe {
  border-color: #a7b145;
}

body.admin-color-lawn #iem-iframe::before {
  border-color: #1e2a29;
}

body.admin-color-lawn #iem-iframe-close::before, body.admin-color-lawn #iem-iframe-close::after {
  background: #fff;
}

body.admin-color-lawn #iem-iframe-loading::after {
  border-color: rgba(167, 177, 69, 0.25);
  border-top-color: #a7b145;
}

body.admin-color-lawn .iem-toolbar {
  background: #0f1515;
}

body.admin-color-lawn .iem-toolbar a {
  color: #bcbfbf;
}

body.admin-color-lawn .iem-toolbar a:hover {
  color: #a7b145;
}

body.admin-color-primary .iem-totals {
  background: #35395c;
  color: #fff;
}

body.admin-color-primary .iem-totals td {
  border-color: #c2c4ce;
  color: #fff;
}

body.admin-color-primary .iem-nav-title {
  background: #35395c;
  color: #fff;
}

body.admin-color-primary .iem-tab-wrapper {
  background: #282b45;
}

body.admin-color-primary .iem-tab-wrapper a {
  color: #c2c4ce;
}

body.admin-color-primary .iem-tab-wrapper a:hover {
  color: #d8b230;
}

body.admin-color-primary .iem-tab-wrapper a.iem-tab-active, body.admin-color-primary .iem-tab-wrapper a.iem-tab-active-no-arrow {
  background: #d8b230;
  color: #fff;
}

body.admin-color-primary .iem-secondary-tab-wrapper {
  background: #d8b230;
}

body.admin-color-primary .iem-secondary-tab-wrapper a {
  color: #fff;
}

body.admin-color-primary .iem-secondary-tab-wrapper a:hover {
  background: #c39f25;
}

body.admin-color-primary .iem-secondary-tab-wrapper a.iem-tab-active {
  background: #a98a20;
}

body.admin-color-primary .iem-sum-row {
  background: #d8b230;
}

body.admin-color-primary .iem-sum-row:nth-child(odd) {
  background: #d8b230;
}

body.admin-color-primary .iem-sum-row td {
  color: #fff;
}

body.admin-color-primary #poststuff .iem-meta-box .hndle {
  border-bottom-color: #d8b230;
}

body.admin-color-primary .iem-field.iem-loading::after {
  border-color: rgba(216, 178, 48, 0.25);
  border-top-color: #d8b230;
}

body.admin-color-primary .iem-field-repeatable:not(:first-child),
body.admin-color-primary .iem-repeatable-tools {
  border-color: #d8b230;
}

body.admin-color-primary .iem-repeatable-item > a {
  color: #fff;
}

body.admin-color-primary .iem-repeatable-item.ui-sortable-helper > a.iem-repeatable-move,
body.admin-color-primary .iem-repeatable-item > a:hover {
  background: #c39f25;
}

body.admin-color-primary .iem-repeatable-item > .iem-field-input {
  border-color: #d8b230;
}

body.admin-color-primary .iem-repeatable-count {
  background: #c39f25;
}

body.admin-color-primary #iem-iframe {
  border-color: #d8b230;
}

body.admin-color-primary #iem-iframe::before {
  border-color: #35395c;
}

body.admin-color-primary #iem-iframe-close::before, body.admin-color-primary #iem-iframe-close::after {
  background: #fff;
}

body.admin-color-primary #iem-iframe-loading::after {
  border-color: rgba(216, 178, 48, 0.25);
  border-top-color: #d8b230;
}

body.admin-color-primary .iem-toolbar {
  background: #282b45;
}

body.admin-color-primary .iem-toolbar a {
  color: #c2c4ce;
}

body.admin-color-primary .iem-toolbar a:hover {
  color: #d8b230;
}

body.admin-color-seashore .iem-totals {
  background: #e1dbc5;
  color: #533c30;
}

body.admin-color-seashore .iem-totals td {
  border-color: #7e6c5d;
  color: #533c30;
}

body.admin-color-seashore .iem-nav-title {
  background: #e1dbc5;
  color: #533c30;
}

body.admin-color-seashore .iem-tab-wrapper {
  background: #d5cdad;
}

body.admin-color-seashore .iem-tab-wrapper a {
  color: #7e6c5d;
}

body.admin-color-seashore .iem-tab-wrapper a:hover {
  color: #456a7f;
}

body.admin-color-seashore .iem-tab-wrapper a.iem-tab-active, body.admin-color-seashore .iem-tab-wrapper a.iem-tab-active-no-arrow {
  background: #456a7f;
  color: #f8f6f1;
}

body.admin-color-seashore .iem-secondary-tab-wrapper {
  background: #456a7f;
}

body.admin-color-seashore .iem-secondary-tab-wrapper a {
  color: #f8f6f1;
}

body.admin-color-seashore .iem-secondary-tab-wrapper a:hover {
  background: #3a596a;
}

body.admin-color-seashore .iem-secondary-tab-wrapper a.iem-tab-active {
  background: #2f4856;
}

body.admin-color-seashore .iem-sum-row {
  background: #456a7f;
}

body.admin-color-seashore .iem-sum-row:nth-child(odd) {
  background: #456a7f;
}

body.admin-color-seashore .iem-sum-row td {
  color: #f8f6f1;
}

body.admin-color-seashore #poststuff .iem-meta-box .hndle {
  border-bottom-color: #456a7f;
}

body.admin-color-seashore .iem-field.iem-loading::after {
  border-color: rgba(69, 106, 127, 0.25);
  border-top-color: #456a7f;
}

body.admin-color-seashore .iem-field-repeatable:not(:first-child),
body.admin-color-seashore .iem-repeatable-tools {
  border-color: #456a7f;
}

body.admin-color-seashore .iem-repeatable-item > a {
  color: #f8f6f1;
}

body.admin-color-seashore .iem-repeatable-item.ui-sortable-helper > a.iem-repeatable-move,
body.admin-color-seashore .iem-repeatable-item > a:hover {
  background: #3a596a;
}

body.admin-color-seashore .iem-repeatable-item > .iem-field-input {
  border-color: #456a7f;
}

body.admin-color-seashore .iem-repeatable-count {
  background: #3a596a;
}

body.admin-color-seashore #iem-iframe {
  border-color: #456a7f;
}

body.admin-color-seashore #iem-iframe::before {
  border-color: #e1dbc5;
}

body.admin-color-seashore #iem-iframe-close::before, body.admin-color-seashore #iem-iframe-close::after {
  background: #f8f6f1;
}

body.admin-color-seashore #iem-iframe-loading::after {
  border-color: rgba(69, 106, 127, 0.25);
  border-top-color: #456a7f;
}

body.admin-color-seashore .iem-toolbar {
  background: #d5cdad;
}

body.admin-color-seashore .iem-toolbar a {
  color: #7e6c5d;
}

body.admin-color-seashore .iem-toolbar a:hover {
  color: #456a7f;
}

body.admin-color-vinyard .iem-totals {
  background: #462b36;
  color: #fff;
}

body.admin-color-vinyard .iem-totals td {
  border-color: #c8bfc3;
  color: #fff;
}

body.admin-color-vinyard .iem-nav-title {
  background: #462b36;
  color: #fff;
}

body.admin-color-vinyard .iem-tab-wrapper {
  background: #301d25;
}

body.admin-color-vinyard .iem-tab-wrapper a {
  color: #c8bfc3;
}

body.admin-color-vinyard .iem-tab-wrapper a:hover {
  color: #dcb034;
}

body.admin-color-vinyard .iem-tab-wrapper a.iem-tab-active, body.admin-color-vinyard .iem-tab-wrapper a.iem-tab-active-no-arrow {
  background: #dcb034;
  color: #fff;
}

body.admin-color-vinyard .iem-secondary-tab-wrapper {
  background: #dcb034;
}

body.admin-color-vinyard .iem-secondary-tab-wrapper a {
  color: #fff;
}

body.admin-color-vinyard .iem-secondary-tab-wrapper a:hover {
  background: #cda023;
}

body.admin-color-vinyard .iem-secondary-tab-wrapper a.iem-tab-active {
  background: #b28b1f;
}

body.admin-color-vinyard .iem-sum-row {
  background: #dcb034;
}

body.admin-color-vinyard .iem-sum-row:nth-child(odd) {
  background: #dcb034;
}

body.admin-color-vinyard .iem-sum-row td {
  color: #fff;
}

body.admin-color-vinyard #poststuff .iem-meta-box .hndle {
  border-bottom-color: #dcb034;
}

body.admin-color-vinyard .iem-field.iem-loading::after {
  border-color: rgba(220, 176, 52, 0.25);
  border-top-color: #dcb034;
}

body.admin-color-vinyard .iem-field-repeatable:not(:first-child),
body.admin-color-vinyard .iem-repeatable-tools {
  border-color: #dcb034;
}

body.admin-color-vinyard .iem-repeatable-item > a {
  color: #fff;
}

body.admin-color-vinyard .iem-repeatable-item.ui-sortable-helper > a.iem-repeatable-move,
body.admin-color-vinyard .iem-repeatable-item > a:hover {
  background: #cda023;
}

body.admin-color-vinyard .iem-repeatable-item > .iem-field-input {
  border-color: #dcb034;
}

body.admin-color-vinyard .iem-repeatable-count {
  background: #cda023;
}

body.admin-color-vinyard #iem-iframe {
  border-color: #dcb034;
}

body.admin-color-vinyard #iem-iframe::before {
  border-color: #462b36;
}

body.admin-color-vinyard #iem-iframe-close::before, body.admin-color-vinyard #iem-iframe-close::after {
  background: #fff;
}

body.admin-color-vinyard #iem-iframe-loading::after {
  border-color: rgba(220, 176, 52, 0.25);
  border-top-color: #dcb034;
}

body.admin-color-vinyard .iem-toolbar {
  background: #301d25;
}

body.admin-color-vinyard .iem-toolbar a {
  color: #c8bfc3;
}

body.admin-color-vinyard .iem-toolbar a:hover {
  color: #dcb034;
}

body.admin-color-bbp-evergreen .iem-totals {
  background: #446950;
  color: #fff;
}

body.admin-color-bbp-evergreen .iem-totals td {
  border-color: #c6d2ca;
  color: #fff;
}

body.admin-color-bbp-evergreen .iem-nav-title {
  background: #446950;
  color: #fff;
}

body.admin-color-bbp-evergreen .iem-tab-wrapper {
  background: #36533f;
}

body.admin-color-bbp-evergreen .iem-tab-wrapper a {
  color: #c6d2ca;
}

body.admin-color-bbp-evergreen .iem-tab-wrapper a:hover {
  color: #56b274;
}

body.admin-color-bbp-evergreen .iem-tab-wrapper a.iem-tab-active, body.admin-color-bbp-evergreen .iem-tab-wrapper a.iem-tab-active-no-arrow {
  background: #56b274;
  color: #fff;
}

body.admin-color-bbp-evergreen .iem-secondary-tab-wrapper {
  background: #56b274;
}

body.admin-color-bbp-evergreen .iem-secondary-tab-wrapper a {
  color: #fff;
}

body.admin-color-bbp-evergreen .iem-secondary-tab-wrapper a:hover {
  background: #499f65;
}

body.admin-color-bbp-evergreen .iem-secondary-tab-wrapper a.iem-tab-active {
  background: #3f8a57;
}

body.admin-color-bbp-evergreen .iem-sum-row {
  background: #56b274;
}

body.admin-color-bbp-evergreen .iem-sum-row:nth-child(odd) {
  background: #56b274;
}

body.admin-color-bbp-evergreen .iem-sum-row td {
  color: #fff;
}

body.admin-color-bbp-evergreen #poststuff .iem-meta-box .hndle {
  border-bottom-color: #56b274;
}

body.admin-color-bbp-evergreen .iem-field.iem-loading::after {
  border-color: rgba(86, 178, 116, 0.25);
  border-top-color: #56b274;
}

body.admin-color-bbp-evergreen .iem-field-repeatable:not(:first-child),
body.admin-color-bbp-evergreen .iem-repeatable-tools {
  border-color: #56b274;
}

body.admin-color-bbp-evergreen .iem-repeatable-item > a {
  color: #fff;
}

body.admin-color-bbp-evergreen .iem-repeatable-item.ui-sortable-helper > a.iem-repeatable-move,
body.admin-color-bbp-evergreen .iem-repeatable-item > a:hover {
  background: #499f65;
}

body.admin-color-bbp-evergreen .iem-repeatable-item > .iem-field-input {
  border-color: #56b274;
}

body.admin-color-bbp-evergreen .iem-repeatable-count {
  background: #499f65;
}

body.admin-color-bbp-evergreen #iem-iframe {
  border-color: #56b274;
}

body.admin-color-bbp-evergreen #iem-iframe::before {
  border-color: #446950;
}

body.admin-color-bbp-evergreen #iem-iframe-close::before, body.admin-color-bbp-evergreen #iem-iframe-close::after {
  background: #fff;
}

body.admin-color-bbp-evergreen #iem-iframe-loading::after {
  border-color: rgba(86, 178, 116, 0.25);
  border-top-color: #56b274;
}

body.admin-color-bbp-evergreen .iem-toolbar {
  background: #36533f;
}

body.admin-color-bbp-evergreen .iem-toolbar a {
  color: #c6d2ca;
}

body.admin-color-bbp-evergreen .iem-toolbar a:hover {
  color: #56b274;
}

body.admin-color-bbp-mint .iem-totals {
  background: #5fb37c;
  color: #fff;
}

body.admin-color-bbp-mint .iem-totals td {
  border-color: #cfe8d7;
  color: #fff;
}

body.admin-color-bbp-mint .iem-nav-title {
  background: #5fb37c;
  color: #fff;
}

body.admin-color-bbp-mint .iem-tab-wrapper {
  background: #4ca26a;
}

body.admin-color-bbp-mint .iem-tab-wrapper a {
  color: #cfe8d7;
}

body.admin-color-bbp-mint .iem-tab-wrapper a:hover {
  color: #4f6d59;
}

body.admin-color-bbp-mint .iem-tab-wrapper a.iem-tab-active, body.admin-color-bbp-mint .iem-tab-wrapper a.iem-tab-active-no-arrow {
  background: #4f6d59;
  color: #fff;
}

body.admin-color-bbp-mint .iem-secondary-tab-wrapper {
  background: #4f6d59;
}

body.admin-color-bbp-mint .iem-secondary-tab-wrapper a {
  color: #fff;
}

body.admin-color-bbp-mint .iem-secondary-tab-wrapper a:hover {
  background: #425b4a;
}

body.admin-color-bbp-mint .iem-secondary-tab-wrapper a.iem-tab-active {
  background: #34483b;
}

body.admin-color-bbp-mint .iem-sum-row {
  background: #4f6d59;
}

body.admin-color-bbp-mint .iem-sum-row:nth-child(odd) {
  background: #4f6d59;
}

body.admin-color-bbp-mint .iem-sum-row td {
  color: #fff;
}

body.admin-color-bbp-mint #poststuff .iem-meta-box .hndle {
  border-bottom-color: #4f6d59;
}

body.admin-color-bbp-mint .iem-field.iem-loading::after {
  border-color: rgba(79, 109, 89, 0.25);
  border-top-color: #4f6d59;
}

body.admin-color-bbp-mint .iem-field-repeatable:not(:first-child),
body.admin-color-bbp-mint .iem-repeatable-tools {
  border-color: #4f6d59;
}

body.admin-color-bbp-mint .iem-repeatable-item > a {
  color: #fff;
}

body.admin-color-bbp-mint .iem-repeatable-item.ui-sortable-helper > a.iem-repeatable-move,
body.admin-color-bbp-mint .iem-repeatable-item > a:hover {
  background: #425b4a;
}

body.admin-color-bbp-mint .iem-repeatable-item > .iem-field-input {
  border-color: #4f6d59;
}

body.admin-color-bbp-mint .iem-repeatable-count {
  background: #425b4a;
}

body.admin-color-bbp-mint #iem-iframe {
  border-color: #4f6d59;
}

body.admin-color-bbp-mint #iem-iframe::before {
  border-color: #5fb37c;
}

body.admin-color-bbp-mint #iem-iframe-close::before, body.admin-color-bbp-mint #iem-iframe-close::after {
  background: #fff;
}

body.admin-color-bbp-mint #iem-iframe-loading::after {
  border-color: rgba(79, 109, 89, 0.25);
  border-top-color: #4f6d59;
}

body.admin-color-bbp-mint .iem-toolbar {
  background: #4ca26a;
}

body.admin-color-bbp-mint .iem-toolbar a {
  color: #cfe8d7;
}

body.admin-color-bbp-mint .iem-toolbar a:hover {
  color: #4f6d59;
}

body.admin-color-godaddy .iem-totals {
  background: #333;
  color: #fff;
}

body.admin-color-godaddy .iem-totals td {
  border-color: #c2c2c2;
  color: #fff;
}

body.admin-color-godaddy .iem-nav-title {
  background: #333;
  color: #fff;
}

body.admin-color-godaddy .iem-tab-wrapper {
  background: #212121;
}

body.admin-color-godaddy .iem-tab-wrapper a {
  color: #c2c2c2;
}

body.admin-color-godaddy .iem-tab-wrapper a:hover {
  color: #77c043;
}

body.admin-color-godaddy .iem-tab-wrapper a.iem-tab-active, body.admin-color-godaddy .iem-tab-wrapper a.iem-tab-active-no-arrow {
  background: #008a32;
  color: #fff;
}

body.admin-color-godaddy .iem-secondary-tab-wrapper {
  background: #008a32;
}

body.admin-color-godaddy .iem-secondary-tab-wrapper a {
  color: #fff;
}

body.admin-color-godaddy .iem-secondary-tab-wrapper a:hover {
  background: #006a26;
}

body.admin-color-godaddy .iem-secondary-tab-wrapper a.iem-tab-active {
  background: #004a1b;
}

body.admin-color-godaddy .iem-sum-row {
  background: #008a32;
}

body.admin-color-godaddy .iem-sum-row:nth-child(odd) {
  background: #008a32;
}

body.admin-color-godaddy .iem-sum-row td {
  color: #fff;
}

body.admin-color-godaddy #poststuff .iem-meta-box .hndle {
  border-bottom-color: #008a32;
}

body.admin-color-godaddy .iem-field.iem-loading::after {
  border-color: rgba(0, 138, 50, 0.25);
  border-top-color: #008a32;
}

body.admin-color-godaddy .iem-field-repeatable:not(:first-child),
body.admin-color-godaddy .iem-repeatable-tools {
  border-color: #008a32;
}

body.admin-color-godaddy .iem-repeatable-item > a {
  color: #fff;
}

body.admin-color-godaddy .iem-repeatable-item.ui-sortable-helper > a.iem-repeatable-move,
body.admin-color-godaddy .iem-repeatable-item > a:hover {
  background: #006a26;
}

body.admin-color-godaddy .iem-repeatable-item > .iem-field-input {
  border-color: #008a32;
}

body.admin-color-godaddy .iem-repeatable-count {
  background: #006a26;
}

body.admin-color-godaddy #iem-iframe {
  border-color: #008a32;
}

body.admin-color-godaddy #iem-iframe::before {
  border-color: #333;
}

body.admin-color-godaddy #iem-iframe-close::before, body.admin-color-godaddy #iem-iframe-close::after {
  background: #fff;
}

body.admin-color-godaddy #iem-iframe-loading::after {
  border-color: rgba(0, 138, 50, 0.25);
  border-top-color: #008a32;
}

body.admin-color-godaddy .iem-toolbar {
  background: #212121;
}

body.admin-color-godaddy .iem-toolbar a {
  color: #c2c2c2;
}

body.admin-color-godaddy .iem-toolbar a:hover {
  color: #77c043;
}
