body {
    color: #555;
    padding: 0;
    margin: 0;
}
md-content.md-default-theme,
md-content {
    color: #555;
}
.site-main {
    background: transparent;
}
.site-main.centerContent {
    max-width: 900px;
    margin: auto;
}
.site-footer {
    color: #AAA;
    font-family: Roboto Condensed;
    font-size: 1rem;
    text-align: center;
}
.anonUserDemo .site-footer {
    color: #FFF;
}
.md-button.signedInButton {
    text-transform: none;
    color: #555;
    margin-top: 3px;
    min-width: 0;
}
.md-button.signedInButton span {
    margin-left: 5px;
}
.site-sidenav {
    background: #455A64;
}
.site-sidenav md-toolbar {
    flex-shrink: 0;
}
.site-sidenav md-content {
    background: transparent;
    color: #FFF;
}
.md-toolbar-tools.logo {
    font-family: Comfortaa;
    font-size: 3rem;
    margin: 20px 0 50px;
    flex-direction: column;
}
md-toolbar.site-topbar h2 a {
    font-family: Comfortaa;
    font-size: 2rem;
    line-height: 3.2rem;
    color: #FFF;
}
md-toolbar.site-topbar h2 a img {
    height: 48px;
    vertical-align: bottom;
}
md-menu-item>.md-button md-icon {
    font-size: 1.3rem;
}
md-tooltip {
    font-size: 0.8rem;
    font-weight: normal;
}
.chartTooltipIcon {
    width: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 4px;
    margin-right: 4px;
}
md-card {
    overflow: hidden;
}
.fadeIn.ng-enter,
.fadeIn.ng-hide-remove {
    animation: fadeIn .5s;
}
.fadeIn.ng-leave,
.fadeIn.ng-hide-add {
    animation: fadeOut .5s;
}
.fadeInFast.ng-enter,
.fadeInFast.ng-hide-remove {
    animation: fadeIn .2s;
}
.fadeInFast.ng-leave,
.fadeInFast.ng-hide-add {
    animation: fadeOut .2s;
}
.fadeInUp.ng-enter,
.fadeInUp.ng-hide-remove {
    animation: fadeInUp .5s;
}
.fadeInUp.ng-leave,
.fadeInUp.ng-hide-add {
    animation: fadeOutUp .5s;
}
.fadeInDown.ng-enter,
.fadeInDown.ng-hide-remove {
    animation: fadeInDown .5s;
}
.fadeInDown.ng-leave,
.fadeInDown.ng-hide-add {
    animation: fadeOutDown .5s;
}
.fadeInLeft.ng-enter,
.fadeInLeft.ng-hide-remove {
    animation: fadeInLeft .5s;
}
.fadeInLeft.ng-leave,
.fadeInLeft.ng-hide-add {
    animation: fadeOutLeft .5s;
}
.fadeInRight.ng-enter,
.fadeInRight.ng-hide-remove {
    animation: fadeInRight .5s;
}
.fadeInRight.ng-leave,
.fadeInRight.ng-hide-add {
    animation: fadeOutRight .5s;
}
.flipInX.ng-enter,
.flipInX.ng-hide-add {
    animation: flipOutX .5s;
}
.flipInX.ng-leave,
.flipInX.ng-hide-remove {
    animation: flipInX .5s;
}
.anonUserDemo {
    background: #00BCD4;
}
.anonUserDemo h2 {
    text-align: center;
    font-size: 4rem;
    font-family: Comfortaa;
    color: #FFF;
    line-height: 2rem;
    margin-bottom: 0;
    margin-top: 7%;
}
.anonUserDemo h2 img {
    height: 100px;
    vertical-align: middle;
    margin-bottom: 10px;
}
.anonUserDemo google-sign-in-button .abcRioButton {
    margin: 10px auto 40px;
    width: 150px !important;
}
.anonUserDemo google-sign-in-button .abcRioButton .abcRioButtonContents {
    font-size: 16px !important;
}
.anonUserDemo md-card {
    max-width: 800px;
    margin: auto;
    background: #0097A7;
    color: #FFF;
    margin-bottom: 15px;
}
.anonUserDemo md-card.channelChart {
    background: #FFF;
    color: #555;
}
.anonUserDemo md-card.channelChart .chartContainer {
    width: 96%;
    margin: 0 2% 10px;
    height: 300px;
}
.userChannels {
    background: #607D8B;
    color: #FFF;
    position: relative;
    transition: background .5s;
}
.userChannels.editing {
    background: rgba(96,125,139,.7);
}
.userChannels.adding .userChannel:not(.addChannel) {
    opacity: .7;
    transition: opacity .5s;
}
.userChannels.adding .userChannel.ng-enter:not(.addChannel) {
    opacity: 1;
    transition: opacity 1s 2s;
}
.userChannels .actionButtons md-icon {
    color: #FFF !important;
}
.userChannels.editing .actionButtons .editChannels,
.userChannels.editing .actionButtons .editChannels:hover,
.userChannels.adding .actionButtons .addChannels,
.userChannels.adding .actionButtons .addChannels:hover {
    background: #4CAF50;
    transition: all .5s;
    transform: rotate(360deg);
}
.userChannels md-card-content .userChannel {
    margin-bottom: 10px;
    background: #FFF;
    border-radius: 2px;
    padding: 8px;
    position: relative;
    overflow: hidden;
    opacity: 1;
}
.userChannels md-card-content md-icon.channelIcon {
    margin-right: 15px;
    height: 40px;
    width: 40px;
}
.userChannels md-card-content img {
    display: inline-block;
    max-width: 32px;
    vertical-align: middle;
}
.userChannels md-card-content .userChannel .channelMeta {
    position: relative;
}
.userChannels md-card-content .userChannel .channelMeta span {
    color: #555;
    font-size: 2rem;
}
.userChannels md-card-content .userChannel .channelMeta button {
    position: absolute;
    right: -6px;
}
.userChannels .userChannel.addChannel {
    padding-bottom: 3px;
    opacity: 1;
    max-height: 56px;
    transition: max-height .5s;
}
.userChannels .userChannel.addChannel.found {
    max-height: 400px;
    transition: max-height 1s;
}
.userChannels .userChannel.addChannel md-menu {
    padding: 0;
    margin-right: 5px;
}
.userChannels .userChannel.addChannel button.channelType {
    padding: 0 15px 0 0;
    min-width: 0;
    min-height: 0;
    margin: 0;
}
.userChannels .userChannel.addChannel button.channelType:hover {
    background: transparent;
}
.userChannels .userChannel.addChannel button.channelType md-icon.channelIcon {
    margin: 0;
}
.userChannels .userChannel.addChannel button.channelType .md-select-icon:after {
    display: block;
    content: '\25BC';
    color: #555;
    position: absolute;
    top: 3px;
    right: 0;
    speak: none;
    transform: scaleY(.6) scaleX(1);
}
.userChannels md-card-content .userChannel button.searchChannel {
    margin: auto;
    vertical-align: bottom;
    width: 40px;
    padding: 8px;
    position: absolute;
    right: 0;
}
.userChannels .userChannel.addChannel md-input-container {
    padding: 0;
    margin: 0;
}
.userChannels .userChannel.addChannel md-input-container>md-icon {
    left: 0;
    top: 0;
}
.userChannels .userChannel.addChannel md-input-container input {
    margin-top: 10px;
    padding-right: 40px;
    padding-top: 5px;
}
.userChannels .userChannel.addChannel md-input-container.md-has-icon>label {
    left: 60px;
    bottom: 90%;
}
.userChannels .userChannel.addChannel md-input-container.md-input-focused label:not(.md-no-float),
.userChannels .userChannel.addChannel md-input-container.md-input-has-value label:not(.md-no-float) {
    transform: translate3d(0, 15px, 0) scale(.75)
}
.userChannels .userChannel.addChannel md-input-container .md-errors-spacer {
    min-height: 0;
}
a,
a:visited,
a:active {
    text-decoration: none;
    color: #2196F3;
}
a:hover {
    color: #1976D2;
}
.channelChart {
    position: relative;
}
.channelChart .chartView {
    position: absolute;
    right: 0;
    top: 20px;
}
.actionButtons {
    position: absolute;
    right: 7px;
    top: 20px;
}
.chartContainer {
    height: 500px;
    width: 100%;
    margin-bottom: 10px;
}
.canvasjs-chart-tooltip > div {
    font-style: normal !important;
    font-weight: 700 !important;
}
.canvasjs-chart-credit {
    display: none;
}
@media only screen and (max-width: 959px) and (min-width: 0) and (orientation: portrait) {
    md-toolbar.site-topbar h2 a {
        font-size: 1.3rem;
    }
    md-toolbar.site-topbar h2 a img {
        height: 32px;
        vertical-align: middle;
    }
    #chartContainer {
        height: 300px;
    }
}
@media only screen and (max-width: 599px) and (min-width: 0) and (orientation: portrait) {
    .anonUserDemo h2 {
        font-size: 3rem;
    }
    .anonUserDemo h2 img {
        height: 75px;
        margin-bottom: 9px;
    }
}
@media only screen and (max-width: 399px) and (min-width: 0) and (orientation: portrait) {
    .anonUserDemo h2 {
        font-size: 2.5rem;
    }
    .anonUserDemo h2 img {
        height: 64px;
        margin-bottom: 9px;
    }
}

