#languages-panel .mdl-menu__outline {
    width: 64px !important;
}

.language-tabs {
    display: block;
    width: 100%;
}

.language-tabs__tab.is-active:after {
    height: 2px;
    width: 100%;
    display: block;
    content: " ";
    bottom: 0px;
    left: 0px;
    position: absolute;
    background: rgb(63, 81, 181);
    -webkit-animation: border-expand 0.2s cubic-bezier(0.4, 0, 0.4, 1) 0.01s alternate forwards;
    animation: border-expand 0.2s cubic-bezier(0.4, 0, 0.4, 1) 0.01s alternate forwards;
    transition: all 1s cubic-bezier(0.4, 0, 1, 1);
}

.language-tabs__panel {
    display: none;
}

.language-tabs__panel.is-active {
    display: block;
}

.language-tabs__tab-bar {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: left;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 48px;
    padding: 0 0 0 0;
    margin: 0 15px 0 0;
    border-bottom: 1px solid rgb(224, 224, 224);
}

.language-tabs__tab {
    margin: 0;
    border: none;
    padding: 0 24px 0 24px;
    float: left;
    position: relative;
    display: block;
    text-decoration: none;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.54);
    overflow: hidden;
}

.hotspot-image {
    max-width: 100%;
}

.bisgame-logo {
    max-width: 100%;
}
.company-logo {
    max-width: 100%;
    margin-bottom: 16px;
}
.display-flex {
    display: flex;
}

.mdl-textfield, .mdl-selectfield {
    width: 100%;
}

.mdl-button--file input {
    cursor: pointer;
    height: 100%;
    right: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 300px;
    z-index: 4;
}

.mdl-textfield--file .mdl-textfield__input {
    box-sizing: border-box;
    width: calc(100% - 32px);
}
.mdl-textfield--file .mdl-button--file {
    right: 0;
}

.login-card-wide.mdl-card {
    width: 512px;
}

.login-card-wide > .mdl-card__title {
    color: #fff;
    height: 100px;
    background: rgb(63, 81, 181);
}

.login-card-wide > .mdl-card__actions {
    display: flex;
    align-items: center;
}

.login-card-wide .mdl-textfield {
    width: 100%;
}

.login-card-wide .mdl-checkbox__label {
    font-size: 10pt;
}

.login-card-wide a {
    font-size: 10pt;
}

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

html, body {
    font-family: 'Roboto', 'Helvetica', sans-serif;
}

.game-avatar {
    width: 48px;
    height: 48px;
    border-radius: 24px;
}

.game-layout .mdl-layout__header .mdl-layout__drawer-button {
    color: rgba(0, 0, 0, 0.54);
}

.mdl-layout__drawer .avatar {
    margin-bottom: 16px;
}

.game-drawer {
    border: none;
}

.game-layout .mdl-textfield {
    width: 300px;
}

/* iOS Safari specific workaround */
.game-drawer .mdl-menu__container {
    z-index: -1;
}

.game-drawer .game-navigation {
    z-index: -2;
}

/* END iOS Safari specific workaround */
.game-drawer .mdl-menu .mdl-menu__item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.game-drawer-header {
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 16px;
}

.game-drawer-header h2 {
    margin: 0;
}

.game-avatar-dropdown {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.game-navigation {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.game-layout .game-navigation .mdl-navigation__link {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: rgba(255, 255, 255, 0.56);
    font-weight: 500;
}

.game-layout .game-navigation .mdl-navigation__link:hover {
    /*background-color: #00BCD4;*/
    color: rgba(255, 255, 255, 0.56);
}

.game-navigation .mdl-navigation__link .material-icons {
    font-size: 24px;
    color: rgba(255, 255, 255, 0.56);
    margin-right: 32px;
}

.game-charts {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.game-chart:nth-child(1) {
    color: #ACEC00;
}

.game-chart:nth-child(2) {
    color: #00BBD6;
}

.game-chart:nth-child(3) {
    color: #BA65C9;
}

.game-chart:nth-child(4) {
    color: #EF3C79;
}

.game-graphs {
    padding: 16px 32px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

/* TODO: Find a proper solution to have the graphs
* not float around outside their container in IE10/11.
* Using a browserhacks.com solution for now.
*/
_:-ms-input-placeholder, :root .game-graphs {
    min-height: 664px;
}

_:-ms-input-placeholder, :root .game-graph {
    max-height: 300px;
}
/* TODO end */
.game-graph:nth-child(1) {
    color: #00b9d8;
}

.game-graph:nth-child(2) {
    color: #d9006e;
}

.game-cards {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.game-cards .game-separator {
    height: 32px;
}

.game-cards .mdl-card__title.mdl-card__title {
    color: white;
    font-size: 24px;
    font-weight: 400;
}

.game-cards ul {
    padding: 0;
}

.game-cards h3 {
    font-size: 1em;
}

.game-updates .mdl-card__title {
    min-height: 200px;
    background-image: url('images/dog.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.game-cards .mdl-card__actions a {
    color: #00BCD4;
    text-decoration: none;
}

.game-options h3 {
    margin: 0;
}

.game-options .mdl-checkbox__box-outline {
    border-color: rgba(255, 255, 255, 0.89);
}

.game-options ul {
    margin: 0;
    list-style-type: none;
}

.game-options li {
    margin: 4px 0;
}

.game-options .material-icons {
    color: rgba(255, 255, 255, 0.89);
}

.game-options .mdl-card__actions {
    height: 64px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    box-sizing: border-box;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.game-content {
    max-width: 1080px;
}

.game-content .mdl-tabs__tab-bar {
    justify-content: left;
    margin-bottom: 15px;
}

.game-content .mdl-data-table {
    width: 100%;
}

.game-content h6 {
    margin-top: 0;
}

.game-card.game-card-latest-description.mdl-card {
    flex: 1;
}

.game-card.game-card-latest-description > .mdl-card__title {
    color: #000;
}

.game-card.mdl-card {
    background: #3E4EB8;
}

.game-card a {
    color: #fff;
    text-decoration: none;
}

.game-card > .mdl-card__actions {
    border-color: rgba(255, 255, 255, 0.2);
}

.game-card > .mdl-card__title {
    align-items: flex-start;
}

.game-card > .mdl-card__title > h4 {
    margin-top: 0;
}

.game-card > .mdl-card__actions {
    display: flex;
    box-sizing:border-box;
    align-items: center;
}

.game-card > .mdl-card__actions > .material-icons {
    padding-right: 10px;
}

.game-card > .mdl-card__title,
.game-card > .mdl-card__actions,
.game-card > .mdl-card__actions > .mdl-button {
    color: #fff;
}

.game-card .game-card-content {
    font-size: 16px;
}

.mdl-dialog {
    width: 900px;
}

.scene-preview > img {
    width: 100%;
}

.action-cell {
    display: flex;
    align-items: center;
}

.character-image {
    max-width: 90%;
}

.new-game-card > .mdl-card__title {
   color: #fff;
   height: 170px;
}

.new-game-card .mdl-selectfield {
    width: 100% !important;
}

.new-game-card .mdl-button {
    border : 1px solid;
    display: block;
    text-align: center;
}

.nohover tbody tr:hover {
    background-color:#ffffff;
}
