body{
  background: #F7F7F7;
  width: 100%;
  height: 100%;
}
h3.page-title{
  text-indent: 20px;
  height: 40px;
  font-size: 26px;
  margin: 0 0 1px 0;
  padding: 0;
}

/*BASIC COLOR AND CSS COMPONENTS*/
.dark-grey, .darker {background:  #4a4a4a; color: #f8f8f8; border-color: #f8f8f8;}
.light-grey, .lighter{background:  #f8f8f8; color: #4a4a4a; }
.box-popup{-webkit-box-shadow: rgba(0, 0, 0, 0.118039) 0px 1px 2px 0px; background: #F7F7F7;}

p.title{height: 20px; margin: 0; padding: 0; text-indent: 8px; font-size: 16px; border-bottom: 1px solid;}

a:hover{text-decoration: none;}
.well-welcom{margin: 40px 0 0 0;}
.action-bar{ width: 100%; height: 40px; margin: 0 0 20px 0; }
.action-bar .btn-group{height:100%; margin: 0 0 0 20px;}
.action-bar .btn-group a.btn{height:26px; padding-top:10px; }
.action-bar .btn-group button.btn{height: 40px;}
