@charset 'UTF-8';
.dd
{
    line-height: 21px; 

    position: relative;

    display: block;

    margin: 0;
    padding: 0;

    list-style: none;
}

.dd-list
{
    position: relative;

    display: block;

    margin: 0;
    padding: 0;

    list-style: none;
}
.dd-list .dd-list
{
    padding-left: 30px;
}

.dd-item,
.dd-empty,
.dd-placeholder
{
    line-height: 21px; 

    position: relative;

    display: block;

    min-height: 21px;
    margin: 0;
    padding: 0;
}

.dd-handle
{
    display: block;

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box; 
    height: 33px;
    margin: 5px 0;
    padding: 6px 10px;

    text-decoration: none;

    border: 1px solid #e0e0e0;
    border-radius: .215rem;
    background: #fff;
}
.dd-handle:hover
{
    color: #3f51b5;
    background: #eee;
}

.dd-content
{
    margin-top: -5px;
    padding: 10px;

    border: 1px solid #e0e0e0;
    border-top: 0;
    background: #fff;
}

.dd-item > button
{
    line-height: 1;

    position: relative;

    float: left;
    overflow: hidden;

    width: 25px;
    height: 21px;
    margin: 6px 0;
    padding: 0;

    cursor: pointer;
    text-align: center; 
    white-space: nowrap;
    text-indent: 100%;

    border: 0;
    background: transparent;
}
.dd-item > button:before
{
    position: absolute;

    display: block;

    width: 100%;

    text-align: center;
    text-indent: 0;
}
.dd-item > button.dd-expand:before
{
    content: '+';
}
.dd-item > button.dd-collapse:before
{
    content: '-';
}

.dd-expand
{
    display: none;
}

.dd-collapsed .dd-list
{
    display: none;
}

.dd-collapsed .dd-collapse
{
    display: none;
}

.dd-collapsed .dd-expand
{
    display: block;
}

.dd-dragel
{
    position: absolute;
    z-index: 1300; 

    pointer-events: none;
}
.dd-dragel > .dd-item .dd-handle
{
    margin-top: 0;
}
.dd-dragel .dd-handle
{
    -webkit-box-shadow: 1px 3px 5px 0 rgba(0, 0, 0, .1);
            box-shadow: 1px 3px 5px 0 rgba(0, 0, 0, .1);
}

.dd-empty,
.dd-placeholder
{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box; 
    margin: 5px 0;
    padding: 0;
}

.dd-placeholder
{
    min-height: 30px;

    border: 1px dashed #e0e0e0; 
    background: #eee;
}

.dd-empty
{
    min-height: 100px;

    border: 1px dashed #e0e0e0;
    background-color: #eee;
    background-position: 0 0, 30px 30px; 
    -webkit-background-size: 60px 60px;
            background-size: 60px 60px;
}

.dd-item-alt .dd-handle
{
    font-family: 'Material-Design-Iconic-Font';
    font-weight: normal;
    font-style: normal;

    position: absolute;
    top: 0;
    left: 0;

    display: inline-block;

    width: 30px;
    margin: 0;

    cursor: pointer;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
         -o-transform: translate(0, 0);
            transform: translate(0, 0); 
    text-align: center;

    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background: transparent;

    text-rendering: auto;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.dd-item-alt .dd-handle:before
{
    content: '';
}
.dd-item-alt .dd-handle:hover
{
    background: #eee;
}

.dd-item-alt > button
{
    margin-left: 30px;
}

.dd-item-alt .dd-content
{
    display: block;

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box; 
    height: 33px;
    margin: 5px 0;
    padding: 6px 10px 6px 40px;

    text-decoration: none;

    border: 1px solid #e0e0e0;
    border-radius: .215rem;
    background: #fff;
}
.dd-item-alt .dd-content:hover
{
    color: #3f51b5;
    background: #eee;
}

.dd-item-with-media .dd-handle
{
    border-bottom-right-radius: 0; 
    border-bottom-left-radius: 0;
}

.dd-item-with-media .dd-content
{
    border-bottom-right-radius: .215rem; 
    border-bottom-left-radius: .215rem;
}
