.UIChiTiet .ResultCount {
    font: italic 10pt arial;
    padding: 10px;
    text-align: right;
}
.UIChiTiet .Search {
    background-color: var(--primary);
    border: 1px solid #ddd;
    padding: 0.25rem 1rem;
    border-radius: 4px;
    color: #ffffff;
    font: 11pt arial;
    margin-top: 10px;
}
.UIChiTiet .Search:hover{
    background-color: var(--dark-primary);
}
.UIChiTiet fieldset > legend {
    color: #666666;
    font: bold 10pt arial;
    text-transform: uppercase;
}
.UIChiTiet fieldset {
    border: 1px solid #bbb;
    border-radius: 10px 10px 0 0;
}
.UIChiTiet .left {
    height: 28px;
}
.UIChiTiet .left .lblSearch, .lblCoQuan, .lblTitle, .lblLinhVuc {
    color: #666666;
    display: inline-block;
    font: bold 10pt arial;
    margin-right: 20px;
}
.UIChiTiet .txtSearch {
        width: 100%;
        padding: 0.25rem 1rem;
        border: 1px solid #d1d1d1;
        border-radius: 0.25rem;
}
.UIChiTiet .ddCoQuan, .ddLinhVuc {
     width: 100% !important;
     padding: 0.25rem 1rem;
     border: 1px solid #d1d1d1;
     border-radius: 0.25rem;
     font: 10pt arial;
}
.UIChiTiet th:nth-child(1) {
    width: 4%;
}
.UIChiTiet th:nth-child(2) {
    width: 60%;
}
.UIChiTiet th:nth-child(3) {
    width: 16%;
}
.UIChiTiet th:nth-child(4) {
    width: 24%;
}
.UIChiTiet .ResultTable td {
    border: 1px solid #d1d1d1;
    color: #333333;
    padding: 0.25rem 1rem;
    text-align: left;
    font: 10pt arial;
}
.UIChiTiet .ResultTable .BackLink {
    color: #333333;
    font: 10pt arial;
}
.UIChiTiet .Detail {
    margin: 10px 0;
}
.UIChiTiet .Detail .Back {
    background: url("images/back.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    height: 25px;
}
.UIChiTiet .Detail .Back .BackLink {
    color: #0f6fa9;
    font: bold 10pt/25px arial;
    padding-left: 30px;
}
.UIChiTiet .Detail .FormDetail .lblTitle {
    color: #222;
    font: bold 11pt arial;
    margin: 20px 0;
}
.UIChiTiet .Detail .TTHC-Table td {
    border: 1px solid #bbb;
    padding:6px;
}
.UIChiTiet .Detail .TbDetail .CoQuanLeft, .LinhVucLeft, .FileLeft {
    color: #222;
    font: bold 10pt/25px arial;
}
.UIChiTiet .Detail .FileRight > a {
    color: #ff4200;
    text-decoration: underline;
}
.tthc-category .title { font-weight: bold; background-color: var(--primary); color: #fff; padding: 0.5rem 1rem; }

.tthc-category .item {
        border-bottom: 1px dashed #d1d1d1;
}
.tthc-category .item a {
        /* font-size: 0.9rem; */
}
.ResultTable th {
        background-color: var(--primary);
        color: #fff;
        padding: 0.25rem 1rem;
}
.UIChiTiet fieldset {
        padding: 1rem;
}

.UIChiTiet fieldset > legend { 
        width: auto !important;
}
.UIChiTiet .spResult {
        color: var(--primary);
        font-weight: bold;
        margin-right: 0.25rem;
}