﻿.tagator_element * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-decoration: none
}

#tagator_dimmer {
    background-color: rgba(0,0,0,.1);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 100
}

.tagator_element {
    border: 1px solid #abadb3;
    border-radius: 3px;
    box-sizing: border-box;
    background-color: #fff;
    display: inline-block;
    text-decoration: none
}

    .tagator_element.options-visible {
        position: relative;
        z-index: 101
    }

.tagator_tags {
    display: inline
}

.tagator_tag {
    display: inline-block;
    background-color: #39f;
    border-radius: 2px;
    color: #fff;
    padding: 2px 20px 2px 4px;
    font-size: 13px;
    margin: 2px;
    position: relative;
    vertical-align: top
}

.tagator_tag_remove {
    display: inline-block;
    font-weight: bold;
    color: #fff;
    margin: 0 0 0 5px;
    padding: 6px 5px 4px 5px;
    cursor: pointer;
    font-size: 11px;
    line-height: 10px;
    vertical-align: top;
    border-radius: 0 2px 2px 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0
}

    .tagator_tag_remove:hover {
        color: #000;
        background-color: #8cf
    }

.tagator_input, .tagator_textlength {
    border: 0;
    display: inline-block;
    margin: 0;
    background-color: transparent;
    font-size: 13px;
    outline: 0;
    padding: 4px 0 0 5px
}

.tagator_options {
    margin: 0;
    padding: 0;
    border: 1px solid #7f9db9;
    border-radius: 0 0 3px 3px;
    font-family: sans-serif;
    position: absolute;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    z-index: 101;
    background-color: #fff;
    overflow: auto;
    max-height: 250px;
    list-style: none;
    left: -1px;
    right: -1px
}

.tagator_element.options-hidden .tagator_options {
    display: none
}

.tagator_option {
    padding: 5px;
    cursor: pointer;
    color: #000
}

    .tagator_option.active {
        background-color: #39f;
        color: #fff
    }
