[data-callback] >.row{
	margin-left: -10px;
	margin-right: -10px;
}

[data-callback] >.row > div{
	padding-left: 10px;
	padding-right: 10px;
}

.loading-block{
	position: relative;
}

.loading-block:before{
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	opacity: 0.25;
	display: inline-block;
	position: absolute;
}

[data-callback].loading-block:before{
	background-color: #ffdc44;
}

[data-error]{
	margin: 10px 0;
    color: #e00000;
    font-weight: 700;
}