/**
 * datatable用共通設定
 */
:root {
	/* color */
	--am-table-selected-color: #FFC4E1;
}

.selected-color {
	color: var(--am-table-selected-color);
}

tr.selected>* {
	box-shadow: inset 0 0 0 9999px var(--am-table-selected-color) !important;
	color: black !important;
}

thead th {
	background-color: #BDD7EE !important;
}

.dt-scroll-headInner {
     width: auto !important;
}
