.mmpt-modal {
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.4);
	display: flex;
	justify-content: center;
	align-items: center;
}

.mmpt-modal-content {
	background-color: #fefefe;
	padding: 20px;
	border: 1px solid #888;
	border-radius: 5px;
	width: 80%;
	max-width: 500px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.mmpt-close-button {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
	cursor: pointer;
}

.mmpt-close-button:hover,
.mmpt-close-button:focus {
	color: black;
	text-decoration: none;
}

#mmpt-link-btn {
	margin-left: 30px;
}

.mmpt-table-title {
	font-size: 15px;
	font-weight: 600;
	border-bottom: 2px solid #555;
	padding: 8px 6px;
	text-align: left;
	background-color: #f0f0f0;
	width:40%;
	margin-bottom: 10px;
}

.mmpt-table-body-block td {
	padding-top: 0px;
	padding-bottom: 0px;
}

.mmpt-textarea {
	width: 100%;
}

.mmpt-disabled-plural-field {
	background-color: #f7f7f7;
	border: 1px dashed #ccc;
	color: #888;
	cursor: help;
}

.mmpt-msgctxt-label {
	font-size: 11px;
	color: #666;
	margin-bottom: 3px;
}

.mmpt-msgctxt-label code {
	font-size: 11px;
	background: #f0f0f0;
	padding: 1px 4px;
	border-radius: 2px;
}

/* msgstr側のスペーサー: JS で実測した高さを --ctx-label-h カスタムプロパティで受け取る */
.mmpt-msgctxt-label--hidden {
	color: transparent !important;
	background: transparent !important;
}

.mmpt-msgctxt-label--hidden code {
	color: transparent !important;
	background: transparent !important;
	box-shadow: none !important;
	border: none !important;
}
