.btn-facebook {
	margin-top: 5px;
	color: #fff;
	background-color: #3b5998;
	border-color: rgba(0,0,0,0.2);
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
	padding: 6px 12px 6px 44px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	border-radius: 4px;
	text-decoration: none;
}

.btn-facebook > span:first-child {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 32px;
	line-height: 34px;
	font-size: 1.6em;
	text-align: center;
	border-right: 1px solid rgba(0,0,0,0.2);
}

.btn-facebook:hover{
	color: #fff !important;
}

#ajax-spinner {
	position: fixed;
	width: 64px;
	height: 64px;
	background: url('../../admin/images/loader.gif') no-repeat;
	z-index: 123456;
	color: green;
}

.error-message {
	color: #e73d4a;
}

.inp--white .inp__text.has-error {
	border-color: #e73d4a;
}

