/**
 * Drag-n-drop ranking default styles
 * @license This file is part of LimeSurvey under GNU/GPL License v2 or later, see LICENSE.php
 */
.ranking-answers{width:100%;}
.dragDropTable {width: 100%;}
.dragDropTable .SortableTitle{display:block;}
.dragDropTable .columns2{
	width:50%;float:left;margin:0;padding:0;
	*width:49%;/* IE7 round up, all other round down */
}
:dir(ltr) .dragDropTable .columns2{float:right;}
.dragDropTable .clear{clear:both;}


.dragDropTable .dragDropChoices,
.dragDropTable .dragDropRanks {
	margin: 5px 0 0 0; 
	background: transparent none;
}

.dragDropTable ul.dragDropChoiceList,
.dragDropTable ol.dragDropRankList {
    margin: 0;
    padding: 3px 0;
    padding-bottom: 2em;
    border: 1px solid #ddd;
    list-style-type: none;
    list-style-position:outside;
	display: block; /* Force the li to full width */
}


.dragDropTable ol.dragDropRankList {
	border-left: none;
}

.dragDropTable ul.dragDropChoiceList li,
.dragDropTable ol.dragDropRankList li {
    margin: 3px;
    margin-top:0;
    padding: 3px;
	min-height: 2.5em;
	font-weight: normal;
	cursor: move;
	clear:both;
	background-image: none;
}
.dragDropTable ul.dragDropChoiceList li.ui-sortable-placeholder,
.dragDropTable ol.dragDropRankList li.ui-sortable-placeholder {
	border: 1px dotted #CCC;
}
.dragDropTable .error {
	border-color: fuchsia;
}

.dragDropTable .dragDropChoiceList li,
.dragDropTable .dragDropRankList li {
	background: #ede9e1;
	border: none;

}