﻿a:not([class]) {
   text-decoration: none;
}
a:not([class]):hover {
   text-decoration: underline;
}

.table-striped-blue > tbody > tr:nth-child(even) > td,
.table-striped-red > tbody > tr:nth-child(even) > td,
.table-striped-green > tbody > tr:nth-child(even) > td,
.table-striped-orange > tbody > tr:nth-child(even) > td,
.table-striped-lavender > tbody > tr:nth-child(even) > td,
.table-striped-khaki > tbody > tr:nth-child(even) > td,
.table-striped-yellow > tbody > tr:nth-child(even) > td {
   background-color: #e8e8e5 !important; /*#e8e8e5 grey*/
}

.table-striped-blue > tbody > tr:nth-child(odd) > td,
.table-striped-red > tbody > tr:nth-child(odd) > td,
.table-striped-green > tbody > tr:nth-child(odd) > td,
.table-striped-orange > tbody > tr:nth-child(odd) > td,
.table-striped-lavender > tbody > tr:nth-child(odd) > td,
.table-striped-khaki > tbody > tr:nth-child(odd) > td,
.table-striped-yellow > tbody > tr:nth-child(odd) > td {
   background-color: white !important;
}

.table-striped-blue > thead > tr > th {
   background-color: #99CCFF !important;
   font-weight: bold !important;
   border-bottom: 0;
}

.table-striped-red > thead > tr > th {
   background-color: #EEAAAA !important;
   font-weight: bold !important;
   border-bottom: 0;
}

.table-striped-green > thead > tr > th {
   background-color: #99FFCC !important;
   font-weight: bold !important;
   border-bottom: 0;
}

.table-striped-yellow > thead > tr > th {
   background-color: #FFFFAA !important;
   font-weight: bold !important;
   border-bottom: 0;
}

.table-striped-orange > thead > tr > th {
   background-color: orange !important;
   font-weight: bold !important;
   border-bottom: 0;
}

.table-striped-lavender > thead > tr > th {
   background-color: lavender !important;
   font-weight: bold !important;
   border-bottom: 0;
}

.table-striped-khaki > thead > tr > th {
   background-color: khaki !important;
   font-weight: bold !important;
   border-bottom: 0;
}

.selectedItem a {
   font-weight: bold;
   color: red;
}

.table-btn {
   background-color: #23cfa7;
   border-color: #23cfa7;
   border-radius: 50%;
}
.table-btn:hover, .table-btn:active {
   color: #fff;
   background-color: #a593c2 !important;
   border-color: #a593c2 !important;
}

.add-btn {
   font-size: 36px;
   position: fixed;
   right: 30px;
   bottom: 30px;
}

.hdrBox {
   color: White;
   display: block;
   border: thin;
   padding-top: 6px;
   padding-left: 10px;
   height: 35px;
}
