﻿body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color :gray;
}
#idpage {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    border-radius: 20px;
}
.cbtest  { width: 10%; float: left;  margin-top: 10px; }
.testres {
    width: 49%;
    float: left;
    padding: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.testname {
    width: 40%;
    float: left;
    padding: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.testerrorresult {
    display: none;
    color: black;
    font-size: small;
    border: 1px solid gray;
    border-radius: 6px;
    padding: 6px;
}
.pseudobutton {
    color: blue;
    cursor: pointer;
    background-color: silver;
    border-radius: 4px;
    padding: 4px;
    font-size: small;
}
#idtop {
    background-color: navy;
    color: white;
    margin: 20px 0px;
    padding: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
#idtopleft {
    width: 70%;
    float: left;
    padding-left: 20px;
}
#idtopright {
    text-align: right;
    padding-right: 20px;
    width: 30%;
    float:left;
}
#idselsec {
    margin-top: 10px;
}
#idruntests {
    margin-top: 10px;
}
#iddelref {
    margin-top: 10px;
}
#idrunning {
    margin-top: 10px;
    font-size: large;
}
#idrunningcount {
    margin-top: 10px;
    font-size: large;
}
#idcontent {
    padding: 20px;
}
.togglething {
    color: blue;
    font-size: smaller;
    cursor: pointer;
}
.testsection {
    display: none;
}

#idbuilddate {
    font-size: smaller;
    font-style: italic;
    padding: 4px;
    background-color: #f0c080;
    border-radius: 4px;
}

#idrunalltests {
    font-size: smaller;
    font-style: italic;
    padding: 4px;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

/* generic color defs */
.darkgray {
    color: #404040;
}
.red {
    color: #CC0040;
}
.orange {
    color: #E09500;
}
.green {
    color: #009940;
}
.slategray {
    color: slategray;
}
.mk {
    color: slategray;
    font-size: 12px;
}
#idbuilddatemesg {
    color: slategray;
    font-size: 13px;
    font-style: italic;
}

.resultpad {
    padding-left: 30px;
}