﻿a.btn.btn-primary:hover {
    background-color: #357ebd;
}

.table.table-striped.table-bordered.table-hover tr:nth-child(odd).approving td:not(.TSClsCalendarPub):not(.TSClsCalendarWeekDate),
.table.table-striped.table-bordered.table-hover.table.table-hover.table-striped.table-condensed tr:nth-child(odd).approving td:not(.TSClsCalendarPub):not(.TSClsCalendarWeekDate) {
    background-color: orange !important;
    font-weight: bold;
    animation: blinker 0.2s linear 6;
}

.table.table-striped.table-bordered.table-hover tr:nth-child(odd).approving td,
.table.table-striped.table-bordered.table-hover.table.table-hover.table-striped.table-condensed tr:nth-child(odd).approving td {
    font-weight: bold;
}

.table.table-striped.table-bordered.table-hover tr:nth-child(even).approving td,
.table.table-striped.table-bordered.table-hover.table.table-hover.table-striped.table-condensed tr:nth-child(even).approving td {
    font-weight: bold;
}

    .table.table-striped.table-bordered.table-hover tr:nth-child(even).approving td:not(.TSClsCalendarPub):not(.TSClsCalendarWeekDate),
    .table.table-striped.table-bordered.table-hover.table.table-hover.table-striped.table-condensed tr:nth-child(even).approving td:not(.TSClsCalendarPub):not(.TSClsCalendarWeekDate) {
        background-color: orange !important;
        font-weight: bold;
        animation: blinker 0.2s linear 6;
    }


.table.table-striped.table-bordered.table-hover.table.table-hover.table-striped.table-condensed tr:nth-child(even).approving:hover > td:not(.TSClsCalendarPub):not(.TSClsCalendarWeekDate),
.table.table-striped.table-bordered.table-hover.table.table-hover.table-striped.table-condensed tr:nth-child(even).approving:hover > th:not(.TSClsCalendarPub):not(.TSClsCalendarWeekDate) {
    background-color: rgba(235, 165, 1, 1) !important;
    font-weight: bold;
}

.table.table-striped.table-bordered.table-hover.table.table-hover.table-striped.table-condensed tr:nth-child(odd).approving:hover > td:not(.TSClsCalendarPub):not(.TSClsCalendarWeekDate),
.table.table-striped.table-bordered.table-hover.table.table-hover.table-striped.table-condensed tr:nth-child(odd).approving:hover > th:not(.TSClsCalendarPub):not(.TSClsCalendarWeekDate) {
    background-color: rgba(235, 165, 1, 1) !important;
    font-weight: bold;
}

@keyframes blinker {
    50% {
        /*background-color: rgba(245, 255, 0, 1);*/
        background-color: rgb(255, 89, 0);
    }
}
