.tableHeading {
    display: none;
    margin-top: 40px;
}

.template {
    display: none;
}

table th,
table td {
    text-align: left;
}

table tbody>tr:nth-child(odd)>td,
table tbody>tr:nth-child(odd)>th,
table tbody tr:hover>td,
table tbody tr:hover>th {
    background-color: white;
}

.wpka_courseTable td.daytime,
.wpka_courseTable td.date {
    width: 20%;
}

.wpka_courseTable td.trainer {
    width: 15%;
}

.visibleRow {
    cursor: pointer;
}

.visibleRow.fullscreen {
    display: table-row;
}

.visibleRow.medium,
.visibleRow.small {
    display: none;
}

.visibleRow.small div.daytime {
    display: inline;
    margin-left: 44px;
}

.visibleRow.small div.date {
    display: inline;
    margin-left: 5px;
}

.visibleRow.small div.trainer {
    margin-left: 44px;
}


.visibleRow td,
.visibleRow th {
    background-color: rgba(80, 83, 90, 0.05) !important;
    align-content: center;
}

.visibleRow:hover td,
.visibleRow:hover th {
    background-color: rgba(80, 83, 90, 0.1) !important;
}

@media only screen and (max-width: 768px) {
    .visibleRow.fullscreen {
        display: none;
    }

    .visibleRow.medium {
        display: table-row;
    }

    .visibleRow.small {
        display: none;
    }
}

@media only screen and (max-width: 545px) {
    .visibleRow.fullscreen {
        display: none;
    }

    .visibleRow.medium {
        display: none;
    }

    .visibleRow.small {
        display: table-row;
    }
}

.hiddenRow {
    display: none;
    cursor: pointer;
}

.hiddenRow:hover td,
.hiddenRow:hover th {
    background-color: rgba(80, 83, 90, 0.1) !important;
}

.hiddenRow .infoGrid {
    display: grid;
    grid-template-columns: 1fr 3.5fr;
    margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
    .hiddenRow .infoGrid {
        grid-template-columns: 1fr 1fr;
    }
}

.hiddenRow .infoGrid p {
    margin: 0;
}

.hiddenRow .buchungsbutton {
    float: right;
}

.hiddenRow .nr {
    margin-bottom: 20px;
}

table.wpka_courseTable tr.visibleRow .bez {
    /* Compensate for tooltip icon */
    padding-right: 35px;
}

table.wpka_courseTable tr.visibleRow .bez p {
    display: inline;
}

.expandIcon {
    margin-right: 8px;
    transition: transform 0.3s ease;
}

.expandIcon.expanded {
    transform: rotate(90deg);
}

.bookingStatusIcon {
    margin-right: 5px;
}

.bookingStatusIcon.green {
    color: #5AB031;
}

.bookingStatusIcon.yellow {
    color: rgb(230, 230, 20);
}

.bookingStatusIcon.red {
    color: red;
}

.bookingStatusIcon.unknown {
    color: gray;
}

.msgContainer {
    font-size: large;
    margin-top: 20px;
}