
.material-avatar {
    width: 48px;
    height: 48px;
    border-radius: 24px;
}
.material-layout .mdl-layout__header .mdl-layout__drawer-button {
    color: rgba(0, 0, 0, 0.54);
}
.mdl-layout__drawer-button{
    display: flex;
    align-items: center;
}

.mdl-layout__drawer .avatar {
    margin-bottom: 16px;
}
.material-drawer {
    border: none;
}
/* iOS Safari specific workaround */
.material-drawer .mdl-menu__container {
    z-index: -1;
}
.material-drawer .material-navigation {
    z-index: -2;
}
/* END iOS Safari specific workaround */
.material-drawer .mdl-menu .mdl-menu__item {
    display: flex;
    align-items: center;
}
.material-drawer-header {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 16px;
}
.material-avatar-dropdown {
    display: flex;
    position: relative;
    flex-direction: row;
    align-items: center;
    width: 100%;
    background-color: rgba(255,255,255,0.1);
    margin-top: 0.5rem;
    padding-left: 0.5rem;
    box-sizing: border-box;
    font-size: 1.1rem;
    font-weight: bold;
    border-radius: 0.3rem;

}

.material-navigation {
    flex-grow: 1;
}
.material-layout .material-navigation .mdl-navigation__link {
    display: flex !important;
    flex-direction: row;
    align-items: center;
    color: rgba(255, 255, 255, 0.56);
    font-weight: 500;
}
.material-layout .material-navigation .mdl-navigation__link:hover {
    background-color: #00BCD4;
    color: #37474F;
}
.material-navigation .mdl-navigation__link .material-icons {
    font-size: 24px;
    color: rgba(255, 255, 255, 0.56);
    margin-right: 32px;
}

.material-charts {
    align-items: center;
}
.material-chart:nth-child(1) {
    color: #ACEC00;
}
.material-chart:nth-child(2) {
    color: #00BBD6;
}
.material-chart:nth-child(3) {
    color: #BA65C9;
}
.material-chart:nth-child(4) {
    color: #EF3C79;
}
.material-graphs {
    padding: 16px 32px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}
_:-ms-input-placeholder, :root .material-graphs {
    min-height: 664px;
}
_:-ms-input-placeholder, :root .material-graph {
    max-height: 300px;
}
/* TODO end */
.material-graph:nth-child(1) {
    color: #00b9d8;
}
.material-graph:nth-child(2) {
    color: #d9006e;
}

.material-cards {
    align-items: flex-start;
    align-content: flex-start;
}
.material-cards .material-separator {
    height: 32px;
}
.material-cards .mdl-card__title.mdl-card__title {
    color: white;
    font-size: 24px;
    font-weight: 400;
}
.material-cards ul {
    padding: 0;
}
.material-cards h3 {
    font-size: 1em;
}
.material-updates .mdl-card__title {
    min-height: 200px;
    background-image: url('images/dog.png');
    background-position: 90% 100%;
    background-repeat: no-repeat;
}
.material-cards .mdl-card__actions a {
    color: #00BCD4;
    text-decoration: none;
}

.material-options h3 {
    margin: 0;
}
.material-options .mdl-checkbox__box-outline {
    border-color: rgba(255, 255, 255, 0.89);
}
.material-options ul {
    margin: 0;
    list-style-type: none;
}
.material-options li {
    margin: 4px 0;
}
.material-options .material-icons {
    color: rgba(255, 255, 255, 0.89);
}
.material-options .mdl-card__actions {
    height: 64px;
    display: flex;
    box-sizing: border-box;
    align-items: center;
}
