/* ========================================== */
/* CSS for control sap.ui.core/BusyIndicator  */
/* Base theme                                 */
/* ========================================== */

.sapUiBusy {
	background-image: url(img/Busy.gif);
	display: block;
	width: 48px;
	height: 48px;
	outline: none;
	cursor: wait;

	top: 0 !important;
}

.sapUiBlyBusy {
	cursor: wait;
}