﻿.table.table-bordered > thead > tr > th {
    width: min-content !important;
}
/*.table-wrap {
    display: block;
    float: left;
    width: 100%;
    padding-top: 30px;
}*/
.table-bc {
    margin-top: 20px;
}

    .table-bc th {
        background-color: rgb(6 217 198 / 16%);
    }

    .table-bc th,
    .table-bc td {
        border: 1px solid #cfcfcf;
    }

    .table-bc th {
        font-weight: bold;
        padding: 10px 5px;
    }

    .table-bc td {
        padding: 10px 5px;
    }

        .table-bc td input {
            width: 100px;
        }

    .table-bc input[type=text],
    .table-bc input[type=number] {
        box-sizing: border-box;
        border: 1px solid #ccc;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        outline: none;
        border-radius: 4px !important;
    }

        .table-bc input[type=text]:focus,
        .table-bc input[type=number]:focus {
            border: 2px solid rgba(42, 127, 187, 1);
        }

    .table-bc tbody > tr > td:first-child {
        text-align: center;
        font-weight: bold;
    }

.th-noidung {
    min-width: 200px;
}

.trang-thai {

    display: flex;
    justify-content: space-between;
/*    position: fixed;
    width: 100%;
    float: left;
    z-index: 10;*/
}

    .trang-thai .tendot {
        font-size: 16px;
        font-weight: bold;
    }
    .trang-thai .tentrangthai {
        font-size: 14px;
        font-weight: bold;
    }
/* width */
.page-content ::-webkit-scrollbar {
    width: 10px !important;
    height: 8px !important;
}

/* Track */
.page-content ::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.page-content ::-webkit-scrollbar-thumb {
    background: rgba(42, 127, 187, 0.4);
    border-radius: 0px;
    height: 5px;
}

/* Handle on hover */
.page-content .table-wrap::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.tabbable .tab-pane {
}
#tab-donvi .search-donvi{
    margin:10px 0;
    width: 100%;
    float: left;
}


