﻿/*BEGIN: loaders*/
.loader-ico {
	width: 100%;
}

button.loading {
	text-indent: -99999px;
}

body.loading,
.loader-ico,
.loading,
.datagridlist {
	min-height: 24px;
	background-image: url(/Resources/Internal/Images/green-spinner-32.gif);
	background-repeat: no-repeat;
	background-position: 50% 25%;
	background-color: transparent!important;
}

button.waiting,
button.waiting:hover {
	background-repeat: no-repeat;
	background-image: url(/Resources/Internal/Images/green-spinner-32.gif);
	background-position: 50% 50%;
	background-color: #fff;
	border: 1px solid #0186CD;
	color: #0186CD;
	text-indent: -9999px;
}

.dropdown .ico {
	width: 16px;
	height: 16px;
	position: absolute;
	right: 12px;
	top: 11px;
	pointer-events: none;
	background: url(/Resources/Internal/Images/green-spinner-16.gif) no-repeat;
	color: transparent;
}

/*END: loaders*/