﻿
.table tbody tr td a.link-secondary {
    color: #d90000;
    text-decoration: none;
}

.requiredLabel, .errLabel {
    color: #d90000;
}

.statsHeaderRow {
    margin-bottom: 1rem;
}

.statsHeader {
    font-weight: bold;
    font-size: 1rem;
}

.statsHeaderPeriod {
    font-size: 14px;
    color: #74838f;
}

.caseData tr td {
    white-space: unset !important;
}

.caseData tr th {
    border-left: none !important;
    border-right: none !important;
}

.caseData tr:nth-child(even) {
    background-color: #eceded40;
}

.caseData tr td, .caseData tr th {
    padding: 12px 10px !important;
}

.caseData tr {
    border-bottom: solid 1px #eee;
}

.caseData tbody tr td a {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    /*font-size: 11px;*/
}

.issueTypeIcon {
    text-align: center;
}

.issueTypeIcon .issueText {
    font-size: 13px;
    font-weight: bold;
    color: #787878;
}

i.fas {
    font-size: 1.1em !important;
}

.issueTypeIcon .fa-bug {
    color: #ff3b30;
}

.issueTypeIcon .user-secret {
    color: #787878;
}

.issueTypeIcon .fa-desktop {
    color: #916cd9;
}

.issueTypeIcon .fa-lightbulb {
    color: #ffd650;
}

.issueTypeIcon .fa-vial {
    color: #188d69;
}

.status.status-verify {
    background-color: rgba(102, 50, 168, .3);
    color: #6632a8;
}

.caseData tbody tr td a.altLink {
    font-size: 1.1em;
    text-decoration: none;
}

.metricHeader {
    color: #787878;
    font-weight: bold;
}

.btn-activity {
    background-color: #d93838;
    color: #fff;
}

.btn-activity:hover {
    background-color: #eb0f0f;
    color: #fff;
}

.topActivities {
    border-bottom: solid 1px #74838f;
    padding: 3px 0;
}

.subNav {
}

.subNav li {
}

.subNav a {
    color: #000 !important;
}

.subNav.active a {
    border-bottom: solid 2px #01c7b1;
    font-weight: bold;
}

.subProdsList {
    margin-bottom: 0;
    padding-left: 0;
}

.subProdsList li {
    list-style: none;
    font-weight: bold;
}

.tree {
    --spacing: 1.5rem;
    --radius: 10px;
}

.tree li {
    display: block;
    position: relative;
    padding-left: calc(2 * var(--spacing) - var(--radius) - 2px);
}

.tree ul {
    margin-left: calc(var(--radius) - var(--spacing));
    padding-left: 0;
}

.tree ul li {
    border-left: 2px solid #ddd;
}

.tree ul li:last-child {
    border-color: transparent;
}

.tree ul li::before {
    content: '';
    display: block;
    position: absolute;
    top: calc(var(--spacing) / -2);
    left: -2px;
    width: calc(var(--spacing) + 2px);
    height: calc(var(--spacing) + 1px);
    border: solid #ddd;
    border-width: 0 0 2px 2px;
}

.tree summary {
    display: block;
    cursor: pointer;
}

.tree summary::marker,
.tree summary::-webkit-details-marker {
    display: none;
}

.tree summary:focus {
    outline: none;
}

.tree summary:focus-visible {
    outline: 1px dotted #000;
}

.tree li::after,
.tree summary::before {
    content: '';
    display: block;
    position: absolute;
    top: calc(var(--spacing) / 2 - var(--radius));
    left: calc(var(--spacing) - var(--radius) - 1px);
    width: calc(2 * var(--radius));
    height: calc(2 * var(--radius));
    border-radius: 50%;
    background: #ddd;
}

.tree summary::before {
    z-index: 1;
    background: #696 url('/svg/expand-collapse.svg') 0 0;
}

.tree details[open] > summary::before {
    background-position: calc(-2 * var(--radius)) 0;
}

.tree li a {
    color: #000000;
}

.tree li a:hover {
    text-decoration: none;
    color: #f00;
}

.tree .currTree {
    font-weight: bold;
    background-color: #eee;
    color: #f00;
    padding: 5px;
}

.formTable tr {
    border-bottom: solid 1px #eee;
}

.formTable tr td {
    padding: 8px 0;
}

.caseDeco i.fas {
    font-size: 1.4em !important;
}

.caseDeco i.fas.primary {
    color: #01c7b1;
}

.caseDeco i.fas.danger {
    color: #f00;
}

.caseDeco i.fas.default {
    color: #333;
}

.caseDeco i.fas.pending {
    color: #c2c6d1;
}

.funcNav {
    padding: 0;
}

.funcNav li {
    list-style: none;
}

.funcNav li a {
    text-decoration: none;
}

.funcNav li a.active {
    font-weight: bold;
    color: #000;
}

hr.funcHr {
    margin-top: 1.5em;
    margin-bottom: 1.5rem;
}

.prodsTable {
    padding: 0;
    margin: 0;
}

.prodsTable td {
    padding: 0 40px;
    border-right: solid 1px #eee;
}

.prodsTable tr.tdHead td {
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
}


.prodsTable td:first-child {
    padding-left: 0;
}

.prodsTable td:last-child {
    border-right: none;
}

.prodsTable td table {
    padding: 0;
    margin: 0;
}

.prodsTable td table td {
    padding: 5px 10px;
    margin: 0;
    border: none;
}

.prodsTable td table td span {
    font-size: 13px;
}

.prodsTable td table td span.good {
    color: #1c7430;
}

.prodsTable td table td span.average {
    color: #fd7e14;
}

.prodsTable td table td span.bad {
    color: #ff0000;
}

.severity-critical {
    background-color: rgba(255, 59, 48, .3);
    color: #ff3b30;
}

.severity-high {
    background-color: rgba(255, 153, 0, .3);
    color: #000000;
}

.severity-medium {
    background-color: rgba(153, 204, 255, .3);
    color: #000000;
}

.severity-low {
    background-color: rgba(0, 204, 142, .3);
    color: #00cc8e;
}

.severity-none {
    background-color: rgba(187, 187, 191, .3);
    color: #bfbbbb;
}

.tableTags {
    font-size: 14px;
    color: #000;
    display: block;
    margin-bottom: 8px;
    padding: 5px;
}

.noIndex {
    color: #000000;
    font-style: italic;
}

.lowIndex {
    color: #d90000;
    font-weight: bold;
}

.highIndex {
    color: #227119;
}

.altSideNav {
    padding: 0 0 0 30px;
}

.altSideNav li {
    list-style: square;
    padding: 5px 0;
}

.testerItem {
    float: left;
    padding: 2px;
    margin: 3px 2px;
    clear: both;
    font-size: 13px;
}

span.day-badge {
    color: #000;
    padding: 5px;
    margin:0 0 5px 0;
}
span.badge-mute{
    display: inline-block;
    margin:5px 0 0 0;
}
span.badge-mon {
    background-color: #8ecae6 !important;
}
span.badge-tue {
    background-color: #faedcd !important;

}
span.badge-wed {
    background-color: #ffb3c6 !important;

}
span.badge-thur {
    background-color: #cce3de !important;

}
span.badge-fri {
    background-color: #f5cb5c !important;
} 

/*jobtypes*/
span.badge-manual {
    background-color: #E6D4AC !important;
}
span.badge-automation {
    background-color: #8ecae6 !important;
}
span.badge-recalibration {
    background-color: #01FDD3 !important;
}
span.badge-vulnerability {
    background-color: #4CABFF !important;
}
span.badge-bughunting {
    background-color: #C4DFE1 !important;
}
span.badge-meeting {
    background-color: #D0B7F0 !important;
}
span.badge-workingsession {
    background-color: #F1BCD8 !important;
}
span.badge-dataanalysis {
    background-color: #FCB33D !important;
} 
