.edit-labels {
    box-shadow: 0 8px 10px 1px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.2);
    border-radius: 4px;
    background: #fff;
}

.edit-label-indeterminate.md-checked .md-icon:after {
    visibility: hidden;
}

.edit-labels .order-label {
    margin: 0;
}

.edit-labels md-checkbox {
    margin-bottom: 10px;
}

#edit-labels-search-textbox {
    margin: 10px;
    border: none;
    border-bottom: 1px solid #ddd;
    background: transparent;
    font-size: 0.9em;
    padding: 4px;
    width: calc(100% - 30px);
}

#edit-labels-create-button {
    width: calc(100% - 16px);
}

.edit-labels-no-permission {
    font-size: 0.8em;
    color: #e11d21;
}

.edit-labels-create-label-container {
    padding-bottom: 70px;
}

.edit-labels-create-label-container input {
    font-size:0.9em;
}