/*
* Copyright 2020 FIZ Karlsruhe - Leibniz-Institut fuer Informationsinfrastruktur GmbH
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
*     http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/* line 17, tags.scss */
ul.tagit {
  border-style: solid;
  border-width: 1px;
  border-color: #C6C6C6;
  background: inherit;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

/* line 26, tags.scss */
ul.tagit li.tagit-choice {
  border: 1px solid #009EFD;
  color: #009EFD;
  background: none;
  background-color: #fff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-weight: normal;
}

/* line 37, tags.scss */
ul.tagit li.tagit-choice .tagit-label:not(a) {
  color: #009EFD;
}

/* line 40, tags.scss */
ul.tagit li.tagit-choice .tagit-label:not(a):hover {
  color: #fff;
}

/* line 43, tags.scss */
ul.tagit li.tagit-choice a.tagit-close {
  text-decoration: none;
}

/* line 46, tags.scss */
ul.tagit li.tagit-choice .tagit-close {
  right: .4em;
}

/* line 49, tags.scss */
ul.tagit li.tagit-choice .ui-icon {
  display: none;
}

/* line 52, tags.scss */
ul.tagit li.tagit-choice .tagit-close .text-icon {
  display: inline;
  font-family: arial, sans-serif;
  font-size: 16px;
  line-height: 16px;
  color: #009EFD;
}

/* line 59, tags.scss */
ul.tagit li.tagit-choice:hover, ul.tagit li.tagit-choice.remove {
  background-color: #009EFD;
  border-color: #009EFD;
  color: #fff;
}

/* line 64, tags.scss */
ul.tagit li.tagit-choice a.tagLabel:hover,
ul.tagit li.tagit-choice a.tagit-close .text-icon:hover {
  color: #fff;
}

/* line 68, tags.scss */
ul.tagit input[type="text"] {
  color: #009EFD;
  background: none;
}

/* line 72, tags.scss */
.ui-widget {
  font-size: 1em;
}

/* line 75, tags.scss */
.tagit > .tagit-choice:hover > .tagit-label {
  color: #fff;
}

/* line 78, tags.scss */
.tagit > .tagit-choice:hover > .tagit-close > .text-icon {
  color: #fff;
}

/* Forked from a jQuery UI theme, so that we don't require the jQuery UI CSS as a dependency. */
/* line 84, tags.scss */
.tagit-autocomplete.ui-autocomplete {
  position: absolute;
  cursor: default;
}

/* line 85, tags.scss */
* html .tagit-autocomplete.ui-autocomplete {
  width: 1px;
}

/* without this, the menu expands to 100% in IE6 */
/* line 86, tags.scss */
.tagit-autocomplete.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  float: left;
  z-index: 99999;
}

/* line 94, tags.scss */
.tagit-autocomplete.ui-menu .ui-menu {
  margin-top: -3px;
}

/* line 97, tags.scss */
.tagit-autocomplete.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  zoom: 1;
  float: left;
  clear: left;
  width: 100%;
}

/* line 105, tags.scss */
.tagit-autocomplete.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: .2em .4em;
  line-height: 1.5;
  zoom: 1;
}

/* line 112, tags.scss */
.tagit-autocomplete .ui-menu .ui-menu-item a.ui-state-hover,
.tagit-autocomplete .ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  margin: -1px;
}

/* line 117, tags.scss */
.tagit-autocomplete.ui-widget-content {
  border: 1px solid #aaaaaa;
  background: #ffffff 50% 50% repeat-x;
  color: #009EFD;
}

/* line 118, tags.scss */
.tagit-autocomplete.ui-corner-all, .tagit-autocomplete .ui-corner-all {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

/* line 123, tags.scss */
.tagit-autocomplete .ui-state-hover, .tagit-autocomplete .ui-state-focus {
  border: 1px solid #999999;
  background: #dadada;
  font-weight: normal;
  color: black;
}

/* line 124, tags.scss */
.tagit-autocomplete .ui-state-active {
  border: 1px solid #aaaaaa;
}

/* line 126, tags.scss */
.tagit-autocomplete .ui-widget-content {
  border: 1px solid #aaaaaa;
}

/* line 127, tags.scss */
.tagit .ui-helper-hidden-accessible {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
}

