.btn{
	font-size: 14px;
}

body{
	font-size: 14px;
}

.sidebar.sidebar-pills .nav-link .nav-icon{
	font-size: 15px;
}

h2{
	font-size: 1.6rem;
}

.table td, .table th {
	padding: 0.4rem;
	padding-left: 0.6rem;
	padding-right: 0.6rem;
	vertical-align: middle;
}

.dataTables_wrapper .dataTables_filter input, .dataTables_wrapper .dataTables_length select, .form-control{
	height: 32px;
	border-radius: 5px;
}

.btn-primary, .dataTables_wrapper .dataTables_paginate .paginate_button.current{
	padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}

.btn-link{
	padding: 2px;
	font-size: 12px;
}

#crudTable.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before, #crudTable.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before{
	margin-top: 0px!important;
	vertical-align: middle;
}

.card-sales{
	height:1000px!important;
	max-height: calc(100vh - 190px)!important;
	overflow:auto; 
	padding: 1.25rem;
}

.content-table{
	border:1px solid #eee;
}

.pace .pace-progress{
	background: #fff!important;
}

.modal-center{
	top: 20%;
	transform: translateY(-50%);
}