html {
    font-size: 0.875rem;
    height: 100%;
}

body {
    height: 100%;
}
.error {
    color: red;
    font-size: 12px;
}
.completed {
    color: #00af00;
}

.not_completed {
    color: #ff4b4b;
}

.wave_zero {
    color: #B7B4B4;
}

.unknown {
    color: #ffaf4b;
}

td.spotWaveSerialsList {
    display: block;
    max-height: 20em;
    overflow: hidden;
    white-space: pre-wrap;
}

td.spotWaveSerialsList:hover {
    overflow: auto;
    white-space: pre-wrap;
}

#auditLogs td {
    white-space: pre-wrap;
}

#auditLogs th {
    border-bottom: 1px solid #000000;
    white-space: pre-wrap;
}

#auditLogs tr.entry-start:not(:first-child) > td {
    border-top-width: 2px;
}

.chart {
    height: 300px;
    width: 100%;
}

table.jqplot-table-legend {
    display: block;
    z-index: 100;
    max-height: 200px;
    overflow-y: auto;
}

.chartContainer {
    padding-left: 20px;
    padding-right: 20px;
}

.dataTables_scroll {
    overflow: auto;
}

table.dataTable {
    margin: 0 auto;
    clear: both;
    width: 100% !important;
    border-collapse: collapse;
}

.dataTable {
    border: none !important;
}

td.fifthWaveCell {
    background-color: #CAFFCA;
}

tr.odd td.fifthWaveCell {
    background-color: #C1FFC1;
}

td.fourthWaveCell {
    background-color: #E5FFCA;
}

tr.odd td.fourthWaveCell {
    background-color: #E0FFC1;
}

td.thirdWaveCell {
    background-color: #FFFFCA;
}

tr.odd td.thirdWaveCell {
    background-color: #FFFFC1;
}

td.secondWaveCell {
    background-color: #FFE5CA;
}

tr.odd td.secondWaveCell {
    background-color: #FFE0C1;
}

td.firstWaveCell {
    background-color: #FFC9C9;
}

tr.odd td.firstWaveCell {
    background-color: #FFC0C0;
}

tr.selected {
    background-color: #F5F5DC !important;
}

.bmd-form-group {
    padding-top: 0 !important;
}

.checkbox label {
    color: #212529 !important;
}

.form-check {
    padding-right: 5px !important;
    padding-left: 5px !important;
}
.card-title {
    margin-bottom: 0 !important;
}
h6.card-title {
    margin-bottom: 0 !important;
    font-size: 1.2rem !important;
}

.card-body {
    padding: 1.25rem 1.25rem 0 !important;
}


@keyframes spinner {
    to {transform: rotate(360deg);}
}

.spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 2px solid #ccc;
    border-top-color: #333;
    animation: spinner .6s linear infinite;
}

#statFunnelChartForRule {
    width: 100%;
    height: 500px;
}
