/* 
 * @desc    custom stylesheet for zdnet
 * @since   2016-05-31
 */

body > section#brief1 {
    padding-top: 0px;
}



#test_trigger:hover {
    font-weight: bold;
    border: 1px solid #A7414A;
}

#tester #test_breadcrumbs .segment.ongoing .badge-pill,
#tester #test_breadcrumbs .segment.ongoing .badge-path {
    background-color: #FFC193;
}
#tester #test_breadcrumbs .segment.finished .badge-pill,
#tester #test_breadcrumbs .segment.finished .badge-path {
    background-color: #A7414A;
}

#tester #test_detail .test-download .test-picto {
    background: url(../images/zdnet_dl.png) no-repeat left center / contain;
}
#tester #test_detail .test-upload .test-picto {
    background: url(../images/zdnet_ul.png) no-repeat left center / contain;
}
#tester #test_detail .test-unit {
    color: #A7414A;
}
#tester #test_detail .loader {
    border: 2px solid #c3c3c3;
    border-top: 2px solid #A7414A;
}

#tester #test_chart canvas {
    background: 
        -webkit-linear-gradient(left, #A7414A, #A7414A),
        -webkit-linear-gradient(left, #A7414A, #A7414A);
    background-size: 100% 50%;
    background-position-y: 0, 100%;
    background-repeat: repeat-x;
}

#tester #test_result .test-result-value .unit {
    color: #A7414A;
}

#tester #test_result a span.icon.icon-download {
    background: url(../images/zdnet_dl.png) no-repeat center center / contain;
}

#tester #test_result a span.icon.icon-upload {
    background: url(../images/zdnet_ul.png) no-repeat center center / contain;
}

#tester #test_result a span.icon.icon-web {
    background: url(../images/zdnet_web.png) no-repeat center center / contain;
}

#tester #test_result a span.icon.icon-stream {
    background: url(../images/zdnet_youtube.png) no-repeat center center / contain;
}