/* Tagsinput styles */
.bootstrap-tagsinput {
    background-color: #fff !important;
    border: 1px solid #ccc !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
    display: inline-block !important;
    padding: 4px 6px !important;
    margin-bottom: 10px !important;
    color: #555 !important;
    vertical-align: middle !important;
    border-radius: 4px !important;
    max-width: 100% !important;
    line-height: 22px !important;
    cursor: text !important;
    width: 100% !important;
    box-sizing: border-box !important;
}
.bootstrap-tagsinput input {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    background-color: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    width: auto !important;
    max-width: inherit !important;
}
.bootstrap-tagsinput input:focus {
    border: none !important;
    box-shadow: none !important;
}
.bootstrap-tagsinput .tag {
    margin-right: 2px !important;
    color: white !important;
    background-color: #5bc0de !important;
    padding: .2em .6em .3em !important;
}
.bootstrap-tagsinput .tag [data-role="remove"] {
    margin-left: 8px !important;
    cursor: pointer !important;
}
.bootstrap-tagsinput .tag [data-role="remove"]:after {
    content: "x" !important;
    padding: 0px 2px !important;
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05) !important;
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
}

/* Twitter typeahead styles */
.tt-query,
.tt-hint {
    width: 396px !important;
    height: 30px !important;
    padding: 8px 12px !important;
    font-size: 24px !important;
    line-height: 30px !important;
    border: 2px solid #ccc !important;
    border-radius: 8px !important;
    outline: none !important;
}
.tt-query {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
}
.tt-hint {
    color: #999
}
.tt-dropdown-menu {
    width: 250px !important;
    margin-top: 12px !important;
    padding: 8px 0 !important;
    background-color: #fff !important;
    border: 1px solid #ccc !important;
    border: 1px solid rgba(0, 0, 0, 0.2) !important;
    border-radius: 8px !important;
    box-shadow: 0 5px 10px rgba(0,0,0,.2) !important;
}
.tt-suggestion {
    padding: 3px 20px !important;
    font-size: 18px !important;
    line-height: 24px !important;
    cursor: pointer !important;
}
.tt-suggestion.tt-is-under-cursor { /* UPDATE: newer versions use .tt-suggestion.tt-cursor */
    color: #fff !important;
    background-color: #0097cf !important;
}
.tt-suggestion p {
    margin: 0 !important;
    cursor: pointer !important;
}