@charset "utf-8";

.taggle_list {
  float: left;
  width: 100%;
}

.taggle_input {
  border: none;
  outline: none;
  font-size: 16px;
  font-weight: 400;
}

.taggle_list li {
  float: left;
  display: inline-block;
  white-space: nowrap;
  font-weight: 700;
  margin-bottom: 5px;
}

.taggle_list .taggle {
  margin-right: 8px;
  background: #E2E1DF;
  padding: 5px 10px;
  border-radius: 3px;
  position: relative;
  cursor: pointer;
  transition: all .3s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.taggle_list .taggle_hot {
  background: #cac8c4;
}

.taggle_list .taggle .close {
  font-size: 1.1rem;
  position: absolute;
  top: 5px;
  right: 3px;
  text-decoration: none;
  padding-left: 2px;
  padding-top: 3px;
  line-height: 0.5;
  color: #ccc;
  color: rgba(0, 0, 0, 0.2);
  padding-bottom: 4px;
  display: none;
  border: 0;
  background: none;
  cursor: pointer;
}

.taggle_list .taggle:hover {
  padding: 5px;
  padding-right: 15px;
  background: #ccc;
  transition: all .3s;
}

.taggle_list .taggle:hover > .close {
  display: block;
}

.taggle_list .taggle .close:hover {
  color: #990033;
}

.taggle_placeholder {
  position: absolute;
  color: #CCC;
  top: 12px;
  left: 8px;
  transition: opacity, .25s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.taggle_input {
  padding: 8px;
  padding-left: 0;
  float: left;
  margin-top: -5px;
  background: none;
  width: 100%;
  max-width: 100%;
}

.taggle_sizer {
  padding: 0;
  margin: 0;
  position: absolute;
  top: -500px;
  z-index: -1;
  visibility: hidden;
}

/*container styles*/
textarea.input,
.textarea.input {
  border: 0;
  background: #FDFDFD;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2), 0 1px 1px rgba(255, 255, 255, 0.7);
  min-height: 60px;
  padding: 8px;
  border-radius: 3px;
  color: #555;
  transition: all .25s;
  cursor: text;
  margin-bottom: 10px;
  position: relative;
}

.textarea.input:focus,
.textarea.input.active,
textarea.input:focus,
textarea.input.active {
  background: #fff;
  transition: all .25s;
}

.textarea.input,
textarea.input {
  height: auto;
}

.textarea.tags {
  position: relative;
}

.textarea.tags * {
  box-sizing: content-box;
}

.placeholder_input {
  position: relative;
}

.placeholder_input span {
  position: absolute;
  color: #AAA;
  top: 50%;
  margin-top: -11px;
  left: 10px;
}

.placeholder_input input {
  width: 120px;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
}

.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  outline: none;
}

.ui-autocomplete.ui-front.ui-menu {
  font-size: 13px;
}

.ui-menu-item.ui-state-focus {
  background-color: #990033;
  color: #fff;
}

.ui-widget-content {
  background: #fff;
  color: #990033;
}

.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  width: 100%;
}

.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: 2px .4em;
  line-height: 1.5;
  min-height: 0;
  font-weight: 400;
  color: #8a8a8a;
  cursor: pointer;
}
.ui-menu .ui-menu-item a:hover {
  color: #fff;
  background: #990033;
}

.taggle_list .ui-state-hover,
.taggle_list .ui-widget-content .ui-state-hover,
.taggle_list .ui-widget-header .ui-state-hover,
.taggle_list .ui-state-focus,
.taggle_list .ui-widget-content .ui-state-focus,
.taggle_list .ui-widget-header .ui-state-focus {
  background: #990033;
  color: #fff !important;
}

.taggle_list .ui-state-hover a,
.taggle_list .ui-state-hover a:hover,
.taggle_list .ui-state-hover a:link,
.taggle_list .ui-state-hover a:visited {
  color: #fff;
}

.taggle_list .ui-state-active,
.taggle_list .ui-widget-content .ui-state-active,
.taggle_list .ui-widget-header .ui-state-active {
  border: 1px solid #aaaaaa;
  background: #ffffff;
  font-weight: 400;
  color: #212121;
}

.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.autocomplete {
  max-height: 200px;
  overflow: scroll;
  position: absolute;
  top: 66px;
  background: white;
  width: 99.5%;
  left: 0.25%;
  z-index: 2;
}

.autocomplete ul li {
  display: block;
  padding: 6px 8px;
}

.autocomplete ul li.selected, .autocomplete ul li:hover {
  background: #ff6633;
  color: #fff;
  cursor: pointer;
}

.ui-autocomplete {
  max-height: 200px;
  overflow: scroll;
  width: 99% !important;
}

.custom.textarea {
  border-radius: 0;
  box-shadow: none;
}
.custom.textarea .taggle {
  border-radius: 0;
  padding: 5px;
  padding-right: 20px;
}
.custom.textarea .taggle .close {
  display: inline-block;
  right: 3px;
}

.custom.delicious {
  background-image: linear-gradient(top, #eee 1%, #fff 15%);
  border: 1px solid #AAA;
  min-height: 50px;
}
.custom.delicious.active {
  border-color: #3274D1;
  background-image: linear-gradient(top, #eee 1%, #fff 15%);
}
.custom.delicious .taggle {
  color: #444;
  border-radius: 0;
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
  background-color: #ddd;
  font-family: sans-serif;
  font-size: 0.8rem;
  padding: 5px;
  padding-left: 20px;
}
.custom.delicious .taggle .close {
  color: #aaa;
  font-size: 0.9rem;
  height: 0.7rem;
  width: 0.7rem;
  line-height: .1rem;
  margin-top: 3px;
  right: auto;
  left: 5px;
}
.custom.delicious .taggle .close:hover {
  color: #888;
}

.custom.stackoverflow {
  border: 1px solid #ccc;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.custom.stackoverflow .taggle {
  color: #3E6D8E;
  border-radius: 0;
  background-color: #E0EAF1;
  font-weight: 400;
}
.custom.stackoverflow .taggle.taggle_hot {
  background: #BDD0DD;
}
.custom.stackoverflow .taggle .close {
  color: #aaa;
  border-radius: 0.7rem;
  font-size: 0.9rem;
  height: 0.7rem;
  width: 0.7rem;
  line-height: .1rem;
  margin-top: 3px;
}
.custom.stackoverflow .taggle .close:hover {
  background: #C03434;
  color: #fff;
}
