html, body {
    height: 100%;
}

.grid_hover {
    background-color:#C1DAF7;
}

#projectInfo, #quoteText {
    overflow: hidden;
}

#taskInfo{
	background-color: White;
	overflow: hidden;
}

.gray_section{
	background-color: grey;
	opacity:0.2;
}

.col3 {
    width: 32.5%;
    height: 115px;
    float:left;
    border: #a4bed4 1px solid;
    margin: 4px;
   	margin-top: 20px;
}

.colTaskinfo{
    width: 375px;
    float:left;
    border: #a4bed4 1px solid;
    margin: 4px;
   	margin-top: 20px;
}

.col2 {
    display:inline-block;
    float:left;
    margin: 4px 8px 4px 4px;
  	margin-bottom: 20px;
	line-height:1.4;
	color: #575757;
}

.terms{
	padding: 0 25px 10px 21px;
	font-family: tahoma;
	font-size:13px;
	color: #414141;
	line-height:1.4;
    overflow:auto !important;
    height: 80px;
}

.quotetext {
	padding: 0 25px 10px 21px;
	font-family: tahoma;
	font-size:13px;
	color: #414141;
	line-height:1.4;
    overflow:auto !important;
    height: 100% !important;
}

.title{
	position: relative;
	top: -10px;
	left: 10px;
	padding:0px 4px 1px 4px;
	color: #256187;
	background-color: white;
	display:inline-block;
	font-family: tahoma;
	font-size:13px;
}

.title a{
    text-decoration: none;
	font-size: 16px;
	cursor:pointer;
}

.content{
	padding: 0px 25px 10px 21px;
	font-family: tahoma;
	font-size:13px;
	color: #414141;
	line-height:1.4;
	overflow: hidden;

}

a {
	font-family: tahoma;
	font-size:13px;
	color: #575757;
}

.reportHeader{
	font-family: tahoma, sans-serif;
	font-size:26px;
	color: #575757;
	font-weight: bold;
	line-height:1.4;
}

.appName{
	font-family: tahoma, sans-serif;
	font-size:9px;
	margin-top: -7px;
	margin-bottom: 10px;
	color: #575757;
}

.reportSubHeader{
	font-family: tahoma, sans-serif;
	font-size:12px;
	color: #575757;
	line-height:1.4;
	padding-bottom: 15px;
}

.table{
	display: table;
	font-size:10px;
	font-family: tahoma, sans-serif;
}

.gridHeader{
	display: table-row;
	font-weight: bold;
	text-align: center;
}
	
.gridHeaderCell{
	display: table-cell;
	border: 1px solid #A4BED4;
	background: #D1E5FE;
	padding:4px;
}

.gridRow{
	display: table-row;
}

.gridRow:nth-of-type(odd) {
    background: #E3EFFF;
}

.gridCell{
	display: table-cell;
	border: 1px solid #A4BED4;
	padding:2px;
	
}

.taskHeader{
	padding-bottom:6px;
	padding-top:10px;
	font-weight: bold;
	font-size:12px;
	white-space: nowrap;
}

.eindtotaal{
	display: table-row;
	font-weight: bold;
	text-align: center;
	font-size:12px;
	
}

.eindtotaalCell{
	display: table-cell;
	border: 1px solid #A4BED4;
	background: #D1E5FE;
	padding:4px;
}

#gridHeaderCell1{ width:50px; }
#gridHeaderCell2{ width:35px; }
#gridHeaderCell3{ width:35px; }
#gridHeaderCell4{ width:35px; }
#gridHeaderCell5{ width:125px; }
#gridHeaderCell6{ width:185px; }
#gridHeaderCell7{ width:225px; }

#eindtotaalCell1{ width:96px; }
#eindtotaalCell2{ width:78px; }

.noteHeader{
	font-family: tahoma, sans-serif;
	font-size:18px;
	color: #575757;
	//font-weight: bold;
	line-height:1.4;
}