﻿
/************************/
/*        共通          */
/************************/

/* タイトル＆コマンドボタンエリア */
	.tmkw-title-area {
		height: 45px;
		margin-left: -10px;
		margin-top: 0px;
		margin-right: -10px;
		/*background-color: #f0fff0;*/
		background-color: #7fffd4;
		color: #000000;
		text-align: left;
		padding: 4px;
		font-weight: bold;

		border: 2px solid;
		border-color: #b0c4de;
	}
.card {
	box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
	height: 100%;
	font-size: 0.9rem;
}

.no-background-color {
	background-color: transparent !important;
}

.no-border {
	border: none;
}

.no-highlight:focus {
	outline: none !important;
	box-shadow: none !important;
	border-color: #ced4da;
}

.select-row-background-color {
	background-color: #ffedb9 !important;
}

.no-pointer-events {
	pointer-events: none;
	opacity: 0.3;
}

input[type="date"]{
	padding: 0 !important;
	background-image: none !important;
}