/*#breadcrumbs {*/
	/*margin-top: 20px;*/
/*}*/

/*.alert {*/
	/*margin-top: 10px;*/
/*}*/

/*.loading {*/
	/*background-image: url("../../global/images/loading.gif");*/
	/*width: 50px;*/
	/*height: 50px;*/
	/*background-repeat: no-repeat;*/
	/*background-size: 50px 50px;*/
	/*display: block;*/
/*}*/

.document-editor {
	position: relative;
	height: 100%;
}

.loader, .big-loader, .small-loader {
	background-image: url("../images/loading-small@2x.png");
	background-position: center center;
	background-repeat: no-repeat;
}

.big-loader, .small-loader {
	display: inline-block;
	position: absolute; width: 100%; height: 100%; top: 0;left: 0; background-color: rgba(0,0,0,0.12); z-index: 100;
}