html, body {
  font-family: 'Roboto', sans-serif;
  font-size:14px;
  height:100%;
  margin: 0px;
  padding: 0px;
  background-color: #e7e7e7;
}

md-content {
  background-color: #e7e7e7;
}

.wapp-list md-grid-tile {
  cursor: pointer;
}
.wapp-list md-grid-tile {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.wapp-list md-grid-tile:hover {
  background-color: #BBDEFB;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.wapp-list .title{
  margin-bottom: 0;
}

.app-list img,.wapp-list img{
  width: 56px;
  height: 56px;
}

.text-center {
  text-align: center !important;
}

.elipsize {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.home .card-media {

  background: #e7e7e7;
  border-radius: 50%;
  margin-right: 16px;
}

.no-margin{
  margin: 0  !important;
}

.no-padding{
  padding:0 !important;
}

md-grid-tile.blocked {
  background-color: #FFCDD2 !important;
}

.init{
  text-align: center;
  padding: 3em;
}

.init h2{
  margin-bottom: 0;
}

.text-success{
  color: #4CAF50 !important;
}

md-card md-card-title md-card-title-media .md-media-sm {
  width: 60px;
  height: 60px;
}

md-card md-card-title{
  background-color: #f2f2f2;
}

md-tabs {
  height:90vh;
}

/*md-tabs.fixed > md-tabs-wrapper {*/
  /*position: fixed;*/
  /*top: 55px;*/
  /*width: 100%;*/
  /*z-index: 2;*/
/*}*/

/*md-tabs-content-wrapper {*/
  /*padding-top: 60px;*/
/*}*/
