﻿#rma #standardEditor .tab-content {
    border: 1px solid #ddd;
}

#rma #standardEditor .tab-content > div {
    height: 185px;
}

#rma #con {
    width: 1024px;
    height: 100%;
    padding: 10px;
}
#rma .rma-group {
    width: 350px;
    float: left;
}

#rma .NotesBox {
    width: 100%;
}

#rma .SecondColumn {
    width: 300px;
}

#rma .tsbtn {
    float: right;
    margin-right: 15px;
}


#rma #lines {
    width: 100%;
    height: 200px;
    overflow-y: auto;
    margin-top: 10px;
    border: 1px solid #d3d3d3;
    box-sizing: border-box;
}
    #rma #lines .line-select {
        margin-left: 3px;
    }

#rma #detail {
    width: 100%;
    border: 1px solid #e3e3e3;
    border-top-color: #e3e3e3;
    border-top-color: #e3e3e3;
    border-top-color: transparent;
}

    #rma #detail .tab-content {
        border: none;
        padding: 0;
    }
        #rma #detail .tab-content > div {
            height: 136px;
        }

#rma .imp {
    margin-left: 5px;
    float: left;
    height: 45px;
}

    #rma .imp label {
        font-size: 12px;
        font-weight: normal;
        margin-bottom: 0;
    }

#rma #tab_rd .form-control,
#rma #line-info .form-control {
    font-size: 12px;
    height: 20px;
    padding: 1px 3px;
}

#rma #tab_rd .lookup .lookup-button {
    height: 20px;
}

#rma #tab_rd .input-group-addon {
    padding: 2px 12px;
}

#rma .con.input-group .input-group-addon {
    padding: 0 3px;
    font-size: 10px;
}

#rma #detail #replenish {
    width: 82px;
    float: left;
    height: 45px;
    padding: 5px;
    text-align: center;
    border: 1px solid #ddd;
    margin-bottom: -1px;
    margin-left: 5px;
}

    #rma #detail #replenish > div > div {
        float: left;
    }

        #rma #detail #replenish > div > div[data-disabled="true"] i {
            background-color: #f2f2f2;
            color: #848484 !important;
            cursor: not-allowed;
        }

    #rma #detail #replenish 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;
    }

        #rma #detail #replenish i:hover {
            background-color: #efefef;
        }

    #rma #detail #replenish > div:last-child i {
        border-right-color: #ddd;
    }

#rma .btn-info {
    width: 100px
}
