.toggle-row {
      cursor: pointer;
    }
    /* CSS cho các dòng con ẩn */
    .hidden-row {
      display: none;
    }
/* Canh giữa nội dung ô th */
/* Canh giữa nội dung ô th */
.table-du-toan th {
  text-align: center;
}

/* Canh trái nội dung các ô td */
.table-du-toan td {
  text-align: right;
}

/* Canh trái cho cột "Khoản mục" và "Ghi chú", căn phải cho cột "Còn lại" */
.table-du-toan tr th:first-child,
.table-du-toan tr td:first-child,
.table-du-toan tr td:last-child {
  text-align: left;
}

/* Canh phải cho cột "Còn lại" */
.table-du-toan tr td:last-child {
  text-align: right;
}
/* */
.table-du-toan th {
  text-align: right;
}

/* Canh trái cho cột "Khoản mục" và "Ghi chú", căn phải cho cột "Còn lại" */
.table-du-toan tr th:first-child,
.table-du-toan tr th:first-child,
.table-du-toan tr th:last-child {
  text-align: left;
}

/* Canh phải cho cột "Còn lại" */
.table-du-toan tr th:last-child {
  text-align: right;
}


/* Chỉnh lề trái cho nút "+", "Điều chỉnh", "Xóa" */
.use-ajax.button-cong,
{
  margin-left: 10px;
}
/*select[name="field_dutoan_khoanmuc"] {*/
/*  pointer-events: none;*/
/*  background-color: #f2f2f2;*/
/*  color: #999;*/
/*}*/
/* Thay đổi màu của option đã chọn */
/*.page-wrapper__node-edit-form select[name="field_dutoan_khoanmuc"] option[selected="selected"] {*/
/*  background-color: #999;*/
/*  color: #fff;*/
/*}*/
/* Disable trường select */
/*.page-wrapper__node-edit-form select[name="field_dutoan_loai"] {*/
/*  pointer-events: none;*/
/*  background-color: #f2f2f2;*/
/*  color: #999;*/
/*}*/

/* Thay đổi màu của option đã chọn */
/*.page-wrapper__node-edit-form select[name="field_dutoan_loai"] option[selected="selected"] {*/
/*  background-color: #999;*/
/*  color: #fff;*/
/*}*/

input[name="field_dutoan_khoanmuc"] {
    display: none;
}
/* Chọn phần tử có class cụ thể và đặt hiển thị thành none */
.js-form-item-field-dutoan-loai {
    display: none;
}
#edit_field_thucte_lienquan_chosen{
	max-width:200px;
}
.width85{
	width:101px;
}
.disable-button{
pointer-events: none;
    background-color: #f2f2f2;
        color: #999 !important;
        display: inline-block;
    padding: 10px 20px;
    border-radius: 4px;
}
caption {
    caption-side: top !important;
}
width100{
	width:100px !important;
}
