@charset "utf-8";
/* CSS Document */

table.dataTable thead th, table.dataTable thead td {
    border-top: 1px solid #DEE2E6 !important;
    border-bottom: 1px solid #DEE2E6 !important;
    padding: 10px 5px !important;
    font-size: 13px;
}

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
  background-position: top right;
}

table.dataTable tbody td:not(:nth-child(1)) {
  cursor: pointer;
  cursor: hand;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid #DEE2E6 !important;
}

table.dataTable.no-footer {
    border-bottom: 1px solid #DEE2E6 !important;
}

.tableBasic {
	padding-top: 20px;
}

.strikethrough {
  background: repeating-linear-gradient(
    180deg,
    #b3b3b3 0%,
    #b3b3b3 100%
  );
  background-size: 100% 1px;
  background-position: center;
  background-repeat: no-repeat;
}

.fc-daygrid-block-event .fc-event-time {
  font-weight:unset;
}
