.main-header {
    background-color:#22272a;
}
.main-header .logo h1 {
    display:none;
}
.test-category-scores-widget{
    position: relative;
    display: block;
}
.test-category-scores{
    position:absolute;
    top:0;
    left:0;
    right:0;
}
.test-category-scores div{
    width: 100%;
    height: 32px;
    display:none;
    float:left;
    border: 2px solid transparent;
}
.test-category-scores div.selected{
    display: block;
}
.tests-wrapper{
    background-color: #e2e2e2;
    border-radius: 4px;
    margin: 15px 0;
    padding: 15px;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}
.tests-wrapper .category-card .title {
    font-size: 18px;
    color: #444;
    background: #00ffc5;
    padding: 8px;
}
.tests-wrapper td {
    text-align: center;
}
.tests-wrapper table{
    border: none;
}
.tests-wrapper .test-result {
    padding: 15px;
    margin: 15px 0 0 0;
    background-color: #efefef;
}
.tests-wrapper .test-result label{
    margin: 0 15px;
}
.category-card{
    float:left;
    clear:none;
    padding: 0 0 15px 0;
    background-color: white;
    border:3px solid #e2e2e2;
    min-height: 200px;
}
.category-card.padded{
    padding: 15px;
}
.category-card .title .badge{
    background-color:white;
    color: black;
}
.field-collection-action a {
    margin: 5px;
}
span.score{
    padding: 0 4px;
}
.col-xs-6 .test-view-detail{
    padding: 15px;
}
.test-view-detail{
    background-color: #f1f1f1;
    display: inline-block;
}
.test-view-detail table{
    width: 100%;
}
.test-view-detail table td {
    border:3px solid #e2e2e2;
    padding: 12px;
    text-align: center;
}
form .result-item input {
    color:white;
}
form .result-item input:focus {
    background-color: transparent!important;
    color: #555;
}
.test-view-detail .result-item > div {
    text-align:center;
}
.zoneresult-item .badge{
    font-size: 16px;
}
.zoneresult-item .badge.disabled{
    font-size: 12px;
}
.test-result .badge, .test-summary .badge{
    color: white;
    width: 56px;
    text-align:center;
}
.test-summary label {
    width: 180px;
}
.zoneresult-item input {
    text-align:center;
}

.timeline-centered {
    position: relative;
    margin-bottom: 30px;
    font-size: 1.2rem;
    clear: both;
}

.timeline-centered:before, .timeline-centered:after {
    content: " ";
    display: table;
}

.timeline-centered:after {
    clear: both;
}

.timeline-centered:before, .timeline-centered:after {
    content: " ";
    display: table;
}

.timeline-centered:after {
    clear: both;
}

.timeline-centered:before {
    content: '';
    position: absolute;
    display: block;
    width: 4px;
    background: #f5f5f6;
    left: 10%;
    top: 20px;
    bottom: 20px;
    margin-left: -4px;
}

.timeline-centered .timeline-entry {
    position: relative;
    width: 90%;
    float: right;
    margin-bottom: 15px;
    clear: both;
}

.timeline-centered .timeline-entry:before, .timeline-centered .timeline-entry:after {
    content: " ";
    display: table;
}

.timeline-centered .timeline-entry:after {
    clear: both;
}

.timeline-centered .timeline-entry:before, .timeline-centered .timeline-entry:after {
    content: " ";
    display: table;
}

.timeline-centered .timeline-entry:after {
    clear: both;
}

.timeline-centered .timeline-entry.begin {
    margin-bottom: 0;
}

.timeline-centered .timeline-entry .timeline-entry-inner {
    position: relative;
    margin-left: -22px;
}

.timeline-centered .timeline-entry .timeline-entry-inner:before, .timeline-centered .timeline-entry .timeline-entry-inner:after {
    content: " ";
    display: table;
}

.timeline-centered .timeline-entry .timeline-entry-inner:after {
    clear: both;
}

.timeline-centered .timeline-entry .timeline-entry-inner:before, .timeline-centered .timeline-entry .timeline-entry-inner:after {
    content: " ";
    display: table;
}

.timeline-centered .timeline-entry .timeline-entry-inner:after {
    clear: both;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time {
    position: absolute;
    left: -150px;
    text-align: right;
    padding: 0px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span {
    display: block;
    max-width: 130px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span:first-child {
    font-size: 15px;
    font-weight: bold;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span:last-child {
    font-size: 12px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon {
    background: #fff;
    color: #737881;
    display: block;
    width: 40px;
    height: 40px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-align: center;
    -moz-box-shadow: 0 0 0 5px #f5f5f6;
    -webkit-box-shadow: 0 0 0 5px #f5f5f6;
    box-shadow: 0 0 0 5px #f5f5f6;
    line-height: 40px;
    font-size: 15px;
    float: left;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-primary {
    background-color: #303641;
    color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-secondary {
    background-color: #ee4749;
    color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-success {
    background-color: #00a651;
    color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-info {
    background-color: #21a9e1;
    color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-warning {
    background-color: #fad839;
    color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-danger {
    background-color: #cc2424;
    color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label {
    position: relative;
    background: #f5f5f6;
    padding: 15px 30px;
    margin-left: 60px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 9px 9px 0;
    border-color: transparent #f5f5f6 transparent transparent;
    left: 0;
    top: 12px;
    margin-left: -9px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2, .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p {
    color: #737881;
    font-family: "Noto Sans",sans-serif;
    font-size: 12px;
    margin: 0;
    line-height: 1.428571429;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p + p {
    margin-top: 15px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 {
    font-size: 16px;
    margin-bottom: 10px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 a {
    color: #e83e8c;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label span.badge {
    font-size: 90%;
}

a.transaction-hash {
    padding: .4rem!important;
}

.select2-results__option{
    position: relative;
}

.select2-results__option .color{
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    top: 12px;
    right: 12px;
    background-color: var(--pitchColor);
}

.w-100{
    width: 100%;
}