body {
  background-image: url("../images/header.jpg");
  background-color: #93c2c2;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.fig {
  display: inline-block;
  font-family: Arial, serif;
  font-size: x-small;
  margin: 2px;
  padding: 2px;
  border-radius: 5px;
  border: 2px solid;
}

.fig-cls {
  font-family: Arial, serif;
  font-size: x-small;
  background-color: #dddddd;
  margin: -5px;
  padding: 5px;
}

.fig-reg {
  background: #dddddd;
}

.fig-sel {
  background: #aaaaaa;
}

.fig-over {
  background: #819979;
}

.fig-click,
.fig-match {
  background: #a3bad2;
}

.fig-norm {
  border-color: #ffffff;
}

.fig-mnorm {
  border-color: #eeeeee;
}

.fig-tag {
  border-color: #cc5500;
}

.figvid {
  display: inline-block;
  margin: 5px 2px;
  padding: 8px 8px 3px 8px;
  border-radius: 5px;
}

.figvid-reg {
  background: #dddddd;
}

.figvid-match {
  background: #a3bad2;
}

.thumb {
  height: 112px;
  border: 1px solid #000000;
  margin: 5px;
}

#status,
#statusv,
#statusg,
#statush,
#statust {
  font-family: Arial, serif;
  font-size: small;
}

#res {
  font-family: Arial, serif;
  font-size: small;
}

#graph {
  height: 75vh;
}

input[type=range] {
  appearance: none;
  -webkit-appearance: none;
}

input[type=range]:focus {
  outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
  height: 10px;
  background: #dddddd;
  border: none;
  border-radius: 3px;
  margin-bottom: 5px;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 10px;
  width: 20px;
  border-radius: 30%;
  background: #819979;
}

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #cccccc;
}

input[type=range]::-moz-range-track {
  height: 10px;
  background: #dddddd;
  border-radius: 3px;
  margin-bottom: 5px;
}

input[type=range]:focus::-moz-range-track {
  background: #cccccc;
}

input[type=range]::-moz-range-thumb {
  border: none;
  height: 10px;
  width: 20px;
  border-radius: 30%;
  background: #819979;
}

.lnk {
  color: #414F9C !important;
}

#matches {
  background: #eeeeee;
}

#imgsep {
  background: #a3bad2;
  height: 10px;
}

tr {
  cursor: pointer;
}

.md-margins {
  margin-right: 20px;
  margin-left: 20px;
}

div#vidload,
div#varthr {
  margin-right: 100px;
}

md-select {
  width: 180px;
}

#vars {
  width: 60px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.spacer {
  flex: 1 1 auto;
}

.drive {
  margin-right: 5px;
  width: 10px;
  height: 10px;
}

.md-fixed-size {
  width: 100px;
}

md-icon {
  color: rgba(0, 0, 0, 0.7);
}

md-icon#filevd,
md-icon#drivevd,
md-icon#storevd {
  color: #6f9860;
}

md-icon#fileid,
md-icon#driveid,
md-icon#storeid {
  color: #6f9860;
}

md-icon#linkd,
md-icon#unlinkd,
md-icon#matchvd,
md-icon#matchid {
  color: #7095bd;
}

md-icon svg {
  fill: inherit;
}

.md-button[disabled] md-icon#matchvd,
.md-button[disabled] md-icon#drivevd,
.md-button[disabled] md-icon#storevd {
  color: rgba(0, 0, 0, 0.18);
}

.md-button[disabled] md-icon#matchid,
.md-button[disabled] md-icon#driveid,
.md-button[disabled] md-icon#storeid {
  color: rgba(0, 0, 0, 0.18);
}