@charset "utf-8";

/* ========Bootstrap======== */
.custom-file-input:lang(ja) ~ .custom-file-label::after {
	content: "参照";
}

.custom-file {
	overflow: hidden;
}

.custom-file-label {
	white-space: nowrap;
}

/* ========TABLE======== */
.table {
	font-size: 9pt;
}

.table thead th {
	position: sticky;
	top: 0px;
}

/* ========TABLE SORTER======== */
.tableSorter {
	font-size: 9pt;
}

.tableSorter thead th {
	position: sticky;
	top: 40px;
}

.tableSorter .table-danger {
	background-color: #f5c6cb !important;
}
/* ========jQueryUI Datapicker======== */
/* 日曜日 */
td.ui-datepicker-week-end:first-child a.ui-state-default {
	color: #f00;
}
/* 土曜日 */
td.ui-datepicker-week-end:last-child a.ui-state-default {
	color: #00f;
}