﻿
/* Testing */

.testing-results .table { 
    display:table;
    text-align: center;
    padding: 40px 20px 0px 6px;
    margin-bottom: 8px;
}
.testing-results .row { 
    display:table-row;
}

.testing-results .row:first-child { 
    background:lightgrey;
    line-height: 36px;
}

.testing-results .row.totals {
    color: green; 
    background:lightgrey;
    line-height: 26px;
    border-top: 3px solid red;
}

.testing-form__bodywrap .row.totals.red { 
    color:red;
    background:lightgrey;
    line-height: 26px;
    border-top: 3px solid red;
}

.testing-form__bodywrap .row.totals.green {
    color: #080;
    background: lightgrey;
    line-height: 26px;
    border-top: 3px solid green;
}


.testing-form__bodywrap .testing-form-screen__details__text{
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 470px;
    margin: -4px auto -10px;
}

.testing-form-screen__details__text span {
    font-weight: 700;
}

.testing-results .col {
    display: table-cell;
}

.testing-results-table__title{
    text-align: left;
    padding-left: 36px;
    font-weight: 700;
}

.testing-form-spinner{
    display: flex;
}

.testing-results .results-show-more{
    width: 150px;
    height: 30px;
    margin: 0 20px 48px;
    padding: 4px;
    float: right;
}

.testing-spinner{
    position: absolute;
    left: 50%;
    top: 250px;
}

.testing-form__bodywrap{
    position: relative;
}

.testing-form{
    position: absolute;
    top: 40px;
    left: 50%;
    margin-left: -450px;
    width: 900px;
    height: 530px;
    background: #fff;
    border-radius: 10px;
    z-index: 3;
    box-shadow: rgba(0,0,0,0.5) 0px 0px 8px;
}

.testing-form__header {
    padding: 0px 20px;
    border-bottom: solid 1px #B0BEC5;
    margin-bottom: 10px;
}

.testing-form__subheader {
    padding-top: 20px;
}

.testing-form__header h3 span {
    float: right;
    font-size: 1.4rem;
    margin-top: 14px;
}

.testing-form__footer{
    padding: 15px 30px 15px 30px;
    margin-top: 10px;
    float: left;
}

.testing-form__body{
    padding:20px 0 0 40px;
    float: right;
    width: 100%;
}

.testing-form-screen{
    clear:both;
    padding:6px;
}

.testing-form-screen__screenshot {
    display: inline-block;
    float: right;
    margin: 20px 120px 8px 20px;
    height: 200px;
    min-width: 150px;
}

.testing-form-screen__screenshot img{
    /*width : auto;
    height: 100%;
    padding: 6px;*/
}

.testing-form-screen__details{
    display:inline-block;
    float:left;
    width: 98%;
    margin-bottom: 20px;
}

.testing-form-screen__details__comment{
    padding-left:30px;
    background-color: lightgray;
    margin-bottom: 2px;
    border-radius: 0 0 8px 8px;
}

.testing-form-screen__details__reply{
    padding-left:30px;
    background-color: lightgray;
    margin-bottom: 10px;
    border-radius: 0 0 8px 8px;
}

.testing-form-screen__details__comment input{
    width:84%;
    height:24px;
    padding: 0 12px;
    border: none;
}

.testing-form-screen__details__comment textarea {
    width: 615px;
    max-width: 615px;
    min-width: 615px;
    height: 32px;
    border: none;
    padding: 4px 12px;
    margin: 4px 0px;
    line-height: 1.2;
}
.testing-form-screen__details__step{
    line-height:34px;
    border-top: 1px solid lightgrey;
    border-left: 1px solid lightgrey;
    border-right: 1px solid lightgrey;
    border-radius: 6px;
    padding-top:4px;
}
.testing-form-screen__details__step[is_selected='true']{
    background: #e2f7ff;
}
.testing-form-screen__details__step:last-child{
        border-bottom: 1px solid lightgrey;
}
.testing-form-screen__details__step:hover{
    background: #ddd;
}
.testing-form-screen__details__resolution{
    float: right;
    width: 240px;
}

.testing-form-screen__details__resolution2020 {
    float: right;
    width: 200px;
}

.testing-form-screen__details__step .fa{
    float: left;
    line-height: 34px;
    width:40px;
    text-align: center;
    font-size: 18px;
}

.testing-results-screen__response-controls{
    float:right;
}

.testing-results-screen__response-controls .btn{
    float: right;
    margin: 5px;
    min-width: 36px;
}

.testing-form-screen__details .fa-comment{
    display: inline-block;
    line-height: 34px;
    color: #337ab7;
}

.testing-form__info md-progress-circular{
    position: absolute;
    left: 450px;
    bottom: 70px;
    margin: auto;
}

.testing-form__info .alert{
    width: 200px;
    margin: auto;
    text-align: center;
    line-height: 4px;
    position: absolute;
    bottom: 70px;
    left: 360px;
}

.resolution-button{
    display: inline-block;
    float:left;
    color: #999;
}

.resolution-button:hover{
    color: #444;
}

.mq-logo-14{
    margin: auto 8px;
    width: 18px;
    height: auto;
}

.jira-logo-20 {
    margin: 0px 8px;
    width: 20px;
    height: auto;
}

.fa.red{
    color: red;
}

.fa.yellow{
    color: #f5ac2d;
}

.fa.green{
    color: green;
}
.fa.orange {
    color: #e86b0f;
}
.fa.darkGrey{
    color: #333;
}

.testing-form-screen__details__comment .fa-times{
    float: right;
    font-size: 14px;
}

.testing-form-reply--selected{
    border-left: 4px solid yellowgreen;
}

.testing-form-reply--selected:focus{
    border-left: 4px solid yellowgreen;
}

.testing-form-reply{
    background: grey;
    border: none;
}

.testing-form-screen__title{
    font-size: 18px;
}

.testing-form-include .testing-form-screen__details__step .fa-arrow-right{
    margin-left: -40px;
}

.testing-form-screen__details__step--untested{
    border: 4px solid lightgrey;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    margin-bottom: 4px;
    padding: 1px;
}
.testing-form-screen__details__step--fix{
    border: 4px solid #ff9090;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    margin-bottom: 4px;
    padding: 1px;
}
.testing-form-screen__details__step--review{
    border: 4px solid #f5ac2d;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    margin-bottom: 4px;
    padding: 1px;
}
.testing-form-screen__details__step--good{
    border: 4px solid #90f590;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    margin-bottom: 4px;
    padding: 1px;
}
.testing-form-screen__details__step--great{
    border: 4px solid #61d461;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    margin-bottom: 4px;
    padding: 1px;
}
.testing-form-notes {
    width: 900px;
    position: relative;
}

.testing-form-notes textarea {
    width: 84%;
    min-width: 80%;
}

/*Testing form summary*/

.testing-form-screen__summary.table {
    display: table;
    text-align: center;
    padding: 10px;
    width: 600px;
    background-color: rgba(127,127,127,.4);
    position: absolute;
    top: 10px;
    left: 20px;
    border-radius: 12px;
    border: 2px solid rgba(200,200,200,.6);
}

.testing-form-screen__summary .col{
        display: table-cell;
        padding: 2px;
}

.testing-form-screen__summary .row{
        display: table-row;
}

.testing-form-screen__summary .row:first-child{
        line-height:30px;
}

.testing-form-screen__details__title{
    text-align:left;
    font-weight: 700;
    margin-bottom: 0;
    padding: 8px 16px 3px;
    color: black;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    font-size: 16px;
}

.testing-form-screen__details__title--untested{
    color: #333;
    background: lightgrey;
}

.testing-form-screen__details__title--fix{
    background: #ff9090;
}

.testing-form-screen__details__title--review{
    background: #f5ac2d;
}

.testing-form-screen__details__title--good{
    background: #90f590;
}

.testing-form-screen__details__title--great{
    background: #61d461;
}
.testing-form-back-btn {
    float: left;
    height: 153px;
    line-height: 18px;
    border-right: 2px solid #2D7DBB;
    width: 100px;
    margin-right: 20px;
    color: #2D7DBB;
    padding-top: 24px;
}
.testing-header-roles {
    padding: 10px;
    margin-left: 110px;
    text-align: right;
    font-size: 12px;
}
.testing-form-jira input{
    width: 400px;    
}
.testing-form-email input {
    width: 333px;
}
.testing-form-jira a, .testing-form-email a {
    float: right;
}

