.form-onoffswitch-container {
	display: block;
	min-height: 33px;
}

	.form-onoffswitch-container .form-onoffswitch-button {
		display: inline-block;
	}

	.form-onoffswitch-container .form-onoffswitch-text {
		display: inline-block;
		margin-left: 5px;
		position: relative;
		top: -6.5px;
	}

.form-onoffswitch {
	position: relative;
	width: 38px;
	-webkit-user-select: none;
	-moz-user-select:none;
	-ms-user-select: none;
}

.form-onoffswitch-checkbox {
	display: none;
}

.form-onoffswitch-label {
	background-color: #BBBBBB;
	border: 1px solid #CCCCCC;
	border-radius: 20px;
	cursor: pointer;
	display: block;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	padding: 0;
	transition: background-color 0.2s ease-in;
	margin: 0;
}

.form-onoffswitch-label:before {
	background: #FFFFFF;
	border: 2px solid #CCCCCC;
	border-radius: 20px;
	bottom: 0;
	content: "";
	display: block;
	margin: 0px;
	position: absolute;
	right: 18px;
	top: 0;
	transition: all 0.2s ease 0s;
	width: 20px;
}

.form-onoffswitch-checkbox:checked + .form-onoffswitch-label {
	background-color: #337AB7;
}

.form-onoffswitch-checkbox:checked + .form-onoffswitch-label, .form-onoffswitch-checkbox:checked + .form-onoffswitch-label:before {
	border-color: #337AB7;
}

.form-onoffswitch-checkbox:checked + .form-onoffswitch-label:before {
	right: 0px;
}
/*
     FILE ARCHIVED ON 00:03:03 Oct 05, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 16:04:08 Mar 16, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.8
  exclusion.robots: 0.064
  exclusion.robots.policy: 0.049
  esindex: 0.013
  cdx.remote: 371.365
  LoadShardBlock: 112.821 (3)
  PetaboxLoader3.datanode: 130.069 (4)
  load_resource: 111.002
  PetaboxLoader3.resolve: 74.269
*/