/*  Copyright (c) 2008 ARK-Web Co.,Ltd. */
/*common*/
.btn-default{color: inherit;}
.btn:disabled, .btn:disabled{
	pointer-events: none;
}
.btn-notext .mt-icon{
	margin: 0;
}
.actions-bar{
	margin-bottom: 1rem;
}
.actions-bar-bottom{
	margin-top: 2rem;
}
/*#42537*/
.h4, h4 {
	font-size: 1.1rem;
	font-weight: 600;
}
/*for ie*/
_:-ms-input-placeholder, :root .mt-mainContent--scrollable {
	display: block;
}
/*icon-link for ie*/
#aform-table a,
#aform_input_error-listing-table a{
	display: inline-block;
}

/*edit_aform_field*/
.mt-draggable__area{
	display: block;
}
.mt-draggable__empty{
	display: block;
	box-sizing: border-box;
	padding-top: 120px;
}
.mt-draggable__area .placeholder{ 
	height:26px; margin:4px; margin-left:10px; border-width:2px; border-style:dashed; border-radius:4px; border-color:#aaa; 
}
.aform-field{
	-webkit-box-orient: vertical;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	cursor: auto;
	background-color: #fff;
}
.aform-field .tool-block{
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	flex-shrink: 0;
}
.aform-field .tool-block .col,
.aform-field .tool-block .col-auto{
	padding-right: 0;
	padding-left: 0
}
.aform-field .col-auto a{
	display: inline-block; /*for ie debug*/
}
.aform-field .aform-parts-id{
	color: #999;
	font-size: 90%;
	font-weight: normal;
	margin-left: 5px;
}
.aform-field .aform-parts-type{
	color: #999;
	font-size: 90%;
	font-weight: normal;
	margin-left: 5px;
}
.aform-field .view-block{
	margin: 1rem;
	padding: 1rem;
	background: #F4F4F4;
/*	width: 100%;*/
	max-height: 200px;
	overflow-y: auto;
}
.aform-field .view-block input,
.aform-field .view-block label{
	pointer-events: none;
}
.aform-field .view-block .aform-input{
	font-size: 14px; 
	padding: 3px;
}
.aform-field .view-block dl{
	margin: 0;
}
.aform-field .view-block ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.aform-field .collapse{
	width: 100%;
}
.aform-field .form-inline label.ttl{
	width: 5em;
	justify-content: flex-end;
}
.aform-field .form-inline .relation{
	flex: 1;
}
.aform-field .form-inline .relation span{
	display: inline-block;
}
.aform-field .form-group-button{
	margin: 1rem -1rem -1rem;
	padding: 1rem 1rem .5rem 1rem;
	border-top: 1px solid #a5a5a5;
}
.aform-field .mt-table--outline{
	max-height: 500px;
	overflow-y: auto;
}
.aform-field .values-option-table .check{
	width: 5em;
}
.aform-field .values-option-table .other{
	width: 5em;
}
.aform-field .values-option-table .button{
	width: 2em;
}
.aform-field .values-option-table .button:not(:last-child){
	padding-right: 0;
}
.aform-field .form-group[id^="aformFieldRelation"]{
	padding-top: 1rem;
	border-top: 1px dotted #ccc;
}

/*tooltip*/
[data-tooltip]:hover{
	position: relative;
}
[data-tooltip]:hover:before{
	position: absolute;
	content: attr(data-tooltip);
	color: #fff;
	font-size: 0.9rem;
	padding: 5px 10px;
	background: #000;
	border-radius: 4px;
	z-index: +1;
	-webkit-transition: all .3s;
	transition: all .3s;
}
[data-tooltip]:hover:after{
	position: absolute;
	content: '';
	width: 10px;
	height: 10px;
	background: #000;
	z-index: +1;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.aform-field-type:hover:before{
	top: 0.4rem;
	left: 50%;
	max-width: 60%;
}
.aform-field-type:hover:after{
	top: 1.1rem;
	left: 50%;
	margin-left: -5px;
}
.values-option-table [data-tooltip]:hover{
	position: static;
}
.values-option-table [data-tooltip]:before{
	max-width: 60%;
	top: 50%;
	margin-left: 50px;
}
.values-option-table [data-tooltip]:after{
	top: 60%;
	margin-left: 45px;
}

/*disp_aform_data*/
[data-screen-id="disp_aform_data_body"] .pagination a,
[data-screen-id="disp_aform_data_body"] .pagination .current-rows{
	margin-right: 1em;
}
[data-screen-id="disp_aform_data_body"] .mt-table thead th:first-child{
	width: 35%;
	min-width: 6em;
}
.edit_aform_data_status_form{
	width: 100%;
}
.edit_aform_data_status{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.edit_aform_data_status table{
	width: 80%;
}
.edit_aform_data_status table td:first-child{
	width: 9em;
}
.setting_group {
	backgroup-color: #FFFFFF;
	margin: 10px;
	border: 1px solid rgba(0, 0, 0, 0.125);
	padding: 0.75em;
	border-radius: 0.25em;
}
.aform_mm_preview_iframe {
	width: 100%;
	height: 400px;
}
.aform_warning {
	color: #FF0000;
}
.aform-field-open a[aria-expanded="false"] .mt-icon--secondary {
	transform: rotate(180deg);
}
.aform-field-open-all, a[aria-expanded="false"] .mt-icon--secondary {
	transform: rotate(180deg);
}
.div-aform-field-open-all {
	text-align:right;
	width: 100%;
}
