body {
    margin: 10 3%;
    background: black;
}

#app {
    width: 980px;
    margin: auto;
    color: red;
    background: black;
}

.dropbtn {
    background-color: #3498DB;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropbtn:hover,
.dropbtn:focus {
    background-color: #2980B9;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown a:hover {
    background-color: #ddd;
}

.show {
    display: block;
}

#console {
    position: fixed;
    top: 0;
    height: 200px;
    width: 302px;
    margin-left: 680px;
    text-align: center;
    color: red;
    background: black;
    border: 1px solid grey;
    z-index: 10;
}

#waveCanvas {
    height: 150px;
    white-space: nowrap;
    overflow: auto;
    overflow-x: hidden;
}

#messages {
    height: 160px;
    white-space: wrap;
    overflow: auto;
    overflow-x: hidden;
}

#masterTools {
    position: fixed;
    top: 0;
    height: 200px;
    width: 680px;
    text-align: center;
    background: black;
    border: 1px solid grey;
    z-index: 10;
}

#volume {
    height: 42px;
}

#songs {
    text-align: center;
}

#songs2 {
    text-align: center;
}

#trackControl {
    float: left;
    width: 378px;
    overflow: hidden;
}
.divTrack {
    margin-top: 1px;
}
#tracks {
    width: 100%;
    margin-top: -1px;
}

.trackBox {
    color: red;
    background: black;
    vertical-align: middle;
    border: 1px solid grey;
}

#canvass {
    margin-left: 380px;
}

#myCanvas {
    background: black;
}

.scroll {
    position: absolute;
    top: 200px;
    width: 980px;
    background: red;
}

/* WebKit browsers (Chrome, Safari) */
.scroller::-webkit-scrollbar {
    width: 12px; /* Adjust the width of the scrollbar */
}

.scroller::-webkit-scrollbar-track {
    background: red; /* Background color of the track */
}

.scroller::-webkit-scrollbar-thumb {
    background: red; /* Color of the scrollbar thumb */
    border-radius: 6px; /* Round the corners of the thumb */
}

.scroller::-webkit-scrollbar-thumb:hover {
    background: red; /* Color of the scrollbar thumb on hover */
}

/* Firefox */
#bottomDiv {
    scrollbar-width: thin; /* Width of the scrollbar (auto or thin) */
    scrollbar-color: gray black; /* Color of the thumb and track */
}

.styled-select select {
    background: #ddd;
    background: transparent;
    color: red;
    font-weight: bold;
    width: 440px;
    padding: 5px;
    font-size: 16px;
    line-height: 1;
    border: 0;
    border-radius: 0;
    height: 34px;
    -webkit-appearance: none;
}

.styled-select {
    width: 440px;
    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;
}

.nav-tabs>.active>a,
.nav-tabs>.active>a:hover,
.nav-tabs>.active>a:focus {
    color: #000;
    cursor: default;
    background: #EEE;
    border: 1px solid #000;
    border-bottom-color: transparent;
}

.nav {
    margin-bottom: 0;
}

a[data-toggle=tab] {
    color: #EEE;
    text-decoration: none;
}

.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 {
    float: right;
}

.activated {
    color: green;
    border: 3px solid green;
}

.volumeSlider {
    margin-left: 20px;
    width: 170px;
}


/***** for sliders *****/

body {
    margin-left: 3%;
}

header {
    background-color: black;
    color: #fff;
    display: block;
    font: 14px/1.3 Arial, sans-serif;
    margin-bottom: 10px;
    position: relative;
}

#masterVolKnob {
    float: left;
    font-size: 12px;
    margin: 0px auto;
    color: red;
    width: 80%;
    text-align: left;
}

header h2 {
    font-size: 22px;
    margin: 0px auto;
    padding: 10px 0;
    width: 80%;
    text-align: center;
}

header a,
a:visited {
    text-decoration: none;
    color: #fcfcfc;
}

.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;
}

.topnav {
    background-color: black;
    overflow: hidden;
}


/* Style the links inside the navigation bar */

.topnav a {
    float: center;
    color: red;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}


/* Change the color of links on hover */

.topnav a:hover {
    background-color: #ddd;
    color: black;
}


/* Add a color to the active/current link */

.topnav a.active {
    background-color: blue;
    color: white;
}


/* ONLY applicable if you want the bubble above the slider */

output {
    width: 100px;
    height: 40px;
    font-size: 2em;
}
#grabMessage {
    color: red; 
    width: 700px;
    text-align: center;
    font-weight: bold;
    background-color: whitesmoke;
}
#movableDiv {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 20px;
    height: 10px;
    float: center;
    overflow-x: auto;
    overflow-y: auto;
    background-color: rgb(62, 69, 60);
    border: 0px solid red;
    z-index: 6;
    display: none;
}
#lyricsIframe {
    display: none;
    width: 100%;
    height: 100%;
    border: 0px solid #992a2a;
    z-index: 5;
    overflow: hidden;
}
#editFrame {
    display: none;
    width: 100%;
    height: 100%;
    border: 0px solid #2a993b;
    z-index: 5;
}

#lyricsCanvas {
    background: whitesmoke;
}

.draggable {
    position: absolute;
    cursor: grab;
    padding: 15px;
  }
  
  .dragging {
    cursor: grabbing;
  }
  .input {
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 20px; 
    width: 40px; 
    color: #00FF7F; 
    background-color: black; 
    border:black !important;  
    margin-left: 0px; 
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
    width: 24px;
    height: 50px;
    opacity:1;
}
.txt {
    color:  white;
    background-color: black; 
    border:black;  
    font-size: 16px; 
    width: 180px; 
}
.txt2 {
    color:  white;
    background-color: black; 
    border:black;  
    font-size: 16px; 
    width: 125px; 
}
.txt3 {
    color:  white;
    background-color: black; 
    border:black;  
    font-size: 16px; 
    width: 110px; 
}
.txt4 {
    color:  white;
    background-color: black; 
    border:black;  
    font-size: 16px; 
    width: 110px; 
}
  