@import url('font-awesome.css');
@import url('selectize.bootstrap3.css?6');
@import url('bootstrap.css?1');
@import url('../js/confirm/jquery-confirm.min.css');
@import url('model.css');

.inline-sort.sort > a {
    padding-left: 14px !important;
    background: url("images/sort_both_light.png") no-repeat center left;
}

    .inline-sort.sort > a.asc {
        background: url("images/sort_asc_light.png") no-repeat center left;
    }

    .inline-sort.sort > a.desc {
        background: url("images/sort_desc_light.png") no-repeat center left;
    }

.inline-sort {
    padding: 9px 8px 0;
}

    .inline-sort a {
        padding: 6px 8px;
    }