﻿/* --------------------------------------
	XC-Cloud-Status-Icon
	
	Used to configure & run the icon
	showing a user's citrix status
   -------------------------------------- */


.xc-cloud-server-status-icon
{
	height: 20px;
	width: 30px;
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-right: 5px;
}
.xc-cloud-server-status-icon.grey
{
	background-image: url(../images/cloud-icon-grey.png);
}
.xc-cloud-server-status-icon.empty
{
	background-image: url(../images/cloud-icon-empty.png);
}
.xc-cloud-server-status-icon.blue
{
	background-image: url(../images/cloud-icon-blue.png);
}
.xc-cloud-server-status-icon.green
{
	background-image: url(../images/cloud-icon-green.png);
}
.xc-cloud-server-status-icon.orange
{
	background-image: url(../images/cloud-icon-orange.png);
}
.xc-cloud-server-status-icon.red
{
	background-image: url(../images/cloud-icon-red.png);
}