/**
 * Created by prisme.io on 09/06/2017.
 */


.red-ui-searchBox-container {
    position: relative;
    i {
        font-size: 10px;
        color: #666;
    }
    i.fa-search {
        position: absolute;
        pointer-events: none;
        left: 8px;
        top: 9px;
    }
    i.fa-times {
        position: absolute;
        right: 5px;
        top: 9px;
    }
    input {
        border-radius: 0;
        border: none;
        width: 100%;
        box-shadow: none;
        -webkit-box-shadow: none;
        padding: 3px 17px 3px 22px;
        margin: 0px;
        height: 30px;
        box-sizing:border-box;

        &:focus {
            border: none;
            box-shadow: none;
            -webkit-box-shadow: none;
        }
    }
    a {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 20px;
        display: none;
    }
    .red-ui-searchBox-resultCount {
        position: absolute;
        right: 18px;
        top: 4px;
        background: #eee;
        color: #666;
        padding: 1px 8px;
        font-size: 9px;
        border-radius: 4px;
    }
}
