
@import url('fonts/css/font-awesome.css');
@import url('selectize.bootstrap3.css?5');
@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;
    }
.igo-order-whatsapp {
    
    background-color: #2FD764;
    color: #fff;
    text-decoration: none;
    margin-left: 6px;
    font-weight: bold;
    padding: 2px 4px;
    font-size: 13px;
    border-radius: 2px;
}
.igo-order-whatsapp:hover {
    color: #2FD764;
    background-color: #fff;
    text-decoration: none;
    
}
/**************************/

.div-scroll {
    overflow-y: auto;
    overflow-x: auto;
    padding-top: 10px;
    margin-right: 4px
}

    .div-scroll::-webkit-scrollbar {
        background-color: rgba(222,236,249,1);
        width: 7px
    }

    .div-scroll::-webkit-scrollbar-track {
        background-color: rgba(0,0,0,.5);
        background-color: rgba(222,236,249,1)
    }

    .div-scroll::-webkit-scrollbar-thumb {
        background-color: rgba(102,153,204,1);
        width: 7px
    }

    .div-scroll::-webkit-scrollbar-button {
        background-color: rgba(102,153,204,1)
    }

    .div-scroll::-webkit-scrollbar-corner {
        background-color: rgba(102,153,204,1)
    }