/* General Table
--------------------------------
*/
.scroll {
	overflow:auto;
	clear:both;
	padding-bottom:20px;
}
.scroll .scroll {
	padding:0;
}

.popup_content_scroll {
	max-height:300px;
	overflow:auto;
}

.chk_wrap {
	display:inline-block;
	width:100%;
	vertical-align:top;
}
.chk_grp {
	font-size:13px;
	line-height:normal;
	font-weight:600;
	display:block;
	margin:0 0 10px;
}
.chk_grp input[type='checkbox'] {
    margin: 0 5px 0 0;
    position: relative;
    top: 1px;
}
.chk_action {
	font-size:12px;
	font-weight:400;
	color:#6e6e6e;
}