@charset "UTF-8";

.tit_tab ul li.js-disabled a{
	color: #b5b5b5;
}

.result_report .recon_detail .iconic li:nth-of-type(1) a,
.result_report .recon_detail .iconic li:nth-of-type(2) a,
.result_report .recon_detail .iconic li:nth-of-type(3) a,
.result_report .recon_detail .iconic li:nth-of-type(4) a,
.result_report .recon_detail .iconic li:nth-of-type(5) a,
.result_report .recon_detail .iconic li:nth-of-type(6) a,
.result_report .recon_detail .iconic li a{background-color:#666;}
.result_report .recon_detail .iconic li.selected:nth-of-type(1) a{background:#254295;}
.result_report .recon_detail .iconic li.selected:nth-of-type(2) a{background:#ff7c39;}
.result_report .recon_detail .iconic li.selected:nth-of-type(3) a{background:#6f1ae3;}
.result_report .recon_detail .iconic li.selected:nth-of-type(4) a{background:#009ccf;}
.result_report .recon_detail .iconic li.selected:nth-of-type(5) a{background:#f54744;}
.result_report .recon_detail .iconic li.selected:nth-of-type(6) a{background:#a0c214;}


.detail_pop .cont .lists ul li {
	background-color: #fff !important;
}

.topclass_box ul li .handle{
	display: block;
	content: '';
	position: absolute;
	top: calc(50% - 20px);
	right: 5px;
	width: 30px;
	height: 40px;
}

.topclass_box ul li:before {
	/*display: none;*/
}

.topclass_box ul li.sortable-placeholder {

	background:#d2d2d2;
	min-height: 45px;

}

.topclass_box ul li.sortable-placeholder:before {
	display: none;
}

.member .inputBox p{display:block;}

.main_status .body li span .click-to-copy {
	color: #000;
	border-bottom: 2px solid #000;
}