.icons.show-menu-mobile {
  background-color: #575757;
}
.wrapper.title {
  background-color: #444;
  padding-bottom: 25px;
  
  margin-bottom: 25px;
}
.title a {
  color: #21221d;
}
.project-schedule-graph {
  float: left;
  width: 90%;
  background-color: #444;
  margin: 0 4.33%;
    margin-bottom: 0px;
  border: 2px solid #fff;
  height: 67px;
  margin-bottom: 50px;
}
.project-schedule-graph ul {
  float: left;
  width: 100%;
  height: 50%;
}
.project-schedule-graph ul li {
  float: left;
  height: 100%;
  border-right: 1px solid #fff;
}
.statistics-container {
  float: left;
  width: 100%;
  height: 100%;
}
.video-updates .container.contained-width video {
  margin: 5px 0 80px;
  float: left;
  border: 2px solid #fff;
}
.goal-filtering {
  float: left;
  width: 100%;
}
.goal-filtering ul li {
  float: left;
  width: 15%;
  margin: 0;
  background: none;
  text-align: center;
  padding: 0 5px;
}
.goal-filtering ul li a {
  float: left;
  background-color: #444;
  width: 100%;
  padding: 5% 0;
  border: 1px solid #fff;
}
.graph-date {
  font-size: 12px;
  text-align: center;
  width: 100%;
  float: left;
  background-color: #21221d;
  padding: 5px 0;
}
.production-week.past {
  background-color: #f67901;
  width: 100%;
  position: relative;
  float: left;
}
.production-week.future {
  background-color: #3687ae;
  width: 100%;
  position: relative;
  float: left;
}
.quick-links ul{
	float: left;
	width: 100%;
	margin: 15px 0 50px;
}
.quick-links ul li a {
  float: left;
  width: 47.70%;
  text-align: center;
  background-color: #3687ae;
  padding: 0;
  height: 100px;
  line-height: 100px;
  font-size: 46px;
  border-radius: 15px;
  margin: 15px 1%;
  border: 2px solid #fff;
}
form {
  float: left;
  width: 50%;
  text-align: left;
  margin: 25px 25% 50px;
}
label {
  float: left;
  width: 100%;
  color: #fff;
  margin: 25px 0 7px;
}
span.error-box {
  background-color: #d8140e;
  color: #fff;
  float: left;
  margin-bottom: 25px;
  margin-top: 25px;
  padding: 5px 0;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 9999;
  color: #fff;
}
.feedback ul {
  float: left;
  width: 100%;
  margin-bottom: 25px;
  line-height: 24px;
}
.feedback ul li{
  float: left;
  width: 98%;
  margin-bottom: 5px;
  margin-left: 2%;
  list-style: disc;
}
.btn.download {
  float: left;
  width: auto;
  background-color: #d8140e;
  padding: 15px;
  margin: 25px 0;
  border-radius: 7px;
}
.feedback-form form {
  float: left;
  width: 90%;
  margin: 0;
  border: 1px solid #fff;
  background-color: #444;
  padding: 10px 5% 45px;
  margin: 0 0 50px;
}
.feedback-note {
  float: left;
  width: 90%;
  border: 1px solid #fff;
  padding: 50px 5%;
  margin-bottom: 35px;
  position: relative;
  background-color: #444;
}
.edit-version {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  padding: 10px;
  background-color: #d8140e;
}
.user {
  position: absolute;
  bottom: 0;
  right: 0;
  width: auto;
  padding: 10px;
  background-color: #d8140e;
}
.status {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px;
}
.status.grey{
	background-color: #5e5e5e;
}
.status.blue{
	background-color: #356e8a;
}
.status.green{
	background-color: #358a3e;
}
