﻿body {
    min-width: 925px;
}

.addDragTable {
    width: 100%;
}

    .addDragTable > tr > th, .addDragTable > tbody > tr > th {
        font-weight: 500;
        height: 30px;
        line-height: 15px;
        padding-top: 5px;
        font-size: 14px;
    }

    .addDragTable > tr > td, .addDragTable > tbody > tr > td {
        font-size: 14px;
        height: 48px;
        text-align: left;
    }

    .addDragTable > tbody > tr:hover {
        /*background: #eff0f4;*/
    }

    .addDragTable > tbody > tr > td:nth-child(3), .addDragTable > tbody > tr > td:nth-child(5), .addDragTable > tbody > tr > td:nth-child(6) {
        cursor: pointer;
    }

.search-drag {
    position: relative;
    float: left;
}

    .search-drag input {
        border: 1px solid #e5e5e5;
        border-radius: 3px;
        text-indent: 0;
        padding-left: 10px;
        box-sizing: border-box;
        font-style: normal;
        outline: none;
        height: 37px;
        line-height: 37px;
        width: 178px;
        font-size: 14px;
        margin-left: 16px;
        margin-top: 13px;
        background: #EEEEEE;
    }

.add-drag-search {
    width: 26px;
    height: 27px;
    position: absolute;
    right: 10px;
    top: 19px;
    background: url(../../../Images/helpTwo.png) no-repeat -5px -55px;
}


.drag-sure-btn {
    height: 38px;
    line-height: 38px;
    width: 88px;
    background: #2ABD9F;
    border-radius: 30px;
    text-align: center;
    color: #fff;
    float: right;
    margin-top: 12px;
    margin-right: 16px;
    font-size: 15px;
}

.addDragTable tr.selected {
    background: #eff0f4;
}

.addDragTable tr td input[type=text] {
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    text-indent: 0;
    padding-left: 10px;
    box-sizing: border-box;
    font-style: normal;
    outline: none;
    height: 40px;
    line-height: 40px;
    width: 95px;
    background-color: #f6f9fb;
}

    .addDragTable tr td input[type=text]:focus {
        background-color: #fff;
        border: 1px solid #498DFA;
    }

.addDragTable tr td .amount-input {
    width: 77px;
}

.packaging {
    position: relative;
    width: 42px;
    height: 30px;
}

.packaging-arrow {
    display: inline-block;
    width: 10px;
    height: 30px;
    background: url(../../../Images/arrowD.png) no-repeat 0px 12px;
    margin-left: 12px;
    vertical-align: middle;
}

    .packaging-arrow.active {
        display: inline-block;
        width: 10px;
        height: 30px;
        background: url(../../../Images/arrowU.png) no-repeat 0px 12px;
        margin-left: 12px;
        vertical-align: middle;
    }

.packagingList li:hover {
    color: #2abd9f;
}

.packagingList {
    background: #eff0f4;
    position: absolute;
    top: 30px;
    left: -3px;
    text-align: left;
    width: 100%;
    z-index: 999999;
}

    .packagingList li {
        text-indent: 3px;
        height: 30px;
        line-height: 30px;
    }

.usage-input {
    width: 100px;
}

.amount-input {
    width: 60px;
}

.selectNew {
    border: none;
}

.delete1 {
    width: 50px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    color: #6ecbff;
    float: right;
    border-radius: 20px;
    display: inline-block;
    margin-top: 2px;
}

    .delete1:hover {
        background: #d1f4f6;
    }

    .delete1 > b {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin-top: 8px;
        background: url(../../../Images/self.png) no-repeat -42px -112px;
        cursor: pointer;
    }
