[class*="icheck-material"]{
	min-height:26px;margin-top:5px !important;margin-bottom:5px !important;padding-left:0;
}
[class*="icheck-material"]>label{
	padding-left:29px !important;min-height:22px;line-height:22px;display:inline-block;position:relative;vertical-align:top;margin-bottom:0;font-weight:normal;cursor:pointer;
}
[class*="icheck-material"]>input:first-child{
	position:absolute !important;opacity:0;margin:0;background-color:#5E2C9D;border-radius:50%;display:block;pointer-events:none;width:26px;height:26px;outline:none;
}
[class*="icheck-material"]>input:first-child+label::before,
[class*="icheck-material"]>input:first-child+input[type="hidden"]+label::before{
	content:"";display:inline-block;position:absolute;width:26px;height:26px;border:2px solid #5E2C9D;border-radius:3px;margin-left:-29px;box-sizing:border-box;
}
[class*="icheck-material"]>input:first-child:checked+label::after,
[class*="icheck-material"]>input:first-child:checked+input[type="hidden"]+label::after{
	content:"";display:inline-block;position:absolute;top:0;left:0;width:7px;height:16px;border:solid 2px #fff;border-left:none;border-top:none;box-sizing:border-box;
}
[class*="icheck-material"]>input:first-child:not(:checked):not(:disabled):hover+label::before,
[class*="icheck-material"]>input:first-child:not(:checked):not(:disabled):hover+input[type="hidden"]+label::before{
	border-width:2px;
}
[class*="icheck-material"]>input:first-child::-ms-check{
	opacity:0;border-radius:50%;
}
[class*="icheck-material"]>input[type="radio"]:first-child+label::before,
[class*="icheck-material"]>input[type="radio"]:first-child+input[type="hidden"]+label::before{
	border-radius:50%;
}
[class*="icheck-material"]>input[type="radio"]:first-child:checked+label::before,
[class*="icheck-material"]>input[type="radio"]:first-child:checked+input[type="hidden"]+label::before{
	background-color:transparent;
}
[class*="icheck-material"]>input[type="radio"]:first-child:checked+label::after,
[class*="icheck-material"]>input[type="radio"]:first-child:checked+input[type="hidden"]+label::after{
	content:"";position:absolute;width:16px;height:16px;border-radius:50%;border:none;top:5px;left:5px;
}
.icheck-inline{
	display:inline-block;
}
.icheck-inline+.icheck-inline{
	margin-left:.75rem;margin-top:6px;
}
.icheck-material-purple>input:first-child{
	background-color:#9c27b0;
}
.icheck-material-purple>input:first-child::-ms-check{
	background-color:#9c27b0;
}
.icheck-material-purple>input:first-child:not(:checked):not(:disabled):hover+label::before,
.icheck-material-purple>input:first-child:not(:checked):not(:disabled):hover+input[type="hidden"]+label::before{
	border-color:#5E2C9D;
}
.icheck-material-purple>input:first-child:checked+label::before,
.icheck-material-purple>input:first-child:checked+input[type="hidden"]+label::before{
	background-color:#9c27b0;border-color:#5E2C9D;
}
.icheck-material-purple>input:first-child:checked+label::after,
.icheck-material-purple>input:first-child:checked+input[type="hidden"]+label::after{
	border-bottom-color:#fff;border-right-color:#fff;
}
.icheck-material-purple>input[type="radio"]:first-child:checked+label::after,
.icheck-material-purple>input[type="radio"]:first-child:checked+input[type="hidden"]+label::after{
	background-color:#D08AF0;
}