
.bootstrap-tagsinput {
    border-radius: 0;
    color: #8e9091;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 16px;
}

.bootstrap-tagsinput input {
    border: none;
    border-radius: 0;
    color: #8e9091;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.bootstrap-tagsinput input:focus {
    border: none;
    box-shadow: none;
}

.badge-tag{
    background-color: #17a2b8;
    color: white;
}

.bootstrap-tagsinput .badge {
    margin-left: 4px;
    padding:8px;
}

.form-group.editnotes ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.form-group.editnotes span {
    display: inline-block;
    background-color: #f2f2f2;
    color: #333;
    padding: 5px 10px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.form-group.editnotes input[type="text"] {
    outline: none;
    padding: 5px;
    font-size: 14px;
}

.form-group.editnotes input[type="text"]:focus {
    outline: none;
}

.form-group.editnotes .delete-button {
    background-color: transparent;
    border: none;
    color: #999;
    cursor: pointer;
    margin-left: 5px;
}
