/**
 * 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.
 */

@media screen and (max-width: 480px){
    .hide-for-mobile.hide-for-mobile.hide-for-mobile.hide-for-mobile {
        display: none !important;
    }
}

@media screen and (max-width: 481px){

}

@media screen and (max-width: 839px){
    .hide-for-tablet-and-mobile.hide-for-tablet-and-mobile.hide-for-tablet-and-mobile.hide-for-tablet-and-mobile {
        display: none !important;
    }
}

@media screen and (min-width: 840px){
    .hide-for-desktop.hide-for-desktop.hide-for-desktop.hide-for-desktop {
        display: none !important;
    }
}

html, body {
    font-family: 'Roboto', 'Helvetica', sans-serif;
}
.avatar {
    width: 48px;
    height: 48px;
    border-radius: 24px;
}
.demo-layout .demo-header .mdl-textfield {
    padding: 0px;
    margin-top: 41px;
}
.demo-layout .demo-header .mdl-textfield .mdl-textfield__expandable-holder {
    bottom: 19px;
}
.demo-layout .mdl-layout__header .mdl-layout__drawer-button {
    color: rgba(0, 0, 0, 0.54);
}
.mdl-layout__drawer .avatar {
    margin-bottom: 16px;
}
.drawer {
    border: none;
}
/* iOS Safari specific workaround */
.drawer .mdl-menu__container {
    z-index: -1;
}
.drawer .navigation {
    z-index: -2;
}
/* END iOS Safari specific workaround */
.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;
}
.drawer-header {
    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: 151px;
}
.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;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.demo-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: rgba(255, 255, 255, 0.56);
    font-weight: 500;
}
.demo-layout .navigation .mdl-navigation__link:hover {
    background-color: #00BCD4;
    color: #37474F;
}
.navigation .mdl-navigation__link .material-icons {
    font-size: 24px;
    color: rgba(255, 255, 255, 0.56);
    margin-right: 16px;
}

.content {
    max-width: 1080px;
}

_:-ms-input-placeholder {
    min-height: 664px;
}
_:-ms-input-placeholder {
    max-height: 300px;
}
