#mSettings {
    background: url(../img/svg/solid/cog-white.svg) no-repeat;
}

#mRefresh {
    background: url(../img/svg/solid/angle-down-white.svg) no-repeat; /*no-repeat*/
}

    #mRefresh:disabled {
        background: url(../img/svg/solid/angle-down-blue.svg) no-repeat; /*no-repeat*/
    }

#appReturn {
    background: url(../img/svg/solid/arrow-alt-circle-left-white.svg);
}
    #appReturn:disabled {
        background: url(../img/svg/solid/arrow-alt-circle-left-blue.svg);
    }
#appInstall {
    background: url(../img/svg/solid/to-homescreen.svg);
}
#appInstall:disabled {
    background: transparent !important;
}

#appScan {
    background: url(../img/svg/solid/install.svg);
}

#appScan {
    background: url(../img/svg/solid/barcode.svg);
}

#scansearch {
    background: url(../img/svg/solid/search.svg);
}

#appAdd {
    background: url(../img/svg/solid/plus-circle.svg);
}
#appPrint {
    background: url(../img/svg/solid/print-white.svg);
}

.title-close {
    background: url(../img/svg/solid/times-circle.svg);
}
button[state="eye"] {
    background: url(../img/svg/solid/eye.svg) no-repeat;
    height: 30px;
    width: 30px;
}
button[state="eye-slash"] {
    background: url(../img/svg/solid/eye-slash.svg) no-repeat;
    height: 30px;
    width: 30px;
}

.fas {
    display: inline-block;
    width: 10px;
    height: 15px;
}

.fa-sort {
    background: url(../img/svg/solid/sort.svg) no-repeat;
}

.fa-sort-up {
    background: url(../img/svg/solid/sort-up.svg) no-repeat;
}

.fa-sort-down {
    background: url(../img/svg/solid/sort-down.svg) no-repeat;
}

.deleteicon span {
    background: url(../img/svg/solid/times-circle-gray.svg);
}
