/**
* Nestable Draggable Handles
*/

.dd3-content {
    display: block;
    height: 30px;
    margin: 5px 0;
    padding: 5px 10px 5px 5px;
    margin-left: 55px;
    color: #333;
    text-decoration: none;
    font-weight: bold;
    line-height: 25px;
    border: 1px solid #ccc;
    background: #fafafa;
    background: -webkit-linear-gradient(top, #fafafa 0%, #eee 100%);
    background: -moz-linear-gradient(top, #fafafa 0%, #eee 100%);
    background: linear-gradient(top, #fafafa 0%, #eee 100%);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.dd-dragel>.dd3-item>.dd3-content {
    margin: 0;
}

.dd3-item>button {
    margin: 0px 0px 0 55px;
    background: #f5f6f8;
    height: 49px;
    width: auto;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.dd3-item span.dd3-content button.btn {
    font-size: 8px;
    line-height: 1;
}

.dd3-handle {
    position: absolute;
    margin: 0;
    left: 0;
    top: 0;
    cursor: pointer;
    width: 30px;
    text-indent: 30px;
    white-space: nowrap;
    overflow: hidden;
    border: 1px solid #aaa;
    background: #ddd;
    background: -webkit-linear-gradient(top, #ddd 0%, #bbb 100%);
    background: -moz-linear-gradient(top, #ddd 0%, #bbb 100%);
    background: linear-gradient(top, #ddd 0%, #bbb 100%);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.dd3-handle:before {
    content: '≡';
    display: block;
    position: absolute;
    left: 0;
    top: 5px;
    width: 100%;
    text-align: center;
    text-indent: 0;
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    line-height: 39px;
}

.dd3-handle:hover {
    background: #ddd;
}

.dd-list .dd-item .dd-handle {
    background: #343a40;
    border: none;
    padding: 8px 16px;
    height: auto;
    font-weight: 600;
    border-radius: 3px
}

.dd-list .dd-item .dd-handle:hover {
    color: #3699FF
}

/* .dd-list .dd-item button {
    height: 36px;
    font-size: 17px;
    margin: 0;
    color: #98a6ad;
    width: 36px
}

.dd-list .dd3-item {
    margin: 5px 0
} */

/* .dd-list .dd3-item .dd-item button {
    width: 36px;
    height: 36px
} */

.dd-list .dd3-handle {
    margin: 0;
    width: 49px;
    height: 49px !important;
    /* float: left */
}

.dd-list .dd3-content {
    height: auto;
    border: none;
    padding: 5px 10px 5px 10px;
    background: #f5f6f8;
    font-weight: 600
}

.dd-list .dd3-content:hover {
    color: #3699FF
}


/* .dd-list .dd3-handle:before {
    content: "\F35C";
    font-family: "Material Design Icons";
    color: #adb5bd
} */

.dd-empty,
.dd-placeholder {
    background: rgba(206, 212, 218, .2)
}

.dd-dragel .dd-handle {
    -webkit-box-shadow: 0 0 35px 0 rgba(154, 161, 171, .15);
    box-shadow: 0 0 35px 0 rgba(154, 161, 171, .15)
}