/*.tags-input {*/
/*.bootstrap-tagsinput {*/
/*    display: inline-block;
    position: relative;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 5px;
    box-shadow: 2px 2px 5px #00000033;
    width: 50%;
}*/

/*.bootstrap-tagsinput {*/
.bootstrap-tagsinput {
/*    border: solid 1px #e9ecee;*/
    border-radius: 0;
    color: #8e9091;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
/*    height: 48px;
    padding: 8px 20px;*/
    font-size: 16px;
}

/*.bootstrap-tagsinput input {*/
.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 {*/
.bootstrap-tagsinput input:focus {
    border: none;
    box-shadow: none;
}

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

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

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

/*.tags-input li {*/
/*.form-group li {*/
.form-group.editnotes span {
    display: inline-block;
    background-color: #f2f2f2;
    color: #333;
/*    border-radius: 20px;*/
    padding: 5px 10px;
    margin-right: 5px;
    margin-bottom: 5px;
}

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

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

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