#wrapperGruppen {
    display: inline-block
}
#gruppenListblock {
    background-color: #fff;
    border: 1px solid #c0c4c5;
    border-radius: 3px;
    box-shadow: 1px 1px 3px #000000;
    padding: 5px;
    position: absolute;
    right: 0;
    top: 32px;
}
#listGruppen li {
    border: 1px solid #c0c4c5;
    border-radius: 3px;
    margin: 1px 0;
    padding: 0 3px 0 1.5em;
    width: 200px;
    line-height: 2em;
}
#listGruppen li .orderGruppe {
    margin-left: -1.3em;
    margin-top: 5px;
    position: absolute;
}
input#gruppe {
    width: 215px;
}
#dokumente .newGroup {
    border-right: 1px solid #E1E1E1;
}
.newDocument .qq-upload-button {
    margin:0;
    padding: 1px 0;
    border: none;
    background: transparent;
    box-shadow: none;
    border-radius: 0
}
.newDocument .qq-upload-list {
    margin: 0;
        position: absolute;
        left: -200%;
        top: 2em;
        display: none;
}
.newDocument .qq-upload-file, .newDocument .qq-upload-size {
    text-shadow: none;
}
#dokumente #dokliste {
    margin: 1em 0 0 0;
}
#dokliste .schwupps {
    margin: .5em;
    vertical-align: middle;
    
}
#dokliste li.groupHeader {
    margin-top: 1em
}
.schwupps a {
    float: left;
    margin: 7px 10px;
    text-decoration: none;
    font-weight: bold;
    color: #292D33;
}
.schwupps select {
    float: right; 
    -moz-appearance: none;
    border: 1px solid #c0c4c5;
    border-radius: 3px;
    font-size: 1em;
    height: 31px;
    padding: 5px 20px 6px 5px;
    text-indent: 0.01px;
    text-overflow: "";
    vertical-align: middle;
}
.schwupps .docDescription, .schwupps .handleGallery  {
    float:left;
    margin: .5em;
    cursor:move
}
