.dtbs-list-table{
	display: table;
	width: 100%;
	margin: 20px 0;
	border-collapse: collapse;
	border: 2px solid #d6d6d6;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.dtbs-list-table dl{
	display: table-row;
}

.dtbs-list-table dt,
.dtbs-list-table dd{
	display: table-cell;
	border: solid #d6d6d6;
	padding: 1em;
	margin: 0;
	border-width: 1px 0;
}

.dtbs-list-table dt{
	width: 120px;
	white-space: nowrap;
}

.dtbs_list {
	margin: 0;
	padding: 20px;
}

.dtbs_list  dt {
	font-weight: bold;
}
.dtbs_list  dd {
	margin: 0;
	padding: 0;
}

.dtbs_list  dd  label {
	margin-right: 1em;
	display: inline-block;
}

.dtbs_list  dd  select {
	padding: .15em;
}

.dtbs_list  dd  input[type="checkbox"],
.dtbs_list  dd  input[type="radio"] {
	margin-right: 0.5em;
}

.dtbs_list + .dtbs_list {
	border-top: 1px solid #d6d6d6;
}

.cdi_id_r{
	display: flex;
	flex-wrap: wrap;
	margin-top: -10px;
}

.cdi_id_r > label{
	margin: 10px 10px 0 0;
	border-radius: 4px;
}

.cdi_id_r > label input{
	display: none;
}

.cdi_id_r > label i{
	display: inline-block;
	height: 1em;
	width: 1em;
	border: 1px solid #d6d6d6;
	border-radius: 100%;
	vertical-align: middle;
	margin-right: 5px;
	position: relative;
	box-sizing: border-box;
}

.cdi_id_r > label input:checked + span i::before{
	content: "";
	width: 50%;
	height: 50%;
	background: #f00;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	border-radius: 100%;
}

.dtbs_list_result {
	display: flex;
	justify-content: space-between;
	margin: 1em 0;
	align-items: center;
	background: rgba(0,0,0,.035);
	padding: 1em 1.2em 1em 1.5em;
}

@media screen and (max-width:360px) { 
	.dtbs_list_result {
	display: block;
	padding: 1em 1.5em;
	text-align: center;
	}
}

.dtbs_count_view {
	opacity: .75;
	font-size: 0.8em;
}

.dtbs_count_view >span{
	display: block;
	font-size: 2em;
}

.dtbs_list_submitWrap {
	margin: 0 0 0 auto;
	text-align: right;
}

@media screen and (max-width:360px) {
	.dtbs_list_submitWrap {
	text-align: center;
	margin-top: 1em;
	}
}

.dtbs-list-submit{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 100px;
	border: none;	
	background: rgba(0,0,0,.8);
	color: #fff;
	height: 2.6em;
	padding: 0 1em;
	min-width: 120px;
	font-size: 1em;
	letter-spacing: .1em;
	cursor: pointer;
}

@media screen and (max-width:360px) {
	.dtbs-list-submit{
	width: 100%;
	}
}