* { margin:0; padding:0; }
html {
    height: 100%;
}

body {
	font-family: 'Comfortaa', cursive;
	color: #333;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	background: #e4d4c7 url("../images/bodyBack.png") repeat fixed;
	height: 100%;
	overflow:hidden;
}

.scrollbar{
	margin-bottom: 25px;
}

.scrollbar::-webkit-scrollbar{
	width: 8px;
	border-radius: 8px;
}

.scrollbar::-webkit-scrollbar-track{
	/*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);*/
	background-color: rgba(0,0,0,.6);
	border-radius: 8px;
}

.scrollbar::-webkit-scrollbar-thumb{
	border-radius: 8px;
	background-color: #060;
	border:1px solid #040;
	/*background-image: -webkit-linear-gradient(top,
											  #e4f5fc 0%,
											  #bfe8f9 50%,
											  #9fd8ef 51%,
											  #2ab0ed 100%);*/
}

.scrollbar::-webkit-scrollbar-thumb:hover{
	background-image: -webkit-gradient(linear,
									   40% 0%,
									   75% 84%,
									   from(#080),
									   to(#080),
									   color-stop(.6,#0a0));
	border:1px solid #040;
}

#loginFormWrapper{
	margin: 50px auto;
	width: 458px;
	height: 320px;
}

#loginForm{
	width: 458px;
	height: 320px;
	color: #000;
	background: url("../images/cloud1med.png") no-repeat;
	display: table-cell;
	text-align: center;
	vertical-align: middle;	
}

#loginForm input{
	width: 110px;
	height: 20px;
	padding: 0 20px;
	font-size: 14px;
	border-bottom-left-radius: 20px;
	border-top-right-radius: 20px;
	margin-bottom: 5px;
}

#loginForm .greenButton{
	display: inline-block;
}

#results{
	width: 150px;
	margin-top: 5px;
	margin-bottom: 10px;
	font-family: 'Comfortaa', cursive;
}

.resultItem{
	position: relative;
	height: 30px;
	line-height: 30px;
	padding: 0 5px;
	text-align: left;
}

.resultNum{
	position: absolute;
	right: 0;
	text-align: center;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	padding: 2px;
	display: inline-block;
	height: 22px;
	width: 24px;
	margin: 2px;
	border: 1px solid #600;
	border-radius: 10px;
}


.iframeWrapper{
	position: absolute;
	width: 100%;
	height: 100%;
	right: 0;
	bottom: 0;
	z-index: 400;
	overflow: hidden;
	display: none;
}

#closeGameWrapper{
	position: absolute;
	top: 60px;
	right: 0px;
	height: 40px;
	display:inline-block;
	z-index: 1000;
}

#closeGame{
	display: none;
}

#sun{
	position:absolute;
	left: -300px;
	top: -250px;
}

#modalWrapper{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	z-index: 1000;
	display:none;
}

#modal{
	position: relative;
	margin: 50px auto;
}

#character{
	height: 200px;
	top: 20px;
	background-position: center top;
	background-size: contain;
	background-repeat: no-repeat;
	
}

#modalLabel{
	position: relative;
	top: -12px;
	width: 261px;
	height:129px;
	font-size: 32px;
	line-height: 129px;
	color: #fff;
	background: url('../images/fancyGreenBack.png') no-repeat;
	z-index: 500;
	display:inline-block;
}

#modalWrapper .defaultButton{
	position: relative;
	width: 100px;
	margin: 20px auto;
}

p{
	padding: 12px 100px;
	text-align: left;
}

#loggedAs{
	color: yellow;
	font-weight: bold;
}

.contentLoader{
	display: none;
}

#loginWrapper{
	position: absolute;
	left: 0;
	top: 0;
	width:100%;
	height: 100%;
	z-index: 1000;
	background: rgba(20,160,200,.8) url("../images/springFlowersW1024.png") no-repeat bottom center;
	color: #fff;
	font-family: 'Comfortaa', cursive;
	font-weight: normal;
	display:none;
}

#reloadPage{
	display: inline-block;
}

#blockAll{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2000;
	background-color: rgba(0,0,0,0);
	display: none;
	z-index:1000;
}

/* Header/footer boxes */

.wideBox {
	position: relative;
	clear: both;
	text-align: center;
	height:48px;
	background-color: #fff;
	color: #fff;
	border-bottom: 1px solid #00a;
	overflow: hidden;
}

.wideBox #header {
	position: relative;
	color: #498bb7;
	font-size: 42px;
	line-height: 42px;
	width: 1080px;
	height: 60px;
	display:inline-block;
	font-family: "Sacramento", cursive;
}

.wideBox #pageTitle{
	position: relative;
	margin-top: 4px;
	height: 40px;
	display: inline-block;
	vertical-align: middle;
}

#logo{
	position: absolute;
	top: 2px;
	left: 5px;
	width: 235px;
	height: 46px;
	background: url("../images/logow.png") no-repeat;
	background-size: contain;
	overflow:hidden;
}

#loaderror{
	font-size: 8px;
}

#profile{
	position: absolute;
	right: 20px;
	color: #000;
	text-align: right;
	height: 32px;
	font-size: 24px;
	font-family: 'Yanone Kaffeesatz',sans-serif;
	font-weight: normal;
	display: inline-block;
}

#profile .greenButton{
	font-size: 16px;
	display: inline-block;
	vertical-align: top;
}

#fullName, #profileEmail, #profilePhoto{
	position: relative;
	top:0;
	height: 32px;
	line-height: 32px;
	margin-right: 5px;
	display: inline-block;
	overflow: hidden;
}

#profilePhoto{
	border-radius: 50%;
	width: 32px;
	cursor:pointer;
}

#profilePhoto img{
	max-height: 32px;
	max-width: 32px;
}

#logoutContent{
	position: relative;
	top:0;
	margin: 0;
	display: inline-block;
	overflow: hidden;
}

a {
	text-decoration:none;
	color: #fff;
}

/* Give headings their own font */

h1, h2, h3, h4 {
  font-family: "Coming Soon",cursive;
}

/* Main content area */

#content{
	margin: 0 auto;
	text-align: center;
	background: rgba(20,160,200,.5) url("../images/springFlowersW1024.png") no-repeat bottom center;
	border-left: 1px solid #7b5d58;
	border-right: 1px solid #7b5d58;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.game{
	height: 100%;
}

.left {
	position:relative;
    display: inline-block;
	vertical-align: bottom;
	margin: 0 auto;
    width: 765px;
	height: 100%;
}

.right {
	position: relative;
    display: inline-block;
	vertical-align: bottom;
	margin: 0 auto;
	height: 100%;
}

.clear {
    clear: both;
}

.dottedBorderBrown{
    margin-top: 20px;
    border-radius: 10px;
    box-shadow: 0 0 .3em rgba(0, 0, 0, .8);
    /*background-color: rgba(53,37,18,.9);*/
	background: #382925 url("../images/itemBackground.png");
    border: 10px solid transparent;
    border-image: url('../images/borderWD.png') 10 repeat;
    box-sizing: border-box;
}

.simpleBox{
	color: #fff;
	background: #382925 url("../images/itemBackground.png");
	border-radius: 10px;
	border: 10px solid transparent;
    border-image:url('../images/borderWD.png') 10 repeat;
}

.boxHeaderWrapper{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index:300;
}

.boxHeader{
	width: 214px;
	height: 57px;
	font-size: 24px;
	line-height: 57px;
	color: #fff;
	display: inline-block;
	vertical-align: bottom;
	background: url('../images/headerGreen.png') no-repeat;
}

.boxFooterWrapper{
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	z-index:301;
}

.boxFooter{
	position: relative;
	width: 214px;
	height: 57px;
	font-size: 24px;
	line-height: 57px;
	color: #fff;
	display: inline-block;
	vertical-align: bottom;
	background: url('../images/headerOrange180pxD.png') no-repeat;
}

.boxContentOuter{
	position:relative;
	height: calc(100% - 44px);
	margin: 22px 10px 0;
	box-sizing: border-box;
	border-radius: 10px;
	border: 10px solid transparent;
    border-image:url('../images/borderWD.png') 10 repeat;
	overflow:hidden;
	background-color: #382925;
}

.boxContentInner{
	position:relative;
	padding-top: 32px;
	height: calc(100% - 33px);
	background: #382925 url("../images/itemBackground.png");
	overflow:auto;
	border-radius: 8px;
	color: #fff;
	text-align: left;
}

.userDataLine{
	font-size: 18px;
	padding: 5px;
}

.dataValue{
	color: #ff0;
}

.defaultButton{
	margin: 10px 5px;
	padding: 2px 5px;
	border-radius: 9px;
	height: 30px;
	font-size: 20px;
	line-height: 20px;
	font-weight: 300;
	font-family: 'Yanone Kaffeesatz';
	color: #fff;
	cursor: pointer;
	text-align: center;
	box-sizing: border-box;
}

.defaultButton img{
	vertical-align: text-top;
}

.greenButton{
	border: 2px solid #040;
	background: linear-gradient(#09b500,#067800);
}

.greenButton:hover{
	background: linear-gradient(#067800,#09b500);
}

.orangeButton{
	border: 2px solid #a60;
	background: linear-gradient(#f75,#d50);
}

.orangeButton:hover{
	background: linear-gradient(#d50,#f75);
}

.redButton{
	border: 2px solid #400;
	background: linear-gradient(#d00,#a00);
}

.redButton:hover{
	background: linear-gradient(#a00,#d00);
}

/*.greenButtonOn{
	color: #0a0;
	background-color: #fff;
}*/

.roundButton, .roundButtonOff{
	width: 48px;
	height: 48px;
	line-height: 48px;
	border-radius: 24px;
	color: #fff;
	/*border: 10px solid transparent;*/
    background-image:url('../images/dottedBorderRound.png');
	cursor: pointer;
}

.roundButton{
	background-color: #0a0;
}

.roundButton:hover{
	background-color: #090;
}

.roundButtonOff{
	background-color: #030;
}

.roundButtonOff:hover{
	background-color: #050;
}

.width1024{
	width: 1024px;
}

.widthFull{
	width: 100%;
}

.fullSite{
	height: calc(100% - 48px);
}

.heightFull{
	height: 100%;
}

.height0{
	height:0;
}