
.dd {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    /* max-width: 600px; */
    list-style: none;
    line-height: 20px
}

.dd-list {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none
}

.dd-list .dd-list {
    padding-left: 40px
}

.dd-collapsed .dd-list {
    display: none
}

.dd-item,.dd-empty,.dd-placeholder {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    min-height: 20px;
    line-height: 20px
}

.dd-handle,.dd2-content {
    display: block;
    min-height: 38px;
    margin: 5px 0;
    padding: 6px 12px;
    border: 1px solid #e5e5e5;
    background-color: #fff;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.dd-handle[class*=btn-],.dd2-content[class*=btn-] {
    border: 0
}

.dd-handle[class*=btn-].btn-white,.dd2-content[class*=btn-].btn-white,.dd-handle[class*=btn-].btn-default,.dd2-content[class*=btn-].btn-default {
    border: 1px solid #e5e5e5
}

.dd-handle:hover.btn-default,.dd2-content:hover.btn-default {
    background: #fafafa
}

.dd2-handle+.dd2-content,.dd2-handle+.dd2-content[class*=btn-] {
    padding-left: 44px
}

.dd-item>button:hover~.dd-handle[class*=btn-],.dd-item>button:hover~.dd2-content[class*=btn-] {
    opacity: 1;
    filter: alpha(opacity=100)
}

.dd2-handle:hover~.dd2-content[class*=btn-] {
    opacity: 1;
    filter: alpha(opacity=100)
}

.dd2-item.dd-item>button {
    margin-left: 34px
}

.dd-item>button {
    display: block;
    position: relative;
    z-index: 1;
    cursor: move;
    float: left;
    width: 25px;
    height: 20px;
    margin: 5px 1px 5px 5px;
    padding: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 0;
    background: 0 0;
    line-height: 1;
    text-align: center;
    font-weight: 700;
    top: 4px;
    left: 1px;
    outline: 0 none!important
}

.dd-item>button:before {
    font-family: FontAwesome;
    content: '\f067';
    display: block;
    position: absolute;
    width: 100%;
    text-align: center;
    text-indent: 0;
    font-weight: 400
}

.dd-item>button[data-action=collapse]:before {
    content: '\f068'
}

.dd-item>button:hover {
    color: #d15050
}

.dd-item.dd-colored>button,.dd-item.dd-colored>button:hover {
    color: #fff
}

.dd-placeholder,.dd-empty {
    margin: 5px 0;
    padding: 0;
    min-height: 30px;
    background: #f2f2f2;
    border: 2px dashed #e5e5e5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.dd-empty {
    border-color: #e5e5e5;
    border-style: solid;
    background-color: #f2f2f2
}

.dd2-content .action-buttons button {
    margin: 0 0 13px 0;
}

.dd-dragel {
    position: absolute;
    pointer-events: none;
    z-index: 999;
    opacity: 1;
    filter: alpha(opacity=100)
}

.dd-dragel>li>.dd-handle {
    opacity: 1;
    filter: alpha(opacity=100);
    position: relative
}

.dd-dragel>.dd-item>.dd-handle {
    margin-top: 0
}

.dd-list>li[class*=item-] {
    border-width: 0;
    padding: 0
}

.dd-list>li[class*=item-]>.dd-handle {
    border-left: 2px solid;
    border-left-color: inherit
}

.dd-list>li>.dd-handle .sticker {
    position: absolute;
    right: 0;
    top: 0
}

.dd2-handle,.dd-dragel>li>.dd2-handle {
    left: 0;
    top: 0;
    width: 40px;
    margin: 0;
    border-width: 1px 1px 0 0;
    text-align: center;
    /* padding: 0!important; */
    line-height: 38px;
    height: 38px;
    border: 1px solid #e5e5e5;
    cursor: move;
    overflow: hidden;
    position: absolute;
    z-index: 1
}

.dd2-handle[class*=btn-] {
    border-right: 1px solid #e5e5e5
}

.dd-dragel .dd2-handle[class*=btn-] {
    border-color: transparent;
    border-right-color: #e5e5e5
}

.dd-item>.dd2-handle .drag-icon {
    margin-top: 5px;
    display: none
}

.dd-dragel>.dd-item>.dd2-handle .drag-icon {
    margin-top: 5px;
    display: inline;
    left: -4px;
}

.dd-dragel>.dd-item>.dd2-handle .normal-icon {
    display: none
}

.dd .switch_label{
    /*display: inline;*/
    /*padding: 5px;*/
}