.btn {
    background-color: Indigo;
    color: white;
}
/*
.dropdown-menu {
    color: white;
    }
*/
/*
.panel-title {
    color: blue;
}

div {
    background-color: rgba(236, 146, 20, 0.13);
}
*/
/*.container-fluid {
    background-color: Lavender;
}*/

.entityTitle {
    color: Indigo;
}

.fa, .fa-user {
    color: grey;
}
/*
.fa-user {
    color: LightGray;
}
*/

strong {
    color: DarkBlue;
}

.navbar-default {
    background-color: black;
}

/*
.TrainingBooking-expired.danger {
    background-color: #ffcccc;
}
*/
/*

.TrainingBooking-expired.danger {
    background-color: #ffcccc;
}
table>thead>tr>td.danger {
    background-color: #ffcccc;
}
*/

/********** Cells **********/

.table .isis-training-LessonAbstract-dayName {
    background-color: #849cb1a8;
    color: #ffffff;
}

.table .isis-training-LessonAbstract-date {
    background-color: #849cb1a8;
}

.table .LessonAbstract-Reservering .isis-training-LessonAbstract-bookingStatus {
    background-color: #f39c1287;
}

.table .LessonAbstract-TheUnknownTrainer .isis-training-LessonAbstract-trainersFullNames {
    background-color: #e74c3ceb;
    color: #ffffff;
}

.lessonHighlight > td {
    background-color: #00FFFFAA;
}

/********** Rows **********/

.table-striped>tbody>tr:nth-child(n) {
    background-color: #ffffff;
}

.table-striped>tbody>tr.LessonAbstract-Evenday {
    background-color: #e0e0dc;
}

.table-striped>tbody>tr.LessonAbstract-Weekend {
    background-color: #003e83;
    color: #ffffff;
}
/*
.table-striped>tbody>tr.LessonAbstract-Available {
    background-color: #9dbda8;
}
*/
.table-striped>tbody>tr.LessonAbstract-Available.LessonAbstract-Nonevenday {
    background-color: #9dbda8c2;
}

.table-striped>tbody>tr.LessonAbstract-Available.LessonAbstract-Evenday {
    background-color: #9dbda8f0
}