.tags-input{
    width: 100%;
}

.tags-input input{
    border: none;
}

.tags-input input:focus{
    border: none;
    box-shadow: none;
    outline: none;

}


#choosen_skills .tag, .choosen_skills .tag{
    padding-top:5px ;
    padding-bottom: 5px;
    border: 2px solid #5bc2f2;
    background-color: #5bc2f2;
    border-radius: 10px;
    padding-left: 7px;
    padding-right: 7px;
    font-size: 14px;
    color: #fff;
    margin: 5px;
    display: inline-block;
}

#choosen_skills .tag .text, .choosen_skills .tag .text{
    margin-right: 5px;
    font-size: 14px;
}
.choosen_skills .tag .close{
    display: none;
}
#choosen_skills .tag .close{
    border-radius: 50%;
    min-height: 20px;
    padding-left: 4px;
    cursor: -webkit-grabbing;
    cursor: grabbing;
    padding-right: 4px;
    color: #fff;
    font-weight: bolder;
}

.tags-input .autocomplete {
    /*the container must be positioned relative:*/
    position: relative;
    display: inline-block;
    width: 100%;
    top: 0.05px;
}
.tags-input .autocomplete-items {
    position: relative;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 999999;
    /*position the autocomplete items to be the same width as the container:*/
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin-left: 0px;
    border-radius: 5px;
}
.tags-input .autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
}
.tags-input .autocomplete-items div:hover {
    /*when hovering an item:*/
    background-color: #e9e9e9;
}
.tags-input .autocomplete-active {
    /*when navigating through the items using the arrow keys:*/
    background-color: DodgerBlue !important;
    color: #ffffff;
}

.roku_tags_input{
    width: 350px;
    margin-left: 5px;
    border: 1px solid;
    border-radius: 5px;
}
.tag-input-main-div{
 display: block !important;
}
.tag-help-text{
    padding: 0px 5px;
    margin: 10px 0px 15px;
}

#tako_nav .nav li > a.active {
    color: #F7F7F1;
    background: #616b74;
}