/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

html, body {
  font-family: 'Roboto', 'Helvetica', sans-serif;
}
.d17-avatar {
  width: 200px;
  height: 36px;
  /* border-radius: 24px; */
}
.d17-layout .mdl-layout__header .mdl-layout__drawer-button {
  color: rgba(0, 0, 0, 0.54);
}
.mdl-layout__drawer .avatar {
  margin-bottom: 16px;
}
.d17-drawer {
  border: none;
}
/* iOS Safari specific workaround */
.d17-drawer .mdl-menu__container {
  z-index: -1;
}
.d17-drawer .d17-navigation {
  z-index: -2;
}
/* END iOS Safari specific workaround */
.d17-drawer .mdl-menu .mdl-menu__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.d17-avatar-dropdown {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}


.d17-cards {
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
}

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

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