ul.tagit {
    padding: 1px 5px;
    overflow: auto;
    margin-left: inherit; /* usually we don't want the regular ul margins. */
    margin-right: inherit;
}
ul.tagit li {
    display: block;
    float: left;
    margin: 2px 5px 2px 0;
}
ul.tagit li.tagit-choice {
    position: relative;
    line-height: inherit;
}
input.tagit-hidden-field {
    display: none;
}
ul.tagit li.tagit-choice-read-only {
    padding: .2em .5em .2em .5em;
}
ul.tagit li.tagit-choice-read-only a.tagit-close {
    display: none;
}
ul.tagit li.tagit-choice-editable {
    padding: .2em 18px .2em .5em;
}
ul.tagit li.tagit-new {
    padding: .25em 4px .25em 0;
}
ul.tagit li.tagit-choice a.tagit-label {
    cursor: pointer;
    text-decoration: none;
}
ul.tagit li.tagit-choice .tagit-close {
    cursor: pointer;
    position: absolute;
    right: .1em;
    top: 50%;
    margin-top: -8px;
    line-height: 17px;
}

/* used for some custom themes that don't need image icons */
ul.tagit li.tagit-choice .tagit-close .text-icon {
    display: none;
}

ul.tagit li.tagit-choice input {
    display: block;
    float: left;
    margin: 2px 5px 2px 0;
}
ul.tagit input[type="text"] {
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    box-sizing:         border-box;

    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;

    border: none;
    margin: 0;
    padding: 0;
    width: inherit;
    background-color: inherit;
    outline: none;
}

ul.tags { list-style: none; padding: 0px; }
ul.tags li { margin: .25em 0px; }

.tag-label-color {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    padding: 2px 4px;
    display: inline-block;
    margin: 1px;
}

.tag-label-color a {
    color: white;
}

table.list tr.issue .tag-label-color a,
.tags .tag-label-color a,
.issue .tag-label-color a { color: inherit; }

tr.issue td.tags {
    text-align: left;
    white-space: normal;
}

div.tags .tag-nube-1 { font-size: .8em; }
div.tags .tag-nube-2 { font-size: .9em; }
div.tags .tag-nube-3 { font-size: 1em; }
div.tags .tag-nube-4 { font-size: 1.1em; }
div.tags .tag-nube-5 { font-size: 1.2em; }
div.tags .tag-nube-6 { font-size: 1.3em; }
div.tags .tag-nube-7 { font-size: 1.4em; }
div.tags .tag-nube-8 { font-size: 1.5em; }

.tag-count { font-size: .75em; margin-left: .5em; }

ul.tagit {
    border: 1px solid #d7d7d7;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    border-radius: 0px;
    background: white;
    padding: 0px;
    margin: 0px;
    width: 96%;
}

ul.tagit li.tagit-choice {
    font-weight: normal;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    font-size: 11px;
    color: inherit;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #f7f7f7;
    margin: 1px;
}

ul.tagit li.tagit-choice:hover, ul.tagit li.tagit-choice.remove {
    background-color: #e5e5e5;
    text-decoration: none;
    color: black;
}

ul.tagit li.tagit-choice a.tagit-close {
    text-decoration: none;
}

ul.tagit li.tagit-choice .tagit-close {
    right: .4em;
}

ul.tagit li.tagit-choice .ui-icon {
    display: none;
}

ul.tagit li.tagit-choice .tagit-close .text-icon{
    display: inline;
    /*font-size: 13px;*/
    line-height: 22px;
    /*color: white;*/
}

ul.tagit li.tagit-choice .tagit-close .text-icon:hover {
    color: black;
}

ul.tagit li.tagit-new input,
#advanced-settings-container > div.second-page-container > fieldset > ul > li.tagit-new > input {
    font-size: 11px;
    background: white;
}

#advanced-settings-container > div.second-page-container > fieldset > ul {
    background-image: none !important;
    padding-left: 2px !important
}

ul.tagit li.tagit-new {
    padding: 0;
    margin: 0;
}

div.tags-select-box > ul.ui-widget{
    font-size: 11em !important;
}

#ajax-modal #issue-form ul.tagit li.tagit-new input,
#issue-form  ul.tagit li.tagit-new input {
    border-bottom: 0px solid #d7d7d7 !important;
}
