/*--- Drag and Drop Boxes ---*/

.col-sm-6{width:48%; float:left;}
.right-dragable{margin-left:15px;}
.right-dragable .well{background:none;}

.sortable-list{padding-left:0px; display: table; width:100%; margin-left:0px;}

.rounded{border:1px solid #ccc; border-radius:5px; padding:15px;}

.sortable-list .sortable-left{display: table-cell; padding:10px;}
.sortable-list .sortable-center{width:100%; display: table-cell; padding:10px;}
.sortable-list .sortable-right{display: table-cell; padding:10px; color: #000;}
.sortable-list .sortable-right:hover{cursor: pointer; text-decoration: none;}

.fa-plus{cursor:pointer;}
.fa-times{cursor:pointer;}

.directory-loader{background-image:url(../../img/loading.gif); height:70px; width:100%; background-position:50% 0%; background-repeat:no-repeat;}










