@import url('https://fonts.googleapis.com/css?family=Orbitron:400,500,700,900&display=swap');
@import url('https://fonts.googleapis.com/icon?family=Material+Icons');

body * {
  font-family: verdana;
  font-size: 16px;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 26px;
}

h3 {
  font-size: 22px;
}


body {

  background-color: #3e4444;
  padding: 0;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.material-icons {
  font-size: 16px;

}

#nodes {
  padding: 16px;
  width: 100%;
  margin-left: 320px;
}

#ctitle,
#message {
  position: fixed;
  top: 0;
  height: 200px;
  max-width: calc(1600px - 342px) !important;
  box-sizing: border-box;
}

#message {
  background-color: pink;
  padding: 64px;
  width: 100%;
  display: none;
}

#ifilter {
  width: 100%;
  display: none;
  font-size: 12px;
}

#filter {
  display: flex;
}

#ifilterbtn {
  width: 96px;
}

#sysex {
  margin-top: 200px;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}

#container {
  display: flex;
  border: 1px solid #333;
  background-color: #000;
  margin: 2px;

}

.cpath {
  font-size: 22px;
  color: #c1946a;
}

#left-panel {
  width: 100%;
  min-width: 300px;
  background-color: #3e4444;
  padding: 16px;
  position: fixed;
  height: 64px;
  box-sizing: border-box;
  z-index: 1100;
  margin-top: -3px;
}

#left-panel ul {
  list-style: none;
  margin: 0;
  margin-top: 32px;
  overflow-y: scroll;

  padding: 0;
}

#rpatch {
  padding: 10px !important;
  /* height: 132px; */
  margin: 8px;
  background-color: black;
  color: #fff;
}

#current {
  padding: 10px !important;
  /* height: 132px; */
  margin: 8px;
  background-color: darkgreen;
  color: #fff;
}

#left-panel ul li {
  padding: 8px;
  border-bottom: 1px solid #222;
  margin-bottom: 8px;
  letter-spacing: 2px;
}

#left-panel ul li:hover {
  background-color: #82b74b;
  color: #000;
}

#left-panel ul li.selected {
  background-color: #c1946a;
  color: #000;
}



#left-panel ul li a {
  display: block;
  color: #000;
  font-size: 15px;
  text-decoration: none;
  color: #fff;
}

#sysex li {
  flex: 1;
  padding: 0px;
  border-bottom: 1px solid #e9e9e9;
  margin: 2px;
  color: #fff;
  white-space: nowrap;
  background-color: #405d27;
  text-transform: capitalize;
  min-width: 300px;
  text-align: center;
  overflow: hidden;
}

#sysex li .path {
  padding: 4px 6px;
  background-color: #000;
  color: #999;
  font-size: 12px;

}

#sysex li .item {
  padding: 8px !important;

}

#sysex li:hover {
  background-color: #000;
  color: #fff;
  cursor: pointer;
}


#sysex li.selected {
  background-color: rgb(169, 254, 73);
  color: #000;
  cursor: pointer;
}

#midi {
  margin-bottom: 16px;
  color: #fff;
  display: flex;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.prow {
  display: flex;
  margin-bottom: 8px;
}

.prow label {
  white-space: nowrap;
  margin: 0px 4px 0px 16px;
}

#ctitle {
  text-align: center;
  width: 100%;
  background-color: #004D40;
  color: #fff;
  padding: 16px;

  font-family: "Helvetica,verdana,arial";
  font-size: 32px;
}

#main {
  background-color: #BFC9CA;
  margin-top: 64px;
  box-sizing: border-box;
  padding: 32px;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

#channels {
  display: flex;
  flex-direction: column;
}

.channel {
  margin: 8px 0px;
  padding: 0;
  /*border: 1px solid #000;
  background-color: #E8F5E9;*/
  min-width: 150px;
  display: flex;
  min-height: 72px;
}

.channel .data {
  /* padding: 2px;*/
  display: flex;

}

.chtitle {
  padding: 8px;
  background-color: #004D40;
  color: #fff;
  text-align: center;
  min-width: 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.addbtn span,
.addbtn i {
  vertical-align: middle;
}

.addbtn * {
  font-size: 16px;
}

.addbtn .material-icons {
  font-size: 32px;

}

.addbtn:hover {
  background-color: #99FF00;
}

.addbtn:hover .addmsg {
  display: block;
}

.addbtn span {
  margin-left: 4px;
}

.addbtn {
  width: 100%;
  display: flex;
  min-height: 72px;
  margin: 0;
  padding: 16px;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  cursor: pointer;
}

.addmsg {
  font-size: 10px;
  margin-top: 8px;
  max-width: 140px;
  display: none;
}

.chtitle>span {
  display: block;
  font-weight: bold;
  margin-bottom: 8px;
  font-family: Orbitron,
    Courier;
}

.chtitle button {
  padding: 4px 6px;
  cursor: pointer;
}

.filter-item {
  padding: 8px 8px;
  margin: 0;
  cursor: pointer;
  border: 1px solid #111;
  font-size: 12px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  text-align: center;
}



.desc {
  display: none;
  padding: 6px;
  font-size: 12px;

}

.desc-main {
  display: flex;
  margin-left: 16px;
}

.desc-main:hover .desc {
  display: block;
}

.delbutton {
  text-align: center;
  /* padding: 4px 4px;
  margin-bottom: 6px;
*/
}

.delbutton button {
  cursor: pointer;
  padding: 4px 6px;
  margin: 1px 2px;
  font-weight: 500;
}

.tab-content label {
  display: inline-block;
  padding-right: 8px;
  min-width: 120px;
}

.tab-content div {
  margin-bottom: 8px;
}

.range select {

  max-width: 400px;
}

.filter {
  min-width: 180px;
  margin: 2px 6px;
  box-sizing: border-box;
  box-shadow: -1px -2px 2px 0px rgba(0, 0, 0, 0.7),
    2px 2px 1px 0px rgba(255, 255, 255, 0.7);
  min-height: 105px;

}

.filter-name {
  font-size: 11px;
  font-weight: 300;
  text-align: center;
  padding: 4px;
  margin-top: -8px;
  width: calc(100% + 8px);
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin-left: -8px;
  background-color: rgba(0, 0, 0, 0.6);
  margin-bottom: 4px;
  color: #fff;
  cursor: move;
}

.filter-label {
  padding: 8px 6px;
  margin: 8px 8px 8px -4px;
  width: calc(100% - 8px);
  background-color: #99FF00;
  /*-webkit-box-shadow: inset 1px -1px 32px 0px rgba(27, 94, 32, 1);
  -moz-box-shadow: inset 1px -1px 32px 0px rgba(27, 94, 32, 1);*/
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  box-shadow: inset 2px -2px 8px 0px rgba(27, 94, 32, 1),
    inset -2px 2px 8px 0px rgba(27, 94, 32, 1);
  ;
  font-family: Orbitron, 'Courier New', Courier, monospace;
  font-weight: bold;
  font-size: 12px;
  color: #1B5E20;
}

div.disabled {
  border: 1px dashed #000;
  background-color: rgba(0, 0, 0, 0.3)
}

div.disabled button:not(.disabled) {
  display: none;
}

div.disabled .filter-name,
div.disabled .filter-label {
  opacity: 0.2;
}

.disabled {
  background-color: #E53935;
  color: #fff;
}

/** filter colors **/
.transpose {
  background-color: #FFF176;

}

.split {
  background-color: #5E35B1;

}

.ccremap {
  background-color: #4DD0E1;

}

.chroute {
  background-color: #689F38;

}

.chord {
  background-color: #2874A6;
}

.noterange {
  background-color: #37474F;
  color: #B71C1C;
}

.channelfilter {
  background-color: #B71C1C;
}

.ccfilter {
  background-color: #E64A19;
}

#ccmap {
  display: flex;
  flex-direction: column;
}

.ccrow {
  display: flex;
  margin-bottom: 4px;
}

.ccrow * {
  font-size: 14px;
}

#wait {
  color: red;
  font-weight: bold;
  margin-left: 16px;
  white-space: nowrap;
  display: none;
}




.ccrow-title {
  min-width: 180px;
  text-align: right;
  margin-right: 16px;
}

.slider-row {
  display: flex;
  margin-bottom: 4px;
}

.slider-row label,
#nchannels,
#gchannel,
#aftbase {
  margin-right: 16px;
  min-width: 140px;
  align-self: center;
}

.slider-row label {
  width: 200px;
}

.warn {
  min-width: 600px;
  font-size: 16px;
  text-align: center;
  width: 100%;
  margin: 32px, auto, 16px, auto !important;
  align-self: center;
}

.prow h1 {
  white-space: nowrap;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 24px;
  margin: 0;
}

.prow select {

  max-width: 200px;
}

.prow {
  align-items: center;

}