@CHARSET "UTF-8";

/* system/libs/jqueryui/themes/eye2/images/ui-icons_585858_256x240.png   */

.text-danger > .ui-icon,
.ui-icon.text-danger {
	background-image: url('/system/libs/jqueryui/themes/eye2/images/ui-icons_ff2400_256x240.png')
}
.text-warning > .ui-icon,
.ui-icon.text-warning {
	background-image: url('/system/libs/jqueryui/themes/eye2/images/ui-icons_f29a00_256x240.png')
}

.ui-button-icon-spin .ui-icon {
	-webkit-animation:spin 1s linear infinite;
	-moz-animation:spin 1s linear infinite;
	animation:spin 1s linear infinite;
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); }