@charset "UTF-8";
@-moz-keyframes opacityPulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes opacityPulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opacityPulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes barberpole {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 60px 30px;
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes highlight {
  0% {
    background-color: rgba(224, 255, 226, 0);
  }
  25% {
    background-color: #e0ffe2;
  }
  100% {
    background-color: rgba(224, 255, 226, 0);
  }
}
@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
/* line 55, ../scss/_wpsstm-shared.scss */
ul.comma-list {
  list-style: none;
  display: inline;
}
/* line 58, ../scss/_wpsstm-shared.scss */
ul.comma-list > li {
  display: inline;
}
/* line 60, ../scss/_wpsstm-shared.scss */
ul.comma-list > li:not(:last-child):after {
  content: ", ";
}

/* line 67, ../scss/_wpsstm-shared.scss */
input.input-loading {
  background-size: 30px 30px;
  background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.05) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0.05) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  animation: barberpole 0.5s linear infinite;
}
/* line 72, ../scss/_wpsstm-shared.scss */
input.wpsstm-fullwidth {
  width: 100%;
}

/* line 77, ../scss/_wpsstm-shared.scss */
.wpsstm-no-underline {
  text-decoration: none;
  border-bottom: none !important;
}

/* line 82, ../scss/_wpsstm-shared.scss */
.wpsstm-can-click, .wpsstm-icon-input [type="submit"] {
  cursor: pointer;
  cursor: hand;
}

/* line 87, ../scss/_wpsstm-shared.scss */
.wpsstm-freeze, input.input-loading {
  pointer-events: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

/* line 93, ../scss/_wpsstm-shared.scss */
.wpsstm-icon:before, .wpsstm-loading-icon:before, .wpsstm-action-icon a:before {
  font-weight: normal;
  font-style: normal;
  font-family: 'FontAwesome';
  width: 1.28571429em;
  text-align: center;
  display: inline-block;
}

/* line 105, ../scss/_wpsstm-shared.scss */
.wpsstm-loading-icon:before {
  animation: spin 2s linear infinite;
  content: "" !important;
}

/* line 114, ../scss/_wpsstm-shared.scss */
.wpsstm-action-icon a:before {
  margin-right: 0;
}
/* line 117, ../scss/_wpsstm-shared.scss */
.wpsstm-action-icon a > span {
  display: none;
}

/* line 123, ../scss/_wpsstm-shared.scss */
.wpsstm-ellipsis, #frontend-importer #wpsstm-frontend-importer-recent ul li a > * {
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

/* line 127, ../scss/_wpsstm-shared.scss */
.wpsstm-icon-input {
  position: relative;
  margin: 0.5em;
}
/* line 130, ../scss/_wpsstm-shared.scss */
.wpsstm-icon-input input {
  padding: 0.5em;
}
/* line 132, ../scss/_wpsstm-shared.scss */
.wpsstm-icon-input input[type="text"] {
  padding-right: 4em;
}
/* line 137, ../scss/_wpsstm-shared.scss */
.wpsstm-icon-input [type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
}
/* line 143, ../scss/_wpsstm-shared.scss */
.wpsstm-icon-input [type="submit"].wpsstm-icon-button {
  display: block;
  height: 100%;
  box-sizing: border-box;
  padding: 0 2em;
}

/* line 152, ../scss/_wpsstm-shared.scss */
.wpsstm-block-notice {
  background: #fff3d4;
  border: 0px solid #f6b73c;
  border-left-width: 5px;
  padding: .75em;
  position: relative;
  z-index: 10;
}
/* line 159, ../scss/_wpsstm-shared.scss */
.wpsstm-block-notice .wpsstm-close-notice {
  float: right;
}

/* line 164, ../scss/_wpsstm-shared.scss */
.wpsstm-align-both {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

/* line 5, ../scss/wpsstm-importer.scss */
#wpsstm-metabox-importer {
  font-size: 2em;
}
/* line 9, ../scss/wpsstm-importer.scss */
#wpsstm-metabox-importer h3 {
  font-weight: bold;
}
/* line 16, ../scss/wpsstm-importer.scss */
#wpsstm-metabox-importer .wpsstm-importer-row {
  display: -webkit-flex;
  display: flex;
  padding: .25em 0;
}
/* line 20, ../scss/wpsstm-importer.scss */
#wpsstm-metabox-importer .wpsstm-importer-row > *.wpsstm-importer-row-label {
  padding-right: 1em;
  width: 30%;
}
/* line 25, ../scss/wpsstm-importer.scss */
#wpsstm-metabox-importer .wpsstm-importer-row > *.wpsstm-importer-row-content {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  margin-left: 2em;
}
/* line 33, ../scss/wpsstm-importer.scss */
#wpsstm-metabox-importer input[type="text"], #wpsstm-metabox-importer input[type="number"] {
  font-size: 1em;
  padding: .25em;
}
/* line 38, ../scss/wpsstm-importer.scss */
#wpsstm-metabox-importer button[type="submit"] {
  margin: 1em auto;
  display: block;
}
/* line 43, ../scss/wpsstm-importer.scss */
#wpsstm-metabox-importer pre.wpsstm-raw, #wpsstm-metabox-importer pre.wpsstm-raw code {
  box-sizing: border-box;
  webkit-box-sizing: border-box;
  display: block;
  white-space: pre-wrap;
  white-space: -pre-wrap;
  word-wrap: break-word;
  width: 100%;
  overflow: auto;
}
/* line 54, ../scss/wpsstm-importer.scss */
#wpsstm-metabox-importer pre.wpsstm-raw {
  max-height: 200px;
  border: 1px solid lightgrey;
  padding: 10px;
}
/* line 58, ../scss/wpsstm-importer.scss */
#wpsstm-metabox-importer pre.wpsstm-raw code {
  background: none;
}
/* line 63, ../scss/wpsstm-importer.scss */
#wpsstm-metabox-importer .tracks-selector-prefix {
  color: lightgrey;
  padding-right: 0.5em;
}
/* line 67, ../scss/wpsstm-importer.scss */
#wpsstm-metabox-importer .wpsstm-importer-selector-toggle-advanced {
  text-decoration: none;
}
/* line 71, ../scss/wpsstm-importer.scss */
#wpsstm-metabox-importer #wpsstm-tracks-raw {
  max-height: calc(3 * 211px);
  overflow-y: auto;
}
/* line 77, ../scss/wpsstm-importer.scss */
#wpsstm-metabox-importer #wpsstm-importer-sections-header {
  clear: both;
  overflow: auto;
}
/* line 80, ../scss/wpsstm-importer.scss */
#wpsstm-metabox-importer #wpsstm-importer-sections-header li {
  display: inline-block;
}
/* line 82, ../scss/wpsstm-importer.scss */
#wpsstm-metabox-importer #wpsstm-importer-sections-header li.ui-tabs-active a {
  background: white;
  border-bottom: 0;
}
/* line 89, ../scss/wpsstm-importer.scss */
#wpsstm-metabox-importer .wpsstm-importer-section {
  margin: 1em 0;
  padding: 1em 0;
  margin-top: 0;
  padding-top: 0;
  border-bottom: 1px solid #ddd;
}
/* line 97, ../scss/wpsstm-importer.scss */
#wpsstm-metabox-importer .wpsstm-importer-section .wpsstm-importer-section-label {
  margin: 1em;
}
/* line 101, ../scss/wpsstm-importer.scss */
#wpsstm-metabox-importer .wpsstm-importer-section input:disabled {
  color: #CCC;
}
/* line 106, ../scss/wpsstm-importer.scss */
#wpsstm-metabox-importer .wpsstm-importer-section .wpsstm-importer-selector input[type="text"] {
  width: 100%;
}
/* line 110, ../scss/wpsstm-importer.scss */
#wpsstm-metabox-importer .wpsstm-importer-section .wpsstm-importer-selector .wpsstm-importer-selector-advanced {
  display: none;
}
/* line 112, ../scss/wpsstm-importer.scss */
#wpsstm-metabox-importer .wpsstm-importer-section .wpsstm-importer-selector .wpsstm-importer-selector-advanced.active {
  display: block;
}
/* line 115, ../scss/wpsstm-importer.scss */
#wpsstm-metabox-importer .wpsstm-importer-section .wpsstm-importer-selector .wpsstm-importer-selector-advanced .wpsstm-importer-track-selector-desc {
  padding: 1em;
  font-style: italic;
}
/* line 118, ../scss/wpsstm-importer.scss */
#wpsstm-metabox-importer .wpsstm-importer-section .wpsstm-importer-selector .wpsstm-importer-selector-advanced .wpsstm-importer-track-selector-desc code {
  font-style: normal;
}
/* line 123, ../scss/wpsstm-importer.scss */
#wpsstm-metabox-importer .wpsstm-importer-section .wpsstm-importer-selector .wpsstm-importer-selector-advanced table td {
  color: #999;
  padding: 5px;
  font-family: Consolas, Monaco, monospace;
}
/* line 128, ../scss/wpsstm-importer.scss */
#wpsstm-metabox-importer .wpsstm-importer-section .wpsstm-importer-selector .wpsstm-importer-selector-advanced table .wpsstm-importer-selector-regex {
  display: -webkit-flex;
  display: flex;
  color: lightgrey;
}
/* line 131, ../scss/wpsstm-importer.scss */
#wpsstm-metabox-importer .wpsstm-importer-section .wpsstm-importer-selector .wpsstm-importer-selector-advanced table .wpsstm-importer-selector-regex input {
  color: #999;
}
/* line 140, ../scss/wpsstm-importer.scss */
#wpsstm-metabox-importer .wpsstm-importer-section#wpsstm-importer-step-tracks-content .wpsstm-importer-selector input[type="text"] {
  min-width: 100%;
}
/* line 147, ../scss/wpsstm-importer.scss */
#wpsstm-metabox-importer .ui-tabs-panel > h3:first-of-type {
  display: none;
}

/* line 155, ../scss/wpsstm-importer.scss */
#frontend-importer #wpsstm-importers ul {
  margin: 0;
  padding: 0;
}
/* line 158, ../scss/wpsstm-importer.scss */
#frontend-importer #wpsstm-importers ul li {
  width: 100px;
  height: 100px;
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 163, ../scss/wpsstm-importer.scss */
#frontend-importer #wpsstm-importers ul li img {
  width: 100%;
  height: auto;
}
/* line 174, ../scss/wpsstm-importer.scss */
#frontend-importer #wpsstm-importer-bangs ul {
  list-style: none;
}
/* line 179, ../scss/wpsstm-importer.scss */
#frontend-importer #wpsstm-importer-bangs > ul > li {
  margin-top: 1em;
}
/* line 183, ../scss/wpsstm-importer.scss */
#frontend-importer #wpsstm-importer-bangs .wpsstm-bang-desc {
  font-size: .8em;
}
/* line 189, ../scss/wpsstm-importer.scss */
#frontend-importer #wpsstm-frontend-importer-recent ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* line 193, ../scss/wpsstm-importer.scss */
#frontend-importer #wpsstm-frontend-importer-recent ul li {
  position: relative;
  line-height: 1em;
  line-height: 1.5em;
}
/* line 197, ../scss/wpsstm-importer.scss */
#frontend-importer #wpsstm-frontend-importer-recent ul li a {
  display: -webkit-flex;
  display: flex;
}
/* line 199, ../scss/wpsstm-importer.scss */
#frontend-importer #wpsstm-frontend-importer-recent ul li a strong {
  margin-right: .25em;
}
