﻿.tagMeBaseElement {
    display: none;
}

.tags {
    float: left;
    height: 32px;
    margin-left: 2px;
    font-size: 12px;
    margin-right: 3px;   
}

.tagMe-container {
    border: 1px solid #cacaca;
    list-style: none;
    padding-left: 5px;
    min-height: 30px;
    overflow: hidden;
    height: auto;
    margin-bottom: 0px;
    padding-top: 2px;
    padding-bottom: 2px;
    width: 100%;
}

.tagMe-dropDown {
    background-color: #ffffff;
    position: absolute;
    margin-top: -10px;
    width: 400px;
    border: 1px solid #808080;
    box-shadow: 5px 5px 5px #888888;
    text-indent: 5px;
}

.tagMe-icon {
    height: 28px;
    width: 28px;
    position: relative;
    float: left;
    background-size: 28px 28px !important;
    background-repeat: no-repeat;
    margin-right: 3px;
    margin-top: 2px;
    margin-left: 2px;
}

.tagMe-icon,isNew {
    text-align: center;
    padding-top: 5px;
    background-color: #ff6a00;
    font-weight: bold;
}

.tagMe-icon-small {
    height: 22px;
    width: 22px;
    position: relative;
    float: left;
    background-size: 22px 22px !important;
    background-repeat: no-repeat;
    margin-right: 3px;
    margin-top: 1px;
    margin-left: 1px;
}

.tagMe-delete {
    background-color: transparent;
    border: none;
    color: #fff;
    float: right;
    margin-left: 2px;
    margin-top: 6px;
    position: relative;
    padding: 0;
    width: 18px;
}

.tagMe-dropDown-entry {
    width: 400px;
    cursor: pointer;
}

.entry-selected {
    background-color: #216ab1;
    color: #ffffff;
}

.tagMe-tag {
    border: 1px solid #808080;
    background-color: #216ab1;
    color: #ffffff;
    float: left;    
    margin-right: 3px;
    height: auto;
    cursor: default;
    margin-bottom: 2px;
}

.tagMe-input {
    float: left;
    margin-top: 7px;
    border: none;
    -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;
    width: inherit;
    background-color: inherit;
    outline: none;
    margin-bottom: 3px;
}
