/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  background-color: rgba(196, 255, 199, 0.15);
}

h6,
h5,
h4,
h3,
h2,
h1 {
  font-weight: bold;
}

h6 {
  font-size: 1.1rem;
}

h5 {
  font-size: 1.175rem;
}

h4 {
  font-size: 1.25rem;
}

h3 {
  font-size: 1.325rem;
}

h2 {
  font-size: 1.4rem;
}

h1 {
  font-size: 1.475rem;
}

.widget {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  background-color: white;
}
.widget .title {
  text-align: center;
  text-transform: uppercase;
  color: white;
  background-color: #1d6c03;
  padding: 0.4rem 0.5rem 0.3rem;
}

#page {
  max-width: 1200px;
  margin: auto;
  padding: 0.75rem;
}
#page .page-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.75rem;
}
#page .page-header .right {
  text-align: right;
}
#page .page-body .report {
  display: grid;
  grid-template-columns: repeat(12, auto);
  align-items: stretch;
  justify-items: stretch;
  gap: 0.5rem;
}
#page .page-body .report .tong-quan {
  grid-row-start: 1;
  grid-row-end: 2;
  grid-column: 1/span 9;
  display: grid;
  gap: 0.5rem;
}
#page .page-body .report .tong-quan .so-du-dau-ky,
#page .page-body .report .tong-quan .thu-trong-ky,
#page .page-body .report .tong-quan .chi-trong-ky,
#page .page-body .report .tong-quan .so-du-cuoi-ky {
  display: flex;
  flex-direction: column;
}
#page .page-body .report .tong-quan .so-du-dau-ky .gia-tri,
#page .page-body .report .tong-quan .thu-trong-ky .gia-tri,
#page .page-body .report .tong-quan .chi-trong-ky .gia-tri,
#page .page-body .report .tong-quan .so-du-cuoi-ky .gia-tri {
  font-size: 1.3rem;
  font-weight: 800;
  flex-grow: 1;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem;
}
#page .page-body .report .tong-quan .so-du-dau-ky {
  grid-row-start: 1;
  grid-row-end: 2;
  grid-column: 1/span 2;
}
#page .page-body .report .tong-quan .so-du-dau-ky .chu-thich {
  width: 100%;
  text-align: center;
}
#page .page-body .report .tong-quan .thu-trong-ky {
  grid-row-start: 2;
  grid-row-end: 3;
  grid-column: 1/span 2;
}
#page .page-body .report .tong-quan .chi-trong-ky {
  grid-row-start: 3;
  grid-row-end: 4;
  grid-column: 1/span 2;
}
#page .page-body .report .tong-quan .so-du-cuoi-ky {
  grid-row-start: 1;
  grid-row-end: 4;
  grid-column: 3/span 4;
}
#page .page-body .report .tong-quan .so-du-cuoi-ky .gia-tri {
  font-size: 2.5rem;
}
#page .page-body .report .barchar-tong-thu-chi {
  grid-row-start: 2;
  grid-row-end: 5;
  grid-column: 1/span 9;
}
#page .page-body .report .piechar-cau-phan-thu {
  grid-row-start: 1;
  grid-row-end: 3;
  grid-column: 10/span 3;
}
#page .page-body .report .piechar-cau-phan-chi {
  grid-row-start: 3;
  grid-row-end: 5;
  grid-column: 10/span 3;
}
#page .page-body .report .table-hoat-dong-thu-chi {
  grid-column: 1/span 12;
}
#page .page-body .report .table-hoat-dong-thu-chi .dt-column-title {
  white-space: nowrap;
}
#page .page-body .report .table-hoat-dong-thu-chi table#tong-hop tr.thu,
#page .page-body .report .table-hoat-dong-thu-chi table#thu tr.thu,
#page .page-body .report .table-hoat-dong-thu-chi table#chi tr.thu {
  background-color: rgba(24, 50, 255, 0.1);
  color: blue;
}
#page .page-body .report .table-hoat-dong-thu-chi table#tong-hop tr.chi,
#page .page-body .report .table-hoat-dong-thu-chi table#thu tr.chi,
#page .page-body .report .table-hoat-dong-thu-chi table#chi tr.chi {
  background-color: rgba(255, 24, 24, 0.1);
  color: red;
}
#page .page-body .report .table-hoat-dong-thu-chi table#tong-hop td.bold,
#page .page-body .report .table-hoat-dong-thu-chi table#thu td.bold,
#page .page-body .report .table-hoat-dong-thu-chi table#chi td.bold {
  font-weight: bold;
}
#page .page-body .report .table-hoat-dong-thu-chi table#tong-hop tr .col-ngay-xuat-phieu,
#page .page-body .report .table-hoat-dong-thu-chi table#thu tr .col-ngay-xuat-phieu,
#page .page-body .report .table-hoat-dong-thu-chi table#chi tr .col-ngay-xuat-phieu {
  width: 170px;
}
#page .page-footer {
  margin-top: 0.5rem;
}
#page .page-footer .copyright {
  line-height: 1.2;
}