/**
 * 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;
}

.demo-avatar {
    
    height: 70px;
    border-radius: 24px;
}

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

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

.demo-drawer {
    border: none;
}
    /* iOS Safari specific workaround */
    .demo-drawer .mdl-menu__container {
        z-index: -1;
    }

    .demo-drawer .demo-navigation {
        z-index: -2;
    }
    /* END iOS Safari specific workaround */
    .demo-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;
    }

.demo-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;*/
}

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

.demo-navigation {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.demo-layout .demo-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 .demo-navigation .mdl-navigation__link:hover {
        background-color: #00BCD4;
        color: #37474F;
    }

.demo-navigation .mdl-navigation__link .material-icons {
    font-size: 24px;
    color: rgba(255, 255, 255, 0.56);
    margin-right: 32px;
}

.demo-content {
    max-width: 1080px;
}


/*tims custom*/

.schoolMenu {
    max-height: 600px;
    overflow-y: scroll;
}

table.no-hover tr:hover {
    background-color: #fff;
}

.reportWrapper {
    width: 1260px;
    padding: 16px;
}

.report-table {
    margin-bottom: 24px;
}


    .report-table th {
        height: 10px !important;
        padding-top: 5px;
        padding-bottom: 5px;
        color: #78909c !important;
    }

.reportTitle {
    font-size: 22px;
}

.reportItemTitle {
    font-size: 20px;
}

td div.right {
    text-align: right;
    padding-right: 10px;
}

td div.textCell {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

td div.sm {
    max-width: 100px;
}

td div.md {
    max-width: 300px;
}

td div.lg {
    max-width: 500px;
}

li.mdl-menu__item > a {
    text-decoration: none;
    color: inherit;
    font-weight: inherit;
    font-size: inherit;
}

.mdl-card__content {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: rgb(0,0,0);
    display: block;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    line-height: normal;
    padding: 16px 16px;
    -webkit-perspective-origin: 165px 56px;
    perspective-origin: 165px 56px;
    -webkit-transform-origin: 165px 56px;
    transform-origin: 165px 56px;
    box-sizing: border-box;
}

.forceShow {
    visibility: visible;
}

.mdl-textfield__input.input-validation-error {
    border-color: #d50000 !important;
    box-shadow: none;
}

    .mdl-textfield__input.input-validation-error:focus {
        outline: none;
    }


    /*anchor should allow click anywhere in li*/
li.mdl-menu__item a {
    display: flex;
    flex-grow: 1;
    flex-shrink: 1;
    justify-content: flex-start;
}