body
{
  padding: 2em;
  background-color: white;


}

.center-div
{
  margin: 0 auto;
  max-width: 700px;
  height: 100% auto;
  background-color: lightblue;
  border-radius: 3px;
}

@-ms-viewport{
  width: device-width;
}


.wrapper {
  display: flex;
  flex-flow: row wrap;
  font-weight: bold;
  text-align: center;
}

.wrapper > * {
  padding: 10px;
  flex: 1 100%;
}

/* .header {
  background: tomato;
}
*/
.footer {
  background: lightgreen;
}

.main {
  text-align: center;
  background:  white;
    border-style: outset;
    border-width: 1px;

}

.aside-1 {
  background:  white;
  border-style: outset;
  border-width: 1px;

}

.aside-2 {
  background:   white;
  border-style: outset;
  border-width: 1px;
  border-radius: 10px;
}

@media all and (min-width: 600px) {
  .aside { flex: 1 0 0; }
}

@media all and (min-width: 800px) {
  .main    { flex: 1 0px; }
  .aside-1 { order: 1; }
  .main    { order: 3; }
  .aside-2 { order: 2; }
  .footer  { order: 4; }
}

#waveCanvas {
    height: 100%;
    width: 100%;
    white-space: nowrap;
    overflow: auto;
    overflow-x: hidden;

}



.content {
  max-width: 1200px;
  margin: auto;

}

#trackControl {

    float: left;
    width: 378px;
    overflow: hidden;
    padding-bottom: 200px;


}

#tracks {
    width: 100%;
    margin-top: -1px;
    font-family: 'Cinzel Decorative', cursive;


  }



.trackBox {
    vertical-align: middle;
    border: 1px solid grey;
}

#canvass {
    margin-left: 378px;

}

#myCanvas {
  position:absolute;
  left: auto;
  top: auto;
  z-index: 0;


}

#frontCanvas {
position: absolute;
left: auto;
top: auto;
z-index: 1;

}

#scroll {
    position: absolute;
    top: auto;
    width: 980px;
    background: white;
}

.styled-select select {
    background: #ddd;
    background: transparent;
    width: 240px;
    padding: 5px;
    font-size: 16px;
    line-height: 1;
    border: 0;
    border-radius: 0;
    height: 34px;
    -webkit-appearance: none;
}

.styled-select {
    width: 240px;
    height: 34px;
    overflow: hidden;
    background: url(../img/down_arrow_select.jpg) no-repeat right #ddd;
    border: 1px solid #ccc;
}

button {
    height: 42px;
    width: 42px;


}

#sound {
    position: absolute;
    margin-left: 28px;
    margin-top: 28px;
}



.pisteProgress {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=-1);
    margin-left: -30px;
    height: 20px;
    margin-top: 22px;
}

.knobDiv {

}

.activated {
    color: white;
    border: 3px solid  #ff6600;
    background-color:   #ff6600;


}

.volumeSlider {
    margin-left: 20px;
    width: 170px;
}

/***** for sliders *****/



.touch {
    width: 40%;
}

.custom {
    width: 60%;
    -webkit-appearance: none !important;
    height: 15px;
    border-radius: 8px;
    -webkit-appearance: none !important;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px #333;
    background-image: linear-gradient(to right, lightGreen, blue 100%, orange);
    transition: background 450ms;
}

/* Change the Slider Button Color Here */

.custom::-webkit-slider-thumb {
    -webkit-appearance: none !important;
    background: #AAA;
    background-image: linear-gradient(to bottom, #EEE, #AAA);
    border: 1px solid #999;
    height: 30px;
    width: 30px;
    border-radius: 15px;
}

.custom::-moz-range-thumb {
    background: #AAA;
    background-image: linear-gradient(to bottom, #EEE, #AAA);
    border: 1px solid #999;
    height: 30px;
    width: 30px;
    border-radius: 15px;
}

.custom::-webkit-slider-thumb:before {
    background: yellow;
}

/* ONLY applicable if you want the bubble above the slider */

output {
    width: 100px;
    height: 40px;
    font-size: 2em;
}
