.mt-tok-container {
        width:100%;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    font-size: 13px;
    zoom: 1;
    -webkit-user-select: none;
    margin: 0;
    padding: 0;
    border: 0;
    color: #444;
}

.mt-tok-container {
}

.mt-tok-items-container {
    position: relative;
    overflow: auto;
    margin: 0;
    width: 100%;
    height: auto !important;
    height: 1%;
    list-style: none;
    display: block;
    padding: 6px 12px;
    font-size: 14px;
    line-height:100%;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.mt-tok-item-content {
    font-size: 130%;
    margin: 0 2px;
}

.mt-tok-items-container-disabled {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0 5px;
    width: 100%;
    height: auto !important;
    height: 1%;
    border: 1px solid #aaa;
    background-color: #eee;
    cursor: default;
}

.mt-tok-item-container {
    position: relative;
    float: left;
    max-width: 100%;
    cursor: default;  
    border: 1px solid #a4ca84;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);
    color: #3c763d;
    background-color: #dff0d8;
    margin: 3px;
    display: inline-block;
    padding: 2px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 4px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mt-tok-item-invalid {
    color: #a94442;
    background-color: #f2dede;
    border-color: #deb0b7;
}

.mt-tok-item-input-container {
    margin: 0;
    padding: 0;
    white-space: nowrap;
    position:relative;
    float:left;
    width:100%;
}

.mt-tok-close-container {
    cursor: pointer;
    outline: none;
    text-decoration: none;
    color: #999;
}

.mt-tok-close-container:hover {
    text-decoration: none;
    color: black;
}

.mt-tok-icon-container:before {
    font-family: "Glyphicons Halflings";
    content: "\2709";
    font-size: 140%;
    color: #366c36;
    margin-top:3px;
    vertical-align:middle;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: normal;
    line-height: 1.5;
}

.mt-tok-close-container:after {
    font-family: "Glyphicons Halflings";
    content: "\e014";
    font-size: 100%;
}

.mt-tok-item-invalid .mt-tok-icon-container:before {
    color: #873431;
}

.mt-tok-input {
    margin: 1px 0;
    padding: 0;
    height: 25px;
    width:100% !important;
    outline: 0;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none;
    font-size: 100%;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0;
    font: 99% sans-serif;
    vertical-align: middle;
    -webkit-rtl-ordering: logical;
    -webkit-user-select: text;
    cursor: auto;
}

.mt-tok-input:focus {
    outline: 0;
}

.mt-tok-down-arrow {
    position: relative;
    top: 5px;
    width: 0;
    height: 0;
    margin: 0 auto;
    line-height: 0;
    border-top: 5px solid black;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

.mt-tok-caption {
    padding: 2px;
    position: fixed;
    background: black;
    color: white;
    border-radius: 3px;
}
