#frm_bp_r_t_a_screen .sortable {
    margin: 20px;
    padding: 10px 10px 0;
    border: 1px dashed #ccc;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

    #frm_bp_r_t_a_screen .sortable li {
		margin: 0 0 10px;
		cursor: move;
		border: 1px solid #e5e5e5;
		background: #fff;
		font-size: 13px;
		color: #222;
		font-weight: 600;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.04);
		box-shadow: 0 1px 1px rgba(0,0,0,.04);
    }    
	#frm_bp_r_t_a_screen .sortable li .drag-handle { 
	    padding: 10px; 
	    background: #fafafa;
		-webkit-border-radius: 3px;
		border-radius: 3px;
	}
    #frm_bp_r_t_a_screen .sortable li .drag-handle .dashicons {
		display: inline-block;
		float: right;
		font-size: 30px;
		width: 30px;
		height: 20px;
		line-height: 0.5;
		color: #aaa;
		cursor: pointer;
    }
    #frm_bp_r_t_a_screen .sortable li .drag-handle .dashicons.dashicons-arrow-up {
    	color: #222;
    }
	#frm_bp_r_t_a_screen .sortable li.expanded > .drag-handle {
	    border-bottom: 1px solid #e5e5e5;
		-webkit-border-bottom-left-radius: 0;
		-webkit-border-bottom-right-radius: 0;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
	}
    
#frm_bp_r_t_a_screen .subnav-list { 
    display: none;
}

.groups_settings_preloader {
    padding-top: 50px; text-align: center;
}