﻿#stocktake #lines {
    max-width: 1347px;
    height: 400px;
    overflow-y: auto;
    margin-top: 10px;
    border: 1px solid lightgray;
    box-sizing: border-box;
}

#stocktake td input[type=text] {
    margin: 0;
    border: none;
    width: 100%;
    padding-left: 5px;
}

#stocktake td .different-count {
    background-color: #e88484;
}


#stocktake .import-left-section {
    float: left;
    overflow: hidden;
}

    #stocktake .import-left-section .remove-file {
        background-color: #fff;
        font-size: 12px;
        position: absolute;
        right: -13px;
        top: 6px;
    }

    #stocktake .import-left-section .fileupload-container {
        width: 270px;
    }

    #stocktake .import-left-section .fileupload {
        position: relative;
        margin: 10px;
    }


#stocktake .errors.div-fieldset {
    max-height: 275px;
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    width: 357px;
    padding: 5px;
    margin: 0 0 5px 0;
    scrollbar-width: thin;
}

    #stocktake .errors.div-fieldset .div-legend {
        color: #a94442;
        border-color: #ff9d9b;
    }