.custom-checkbox {
  padding: 0 3pt;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 0;
}

.custom-checkbox .fa-toggle-on, .custom-checkbox .fa-toggle-off {
  font-size: 135%;
}

.custom-checkbox input[type=checkbox] {
  visibility: collapse;
  width: 0px;
  margin-left: -0.25em;
}

.custom-checkbox input[type=checkbox] ~ .custom-check-on {
  display: none;
}

.custom-checkbox input[type=checkbox]:checked ~ .custom-check-on {
  display: inline;
}

.custom-checkbox input[type=checkbox]:checked ~ .custom-check-off {
  display: none;
}

* {
  /*box-sizing: inherit;*/
}

*:before, *:after {
  /*box-sizing: inherit;*/
}

span {
  font-style: inherit;
  font-weight: inherit;
}

#deleteOfflineDevices {
}

