
/* Optional scoped theme for tag-it which mimics the zendesk widget. */


ul.tagit {
    background: #ffffff;
    border: 2px solid #dddddd;
    border-radius: 10px;
    padding: 10px 5px 10px 5px;
    transition: all ease-in-out 0.5s;
    margin: 0 auto!important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    width: 90%;
}
.location-tag-it {
    background-image: url(../../content/website/img/loc-icon.png)!important;
    background-repeat: no-repeat!important;
    color: #2b2b2b!important;
    font-size: 18px!important;
    background-position: 5px 10px!important;
}
.discipline-tag-it{
    background-image: url(../../content/website/img/disc-icon.png)!important;
    background-repeat: no-repeat!important;
    color: #2b2b2b!important;
    font-size: 18px!important;
    background-position: 5px 10px!important;
}
ul.tagit li.tagit-choice {
    white-space: nowrap;
    position: relative;
    display: inline-block;
    height: 25px;
    border-radius: 0 5px 5px 0;
    padding: 0 25px 0 15px;
    background: #ff6600;
    border: 1px solid #ff8839;
    color: #ffffff;
    line-height: 25px;
    font-family: Arial;
    font-size: 12px;
    text-align: left;
    float: left;
    margin-right: 10px!important;
    margin-bottom: 10px!important;
    width: 140px;
    margin-left: 40px!important;
}

.tagit-new
{
    width: 160px;
    margin: 2px 5px 2px 4px!important;
}

ul.tagit li.tagit-choice:before
{
    position: absolute;
    background: #ff6600;
    content: "\25CF";
    color: white;
    text-shadow: 0 0 1px #aaa;
    font-size: 12px;
    line-height: 13px;
    text-indent: 6px;
    top: 3px;
    left: -10px;
    width: 18px;
    height: 18px;
    transform: rotate(45deg);
    border-left: 1px solid #ff8839;
    border-bottom: 1px solid #ff8839;
}

ul.tagit li.tagit-choice .tagit-label:not(a) {
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    width: 100%;
}
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-family: arial, sans-serif;
    font-size: 18px;
    line-height: 18px;
    color: #ffffff;
}

ul.tagit input[type="text"] {
    color: #333333;
    background: none;
    font-family:Raleway, 'Helvetica Neue', Helvetica, Arial, Sans;
}
.ui-widget {
    font-size: 1.1em;
}

/* Forked from a jQuery UI theme, so that we don't require the jQuery UI CSS as a dependency. */
.tagit-autocomplete.ui-autocomplete { position: absolute; cursor: default; }
* html .tagit-autocomplete.ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */
.tagit-autocomplete.ui-menu {
    list-style: none;
    padding: 2px;
    margin: 0 auto;
    display: block;
    overflow-y: scroll;
    max-height: 200px;
    overflow-x: hidden;  
    width:70%!important;
}
.tagit-autocomplete.ui-menu .ui-menu {
    margin-top: -3px;
}
.tagit-autocomplete.ui-menu .ui-menu-item {
    margin:0;
    padding: 0;
    zoom: 1;
    float: left;
    clear: left;
    width: 100%;
}
.tagit-autocomplete.ui-menu .ui-menu-item a {
    text-decoration:none;
    display:block;
    padding:.2em .4em;
    line-height:1.5;
    zoom:1;
    color:#2b2b2b!important;
}
.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;
}
.tagit-autocomplete.ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff 50% 50% repeat-x; color: #222222;  }

.tagit-autocomplete .ui-state-hover, .tagit-autocomplete .ui-state-focus { background: #dddddd; font-weight: normal; color: #212121; }
.tagit-autocomplete .ui-state-active  { border: 1px solid #aaaaaa; }

.tagit-autocomplete .ui-widget-content { border: 1px solid #aaaaaa; }
.tagit .ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px,1px,1px,1px); }


