@charset "utf-8";
/* CSS Document */
.level_setting{
	display: none;
	position: absolute;
    margin-top: 25%;
	margin-left: 36%;
	padding: 20px 10px 10px 20px;
/*	background: linear-gradient(to bottom, rgba(84,166,229,1) 0%,rgba(42,94,153,1) 100%);*/
    background: #fff;
    height: 197px;
    width: 200px;
	font-size: 19px;
    color: white;
    text-shadow: 1px 1px 2px #000;
    border-radius: 10px;
    z-index: 10;
}

.difficultyBtn{
    background: linear-gradient(to bottom, rgba(84,166,229,1) 0%,rgba(42,94,153,1) 100%);
    text-align: center;
    margin-bottom: 10px;
    height: 45px;
    border-radius: 10px;
    box-shadow: 1px 1px 2px #000;
    font-size: 17pt;
    line-height: 2.1;
	margin-right: 10px;
	padding-left: 5px;
}
#level_btn{
    background: darkorange;
    text-align: center;
    margin-bottom: 10px;
    height: 45px;
    border-radius: 10px;
    box-shadow: 1px 1px 2px #000;
    font-size: 17pt;
    line-height: 2.1;
	margin-right: 10px;
	width: 160px;
}
#easyRadioBtn{
    display: none;
}

#start_btn{
    font-size: 24pt;
    line-height: 1.9;
    position: absolute;
    top: 0px;
    left: 10px;
    height: 74px;
    color: white;
    background: linear-gradient(to bottom, rgba(84,166,229,1) 0%,rgba(42,94,153,1) 100%);
    text-shadow: 1px 1px 2px #000;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    opacity: .9;
}
.dot{
height:200px;
width:250px;
}
body{
	margin:0px;
	padding:0px;
	/*background-color:#00157e;*/
	background-color:#000;
    overflow: hidden;
}
.containersd {
	/*margin:auto;*/
    width: 100%;/*999px*/
	/* height:683px; */
	height: 100%;
	overflow:hidden;
}
.canvasContainer{
	width: 100%;/*999px*/
	/* height:683px; */
	float:left;
	/*border:thin solid #000;*/
}
.rightStuff{
	color:#FFFFFF !important;
    text-shadow: 1px 1px 2px #000;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	position:relative;
	width:190px;
	/* top: 20px;
	left:999px; */
	height: ;
	-moz-user-select: none;	
	z-index:2;
/*	background-color: #b9b5b5;*/
    background: linear-gradient(to bottom, rgba(84,166,229,1) 0%,rgba(42,94,153,1) 100%);
}
#dockBtn{
	background-color:darkorange;
	
	border-radius: 5px 0px 0px 5px;
	-moz-border-radius: 5px 0px 0px 5px;
	-webkit-border-radius: 5px 0px 0px 5px;
	
	position: absolute;
	top:5px;/*-6px*/
	left:-70px;
	width:70px;
	height:40px;
	z-index:2;
}
#dockBtn:hover{
	cursor:pointer;
	/*background-color:#C6D3E3;*/
	/*opacity:.3;*/
}
.arrow{
	position:relative;
	top:13px;
	left:-55px;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;	
	border-right:8px solid #000;
}
.dockName{
	position:relative;
	/* top:-675px; */
	left:20px;
	bottom: 4px;
}
.rsBackground{
	position:relative;
	top:-810px;
	/*background-color:#37464d;*/
/*	background: -moz-linear-gradient(#7bb9f1, #7bb9f1);*/
	width:125px;
	height:729px;
	opacity:.85;
	z-index:1;
	pointer-events: none;
}
.btn{
	position:relative;	
	/* top:-698px; */
	border-bottom:medium solid #000;
	width:150px;
	padding:6px;
	text-align:center;
	z-index:2;
}
.btn:last-child{
	border-bottom:none;
}
.btn:hover{
	cursor:pointer;
	/*background-color:#bc8018;*/
}
.btnToggle{
	background-color:#C6D3E3;
	opacity:.3;
}
.btnName{
	/* position:relative;	 */
	/* top:-698px; */
	border-bottom:medium solid #000;
	width:190px;
    margin-bottom: 5px;
	/* padding:5px; */
	text-align:left;
	float:left;
	z-index:2;
	clear: both;
    color: #fff;
    height: 30px;
}
.btnName:last-child{
	border-bottom:none;
}
.leftGroup{
	padding-left:5px;
}
.leftGroup a{
    color: #fff;
}
.smallBtn{
	color:#FFFFFF;
	font-size:20px;
	line-height:20px;
	width:20px;
	height:20px;
/*	background: -moz-linear-gradient(#b87813, #fbef6b);*/
/*    background: #3b591c;*/
    background-color: #3b591c;
/*	border:thin solid #000;*/
	float:right;
    margin-left: 10px;
    margin-top: -26px;
    margin-bottom: 10px;
    margin-right: 0px;
}
#bubbleBtns{
    margin-top: 2px;
}
#bubbleGroup{
    margin-top: 3px;
}
#speedBtns{
    margin-top: 3px;
}
#figureGroup{
    height: 60px;
    text-align: center;
}
#figureGroup .smallBtnGroup{
    margin-top: 30px;
    margin-left: -25px;
}
#unifyGroup{
    height: 160px;
    text-align: left;
    padding-left: 30px;
}
#unifyGroup .smallBtn{
    margin-top: 10px;
}
#unifyGroup .dropdown{
    margin-left: 7px;
}
#brightnessGroup{
}
.smallBtn img{
    max-width: 20px;
    max-height: 20px;
}
.smallBtn:hover{
	cursor:pointer;
	/*background: -moz-linear-gradient(#7bb9f1, #7bb9f1);*/
	/*opacity:.3;*/
}
.smallBtnGroup{
	padding-left:10px;
	padding-right:5px;
	width:180px;
	margin:auto;
}
.leftBtns{
	float:left;
	padding-left:5px;
	padding-top:10px;
}
.middleText{
	float:left;
	padding-left:5px;
	margin-top:-7px;
}
.rightBtns{
	float:left;
	padding-left:5px;
	padding-top:10px;
}
.toggleBtns{
	width:100px;
	margin:auto;
	
}
.toggleBtn{
	line-height:5px;
	color:#000000;
	line-height:30px;
	float:left;
/*	background: -moz-linear-gradient(#b87813, #fbef6b);*/
    background: #3b591c;
    background-color: #3b591c;
	border:thin solid #000;
	margin:2px;
	width:40px;
	height:40px;
}
.toggleBtn:hover{
	/*background: -moz-linear-gradient(#7bb9f1, #7bb9f1);*/
	cursor:pointer;
}
.toggleBtnHighlight{
 background: #7fbf42;
}
.orangeHighlight{
	background-color:#7fbf42;
}
#poppedBox{
    position: absolute;
    left: 170px;
	background-color:darkorange;
    color: #fff;
    text-shadow: 2px 2px 2px #000;
	width:120px;
	height:71px;
	text-align:center;
	padding:5px;
	/*position:relative;
	top:-1465px;*/
    position: absolute;
    top: 0px;
	opacity:.8;
	-moz-user-select: none;
    font-size: 18pt;
    box-shadow: 1px 1px 5px #333;
    line-height: 1.3;
}
#decoyBox{
    position: absolute;
    left: 300px;
	background-color:darkorange;
    color: #fff;
    text-shadow: 2px 2px 2px #000;
	width:120px;
	height:71px;
	text-align:center;
	padding:5px;
	/*position:relative;
	top:-1465px;*/
    position: absolute;
    top: 0px;
	opacity:.8;
	-moz-user-select: none;
    font-size: 18pt;
    box-shadow: 1px 1px 5px #333;
    line-height: 1.3;
}
#speedIcon{
	margin-top:0px;
    max-width: 20px;
    max-height: 20px;
}
#sizeIcon{
    width: 20px;
	margin-top:0px;
}
#Bouncetype{
    color: #fff;
    text-align: center !important;
}
#Bouncetype:hover{
    text-decoration: none;
    cursor: pointer;
}
#poppedBtn{
    font-size: 13pt;
    line-height: 0.8;
    width: 190px;
}
#decoyBtn{
    font-size: 13pt;
    line-height: 0.8;
    width: 190px;
}
#poppedBtn:hover{
    color: #fff;
}
/*Today CSS 24-04-2017*/
.canvasParent {
	float: left;
	width:89%;
}

.menuBarParent {
    position: absolute;
    right: 0px;
	float: right;
    color: #fff;
}

#Time_btn{
	text-align: left;
}

/*
#SpeedPlusBtn{
    position: relative !important;
    top: -25px;
}*/
