﻿.twitter-typeahead {
    /*position: absolute !important;
    right: 0 !important;
    bottom: -40px !important;
    border: none;*/
}

    .twitter-typeahead .tt-query,
    .twitter-typeahead .tt-hint {
        margin-bottom: 0;
    }

.tt-hint {
    display: block;
    border: none !important;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #999;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.tt-dropdown-menu {
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #adb7b7;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
    border-radius: 2px;
    padding: 0px !important;
    padding-bottom: 4px !important;
}

#filters-container .tt-dropdown-menu {
}

.tt-suggestions {
    width: 100%;
}

.tt-suggestion {
    height: 38px;
    font-weight: 100;
    font-family: Lato !important;
    float: none !important;
    cursor: pointer;
    margin: 0px !important;
    line-height: 32px;
    overflow: hidden !important;
    padding: 10px;
}

.tt-cursor {
    width: 100%;
    background-color: #66afed !important;
}

    .tt-cursor p {
        font-weight: 100;
        font-family: Lato !important;
        color: #fff !important;
    }

        .tt-cursor p strong {
            color: #002E6C !important;
        }

.tt-suggestion p {
}

/*end typeahead*/

.tags-container {
    margin-top: -1px !important;
    min-height: 137px;
    border: 1px solid #d1d1d1;
    position: relative;
    width: 100%;
    float: right;
    max-height: 200px;
    overflow-y: auto;
}

    .tags-container .autocomplete-entry-with-tag {
        background: #b0c6e3;
        border-radius: 2px;
        height: 24px;
        line-height: 25px;
        float: left;
        margin: 3px;
        padding-left: 5px;
        padding-right: 5px;
    }

        .tags-container .autocomplete-entry-with-tag span {
            font-family: Lato;
            font-size: 14px;
            color: #ffffff;
            letter-spacing: 0;
        }

        .tags-container .autocomplete-entry-with-tag .delete-container {
            background: #0882bb;
            width: 26px;
            position: relative;
            margin-left: 5px;
            float: right;
        }

            .tags-container .autocomplete-entry-with-tag .delete-container img {
                margin: 0 7px 0 7px;
            }

.entity-container .row-entry .twitter-typeahead {
    /*position: absolute !important;*/
    right: 0 !important;
    bottom: -40px !important;
    border: none;
}

.tags-validation-error {
    display: none;
    color: red;
    font-size: 13px;
    position: absolute;
    bottom: -59px;
    right: 0;
}

.row-entry-tag-container {
    margin-bottom: 60px !important;
}

.delete-container {
    position: relative;
}

    .delete-container span {
        position: absolute;
        right: 6px;
        top: -1px;
        cursor: pointer;
        color: white !important;
    }

.remove-tag {
    right: 6px;
    top: -1px;
    cursor: pointer;
    color: white;
}

    .remove-tag:hover {
        color: darkred !important;
    }

.disable-availability-filter {
    position: absolute;
    height: 30px;
    width: 120px;
    margin-left: 110px;
    margin-top: -5px;
}

    .disable-availability-filter * {
        float: left;
        clear: none !important;
    }

    .disable-availability-filter label {
        margin-top: 5.5px;
        margin-left: 2px;
        font-size: 11px !important;
        cursor: pointer;
    }
