body{
  background: #f2f2f2;
  padding-bottom: 20px;
}
.white{
  background: #fff;
}

.logo{
  margin-top: 50px;
}

.btn, .well, .form-control{
  border-radius: 0;
}

.well, .navbar-default{
  background: #fff;
}
.navbar-default{
  border-radius: 0;
}

.form-login{
  margin-top: 30px;
  position: relative;
}
.form-login:before{
  content: "";
  bottom: -30px;
  height: 40px;
  background: url(../images/shadow.png) no-repeat bottom right;
  position: absolute;
  width: 100%;
  display: block;
}

.inner-form{
  margin-top: 8px;
  font-weight: bold;
  color: #939393;
}

.list2column{
  list-style: none;
  padding: 0;
  margin: 0; 
  clear: both;
}

.list2column li{
  width: 250px;
  float: left;
}

#bar1{
  height: 400px;
}

.graph_mine{

}

.main-title{
  margin-bottom: 40px;
}

.title-graph{
  margin-bottom: 30px;
}

.graphpie, .graphbar{
  height: 400px;
  margin-bottom: 30px;
}

#grapgh_DRisk_Factor_Trend_Report{
  height: 800px;
}


#graph_get_Functional_Capacity_Trend_Report, #graph_get_Safety_Trend_Report, #graph_get_Cognitive_Trend_Report{
  height: 900px;
}


#graph_get_Self_Reported_Problem_Trend_Report, #get_graph_Depression_Trend_Report{
  height: 1100px;
}

#graph_get_Dietary_Intake_Trend_Report, #get_graph_Safety_Trend_Report{ 
  height: 600px;
}



body.detail{
  padding-bottom: 80px;
}

.wait-xls{
  font-size: 12px;
  position: fixed;
  background: red;
  padding: 15px 25px;
  bottom: 20px;
  left: 10px;
  color: wheat;
}

.alert-danger{
  border-radius: 0;
  padding: 6px 20px;
  font-weight: bold;
  letter-spacing: 1px;
}