#drop-zone {
    margin: 10px;
    padding: 30px;
    border: #696969 dashed 5px;
    width: 70%;
    min-height: 200px;
    text-align: center;
    background-color: #ffffff;
}

#btn_lists_group {
    margin: 10px;
    position: relative;
}
#file_lists {
    background-color: transparent;
    width: 90%;
    min-height: 10px;
}

#loading {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #000;
    z-index: 1;
}

#spinner {
    display: none;
    color: #fff;
    z-index: 2;
}

#wrap {
    background: #fff;
    width: 100%;
}

#container {
    display: flex;
    width: 100%;
}

#data_table_in, #data_table_out, #data_table_check {
    margin: 10px 0px 10px 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    border-collapse: collapse;
}

#chk_height {
    padding: 8px 0px 0px 0px;
    vertical-align: middle;
}

.pre_lists {
    height: 50px;
    text-align: center;
}

.modal-dialog-fluid {
    max-width: inherit;
    width: 90%;
    max-height: inherit;
    height: 90%;
}

.modal-content {
    max-height: inherit;
    height: 100%;
}


.modal-footer {
    justify-content: center;
}

input[type="checkbox"] {
    opacity: 0;
    -webkit-appearance: none;
    appearance: none;
    position: absolute;
}
input[type="checkbox"] + span::before {
    display: inline-block;
    content: '';
    width: 2rem;
    height: 2rem;
    border: 2px solid #ccc;
    border-radius: 5px;
    vertical-align: middle;
}
input[type="checkbox"]:checked + span::before {
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22currentColor%22%20class%3D%22bi%20bi-chevron-double-left%20import_icon%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M8.354%201.646a.5.5%200%200%201%200%20.708L2.707%208l5.647%205.646a.5.5%200%200%201-.708.708l-6-6a.5.5%200%200%201%200-.708l6-6a.5.5%200%200%201%20.708%200z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12.354%201.646a.5.5%200%200%201%200%20.708L6.707%208l5.647%205.646a.5.5%200%200%201-.708.708l-6-6a.5.5%200%200%201%200-.708l6-6a.5.5%200%200%201%20.708%200z%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
}

.ui-button.ui-state-disabled:hover,
.ui-button.ui-state-disabled:active {
    font-weight: normal;
    color: #555555;
}

.import_icon {
    width: 30px;
    height: 30px;
}
.upload_icon {
    width: 100px;
    height: 100px;
    color: limegreen;
}
.finish_icon {
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0 auto;
    width: 35px;
    height: 38px;
    color: orange;
}

.modal-body {
    max-height: inherit;
    height: 90%;
}

dl {
    width: 100%;
    max-height: inherit;
    height: 100%;
}
dt {
    width: 5%;
    max-height: inherit;
    height: 100%;
    float: left;
}
dt span  {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
}
dt span.over  {
    cursor: pointer;
}
dt span.selected  {
    cursor: default;
}

dt#step1 span {
    background-image: url('/static/image/file_upload/step_title/step1_w.png');
    background-repeat: no-repeat;
    background-size:70% auto;
    background-color: #6D8C9D;
}
dt#step1 span.selected  {
    background-image: url('/static/image/file_upload/step_title/step1_b.png');
    background-repeat: no-repeat;
    background-size:70% auto;
    background-color: #ffffff;
    border: solid #d3d3d3;
}

dt#step2 span  {
    background-image: url('/static/image/file_upload/step_title/step2_w.png');
    background-repeat: no-repeat;
    background-size:70% auto;
    background-color: #487085;
}
dt#step2 span.selected  {
    background-image: url('/static/image/file_upload/step_title/step2_b.png');
    background-repeat: no-repeat;
    background-size:70% auto;
    background-color: #ffffff;
    border: solid #d3d3d3;
}

dt#step3 span  {
    background-image: url('/static/image/file_upload/step_title/step3_w.png');
    background-repeat: no-repeat;
    background-size:70% auto;
    background-color: #24536D;
}
dt#step3 span.selected  {
    background-image: url('/static/image/file_upload/step_title/step3_b.png');
    background-repeat: no-repeat;
    background-size:70% auto;
    background-color: #ffffff;
    border: solid #d3d3d3;
}

dt#step4 span {
    background-image: url('/static/image/file_upload/step_title/step4_w.png');
    background-repeat: no-repeat;
    background-size:70% auto;
    background-color: #003755;
}
dt#step4 span.selected  {
    background-image: url('/static/image/file_upload/step_title/step4_b.png');
    background-repeat: no-repeat;
    background-size:70% auto;
    background-color: #ffffff;
    border: solid #d3d3d3;
}

dd {
    margin: 0;
    max-width: inherit;
    width: 80%;
    height: 100%;
    float: left;
    background: #d3d3d3;
    overflow: auto;
}
dd p  {
    width: 100%;
    text-indent: 1em;
    padding: 20px;
    margin: 0;
}

#data_table_in thead, #data_table_out thead {
    background-color: #696969;
    color: #ffffff;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #c0c0c0;
}

div #list_check_table {
    margin: 0;
    width: 100%;
    height: 100%;
    float: left;
    overflow: auto;
}

div #listcheck_modal {
    max-width: inherit;
    width: 60%;
    max-height: inherit;
    height: 90%;
}

div #check_list {
    height: 90%;

}