.RDsortable{
	
}

.RDsortable .mainitem{
	padding:0px;
	margin-bottom:30px;
}
.RDsortable .mainitem .sublist{
	margin-left:30px;
}
.RDsortable .item-box{
	border: 1px solid #afc7ff;
	padding:0;
	clear: both;
    display: table;
	width:100%;
	background-color: #e1f8ff;
	border-radius:20px !important; 
}

.RDsortable .item-box:hover{
	background-color:#caebfb;
}





.RDsortable .handle{
	display:inline-block;
	padding:5px 10px;
	float:left;
	background-color:#83a2ff;
	cursor:move;
	color:#fff;
	border-top-left-radius: 14px !important;
	border-bottom-left-radius: 14px !important;
}

.RDsortable .title{
	display:inline-block;
	float:left;
	padding:5px;
	font-size:13px;
	width: calc(100% - 35px);
}


.RDsortable .title .link{
	cursor:pointer;
}

.RDsortable .title .link:hover{
	color:blue;
}

.RDsortable .title .edit, .RDsortable .title .delete{
	float:right;
	margin-left:10px;
}

.RDsortable .subitem{
	padding:0px;
	margin:5px 0;
}
.RDsortable .sortable-placeholder{
	width:100%;
	height:30px;
	background-color:#eaf8ff;
	border:1px dashed #afc7ff;
	border-radius:15px !important;
	margin-bottom:30px;
	padding:0px;
}

.RDsortable .sublist .sortable-placeholder{
	margin:5px 0;
}
