﻿.ex-file-input {
    display: none;
}

.excel-detail {
    height: 100%;
    display: flex;
}

.excel-detail-1 {
    width: 350px;
    height: 100%;
}

.excel-detail-1-1 {
    padding: 6px 0 0 6px;
}

.excel-detail-1-1-1 {
    width: 180px;
    padding: 4px 0 0 0;
    font-weight: bold;
}

.excel-detail-1-1-1-1 {
    font-style: italic;
    font-weight: normal;
}

.excel-detail-1-1-2 {
    width: calc(100% - 200px);
}

.excel-detail-1-1-2-1 {
    border: 1px solid #ccc;
}

.excel-detail-2 {
    width: calc(100% - 350px);
    height: 100%;
}

.excel-handson {
    height: 100%;
}

.excel-detail-1-2 {
    padding: 20px 0 0 6px;
}

.excel-detail-1-2-1 {
    font-weight: bold;
}

.excel-detail-1-3 {
    height: calc(100% - 220px);
    overflow: auto;
    min-height: 150px;
}

.row-truso {
    display: flex;
    display: flexbox;
}

    .row-truso .colrigthdetail {
        position: relative;
    }

        .row-truso .colrigthdetail div {
            /* position: absolute; */
            /* top: 50%; */
            /* left: 50%; */
            /* transform: translate(-50%,-50%); */
            float: left;
            padding-left: 7px;
        }

.excel-detail-1-4 {
    text-align: right;
    padding: 12px 10px 0 0;
}

.excel-detail-1-4-1 {
    border: 1px solid #ccc;
    padding: 4px 20px;
    border-radius: 4px;
    cursor: pointer;
    background-color: #a3571d;
    color: #fff;
}

.excel-detail-1-1-2-2 {
    width: 100%;
    height: 30px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
