/**
 *
 * Footer
 *
**/

footer {
	background-color: #2196f3 !important;
	color: white;
}

/**
 *
 * Keep footer in the bottom:
 *
 * https://stackoverflow.com/questions/50674837/flush-footer-to-the-bottom-of-the-page-in-bootstrap-4
 *
**/

#login main {
	min-height: calc(100vh - 181px);
}

#gestion main {
	min-height: calc(100vh - 188px);
}

/**
 *
 * Treeview
 *
**/

#tree {
	background-color: #f5f9fb;	
}

.list-group-item {
    padding: 0.4rem .8rem;
}

/**
 *
 * Filtro de fechas
 *
**/

#filter {
	background-color: #f5f9fb;	
}


/**
 *
 * Datatables
 *
**/
.custom-select {
    background: none !important;
}

table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before {
    right: 1em;
    content: "" !important;
}

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
    right: 0.5em;
    content: "" !important;
}

table.dataTable tfoot th, table.dataTable tfoot td {
    padding: 8px 10px !important;
}

