/**
 * 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.
 */

 body {
    margin: 0;
}


/* Disable ugly boxes around images in IE10 */

a img {
    border: 0px;
}

::-moz-selection {
    background-color: #2571a7;
    color: #fff;
}

::selection {
    background-color: #2571a7;
    color: #fff;
}
.page-content {
    max-width: 1920px;
    margin: auto;
}

.revurb-search-box .mdl-textfield__input {
    color: rgb(80, 174, 209);
    border-bottom: 1px solid rgb(87, 170, 226);
}
.mdl-card--search-drawer {
    /* height: 50%; */
    width: 100%;
    background-color: rgba(255, 255, 255, 0.95);
}

.search-card-square >.mdl-card {
    width: 96px;
    height: 96px;
}
.search-card-square > .mdl-card__title {
    color: #fff;
}
.mdl-card--search-border {
    color: rgba(33, 39, 49, 0.5);
}
.mdl-search {
    background-color: #FFF;
    width: 50%;
    padding: 4px;
}
.mdl-textfield-search {
    box-sizing: border-box;
    width: 100%;
}
.mdl-textfield-search__input {
    border: none;
    display: block;
    font-size: 16px;
    font-family: "Helvetica", "Arial", sans-serif;
    margin: 0;
    padding: 4px 0;
    width: 100%;
    background: 0 0;
    color: inherit;
}
.mdl-textfield-search {
    box-sizing: border-box;
    width: 100%;
}
.material-icons + .mdl-textfield-search__input {
    padding-left: 29px;
    box-sizing: border-box;
}
.mdl-card__actions-search {
    font-size: 16px;
    line-height: normal;
    width: 100%;
    background-color: transparent;
    box-sizing: border-box;
}
.revurb-header .mdl-menu__container {
    z-index: 50;
    margin: 0 !important;
}

.mdl-textfield--expandable {
    width: auto;
}

.revurb-fab {
    position: absolute;
    right: 20%;
    bottom: -26px;
    z-index: 3;
    background: #64ffda !important;
    color: black !important;
}

.revurb-mobile-title {
    display: none !important;
}

.revurb-logo-image {
    height: 28px;
}

.revurb-header {
    height: 64px !important;
    overflow: visible;
}

.revurb-header .profile-img>img {
    width: 28px;
    height: 28px;
}

.revurb-header .material-icons {
    color: #57aae2;
}

.revurb-header .mdl-layout__drawer-button {
    background: transparent;
    color: #767777;
}

.revurb-header .mdl-navigation__link {
    color: #57aae2;
    font-weight: 700;
    font-size: 14px;
}

.revurb-navigation-container {
    /* Simple hack to make the overflow happen to the left instead... */
    direction: rtl;
    order: 1;
    width: 500px;
    transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), width 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.revurb-navigation {
    /* ... and now make sure the content is actually LTR */
    direction: ltr;
    justify-content: flex-end;
    width: 800px;
}

.revurb-search-box.is-focused+.revurb-navigation-container {
    opacity: 0;
    width: 100px;
}

.revurb-navigation .mdl-navigation__link {
    display: inline-block;
    height: 60px;
    line-height: 68px;
    background-color: transparent !important;
    border-top: 8px solid transparent;
}

.revurb-navigation-header .mdl-navigation__link:hover {
    border-top: 8px solid #8bc34a;
}
.revurb-navigation-search-container {
    /* Simple hack to make the overflow happen to the left instead... */

    width: 500px;
    transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), width 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.revurb-navigation-search .mdl-navigation__link {
    display: inline-block;
    height: 60px;
    line-height: 68px;
    background-color: transparent !important;
    border-bottom: 4px solid transparent;
}
.revurb-navigation-search .mdl-navigation__link:hover {
    border-bottom: 4px solid #8bc34a;
}
.mdl-layout__drawer>.mdl-layout__title, .mdl-layout__drawer>.mdl-layout-title {
    line-height: 64px;
    padding-left: 45%;
    background-color: #101318;
}
.revurb-search-box {
    order: 2;
    margin-left: 16px;
    margin-right: 16px;
}

.revurb-profile-img {
    order: 3;
    margin-left: 16px;
    margin-right: 16px;
}
.revurb-admin-button {
    order: 4;
}
.revurb-drawer {
    border-right: none;
}

.revurb-drawer-separator {
    height: 1px;
    background-color: #dcdcdc;
    margin: 8px 0;
}

.revurb-drawer .mdl-navigation__link.mdl-navigation__link {
    font-size: 14px;
    color: #757575;
}

.revurb-drawer span.mdl-navigation__link.mdl-navigation__link {
    color: #8bc34a;
}

.revurb-drawer .mdl-layout-title {
    position: relative;
    height: 64px;
}

.revurb-drawer .revurb-logo-image {
    position: absolute;
    bottom: 16px;
}

.revurb-featured-section {
    position: relative;
    height: 800px;
    width: auto;
    background-color: #f3f3f3;
    background: url('/img/bgs/background16.jpg') center 30% no-repeat;
    background-size: cover;
}

.logo-font {
    font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
    line-height: 1;
    color: #767777;
    font-weight: 500;
}

.revurb-slogan {
    font-size: 60px;
    padding-top: 160px;
}

.revurb-sub-slogan {
    font-size: 21px;
    padding-top: 24px;
}

.revurb-create-character {
    font-size: 32px;
    padding-top: 400px;
}

.revurb-create-character a {
    text-decoration: none;
    color: #767777;
    font-weight: 300;
}

.revurb-screen-section {
    position: relative;
    padding-top: 60px;
    padding-bottom: 80px;
}

.revurb-screens {
    text-align: right;
    width: 100%;
    white-space: nowrap;
    overflow-x: auto;
}

.revurb-screen {
    text-align: center;
}

.revurb-screen .revurb-link {
    margin-top: 16px;
    display: block;
    z-index: 2;
}

.revurb-image-link {
    text-decoration: none;
}

.revurb-wear {
    display: inline-block;
    width: 160px;
    margin-right: 32px;
}

.revurb-wear .revurb-screen-image {
    width: 40%;
    z-index: 1;
}

.revurb-phone {
    display: inline-block;
    width: 64px;
    margin-right: 48px;
}

.revurb-phone .revurb-screen-image {
    width: 100%;
    z-index: 1;
}

.revurb-tablet {
    display: inline-block;
    width: 110px;
    margin-right: 64px;
}

.revurb-tablet .revurb-screen-image {
    width: 100%;
    z-index: 1;
}

.revurb-tablet .revurb-link {
    display: block;
    z-index: 2;
}

.revurb-tv {
    display: inline-block;
    width: 300px;
    margin-right: 80px;
}

.revurb-tv .revurb-screen-image {
    width: 100%;
    z-index: 1;
}

.revurb-auto {
    display: inline-block;
    width: 300px;
    overflow: hidden;
}

.revurb-auto .revurb-screen-image {
    display: block;
    height: 300px;
    z-index: 1;
}

.revurb-wear-section {
    position: relative;
    background: url('images/wear.png') center top no-repeat;
    background-size: cover;
    height: 800px;
}

.revurb-wear-band {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    background-color: #37474f;
}

.revurb-wear-band-text {
    max-width: 800px;
    margin-left: 25%;
    padding: 24px;
    text-align: left;
    color: white;
}

.revurb-wear-band-text p {
    padding-top: 8px;
}

.revurb-link {
    text-decoration: none;
    color: #8bc34a !important;
}

.revurb-link:hover {
    color: #7cb342 !important;
}

.revurb-link .material-icons {
    position: relative;
    top: -1px;
    vertical-align: middle;
}

.revurb-alt-link {
    text-decoration: none;
    color: #64ffda !important;
    font-size: 16px;
}

.revurb-alt-link:hover {
    color: #00bfa5 !important;
}

.revurb-alt-link .material-icons {
    position: relative;
    top: 6px;
}

.revurb-customized-section {
    text-align: center;
}

.revurb-customized-section-text {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    padding: 80px 16px 0 16px;
}

.revurb-customized-section-text p {
    padding-top: 16px;
}

.revurb-customized-section-image {
    background: url('images/devices.jpg') center top no-repeat;
    background-size: cover;
    height: 400px;
}

.revurb-more-section {
    padding: 80px 0;
    max-width: 1044px;
    margin-left: auto;
    margin-right: auto;
}

.revurb-more-section .revurb-section-title {
    margin-left: 12px;
    padding-bottom: 24px;
}

.revurb-card-container {}

.revurb-card-container .mdl-card__media {
    overflow: hidden;
    background: transparent;
}

.revurb-card-container .mdl-card__media img {
    width: 100%;
}

.revurb-card-container .mdl-card__title {
    background: transparent;
    height: auto;
}

.revurb-card-container .mdl-card__title-text {
    color: black;
    height: auto;
}

.revurb-card-container .mdl-card__supporting-text {
    height: auto;
    color: black;
    padding-bottom: 56px;
}

.revurb-card-container .mdl-card__actions {
    position: absolute;
    bottom: 0;
}

.revurb-card-container .mdl-card__actions a {
    border-top: none;
    font-size: 16px;
}

.revurb-footer {
    background-color: #fafafa;
    position: relative;
}

.revurb-footer a:hover {
    color: #8bc34a;
}

.revurb-footer .mdl-mega-footer--top-section::after {
    border-bottom: none;
}

.revurb-footer .mdl-mega-footer--middle-section::after {
    border-bottom: none;
}

.revurb-footer .mdl-mega-footer--bottom-section {
    position: relative;
}

.revurb-footer .mdl-mega-footer--bottom-section a {
    margin-right: 2em;
}

.revurb-footer .mdl-mega-footer--right-section a .material-icons {
    position: relative;
    top: 6px;
}

.revurb-link-menu:hover {
    cursor: pointer;
}

.text-color--red {
    color: rgba(255, 64, 129, 0.8) !important;
}
main#revurb-bg {
    background: #171b22;
    background-image: url(/img/bgs/background21.jpg);
    background-size: cover;
    height: calc(100% - 64px) !important
}
div.innerGrid{
    width: 100%;
  }
.loaderTxt{
    padding: 0;
    margin: auto;
    display: block;
}
/**** 404 PAGE ****/
.robot-page {
    padding: 0;
    width: 512px;
    margin: auto;
}
.robot-page .mdl-card__title {
    width: 100%;
    padding: 20px 15px 20px;
    display: block;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
}
.robot-card-wide.mdl-card {
    width: auto;
    text-align: center;
    margin: 1% 1% 0 1%;
    padding: 0;
}

.robot-card-wide>.mdl-card__title {
    color: #fff;
    height: 450px;
    background: url('../img/marvin-face.png') no-repeat;
    background-position: center;
    background-size: contain;
}
.robot-card-wide>.mdl-card__supporting-text {
    text-align: center;
    width: auto;
    text-align: center;
    margin: 1% 1% 0 1%;
    padding: 0;
}
/**** Offline PAGE ****/
.offline-page {
    padding: 0;
    width: 512px;
    margin: auto;
}
.offline-page .mdl-card__title {
    width: 100%;
    padding: 20px 15px 20px;
    display: block;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
}
.offline-card-wide.mdl-card {
    width: auto;
    text-align: center;
    margin: auto;
    padding: 0;
}

.offline-card-wide>.mdl-card__title {
    color: #fff;
    height: 256px;
    background: url('../img/logo512.png') no-repeat;
    background-position: center;
    background-size: contain;
}
.offline-card-wide>.mdl-card__supporting-text {
    text-align: center;
    width: auto;
}
.wrap-countdown {
    width: 100%;
    height: 100%;
    display: table;
    position: relative;
    z-index: 10000;
    color: rgb(17, 106, 166);
}
.defaultCountdown {
    z-index: 2;
    margin: 0 auto;
    display: table;
    position: relative;
}
.countdown-row {
    margin: 0 auto;
    width: 100%;
    display: table;
    text-align: center;
}
.countdown-section {
    display: block;
    float: left;
    text-align: center;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: solid 1px rgb(18, 108, 168);
    text-align: center;
    margin: 40px 10px;
}
.countdown-amount {
    font-size: 60px;
    font-weight: 700;
    line-height: 120px;
}
.countdown-period {
    display: block;
    line-height: 60px;
    color: rgb(18, 108, 168);
    font-size: 18px;
    font-weight: 100;
}
.image-align {
    margin: 0 auto;
    text-align: center;
    display: block;
    padding-top: 100px;
}
/**** CHANNELS PAGE ****/
.stream-card-square.mdl-card {
    width: 320px;
    height: 320px;
}
.stream-card-square > .mdl-card__title {
    color: #fff;
    background: url("' . $skey['screenshot'] . '") center / cover;
}
.channels-page {
    padding: 0;
    width: 512px;
    margin: auto;
}

.channels-page .mdl-card__title {
    width: 100%;
    padding: 20px 15px 20px;
    display: block;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
}
.channels-card-wide.mdl-card {
    width: auto;
    text-align: center;
}

.channels-card-wide>.mdl-card__title {
    color: #fff;
    height: 450px;
    background: url('../img/revurb-1024x2.png') center/cover;
}

.channels-card-wide>.mdl-card__menu {
    color: #fff;
}
/**** SETTINGS PAGES ****/
.mdl-card__title {
    background-color: rgb(18, 108, 168);
    height: auto;
    width: 100%;
    padding: 5px 15px 5px;
    display: block;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
}
.mdl-textfield--file .mdl-button--file {
    right: 0;
}
.mdl-chip-accounts {
    height: 32px;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    line-height: 32px;
    padding-right: 12px;
    border: 0;
    border-radius: 16px 5px 5px 16px;
    background-color: rgba(222, 222, 222, 0.3);
    display: inline-block;
    color: rgba(0, 0, 0, .87);
    margin: 2px 0;
    font-size: 0;
    white-space: nowrap
}
.mdl-chip-accounts__text {
    font-size: 13px;
    vertical-align: middle;
    display: inline-block;
    color: #FFF
}

.account-settings {
    padding: 0;
    width: 332px;
    margin: auto auto 28px auto;
}
.licenses-settings {
    /*display: grid;*/
    width: calc(100% - 435px);
    min-width: 780px;
}
.licenses-settings > * > * > .mdl-card {
    width: 100% !important;
}
.mdl-content {
    /*display: grid;*/
	background: white;
	/* padding: 20px; */
}
.easy-sub {
    float: right;
}
.mdl-columns > th > * {
    font-weight: 500;
    color: black;
}
.mdl-rows > td {
    color: rgba(0, 0, 0, 0.6);
}
.wrap {
    word-wrap: break-word;
}

/**** Stream Platform Icons ****/
.icon-platform {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    box-sizing: border-box;
    width: 24px;
    height: 24px;
    margin-right: 16px;
    font-size: 32px;
    transition: .2s;
    vertical-align: text-top;
}
.icon-platform_id_youtube-gaming {
    background-image: url("../img/icon-platform/youtube-gaming-icon.svg")
}
.icon-platform_id_restream {
    background-image: url("../img/icon-platform/restream-icon.svg")
}
.icon-platform_id_twitch {
    background-image: url("../img/icon-platform/twitch-icon.svg")
}
.icon-platform_id_cybergame {
    background-image: url("../img/icon-platform/cybergame-icon.svg")
}
.icon-platform_id_gg {
    background-image: url("../img/icon-platform/gg-icon.svg")
}
.icon-platform_id_smashcast {
    background-image: url("../img/icon-platform/smashcast-icon.svg")
}
.icon-platform_id_youtube {
    background-image: url("../img/icon-platform/yt-icon.svg")
}
.icon-platform_id_ustream {
    background-image: url("../img/icon-platform/ustream-icon.svg")
}
.icon-platform_id_livestream {
    background-image: url("../img/icon-platform/livestream-icon.svg")
}
.icon-platform_id_dailymotion {
    background-image: url("../img/icon-platform/dailymotion-icon.svg")
}
.icon-platform_id_vaughn-live {
    background-image: url("../img/icon-platform/vaughn-live-icon.svg")
}
.icon-platform_id_streamup {
    background-image: url("../img/icon-platform/streamup-icon.svg")
}
.icon-platform_id_justcast {
    background-image: url("../img/icon-platform/justcast-icon.svg")
}
.icon-platform_id_niconico {
    background-image: url("../img/icon-platform/niconico-icon.svg")
}
.icon-platform_id_connectcast {
    background-image: url("../img/icon-platform/connectcast-icon.svg")
}
.icon-platform_id_mlg {
    background-image: url("../img/icon-platform/mlg-icon.svg")
}
.icon-platform_id_douyu {
    background-image: url("../img/icon-platform/douyu-icon.svg")
}
.icon-platform_id_livehouse {
    background-image: url("../img/icon-platform/livehouse-icon.svg")
}
.icon-platform_id_mixer {
    background-image: url("../img/icon-platform/mixer-icon.svg")
}
.icon-platform_id_liveedu {
    background-image: url("../img/icon-platform/liveedu-icon.svg")
}
.icon-platform_id_cavetube {
    background-image: url("../img/icon-platform/cavetube-icon.svg")
}
.icon-platform_id_streamme {
    background-image: url("../img/icon-platform/streamme-icon.svg")
}
.icon-platform_id_mmf {
    background-image: url("../img/icon-platform/mmf-icon.svg")
}
.icon-platform_id_picarto {
    background-image: url("../img/icon-platform/picarto-icon.svg")
}
.icon-platform_id_instagib {
    background-image: url("../img/icon-platform/instagib-icon.svg")
}
.icon-platform_id_vapers {
    background-image: url("../img/icon-platform/vapers-icon.svg")
}
.icon-platform_id_breakers {
    background-image: url("../img/icon-platform/breakers-tv-icon.svg")
}
.icon-platform_id_customrtmp {
    background-image: url("../img/icon-platform/customrtmp-icon.svg?23")
}
.icon-platform_id_azubu {
    background-image: url("../img/icon-platform/azubu-icon.svg")
}
.icon-platform_id_kamcord {
    background-image: url("../img/icon-platform/kamcord-icon.svg")
}
.icon-platform_id_younow {
    background-image: url("../img/icon-platform/younow-icon.svg")
}
.icon-platform_id_chew {
    background-image: url("../img/icon-platform/chew-icon.svg")
}
.icon-platform_id_mobcrush {
    background-image: url("../img/icon-platform/mobcrush-icon.svg")
}
.icon-platform_id_vk {
    background-image: url("../img/icon-platform/vk-icon.svg")
}
.icon-platform_id_periscope {
    background-image: url("../img/icon-platform/periscope-icon.svg")
}
.icon-platform_id_afreecatv {
    background-image: url("../img/icon-platform/afreecatv-icon.svg")
}
.icon-platform_id_ok {
    background-image: url("../img/icon-platform/ok-icon.svg")
}
.icon-platform_id_bilibili {
    background-image: url("../img/icon-platform/bilibili-icon.svg")
}
.icon-platform_id_facebook {
    background-image: url("../img/icon-platform/facebook-icon.svg")
}
.icon-platform_id_revurb {
    background-image: url("../img/icon-platform/revurb-icon.svg")
}

/**** MODAL SETTINGS ****/
.modal {
    display: none;
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    padding-top: 15%;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.9);
}

.modal-content {
    margin: 10% auto;
    border-radius: 5px
}

/*** Upload Page ***/
.upload-video-looper {
    margin-top: 5px
}
.upload-video-looper section > button {
    position: absolute;
    z-index: 99;
    right: 8px;
  }
.upload-page-upoader {
    padding: 0;
    width: 80%;
    margin: auto;
}
.upload-page-upoaded {
    padding: 0;
    width: 80%;
    margin: auto;
    height: 100%;
}
.app-page {  
  margin: 0 auto;
}
.mdl-sheet__container {
    position: fixed;
    right: 32px;
    bottom: 32px;
    transform: rotate(0deg);
    z-index: 999999;
}
.mdl-sheet {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #FF5722;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 180ms;
}
.mdl-sheet>.mdl-sheet__content {
    display: none;
}
.mdl-sheet__icon {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-12px, -12px);
    font-size: 24px;
    width: 24px;
    height: 24px;
    line-height: 24px;
}
.mdl-sheet--opened {
    background: #fff;
    color: #263238;
    border-radius: 2px;
    width: 330px;
    max-width: 500px;
    height: auto;
    min-height: 150px;
    max-height: 80vh;
    overflow-y: auto;
}
.mdl-sheet--opened>.mdl-sheet__icon {
    display: none;
}
.mdl-sheet--opened>.mdl-sheet__content {
    display: block;
}

/*** DASHBOARD UPOADER ***/
.mdl-dashboard-sheet__container {
    position: absolute;
    right: 10px;
    top: 0px;
    z-index: 999999;
}
.mdl-dashboard-sheet {
    position: absolute;
    right: 0;
    top: 0px;
    background: #FF5722;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 180ms;
}
.mdl-dashboard-sheet>.mdl-dashboard-sheet__content {
    display: none;
}
.mdl-dashboard-sheet__icon {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-12px, -12px);
    font-size: 24px;
    width: 24px;
    height: 24px;
    line-height: 24px;
}
.mdl-dashboard-sheet--opened {
    background: #fff;
    color: #263238;
    border-radius: 2px;
    width: 330px;
    max-width: 500px;
    height: auto;
    min-height: 150px;
    max-height: 80vh;
    overflow-y: auto;
}
.mdl-dashboard-sheet--opened>.mdl-dashboard-sheet__icon {
    display: none;
}
.mdl-dashboard-sheet--opened>.mdl-dashboard-sheet__content {
    display: block;
}

/*** Stream Setting Pages ***/
.stream-settings-page {
    padding: 0;
    width: 532px;
    margin: auto auto 28px auto;
    height: 856px;
}
.mdl-textfield--file .mdl-textfield__input {
    box-sizing: border-box;
}
/*** Stream View Page ****/

/*** Admin Pages ****/
.embedded_page {
	width: 100%;
	height: 92.5vh;
}

/**** Mobile layout ****/
@media (max-width: 900px) {
    .revurb-navigation-container {
        display: none;
    }
    .revurb-title {
        display: none !important;
    }
    .revurb-mobile-title {
        display: block !important;
        position: absolute;
        left: calc(50% - 70px);
        top: 12px;
        transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    }
    /* WebViews in iOS 9 break the "~" operator, and WebViews in OS X 10.10 break
     consecutive "+" operators in some cases. Therefore, we need to use both
     here to cover all the bases. */
    .revurb.revurb-search-box.is-focused~.revurb-mobile-title,
    .revurb-search-box.is-focused+.revurb-navigation-container+.revurb-mobile-title {
        opacity: 0;
    }
    .revurb-admin-button {
        display: none;
    }
    .revurb-search-box.is-focused {
        width: calc(100% - 100px);
    }
    .revurb-search-box .mdl-textfield__mdl-search-holder {
        width: 100%;
    }
    .revurb-be-together-section {
        height: 350px;
    }
    .revurb-slogan {
        font-size: 26px;
        margin: 0 16px;
        padding-top: 24px;
    }
    .revurb-sub-slogan {
        font-size: 16px;
        margin: 0 16px;
        padding-top: 8px;
    }
    .revurb-create-character {
        padding-top: 200px;
        font-size: 16px;
    }
    .revurb-create-character img {
        height: 12px;
    }
    .revurb-fab {
        display: none;
    }
    .revurb-wear-band-text {
        margin-left: 0;
        padding: 16px;
    }
    .revurb-footer .mdl-mega-footer--bottom-section {
        display: none;
    }
    .licenses-settings {
        /*display: grid;*/
        width: 100%;
        min-width: 100px;
    }
}

/*** INPORT SITE.CSS ***/
/* Fancy hover effects for channel view */

.grid figure {
    position: relative;
    overflow: hidden;
    margin: 10px 1%;
    background: rgb(18, 108, 168);
    text-align: center;
    cursor: pointer;
}

.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}

.grid figure figcaption {
    color: rgb(255, 255, 255);
    text-shadow: 0 0 10px rgb(0, 0, 0), 0 0 10px rgb(0, 0, 0);
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* Anchor will cover the whole item by default */


/* For some effects it will show as a button */

.grid figure figcaption>a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
    font-size: 30px;
}

.grid figure h2 span {
    font-weight: 800;
}

.grid figure h2,
.grid figure p {
    margin: 0;
}

.grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}


/*---------------*/


/***** fx *****/


/*---------------*/

figure.effect-fx {
    background: rgb(78, 93, 108);
}

figure.effect-fx img {
    max-width: none;
    width: -webkit-calc(100% + 20px);
    width: calc(100% + 20px);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

figure.effect-fx:hover img {
    opacity: 0.4;
    /*-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);*/
}

figure.effect-fx figcaption {
    text-align: left;
}

figure.effect-fx h2 {
    position: relative;
    overflow: hidden;
    padding: 20px 25px 15px 25px;
}

figure.effect-fx h2::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: rgb(255, 255, 255);
    content: '';
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

figure.effect-fx:hover h2::after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figure.effect-fx p {
    padding: 10px 25px;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

figure.effect-fx:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figure.effect-fx label {
    position: absolute;
    right: 55px;
    bottom: 10px;
    padding: 2px;
    height: 30px;
    opacity: 0;
    text-shadow: none;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

figure.effect-fx label i {
    position: relative;
    left: 80%;
}

figure.effect-fx label span {
    position: relative;
    left: 80%;
    top: -5px;
}

figure.effect-fx:hover label {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.exclusive-video-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.video-container {
    width: calc(100% - 350px);
    height: 100%;
    overflow: hidden;
}
.live-stream-container {
    width: 80%;
    height: 100%;
    display: flex;
    flex-direction: row;
}
.live-player {
    width: 100%;
    height: 100%;
    position: relative;
}
.csbu-container {
    width: 350px;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
}
.csbu-content {
    width: 100%;
    height: 100%;
}
#chat-panel {
    width: 100%;
    height: 100%;
}
#sub-panel {
    width: 100%;
    height: 100%;
}
#bot-panel {
    width: 100%;
    height: 100%;
}
.user-panel {
    width: 100%;
    height: 100%;
}
.full-width {
    width: 100%;
}

.full-height {
    height: 100%;
}

.fill {
    height: 100%;
    width: 100%;
}

.fill-popout {
    width: 100%;
    height: calc(100vh - 56px);
}

.chatBorder {
    border: rgb(0, 188, 212) 1px solid;
    width: 96%;
    margin: auto;
}

.mdl-content__full-height {
    width: 100%;
    height: calc(100vh - 56px);
}

.mdl-content__settings {
    width: 100%;
}

.mdl-typography--text-nowrap-ellipsis {
    white-space: nowrap;
    overflow-x: hidden;
    text-overflow: ellipsis;
    padding-right: 10px !important;
    width: 224px;
}

.dm-logo-header {
    background-image: url("/img/logo.png") !important;
    width: 228px;
    height: 190px;
}

.forgot-pass {
    padding-top: 10px;
}

.force_link {
    cursor: pointer;
}

.sendbutton {
    color: rgb(255, 255, 255);
    position: absolute;
    top: 20px;
    right: 10px;
}

.sendbuttonicon {
    font-size: 0.75em;
}

.chatbox {
    padding: 0 45px 0 20px;
    width: 100%;
}

.chatbox .mdl-textfield {
    width: 85%;
}

#output a {
    color: rgb(96, 196, 150);
    font-size: 14px;
    text-decoration: none;
}

/*** IMPORT FROM APP.CSS ***/
.mdl-button--file input {
    cursor: pointer;
    height: 100%;
    right: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 300px;
    z-index: 4;
}
.mdl-tabs__tab-half-width {
    width: 50%;
}
.mdl-tabs__tab-bar-login {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-content: space-between;
    align-items: flex-start;
    height: 48px;
    padding: 0;
    margin: 0;
}
.login-form {
    padding: 0;
    width: 350px;
    background-color: #fff;
    margin: 16px auto;
}

.login-form .mdl-radio {
    width: 20%;
    margin-top: 22px;
    margin-bottom: 22px;
    color: white;
}

.login-form .mdl-radio span:first-of-type {
    margin-left: 10px;
}

.login-form .form__article>span {
    float: right;
    width: 100%;
    color: rgb(0, 0, 0);
    font-weight: 200;
}

.login-form .mdl-card__title {
    background-color: rgb(37, 113, 167);
    height: auto;
    width: 100%;
    padding: 20px 15px 20px;
    display: block;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
}
.login-form .mdl-card__title-login {
    background-color: rgb(37, 113, 167);
    height: 48px;
    width: 100%;
    padding-bottom: 0;
    display: block;
}

.login-form label {
    font-size: 15px;
    color: rgba(0, 0, 0, 0.6);
}
/** Veritcal VMenu **/
.vertical-menu .mdl-tabs__tab-bar {
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	justify-content: flex-start;
	height: 25%;
	border-bottom: none;
}

.vertical-menu .vmenu a.vertical-menu-header {
	border-left: 4px solid transparent;
	padding: 10px 24px 10px 10px;
	text-transform: capitalize;
	width: 140px;
	text-align: left;
	color: #455A64;
	text-decoration: none;
	letter-spacing: 2px;
}

.vertical-menu .mdl-tabs__tab-bar .mdl-tabs__tab {
	border-left: 10px solid transparent;
	padding: 0 24px 0 10px;
	text-transform: capitalize;
	width: 140px;
	text-align: left;
	color: #7b7b7b;
}

.vertical-menu .mdl-tabs__tab-bar .mdl-tabs__tab .mdl-chip__contact {
	background-color: #607D8B;
	color: #CFD8DC;
}

.vertical-menu .mdl-tabs__tab-bar .mdl-tabs__tab:hover {
	color: rgb(80, 153, 202);
	border-left: 4px solid transparent;
}

.vertical-menu .mdl-tabs__tab-bar .mdl-tabs__tab:hover .mdl-chip__contact {
	color: #fff;
	background-color: #546E7A;
}

.vertical-menu .mdl-tabs__tab-bar .mdl-tabs__tab.is-active {
    color: #5cb0e9;
    background: rgba(80, 153, 202, 0.2);
    border-left: 20px solid #1368a1;
}

.vertical-menu .mdl-tabs__tab-bar .mdl-tabs__tab.is-active .mdl-chip__contact {
	color: #FFF;
}

.vertical-menu.mdl-tabs.is-upgraded .mdl-tabs__tab.is-active:after {
	display: none;
}

.vmenu:hover,
nav.vmenu.expanded {
	width: 140px;
	overflow: hidden;
}

nav.vmenu {
    background: #212731;
    border-right: 1px solid #1368a1;
    position: absolute;
    top: calc((100% - 240px) / 2);
    right: 0;
    width: 20px;
    overflow: hidden;
    border-radius: 10px 0 0 10px;
    -webkit-transition: width .06s linear;
    transition: width .09s linear;
    -webkit-transform: translateZ(0) scale(1, 1);
    z-index: 1000;
}

nav.vmenu .mdl-tabs__tab-bar a {
	-webkit-transform: translateZ(0) scale(1, 1);
	-webkit-transition: all .1s linear;
	transition: all .1s linear;
}

.no-touch .scrollable.hover {
	overflow-y: hidden;
}

.no-touch .scrollable.hover:hover {
	overflow-y: auto;
	overflow: visible;
}
.vertical-scroll {
    padding-top: 0;
}

/*** IRC CHAT ***/
.contents {
	height: 400px;
	overflow-y: scroll;
	background-color: #e5e5e5;
	padding: 5px;
	margin-bottom:10px;
	margin-right:10px;
}
#topic {
	margin-top: 20px;
}
#header {
	height: 40px;
}
.userlist {
	height: 400px;
	overflow-y: scroll;
	background-color: #e5e5e5;
	padding: 5px;
}
.msg {
	width:90%;
}
#message {
	width:70%;
}

.dropdown-menu {
	width:100px !important;
	min-width: 100px !important;
}
.dropdown-menu ul {
	width:100px !important;
}
.dropdown-menu li {
	width:100px !important;
}
.ui-draggable-handle>.mdl-button--file {
    left: calc(100% - 40px);
}
