
[data-focus="search-bar"] {
    display: flex;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
    margin: 10px auto;
    transition: box-shadow 200ms cubic-bezier(0.4, 0.0, 0.2, 1);
    &:hover {
        box-shadow: 0 4px 4px 1px rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
    }
    & > div {
        padding: 8px 0;
    }
    [data-focus="select-mdl"] {
        //background-color: rgba(0,0,0,0.10);
        border-right:1px solid rgba(0,0,0,0.16);
        margin-right: 10px;
        input {
            border: 1px solid transparent;
            padding-left: 20px;
        }
        .mdl-icon-toggle__label {
            margin-top: -28px;
        }
    }
    [data-focus="search-bar-input"] {
        height: 25px;
        display: flex;
        justify-content: space-between;
        width: 100%;
        i {
            margin-right: 10px;
            color: rgba(0, 0, 0, 0.4);
        }
        input {
            text-shadow: none;
            border-shadow: none;
            border: none;
            padding: 0px;
            margin: 0px;
            height: auto;
            width: 100%;
            height: 100%;
            left: 0px;
            outline: none;
            font-size: 16px;
        }
    }
}
