.filterLabelPanel {
    display: flex;
    position: absolute;
    left:135px;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fff;
    padding: .5rem 0;
    border: 1px solid #ccc;
    box-shadow: 0 1px 0.125rem hsla(0, 0%, 45%, .25);
    min-width: 5rem;
    max-width: 15rem;
    border-radius: .125rem;
    z-index: 100;
}

.filterLabelPanel .filterInput{margin-left: .5rem; margin-right: .5rem;}

.filterLabelHeader {
    font-size: .5rem;
    font-weight: 600;
    letter-spacing: normal;
    padding: 0 .5rem;
    line-height: .75rem;
    margin: 0;
    color: #313131;
}

.filterLabelPanel .form-group input {
    position: relative;
    margin-left: .5rem;
    margin-right: .5rem;
}

.filterClose {
    position: absolute;
    right: 8px;
    top: 5px;
    cursor: pointer;
    font-size: 20px;
}

.pull-left {
    display: inline-block;
    float: left;
}

.pull-right {
    display: inline-block;
    float: right;
}

.btn-link {
    display: inline-flex;
    width: 15px;
    min-width: 15px;
    color: black;
    vertical-align: super;
}

.trigger-item,
.signpost-item {
    display: inline;
}

.signpost-content-body .label {
    margin: .3rem;
}

.labelDiv {
    position: absolute;
    left: 28px;
    top: 5px;
}

.datagrid-action-bar {
    z-index: 10;
}

.trigger-item hbr-label-piece {
    display: flex !important;
    margin: 6px 0;
}

:host>>>.signpost-content {
    min-width: 4rem;
}

:host>>>.signpost-content-body {
    padding: 0 .4rem;
}

:host>>>.signpost-content-header {
    display: none;
}

.filterLabelPiece {
    position: absolute;
    top: 4px;
    z-index: 1;
}

.dropdown .dropdown-toggle.btn {
    margin: .25rem .5rem .25rem 0;
}

.labelBtn {
    position: relative;
    overflow: hidden;
    font-size: .58333rem;
    letter-spacing: normal;
    font-weight: 400;
    background: transparent;
    border: 0;
    color: #565656;
    cursor: pointer;
    display: block;
    margin: 0;
    width: 100%;
    height: 30px;
    text-transform: none;
}

.labelBtn:hover {
    background-color: #eee;
}

.labelBtn:focus {
    outline: none;
}

.labelDiv label{margin: 0;}
