.selectUsersForTeam md-content.autocomplete {
    min-height: 250px;
}

.selectUsersForTeam md-content.autocomplete input {
    min-width: 400px;
}

.selectUsersForTeam .md-item-text.compact {
    padding-top: 8px;
    padding-bottom: 8px;
}

.selectUsersForTeam .contact-item {
    box-sizing: border-box;
}

.selectUsersForTeam .contact-item.selected {
    opacity: 0.5;
}

.selectUsersForTeam .contact-item.selected h3 {
    opacity: 0.5;
}

.selectUsersForTeam .contact-item .md-list-item-text {
    padding: 14px 0;
    max-width: 190px;
}

.selectUsersForTeam .contact-item .md-list-item-text h3 {
    margin: 0 !important;
    padding: 0;
    line-height: 1.2em !important;
}

.selectUsersForTeam .contact-item .md-list-item-text h3,
.selectUsersForTeam .contact-item .md-list-item-text p {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

@media screen and (min-width: 960px) {
    .selectUsersForTeam .contact-item {
        float: left;
        width: 33%;
    }
}

.selectUsersForTeam md-contact-chips {
    margin-bottom: 10px;
}

.selectUsersForTeam .md-chips {
    padding: 5px 0 8px;
}

.selectUsersForTeam .fixedRows {
    height: 250px;
    overflow: hidden;
}


/*
Copyright 2016 Google Inc. All Rights Reserved. 
Use of this source code is governed by an MIT-style license that can be in foundin the LICENSE file at http://material.angularjs.org/license.
*/
