.ListControl {
        background: #fff none repeat scroll 0 0;
        /* padding: 0 10px; */
        /* border-right: 1px solid #e0e0e0; */
        color: #444;
        font-size: 14px;
}
.ListControl .ExTitle{
    background: #d1def8;
    height: 38px;     
}
.ListControl .ExContent{
        display: none;
}
.ListControl .Search .ExTitle {
        /* border-bottom: 2px solid #eabc00; */
        /* height: 45px !important; */
        margin: 0 0 10px;
        padding: 10px;
        margin-top: 0 !important;
}
.ListControl .Search .ExTitle > span {
        color: #b80002;
        display: inline-block;
        font: bold 11pt/30px Arial;
        text-transform: uppercase;
        white-space: nowrap;
}
.ListControl .ExContent tr:nth-child(1) td:nth-child(2) {
        /* display: inline-flex; */
        /* width: 368px !important; */
}
.ListControl .List .Title > span {
        color: #6c757d;
        display: inline-block;
        /* font: bold 13px arial; */
        margin: 10px 0;
        font-weight: 600;
        display: none;
}
.ListControl table {
        width:100%;
}
.ListControl table tr td table {
        /* width:0; */
}
.ListControl .List table th {
        color: #212529;
        height: 30px;
        text-align: center;
        padding: 8px;
        background: #e9ecef;
        border: 1px solid #e4e4e4;
}
.ListControl .List table td {
        color: #212529;
        padding: 8px;
        border: 1px solid #e4e4e4;
}
.ListControl .List table td:last-child a {
       color: #b11149;
       border: 2px solid #b12d11;
       border-radius: 2px;
       padding: 3px 5px;
       text-align: center;
       display: flex; /* Kích hoạt flexbox */
       align-items: center; /* Căn dọc giữa */
       justify-content: center; /* Căn ngang giữa (tùy chọn) */
}
.ListControl .List table td:last-child a:hover {
    background-color: #1162b121;
}

.ListControl .List table td:last-child span{
    display: none;
}
.ListControl .List table tr {
        color: #bbb;
}
.ListControl .List table tr:last-child {
        border:1px solid #fff;
}
.ListControl .List table tr:last-child td{
        /* padding:5px; */
}
.ListControl .Search {
        cursor: pointer;
        font: 13px arial;
}
.ListControl .List table .download {
        color: #ae0002 !important;
        font: bold 13px arial;
        text-decoration: underline;
        width: 38px;
        display: inline-block;
}
.ListControl .List table td:nth-child(1) a span {
        color: #333 !important;
        font: 11px arial;
        text-decoration: none;
}
.ListControl .List table td:nth-child(2) {
        text-align: center;
}
.ListControl input.Search, input.Cancel {
        background: #b80002 none repeat scroll 0 0;
        border: 1px solid #ccc;
        border-radius: 2px;
        box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset, 0 1px 2px 0 #b3b3b3;
        color: #ffffff;
        cursor: pointer;
        font: 13px arial;
        height: auto !important;
        margin-right: 10px;
        margin-top: 8px;
        padding: 4px;
        width: auto;
}
.ListControl .xem-chi-tiet{
        cursor: pointer;
}
.ListControl .xem-chi-tiet:hover{
        color: #369;
}
.ListControl  .left td {
        text-align: left !important;
}
.modal-dialog.modal-lg {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        width: 100vw;
        height: 100vh;
}
.modal-content {
        width: 100%;
        height: 100%;
}
.modal-header {
        background: black;
}
.modal-body {
        height: 100%;
        width: 100%;
}
.modal-body object {
        width: 100%;
        height: 100%;
}
.ListControl .col1 {
        border-right: 1px solid #e0e0e0;
        color: #444;
        font-size: 13px;
        width: 136px;
}
.ListControl span.summary {
        border-right: 1px solid #e0e0e0;
        color: #212529;
        font-size: 13px;
}
button.close {
        background: white;
        border: none;
        color: black;
        font-size: 15px;
        font-weight: bold;
}
span.modal-link {
        cursor: pointer;
        font-weight: bold;
        background: #e4e4e4;
        padding: 5px 20px;
        border-radius: 3px;
        display: inline-block;
}
a#ctrl_172008_202_gvDanhSach_linkDownload_0 {
        cursor: pointer;
        font-weight: bold;
        background: #e4e4e4;
        padding: 5px 20px;
        border-radius: 4px;
        /* width: 50px; */
        margin-right: 5px;
        text-decoration: none;
}
div.ListControl .Search .ExTitle h1 {
    padding-left: 1rem;
    font-weight: 700;
    font-size: 16px;
    line-height: 38px;
    display: inline-block;
    text-transform: uppercase;
    position: relative;
}
div.ListControl .Search .ExTitle h1:before
{   content: "";
    position: absolute;
    height: 38px;
    width: 0;
    top: 0;
    left: 0;
    border-left: 10px solid #2a77e5;
}
.ListControl td.auto-style1 {
        font-size: 13px;
        padding-bottom: 10px;
}
.ListControl .ExContent input, .ListControl .ExContent select{
        min-width: 100%;
        padding: 5px;
        height: unset !important;
        margin-bottom: 5px;
        border: 1px solid #ccc;
        border-radius: 3px;
}
.ListControl input.Search, .ListControl input.Cancel {
        min-width: unset;
        border: none;
        padding: 5px 20px;
}
.ListControl .List table tr:last-child td[colspan="4"]>table {
        width: 100%;
}
.ListControl .List table tr:last-child td[colspan="4"]>table td a, .ListControl .List table tr:last-child td[colspan="4"]>table td span {
        display: inline-flex !important;
        width: unset !important;
        width: 25px !important;
        height: 25px !important;
        align-items: center;
        justify-content: center;
        background: #dee2e6;
        border-radius: 5px;
        margin: 3px !important;
}
.ListControl .List table tr:last-child td[colspan="4"]>table td span {
        background: #0681c9;
        color: #fff;
}
.ListControl .List table tr:last-child td[colspan="4"]>table td {
        display: inline !important;
        width: unset !important;
        padding: 0 !important;
}
.ListControl .List table tr:last-child td[colspan="4"], .ListControl .List table tr:last-child td[colspan="4"] td {
        border: none;
        padding: 10px 0;
}
.ListControl .List table tr:last-child td[colspan="4"]>table tr {
        text-align: center;
}
.ListControl  .left>table {
        width: 100%;
}
.ListControl  .right {
        margin-top: -1px;
}
@media only screen and (min-width: 769px){
.ListControl .mb-2{
        display: flex;
}
} 

@media only screen and (max-width:768px){
        div.ListControl {
                padding: 0 15px;
                margin-bottom: 15px;
        }
        div.ListControl .Search .ExTitle h1 {
                padding: 0 !important;
                font-size: 13px !important;
                margin-top: 0 !important;
        }
        .ListControl input[type="text"], .ListControl select {
                border-radius: 3px !important;
                border: 1px solid #e4e4e4 !important;
                padding: 5px !important;
                height: unset !important;
        }
        .ListControl .ExContent tr:nth-child(1) td:nth-child(2) {
                width: 100% !important;
        }
        .ListControl input.Search, input.Cancel {
                margin-top: 0 !important;
                margin-bottom: 15px !important;
        }
        .ListControl span.summary {
                color: #212529;
                font-weight: 600;
        }
        .ListControl .List table tr:last-child td[colspan="4"]>table {
                width: 100%;
        }
        .ListControl .List table tr:last-child td[colspan="4"]>table td a, .ListControl .List table tr:last-child td[colspan="4"]>table td span {
                display: inline-flex !important;
                width: unset !important;
                width: 25px !important;
                height: 25px !important;
                align-items: center;
                justify-content: center;
                background: #dee2e6;
                border-radius: 5px;
                margin: 3px !important;
        }
        .ListControl .List table tr:last-child td[colspan="4"]>table td span {
                background: #0681c9;
                color: #fff;
        }
        .ListControl .List table tr:last-child td[colspan="4"]>table td {
                display: table-cell !important;
                width: unset !important;
                padding: 0 !important;
        }
        .ListControl table {
                width: 100% !important;
        }
                div.ListControl .Search .ExTitle h1 {
    padding-left: 1rem !important;
}
}
