﻿#goodsIn .flex {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 190px;
    bottom: 7px;
    left: 7px;
    right: 7px;
}

#goodsIn .editor-form {
    margin-top: 0px;
}

#goodsIn #filters {
    width: 99%;
}

    #goodsIn #filters > div {
        float: left;
        width: 495px;
    }


#goodsIn #poBtnSearch {
    clear: both;
    float: left;
}


#goodsIn #content > #body .actionBar {
    top: 32px;
}

#goodsIn .selectedLines, #goodsIn .lines {
    width: 100%;
    height: 200px;
    overflow-y: auto;
    margin-top: 10px;
    border: 1px solid lightgray;
    box-sizing: border-box;
    flex-grow: 2;
}

    #goodsIn .lines tr.active, #goodsIn .selectedLines tr.active {
        background-color: #E2EFF3;
    }

#goodsIn #con {
    width: 100%;
    height: 100%;
    padding: 10px;
}

#subtitle {
    font-weight: bold;
}

#receiveGoods #detail #controls {
    float: right;
    height: 45px;
    padding: 5px;
    text-align: center;
}

#receiveGoods #rSelectedLines, #receiveGoods #rLines {
    flex-flow: 2;
}

/*#salesOrder #detail #controls > div{
    width:140px;
    margin:0 auto;
}*/

#receiveGoods #detail #controls > div > div {
    float: left;
}

    #receiveGoods #detail #controls > div > div[data-disabled="true"] i {
        background-color: #f2f2f2;
        color: #848484 !important;
        cursor: not-allowed;
    }

#receiveGoods #detail #controls i {
    background-color: #fcfcfc;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    font-size: 20px;
    border: 1px solid #ddd;
    border-right-color: transparent;
}

    #receiveGoods #detail #controls i:hover {
        background-color: #efefef;
    }

#receiveGoods #detail #controls > div:last-child i {
    border-right-color: #ddd;
}

#receiveGoods #barcodeModal .modal-dialog {
    width: 250px;
}

#receiveGoods #barcodeModal .modal-body {
    padding: 50px 0;
}

#receiveGoods #barcodeModal .modal-dialog label {
    display: block;
    text-align: center;
    vertical-align: middle;
    color: #656565;
}

#receiveGoods #barcodeModal .modal-header {
    background-color: #703a96;
    padding: 7px;
    color: white;
}

.num {
    text-align: right;
}

.totalvalue {
    width: 222px;
}

.selectedHeader > a, .selectedHeader > div {
    float: left;
    margin-right: 10px;
    margin-top: 8px;
}


#receiveGoods .printerlabel {
    padding-left: 6px;
}

#goodsIn .input-error {
    border: 1px solid red;
}

#goodsIn .goodsIn-loader-modal {
    display: none;
    height: 32px;
    padding: 5px 24px;
}
