@charset "utf-8";
/* CSS Document */

.background1-preset{
	background: #f0931a; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, #f0931a 1%, #b26314 86%);
	background: -webkit-radial-gradient(center, ellipse cover, #f0931a 1%,#b26314 86%);
	background: radial-gradient(ellipse at center, #f0931a 1%,#b26314 86%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0931a', endColorstr='#b26314',GradientType=1 );
}

.background2-preset{
	background: #27834e; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, #27834e 1%, #225238 86%);
	background: -webkit-radial-gradient(center, ellipse cover, #27834e 1%,#225238 86%);
	background: radial-gradient(ellipse at center, #27834e 1%,#225238 86%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#27834e', endColorstr='#225238',GradientType=1 );
}

.background3-preset{
	background: #b31d8b; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, #b31d8b 1%, #6d1a60 86%);
	background: -webkit-radial-gradient(center, ellipse cover, #b31d8b 1%,#6d1a60 86%);
	background: radial-gradient(ellipse at center, #b31d8b 1%,#6d1a60 86%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b31d8b', endColorstr='#6d1a60',GradientType=1 );
}

.background4-preset{
	background: #0093bf;
	background: -moz-radial-gradient(center, ellipse cover, #0093bf 0%, #005c99 83%);
	background: -webkit-radial-gradient(center, ellipse cover, #0093bf 0%,#005c99 83%);
	background: radial-gradient(ellipse at center, #0093bf 0%,#005c99 83%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0093bf', endColorstr='#005c99',GradientType=1 );
}

.level_setting{
	display: none;
	position: absolute;
	/*margin-top: 28%;*/
	/*margin-left: 40%;*/
	padding: 20px 10px 10px 20px;
	background: linear-gradient(to bottom, rgba(84,166,229,1) 0%,rgba(42,94,153,1) 100%);
    height: 150px;
    width: 150px;
	font-size: 19px;
    color: white;
    text-shadow: 1px 1px 2px #000;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}
#level_btn{
    margin-left: 5%;
    margin-top: 10px;
    background-color: darkorange;
    text-shadow: 1px 1px 2px #000;
    width: 100px;
    height: 40px;
}
#start_btn{
    font-size: 24pt;
    line-height: 1.9;
    position: absolute;
    top: 0px;
    left: 150px;
    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;
}
#poped_img{
	display: none !important;
}

.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:150px;
	/* 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;
}
.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:150px;
    margin-bottom: 5px;
	/* padding:5px; */
	text-align:center;
	float:left;
	z-index:2;
	clear: both;
    color: #fff;
}
.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:left;
    margin-left: 5px;
    margin-top: 0px;
    margin-bottom: 10px;
    margin-right: 5px;
}
.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:150px;
	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{
	background: #eee;
	color: #000;
    width:100px;
	height:2em;
	text-align: center;
	padding: 0.3em;
	position: absolute;
    top: 0;
	left: 0;
	opacity:.9;
	font-size: 24px;
	border-top-right-radius: 7px;
	border-bottom-right-radius: 7px;
	font-weight: 600;
}
#timerBox{
	background: darkkhaki;
	color: #fff;
	text-shadow: 2px 2px 2px #000;
	width: 120px;
	height: 73px;
	float: right;
	text-align: center;
	padding: 5px;
	position: absolute;
	top: 0px;
	right: 10px;
	opacity: .8;
	-moz-user-select: none;
	font-size: 18pt;
	box-shadow: 1px 1px 5px #333;
}
#speedIcon{
	margin-top:0px;
    max-width: 20px;
    max-height: 20px;
}
#sizeIcon{
    width: 20px;
	margin-top:0px;
}
#Bouncetype{
    color: #fff;
}
#Bouncetype:hover{
    text-decoration: none;
    cursor: pointer;
}
#poppedBtn{
    font-size: 13pt;
    line-height: 0.8;
}
#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;
}


#themeMenu{

	position: absolute;

}


#themeSelectorBtn{
	width: 120px;
	height: 2em;
	background: #eee;
	color: #000;
	font-weight: bold;
	font-size: 24px;
	cursor: pointer;
	padding: 0.3em;
}


#themeSelection {
	width: 400px;
	height: 100px;
	background: #eee;
	display: none;
}


.themeOption {
	width: 85px;
	height: 85px;
	float: left;
	margin: 5px 0 5px 10px;
	border-radius: 7px;
	cursor: pointer;
}

@media (max-width: 1200px){
	#timerBox,
	#poppedBox{
		font-size: 24px;
		width: 70px;
		height: 49px;
	}
}


@media (max-width: 768px){
	#timerBox,
	#poppedBox{
		font-size: 24px;
		width: 70px;
		height: 49px;
	}
}
