﻿ul.tagit
{
    padding: 1px 5px;
    overflow: auto;
    margin-left: inherit;
    margin-right: inherit;
}
.jobsearch-typo-wrap .ui-widget-content.tagit li
{
    display: block;
    float: left;
    margin: 2px 5px 2px 0;
    background-color: #f6f6f6;
    border: 1px solid #ddd;
    box-shadow: none;
    padding-bottom: 0;
    padding-top: 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-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;
}
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;
}
.jobsearch-employer-profile-form li input.ui-autocomplete-input.ui-widget-content
{
    background-color: #fff;
    border: none;
    height: 29px;
    padding: 0 20px;
    border: none;
    box-shadow: inherit;
}
.jobsearch-typo-wrap .jobsearch-employer-profile-form li.tagit-new
{
    background-color: #fff;
    border: none;
    padding: 0 0;
    border: none;
    box-shadow: inherit;
}
.suggested-skills-con
{
    display: none;
    width: 100%;
    margin-top: 16px;
}
.suggested-skills-con h5
{
    margin-bottom: 16px;
}
.suggested-skills li
{
    float: left;
    list-style: none;
    line-height: 1;
    margin: 0 4px 4px 0;
    background-color: #f6f6f6;
    border: 1px solid #ddd;
    padding: 4px 8px;
    border-radius: 3px;
    cursor: pointer;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.suggested-skills li:before
{
    content: "";
    font-family: FontAwesome;
    display: inline-block;
    margin: 0 4px 0 0;
    font-size: 10px;
}
.suggested-skills li:hover
{
    color: #fff;
}