﻿/*---- Sorted Asc e Desc ---- */
/* Na minificação esta fonts esta dando erro, aparece '?'
   Tive que coloca-las em arquivo css sem bundles
*/
.dark-layout .rcl-gridview-theme .SortedAscendingHeaderStyle::after {
    font-family: 'boxicons' !important;
    font-size: 1.2em;
    content: "\e998";
    line-height: 0;
}

.dark-layout .rcl-gridview-theme .SortedDescendingHeaderStyle::after {
    display: inline-block;
    font-family: 'boxicons' !important;
    font-size: 1.2em;
    content: "\e999";
    line-height: 0;
}

/*-- stylus do arquivo original (bootstrap-extended) --*/
.breadcrumb .breadcrumb-item + .breadcrumb-item:before {
    /* Breadcrumb divider icon default */
    content: "\ea4a";
    font-family: 'boxicons';
    position: relative;
    top: 2px;
}

/*-- stylus exibe icone abrir fecahr do accordion --*/
.collapse-icon [data-toggle=collapse]:before {
    font-family: 'boxicons' !important;
    font-size: 1.2em;
    content: "\ea4a";
    line-height: 0;
}

/*-- stylus setinha do DropDown: 'dropleft'  --*/
.dropleft .dropdown-toggle::before {
    border: none !important;
    font-family: 'boxicons';
    content: "\ea49" !important;
}


.dropdown .dropdown-toggle::after, .dropup .dropdown-toggle::after, .dropright .dropdown-toggle::after, .dropleft .dropdown-toggle::after {
    border: none !important;
    font-family: 'boxicons';
    content: "\ea48" !important;
}


/*-- DataTables --*/
/* -- Stylus do DataTable. Depois que minificou os CSS os caracteres de sort do datatables não funciona nem a pau  -- */
table.dataTable thead > tr > th.sorting:before, table.dataTable thead > tr > th.sorting_asc:before, table.dataTable thead > tr > th.sorting_desc:before, table.dataTable thead > tr > th.sorting_asc_disabled:before, table.dataTable thead > tr > th.sorting_desc_disabled:before, table.dataTable thead > tr > td.sorting:before, table.dataTable thead > tr > td.sorting_asc:before, table.dataTable thead > tr > td.sorting_desc:before, table.dataTable thead > tr > td.sorting_asc_disabled:before, table.dataTable thead > tr > td.sorting_desc_disabled:before {
    bottom: 50%;
    content: "▴";
    content: "\25B2";
}

table.dataTable thead > tr > th.sorting:after, table.dataTable thead > tr > th.sorting_asc:after, table.dataTable thead > tr > th.sorting_desc:after, table.dataTable thead > tr > th.sorting_asc_disabled:after, table.dataTable thead > tr > th.sorting_desc_disabled:after, table.dataTable thead > tr > td.sorting:after, table.dataTable thead > tr > td.sorting_asc:after, table.dataTable thead > tr > td.sorting_desc:after, table.dataTable thead > tr > td.sorting_asc_disabled:after, table.dataTable thead > tr > td.sorting_desc_disabled:after {
    top: 50%;
    content: "▾";
    content: "\25BC";
}
/*-- ./ DataTables --*/