.of-x-visible{
    overflow-x: visible;
}

.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 333;
    display: block;
    width: 2.375rem;
    /*height: 1rem;*/
    /*line-height: 2.375rem;*/
    text-align: center;
    pointer-events: none;
    top: 25%;
    color: #aaa;
}

.status-icon {
    content: '';
    width: 0.5rem;
    height: 0.5rem;
    display: inline-block;
    background: currentColor;
    border-radius: 50%;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
    margin-right: .375rem;
    vertical-align: middle;
}

.cursor-pointer {
    cursor: pointer;
}
