

/* Start:/relax/balance/assets/styles.css?15060946806532*/
canvas {background: transparent; display: block; margin:0;}
#gameBox {
	position:relative;
	display: block;
	margin: 0 auto;
	width: 800px;
	height:630px;
	background:#9fc2de url(/relax/balance/assets/images/background.png) no-repeat;
	overflow: hidden;
}
#girlLag {
	width:119px;
	height:121px;
	position:absolute;
	left: 162px;
	top: 346px;
}
#girlBody {
	width:275px;
	height:360px;
	position:absolute;
	left: 8px;
	top: 180px;
	background: url(/relax/balance/assets/images/girl.png) no-repeat;
}
#gameField {
	width: 350px;
	height: 400px;
	position:absolute;
	left:225px;
	top: 100px;
	z-index:10;
}

#animField {
	width: 450px;
	height: 450px;
	position:absolute;
	left:175px;
	top: 100px;
	z-index:11;
}

#periodTitle {
	position:absolute;
	left:225px;
	right:225px;
	top: 70px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	font-size:1.5em;
	display:none;
}

#gameFieldBlock, .glassTable {
	width: 380px;
	height: 435px;
	position:absolute;
	left:210px;
	top: 85px;
	z-index:8;
}

.glassTable {
	width: 380px;
	height: 433px;
	position:absolute;
	left:0;
	top: 0;
	background-image: url(/relax/balance/assets/images/part1.png);
	background-repeat: no-repeat;
}

#gameFieldBlock {
	z-index:8;
	background: url(/relax/balance/assets/images/part1.png) no-repeat 0px -570px;
}

#gameFieldBlockTop { background-position: -380px -570px }
#gameFieldBlockLeft { background-position: -390px -137px }

#gameCells {
	box-sizing: border-box;
	padding:15px;
	background:none;
}

#gameCells table td {
	border:1px solid #abc4d6;
	padding:0;
	width:49px;
	height:49px;
}
#gameCells table {
	margin:0;
	width:auto;
	border:none;
	border-collapse: collapse;
}

#buttonsBlock {
	position: absolute;
	top:20px;
	right:10px;
}

#rightNotes {
	position:absolute;
	top:85px;
	right:10px;
	height:395px;
	width:185px;
	background:url(/relax/balance/assets/images/right_notes.png) no-repeat;
}

#debitScore, #creditScore, #totalScore {
	position:absolute;
	top:90px;
	left:35px;
	font: 20px/20px 'Lucida Console', monospace;
	color:#333;
}

#creditScore {
	left:110px;
	top:85px;
}

#totalScore {
	top:145px;
}

#bestScore {
	width:140px;
	border-collapse: collapse;
	border:none;
	position:absolute;
	top:285px;
	left:30px;
	font-size:12px;
}

#bestScore td {
	padding:5px 0;
}

#bestScore td:last-child {text-align: right;}

#timeBlock {
	position:absolute;
	bottom:10px;
	left:15px;
	right:15px;
	height:55px;
	background:#cbdeec;
	border: 1px solid #6a747b;
	border-radius: 10px;
	padding: 10px;
	color:#6a747b;
	font-family: 'Lucida Console', monospace;
}

#timeBlockTitle {
	position:absolute;
	top:10px;
	left:35px;
	text-transform: uppercase;
	font-size:16px;
	line-height: 16px;
}

#timelineBlock {
	position: absolute;
	left:175px;
	top:10px;
	width:380px;
	height:11px;
	background: url(/relax/balance/assets/images/timeline.png) repeat-x;
	border: 1px solid #92b9cf;
}

#timelineBlockFill {
	background: url(/relax/balance/assets/images/timeline_a.png) repeat-x;
	height:11px;
	width:0;
}

.timelineMilestone {
	position:absolute;
	left:0;
	top:5px;
	text-align: center;
	width:78px;
}

.milestoneTitle {
	text-transform: uppercase;
	padding:5px;
	border:1px solid #fff;
	font-size:12px;
}

#milestone1 {left:-38px}
#milestone2 {left:56px}
#milestone3 {left:151px}
#milestone4 {left:246px}
#milestone5 {left:341px}

#pauseGame {
	position:absolute;
	right: 10px;
	top:5px;
	text-align: center;
	width:180px;
	border: 1px solid #92b9cf;
	border-radius: 5px;
	padding:2px;
	text-transform: uppercase;
	font-size:16px;
	line-height: 16px;
	cursor: pointer;
}

.arrow-up {
	display: inline-block;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;

	border-bottom: 5px solid #92b9cf;
}

.button{
	display: block;
	float:left;
	width: 120px;
	height: 24px;
	padding: 5px 16px 3px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
    border-radius:6px;
	border: 2px solid #ccc;
	position: relative;

	/* Label */
	font-family: Arial, Lucida Sans, Helvetica, sans-serif;
	font-weight: 800;
	font-size:16px;
	color: #fff;
	text-shadow: rgba(10, 10, 10, 0.5) 1px 2px 2px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-left:10px;
}

.aqua{
	background-color: rgba(60, 132, 198, 0.8);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 90%, from(rgba(28, 91, 155, 0.8)), to(rgba(108, 191, 255, .9)));
	border-top-color: #8ba2c1;
	border-right-color: #5890bf;
	border-bottom-color: #4f93ca;
	border-left-color: #768fa5;
	cursor:pointer;
}

.button .glare {
	position: absolute;
	top: 0;
	left: 5px;
	display: block;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius:8px;
	height: 1px;
	width: 142px;
	padding: 8px 0;
	background-color: rgba(255, 255, 255, 0.25);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 95%, from(rgba(255, 255, 255, 0.7)), to(rgba(255, 255, 255, 0)));
}

#dialogBox {
	width:200px;
	position:absolute;
	left:5px;
	top:190px;
}

#dialogBoxText {
	left:0;
	right:0;
	bottom:20px;
	position:absolute;
	font: 12px/1.2em Arial, Verdana, sans-serif;
	color:#507192;
	border-radius: 10px;
	background:#fff;
	padding:10px;
	z-index: 1;
	border:1px solid #09096b;
}

#dialogBalooner {
	right:20px;
	bottom:-14px;
	position:absolute;
	width:55px;
	height:35px;
	background: url(/relax/balance/assets/images/sprites.png) no-repeat -125px -339px;
	z-index: 2;
}

#dialogClose {
	left:5px;
	bottom:0px;
	position:absolute;
	width:15px;
	height:15px;
	background: url(/relax/balance/assets/images/sprites.png) no-repeat -3px -342px;
	z-index: 2;
	cursor: pointer;
}

#btnStartBlock {
	position:absolute;
	top:260px;
	left:320px;
	z-index: 11;
}

/* fireworks */
/*canvas {
    background: black;
    background: linear-gradient(to bottom, black, rgba(0,0,99,0) 400%);
}*/
div.marquee {
    white-space: nowrap;
    position: absolute;
    top: 60px;
    -webkit-animation: flyby 15s linear infinite;
    animation: flyby 15s linear infinite;
}
@-webkit-keyframes flyby {
    from {
        left: 640px;
    }
    to {
        left: -640px;
    }
}
@keyframes flyby {
    from {
        left: 640px;
    }
    to {
        left: -640px;
    }
}

div.marquee {display:none}
div.marquee img {
    display: inline-block;
	z-index:25;
	position: relative;
}
div.marquee div {
    display: inline-block;
    position: relative;
    top: -0.8em;
    font: small-caps bold 18px Optima, Futura, sans-serif;
    background: orange;
    padding: 2px 10px;
	z-index:25;
}
#balansArticle {
	position:absolute;
	top:0;
	left:0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	display:none;
	background:#fff;
	z-index: 999;
}

#btnStart {width:auto}
/* End */
/* /relax/balance/assets/styles.css?15060946806532 */
