@charset "utf-8";
/* CSS Document */
body,html {
	width: 100%;
	height: 100%;
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color:#FFF;
}

body {
	background-color: #daa520;
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: center center;
	overflow: hidden;
}

canvas {
	max-height:100%;
	max-width:100%;
}

#center { 
    height: 100%;
    width: 100%;
	background-color: #daa520;
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: center center;
}

#bg {
	height: 100%;
	width: 100%;
	background-color: #555555;
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: center center;
	display: none;
}

#center #buttons, #center #tempo, #center #rithm, #center #duration, #center #test, #center #title, #center #instructions, #center #controlInit, #center .hide, #center .show, #center #refresh, #center #picture, #center #spiro, #question {
    margin: 0;
    position: absolute;
    top: 175px;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	width: 100%;
	text-align:center;
}
#refresh {
    box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 1)
}

#center #buttons, #center #title, #center #instructions {
    top: 175px;
}
#center #tempo, #center #controlInit {
    top: 400px;
}
#center #rithm {
    top: 441px;
}
#center #duration {
    top: 482px;
}
#center #test{
    top: 527px;
}
#center .hide, #center .show {
 	width: 48px;
	height:48px;
	top: 576px;
	cursor:hand;
	cursor:pointer;
	background-repeat: no-repeat;
	z-index:10;
}

#draw {
	display: inline-block;
}

.show2, .hide2 {
	width: 100%;
	height:48px;
	background-repeat: no-repeat;
	background-position-y: -10px;
	text-indent: 52px;
}

#center .hide, .hide2 {
	background-image: url("../img/hide.png");
}
#center .show, .show2 {
	background-image: url("../img/show.png");
}
	
#center .hide:hover, .hide2:hover {
	background-image: url("../img/hideHover.png");
}
#center .show:hover, .show2:hover {
	background-image: url("../img/showHover.png");
}

#center #refresh, #center #picture, #center #spiro, #center #question {
	top: 615px;
	width: 24px;
	height: 24px;
	font-size: 18px;
	font-weight: bold;
}

#center #refresh {
	top: 675px;
	width: 24px;
	height: 24px;
	font-size: 18px;
	font-weight: bold;
}

#center #spiro {
	top: 645px;
}

.hide, #title, #instructions, #buttons, #controlInit, #controlCenter, .show, #refresh, #picture, #draw, #back, #spiro, #question {
	display:none
}

.canvas {
	
}

.control,.control2,.control3 { 
	border-radius: 3px;
	background-color:rgb(127,127,127);
	width: 50px;
	height: 35px;
	margin:3px;
	text-align:center;
	display:inline-block;  
}
.control2 ,.control3 { 
	height: 26px;
}
.control2 { 
	width: 70px;
	margin-left:12px;
	margin-right:12px;
}
.control3 { 
	width: 100px;
	margin-left:-6px;
	margin-right:-6px;
}
.control p, .control2 p, .control3 p {
	margin: 0;
    position: relative;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.control2 p, .control3 p {
    top: 12px;
}
.control p {
	top: 9px;
}
.glyphicon {
	margin: 2px;
	cursor:hand;
	cursor:pointer;
	color:#000;
}
.glyphicon:hover {
	color:#FFF;
}
.remark {
	color: #999;
	position:relative;
	top:-5px;
}
p.remark {
	top:11px;
}
	
#help {
	position: relative;
	top:100px;
	height: 400px;
	width: 300px;
	background-color: #000;
	opacity: 0.6;
	margin: 0 auto;
	z-index: 1000;
	border: 2px solid white;
	border-radius: 12px;
	color: white;
	padding: 10px;
	font-size: 18px;
	display: none;
}

.toneButton { 
	border: 1px solid white;
	border-radius: 3px;
	background-color:white;
	width: 50px;
	height: 25px;
	margin:3px;
	text-align:center;
	cursor:hand;
	cursor:pointer;
}
