body,.btn{
	font-family: Inter,sans-serif;
	font-size: 12px;
}
#sidebar-menu ul li ul.sub-menu li a,.form-control {
	font-size: 12px;
}
.page-link {
	padding: 7px 12px;
	height: 30px !important;
}

table.table-dark-header > thead > tr > th {
	background: #252b3b;
   color: #fff;
}

.select2 {
	width:100% !important;
}
.select2-selection--single{
	height: 35px !important;
	border: 1px solid #ced4da;
	color: #505d69;
}

.select2-selection__rendered{
	line-height: 35px !important;
}

.table-no-border > tbody > tr > td {
	padding: 6px 6px !important;
	vertical-align: top;
	font-size: 13px;
}

.well {
	min-height: 20px;
	padding: 10px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

.well {
	color: #333;
}

.pl-10 {
	padding-left: 10px;;
}

.fs-28{
	font-size: 28px !important;
}

a.dt-button {
	background-color: #252b3b !important;
	background-image: none !important;
	color: #fff !important;
	border: #252b3b !important;
	margin-bottom: 5px;
}

a.dt-button:hover {
	background: #252b3b  !important;
	opacity: .8;
	border: 1px solid #252b3b !important;
}

.fs-16{
	font-size:16px;
}
label{
	margin-bottom:0 !important;
}

table.dataTable>tbody>tr>td{
	padding: 4px 4px !important;
}

.form-control-sm{
	border-color:#c3c3cb !important;
}

.input-sm {
	padding: 5px 12px !important;
}

.span-group {
	display: inline-flex !important;
}
.span-group > span{
	float: left;
}
.span-group >span:first-child {
	border-radius: 5px 0 0 5px;
}
.span-group >span:last-child {
	border-radius: 0 5px 5px 0;
}