﻿/**
 * 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 {
    background-color: #ebebeb;
    font-size: 12px;
    font-family: Roboto;
    color: #000000;
    margin: 0;
    padding: 0;
}
.box{
    margin: 0 auto;
    width: 960px;
    margin-top: 60px;
}

.logo-kpi {
    position: absolute;
    margin-top: 50px;
    margin-left: 15px;
}

.top {
    width: 100%;
    height: 27vh;
   /* background-color: #2196f3 ;*/
    padding: 0;
    margin: 0;
   /* box-shadow: 0px 2px 15px #888888;*/
}
.heder{
    margin: 5px   auto;
    padding-top: 0;
    position: relative;
    display: block;
    margin-top: -30px;
}
.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;
    line-height: 1.2;
}
.middle{
    overflow: visible;
    position: relative;
    width: 900px;
    margin: 0 30px;
    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: 600px;
    margin: 30px auto;
}
.welcome-pic{
    width: 100%;
    height: 440px;
}
.welcome-text{
    width: 780px;
    height: 140px;
    display: block;
    margin-left: 60px;
    margin-top: 30px;
    margin-right: 60px;
}
a.welcome{
    font-size:  26px;
    font-weight: lighter;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    color: #212121;
    margin:10px 0;
    word-wrap: normal;
    line-height: 120%;
}
.welcome-button{
    margin: 25px 60px;
}
h1 {
    font-size:  50px;
    font-weight: lighter;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    margin: 0px;
    padding: 0px;
    color:#212121;
    margin-top: 40px;
    margin-bottom: 40px;
}
.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: 100px;
    height: 300px;
}
.rating-add{
    margin: 80px 100px;
}
.ratingList{
    width: 600px;
    height: 150px;
    margin-top: 150px;
    position: absolute;
}

/*********************************************************************/
.login-content {
    background:url(../images/cuberoll/login.png);
    width: 900px;
    height: 700px;
}

.log-cont{
    width: 360px;
    margin-left: 90px;
    float: left;
    margin-top: 300px;
}
.reg-cont{
    width: 360px;
    float: right;
    margin-left: 90px;
    margin-top: 300px;
}
/*********************************************************************/

.rating {
    float:left;
    width: 400px;
    margin: 0px 100px;
    position: absolute;
}

/* :not(:checked) is a filter, so that browsers that don’t support :checked don’t
   follow these rules. Every browser that supports :checked also supports :not(), so
   it doesn’t make the test unnecessarily selective */
.rating:not(:checked) > input {
    position:absolute;
    top:-9999px;
    clip:rect(0,0,0,0);
}

.rating:not(:checked) > label {
    float:right;
    width:1em;
    margin-top: -10px;
    padding: 0.001em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:400%;
    line-height:0.8;
    color: #dddddd;;
    /*text-shadow:1px 1px #bbb, 2px 2px #666, .1em .1em .2em rgba(0,0,0,.5);*/
}

.rating:not(:checked) > label:before {
    content: '★';
}

.rating > input:checked ~ label {
    color: darkblue;
    /*text-shadow:1px 1px #c60, 2px 2px #940, .1em .1em .2em rgba(0,0,0,.5);*/
}

.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
    color: #126cc4;
    /*text-shadow:1px 1px goldenrod, 2px 2px #B57340, .1em .1em .2em rgba(0,0,0,.5);*/
}

.rating > input:checked + label:hover,
.rating > input:checked + label:hover ~ label,
.rating > input:checked ~ label:hover,
.rating > input:checked ~ label:hover ~ label,
.rating > label:hover ~ input:checked ~ label {
    color: lightblue;
    /*text-shadow:1px 1px goldenrod, 2px 2px #B57340, .1em .1em .2em rgba(0,0,0,.5);*/
}

.rating > label:active {
    position:relative;
    top:2px;
    left:2px;
}