.goog-dimension-picker {
    font-size: 18px;
    padding: 4px
}

    .goog-dimension-picker div {
        position: relative
    }

        .goog-dimension-picker div.goog-dimension-picker-highlighted {
            left: 0;
            overflow: hidden;
            position: absolute;
            top: 0
        }

.goog-dimension-picker-unhighlighted {
}

.goog-dimension-picker-status {
    font-size: 10pt;
    text-align: center
}

.goog-dimension-picker div.goog-dimension-picker-mousecatcher {
    left: 0;
    position: absolute !important;
    top: 0
}

html, body, .grid {
    font-family: 'Roboto',Arial,sans-serif;
    height: 100%
}

.notification {
    color: #a94442;
    background-color: #f2dede;
    border: 1px solid #ebccd1;
    border-radius: 4px;
    font-size: 14px;
    left: 20%;
    padding: 15px;
    position: absolute;
    top: 10px;
    width: 60%
}

.rtl-app {
    direction: rtl
}

    .rtl-app .grid {
        direction: initial
    }

.sleep .picker, .sleep .pickericon, .sleep .regionselection, .sleep .screensaver-container {
    opacity: 0;
    -webkit-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out
}

.picker {
    position: fixed;
    top: 0;
    z-index: 1;
    display: none
}

.ltr-app .picker {
    left: 0
}

.rtl-app .picker {
    right: 0
}

.pickericon {
    cursor: pointer;
    display: block;
    height: 23px;
    padding: 10px;
    position: absolute;
    width: 22px;
    z-index: 1
}

.ltr-app .pickericon {
    left: 1px
}

.rtl-app .pickericon {
    right: 1px
}

.picking .picker {
    display: block
}

.picking .pickericon {
    display: none
}

.regionselection {
    bottom: 20px;
    color: #fff;
    font-size: 13px;
    position: absolute;
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
    z-index: 3
}

.ltr-app .regionselection {
    left: 22px
}

.rtl-app .regionselection {
    direction: initial;
    right: 22px
}

#region select {
    cursor: pointer;
    left: 0px;
    opacity: 0;
    position: absolute
}

.rtl-app #region select {
    direction: rtl
}

#region span {
    border-bottom: 1px dotted #fff;
    cursor: pointer;
    display: inline
}

#region {
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    position: relative
}

.goog-dimension-picker-status {
    display: none
}

.test-tile {
    border: 1px solid black;
    color: white;
    font-size: 30px;
    font-weight: 100;
    height: 400px;
    width: 500px
}

.tile {
    overflow: hidden;
    position: relative
}

.card {
    font-size: 1em;
    height: 100%;
    position: absolute;
    -webkit-transition-property: top,left;
    transition-property: top,left;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: cubic-bezier(0.06,0.74,0.24,1);
    -webkit-transition-duration: 600ms;
    transition-duration: 600ms;
    vertical-align: baseline;
    width: 100%
}

.current {
    left: 0;
    top: 0
}

.top {
    left: 0;
    top: -100%
}

.right {
    left: 100%;
    top: 0
}

.bottom {
    left: 0;
    top: 100%
}

.left {
    left: -100%;
    top: 0
}

.typing-container-wrapper {
    display: table;
    height: 100%;
    width: 100%
}

.typing-container {
    display: table-cell;
    font-family: 'Product Sans',Arial,Helvetica,sans-serif;
    vertical-align: middle;
    opacity: 0;
    -webkit-transition: transform 1.15s ease-in-out,opacity .8s linear;
    transition: transform 1.15s cubic-bezier(0.06,0.74,0.24,1),opacity .8s linear
}

.rtl-container.typing-container {
    direction: rtl;
    letter-spacing: normal
}

.typing-container.start {
    opacity: 1;
    padding-left: 0.5em;
    padding-right: 0.5em
}

.typing {
    color: white;
    text-decoration: none
}

.typing, .blinking-cursor {
    text-shadow: 0 0.025em 0 rgba(0,0,0,0.1);
    word-wrap: break-word
}

.blinking-cursor {
    color: white;
    height: 1em;
    margin-bottom: -0.12em;
    width: 0.02em;
    min-width: 1px;
    background-color: #fff;
    vertical-align: baseline;
    display: inline-block;
    font-weight: 0;
    opacity: 1;
    -webkit-animation: none 0 ease 0 1 normal none running;
    animation: none 0 ease 0 1 normal none running
}

.done-typing .blinking-cursor {
    -webkit-animation: 1s blink step-end infinite;
    animation: 1s blink step-end infinite
}

.logo {
    bottom: 14px;
    position: absolute;
    z-index: 2
}

.ltr-app .logo {
    right: 22px
}

.rtl-app .logo {
    left: 22px
}

@media screen and (max-width:1024px) {
    .logo {
        bottom: auto;
        top: 14px
    }

    .ltr-app .logo {
        right: 10px
    }

    .rtl-app .logo {
        left: 10px
    }
}

.logo a {
    display: block;
    padding-left: 75px;
    text-decoration: none
}

.logo span {
    font-size: 17px;
    color: #fff;
    display: inline-block;
    line-height: 29px;
    margin-left: 4px;
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
    vertical-align: bottom
}

.goog-dimension-picker {
    cursor: pointer;
    outline: none;
    font-size: 24px
}

@-webkit-keyframes blink {
    0% {
        opacity: 0
    }

    50% {
        opacity: 0
    }

    50.01% {
        opacity: 1
    }

    100% {
        opacity: 1
    }
}

@keyframes blink {
    0% {
        opacity: 0
    }

    50% {
        opacity: 0
    }

    50.01% {
        opacity: 1
    }

    100% {
        opacity: 1
    }
}

.screensaver {
    position: absolute;
    z-index: 3;
    text-align: center;
    top: 20px;
    right: 20px;
    cursor: pointer;
    text-decoration: none
}

.rtl-app .screensaver {
    right: auto;
    left: 20px
}

.screensaver .image {
    background: url("screensaver.png") center no-repeat;
    margin: 0 auto;
    margin-bottom: 5px;
    width: 115px;
    height: 74px;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
    display: table;
    font-size: 11px;
    line-height: 14px;
    overflow: hidden;
    letter-spacing: -0.05em
}

@media (min--moz-device-pixel-ratio:1.3),(-o-min-device-pixel-ratio:2.6/2),(-webkit-min-device-pixel-ratio:1.3),(min-device-pixel-ratio:1.3),(min-resolution:1.3dppx) {
    .screensaver .image {
        background-image: url("screensaver.png");
        background-size: 115px 74px;
        background-position: center
    }
}

.screensaver .image .wrapper {
    display: table-cell;
    vertical-align: middle
}

.screensaver .image .wrapper2 {
    text-align: center;
    width: 95px;
    margin: 0 auto
}

.screensaver .caption {
    border-radius: 160px;
    max-width: 160px;
    display: inline-block;
    padding: 0 9px 1px 9px;
    background: #4ea8e5;
    border: 1px solid #2882bf;
    margin-bottom: 3px
}

    .screensaver .caption span {
        font-size: 11px;
        text-shadow: 0 1px 0 rgba(0,0,0,0.2);
        color: #fff
    }

@media only screen and (max-width:500px) {
    .screensaver {
        display: none
    }
}

.small-window .screensaver {
    display: none
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace,monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace,monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button
}

    button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
        border-style: none;
        padding: 0
    }

    button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
        outline: 1px dotted ButtonText
    }

fieldset {
    padding: 0.35em 0.75em 0.625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

    [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none
    }

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}
