@charset "utf-8";
html, body {
    font-family: 'Roboto', 'Helvetica', sans-serif;
    margin: 0;
    padding: 0;
}

.content {
    min-height: 300px;
}

/* MDL customizations */
.mdl-layout__header-row {
    padding-left: 40px;
}

.mdl-layout.is-small-screen .mdl-layout__header-row h3 {
    font-size: inherit;
}

.mdl-layout__tab-bar-button {
    display: none;
}

.mdl-layout.is-small-screen .mdl-layout__tab-bar .mdl-button {
    display: none;
}

.mdl-layout:not(.is-small-screen) .mdl-layout__tab-bar,
.mdl-layout:not(.is-small-screen) .mdl-layout__tab-bar-container {
    overflow: visible;
}

.mdl-layout__tab-bar-container {
    height: 64px;
}

.mdl-layout__tab-bar {
    padding: 0;
    padding-left: 16px;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
}

.mdl-layout__tab-bar .mdl-layout__tab {
    height: 64px;
    line-height: 64px;
}

.mdl-layout__tab-bar .mdl-layout__tab.is-active::after {
    background-color: white;
    height: 4px;
}

main > .mdl-layout__tab-panel {
    padding: 0 8px 40px;
}

section.section--center {
    max-width: 860px;
}

@media (min-width: 876px) {
    section.section--wide {
        max-width: 100%;
        margin: 0 16px;
    }
}

section a {
    text-decoration: none;
}

/* fix header not scrolling on small screens */
.mdl-layout__content:not(.is-small-screen) {
    flex-shrink: 0;
}

/* info site */
.provider-chip {
    display: inline-block;
    height: 32px;
    font-size: 13px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.6);
    line-height: 32px;
    padding: 0 12px;
    border-radius: 16px;
    background-color: #E4E4E4;
    margin: 4px 4px 0 0;
}

/* google login button */
.signingoogleen a {
    width: 193px;
    height: 48px;
    clear: both;
    display: inline-block;
    background-image: url(images/signin-google.en.png);
}

.signingoogleen a:hover {
    background-image: url(images/signin-google_focus.en.png);
}

.signingoogleen a:active {
    background-image: url(images/signin-google_pressed.en.png);
}

.signingooglede a {
    width: 193px;
    height: 48px;
    clear: both;
    display: inline-block;
    background-image: url(images/signin-google.de.png);
}

.signingooglede a:hover {
    background-image: url(images/signin-google_focus.de.png);
}

.signingooglede a:active {
    background-image: url(images/signin-google_pressed.de.png);
}

/* sync */
.welcome {
    width: 100%;
    display: table;
    margin-bottom: 5px;
}

.welcome-left {
    width: 50%;
    display: table-cell;
    vertical-align: bottom;
}

.welcome-right {
    width: 50%;
    text-align: right;
    display: table-cell;
    vertical-align: bottom;
}

.welcome-right img {
    width: 50px;
}

.tracking-id {
    max-width: 28ch;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sync-table-button {
    vertical-align: middle;
    font-size: 18px !important;;
    color: rgba(0, 0, 0, 0.87);
    display: inline !important;
}

img.profileimage {
    border-radius: 50%;
    max-height: 50px;
    max-width: 50px;
    margin-top: 8px;
}

i.profileimage {
    font-size: 50px;
    margin-top: 8px;
}

.dialog-input-text {
    max-width: 95%;
    display: block;
}

.dialog-spinner-label {
    color: rgb(186, 147, 96);
    font-size: 12px;
}

/* modal dialog */
.dialog-container,
.loading-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: scroll;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1000;
    opacity: 0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
}

.dialog-container > div {
    position: relative;
    width: 90%;
    max-width: 500px;
    min-height: 25px;
    margin: 10% auto;
    z-index: 1500;
    padding: 16px 16px 0;
}

.dialog-button-bar {
    text-align: right;
    margin-top: 8px;
}

.loading-container > div {
    position: relative;
    width: 50px;
    height: 50px;
    margin: 10% auto;
    z-index: 99999;
}

.loading-container > div > div {
    width: 100%;
    height: 100%;
}