/**
 * 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: 'Hind', 'Roboto', 'Helvetica', sans-serif;
}

.avatar {
    width: 48px;
    height: 48px;
    border-radius: 24px;
}

.layout .mdl-layout__header .mdl-layout__drawer-button {
    color: rgba(0, 0, 0, 0.54);
}

.mdl-layout__drawer .avatar {
    margin-bottom: 16px;
}

.drawer .mdl-menu__container {
    z-index: -1;
}

.drawer .navigation {
    z-index: -2;
}

.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;
}

.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%;
}

.navigation {
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

.layout .navigation .mdl-navigation__link {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #424242;
    font-weight: 500;
}
.navigation .mdl-navigation__link .material-icons {
    font-size: 24px;
    color: #424242;
    margin-right: 32px;
}

.layout .navigation .mdl-navigation__link .material-icons:hover {
    background-color: #757575;
    color: #ffffff;
}

/* ein "on focus" element, damit man weiß wäre cool. ging leider nicht

.mdl-layout__drawer .mdl-navigation .mdl-navigation__link:visited:hover {
    background-color: #bb1107;
    color: white;
} */

.drawer {
    border: none;
    background-color: #f5f5f5;
}

.content {
    max-width: 1080px;
}

.drawer-header {
    background-color: #e0e0e0;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 16px;
    height: 180px;
}

.charts {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.graphs {
    padding: 16px 32px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

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

.cards .separator {
    height: 32px;
}

.cards .mdl-card__title.mdl-card__title {
    color: #ffffff;
    font-size: 24px;
    font-weight: 400;
}

.cards ul {
    padding: 0;
}

.cards h3 {
    font-size: 1em;
}

.options h3 {
    margin: 0;
}

.options .mdl-checkbox__box-outline {
    border-color: rgba(255, 255, 255, 0.89);
}

.options ul {
    margin: 0;
    list-style-type: none;
}

.options li {
    margin: 4px 0;
}

.options .material-icons {
    color: rgba(255, 255, 255, 0.89);
}

.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;
}

.content {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.menu_logo {
    border: 1px solid;
    margin-top: 20px;
    margin-bottom: 10px;
}

.mdl-layout-title {
    color: white;
}

.mdl-layout__header-row {
    background: #bb1107;
    hight: 2em;
}

.mdl-layout {
    overflow-y: hidden;
}

/* ##################################################################
############################## Login Bereich ########################
################################################################## */

.login.mdl-card__title.mdl-card--expand.card-title {
    display: block;
}

button.login-buttons.mdl-button.mdl-js-button.mdl-button--raised.mdl-js-ripple-effect {
    margin: 3px;
}