#existFile {
    height: 200px;
    overflow-y: scroll;
}

.form-col-1,
.form-col-2 {
    margin-bottom: 10px;
}

.form-col-2 .loa_qty {
	flex: auto;
}

#dynamicForm .form-col-1 {
    border: 1px solid #e2e2e2;
}

#dynamicForm .file {
    padding: 6px;
}

#dynamicForm .fieldSet {
    border: 1px solid #e2e2e2;
    padding: 10px;
    margin-bottom: 10px;
}

.form-col-2 {
    display: flex;
}

.form-col-2 .loa_number,
.form-col-2 .loa_qty {
    margin-right: 10px;
}

.form-col-2 .addField {
    margin-right: 10px;
}

.loa-file-display th, .loa-file-display td {
    padding: 3px;
    border: 1px solid #e2e2e2 !important;
    text-align: center;
}

#viewLoadfilesModal .btn.btn-close {
    border: none;
    outline: none;
}

#viewLoadfilesModal .btn.btn-close:hover, #viewLoadfilesModal .btn.btn-close:focus {
    background-color: transparent;
}
