
.c_container_div
{
  max-width: 600px;
  position: relative;
}

.c_rowContainer_div
{
  margin-top: 64px;
  max-width: 590px;
  overflow-x: auto;
}

.mainHeader {
  font-size: 50px;
  color: gray;
  font-family:'Amatic SC';
  text-align: center;
  position: fixed;
  top: 0px;
  width: 100%;
  max-width: 590px;
  height: 64px;
  background: white;
  z-index: 2;


  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  border-top: 1px solid;
  border-bottom: 1px solid;

}

.playIcon {
  width: 60px;
  height: 50px;
  position: absolute;
  right: 10px;
  cursor: pointer;
  top: 10px;
  background:url('../media/play.png'); 
  background-size: contain; 
  background-repeat: no-repeat; 
  background-position: center;
}

.thingsIcon {
  width: 60px;
  height: 50px;
  position: absolute;
  left: 10px;
  cursor: pointer;
  top: 10px;
  background:url('../media/settings.png'); 
  background-size: contain; 
  background-repeat: no-repeat; 
  background-position: center;
}

.settings-div {
  display: none;
  margin-top: 64px;
  max-width: 590px;
}

.saved-songs-div {
  display: none;
  margin-top: 64px;
  max-width: 590px; 
}

.about-div {
  display: none;
  margin-top: 64px;
  max-width: 590px; 
}

.settingsRow {
  position: relative;
  height: 64px;
  border-top: solid 1px gray;
  padding-left: 70px;
  padding-top: 11px;
  font-size: 30px;
  color: #383636;
  font-family:'Amatic SC';
}

.savedSong {
  position: relative;
  height: 64px;
  border-top: solid 1px gray;
  min-width: 570px;
  padding-left: 70px;
  padding-top: 11px;
  font-size: 30px;
  color: gray;
  cursor: pointer;
  font-family:'Amatic SC';
}

.speedIcon {
  background:url('../media/speed2.png'); 
  background-size: contain; 
  background-repeat: no-repeat; 
  background-position: center;
}

.clearIcon {
  background:url('../media/clear.png'); 
  background-size: contain; 
  background-repeat: no-repeat; 
  background-position: center;
}

.nameIcon {
  background:url('../media/name.png'); 
  background-size: contain; 
  background-repeat: no-repeat; 
  background-position: center;
}

.saveIcon {
  background:url('../media/save.png'); 
  background-size: contain; 
  background-repeat: no-repeat; 
  background-position: center;
}

.loadIcon {
  background:url('../media/my_songs.png'); 
  background-size: contain; 
  background-repeat: no-repeat; 
  background-position: center;
}

.libraryIcon {
  cursor: pointer;
  background:url('../media/library2.png'); 
  background-size: contain; 
  background-repeat: no-repeat; 
  background-position: center;
}

.aboutIcon {
  cursor: pointer;
  background:url('../media/about.png'); 
  background-size: contain; 
  background-repeat: no-repeat; 
  background-position: center;
}

.shareIcon {
  background:url('../media/share2.png'); 
  background-size: contain; 
  background-repeat: no-repeat; 
  background-position: center;
}

.leftIcon {
  position: absolute;
  cursor: pointer;
  left: 160px;
  top: 2px;
  width: 50px;
  height: 64px;
  background:url('../media/left.png'); 
  background-size: contain; 
  background-repeat: no-repeat; 
  background-position: center;
}

.rightIcon {
  position: absolute;
  cursor: pointer;
  left: 320px;
  top: 2px;
  width: 50px;
  height: 64px;
  background:url('../media/right.png'); 
  background-size: contain; 
  background-repeat: no-repeat; 
  background-position: center;
}

.settingIcon {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 48px;
  height: 48px;
}

.deleteIcon {
  right: 10px;
  top: auto;
  left: auto;
  background:url('../media/delete.png'); 
  background-size: contain; 
  background-repeat: no-repeat; 
  background-position: center;
  z-index: 3;
  cursor: pointer;
}

.settingTitle {
  display: inline-block;
  height: 64px;
  font-size: 30px;
  color: gray;
  font-family:'Amatic SC';
}

.settingValue {
  display: inline-block;
  width: 50px;
  height: 64px;
}

.toneRow {
  height: 64px;
  border-top: solid 1px gray;
  text-align: center;
  min-width: 570px;
}

.instrumentRow {
  width: 590px;
  height: 64px;
  margin-left: 0px;
  text-align: center;
}

.underInstrumentsRow {
  position: fixed;
  bottom: 0px;
  width: 100%;
  height: 12vw;
  background: white;
}

.instrumentRowWrap {
  position: fixed;
  bottom: 0px;
  padding-bottom: 9px;
  width: 100%;
  height: 74px;
  background: white;
  overflow-x: auto;

  max-width: 590px;

  -webkit-border-bottom-left-radius: 50px 20px;
  -webkit-border-bottom-right-radius: 50px 20px;
  -moz-border-bottom-right-radius: 50px 20px;
  -moz-border-bottom-left-radius: 50px 20px;
  border-bottom-left-radius: 50px 20px;
  border-bottom-right-radius: 50px 20px;

  border-bottom: 1px solid;

}

.colorRowWrap {
  position: fixed;
  bottom: 74px;
  background: white;
  width: 100%;
  height: 64px;
  overflow-x: auto;
}

.colorRow {
  width: 590px;
  height: 64px;
  text-align: center;
  margin-left: 0px;
}

.token {
  height: 60px;
  width: 64px;
  background: #fafafa;
  border: solid 1px #fafafa;
  display: inline-block;
}

.colorPick {
  height: 64px;
  width: 64px;
  border: 1px dashed white;
  display: inline-block;
}

.instrumentPick {
  height: 64px;
  width: 64px;
  border: 1px dashed white;
  display: inline-block;
}

.guitarPick {
  background: url('../media/guitar.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.xyloPick {
  background: url('../media/xylophone.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.frulaPick {
  background: url('../media/pipe.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.trombonePick {
  background: url('../media/trombone.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.drumsPick {
  background: url('../media/drums.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.harfPick {
  background: url('../media/harp.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.violinPick {
  background: url('../media/violin.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.saxPick {
  background: url('../media/sax.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.redPick {
  color: #EE6352;
}

.yellowPick {
  color: #F4D35E;
}

.orangePick {
  color: #FF8552;
}

.greenPick {
  color: #57A773;
}

.purplePick {
  color: #673ab7;
}

.bluePick {
  color: #08B2E3;
}

.pinkPick {
  color: #E4959E;
}

.red1Pick {
  color: #FE7362;
}

.circle {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  border: 5px solid;
  margin: 5px;
}

.circle2 {
  width: 54px;
  height: 54px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  border: 4px solid;
  border-color: #fafafa;
  margin: 5px;
}


/* The snackbar - position it at the top and in the middle of the screen */
#snackbar {
  visibility: hidden; /* Hidden by default. Visible on click */
  min-width: 360px; /* Set a default minimum width */
  margin-left: -180px; /* Divide value of min-width by 2 */
  background-color: #dff0d8;
  color: #3c763d;
  border-color: #d6e9c6;
  font-family: 'Amatic SC';
  font-size: 22px;
  text-align: center; /* Centered text */
  border-radius: 12px; /* Rounded borders */
  padding: 10px; /* Padding */
  position: fixed; /* Sit on top of the screen */
  z-index: 20; /* Add a z-index if needed */
  left: 50%; /* Center the snackbar */
  top: 10px; /* 30px from the top */
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
  visibility: visible; /* Show the snackbar */
  /* Add animation: Take 0.5 seconds to fade in and out the snackbar. 
  However, delay the fade out process for 2.5 seconds */
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}


.addButton { 
  border: 1px solid gray;
  margin-left: 31px;
  border-radius: 8px;
  float: left;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 25px;
  color: gray;
  font-family: 'Amatic SC';
}

.rmvButton { 
  border: 1px solid gray;
  margin-right: 32px;
  border-radius: 8px;
  float: right;
  color: gray;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 25px;
  font-family: 'Amatic SC';
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
  from {top: 0; opacity: 0;} 
  to {top: 10px; opacity: 1;}
}

@keyframes fadein {
  from {top: 0; opacity: 0;}
  to {top: 10px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {top: 10px; opacity: 1;} 
  to {top: 0; opacity: 0;}
}

@keyframes fadeout {
  from {top: 10px; opacity: 1;}
  to {top: 0; opacity: 0;}
}


@media only screen and (max-width: 600px) {
  .mainHeader {
    font-size: 30px;
    padding-top: 12px;
  }

  .container-fluid {
      padding-right: 0px;
      padding-left: 0px;
      margin-right: 0px;
      margin-left: 0px;
  }

  .row {
    margin-right: 0px;
    margin-left: 0px;
  }

  .toneRow {
    min-width: 300px;
  }

  .circle2 {
    width: 10vw;
    margin: 1vw;
  }

  .colorRow {
    width: 100%;
  }

  .colorRowWrap {
    width: 100%;
    height: 14vw;
    bottom: 13vw;
  }

  .colorPick {
    width: 12vw;
    height: 12vw;
  }

  .circle {
    width: 10vw;
    height: 10vw;
    margin: 1vw;
  }

  .instrumentRowWrap {
    width: 100%;
    height: 14vw;
  }

  .instrumentRow {
    width: 100%;
    height: 14vw;
  }

  .instrumentPick {
    width: 12vw;
    height: 12vw;
  }

  .addButton { 
    margin-left: 13px;
  }

  .rmvButton { 
     margin-right: 13px;
  }

  .inputSongname {
    cursor: pointer;
  }

  .inputSongname:focus + .instrumentRowWrap {
    display: none;
  }
}

/*
  .mainHeader {
    font-size: 40px;
    position: relative;
    height: 64px;
  }

  .toneRow {
    height: 32px;
  }

  .token {
    width: 32px;
    height: 32px;
  }

  .colorRow {
    height: 32px;
    position: absolute;
    bottom: 64px;
    margin: auto;
    margin-left: 2px;
  }

  .colorPick {
    height: 32px;
    width: 32px;
  }

  .instrumentRow {
    height: 32px;

    position: absolute;
    bottom: 16px;
    margin: auto;
    margin-left: 2px;
  }

  .instrumentPick {
    height: 32px;
    width: 32px;
  }*/

