
.error-line {
  background-color:#FFDDDD;
}
.fullbox {
  width: 90vw;
  height: 80vh;
}

.tinybox {
  width: 30vw;
}

.nobord td,th {
	border: none;
	width: auto;
}

.tinygap {
	font-size: 2pt;
}

.butn {
vertical-align: top;
height: 28px;
min-height: 28px;
}


.butnrow {
	
}

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

body {
	background-color:#f8f8f8;
}


/* Dropdown Button from www schools */
.dropbtn {
//    background-color: #3498DB;
//  color: white;
//  padding: 16px;
//  font-size: 16px;
	vertical-align: top;
	height: 28px;
	min-height: 28px;
	cursor: pointer;
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
    background-color: #2980B9;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

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

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}

input[type=checkbox] {
  transform: scale(1.75);
}

.audchbox {
margin-left: 8px;

}

.cboxtext {
 font-size: 18x;
 text-align: center;
 line-height: 18px;
}

table.miditrack {
	border-collapse: collapse;
	text-align: center;
}

#filegroup * button, #filegroup2 * button {
	border: solid 1px;
	border-color: black,
}

.miditrack * td {
	border: solid 1px;
}

.midihead * button {
	border: solid 1px;
}

td.midichan {
	font-size: 14px;
	border: none;
	padding: none;
}

td.midiinst {
	font-size: 12px;
	border: none;
	padding: none;
}

table.midihead {
  text-align: left;
  table-layout: fixed;
  width: 140px;
  border: none;
}

td.midiheadr {
	vertical-align: top;
}

table.miditrack {
	vertical-align: top;
}

div.midilab {
	position: absolute;
	font-size: 7pt;
}

div.midigrid {
	position: relative;
	background-color:#E8E8E0;
	overflow: hidden;
	cursor: default;
}

div.midiitem {
	position: absolute;
	height: 4px;
	background-color: black;
	user-select: none;
}

div.midiitembow {
	position: absolute;
	height: 4px;
	color: yellow;
}

.butns {
vertical-align: center;
height: 18px;
min-height: 18px;
}

td.butnstd {
  border: none;
}

td.butnstr {
  border: none;
}

div.selbox {
	background-color: gray;
	position: absolute;
	opacity: 0.2;
}



/* Root element */
.json-document {
  padding: 1em 2em;
}

/* Syntax highlighting for JSON objects */
ul.json-dict, ol.json-array {
  list-style-type: none;
  margin: 0 0 0 1px;
  border-left: 1px dotted #ccc;
  padding-left: 2em;
}
.json-string {
  color: #0B7500;
}
.json-literal {
  color: #1A01CC;
  font-weight: bold;
}

/* Toggle button */
a.json-toggle {
  position: relative;
  color: inherit;
  text-decoration: none;
}
a.json-toggle:focus {
  outline: none;
}
a.json-toggle:before {
  font-size: 1.1em;
  color: #c0c0c0;
  content: "\25BC"; /* down arrow */
  position: absolute;
  display: inline-block;
  width: 1em;
  text-align: center;
  line-height: 1em;
  left: -1.2em;
}
a.json-toggle:hover:before {
  color: #aaa;
}
a.json-toggle.collapsed:before {
  /* Use rotated down arrow, prevents right arrow appearing smaller than down arrow in some browsers */
  transform: rotate(-90deg);
}

/* Collapsable placeholder links */
a.json-placeholder {
  color: #aaa;
  padding: 0 1em;
  text-decoration: none;
}
a.json-placeholder:hover {
  text-decoration: underline;
}

td.xpjtd {
	border-style: groove;
	border-width: medium;
	height: 64px;
	width: 128px;
	
}

td.xpjmt {
	border-style: groove;
	border-width: medium;
	background-color: gray;
	height: 64px;
	width: 128px;
}

th.xpjth {
	font-size: 9px;
}

th.xpjthdr {
	font-size: 12px;
}

div.xpjaud {
	height: 64px;
	width: 128px;
	font-size: 12px;
}

#uploader {
	background-color: #FFFFE0;
}

.playbutns {
	width:  92px;
	height: 16px;
}

.plsybut {
	width: 12px;
	height: 12px;
}
