Your IP : 3.129.73.198


Current Path : /home/bitrix/ext_www/crm.klimatlend.ua/bitrix/js/crm/scoringbutton/
Upload File :
Current File : /home/bitrix/ext_www/crm.klimatlend.ua/bitrix/js/crm/scoringbutton/crm.scoring.button.css

.crm-entity-widget-actions-block-scoring {
	position: relative;
	top: -1px;
}

.crm-entity-widget-scoring {
	border-radius: 20px;
	padding: 3px 9px 3px 3px;
	box-sizing: border-box;
	position: relative;
	background-color: transparent;
	box-shadow: 0 0 0 1px #eaeaea;
	transition: all .15s linear;
	cursor: pointer;
}

.crm-entity-widget-scoring-animate {
	-webkit-animation: animateBg .8s linear 3 none;
	animation: animateBg .8s linear 3 none;
}

.crm-entity-widget-scoring:hover {
	background-color: rgba(47, 198, 246, .15);
	box-shadow: 0 0 0 1px rgba(47, 198, 246, .15);
}

@-webkit-keyframes animateBg {
	0% {
		background-color: transparent;
		box-shadow: 0 0 0 1px #eaeaea;
	}
	50% {
		background-color: rgba(47, 198, 246, .3);
		box-shadow: 0 0 0 1px rgba(47, 198, 246, .3);
	}
	100% {
		background-color: transparent;
		box-shadow: 0 0 0 1px #eaeaea;
	}
}

@keyframes animateBg {
	0% {
		background-color: transparent;
		box-shadow: 0 0 0 1px #eaeaea;
	}
	50% {
		background-color: rgba(47, 198, 246, .3);
		box-shadow: 0 0 0 1px rgba(47, 198, 246, .3);
	}
	100% {
		background-color: transparent;
		box-shadow: 0 0 0 1px #eaeaea;
	}
}

.crm-entity-widget-scoring-text {
	font: 11px/11px 'OpenSans-SemiBold', "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #525c69;
	padding-left: 19px;
}

.crm-entity-widget-scoring-icon {
	position: absolute;
	top: 1px;
	width: 16px;
	height: 16px;
	background: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20fill%3D%22%232fc6f6%22%20width%3D%2216%22%20height%3D%2216%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cg%20fill-rule%3D%22evenodd%22%3E%3Ccircle%20cx%3D%229.937%22%20cy%3D%2210.995%22%20r%3D%222.838%22/%3E%3Ccircle%20cx%3D%224.42%22%20cy%3D%226.504%22%20r%3D%222.303%22/%3E%3Ccircle%20cx%3D%2210.965%22%20cy%3D%224.053%22%20r%3D%221.582%22/%3E%3Cpath%20d%3D%22M5.336%207.627l.506-.625%202.486%202.012-.506.625zm5.143-2.172l.796.111-.482%203.43-.795-.112zm-.532-1.062l.22.772-4.55%201.305-.22-.772z%22/%3E%3C/g%3E%3C/svg%3E) no-repeat center;
	background-size: cover;
	border-radius: 50%;
}