/* Toolbar area */

.menu {
  background-color: transparent;
  border: none;
  height: 38px;
  margin: 16px;
  width: 36px;
}


md-toolbar h3 {
  margin: auto;
  font-weight: 500;
}

/* Sidenav area */

md-list-item > button {
  width:100%;
  text-align:left !important;
  height:70px;;
}

md-icon.logo-menu {
  margin-right: 20px;
}

  md-list .md-button.selected {
    color: #03a9f4;
  }


button#main {
  margin-bottom: 10px;
}

md-sidenav > md-toolbar {
  height:64px;
}

md-list-item {
  overflow: hidden;
}

/* Primary content area */


#content  {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 5px;
}

#content .md-button.contact {
  background-color: transparent;
  border: none;
  width: 48px;
  height: 48px;
  margin: 8px auto 16px 0;
  position: absolute;
  top: 10px;
  right: 40px;
}

#content md-icon.logo-menu {
  margin-top: 10px;
}

#content .md-button.contact > md-icon {
  fill:black;
  width:36px;
  height:36px;
}


#content .md-button.contact:active > md-icon {
  background-color: #dadada;
  border-radius: 75%;
  padding:4px;
  transition: all 100ms ease-out 30ms;
}


/* Utils */

/* Typography support coming in 0.8.0 */

.logo-menu {
  position:relative;
  width: 54px;
  height: 54px;
  display: inline-block;
  overflow: hidden;
  margin: 0px;
  vertical-align: middle;

}


md-bottom-sheet  md-icon {
  margin-right:20px;
}

span.name {
  font-weight: bold;
  font-size:1.1em;
  padding-left:5px;
}

.bottom-actions {
    position: relative;
    margin-bottom: 80px;
}
.bottom-actions .md-primary {
  position: fixed;
  right: 0px;
  bottom: 0px;
  margin-right: 40px;
  margin-bottom: 22px;
}
.bottom-actions .md-secondary {
  position: fixed;
  right: 120px;
  bottom: 0px;
  margin-left: 40px;
  margin-bottom: 22px;
}

.inbox-advices {
    margin-left: 30px;
    margin-bottom: 30px;
}

table[md-table] .md-checkbox-column,
table[md-table] .md-checkbox-cell {
  display: none;
}

.sent-to .md-chips {
    box-shadow: none;
    font-size: 14px;
}

p .md-chips {
    box-shadow: none;
    font-size: 14px;
}

md-table-container .md-chips {
    box-shadow: none;
}
