body {
    font-size: 16px;
    color: #000;
}

.header {
    font-size: 1.2em;
    font-weight: bold;
    color: #000;
    text-align: center;
}

.header-message {
    line-height: 26px;
    text-align: center;
    width: 100%;
}

    .header-message .alert {
        margin: 0;
        padding: 10px;
    }

.alert-info {
    color: #000;
    background-color: #ddd;
    border-color: #ccc;
}

.input-group-addon {
    font-size: 1em;
    padding: 6px 20px;
}

    .input-group-addon.for-button {
        padding: 0;
        margin: 0;
    }

        .input-group-addon.for-button button {
            font-size: 1em;
            padding: 6px 25px;
            border: none;
        }


.form-control {
    font-size: 1em;
    padding: 10px;
    color: #000;
    height: 40px;
}

.result_message {
    width: 100%;
    text-align: center;
}

    .result_message .icon {
        font-size: 6em;
        margin: 10px auto;
    }

    .result_message .scancode {
        font-weight: bold;
    }

    .result_message .desc {
        font-style: italic;
    }

.table_scan_result {
    margin: 0 !important;
    border-radius: 5px !important;
}

    .table_scan_result td,
    .table_scan_result th {
        border: 1px solid #999 !important;
    }


    .table_scan_result thead tr {
        background: #fff;
    }

        .table_scan_result thead tr th {
            border-bottom: 1px;
            font-weight: normal;
        }

    .table_scan_result tbody {
        margin-top: 2px;
        padding-top: 2px;
        z-index: 100;
    }

        .table_scan_result tbody tr.error {
        }

            .table_scan_result tbody tr.error td {
                color: red;
                background: lightyellow;
            }

        .table_scan_result tbody tr.success {
            color: #a94442;
        }


            .table_scan_result tbody tr.success td {
                color: blue;
                background: lightcyan;
            }

            .table_scan_result tbody tr.success.active td {
                color: #000;
                background: lightgreen;
            }

        .table_scan_result tbody tr.active {
            font-weight: bold;
            zoom: revert-layer;
        }

            .table_scan_result tbody tr.active td {
                border-top: 2px dashed #000 !important;
                border-bottom: 2px dashed #000 !important;
                text-shadow: 1px 1px 2px #fff
            }

                .table_scan_result tbody tr.active td.cell_first {
                    border-left: 2px dashed #000 !important;
                }

                .table_scan_result tbody tr.active td.cell_last {
                    border-right: 2px dashed #000 !important;
                }

            .table_scan_result tbody tr.active.error {
            }

                .table_scan_result tbody tr.active.error td {
                    border-top-color: red !important;
                    border-bottom-color: red !important;
                    background: antiquewhite;
                }

                    .table_scan_result tbody tr.active.error td.cell_first {
                        border-left-color: red !important;
                    }

                    .table_scan_result tbody tr.active.error td.cell_last {
                        border-right-color: red !important;
                    }

            .table_scan_result tbody tr.active.success {
            }

                .table_scan_result tbody tr.active.success td {
                    color: blue;
                    border-top-color: blue !important;
                    border-bottom-color: blue !important;
                }

                    .table_scan_result tbody tr.active.success td.cell_first {
                        border-left-color: blue !important;
                    }

                    .table_scan_result tbody tr.active.success td.cell_last {
                        border-right-color: blue !important;
                    }


.container-scroll {
    width: 100%;
    float: left;
    min-height: 100px;
    overflow: auto;
}


.header-result {
    width: 100%;
    float: left;
    background: #ddd;
    padding: 10px;
    border-radius: 5px 5px 0 0;
    border: 1px solid #ccc;
    border-bottom: none;
}

    .header-result .header-item {
        float: left;
    }

    .header-result .header-label {
        float: left;
    }

    .header-result .header-count {
        float: left;
        margin-left: 5px;
    }

    .header-result #btnNoteCount {
        border-radius: 3px;
        background: yellow;
        padding: 0px 15px;
        cursor: pointer;
        border: none;
    }

.list-data-scan {
    width: 100%;
    float: left;
    margin: 0;
}

    .list-data-scan li {
        width: 100%;
        float: left;
        padding: 10px;
    }

        .list-data-scan li:hover {
            background: #f2f2f2;
        }

        .list-data-scan li .sub_item {
            float: left;
        }

            .list-data-scan li .sub_item .sub_first {
                float: left;
            }

            .list-data-scan li .sub_item .sub_last {
                float: left;
            }

            .list-data-scan li .sub_item .flag_end {
                float: left;
                background: #333;
                color: #fff;
                border-radius: 3px;
                padding: 0 10px;
            }

            .list-data-scan li .sub_item .extra_data {
                width: 100%;
                float: left;
                font-style: italic;
                font-size: 0.9em;
            }

    .list-data-scan .group-parent {
        font-weight: bold;
    }

    .list-data-scan .group-extra {
        background: yellow !important;
    }

    .list-data-scan .group-child {
    }

    .list-data-scan .group-error {
        background: mistyrose !important;
        color: red;
    }

    .list-data-scan li:first-child {
        border-radius: 0;
    }

    .list-data-scan li:last-child {
        border-radius: 5px;
        border-width: 2px;
        border-style: dashed;
        color: #000;
    }

        .list-data-scan li:last-child.group-parent {
            background: lightcyan;
            border-color: blue;
            color: #000;
        }

        .list-data-scan li:last-child.group-child {
            background: lightcyan;
            border-color: blue;
            color: #000;
        }

        .list-data-scan li:last-child.group-error {
            border-color: red;
            background: mistyrose;
            color: red;
        }
