body {
    font-family: Tahoma, Geneva, sans-serif;
    margin: 0 auto 8px;
    width: 80%;
    min-width: 572px;
}

a {
    color: #90A2AF;
}

header {
    width: 100%;
    margin: auto;
    color: #e0eaec;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-bottom: 9pt;
    border-radius: 0 0 10px 10px;
    background: -webkit-linear-gradient(bottom, #717d80, #9aaaae 175px);
    background: -moz-linear-gradient(bottom, #717d80, #9aaaae 175px);
    background: linear-gradient(bottom, #717d80, #9aaaae 175px);
}

header h1{
    background-image: url("/static/images/report.svg");
    background-size: 25pt;
    margin-left: 35pt;
    padding-left: 50pt;
    text-align: left;
    background-repeat: no-repeat;
    background-position: left;
    font-weight: normal;
    flex-basis: 100%;
}

header ul {
    list-style: none;
    margin: 0 25pt;
    padding-left: 0;
}

header li:hover {
    background-color: #86969a;
}

header a{
    color: #e0eaec;
}

ul#menu {
    float: left;
    margin-right: 10pt;
}

ul#user {
    float: right;
    margin-left: 10pt;
}

.gear,
.help,
input[help]::after {
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    background-size: 14pt;
    width: 14pt;
    height: 14pt;
}

.gear {
    background-image: url("/static/images/gear.svg");
}

.help,
input[help] ~ label::before {
    position: absolute;
    background-image: url("/static/images/question_mark.svg");
    right: 140px;
    background-size: 18pt;
    width: 20pt;
    height: 20pt;
}

input[help] ~ label::before {
    display: block;
    content: '';
}

.submenu,
.help ul{
    position: absolute;
    top: 100%;
    right: 0;
    margin: 0;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.submenu{
    white-space: nowrap;
}

.help ul {
    border: 1px solid #999;
    background: #E5EAF0;
    padding: 5px;
    width: 377px;
    line-height: 15px;
}

.help li {
    padding: 3px 0;
}

.submenu li {
    display: block;
    text-align: right;
    background: #717d80;
}

ul li:hover .submenu,
.help:hover ul{
  visibility: visible;
  opacity: 1;
}

#logout {
    border-top: 1px solid #9aaaae;
}

header ul li {
    display: inline-block;
    padding: 5pt 7pt;
}

header a {text-decoration: none;}

form, body>div {
    background: -webkit-linear-gradient(bottom, #F7F8FA, #E5EAF0 175px);
    background: -moz-linear-gradient(bottom, #F7F8FA, #E5EAF0 175px);
    background: linear-gradient(bottom, #F7F8FA, #E5EAF0 175px);
    margin: auto;
    position: relative;
    width: 550px;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 11px;
    font-style: normal;
    line-height: 26px;
    font-weight: 100;
    color: #90A2AF;
    text-decoration: none;
    border-radius: 10px;
    padding: 10px;
    border: 1px solid #999;
}

fieldset {
    border: 0;
    padding: 0;
}

input {
    width: 365px;
    display: block;
    border: 1px solid #999;
    height: 25px;
    border-radius: 2px;
    color: #464B58;
    background-color: #E7EAF0;
    padding: 0 5px;
}

input[type=submit]{
    width: 375px;
    display: block;
    height: 30px;
    border: 1px solid #999;
    border-radius: 2px;
    color: #464B58;
    line-height: 25px;
    background-color: #E7EAF0;
    margin-top: 30px;
}

input[type=submit]:hover {
    background: #fff;
    color: #464B58
}

select, textarea {
    width: 375px;
    display: block;
    height: 100px;
    border: 1px solid #999;
    border-radius: 2px;
    color: #464B58;
    line-height: 25px;
    background-color: #E7EAF0;
}

textarea {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: 100;
    line-height: 11pt;
    padding-left: 5px;
    max-width: 540px;
    width: 367px;
}

select#id_server, select#id_project, select#id_tester {
    width: 375px;
    display: block;
    height: 30px;
    border: 1px solid #999;
    border-radius: 2px;
}

option {
    font-weight: normal;
    display: block;
    white-space: pre;
    min-height: 1.2em;
    padding: 5px 4px;
    color: #464B58;
    background-color: #E7EAF0;
    line-height: 28px;
    box-sizing: content-box;
}

label {
    text-transform: uppercase;
}

label.required::after {
    content: "*";
    color: #820202;
}

form ul {
    list-style: none;
    padding: 0;
}

.errorlist {
    color: #820202;
}

ul#id_browser label {
    color: #464B58;
    text-transform: none;
    content: attr(data-text);
}

ul#id_browser label:after {
    content: "v.";
    position: absolute;
    left: 140px;
}

ul#id_browser input {
    width: 220px;
    height: 22px;
    position: absolute;
    right: 185px;
}

p.date {
    display: inline-block;
}

p.date > input {
    width: 175px;
}

div.datepickers-container {
    padding: 0;
    border: 0;
}

.text {
    color: #464B58;
    font-size: 12pt;
    padding: 0 7pt;
}

.result {
    padding-top: 120px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: top;
}

.success {
    background-image: url("/static/images/ok.svg");
}

.fail {
    background-image: url("/static/images/fail.svg");
}

.report {
    font-size: 11px;
    font-family: sans-serif;
    padding: 0;
}

.report > span {
    font-size: 13px;
    color: #000;
    line-height: 20px;
}

.preview {
    width: 95%;
    min-width: 552px;
    line-height: 12px;
}

.preview > input {
    margin: auto;
}

.status {
    margin-left: 0.3in;
}

.status td, th{
    text-align: center;
    padding: 5px;
}

.status th{
    border-bottom: 1px solid #4a4a4a;
}