/**
 * Copyright (c) 2014 Oracle and/or its affiliates. All rights reserved.
 *
 * You may not modify, use, reproduce, or distribute this software except in
 * compliance with  the terms of the License at:
 * http://java.net/projects/javaeetutorial/pages/BerkeleyLicense
 */
body {
    font-size: 12px;
    font-family: Roboto;
    color: #000000;
    /*margin: 0;
    padding: 0;*/
    background:url("../resources/images/taptiles/background.png") no-repeat;
    background-size: 100% 100%;
    max-width: 100%;
    height: auto;
    background-attachment: fixed;

}
.box{
    margin: 0 auto;
    width: 650px;
    align-content: center;
}
.top {
    width: 100%;
    height: 270px;
    padding: 0;
    margin: 0;
    background:url("../resources/images/taptiles/logo.png") no-repeat center;
}
.heder{
    margin: 5px   auto;
    padding-top: 20px;
    position: relative;
    display: block;
}
.user-bar{
    margin: 0 50px;
    padding: 0;
}
.user-span{
    margin-right: 120px;
}
.user-label{
    font-size:  20px;
    font-weight: lighter;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    color: #212121;

}
.user-text{
    font-size:  20px;
    font-weight: lighter;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    color: #212121;

}
.rating-text{
    font-size:  30px;
    font-weight: lighter;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    color: #212121;
    margin: 0 5px;

}
.middle{
    overflow: visible;
    position: relative;
    width: 900px;
    margin: 0 auto;
    height: 700px;
    background-color: white;
    margin-top: -9vh;
    display: inline-block;
    box-shadow: 0 3px 5px 0 rgba(0,0,0,.14),0 1px 8px 0 rgba(0,0,0,.12),0 2px 3px -1px rgba(0,0,0,.2);
}
.game{
    width: 650px; /*400*/
    margin: 0px auto; /*50*/
    align-content: center;
}
.welcome-pic{
    width: 100%;
    height: 440px;
}
.welcome-text{
    width: 100%;
    height: 140px;
    display: block;
    margin-left: 60px;
    margin-top: 30px;
}
a.welcome{
    font-size:  26px;
    font-weight: lighter;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    color: #212121;
}
.welcome-button{
    margin: 25px 60px;
}
h1 {
    font-family: Arial, "Roboto", "Helvetica", "Arial", sans-serif;
    font-size:  40px;
    margin: 0px;
    padding: 0px;
    color:#212121;
    margin-top: 40px;
    font-weight: lighter;
    text-align: center;
}
.h1-center{
    -moz-text-align: center;
    -ms-text-align: center;
    -webkit-text-align:center;
    text-align: center;
}
a:link, a:visited {
  color: #045491;
  font-weight : bold;
  text-decoration: none;
}

a:link:hover, a:visited:hover  {
  color: #045491;
  font-weight : bold;
  text-decoration : underline;
}

.center_content {
    position: relative;
    background-color: #e0e0e0;
    padding: 5px;
}

.error-message {
  color: #d20005;
  font-family: 'New Century Schoolbook', serif;
  font-style: oblique;
  text-decoration: overline;
}

.list-background { 
  background-color: #ffffff;
  font-family: sans-serif;
  font-size: 12pt;
  padding: 10px;
  width: 100%;
}

.list-caption {
  font-family: sans-serif;
  font-size: 12pt;
  font-weight: bold;
  padding: 5px;
  text-align: center;
}

.list-column-center { 
  text-align: center;
  width: 15%;
}

.list-column-left {
  text-align: left;
  width: 70%;
}

.list-column-right {
  text-align: right;
  width: 15%;
}

.list-footer { 
  background-color: #A5A5A5;
  color: #000000;
  font-weight: bold;
  text-align: center;
}

.list-header { 
  background-color: #ffffff;
  color: #000000;
  text-align: center;
}


.list-row-odd { 
  background-color: #eaf1f8;
}

.special-offer { 
  font-family: sans-serif;
  font-size: 12pt;
  text-align: left;
  padding: 10px;
}

.divider{
    width: 100%;
    height: 2px;
    border-bottom: 1px solid #e0e0e0;
}
.rating-concent{
    margin-top: 40px;
    height: 300px;
}
.rating-add{
    margin: 50px 50px;
}

td:visited{
    background-color: #26a69a;
}
.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    will-change: opacity, transform;
    transition: all .3s ease-out;
}
.btn, .btn-large {
    text-decoration: none;
    color: #fff;
    background-color: #26a69a;
    text-align: center;
    letter-spacing: .5px;
    transition: .2s ease-out;
    cursor: pointer;
}

.btn, .btn-large, .btn-flat {
    border: none;
    border-radius: 2px;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    outline: 0;
    padding: 0 2rem;
    text-transform: uppercase;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
}

.favourite{
    width: 650px;
    height: 500px;
    background:url("../resources/images/taptiles/favourite.png") no-repeat center;

    margin-left: auto;
    margin-right: auto;
}

.favouriteList {
    padding-top: 170px;
    font-size: 1.5em;
    padding-left: 180px;
    padding-right: 150px;
}

.favouriteList li {
    text-align: right;
}

#form{
    width: 410px;
    height: 410px;
    margin-left: 120px;
}

.instructions{
    width: 650px;
    height: 650px;
    background:url("../resources/images/taptiles/HOWtoplay.png") no-repeat center;

}
.login{
    width: 650px;
    height: 500px;
    background:url("../resources/images/taptiles/login.png") no-repeat center;
}

.loginbuttons{
    width: 200px;
    height: 300px;
    font-family: "Comic Sans MS";
    position: absolute;
    margin-left: 198px;
    margin-top: 200px;
}





.playbutton{
    width: 150px;
    height: 60px;
    position: absolute;
    margin-top: 530px;
    margin-left: 266px;
}


.button {
    background-color: #0397ff; /* Green */
    border: none;
    border-radius: 10px;
    color: #fdfbef;
    padding: 2px 30px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
    font-family: "Gang of Three";
}

.button1 {
    background-color: #fdfbef;
    color: #0397ff;
    border: 2px solid #0397ff;
}

.button1:hover {
    background-color: #0397ff;
    color: #fdfbef;
}

.buttonsfield{
    width: 650px;
    height: 60px;
    position: absolute;
    margin-left: 83px;

}
.dance{
    margin-left: 226px;
    margin-top: 173px;
    position: absolute;
}
.kpi{
    position: absolute;
    margin-top: 30px;

}