﻿.el-checkbox__input {
	cursor: pointer;
	outline: 0;
	line-height: 1.1;
	vertical-align: middle;
}
.el-checkbox__input.is-checked .el-checkbox__inner, .el-checkbox__input.is-indeterminate .el-checkbox__inner {
	background-color: #000000;
	border-color: #000000;
}
.el-checkbox__input.is-checked + .el-checkbox__label {
	color: #000000;
}

.el-checkbox__input.is-focus .el-checkbox__inner {
	border-color: #000000;
}

.el-radio__input.is-checked .el-radio__inner {
	border-color: #000000;
	background: #000000;
}

.el-radio__input.is-checked + .el-radio__label {
	color: #000000;
}

.el-radio {
	color: #000000;
	font-weight: 500;
	line-height: 1;
	cursor: pointer;
	white-space: nowrap;
	outline: 0;
	margin-right: 30px;
}

.el-checkbox {
	color: #000000;
	font-weight: 500;
	font-size: 14px;
	cursor: pointer;
	user-select: none;
	margin-right: 30px;
}

.el-radio__inner {
	border: 1px solid #000000;
	border-radius: 100%;
	width: 14px;
	height: 14px;
	background-color: #FFF;
	cursor: pointer;
	box-sizing: border-box;
}

.el-checkbox__inner {
	display: inline-block;
	position: relative;
	border: 1px solid #000000;
	border-radius: 2px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 14px;
	height: 14px;
	background-color: #FFF;
	z-index: 1;
	-webkit-transition: border-color .25s cubic-bezier(.71, -.46, .29, 1.46), background-color .25s cubic-bezier(.71, -.46, .29, 1.46);
	transition: border-color .25s cubic-bezier(.71, -.46, .29, 1.46), background-color .25s cubic-bezier(.71, -.46, .29, 1.46);
}

.notice {
	color:grey;
}

.el-avatar, .el-cascader-panel, .el-radio, .el-radio--medium.is-bordered .el-radio__label, .el-radio__label {
	font-size: 12px;
}