.hourTotalsModule{
	position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 20;
}
.hourTotalsModule .background{
	position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
}
.hourTotalsModule .content{
	position: relative;
    background: #fff;
    width: 1400px;
    margin: 20px auto;
    border-radius: 4px;
    border: 2px solid #000;
    max-height: 80%;
    overflow: auto;
}
.hourTotalsModule .content .topBar{
	background: #3495c3;
    padding: 10px;
    height: 100px;
    color: #fff;
}
.hourTotalsModule .content .topBar .taskHoursModuleBtn{
    position: absolute;
    top: 30px;
    left: 20px;
    border: 1px solid #fff;
    border-radius: 4px;
    line-height: 30px;
    text-align: center;
    width: 100px;
    cursor: pointer;
}
.hourTotalsModule .content .topBar .totalHours{
    position: absolute;
    top: -15px;
    right: 150px;
    text-align: right;
    font-size: 70px;
}
.hourTotalsModule .content .topBar .topBarMetricsHolder{
	position: absolute;
    right: 30px;
}
.hourTotalsModule .content .topBar .topBarMetric{
	font-size: 17px;
}
.hourTotalsModule .content .topBar .topBarMetric .label{
	float: left;
    width: 100px;
}
.hourTotalsModule .content .topBar .topBarMetric .value{
	float:left;
}
.hourTotalsModule .content .hoursBreakdownHolders{
    margin-top: 20px;
}
.hourTotalsModule .content .hoursBreakdownHolders .hoursBreakdownHolder{
	float: left;
    margin-left: 40px;
    border-right: 1px solid #c7c7c7;
}
.hourTotalsModule .content .hoursBreakdownHolders .hoursBreakdownHolder .hoursBreakdownTitle{
	font-size: 27px;
    background: #63b6de;
    color: #fff;
    text-align: center;
    margin-bottom: 5px;
}
.hourTotalsModule .content .hoursBreakdownHolders .hoursBreakdownHolder .hoursBreakdown{
	width:390px;
}
.hourTotalsModule .content .hoursBreakdownHolders .hoursBreakdownHolder .hoursBreakdown .hoursHolder{
	border-bottom: 1px solid #e0e0e0;
    line-height: 32px;
}
.hourTotalsModule .content .hoursBreakdownHolders .hoursBreakdownHolder .hoursBreakdown .hoursHolder.selected{
	background:#e8e8e8;
}
.hourTotalsModule .content .hoursBreakdownHolders .hoursBreakdownHolder .hoursBreakdown .label{
	float: left;
    width: 300px;
}
.hourTotalsModule .content .hoursBreakdownHolders .hoursBreakdownHolder .hoursBreakdown .value{
	
}
