
/* =========== TABLE repositories =============== */

.repositories {
	margin-top: -15px;
}
.repositories li div {
	width: 25%;
}
.repositories li {
    border-radius: 1px;
    padding: 1px 1px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1px;
	margin-left: -40px;
    font-size: 13px;
  }
.repositories li.table-header {
    background-color: black;
    color: white;
    font-size: 14px;
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.4);
  }
.repositories li.table-row {
    background-color: #ffffff;
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.2);
  }
.repositories .name-title {
    text-indent: 10px;
    width: 50px;
  }
.repositories .repo-name-title {
    width: 100px;
    text-align: center;
  }
.repositories .commit-title {
    width: 100px;
    text-align: center;
  }
.repositories .name {
    text-indent: 10px;
    width: 250px;
  }
.repositories .repo-name {
    width: 300px;
    text-align: center;
  }
.repositories .commit {
    width: 300px;
    text-align: center;
  }

/* =========== TABLE components =============== */

.components {
	margin-top: -15px;
}
.components li {
    border-radius: 1px;
    padding: 1px 1px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1px;
	margin-left: -40px;
    font-size: 13px;
  }
.components li.table-header {
    background-color: black;
    color: white;
    font-size: 14px;
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.4);
  }
.components li.table-row {
    background-color: #ffffff;
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.2);
  }
.components .server-title {
    text-indent: 10px;
    width: 150px;
  }
.components .client-title {
    text-indent: 10px;
    width: 150px;
  }
.components .component-type-title {
    width: 70px;
    text-align: center;
  }
.components .image-tag-title {
    width: 300px;
    text-align: center;
  }
.components .image-tag-date-title {
    width: 250px;
    text-align: center;
  }
.components .version-title {
    width: 200px;
    text-align: center;
  }
.components .num-replicas-title {
    width: 70px;
    text-align: center;
  }
.components .instance-name {
    text-indent: 10px;
    width: 150px;
  }
.components .component-type {
    width: 70px;
    text-align: center;
  }
.components .image-tag {
    width: 320px;
    text-align: center;
    font-size: 12px;
  }
.components .image-tag-date {
    width: 250px;
    text-align: center;
    vertical-align: middle;
  }
.components .version {
    width: 200px;
    text-align: center;
  }
.components .num-replicas {
    width: 70px;
    text-align: center;
  }


/* =========== TABLE global results =============== */

.global-results {
	margin-top: -15px;
}
.global-results li {
    border-radius: 1px;
    padding: 5px 3px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
	margin-left: -40px;
    font-size: 13px;
  }
.global-results li.table-header {
    background-color: black;
    color: white;
    font-size: 14px;
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.4);
  }
.global-results li.table-row {
    background-color: #ffffff;
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.2);
  }
.global-results .phase-title {
    text-indent: 10px;
    width: 230px;
  }
.global-results .state-title {
    width: 100px;
    text-align: center;
  }
.global-results .start-title {
    width: 150px;
    text-align: center;
  }
.global-results .pass-title {
    width: 50px;
    text-align: center;
  }
.global-results .bug-title {
    width: 100px;
    text-align: center;
  }
.global-results .skip-title {
    width: 100px;
    text-align: center;
  }
.global-results .fail-title {
    width: 100px;
    text-align: center;
  }
.global-results .error-title {
    width: 100px;
    text-align: center;
  }
.global-results .duration-title {
    width: 70px;
    text-align: center;
  }
.global-results .verdict-title {
    width: 100px;
    text-align: center;
  }
.global-results .name {
    text-indent: 10px;
    width: 230px;
    font-size: 16px;
    font-weight: bold;
  }
.global-results .state {
    width: 100px;
    text-align: center;
  }
.global-results .start {
    width: 150px;
    text-align: center;
    font-size: 14px;
  }
.global-results .pass {
    width: 50px;
    font-size: 16px;
    text-align: center;
  }
.global-results .bug {
    width: 100px;
    text-align: center;
    font-size: 14px;
  }
.global-results .skip {
    width: 100px;
    text-align: center;
    font-size: 14px;
  }
.global-results .fail {
    width: 100px;
    text-align: center;
    font-size: 14px;
  }
.global-results .error {
    width: 100px;
    text-align: center;
    font-size: 14px;
  }
.global-results .duration {
    width: 70px;
    text-align: center;
    font-size: 14px;
  }
.global-results .verdict {
    width: 100px;
    text-align: center;
    font-size: 16px;
  }

.global-results li.table-row-pass {
    background: linear-gradient(to right, rgba(89,245,160,0.6), rgba(89,245,160,0.6), rgba(89,245,160,0.6));
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.2);
  }
.global-results li.table-row-bug {
    background: linear-gradient(to right, rgba(251,214,109,0.6), rgba(251,214,109,0.9), rgba(251,214,109,0.6));
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.2);
  }
.global-results li.table-row-bug-blocker {
    background: linear-gradient(to right, rgba(89,214,245,0.6), rgba(89,214,245,0.6), rgba(89,214,245,0.6));
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.2);
  }
.global-results li.table-row-between {
    background: linear-gradient(to right, rgba(245,214,89,0.6), rgba(245,214,89,0.9), rgba(245,214,89,0.6));
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.2);
  }
.global-results li.table-row-fail {
    background: linear-gradient(to right, rgba(245,89,100,0.6), rgba(245,89,100,0.6),rgba(245,89,100,0.6));
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.2);
  }
.global-results li.table-row-running {
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.2);
    animation-name: running-animation;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-direction: alternate-reverse;
  }
@keyframes running-animation {
  from {background-color: rgba(154,50,204,0.6);}
  to {background-color: rgba(154,50,204,0.3);}
}

/* =========== TABLE performance-results =============== */

.performance-results {
	margin-top: -15px;
}
.performance-results li {
    border-radius: 1px;
    padding: 5px 3px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
	margin-left: -40px;
    font-size: 13px;
    text-align: center;
  }
.performance-results li.table-header {
    background-color: black;
    color: white;
    font-size: 14px;
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 1);
  }
.performance-results li.table-row {
    background-color: #ffffff;
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.2);
  }
.performance-results .task-title {
    text-align: left;
    text-indent: 10px;
    width: 250px;
  }
.performance-results .task {
    text-align: left;
    text-indent: 10px;
    width: 250px;
  }
.performance-results .report-title {
    width: 80px;
  }
.performance-results .report {
    width: 80px;
  }
.performance-results .start-title {
    width: 100px;
  }
.performance-results .start {
    width: 100px;
    font-size: 10px;
  }
.performance-results .stop-title {
    width: 100px;
  }
.performance-results .stop {
    width: 100px;
    font-size: 10px;
  }
.performance-results .duration-title {
    width: 50px;
  }
.performance-results .duration {
    width: 50px;
  }
.performance-results .concurrency-title {
    width: 150px;
  }
.performance-results .concurrency {
    width: 150px;
  }
.performance-results .num-requests-pass-title {
    width: 100px;
  }
.performance-results .num-requests-pass {
    width: 100px;
  }
.performance-results .av-throughput-title {
    width: 150px;
  }
.performance-results .av-throughput {
    width: 150px;
  }
.performance-results .av-response-time-title {
    width: 150px;
  }
.performance-results .av-response-time {
    width: 150px;
  }
.performance-results .num-rt-spikes-title {
    width: 150px;
  }
.performance-results .num-rt-spikes {
    width: 150px;
  }

.performance-results li.table-row-pass {
    background: linear-gradient(to right, rgba(89,245,160,0.6), rgba(89,245,160,0.6), rgba(89,245,160,0.6));
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.2);
  }
.performance-results li.table-row-fail {
    background: linear-gradient(to right, rgba(245,89,100,0.6), rgba(245,89,100,0.6),rgba(245,89,100,0.6));
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.2);
  }
.performance-results li.table-row-between {
    background: linear-gradient(to right, rgba(245,214,89,0.6), rgba(245,214,89,0.9), rgba(245,214,89,0.6));
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.2);
  }
