/**
 *  Module made by Nukium
 *
 *  @author    Nukium
 *  @copyright 2023 Nukium SAS
 *  @license   All rights reserved
 *
 * ███    ██ ██    ██ ██   ██ ██ ██    ██ ███    ███
 * ████   ██ ██    ██ ██  ██  ██ ██    ██ ████  ████
 * ██ ██  ██ ██    ██ █████   ██ ██    ██ ██ ████ ██
 * ██  ██ ██ ██    ██ ██  ██  ██ ██    ██ ██  ██  ██
 * ██   ████  ██████  ██   ██ ██  ██████  ██      ██
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 * THE SOFTWARE.
 */
.icon-file
{
    font: 400 15px/31px "FontAwesome";
    height: 30px;
    width: 30px;
}

#document-list.footable .footable-sortable .footable-sort-indicator:after {
    content: "unfold_more";
    display: inline-block;
    font-family: Material Icons;
	font-weight: 400;
	font-style: normal;
	font-size: 24px;
	height: 1em;
	letter-spacing: normal;
	line-height: 1;
	text-transform: none;
	vertical-align: middle;
	word-wrap: normal;
	white-space: nowrap;
	width: 1em;
	direction: ltr;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-feature-settings: "liga";
	font-feature-settings: "liga";
}

#document-list.footable .footable-sortable.footable-sorted .footable-sort-indicator:after {
	content: "expand_more";
}

#document-list.footable .footable-sortable.footable-sorted-desc .footable-sort-indicator:after {
	content: "expand_less";
}