* {
	padding: 0;
	margin: 0;
}	
	body {
	color: #666666;
	font-family:  'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Geneva, Verdana, sans-serif;
	font-size: 10pt;
}
h1 {
	background: #000000;
	color: #ffffff;
	text-align: right;
	font-weight: normal;
	padding: 10px;
	font-size: 12pt;
}
h2, h3, p {
	margin: .5em 0;
	font-weight: normal;
}
#navigation a {
	  color: #666666;
}
#navigation {
  list-style: none;
  margin: 0; 
  padding: .5em;
  
  background: #f6f6f6;
  
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  
  -webkit-flex-flow: row wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end; 
}



#navigation a {
  text-decoration: none;
  display: block;
  padding: .5em;
 

}
#navigation a:hover {
	border-bottom: 2px dotted #999999;
}
#navigation a.active {
	font-weight: bold;
	border-bottom: 2px solid black;
}


#contentwrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;  
  
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
	
	padding: 10px;

  }

#sidebar { 

	
	padding: 0 10px 0 0;
	border-right: 1px solid #000000;
	text-align: right;
	 }
#maincontent    { 

  -webkit-box-flex: 3;
  -moz-box-flex: 3;
  -webkit-flex: 3;
  -ms-flex: 3;
  flex: 3;
  
  padding: 0 0px 0 20px;
}
 
#cost {
	margin-bottom: 30px;
}
#sidebar p.label {
	margin: 0;	
}

.number {
	font-size: 22pt;
	margin-top: 0;
}

#bar {
	background: #f6f6f6;
	border: 1px solid #666666;	
	height: 20px;
}

#fill {
	background: #000000;
	height: 20px;
}

/* Style the empty date */
.data-missing {
	color: #e9e9e9
}
#footer {
	text-align: right;
	padding: 5px 10px;
	/* background: #f6f6f6;*/

}

/* normal data table */

.tablewrap {
	overflow-x: auto;
	margin-bottom: 40px;
}
table.basic
{
    border-collapse: collapse;
    font-size: 9pt;
    width: 100%;
    /* margin-left: auto;
    margin-right: auto; */
}
.basic th {
	font-weight: bold;	
	text-align: left;
}
.basic td, .basic th {
    border: 1pt solid #000000;
	padding: 8px 5px;
}

td.wrap {
    word-wrap: break-word;
}

h4 {
    background-color: #f0f0f0;
    font-weight: bold;
}

td.level1 
{
    padding-left: 10pt;
}

td.level2 
{
    padding-left: 20pt;
}

td.date 
{
    text-align: right;
}

td.duration 
{
    text-align: right;
}

tr.resource td
{
    font-weight: bold;
}

tr.taskTypeGroup td
{
    font-weight: bold;
}

tbody tr:nth-child(odd) {
   background-color: #f8f8f8;
}

tr.montetitle th {
	width: 350px;
	width: 25%;
}

/* MEDIA QUERIES */

@media all and (max-width: 800px) {
  #navigation {
    justify-content: space-around;
  }
}

@media all and (max-width: 600px) {
  #navigation {
    -webkit-flex-flow: column wrap;
    flex-flow: column wrap;
    padding: 0;
  }
  
  #navigation a { 
    text-align: center; 
    padding: 10px;
    border-top: 1px solid rgba(255,255,255,0.3); 
    border-bottom: 1px solid rgba(0,0,0,0.1); 
  }
  #contentwrap {
	-webkit-flex-flow: column wrap;
    flex-flow: column wrap;
    
  }
  #navigation li:last-of-type a {
    border-bottom: none;
  }
    #sidebar {

    border-right: 0;
  }
  

  #footer {
	  text-align: center;

  }
}
@media print { 
	.tablewrap {
	overflow: visible;
	}
	
}