/*!
 * bootstrap-tokenfield
 * https://github.com/sliptree/bootstrap-tokenfield
 * Copyright 2013-2014 Sliptree and other contributors; Licensed MIT
 */@keyframes blink{0%{border-color:#ededed}to{border-color:#b94a48}}.tokenfield{height:auto;min-height:34px;padding-bottom:0}.tokenfield.focus{border-color:#66afe9;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);outline:0}.tokenfield .token{background-color:#ededed;border:1px solid #d9d9d9;border-radius:3px;box-sizing:border-box;cursor:default;display:inline-block;height:22px;margin:-1px 5px 5px 0;vertical-align:top;white-space:nowrap}.tokenfield .token:hover{border-color:#b9b9b9}.tokenfield .token.active{border-color:#52a8ec;border-color:rgba(82,168,236,.8)}.tokenfield .token.duplicate{animation-direction:normal;animation-duration:.1s;animation-iteration-count:infinite;animation-name:blink;animation-timing-function:ease;border-color:#ebccd1}.tokenfield .token.invalid{background:none;border:1px solid transparent;border-bottom:1px dotted #d9534f;border-radius:0}.tokenfield .token.invalid.active{background:#ededed;border:1px solid #ededed;border-radius:3px}.tokenfield .token .token-label{display:inline-block;overflow:hidden;padding-left:4px;text-overflow:ellipsis;vertical-align:top}.tokenfield .token .close{display:inline-block;float:none;font-family:Arial;font-size:1.1em;height:100%;line-height:100%;line-height:1.49em;margin-left:5px;padding-right:4px;vertical-align:top}.tokenfield .token-input{background:none;border:0;box-shadow:none;height:20px;margin-bottom:6px;min-width:60px;padding:0;width:60px}.tokenfield .token-input:focus{border-color:transparent;box-shadow:none;outline:0}.tokenfield.disabled{background-color:#eee;cursor:not-allowed}.tokenfield.disabled .token-input{cursor:not-allowed}.tokenfield.disabled .token:hover{border-color:#d9d9d9;cursor:not-allowed}.tokenfield.disabled .token:hover .close{cursor:not-allowed;filter:alpha(opacity=20);opacity:.2}.has-warning .tokenfield.focus{border-color:#66512c;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.has-error .tokenfield.focus{border-color:#843534;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-success .tokenfield.focus{border-color:#2b542c;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.input-group-sm .tokenfield,.tokenfield.input-sm{min-height:30px;padding-bottom:0}.input-group-sm .token,.tokenfield.input-sm .token{height:20px;margin-bottom:4px}.input-group-sm .token-input,.tokenfield.input-sm .token-input{height:18px;margin-bottom:5px}.input-group-lg .tokenfield,.tokenfield.input-lg{height:auto;min-height:45px;padding-bottom:4px}.input-group-lg .token,.tokenfield.input-lg .token{height:25px}.input-group-lg .token-label,.tokenfield.input-lg .token-label{line-height:23px}.input-group-lg .token .close,.tokenfield.input-lg .token .close{line-height:1.3em}.input-group-lg .token-input,.tokenfield.input-lg .token-input{height:23px;line-height:23px;margin-bottom:6px;vertical-align:top}.tokenfield.rtl{direction:rtl;text-align:right}.tokenfield.rtl .token{margin:-1px 0 5px 5px}.tokenfield.rtl .token .token-label{padding-left:0;padding-right:4px}
