

.dropcell {
    width: 50%;
    height: 40px;
    padding: 0 !important;
}

.dragcell {
    width: 50%;
    height: 40px;
    padding: 0 0 0 10px !important;
    line-height: 40px;
    vertical-align: middle;
}

.number {
    width: 10%;
    float: left;
}

.dropbox {
    width: 90%;
    height: 100%;
    float: left;
    background-color: #ff0000;
    padding: 0 !important;
    color: #fff;
}

#sortingtable {
    width: 100%;
}

.sortingrow {
    width: 100%;
}

.dragitem {
    width: 90%;
    height: 100%;
    float: left;
    color: #fff;
    font-size: 14px;
}

.prio_select {
    width: 10%;
    float: right;
    height: 100%;
    background-color: #eee;
    background-image: url("/typo3conf/ext/nnkc_sort/Resources/Public/images/arright.png");
    background-repeat: no-repeat;
    background-size: 95% auto;
    background-position: center center;
}

.btn-next {
    background-color: #000;
    color: #fff;
    margin: 0 auto;
}

.mask {
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 8888;
    top: 0;
    left: 0;
    display: none;
}

.next {
    width: 200px;
    padding: 20px;
    text-align: center;
    background-color: #fff;
    color: #000;
    position: fixed;
    top: 30px;
    left: 50%;
    margin-left: -100px;
    z-index: 9999;
    min-height: 200px;
    display: none;
}

#prio_table {
    width: 100%;
}

.prio_element {
    width: 80%;
    float: left;
    height: 100%;
    color: #fff;
    font-size: 14px;
}

.prio_down {
    width: 10%;
    float: right;
    border-right: 2px solid #000;
    height: 50%;
    background-color: #eee;
    background-image: url("/typo3conf/ext/nnkc_sort/Resources/Public/images/arrdown.png");
    background-repeat: no-repeat;
    background-size: 95% auto;
    background-position: center center;
}

.prio_up {
    width: 10%;
    float: right;
    height: 50%;
    background-color: #eee;
    background-image: url("/typo3conf/ext/nnkc_sort/Resources/Public/images/arrup.png");
    background-repeat: no-repeat;
    background-size: 95% auto;
    background-position: center center;
}

.btn-finish {
    background-color: #fff;
    color: #000;
    margin: 0 auto;
    display: none;
}

.sorting_result ol {
    color: #fff;
}

.sorting_result ol li {
    padding: 10px 0 10px 0;
}

.hasimg li{width: 150px; float: left;}