/* Reset */

* {
	padding: 0;
	margin: 0;
}

/* Flex Layout Base */

#navigation ul {
  list-style: none;
  margin: 0;

  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  justify-content: space-between;
 
}
#navigation ul li {
  text-decoration: none;

  display: block;
  
  -webkit-box-flex: auto;
  -moz-box-flex:  auto;
  -webkit-flex:  auto;
  -ms-flex:  auto;
  flex: auto;
}

#dates, #triowrap {
  padding: 0;
  margin: 0;
  list-style: none;
  
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  
}

.column {
   -webkit-box-flex: 1;
  -moz-box-flex:  1;
  -webkit-flex:  1;
  -ms-flex:  1;
  flex:  1;

  justify-content: space-between;
  
    margin: 5px 0;
  padding: 5px;
  min-width: 0;

}

#endwrap {
	   -webkit-box-flex: 2;
  -moz-box-flex:  2;
  -webkit-flex:  2;
  -ms-flex:  2;
  flex:  2;
}
#first, #middle {
	margin-right: 1%;
}

/************************************************************************************
MEDIA QUERIES
*************************************************************************************/
@media screen and (max-width: 800px) {
  #triowrap {
  justify-content: space-between; 
    
      }

    
}

@media screen and (max-width: 600px) {
  #dates, #triowrap {
    -webkit-flex-flow: column wrap;
    flex-flow: column wrap;
    padding: 0;
  }
    #first, #middle {
	margin-right: 0;
	}
  #navigation ul {
  	display: -webkit-box;
  	display: -moz-box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
  	display: flex;
  	-webkit-flex-flow: column wrap;
  	
  }
  #navigation ul li {
	  border-bottom: 1px solid #f0f0f0;
	  font-size: 12pt; 
	  padding: 10px;
  }
  #navigation ul li:last-child {
	  border-bottom: none;
  }
}







/************************************************************************************
	 THE REST OF THE CSS 
*************************************************************************************/
body {
    font-family: Arial, sans-serif;
    font-size: 11pt;
    background: #ffffff;
    color: #797979;
}
h1, h2, h3, p .label {
	font-family: Futura, ‘Century Gothic’, AppleGothic, sans-serif;
	margin-bottom: .5em;
}
h1 {
	font-size: 20pt;
}
.subtitle {
	font-weight: normal;
}
h2 {
	font-size: 15pt;
	clear: both;
	margin: .5em 0;
}
h3, p .label {
	color: #999999;
	font-size: 11pt;
	font-weight: normal;
	margin-bottom: 0;
	margin: .5em 0;	
}
p {
	margin: .5em 0;
}

a {
	color: #4684c7;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	
}

#wrapper {
	background: #f3f3f3;
	border: 1px solid #b3b3b3;
	/* border: 1px solid #4684c7; */
	margin: 20px;
}
#triowrap li {
	background: #ffffff;
	border: 1px solid #b3b3b3;

}
#triowrap {
	font-size: 200%;
}

#bar {
	background: #f3f3f3;
	border: 1px solid #b3b3b3;
	width: 90%;
	height: 10px;
	margin: 10px auto;
}
#fill {
		height: 10px;
		background: #4684c7;


}
#content {
	margin: 20px;
}

#navigation {
	background: #4684c7;
	padding: 0 20px;
}
#navigation ul {
	
}
#navigation ul li {
	/* display: inline-block; */
	padding: 5px 4px;
}
#navigation ul li:first-child {
	padding-left: 0;
}
#navigation a {
	color: white;
	text-decoration: none;
}
#navigation a:hover {
	color: #D8D8D8;
}
#navigation a.active {
	color: #75d5ff;
}

#dates p, #dates h3 {
	display: inline-block;
	padding: 0;
}

#key {
	font-size: xx-small;
	margin-top: 2em;
	
}
#key ul {
	list-style-position: inside;
	list-style: none;
}
#key ul li {
	
}
sup {
	font-weight: normal;
	font-size: x-small;
}
.footer {
	text-align: right;
	padding: .5em;
	font-size: 90%;
	color: #999999;
}

/* Style the empty date */
.data-missing {
	color: #e9e9e9
}



/* normal data table */
.tablewrap {
	overflow-x: auto;
}
table.basic {
    border-collapse: collapse;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.basic td {
    background: #ffffff;
    border: 1px solid #4684c7;
    padding: 5px 10px
}

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

th {
    background: #4684c7;
    font-weight: bold;
    color: #ffffff;
    padding: 10px;
    text-align: left;
    border: 1px solid #4684c7;
}

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;
}

p.unregistered  {
    text-align: left;
    font-size: 12pt;
    color: #333333;
    border-top: 1pt solid #999999;
}



ul.report-links {
    margin: 0pt;
    padding: 4pt;
    
    list-style-type: none;
    line-height: 12pt;
}

.report-links li {
    display: inline;
    padding-left: 24pt;
}

img.small-icon {
    width: 16px;
    height: 16px;
    margin-left: 0pt;
    margin-top: 0pt;
    margin-bottom: 0pt;
    margin-right: 2pt;
    vertical-align: middle;
    border: none;
}

img.icon {
    width: 32px;
    height: 32px;
    margin-left: 0pt;
    margin-top: 0pt;
    margin-bottom: 2pt;
    margin-right: 0pt;
    vertical-align: middle;
    border: none;
}