.amlich {
  border-collapse: collapse;
  font-size: 14px;
  font-family: Roboto, sans-serif;
  margin: 0 auto;
  border: 1px solid var(--box-border);
}
.calendar {
  font-size: 12px;
}
.calendar td {
  background-color: #e9eff3;
}
.calendar-month {
  background-color: var(--v-blue) !important;
  background-color: var(--v-maroon) !important;
  color: #f7f7f7;
  padding: 6px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px !important;
  border: 1px solid var(--box-border);
}
.amlich-tennam {
  text-align: center;
  font-weight: bold;
  color: #f7f7f7;
  background-color: var(--v-blue);
  background-color: var(--v-maroon);
  font-size: 16px;
  font-family: Roboto, sans-serif;
  border: 1px solid var(--box-border);
  padding: 10px 0;
}
.amlich .calendar-month,
.amlich .calendar-b-left,
.amlich .calendar-b-right {
  text-align: center;
  padding: 4px 0;
  font-size: 11px;
  border: 1px solid var(--box-border);
  background-color: #f7f7f7;
}
.amlich .calendar-day {
  text-align: center;
  font-weight: bold;
  border: 1px solid var(--box-border);
}
.amlich .calendar-day .day-num {
  font-size: 80px;
  font-family: Roboto, sans-serif;
  line-height: 100%;
  color: #36c;
}
.amlich .lunar-day-num {
  font-size: 44px;
  line-height: 100%;
  font-weight: bold;
  color: green;
}
.amlich .calendar-holiday,
.amlich .calendar-hoangdao {
  padding: 0 4px 4px 4px;
  font-size: 11px;
  text-align: center;
}
.amlich .calendar-holiday {
  color: #a94442;
  font-weight: bold;
}
.amlich .calendar-hoangdao {
  display: none;
}
.amlich a {
  text-decoration: none;
  color: #f7f7f7;
}
.amlich a:hover {
  color: red;
}
.amlich .tenthang,
.amlich .navi-l,
.amlich .navi-r {
  text-align: center;
  padding: 6px;
  background-color: var(--v-blue);
  background-color: var(--v-maroon);
  color: #f7f7f7;
  font-weight: bold;
  border: 1px solid var(--box-border);
}
.amlich .navi-l {
  font-size: 12px;
}
.amlich .navi-r {
  font-size: 12px;
}
.amlich .ngaytuan {
  text-align: center;
  color: #303;
  background-color: #ddd;
  padding: 3px;
  width: 14.286%;
  font-size: 10px;
  font-weight: bold;
  border: 1px solid var(--box-border);
}
.amlich .ngaythang,
.amlich .homnay,
.amlich .tet,
.amlich .leam,
.amlich .leduong {
  cursor: pointer;
  border-bottom: solid 1px #999;
  padding: 3px;
  width: 14.286%;
}
.amlich .ngaythang div,
.amlich .homnay div,
.amlich .tet div,
.amlich .leam div,
.amlich .leduong div {
  line-height: 110%;
}
.amlich .ngaythang {
  color: #5a5c5b;
}
.amlich tr:nth-child(odd) td.ngaythang:nth-child(odd) {
  background-color: #f9f9f9;
}
.amlich tr:nth-child(odd) td.ngaythang:nth-child(even) {
  background-color: #f7f7f7;
}
.amlich tr:nth-child(even) td.ngaythang:nth-child(odd) {
  background-color: #f7f7f7;
}
.amlich tr:nth-child(even) td.ngaythang:nth-child(even) {
  background-color: #f9f9f9;
}
.amlich tr td.ngaythang:hover {
  background-color: #f5f5f5 !important;
}
.amlich .homnay {
  background-color: #fcf8e3;
  color: #f7f7f7;
}
.amlich .homnay:hover {
  background-color: #faf2cc;
}
.amlich .tet {
  background-color: #f2dede;
}
.amlich .tet:hover {
  background-color: #ebcccc;
}
.amlich .leam {
  background-color: #d9edf7;
}
.amlich .leam:hover {
  background-color: #c4e3f3;
}
.amlich .leduong {
  background-color: #dff0d8;
}
.amlich .leduong:hover {
  background-color: #d0e9c6;
}
.amlich .am {
  text-align: right;
  font-size: 75%;
  color: #554c00;
}
.amlich .am2 {
  text-align: right;
  font-size: 75%;
  color: #337ab7;
  font-weight: bold;
}
.amlich .t2t6 {
  text-align: left;
  color: #5a5c5b;
  font-weight: bold;
}
.amlich .t7 {
  font-weight: bold;
  text-align: left;
  color: blue;
}
.amlich .cn {
  font-weight: bold;
  text-align: left;
  color: red;
}
/*----------------------------------------------------------------------------*/
/*  calendar  */
#calendar-box {
  color: var(--v-text);
  border: 1px solid var(--box-border);
  border-radius: 9px;
  margin: 10px auto;
  background-color: #f7f7f7;
  background-image: url('/gia_pha/img/backgrounds/trong_dong_480_o.png');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-position-y: 200px;
  background-size: auto;
}
#calendar-box  .tf {
  background: #f7f7f7;
}
#calendar-box header {
  background-color: var(--v-blue);
  background-color: var(--v-maroon);
  border-radius: 8px 8px 0 0;
  color: #f7f7f7;
  font-size: 1.1rem;
  width: 100%;
  padding: 5px 20px;
  display: inline-block;
  text-align: center;
}
#calendar-box .spacer {
  padding: 20px;
}
/* =============================   END OF CSS   ============================= */