.excel .form-control:focus,
.excel .form-control:hover {
    background-color: #ffffff;
    border: 1px solid #03a9f4;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0 !important;
    color: #333333;
}

.tableWrapper .tableWrap {
    overflow: auto;
}

.excel tbody td input {
    border: 1px solid transparent;
    padding: 0 !important;
    height: auto;
}

.v1 .etable {
    border-collapse: separate;
    border-spacing: 0 20px;
}

.v1 .etable .etableBody tr {
    background: white;
}

.etableSpace {
    border-collapse: separate;
    border-spacing: 0 1em;
}

.etableSpace tbody tr {
    background-color: white;
}

.table > :not(:first-child) {
    border-top: 0px solid currentColor !important;
}
