p.processtext {
  font-size: 14px;
}

.progress-bar-assettrack {
  background-color: #495867;
}

.progress-bar-dataerased {
  background-color: #577399;
}

.progress-bar-destroyed {
  background-color: #FE5F55;
}

.progress-bar-instores {
  background-color: #BDD5EA;
}

.progress-bar-sold {
  background-color: #F7F7FF;
}

.key {
  float: none;
  width: 150px;
  height: 20px;
  margin: 15px;
  border: 1px solid rgba(0, 0, 0, .2);
  text-align: center;
  display: inline-block;
}

.assettrack {
  background-color: #495867;
  color: white;
}

.dataerased {
  background-color: #577399;
  color: white;
}

.destroyed {
  background-color: #FE5F55;
  color: black;
}

.instores {
  background-color: #BDD5EA;
  color: black;
}

.sold {
  background-color: #F7F7FF;
  color: black;
}

div.dataTables_length {
  margin-right: 1em;
}

.footer.tifixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 10px 20px;
  background: #f3f3f4;
  margin-left: 235px;
  margin-right: 15px;
}

.vertical-center {
  min-height: 100%;
  /* Fallback for browsers do NOT support vh unit */
  min-height: 100vh;
  /* These two lines are counted as one :-)       */
  display: flex;
  align-items: center;
}

.drive-box {
  border-style: solid;
  border-width: medium;
  padding-left: 25px;
  padding-top: 40px;
  margin-bottom: 50px;
  max-height: 250px;
}

.drive-erasures {
  font-size: 16px;
  font-weight: 600;
  color: #676a6c;
  display: block;
  text-align: left;
}

.drive-name {
  font-size: 16px;
  font-weight: 600;
  color: #676a6c;
  display: block;
  margin: 2px 0 5px 0;
}

.drive-name:hover, .drive-name:focus {
  color: #1ab394;
}

.drive-total {
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  background-color: #1ab394;
  padding: 6px 12px;
  position: absolute;
  top: 3px;
  left: 18px;
}

.drive-test {
  font-size: 14px;
  font-weight: 600;
  padding: 6px 36px;
  position: absolute;
  top: 3px;
  left: 30px;
}

.drive-dateentries {
  height: 8vmin;
  overflow: hidden;
  overflow-y: auto;
  text-align: center;
}

.info-message {
  font-size: 16px;
}

.tape-found {
  -moz-box-shadow: inset 0 0 10px #000000;
  -webkit-box-shadow: inset 0 0 10px #000000;
  box-shadow: inset 0 0 10px #000000;
  font-size: 30px;
  font-weight: bold;
}

.connection-good {
  margin: auto;
  width: 50%;
  background-color: green;
  width: 20px;
  height: 20px;
}

.connection-bad {
  margin: auto;
  width: 50%;
  background-color: gold;
  width: 20px;
  height: 20px;
}


.onoffswitch {
  position: relative; width: 90px;
  -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
  display: none;
}
.onoffswitch-label {
  display: block; overflow: hidden; cursor: pointer;
  border: 2px solid #999999; border-radius: 20px;
}
.onoffswitch-inner {
  display: block; width: 200%; margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
  display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
  font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
  box-sizing: border-box;
}
.onoffswitch-inner:before {
  content: "ON";
  padding-left: 10px;
  background-color: #34A7C1; color: #FFFFFF;
}
.onoffswitch-inner:after {
  content: "OFF";
  padding-right: 10px;
  background-color: #EEEEEE; color: #999999;
  text-align: right;
}
.onoffswitch-switch {
  display: block; width: 18px; margin: 6px;
  background: #FFFFFF;
  position: absolute; top: 0; bottom: 0;
  right: 56px;
  border: 2px solid #999999; border-radius: 20px;
  transition: all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px; 
}
.swal2-container {
  z-index: 4000 !important;
}