@import url(https://fonts.googleapis.com/css?family=Open+Sans);

.btn { display: inline-block; *display: inline; *zoom: 1; padding: 4px 10px 4px; margin-bottom: 0; font-size: 13px; line-height: 18px; color: #333333; text-align: center;text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75); vertical-align: middle; background-color: #f5f5f5; background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6); background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6)); background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6); background-image: -o-linear-gradient(top, #ffffff, #e6e6e6); background-image: linear-gradient(top, #ffffff, #e6e6e6); background-repeat: repeat-x; filter: progid:dximagetransform.microsoft.gradient(startColorstr=#ffffff, endColorstr=#e6e6e6, GradientType=0); border-color: #e6e6e6 #e6e6e6 #e6e6e6; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); border: 1px solid #e6e6e6; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); cursor: pointer; *margin-left: .3em; }
.btn:hover, .btn:active, .btn.active, .btn.disabled, .btn[disabled] { background-color: #e6e6e6; }
.btn-large { padding: 9px 14px; font-size: 15px; line-height: normal; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.btn:hover { color: #333333; text-decoration: none; background-color: #e6e6e6; background-position: 0 -15px; -webkit-transition: background-position 0.1s linear; -moz-transition: background-position 0.1s linear; -ms-transition: background-position 0.1s linear; -o-transition: background-position 0.1s linear; transition: background-position 0.1s linear; }
.btn-primary, .btn-primary:hover { text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); color: #ffffff; }
.btn-primary.active { color: rgba(255, 255, 255, 0.75); }
.btn-primary { background-color: #4a77d4; background-image: -moz-linear-gradient(top, #6eb6de, #4a77d4); background-image: -ms-linear-gradient(top, #6eb6de, #4a77d4); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6eb6de), to(#4a77d4)); background-image: -webkit-linear-gradient(top, #6eb6de, #4a77d4); background-image: -o-linear-gradient(top, #6eb6de, #4a77d4); background-image: linear-gradient(top, #6eb6de, #4a77d4); background-repeat: repeat-x; filter: progid:dximagetransform.microsoft.gradient(startColorstr=#6eb6de, endColorstr=#4a77d4, GradientType=0);  border: 1px solid #3762bc; text-shadow: 1px 1px 1px rgba(0,0,0,0.4); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.5); }
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] { filter: none; background-color: #4a77d4; }
.btn-block { width: 100%; display:block; }
* { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box; box-sizing:border-box; }
html { width: 100%; height:100%; overflow:hidden; }
body { 
	width: 100%;
	height:100%;
	font-family: 'Open Sans', sans-serif;
	background: #141414; 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3E1D6D', endColorstr='#092756',GradientType=1 );
}
.login { 
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -150px 0 0 -150px;
	width:300px;
	height:300px;
}
.login h1 { color: #fff; text-shadow: 0 0 10px rgba(0,0,0,0.3); letter-spacing:1px; text-align:center; }
input { 
	width: 100%; 
	margin-bottom: 10px; 
	background: rgba(0,0,0,0.3);
	border: none;
	outline: none;
	padding: 10px;
	font-size: 13px;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	border: 1px solid rgba(0,0,0,0.3);
	border-radius: 4px;
	box-shadow: inset 0 -5px 45px rgba(100,100,100,0.2), 0 1px 1px rgba(255,255,255,0.2);
	-webkit-transition: box-shadow .5s ease;
	-moz-transition: box-shadow .5s ease;
	-o-transition: box-shadow .5s ease;
	-ms-transition: box-shadow .5s ease;
	transition: box-shadow .5s ease;
}
.select { 
	width: 78%;
	margin-bottom: 2px; 
	background: rgba(0,0,0,0.3);
	border: none;
	outline: none;
	padding: 1px;
	font-size: 10px;
	color: #474646;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	border: 1px solid rgba(0,0,0,0.3);
	border-radius: 4px;
	box-shadow: inset 0 -5px 45px rgba(000,000,000,0.2), 0 1px 1px rgba(255,255,255,0.2);
	-webkit-transition: box-shadow .5s ease;
	-moz-transition: box-shadow .5s ease;
	-o-transition: box-shadow .5s ease;
	-ms-transition: box-shadow .5s ease;
	transition: box-shadow .5s ease;
}
.panel { 
	width: 100%;
	margin-bottom: 10px; 
	background: rgba(0,0,0,0.3);
	border: none;
	outline: none;
	padding: 10px;
	font-size: 13px;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	border: 1px solid rgba(0,0,0,0.3);
	border-radius: 4px;
	box-shadow: inset 0 -5px 45px rgba(000,000,000,0.2), 0 1px 1px rgba(255,255,255,0.2);
	-webkit-transition: box-shadow .5s ease;
	-moz-transition: box-shadow .5s ease;
	-o-transition: box-shadow .5s ease;
	-ms-transition: box-shadow .5s ease;
	transition: box-shadow .5s ease;
}
.panel-register { 
	width: 100%;
	margin-bottom: 10px; 
	background: rgba(0,0,0,0.3);
	border: none;
	outline: none;
	padding: 10px;
	font-size: 13px;
	color: #fff;
	overflow:auto; 
	
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	border: 1px solid rgba(0,0,0,0.3);
	border-radius: 4px;
	box-shadow: inset 0 -5px 45px rgba(000,000,000,0.2), 0 1px 1px rgba(255,255,255,0.2);
	-webkit-transition: box-shadow .5s ease;
	-moz-transition: box-shadow .5s ease;
	-o-transition: box-shadow .5s ease;
	-ms-transition: box-shadow .5s ease;
	transition: box-shadow .5s ease;
}
.bt{
	color: rgb(212, 208, 208);
	border: 1px solid #1d1e20;
	border-radius: 3px;
	display: inline-block;
	font-family: inherit;
	font-size: .8em;
	line-height: 1.3;
	padding: 5px 12px;
	text-align: center;
	text-shadow: 1px 1px 1px #262729;
	position: relative;
	left:44%;
	top: -2%;
}
.bts{
	color: rgb(212, 208, 208);
	border: 1px solid #1d1e20;
	border-radius: 2px;
	display: inline-block;
	font-family: inherit;
	font-size: .7em;
	line-height: 1.3;
	padding: 1px 4px;
	text-align: center;
	text-shadow: 1px 1px 1px #262729;
}
.bt-play {
	-moz-border-radius: 3px;
	background: #111111;
	background: -moz-linear-gradient(top, #161616 0, #161718 100%);
	background: -webkit-linear-gradient(top, #161616 0, #161718 100%);
	
}
.bt-play:hover { background: rgb(41, 134, 4); }
.bt-play:active { background: rgb(10, 118, 190); }
.bt-play[disabled] {
			background: none;
			border: 1px solid rgb(187, 181, 181);
			color: rgb(7, 5, 5);
			text-shadow: none;
		}
.bt-stop {
			-moz-border-radius: 3px;
			background: #111111;
			background: -moz-linear-gradient(top, #161616 0, #161718 100%);
			background: -webkit-linear-gradient(top, #161616 0, #161718 100%);
			
}
.bt-stop:hover { background: rgb(173, 7, 7); }
.bt-stop:active { background: rgb(10, 118, 190); }
.bt-stop[disabled] {
					background: none;
					border: 1px solid rgb(187, 181, 181);
					color: rgb(7, 5, 5);
					text-shadow: none;
	}
.bt-cart {
		-moz-border-radius: 3px;
		background: #111111;
		background: -moz-linear-gradient(top, #161616 0, #161718 100%);
		background: -webkit-linear-gradient(top, #161616 0, #161718 100%);
		
}
.bt-cart:hover { background: rgb(3, 62, 117); }
.bt-cart:active { background: rgb(10, 118, 190); }
.bt-cart[disabled] {
				background: none;
				border: 1px solid rgb(187, 181, 181);
				color: rgb(7, 5, 5);
				text-shadow: none;
}
.bt-source {
	-moz-border-radius: 3px;
	background: #111111;
	background: -moz-linear-gradient(top, #161616 0, #161718 100%);
	background: -webkit-linear-gradient(top, #161616 0, #161718 100%);
	
}
.bt-source:hover { background: rgb(3, 62, 117); }
.bt-source:active { background: rgb(10, 118, 190); }
.bt-source[disabled] {
			background: none;
			border: 1px solid rgb(187, 181, 181);
			color: rgb(7, 5, 5);
			text-shadow: none;
}
.bt-meter {
	-moz-border-radius: 3px;
	background: #111111;
	background: -moz-linear-gradient(top, #161616 0, #161718 100%);
	background: -webkit-linear-gradient(top, #161616 0, #161718 100%);
	
}
.bt-meter:hover { background: rgb(121, 134, 4); }
.bt-meter:active { background: rgb(10, 118, 190); }
.bt-meter[disabled] {
			background: none;
			border: 1px solid rgb(187, 181, 181);
			color: rgb(7, 5, 5);
			text-shadow: none;
}
#login-footer h3 {
    position: absolute;
    top: 2%;
    text-align: left;
    text-shadow: 1px 1px black, -1px -1px #333;
    background-color: #369;
    color: #ccccff;
    padding: 5px;
}
.pontilhado{ border-style: dotted; border-width: 1px; width: 330px; border-color: 660033; background-color: cc3366; font-family: verdana, arial;
font-size: 10pt;
}
input:focus { box-shadow: inset 0 -5px 45px rgba(100,100,100,0.4), 0 1px 1px rgba(255,255,255,0.2); }

        body {
            background: #1a1a1a;
            color: #fff;
            font-family: 'Arial', sans-serif;
            padding: 20px;
            margin: 0;
        }
        .container {
            max-width: 800px;
            margin: 0 auto;
        }
        .status {
            padding: 10px;
            margin: 10px 0;
            border-radius: 5px;
            font-weight: bold;
        }
        .status.connected { background: #4CAF50; }
        .status.connecting { background: #FF9800; }
        .status.disconnected { background: #f44336; }
        .vu-meter {
            margin: 10px 0;
            border: 1px solid #666;
            background: #222;
        }
        button {
            padding: 10px 15px;
            margin: 5px;
            border: none;
            border-radius: 5px;
            cursor: pointer;
            font-size: 14px;
        }
        button:hover { opacity: 0.8; }
        .mute-btn { background: #f44336; color: white; }
        .unmute-btn { background: #4CAF50; color: white; }
        .logs {
            background: #000;
            padding: 10px;
            border-radius: 5px;
            max-height: 200px;
            overflow-y: auto;
            font-family: monospace;
            font-size: 12px;
            margin-top: 20px;
        }
		
		canvas.vu-meter {
		display: block;
		margin: 10px auto;
		border: 1px solid #666;
		background: #111;
}

.container {
  display: flex;
  justify-content: center;
  padding: 20px;
}

.panel {
  background: #222;
  color: #eee;
  padding: 20px;
  border-radius: 12px;
  width: 500px;
  text-align: center;
}

.status {
  margin-bottom: 10px;
  font-weight: bold;
}

.vu-section {
  display: flex;
  justify-content: space-around;
  margin: 20px 0;
}

.vu-block-l {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  left: 15%;
}

.vu-block-r {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  left: -15%;
}

.vu-block button {
  margin-top: 10px;
  padding: 8px 12px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}

.mute-btn {
  background: red;
  color: white;
}

.unmute-btn {
  background: green;
  color: white;
}

.logs {
  margin-top: 15px;
  background: #111;
  padding: 10px;
  border-radius: 6px;
  max-height: 200px;
  overflow-y: auto;
  font-size: 12px;
  text-align: left;
}

.footer {
    position: absolute;
    top: 25%;
	left: 5px;
  font-size: 0.7em;
  color: rgb(65, 66, 66);
  display: flex;
}

#footer p {
  margin: 0;
  font-family: sans-serif;
  font-size: 0.8em;
}

 .pontilhado{ 
 border-style: dotted; 
 border-width: 1px; 
 width: 330px; 
 border-color: 660033; 
 background-color: cc3366; 
 font-family: verdana, arial;
 font-size: 10pt;
}
.shadowText{
 font-family: verdana, arial;
 font-size: 9pt;
 color:rgb(65, 66, 66);
 
}


 