.sortable-priorities .gchoice input[type="checkbox"] {
	display: none;
}

.sortable-priorities .gchoice label {
	pointer-events: none;
}

.sortable-priorities .gfield_checkbox {
	padding: 0;
	margin-top: 32px;
	margin-bottom: 32px;
}

.sortable-priorities .gchoice {
	position: relative;
	background-color: #f5f5f5;
	padding: 16px 16px 16px 48px;
	margin: 4px 0;
	list-style: none;
	cursor: -webkit-grab;
	cursor: grab;
}

.sortable-priorities .gchoice.ui-sortable-helper {
	box-shadow: 4px 4px 16px rgba(0,0,0,0.25);
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

.sortable-priorities .gfield_checkbox:active {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

/* Style for top-priority items */
.sortable-priorities .max_items .gchoice.top-priority:after {
	display: block;
	content: ' ';
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background-color: #88bd57;
	width: 100%;
	height: 2px;
	margin-top: 16px;
}

.sortable-priorities .gchoice .gform-field-label {
	font-size: 1.4em;
	color: #1c3f5f;
}

.sortable-priorities .gchoice.top-priority .gform-field-label {
	font-weight: 700;
}

.sortable-priorities .gchoice .description {
	font-size: 0.9em;
	color: #999;
}

.placeholder {
	padding: 10px;
	border: dashed 3px #999;
	text-align: center;
	color: #999;
	text-transform: uppercase;
	font-weight: 700;
}
.placeholder-line.ui-sortable-handle.no_items{
	border-bottom: 2px solid #88bd57;
	padding-bottom: 13px;	
	margin-bottom: 15px;
}
.placeholder-line.ui-sortable-handle.items{
	border-bottom: 2px solid #88bd57;
	padding: 13px 0 0;
	margin-bottom: 15px;
}

.placeholder-line.ui-sortable-handle.items .placeholder,
.placeholder-line.ui-sortable-handle.max_items .placeholder {
	display: none;
}

.placeholder-line.ui-sortable-handle.max_items {
   opacity: 0;
   height: 0;
}

#field_2_19 label,
#field_2_19 input{	
	display: none;
}
