.cc_test td {
	font-weight: bold;
	padding: .25rem 1.25rem;
	font-size: 1.2rem;
}

.cc_test th {
	font-weight: bold;
	padding: .25rem 1.25rem;
	font-size: 1.5rem;
}

.line-height-xxs {
	line-height: 1.0;
}

.table-xxs th,
.table-xxs td {
	padding: 0.25rem .75rem;
}

.section_to_print {
	display: none;
}


.dataTable tbody>tr.selected, .dataTable tbody>tr>.selected {
	color: #fff;
	background-color: #2196f3!important;
}

[data-action=plus]:after {
	content: "\e9b8";
}

.form-control {
	padding: 0.4375rem !important;
}


/*
@media print {
	body * {
		display: none;
	}
	
	.section_to_print, .section_to_print * {
		display: block;
	}
	
	.section_to_print {
		width: 100%;
		display: block;
		position: absolute;
		left: 0;
		top: 0;
	}
	
	::-webkit-scrollbar {
		display: none;
	}
}
*/