.ml_images_busy
{
	background-image: none;
/*	background-repeat: no-repeat; */
	position: relative;
	overflow: hidden;
}

/*
.main {
    width: 200px;
    height: 300px;
}
*/

.ml_images_busy:after
{
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	position: absolute;
	background-image: url('images/busy.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	content: '';
	animation: ml_images_busy_anim 4s steps(12) infinite forwards;
}


@keyframes ml_images_busy_anim
{
	from { transform: rotate(0deg); }
	to  { transform: rotate(360deg); } 
}

.ml_images_failure_dark
{
	background-image: url('images/failure_dark.svg');
	background-repeat: no-repeat;
	background-size: contain;
}

.ml_images_failure_lite
{
	background-image: url('images/failure_lite.svg');
	background-repeat: no-repeat;
	background-size: contain;
}

.ml_images_redo_dark
{
	background-image: url('images/redo_dark.svg');
	background-repeat: no-repeat;
	background-size: contain;
}

.ml_images_redo_lite
{
	background-image: url('images/redo_lite.svg');
	background-repeat: no-repeat;
	background-size: contain;
}

.ml_images_retry_dark
{
	background-image: url('images/retry_dark.svg');
	background-repeat: no-repeat;
	background-size: contain;
}

.ml_images_retry_lite
{
	background-image: url('images/retry_lite.svg');
	background-repeat: no-repeat;
	background-size: contain;
}

.ml_images_success_dark
{
	background-image: url('images/success_dark.svg');
	background-repeat: no-repeat;
	background-size: contain;
}

.ml_images_success_lite
{
	background-image: url('images/success_lite.svg');
	background-repeat: no-repeat;
	background-size: contain;
}

.ml_images_link_dark
{
	background-image: url('images/link_dark.svg');
	background-repeat: no-repeat;
	background-size: contain;
}

.ml_images_link_lite
{
	background-image: url('images/link_lite.svg');
	background-repeat: no-repeat;
	background-size: contain;
}

.ml_images_mail_dark
{
	background-image: url('images/mail_dark.svg');
	background-repeat: no-repeat;
	background-size: contain;
}

.ml_images_mail_lite
{
	background-image: url('images/mail_lite.svg');
	background-repeat: no-repeat;
	background-size: contain;
}

.ml_images_money_dark
{
	background-image: url('images/money_dark.svg');
	background-repeat: no-repeat;
	background-size: contain;
}

.ml_images_money_lite
{
	background-image: url('images/money_lite.svg');
	background-repeat: no-repeat;
	background-size: contain;
}

.ml_images_download_dark
{
	background-image: url('images/download_dark.svg');
	background-repeat: no-repeat;
	background-size: contain;
}

.ml_images_download_lite
{
	background-image: url('images/download_lite.svg');
	background-repeat: no-repeat;
	background-size: contain;
}

.ml_images_upload_dark
{
	background-image: url('images/upload_dark.svg');
	background-repeat: no-repeat;
	background-size: contain;
}

.ml_images_upload_lite
{
	background-image: url('images/upload_lite.svg');
	background-repeat: no-repeat;
	background-size: contain;
}

.ml_images_language_en
{
	background-image: url('images/language_en.svg');
	background-repeat: no-repeat;
	background-size: contain;
}

.ml_images_language_de
{
	background-image: url('images/language_de.svg');
	background-repeat: no-repeat;
	background-size: contain;
}

.ml_images_folder_dark
{
	background-image: url('images/folder_dark.svg');
	background-repeat: no-repeat;
	background-size: contain;
}

.ml_images_folder_lite
{
	background-image: url('images/folder_lite.svg');
	background-repeat: no-repeat;
	background-size: contain;
}

.ml_images_folder_color
{
	background-image: url('images/folder_color.svg');
	background-repeat: no-repeat;
	background-size: contain;
}

.ml_images_file_unknown
{
	background-image: url('images/file_unknown.svg');
	background-repeat: no-repeat;
	background-size: contain;
}

.ml_images_file_archive
{
	background-image: url('images/file_archive.svg');
	background-repeat: no-repeat;
	background-size: contain;
}

.ml_images_file_gears
{
	background-image: url('images/file_gears.svg');
	background-repeat: no-repeat;
	background-size: contain;
}

.ml_images_file_image
{
	background-image: url('images/file_image.svg');
	background-repeat: no-repeat;
	background-size: contain;
}

.ml_images_file_lyrics
{
	background-image: url('images/file_lyrics.svg');
	background-repeat: no-repeat;
	background-size: contain;
}

.ml_images_file_music
{
	background-image: url('images/file_music.svg');
	background-repeat: no-repeat;
	background-size: contain;
}

.ml_images_file_plugin
{
	background-image: url('images/file_plugin.svg');
	background-repeat: no-repeat;
	background-size: contain;
}

.ml_images_file_text
{
	background-image: url('images/file_text.svg');
	background-repeat: no-repeat;
	background-size: contain;
}

.ml_images_file_video
{
	background-image: url('images/file_video.svg');
	background-repeat: no-repeat;
	background-size: contain;
}

.ml_images_news_dark
{
	background-image: url('images/news_dark.svg');
	background-repeat: no-repeat;
	background-size: contain;
}

.ml_images_news_lite
{
	background-image: url('images/news_lite.svg');
	background-repeat: no-repeat;
	background-size: contain;
}
.ml_images_chat_dark
{
	background-image: url('images/chat_dark.svg');
	background-repeat: no-repeat;
	background-size: contain;
}

.ml_images_chat_lite
{
	background-image: url('images/chat_lite.svg');
	background-repeat: no-repeat;
	background-size: contain;
}

.ml_images_show_more_dark
{
	background-image: url('images/show_more_dark.svg');
	background-repeat: no-repeat;
	background-size: contain;
}

.ml_images_show_more_lite
{
	background-image: url('images/show_more_lite.svg');
	background-repeat: no-repeat;
	background-size: contain;
}

