/*============================================================================*
* Copyright (C) 2015 BenchmarkXPRT Development Community

* Licensed under the BENCHMARKXPRT DEVELOPMENT COMMUNITY MEMBER LICENSE AGREEMENT (the "License");

* you may not use this file except in compliance with the License.

* You may obtain a copy of the License by contacting Principled Technologies, Inc.

* Unless required by applicable law or agreed to in writing, software

* distributed under the License is distributed on an "AS IS" BASIS,

* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

* See the License for the specific language governing grants and

* restrictions under the License.
*============================================================================*/
html{
    height:100%;
    background: url('images/UIbackground_NoStripe.png') no-repeat center center fixed;
  /* -webkit-background-size:100% 100%;*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat:no-repeat; 
}
.bodySimple { 
   font-family:Helvetica,Arial,sans-serif;
   overflow:auto;
}
.workloadInfo{
  position:relative;
  margin: auto;
  float:right;
  padding-right: 10px;
  top:6px;
  border: 2px solid #cc0700;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 20px;
  }
  
  .workloadIcon {
  width: 100px;
  min-height: 65px;
  float: left;
  margin:auto;
  }
  
  .page-wrap  {
  font-family: Helvetica,Arial,sans-serif;
  font-size: 12px;
  /*width: 250px;
  padding-top:10px;*/
  padding-right:10px;
  min-height: 65px;
  max-height: 65px;
  float: left;
  }
  
  .clear:after {
  clear: both;
  display: table;
  content: "";
  }
  .workload-text{
	position: relative;
	top: 0px; left: 0px; bottom: 0px; right: 0px;
	display: table;
   	top: 0px;
	left: 0px;
	 width:250px;
	 height:36px;
	 color:#000000;
	 text-align: left;
	 font-size:12px;
	 color:#000000;
	 font-family:Helvetica,Arial,sans-serif;
	 padding:7px;
	 background-color:  white;
 }
 
  .workload-text-span{
	 display: table-cell;
	 vertical-align: middle;
	 height: 46px;
 }
  .workload-title{
  font-family: Helvetica,Arial,sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-align:left;
}
.oval {
  /*  position:relative;
    bottom:0;
    display: block;
    margin-left: auto;
    margin-right: auto;
    /*margin-bottom:0;*/
    /*bottom:0px;*/
   /* width: 350px;
    height: 85px;
    border: 2px solid #cc0700;
    top:5px;
    /*background-color:#333;*/
   /* -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;*/
	position: relative;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	display: table;
	top: 0px;
	left: 90px;
	width: 250px;
	height: 36px;
	color: #000000;
	text-align: left;
	font-size: 12px;
	color: #000000;
	font-family: Helvetica,Arial,sans-serif;
	padding: 7px;
	background-color: white;
	border: 1px solid #cc0700;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 20px;
	/* box-shadow: 1px 1px 1px 1px #888888; */
}
.workload1{
    position:relative;
    top:0px;
    width:300px;
    text-align: center;
}
.workloadImg{
   /* position:relative;
    top:18px;
    left:-175px;
    text-align: center;*/
	width:65px;
	height:65px;
	/*top: -3px;*/
}
.iterations{
    position: relative;
    /*width: 110px;*/
    height: 89px;
    float: right;
    padding-top:10px;
    padding-left: 20px;
    padding-right: 20px;
	/*background-color:#F00;*/
}
.iteration{	   
    /*display: block;margin-left: auto;margin-right: auto;*/
    margin-right:10px;
    float:left;
}
.workloadContainer{
 padding:2px;
  float:left;
}
.workload{
  width:12px;
  height:10px;
}
.workloadIncomplete{
  background-color:gray;
  width:10px;
  height:7px;
}
.version-text {
    position: relative;
    left: 20px;
    top: -30px;
    width: 130px;
    height: 10px;
    text-align: right;
    font-size: 12px;
    font-weight: bold;
    color: black;
}
.footer {
  position:fixed;
  bottom:0;
  width:100%;
  display:block;
  color:#ffffff;
 /* background-color:black;*/
  /*margin-left: auto;
  margin-right: auto;*/
  z-index:70;
  left:0px;
  height:145px;   /* Height of the footer */
 /* background-image: url('images/bkgrd_grayStripe.png');
  background-repeat:repeat; */
}
.headerWrapper{
position:relative;
width:100%;
margin: 0 auto;
height:100px;
/*background-image: url('images/stripes.png');
background-repeat:no-repeat; */
}
.header{
position:relative;
width:1000px;
margin: 0 auto;
height:105px;
}