#Home-ScheduleTable table {
  min-height: 352px;
  position: relative;
  overflow: hidden; }
#Home-ScheduleTable .icaps-client {
	min-height: auto!important;
	position: relative;
	overflow: hidden;
}
#Home-ScheduleTable .cpa-client {
	min-height: auto !important;
	position: relative;
	overflow: hidden;
}

#Home-ScheduleTable table::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: url(/images/Home/ScheduleTable/TimeTable_ou.png) no-repeat left top;
  transform: scaleX(-1); }

body.rtl #Home-ScheduleTable table::before {
  background-position: left top;
  transform: none; }
table.table-border-bottom tr::after {
	content: " ";
	position: absolute;
	left: 0;
	right: 0;
	display: block;
	z-index: -2;
	border-top: 1px solid #cdcdcd;
	border-bottom: 1px solid #fff;
}
.table.table-border-bottom > tbody > tr > td,
.table.table-border-bottom > tbody > tr > th,
.table.table-border-bottom > tfoot > tr > td,
.table.table-border-bottom > tfoot > tr > th,
.table.table-border-bottom > thead > tr > td,
.table.table-border-bottom > thead > tr > th {
	border: unset;
}

/*# sourceMappingURL=ScheduleTable.css.map */
