

@font-face {
  font-family: robotech;
  src: url('/fonts/robotech.ttf');
}

@font-face {
  font-family: silkscreen;
  src: url('/fonts/slkscr.ttf');
}

body {
  font-family: silkscreen;
  font-style: normal;
  font-weight: 200;
  color: #555;
/*
  text-decoration: bold;
*/
  background: rgba(10, 30, 30, 0.6);
}


.metronome {
  text-align: center;
  width: 700px;
  height: 500px;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(102, 102, 102)), color-stop(0.6, rgb(51, 51, 51)), to(rgb(102, 102, 102)));
  background-image: -moz-linear-gradient(19% 75% 90deg,#5C5C5C, #6E6E6E, #3B3B3B 100%);
  /*
  -moz-box-shadow: -3px -3px 10px #000;
  -webkit-box-shadow: -3px -3px 10px #000;
  box-shadow: -3px -3px 10px #000;
  */

  -moz-border-radius: 15px;
  border-radius: 15px;
  margin-left: auto;
  margin-right: auto;

}

.sheet_music {
  padding: 15px 0px 20px 0px;
  margin: 10px 0px 0px 0px;
  width: 500px;
  /*
  -moz-box-shadow: -3px -3px 10px #000;
  -webkit-box-shadow: -3px -3px 10px #000;
  box-shadow: -3px -3px 10px #000;
  */

  -moz-border-radius: 15px;
  border-radius: 15px;
}

.user_interface {

  position:relative;
  text-align: center;
  padding: 20px 10px 10px 5px;
  /*
  width: 686px;
  height: 140px;
  */

  width: 55%;
  height: 50%;

  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(102, 102, 102)), color-stop(0.6, rgb(51, 51, 51)), to(rgb(102, 102, 102)));
  background-image: -moz-linear-gradient(19% 75% 90deg,#5C5C5C, #6E6E6E, #3B3B3B 100%);
  -moz-box-shadow: -3px -3px 10px #000;
  -webkit-box-shadow: -3px -3px 10px #000;
  box-shadow: -3px -3px 10px #000;

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#363636', endColorstr = '#2c302e');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#363636', endColorstr = '#2c302e')";
  background-image: -moz-linear-gradient(top, #363636, #2c302e);
  background-image: -ms-linear-gradient(top, #363636, #2c302e);
  background-image: -o-linear-gradient(top, #363636, #2c302e);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#363636), to(#2c302e));
  background-image: -webkit-linear-gradient(top, #363636, #2c302e);
  background-image: linear-gradient(top, #363636, #2c302e);
  /*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/


  -moz-border-radius: 15px;
  border-radius: 15px;
  margin: 0 auto;

  margin-top: 10px;
}

.rolodex {
  float: left;

  text-align: center;
  padding: 1px 1px 1px 1px;
/*
  width: 40;
*/
  height: 100px;
  border-collapse: collapse;
  color: #ccc;
/*
  color: hsla(170, 45%, 45%, 1);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(102, 102, 102)), color-stop(0.6, rgb(51, 51, 51)), to(rgb(102, 102, 102)));
  background-image: -moz-linear-gradient(19% 75% 90deg,#5C5C5C, #6E6E6E, #3B3B3B 100%);
*/
/*
  -moz-box-shadow: -3px -3px 10px #000;
  -webkit-box-shadow: -3px -3px 10px #000;
  box-shadow: -3px -3px 10px #000;
  -moz-border-radius: 5px;
  border-radius: 5px;
*/

}



.slider {
  float: right;
  width: 200px;
  /*
  margin-left: 20px;
  text-align: left;
  border-collapse: collapse;
  color: #ccc;
  */
}



.up {
  /*padding: 10px 10px 10px 10px;*/
  cursor: pointer;
  color: hsla(184, 5%, 5%, 0.81);
}

.up:hover {
  color: hsla(184, 85%, 55%, 0.81);
}

.down {
  /*padding: 8px 8px 8px 8px;*/

  cursor: pointer;
  color: hsla(184, 5%, 5%, 0.81);
}

.down:hover {
  color: hsla(184, 85%, 55%, 0.81); 
}

.play {
  padding: 1px 1px 1px 1px;
}

.stop {
  padding: 1px 1px 1px 1px;
}


.table {
  float: left;
  font-size: x-small;
  color: #ccc;
  margin: 0 auto;
/*
  border-left: 1px solid #888;
  border-top: 1px solid #888;
*/
}

td,th {
/*
  border-right: 1px solid #888;
  border-bottom: 1px solid #888;
*/
/*
  text-align: center;
  padding: 2px;
*/
}

/*awesome trick for centering div within div */
/* http://stackoverflow.com/questions/114543/how-to-center-a-div-in-a-div-horizontally */
.centerme {
  width: 50%;
  margin: 0 auto;
}

.remote_cli {
  font-size: xx-small;
  font-family:"Times New Roman",Times,serif;
}


.select_sounds {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 15px 0px 20px 0px;
  margin: 10px 0px 0px 0px;
  width: 300px;
  -moz-box-shadow: -3px -3px 10px #000;
  -webkit-box-shadow: -3px -3px 10px #000;
  box-shadow: -3px -3px 10px #000;
  -moz-border-radius: 15px;
  border-radius: 15px;
}



/*
Mon Feb 10 17:34:41 CST 2014
for amg editor
*/

.animate {
  animation:myfirst 0.1s;
  -webkit-animation:myfirst 0.1s; /* Safari and Chrome */
}

@keyframes myfirst {
  0%   {background:rgba(50, 50, 50, 0.8);}
  33%  {background:rgba(100, 100, 100, 0.8);}
  66%  {background:rgba(150, 150, 150, 0.8);}
  100% {background:rgba(200, 200, 200, 0.8);}
}

@-webkit-keyframes myfirst /* Safari and Chrome */ {
  0%   {background:rgba(50, 50, 50, 0.8);}
  33%  {background:rgba(100, 100, 100, 0.8);}
  66%  {background:rgba(150, 150, 150, 0.8);}
  100% {background:rgba(200, 200, 200, 0.8);}
}




select {
    font-family: silkscreen;
    padding:3px;
    margin: 0;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    
    width: 150px;

/*
    -webkit-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    -moz-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    background: #666;
*/
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(102, 102, 102)), color-stop(0.6, rgb(51, 51, 51)), to(rgb(102, 102, 102)));
    background-image: -moz-linear-gradient(19% 75% 90deg,#5C5C5C, #6E6E6E, #3B3B3B 100%);

    color:#14E1E1;
    border:none;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
    text-indent: 20px;
}

/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    select {padding-right:18px}
}


/* .roundedOne */
.roundedOne {
  width: 28px;
  height: 28px;
  position: relative;
  margin: 20px auto;
  background: #fcfff4;
  background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: linear-gradient(to bottom, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  -moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
}
.roundedOne label {
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  left: 4px;
  top: 4px;
  background: -moz-linear-gradient(top, #222222 0%, #45484d 100%);
  background: -o-linear-gradient(top, #222222 0%, #45484d 100%);
  background: -webkit-linear-gradient(top, #222222 0%, #45484d 100%);
  background: linear-gradient(to bottom, #222222 0%, #45484d 100%);
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px white;
  -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px white;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px white;
}
.roundedOne label:after {
  content: '';
  width: 16px;
  height: 16px;
  position: absolute;
  top: 2px;
  left: 2px;
  background: #00bf00;
  background: -moz-linear-gradient(top, #00bf00 0%, #009400 100%);
  background: -o-linear-gradient(top, #00bf00 0%, #009400 100%);
  background: -webkit-linear-gradient(top, #00bf00 0%, #009400 100%);
  background: linear-gradient(to bottom, #00bf00 0%, #009400 100%);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  -moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
}
/*
.roundedOne label:hover::after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}
.roundedOne input[type=checkbox] {
  visibility: hidden;
}
.roundedOne input[type=checkbox]:checked + label:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

*/
#track_customizer table{
  margin: 0 auto;
}

#debug {
  margin-left: auto;
  margin-right: auto;
  font-size: xx-small;
}

#debug table{
  font-size: x-small;
  margin-top: 5px;
  border-left: solid #ccc 1px;
  border-top: solid #ccc 1px;
  border-bottom: solid #ccc 1px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#debug td {
  padding 2px;
  border-right: solid #ccc 1px;
}
#debug tr:nth-child(odd) {
  background-color: #888;
}

input[type="checkbox"]+label,input[type="radio"]+label{
  cursor:pointer;
}


input[type="checkbox"]+label:before,input[type="radio"]+label:before{
  content:"";
  display:inline-block;
  height:19px;
  margin:1px 5px 0 -21px;
  vertical-align:middle;
  width:19px;
}

input[type="checkbox"]+label:before{
  background:url(/images/check_radio_sheet.png)-38px top no-repeat;
}
input[type="checkbox"]:checked+label:before{
  background:url(/images/check_radio_sheet.png)-57px top no-repeat;
}

/* and the polishing touches to hide the legacy checkboxes for this */

.track_setting {
  visibility: hidden;
}

#track_customizer td:nth-child(n+3):nth-last-child(n+1){
  padding-left: 3px;
}

#track_customizer table {
  text-align: center;
  color: #14e1e1;
}

.setting {
  font-family: silkscreen;
  text-align: center;
  color: #14e1e1;
}

#menu {
  font-size: xx-small;
  position: fixed;
  left: 10px;
  top: 10px;
}

.ui-menu {
  max-width: 200px;
  text-align: center;
}

.tooltip {
  font-size: xx-small;
}

h1 {
  position: fixed;
  top: 10px;
  right: 10px;
  margin-bottom: 100px;
}

.copyright {
  position:fixed;
  bottom: 10px;
  right: 10px;
}


li[class^="editor"]  {
  cursor:pointer;
}

