html, body {
    font-family: 'Roboto', sans-serif;
    font-size:16px;
    height:100%;
    margin: 0px;
    padding: 0px;
    background-color: #eeeeee;
    z-index: -2;
}

div#background {
    position: absolute;
    background-color: #696865;
    width: 100%;
    height: 250px;
    z-index: -1;
}

/* Placeholder - resolved #638 */
/* Even with color 666, Firefox display lighter shade than Chrome 999 */
input::-moz-placeholder, textarea::-moz-placeholder { /* Firefox 19+ */
    color: #666;
}

input:-moz-placeholder, textarea:-moz-placeholder { /* Firefox 18- */
    color: #666;
}

input:-ms-input-placeholder, textarea::-ms-input-placeholder { /* Internet Explorer */
    color: #999;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { /* Chrome, Safari */
    color: #999;
}



/* Toolbar area */

.menu {
    background-color: transparent;
    border: none;
    height: 38px;
    margin: 16px;
    width: 36px;
}


md-toolbar h3 {
    margin: auto;
    font-weight: 500;
}

/* Sidenav area */

md-list-item > button {
    width:100%;
    text-align:left !important;
}

md-list .md-button.selected {
    color: #03a9f4;
}

md-sidenav md-list {
    padding: 0px 0px 8px 0px;
}


/* Primary content area */

#content {
    overflow: hidden;
}

#content {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 5px;
}

#content .md-button.share {
    background-color: transparent;
    border: none;
    width: 48px;
    height: 48px;
    margin: 8px auto 16px 0;
    position: absolute;
    top: 10px;
    right: 25px;
}

#content md-icon.avatar {
    margin-top: 10px;
}

#content .md-button.share > md-icon {
    fill:black;
    width:36px;
    height:36px;
}

md-button.menuBtn > md-icon {
    fill:white;
    width:24px;
    height:24px;
}

#content .md-button.share:active > md-icon {
    background-color: #dadada;
    border-radius: 75%;
    padding:4px;
    transition: all 100ms ease-out 30ms;
}

#content img {
    display: block;
    height: auto;
    max-width: 500px;
}

/* Utils */

.content-wrapper {
    position: relative;
}

/* Typography support coming in 0.8.0 */

md-toolbar h1 {
    font-size: 1.250em;
    font-weight: 400;
}


md-bottom-sheet md-icon {
    margin-right:20px;
}

span.name {
    font-weight: bold;
    font-size:1.1em;
    padding-left:5px;
}

md-input-container {
    margin-bottom: 0px;
}

button#login span, button#reset span {
    color: white;
}

md-toolbar svg {
    fill: white;
}

md-toolbar h2 {
    color: white;
}

.main-content {
    padding: 24px;
}

button.md-primary span {
    color: white;
}

#copyright {
    padding: 16px;
    max-height: 94px;
}

#copyright span {
    font-size: 0.75em;
    text-align: center;
}

span a {
    color: #797979;
    text-decoration: none;
}