﻿.clearfix {
	clear: both;
}

/* ダッシュボード バナー非表示 */
.togglePromotion, .banner-container {
    display: none !important;
}

/* フィールド編集 */
.fieldDetailsForm .modal-header input {
	width: 185px;
}

.select2-results ul.select2-result-sub > li .select2-result-label {
	position: relative;
}
.select2-result-label .filterActionImgs {
	position: absolute;
	top: 0;
	right: 0;
	padding: 3px;
}
