body {
	font-family: 'Open Sans', sans-serif;

    background-attachment: fixed;
    border:0;
    padding:0;
    margin: 0;
}

#e04l04-ext, #e04l05-ext {
	 font-style: italic;
	 font-weight: normal;
}

#e04-cl06 {
	/*border-bottom: 1px solid rgba(0,0,0,1);*/
}
.calc-title {
	color:#666;
}

.title {
	color: rgb(0, 117, 191);
	font-weight: bold;
	background: rgba(255,255,255,.5);
	padding: 1%;
	text-align: center;	
}
.board {
	padding: 1%;

	text-align: center;	
}
#e03 {
	padding-top: 2%;
	line-height:400%
}

#e04 .calc-line {
	line-height: 400%;
	position: relative;
}

#e04 .button-box {
    background: none repeat scroll 0 0 #3899e0;
    border-radius: 0 5px 5px;
    box-shadow: 0 0 5px rgba(0,0,0,.5);
    line-height: 400%;
    margin-bottom: 3%;
    padding: 0.4%;
    position: absolute;
    right: 0;
    text-align: left;
    top: 55%;
    width: 30%;
}
#e04 .button-box .button{
	line-height: 100%;
	padding: 2%;
	border-radius: 0 5px 5px;;	
	text-align: left;
	background: rgba(255,255,255,1);

}

.message {
	position: absolute;
	width: 80%;
	left:10%;
	top:77%;
	text-align: left;
}

#p01 {
	background: url('../img/background.png') top center;	
	background-size:cover;
	width:100%;
	height:100%;
	position:relative;
	opacity:1;
	margin:auto;
	overflow: hidden;

}
.menu {
	font-weight: bold;
	margin-left: 0%;
	overflow: hidden;
}

.menu-btn {
    background-repeat: no-repeat;
    background-size: contain;
    height: 10%;
    width:25%;
    float:right;
    overflow: hidden;
    margin-left: 0%;
    padding-top: 1.5%;
    text-align: center;    
    color:rgb(29, 145, 218);
    cursor:pointer;
    background-image: url('../img/menu.png');
}


.l1 {
    padding-top: 3.3%;
}
.l2 {
    padding-top: 2.3%;
}
.l3 {
    padding-top: 1.5%;
}
	

.button {
	cursor:pointer;
}

.next {
	color:rgb(191,117,0);
}
.active {
	color:rgb(0, 71, 153);
}
.menu .active {
	text-transform: uppercase;
}

.sub-menu-right .active {
	margin-left:-10%;
}

.sub-menu-left .active {
	margin-left:0%;
}

.done {
	color:rgb(125, 125, 125) !important;
}	



.e04a01-alert-box {
	background: #3899e0;

    border-radius: 5px;
    right: 1%;
    position: absolute;
    text-align: left;
    bottom: 1%;
    width: 25%;	
}

.e04a01-alert-box .alert{
	background: rgba(255,255,255,1);
	color: #3899e0;
}

.alert-box {
	position: absolute;
	width: 56%;
	left:22%;
	top:56%;
	background: rgba(0, 150, 64,.1);
	text-align: center;
	border-radius: 5px;
}
.alert {
	padding: 3%;
	margin:1.5%;
	background: rgba(255,255,255,.7);
	color: rgb(0, 150, 64);
	font-weight: bold;
	border-radius: 5px;	
}
.calc {
	position: absolute;
	width: 80%;
	left:10%;
	bottom: 2%;
	text-align: center;
	font-weight: bold;
}
.calc-set {
	margin-top:1%;
}
.calc .calc-elem {
	display: inline-block;
	background: rgba(255,255,255,.3);
	padding: 2%;
	border-radius: 5px;

}

.calc .calc-left {
	width: 30%;	
	text-align: right;
}

.calc .calc-right {
	width: 30%;
	text-align: left;	
}
.calc .calc-center {
	width:10%;
	margin-left:2%;
	margin-right:2%;
}

.command {
	color: rgb(0, 71, 153);
	font-weight: bold;
}
.clc {
	color: rgb(0,77, 154);
	font-weight: bold;
}


/**/
.o {
	display 			: block;
	width 				: 10%;
	height 				: 10%;
    background-repeat 	: no-repeat;
    background-size		: contain;

	xborder 				: 1px solid black;
	position 			: absolute;
}


.o_5 		{ background-image: url('../img/objects/5_big.png'); }/* 5zl */
.o_2 		{ background-image: url('../img/objects/2_big.png'); }/* 2zl */

#pocket {
	xborder:1px solid red;
}

#pocket-2 {
	xborder:1px solid blue;
}

#pocket-5 {
	xborder:1px solid green;
}


