
.app-input-tag-wrapper {
    background-color: #ffffff;
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: hidden;
    cursor: text;
    text-align: left;
    -webkit-appearance: textfield;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.app-input-tag-wrapper .input-tag {
    background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
    border-radius: 2px;
    border: 1px solid #9acfea;
    color: #31708f;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    margin: 3px;
    padding: 3px 5px;
}
.app-input-tag-wrapper .input-tag .remove {
    position: relative;
    cursor: pointer;
    font-weight: bold;
    color: #31708f;
    font-size: 16px;
    line-height: 16px;
    margin: 0 1px 0 3px;
}
.app-input-tag-wrapper .input-tag .remove:hover {
    text-decoration: none;
}
.app-input-tag-wrapper .input-tag .remove::before {
    content: ' ×';
}
.app-input-tag-wrapper .new-tag {
    background: transparent;
    border: 0;
    color: #777777;
    font-size: 13px;
    font-weight: 400;
    outline: none;
    margin: 3px;
    padding: 4px 6px;
    width: auto;
}
.app-input-tag-wrapper.read-only {
    cursor: default;
}

.vue-js-switch[data-v-7110192b] {
  display: inline-block;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 14px;
  cursor: pointer;
}
.vue-js-switch .v-switch-input[data-v-7110192b] {
  display: none;
}
.vue-js-switch .v-switch-label[data-v-7110192b] {
  position: absolute;
  top: 0;
  color: white;
  z-index: 2;
  font-weight: normal;
}
.vue-js-switch .v-switch-label.v-left[data-v-7110192b] {
  left: 10px;
}
.vue-js-switch .v-switch-label.v-right[data-v-7110192b] {
  right: 10px;
}
.vue-js-switch .v-switch-core[data-v-7110192b] {
  display: block;
  position: relative;
  box-sizing: border-box;
  outline: 0;
  margin: 0;
  transition: border-color 0.3s, background-color 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.vue-js-switch .v-switch-core .v-switch-button[data-v-7110192b] {
  display: block;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 3;
  transform: translate3d(3px, 3px, 0);
  border-radius: 100%;
  background-color: #ffffff;
}
.vue-js-switch.disabled[data-v-7110192b] {
  pointer-events: none;
  opacity: 0.6;
}

/*# sourceMappingURL=vue.css.map*/