/* New Virtual Machine Form*/

.plans {
  width: 700px;
}

.plan {
  float: left;
  width: 325px !important;
  margin: 20px 5px;
  padding: 0px 20px;
  text-align: center;
  background: white;
  background-clip: padding-box;
  border: 2px solid #e5ded6;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  cursor: pointer;
}

.plan-title {
  margin-bottom: 12px;
  font-size: 18px;
  color: #36bce6;
}

.plan-price {
  margin-bottom: 20px;
  line-height: 1;
  font-size: 28px;
  font-weight: bold;
  color: #fd935a;
}

.plan-unit {
  display: block;
  margin-top: 5px;
  font-size: 13px;
  font-weight: normal;
  color: #aaa;
}

.plan-features {
  margin: 20px auto 15px;
  padding: 15px 0 0 15px;
  border-top: 1px solid #e5ded6;
  text-align: left;
}

.plan-feature {
  line-height: 20px;
  font-size: 18px;
  font-weight: 500;
  color: #333;
}
.plan-feature + .plan-feature {
  margin-top: 5px;
}

.plan-feature-unit {
  margin-left: 2px;
  font-size: 16px;
}

.plan-feature-name {
  font-size: 13px;
  font-weight: normal;
  color: #aaa;
}

.plan-button {
  position: relative;
  display: block;
  line-height: 40px;
  font-size: 16px;
  font-weight: 500;
  color: white;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px rgba(0, 0, 0, 0.1);
  background: #fd935c;
  border-bottom: 2px solid #cf7e3b;
  border-color: rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}
.plan-button:active {
  top: 2px;
  margin-bottom: 2px;
  border-bottom: 0;
}

.plan-highlight {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  width: 170px;
  border: 4px solid #37bbe6;
}
.plan-highlight .plan-button {
  font-size: 18px;
  line-height: 49px;
  background: #37bce5;
  border-color: #3996b3;
  border-color: rgba(0, 0, 0, 0.15);
}

.plan-recommended {
  width: 160px;
  margin: -15px auto 15px;
  padding-bottom: 2px;
  line-height: 22px;
  font-size: 14px;
  font-weight: bold;
  color: white;
  text-shadow: 0 1px rgba(0, 0, 0, 0.05);
  background: #37bbe6;
  border-radius: 0 0 4px 4px;
}

 .active{
	border-color: green;
 }

.loading-indicator {
    font-size:11px;
    background-image:url('https://cl.connectloud.com/resources/themes/images/default/grid/loading.gif');
    background-repeat: no-repeat;
    background-position: left;
    padding-left:20px;
    margin:10px;
}

.x-view-selector {
    position:absolute;
    left:0;
    top:0;
    width:0;
    border:1px dotted;
    opacity: .5;
    -moz-opacity: .5;
    filter:alpha(opacity=50);
    zoom:1;
    background-color:#c3daf9;
    border-color:#3399bb;
}

.ext-strict .ext-ie .x-tree .x-panel-bwrap{
    position:relative;
    overflow:hidden;
}

/* End */

 /* Menu bar - Start */

.nav {
	display: none;
}

.nav ul {
  list-style: none;
  background-color: #000000;
  text-align: left;
  margin: 0;
  padding: 0 0 0 15px;
}

.nav li {
  font-size: 1em;
  line-height: 34px;
  margin-left: 8px;
  padding-left: 8px;
  padding-right: 8px;
}
 
.nav a {
  text-decoration: none;
  color: #ddd;
  font-family: oswald;
  display: block;
  transition: .3s background-color;
}
 
.nav a:hover {
  background-color: #005f5f;
}
 
.nav a.selected {
  color: #fff;
  font-weight: bold;
  cursor: default;
  font-family: oswald;
}
 
@media screen and (min-width: 600px) {
  .nav li {
    border-bottom: none;
  }
 
  /* Option 1 - Display Inline */
  .nav li {
    display: inline-block;
    margin-right: -4px;
  }
}
 
 /* Menu bar - End */

.transparent{
	background-color : #000000 !important;
	border-bottom : 5px solid black !important;
}
.bottom-border {
    border-left: 1px solid #99BBE8;
    border-right: 1px solid #99BBE8;
    border-top: 1px solid #99BBE8;
}
.slidingPanel .x-panel-header
{
background-color:#2E4C83!important;
color:white;
}
.slidingPanel .x-header-text
{
color:white;

}
.consoleCommandPanelPadding{
    margin-top: 0px!important; 
}
.consoleResultPanelPadding{
    margin-bottom: 0px!important; 
}
.x-panel-header-vertical
{
background-color:#2E4C83!important;
color:white;

}
.x-panel-header-vertical .x-header-text
{
color:white;

}

.gridRowRedBlinking .x-grid-cell { 

    color: red; 
	font-weight:bold;
	text-decoration: blink;
}

.gridRowGreen .x-grid-cell { 
    
    color: green; 
	/* font-weight:bold; */
}

.gridRowYellow .x-grid-cell { 
 
    color: #999900; 
	/* font-weight:bold;*/
}


.gridRowOrange .x-grid-cell { 
    background-color: #DAE4F5; 
    color:#2E4C83; 
	/* font-weight:bold; */
}
.gridRowBlue .x-grid-cell { 
    background-color: #DAE4F5; 
    color:#000099; 
	/* font-weight:bold; */
}
.gridRowTrace .x-grid-cell { 
    background-color: #DAE4F5; 
    color:#660066; 
	/* font-weight:bold; */
}




.wizardSDCLabel .x-form-display-field
{
 width:100%;
 background-color : #2e4b87;
color:#fff !important;
 padding:5px !important;
 margin-bottom:25px !important;
 font-weight:bold !important;
}

.catalogDataViewItem
{
	height:90px;
	width:120px;
	margin:20px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);   
	float:left;
}


.catalogDataViewCategory
{
	background-image: url( https://cl.connectloud.com/css/images/catalog/category.png) ;
	background-repeat: no-repeat;
	height:64px;
	width:120x;
}

.catalogDataViewCategoryText
{
	font-family:"Roboto",Arial,sans-serif;
	font-size:12px;
	color:#333333;
}

.wizardSDCTypePublic
{
	background-image: url( images/wizard/SDCPublicImage2.png) ;
	background-repeat: no-repeat;
	height:294px;
	margin-left:200px;
	margin-top:50px;
}
.wizardSDCTypePublicRouted
{
	background-image: url( images/wizard/SDCPublicRoutedImage2.png) ;
	background-repeat: no-repeat;
	height:294px;
	/*width:545px;
	background-attachment:fixed;
background-position:52% 60%;*/ 
margin-left:200px;
	margin-top:50px;
	
}
.wizardSDCTypeRouted
{
	background-image: url( images/wizard/SDCRoutedImage2.png) ;
	background-repeat: no-repeat;
	height:294px;
	margin-left:250px;
	margin-top:50px;
}

.sdcItem
{
margin:10px;
padding:10px;
cursor:pointer;

}
.sdcItemTitle
{
	font-weight:bold;
	color: #373537;
	
}

.sdcItemText
{
	font-color:grey;
}

.dashboardImage
{
width:64px;
height:64px;
}

.dashboardItemText
{	
	/*font-family: Impact, Charcoal, sans-serif;; Courier, monospace; */
	font-size:10px;
	font-weight:bold; 
	width:80px;
	color:#000000;
	font-family: 'Oswald',sans-serif;	
	text-align:center;
	word-wrap: break-word;
	
}
.dashboardServiceOfferingItem
{
float:left;
margin: 15px;

border:0px solid;
font-color:white;
width:400px;
background-position:center;
cursor:pointer;

}
.dashboardServiceOfferingImage
{
width:400px;
height:100px;
}
.dashboardServiceOfferingItemText
{
	font-size:12px;
	font-weight:normal;
	width:400px;
	color:white;
	background-color:#424A56;
	padding:10px;
	text-align:center;
    font-family: 'Oswald',sans-serif;
}
.dashboardWindowsDescription
{
	font-size:15px;
	font-weight:bold;
	width:400px;
	color:white;
	background-color:#EDEDE4;
	padding:7px;
	text-align:center;
}
.dashboardServiceOfferingOrder
{
	font-size:12px;
	font-weight:normal;
	width:400px;
	color:#113649;
	background-color:#EDEDE4;
	padding:7px;
	text-align:center;
	font-family: 'Oswald',sans-serif;
}
.dashboardServiceOfferingOrderButton
{
	background-image: url( images/dashboard/orderButton.png) no-repeat;
}
.dashboardWindows
{
background-image: url( images/dashboard/WindowsW.png) ;
background-repeat: no-repeat;
background-position:center;
background-color:#2691C9;
margin:auto;
width:400px;
height:100px;
}
.dashboardWindows7
{
background-image: url( images/dashboard/Windows7.png) ;
background-repeat: no-repeat;
background-position:center;
background-color:#2691C9;
margin:auto;
width:400px;
height:100px;
}

.dashboardWindows8
{
background-image: url( images/dashboard/Windows8.png) ;
background-repeat: no-repeat;
background-position:center;
background-color:#2691C9;
margin:auto;
width:400px;
height:100px;
}

.dashboardWindows2000
{
background-image: url( images/dashboard/Windows2000.png) ;
background-repeat: no-repeat;
background-position:center;
background-color:#2691C9;
margin:auto;
width:400px;
height:100px;
}

.dashboardMySQL
{
background-image: url( images/dashboard/MySQL.png) ;
background-repeat: no-repeat;
background-position:center;
background-color:#2691C9;
margin:auto;
width:400px;
height:100px;
}

.dashboardTomcat
{
background-image: url( images/dashboard/Tomcat.png) ;
background-repeat: no-repeat;
background-position:center;
background-color:#2691C9;
margin:auto;
width:400px;
height:100px;
}

.dashboardUbuntu
{
background-image: url( images/dashboard/UbuntuW.png) ;
background-repeat: no-repeat;
background-position:center;
background-color:#4B647E;
margin:auto;
width:400px;
height:100px;
}
.dashboardFedora
{
background-image: url( images/dashboard/FedoraW.png) ;
background-repeat: no-repeat;
background-position:center;
background-color:#4B647E;
margin:auto;
width:400px;
height:100px;
}
.dashboardLinux
{
background-image: url( images/dashboard/LinuxW.png) ;
background-repeat: no-repeat;
background-position:center;
background-color:#4B647E;
margin:auto;
width:400px;
height:100px;
}
.dashboardCentOS
{
background-image: url( images/dashboard/CentOS.png) ;
background-repeat: no-repeat;
background-position:center;
background-color:#814E77;
margin:auto;
width:400px;
height:100px;
}
.dashboardCloud
{
background-image: url( https://cl.connectloud.com/css/images/dashboard/cloud.png) ;
background-repeat: no-repeat;
background-position:center;
background-color:#4B647E;
margin:auto;
width:400px;
height:100px;
}
.dashboardDebian
{
background-image: url( images/dashboard/LinuxW.png) ;
background-repeat: no-repeat;
background-position:center;
background-color:#4B647E;
margin:auto;
width:400px;
height:100px;
}


.dashboardItem
{
float:left;
margin: 15px;

border:0px solid;
font-color:white;
width:80px;
background-position:center;
cursor:pointer;

}

.dashboardInvoice
{
background-image: url( https://cl.connectloud.com/css/images/dashboard/Invoice.png) ;
background-repeat: no-repeat;
background-position:center;
background-color:#2691C9;
margin:auto;
width:80px;
}

.dashboardDevice
{
background-image: url( images/dashboard/Device.png) ;
background-repeat: no-repeat;
background-position:center;
background-color:#E15230;
margin:auto;
width:80px;
}

.dashboardMainDevice
{
background-image: url( images/dashboard/Device.png) ;
background-repeat: no-repeat;
background-position:center;
background-color:#E15230;
margin:auto;
width:80px;
}

.dashboardLdapDevice
{
background-image: url( images/dashboard/Device.png) ;
background-repeat: no-repeat;
background-position:center;
background-color:#184761;
margin:auto;
width:80px;
}

.dashboardHypervisorDevice
{
background-image: url( images/dashboard/Device.png) ;
background-repeat: no-repeat;
background-position:center;
background-color:#814E77;
margin:auto;
width:80px;
}

.dashboardDeviceJobs
{
background-image: url( images/dashboard/Job.png) ;
background-repeat: no-repeat;
background-position:center;
background-color:#988CC4;
margin:auto;
width:80px;
}

.dashboardJobs
{
background-image: url( images/dashboard/Job.png) ;
background-repeat: no-repeat;
background-position:center;
background-color:#814e77;
margin:auto;
width:80px;
}

.dashboardOrder
{
background-image: url( images/dashboard/Order.png) ;
background-repeat: no-repeat;
background-position:center;
background-color:#1D61B2;
margin:auto;
width:80px;
}

.dashboardVirtualDisk
{
background-image: url( images/dashboard/VirtualDisk.png) ;
background-repeat: no-repeat;
background-position:center;
background-color:#2691C9;
margin:auto;
width:80px;
}

.dashboardSRs
{
background-image: url( https://cl.connectloud.com/css/images/dashboard/cloud.png) ;
background-repeat: no-repeat;
background-position:center;
background-color:#5E91B0;
margin:auto;
width:100%;
}

.dashboardAppliance
{
background-image: url( images/dashboard/Appliance.png) ;
background-repeat: no-repeat;
background-position:center;
background-color:#4daf7c;
margin:auto;
width:100%;
}

.dashboardReporting
{
background-image: url( images/dashboard/Reporting.png) ;
background-repeat: no-repeat;
background-position:center;
background-color:#4B647E;
margin:auto;
width:80px;
}

.dashboardReportingTest
{
background-image: url( images/dashboard/Reporting.png) ;
background-repeat: no-repeat;
background-position:center;
background-color:#4B647E;
margin:auto;
width:80px;
}

.dashboardSchedular
{
background-image: url( images/dashboard/Schedule.png) ;
background-repeat: no-repeat;
background-position:center;
background-color:#4B647E;
margin:auto;
width:80px;
}

.dashboardQueues
{
background-image: url( https://cl.connectloud.com/css/images/dashboard/Queue.png) ;
background-repeat: no-repeat;
background-position:center;
background-color:#2691C9;
margin:auto;
width:80px;
}


.dashboardAlert
{
background-image: url( images/dashboard/Alert.png) ;
background-repeat: no-repeat;
background-position:center;
background-color:#E51400;
margin:auto;
width:80px;
}

.dashboardVMTemplate
{
background-image: url( images/dashboard/VMTemplate.png) ;
background-repeat: no-repeat;
background-position:center;
background-color:#E51400;
margin:auto;
width:80px;
}


.dashboardVM
{
background-image: url( images/dashboard/VirtualMachine.png) ;
background-repeat: no-repeat;
background-position:center;
background-color:#E16565;
margin:auto;
width:80px;
}
.dashboardLookupServiceCategory
{
background-image: url( https://cl.connectloud.com/css/images/dashboard/Lookup.png) ;
background-repeat: no-repeat;
background-color:#00B25A;
background-position:center;
margin:auto;
width:80px;
}
.dashboardLookupCountry
{
background-image: url( https://cl.connectloud.com/css/images/dashboard/Lookup.png) ;
background-repeat: no-repeat;
background-color:#00B25A;
background-position:center;
margin:auto;
width:80px;
}
.dashboardLookupLanguage
{
background-image: url( https://cl.connectloud.com/css/images/dashboard/Lookup.png) ;
background-repeat: no-repeat;
background-color:#00B25A;
background-position:center;
margin:auto;
width:80px;
}
.dashboardLookupTimezone
{
background-image: url( https://cl.connectloud.com/css/images/dashboard/Lookup.png) ;
background-repeat: no-repeat;
background-position:center;
background-color:#00B25A;
margin:auto;
width:80px;
}
.dashboardLookupState
{
background-image: url( https://cl.connectloud.com/css/images/dashboard/Lookup.png) ;
background-repeat: no-repeat;
background-color:#00B25A;
background-position:center;
margin:auto;
width:80px;
}
.dashboardCLDeviceAttribute
{
background-image: url( images/dashboard/deviceAttribute.png) ;
background-repeat: no-repeat;
background-position:center;
background-color:#814E77;
margin:auto;
width:80px;
}
.dashboardCLDevice
{
background-image: url( images/dashboard/Device.png) ;
background-repeat: no-repeat;
background-position:center;
background-color:#C55B2B;
margin:auto;
width:80px;

}
.dashboardCounter
{
background-image: url( images/dashboard/Counter.png) ;
background-repeat: no-repeat;
background-position:center;
background-color:#38808E;
margin:auto;
width:80px;
}

.dashboardConfiguration
{
background-image: url( https://cl.connectloud.com/css/images/dashboard/configuration.png) ;
background-repeat: no-repeat;
background-position:center;
background-color:#E15230;
margin:auto;
width:80px;

}

.dashboardEmailTemplate
{
background-image: url( images/dashboard/Email.png) ;
background-repeat: no-repeat;
background-position:center;
background-color:#4DAF7C;
margin:auto;
width:80px;

}
.dashboardLabel
{
background-image: url( images/dashboard/Labels.png) ;
background-repeat: no-repeat;
background-position:center;
background-color:#5E91B0;
margin:auto;
width:80px;

}

.dashboardStateTax
{
background-image: url( images/dashboard/StateTaxation.png) ;
background-repeat: no-repeat;
background-position:center;
background-color:orange;
margin:auto;
width:80px;
}

.dashboardLookup
{
background-image: url( https://cl.connectloud.com/css/images/dashboard/Lookup.png);
background-repeat: no-repeat;
background-position:center;
background-color:orange;
margin:auto;
width:80px;
}

.dashboardCL
{
background-image: url( https://cl.connectloud.com/css/images/dashboard/cloud.png) ;
background-repeat: no-repeat;
background-position:center;
background-color:#5E91B0;
margin:auto;
width:100%;
}
.dashboardSDC
{
background-image: url( https://cl.connectloud.com/css/images/dashboard/cloud.png) ;
background-repeat: no-repeat;
background-position:center;
background-color:#5E91B0;
margin:auto;
width:100%;
}


.dashboardCatalog
{
background-image: url( images/dashboard/catalog.png) ;
background-repeat: no-repeat;
background-position:center;
background-color:#FFA500;
margin:auto;
width:80px;

}
.dashboardTenant
{

background-image: url( images/dashboard/tenant.png) ;
background-repeat: no-repeat;
background-position:center;
margin:auto;
background-color:#E15230;
width:80px;
}


.dashboardUser
{
background-image: url( images/dashboard/user.png) ;
background-repeat: no-repeat;
background-color:orange;
background-position:center;
width:80px;
}
.dashboardGroup
{
background-image: url( images/dashboard/Group.png) ;
background-repeat: no-repeat;
background-color:#00A9EC;
background-position:center;
width:80px;

}
.dashboardCLDevice
{
background-image: url( images/dashboard/DataCenter.png) ;
background-repeat: no-repeat;
background-color:#988CC3;
background-position:center;
width:80px;
}
.dashboardPOD
{
background-image: url( images/dashboard/Pod.png) ;
background-repeat: no-repeat;
background-color:#814E77;
background-position:center;
width:80px;
}

.dashboardContract
{
background-image: url( images/dashboard/Contract.png) ;
background-repeat: no-repeat;
background-color:#988CC3;
background-position:center;
width:80px;
}
.dashboardDataCenter
{
background-image: url( images/dashboard/DataCenter.png) ;
background-repeat: no-repeat;
background-position:center;
background-color:#4DAF7C;
width:80px;
}

.dashboardRegion
{
background-image: url( images/dashboard/Region.png) ;
background-repeat: no-repeat;
background-color:#184761;
background-position:center;
margin:auto;
width:80px;
}

.dashboardAll
{
background-image: url( images/dashboard/ShowAll.png) ;
background-repeat: no-repeat;
background-position:center;
background-color:#814E77;
width:80px;
}

.dashboardCategory
{
background-image: url( images/dashboard/Category.png) ;
background-repeat: no-repeat;
background-color:#E15230;
background-position:center;
width:80px;
}
.dashboardCategory1
{
background-image: url( images/dashboard/Category.png) ;
background-repeat: no-repeat;
background-color:#814E77;
background-position:center;
width:80px;
}
.dashboardCategory2
{
background-image: url( images/dashboard/Categories.png) ;
background-repeat: no-repeat;
background-color:#00A9EC;
background-position:center;
width:80px;
}
.dashboardCategory3
{
background-image: url( https://cl.connectloud.com/css/images/dashboard/Categories3.png) ;
background-repeat: no-repeat;
background-color:#E15230;
background-position:center;
width:80px;
}

.dashboardServiceOffering
{
background-image: url( images/dashboard/serviceoffer.png) ;
background-repeat: no-repeat;
background-position:center;
background-color:#00A9EC;
width:80px;
}

.dashboardServiceItem
{
background-image: url( images/dashboard/serviceItem.png) ;
background-repeat: no-repeat;
background-position:center;
background-color:#334D5C;
width:80px;
}

.dashboardClTunnelServer
{
background-image: url( images/dashboard/Servers2.png) ;
background-repeat: no-repeat;
background-position: center;
background-color: #334D5C;
margin: auto;
width: 100%;
}

.wizardServiceItem
{
background-image: url( images/wizard/Serviceitem64.png) ;
background-repeat: no-repeat;
width:64px!important;
height:64px!important;
margin-right: auto !important;
margin-left: auto !important;
border:0px solid;

}
.wizardSDCInfo
{
background-image: url( images/wizard/Info64.png) ;
background-repeat: no-repeat;
width:64px!important;
height:64px!important;
margin-right: auto !important;
margin-left: auto !important;
border:0px solid;

}
.wizardSDCCIDR
{
background-image: url( images/wizard/Cidr64.png) ;
background-repeat: no-repeat;
width:64px!important;
height:64px!important;
margin-right: auto !important;
margin-left: auto !important;
border:0px solid;

}
.wizardSDCHostAdd
{
background-image: url( images/wizard/Host64.png) ;
background-repeat: no-repeat;
width:64px!important;
height:64px!important;
margin-right: auto !important;
margin-left: auto !important;
border:0px solid;


}
.wizardSDCIP
{
background-image: url( https://cl.connectloud.com/css/images/wizard/IP88.png) ;
background-repeat: no-repeat;
width:120px!important;
height:120px!important;
margin-right: auto !important;
margin-left: auto !important;
border:0px solid;

}

.wizardTenant
{
background-image: url( images/wizard/Tenant64.png) ;
background-repeat: no-repeat;
width:64px!important;
height:64px!important;
margin-right: auto !important;
margin-left: auto !important;
border:0px solid;

}

.wizardTenantAdmin
{
background-image: url( images/wizard/Admin64.png) !important;
background-repeat: no-repeat;
width:64px!important;
height:64px!important;
margin-right: auto !important;
margin-left: auto !important;

}

.wizardTenantBilling
{
background-image: url( images/wizard/Billing64.png) !important;
background-repeat: no-repeat;
width:64px!important;
height:64px!important;
margin-right: auto !important;
margin-left: auto !important;

}
.wizardTenantIPPool
{
background-image: url( images/wizard/Cloud64.png) !important;
background-repeat: no-repeat;
width:64px!important;
height:64px!important;
margin-right: auto !important;
margin-left: auto !important;

}

.wizardRouter
{
background-image: url( images/wizard/Router64.png) !important;
background-repeat: no-repeat;
width:64px!important;
height:64px!important;
margin-right: auto !important;
margin-left: auto !important;

}
.wizardContract
{
background-image: url( images/wizard/Contract64.png) ;
background-repeat: no-repeat;
width:64px!important;
height:64px!important;
margin-right: auto !important;
margin-left: auto !important;
}


.wizardForm
{
background-image: url( https://cl.connectloud.com/css/images/wizard/Form32.png) !important;
background-repeat: no-repeat;
width:64px!important;
height:64px!important;
margin-right: auto !important;
margin-left: auto !important;

}


.wizardDHCP
{
background-image: url( images/wizard/Dhcp64.png) !important;
background-repeat: no-repeat;
width:64px!important;
height:64px!important;
margin-right: auto !important;
margin-left: auto !important;

}

.wizardFirewall
{
background-image: url( images/wizard/Firewall64.png) !important;
background-repeat: no-repeat;
width:64px!important;
height:64px!important;
margin-right: auto !important;
margin-left: auto !important;

}

.wizardEnterpriseRoute
{
background-image: url( images/wizard/EnterpriseRoutes.png) !important;
background-repeat: no-repeat;
width:64px!important;
height:64px!important;
margin-right: auto !important;
margin-left: auto !important;

}

.dashboardReportCategory
{
background-image: url( images/dashboard/Categories2.png) !important ;
background-repeat: no-repeat;
background-color:#E15230;
background-position:center;
width:80px;
}

.vmFriendlyName
{
background-image: url( images/dashboard/vm.png) !important ;
background-repeat: no-repeat;
background-position:center;
height:150px;
}
.vmCpu
{
background-image: url( images/dashboard/cpu.png) !important ;
background-repeat: no-repeat;
background-position:center;
height:150px;
}
.vmMemory
{
background-image: url( images/dashboard/memory.png) !important ;
background-repeat: no-repeat;
background-position:center;
height:150px;
}
.vmGroup
{
background-image: url( https://cl.connectloud.com/css/images/dashboard/serviceoffering2.png) !important ;
background-repeat: no-repeat;
background-position:center;
height:150px;
}
.vmSubnet
{
background-image: url( https://cl.connectloud.com/css/images/dashboard/serviceoffering2.png) !important ;
background-repeat: no-repeat;
background-position:center;
height:150px;
}
.virtualDiskName
{
background-image: url( images/dashboard/vm.png) !important ;
background-repeat: no-repeat;
background-position:center;
height:150px;
}
.virtualDiskGroup
{
background-image: url( https://cl.connectloud.com/css/images/dashboard/serviceoffering2.png) !important ;
background-repeat: no-repeat;
background-position:center;
height:150px;
}
.virtualDiskVM
{
background-image: url( images/dashboard/vm.png) !important ;
background-repeat: no-repeat;
background-position:center;
height:150px;
}
.virtualDiskSize
{
background-image: url( https://cl.connectloud.com/css/images/dashboard/serviceoffering2.png) !important ;
background-repeat: no-repeat;
background-position:center;
height:150px;
}
.virtualDiskProvisioningType
{
background-image: url( images/dashboard/vm.png) !important ;
background-repeat: no-repeat;
background-position:center;
height:150px;
}

.bigBtn {
position: absolute;
bottom: 4px  !important;
left: 0%  !important;
text-align: center !important;
width: 80px !important;

}


.buttton {    
	height:80px;
	width:40px;
}

.tenantWizardImage1
{
background-image: url(https://cl.connectloud.com/css/images/wizard/TenantInfo.png) !important;
	background-repeat:no-repeat;
	height:60px;
	width:60px;
	
}
.wizardIconLabel
{
line-height:700%;
width:200px;
}
.dashboard {
    background-image: url(images/dashboard.png) !important;
	background-repeat:no-repeat;
	height:1000px;
	width:100%
}
/*.icon-user {
    background-image: url(images/user.png) !important;
}*/

.icon-bar {
    background-image: url(images/flat/icon_bar.png) !important;
}
.icon-email {
    background-image: url(images/mail/unread.png) !important;
}
.icon-back {
    background-image: url(images/flat/back.png) !important;
}
.icon-refresh {
    background-image: url(images/flat/refresh.png) !important;
}
.icon-user {
    background-image: url(images/user.png) !important;
	width:64 !important;
	height:64 !important;
}

.icon-newSDC {
    background-image: url(https://cl.connectloud.com/css/images/flat/NewSDC.png) !important;
}


.icon-device{
    background-image: url(images/flat/icon_device.png) !important;
}
.icon-vm{
    background-image: url(images/flat/icon_vm.png) !important;
}
.icon-user{
    background-image: url(images/flat/icon_user.png) !important;
}

.icon-tenant{
    background-image: url(images/flat/icon_tenant.png) !important;
}
.icon-tenants{
    background-image: url(images/flat/icon_tenant2.png) !important;
}

.icon-tax{
    background-image: url(images/flat/icon_tax.png) !important;
}
.icon-serviceoffering{
    background-image: url(images/flat/icon_serviceoffering.png) !important;
}
.icon-serviceitem{
    background-image: url(images/flat/icon_serviceitem.png) !important;
}
.icon-region{
    background-image: url(images/flat/icon_region.png) !important;
}
.icon-quota{
    background-image: url(images/flat/icon_quota.png) !important;
}
.icon-profile{
    background-image: url(images/flat/icon_profile.png) !important;
}

.icon-cloud{
    background-image: url(images/flat/icon_cloud.png) !important;
}
.icon-pod{
    background-image: url(images/flat/icon_pod.png) !important;
}
.icon-order{
    background-image: url(images/flat/icon_order.png) !important;
}

.icon-label{
    background-image: url(images/flat/icon_label.png) !important;
}
.icon-group{
    background-image: url(images/flat/icon_group.png) !important;
}
.icon-dc {
    background-image: url(images/flat/icon_dc.png) !important;
}
.icon-contract {
    background-image: url(images/flat/icon_contract.png) !important;
}
.icon-connect {
    background-image: url(https://cl.connectloud.com/css/images/flat/icon_connect.png) !important;
}



.icon-configuration {
    background-image: url(https://cl.connectloud.com/css/images/flat/icon_configuration.png) !important;
}
.icon-group{
    background-image: url(images/flat/icon_group.png) !important;
}
.icon-emailtemplate {
    background-image: url(images/flat/icon_emailtemplate.png) !important;
}
.icon-add {
    background-image: url(images/flat/new.png) !important;
}
.icon-new{
    background-image: url(images/flat/new.png) !important;
}
.icon-view {
    background-image: url(images/flat/view.png) !important;
}
.icon-dot {
    background-image: url(images/flat/dot.png) !important;
}
.icon-warning {
    background-image: url(images/flat/warning.png) !important;
}
.icon-check{
    background-image: url(https://cl.connectloud.com/css/images/flat/check.png) !important;
}

.icon-stop {
    background-image: url(https://cl.connectloud.com/css/images/flat/StopRed.png) !important;
}
.icon-start {
    background-image: url(images/flat/StartGreen.png) !important;
}
.icon-snapshot {
    background-image: url(images/flat/snapshot.png) !important;
}
.icon-reset {
    background-image: url(images/flat/reset.png) !important;
}
.icon-save {
    background-image: url(images/flat/save.png) !important;
	}
.icon-replay {
    background-image: url(images/flat/icon_replay.png) !important;
	
}
.icon-ip {
    background-image: url(images/flat/icon_getip.png) !important;
	
}
.icon-remove {
    background-image: url(images/flat/back.png) !important;
}

.icon-delete {
    /*background-image: url(images/flat/delete.png) !important; */
	background-image: url(https://cl.connectloud.com/css/images/flat/TrashRed.png)  !important;
}

.icon-clouds{
    /*background-image: url(images/flat/delete.png) !important; */
	background-image: url(images/flat/clouds.png)  !important;
}
.icon-cloud2{
    /*background-image: url(images/flat/delete.png) !important; */
	background-image: url(images/flat/cloud.png)  !important;
}
.icon-categories{
	background-image: url(images/flat/icon_categories.png)  !important;
}

.icon-category{
	background-image: url(images/flat/icon_category.png)  !important;
}
.icon-reports{
	background-image: url(images/flat/icon_category.png)  !important;
}

.icon-report{
	background-image: url(images/flat/icon_table.png)  !important;
}

.x-ie6 .icon-user {
    background-image: url(images/user.gif) !important;
}

.x-ie6 .icon-add {
    background-image: url(images/add.gif) !important;
}

.x-ie6 .icon-delete {
    background-image: url(images/delete.gif) !important;
}

.icon-excelImport {
	background-image: url(images/flat/icon_excel.png)  !important;
}

 h1 {color:red;}
 .SO{
word-wrap: break-word;
padding: 20px;
background: rgba(255,255,255,1);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 65%, rgba(237,237,237,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(65%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 65%, rgba(237,237,237,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 65%, rgba(237,237,237,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 65%, rgba(237,237,237,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 65%, rgba(237,237,237,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
margin: 10px;
border-radius: 0px;
border: 1px solid rgba(255, 255, 255, 0.5);
border-style: outset;
background: #ffffff;
background: -moz-linear-gradient(top, #ffffff 0%, #edf8ff 2%, #eff6ff 88%, #d7eaef 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(2%,#edf8ff), color-stop(88%,#eff6ff), color-stop(100%,#d7eaef));
background: -webkit-linear-gradient(top, #ffffff 0%,#edf8ff 2%,#eff6ff 88%,#d7eaef 100%);
background: -o-linear-gradient(top, #ffffff 0%,#edf8ff 2%,#eff6ff 88%,#d7eaef 100%);
background: -ms-linear-gradient(top, #ffffff 0%,#edf8ff 2%,#eff6ff 88%,#d7eaef 100%);
background: linear-gradient(to bottom, #ffffff 0%,#edf8ff 2%,#eff6ff 88%,#d7eaef 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d7eaef',GradientType=0 );
box-shadow: 1px 1px 2px 1px rgba(34, 34, 34, 0.06);
width:60%;
 }

.order
{
	background:url(images/order.png);
	width:50px;
	border:10px;
}
//padding:40px;
//margin:10px;
//}
#catalog_categoryOriginal
{
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
  color:black;
  background-color:#ccc;
  font-size:14px;
  font-weight:bold;
  margin:5px;
  padding:5px;
  background: #1e5799; /* Old browsers */
background: -moz-linear-gradient(top,  #1e5799 0%, #2989d8 47%, #7db9e8 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(47%,#2989d8), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #1e5799 0%,#2989d8 47%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #1e5799 0%,#2989d8 47%,#7db9e8 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #1e5799 0%,#2989d8 47%,#7db9e8 100%); /* IE10+ */
background: linear-gradient(to bottom,  #1e5799 0%,#2989d8 47%,#7db9e8 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */

}

.orderButton
{
width:100px;
height:100px;
align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #050505;
	padding: 10px 20px;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,1);
		background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#ebebeb 50%,
		#dbdbdb 50%,
		#b5b5b5);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#ffffff),
		color-stop(0.50, #ebebeb),
		color-stop(0.50, #dbdbdb),
		to(#b5b5b5));
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}



x-group-hd-containerww {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	padding: 5px;
	margin: 5px;
	background: -moz-linear-gradient(
		top,
		#f0f0f0 0%,
		#b8b8b8 25%,
		#6b6b6b 75%,
		#424242);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#f0f0f0),
		color-stop(0.25, #b8b8b8),
		color-stop(0.75, #6b6b6b),
		to(#424242));
	
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 10px rgba(087,087,087,0.7);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 10px rgba(087,087,087,0.7);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 10px rgba(087,087,087,0.7);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.4),
		0px 1px 0px rgba(255,255,255,0.3);

}
#catalog_category3
{
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
  color:white;
  background-color:#ccc;
  font-size:14px;
  font-weight:bold;
  margin:5px;
  padding:5px;
  background: #1e5799; /* Old browsers */
background: -moz-linear-gradient(top,  #1e5799 0%, #2989d8 47%, #7db9e8 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(47%,#2989d8), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #1e5799 0%,#2989d8 47%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #1e5799 0%,#2989d8 47%,#7db9e8 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #1e5799 0%,#2989d8 47%,#7db9e8 100%); /* IE10+ */
background: linear-gradient(to bottom,  #1e5799 0%,#2989d8 47%,#7db9e8 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */

}


.initialCharge
{
width:20%;
text-align: center;
font-size: 30px;
color: rgb(70, 70, 70);
	font-family: Georgia, serif;
}
.reoccuringCharge{
	width:26%;
}
.price {
	padding: 5px 10px;
	font-family: Georgia, serif;
	text-decoration: none;
	vertical-align: middle;
	background: none;
	border: none;
	color: #4D4D4D;
	font-size: 20px;
   }

td h2{
	text-align:center;
	color:#4D4D4D;
	font-size:16px;
}

table{
	border-collapse:separate;
/*border-spacing:8px 15px;*/
border-spacing:0px 0px;
border:0px;
}
.catalogRow{
	background:#2881B8;
	margin:90px;
}
tbody>tr td h2{
	color:white;
}
/* Start Classic Theme */
.classic .x-grid-body {
  background: white;
  border-width: 1px;
  border-style: solid;
  border-color: #99bce8;
}

.classic .x-grid-empty {
  padding: 10px;
  color: gray;
  background-color: white;
  font: normal 11px tahoma, arial, verdana, sans-serif;
}

/* line 15, ../../../ext-theme-neutral/sass/src/panel/Table.scss */
.classic .x-grid-cell {
  color: null;
  font: normal 11px/13px tahoma, arial, verdana, sans-serif;
  background-color: white;
  border-color: #ededed #d0d0d0 #ededed #d0d0d0;
  border-style: solid;
}

/* line 26, ../../../ext-theme-neutral/sass/src/panel/Table.scss */
.classic .x-grid-row-alt .x-grid-td {
  background-color: #fafafa;
}
/* line 30, ../../../ext-theme-neutral/sass/src/panel/Table.scss */
.classic .x-grid-row-before-over .x-grid-td {
  border-bottom-style: solid;
  border-bottom-color: #dddddd;
}
/* line 35, ../../../ext-theme-neutral/sass/src/panel/Table.scss */
.classic .x-grid-row-over .x-grid-td {
  border-bottom-style: solid;
  border-bottom-color: #dddddd;
}
/* line 40, ../../../ext-theme-neutral/sass/src/panel/Table.scss */
.classic .x-grid-row-before-selected .x-grid-td {
  border-bottom-style: dotted;
  border-bottom-color: #a3bae9;
}
/* line 45, ../../../ext-theme-neutral/sass/src/panel/Table.scss */
.classic .x-grid-row-selected .x-grid-td {
  border-bottom-style: dotted;
  border-bottom-color: #a3bae9;
}
/* line 50, ../../../ext-theme-neutral/sass/src/panel/Table.scss */
.classic .x-grid-row-before-focused .x-grid-td {
  border-bottom-style: dotted;
  border-bottom-color: #464646;
  border-bottom-width: 1px;
}
/* line 58, ../../../ext-theme-neutral/sass/src/panel/Table.scss */
.classic .x-grid-row-focused .x-grid-td {
  background-color: #efefef;
}
/* line 65, ../../../ext-theme-neutral/sass/src/panel/Table.scss */
.classic .x-grid-row-over .x-grid-td {
  background-color: #efefef;
}
/* line 73, ../../../ext-theme-neutral/sass/src/panel/Table.scss */
.classic .x-grid-row-selected .x-grid-td {
  background-color: #dfe8f6;
}
/* line 82, ../../../ext-theme-neutral/sass/src/panel/Table.scss */
.classic .x-grid-row-focused .x-grid-td {
  border-bottom-style: dotted;
  border-bottom-color: #464646;
  border-bottom-width: 1px;
}
/* line 92, ../../../ext-theme-neutral/sass/src/panel/Table.scss */
.classic .x-grid-table .x-grid-row-focused-first .x-grid-td {
  border-top: 1px dotted #464646;
}
/* line 103, ../../../ext-theme-neutral/sass/src/panel/Table.scss */
.classic .x-grid-row-selected .x-grid-row-summary .x-grid-td {
  border-bottom-color: #dfe8f6;
  border-top-width: 0;
}
/* line 108, ../../../ext-theme-neutral/sass/src/panel/Table.scss */
.classic .x-grid-row-focused .x-grid-row-summary .x-grid-td {
  border-bottom-color: #efefef;
  border-top-width: 0;
}

/* line 115, ../../../ext-theme-neutral/sass/src/panel/Table.scss */
.classic .x-grid-with-row-lines .x-grid-td {
  border-bottom-width: 1px;
}
/* line 121, ../../../ext-theme-neutral/sass/src/panel/Table.scss */
.classic .x-grid-with-row-lines .x-grid-table {
  border-top: 1px solid white;
}
/* line 125, ../../../ext-theme-neutral/sass/src/panel/Table.scss */
.classic .x-grid-with-row-lines .x-grid-table-over-first {
  border-top-style: solid;
  border-top-color: #dddddd;
}
/* line 130, ../../../ext-theme-neutral/sass/src/panel/Table.scss */
.classic .x-grid-with-row-lines .x-grid-table-selected-first {
  border-top-style: dotted;
  border-top-color: #a3bae9;
}

/* line 139, ../../../ext-theme-neutral/sass/src/panel/Table.scss */
.classic .x-grid-body .x-grid-table-focused-first {
  border-top: 1px dotted #464646;
}

/* line 149, ../../../ext-theme-neutral/sass/src/panel/Table.scss */
.classic .x-grid-cell-inner {
  text-overflow: ellipsis;
  padding: 3px 6px 4px 6px;
}

/* line 163, ../../../ext-theme-neutral/sass/src/panel/Table.scss */
.classic .x-grid-no-row-lines .x-grid-row-focused .x-grid-cell-inner {
  padding-top: 2px;
  padding-bottom: 3px;
}

/* line 178, ../../../ext-theme-neutral/sass/src/panel/Table.scss */
.classic .x-grid-cell-special {
  border-color: #ededed #d0d0d0 #ededed #d0d0d0;
  border-style: solid;
  border-right-width: 1px;
  background-image: none;
  background-color: #f6f6f6;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f6f6f6), color-stop(100%, #e9e9e9));
  background-image: -webkit-linear-gradient(top, #f6f6f6, #e9e9e9);
  background-image: -moz-linear-gradient(top, #f6f6f6, #e9e9e9);
  background-image: -o-linear-gradient(top, #f6f6f6, #e9e9e9);
  background-image: linear-gradient(top, #f6f6f6, #e9e9e9);
  /*<if slicer>*/
  /*</if slicer>*/
  /* */
  /*<if slicer>*/
  /*</if slicer>*/
  /* */
}
/* line 191, ../../../ext-theme-neutral/sass/src/panel/Table.scss */
.classic .x-grid-row-selected .x-grid-cell-special {
  border-right-color: #ededed #aaccf6;
  background-image: none;
  background-color: #dfe8f6;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #dfe8f6), color-stop(100%, #cbdaf0));
  background-image: -webkit-linear-gradient(left, #dfe8f6, #cbdaf0);
  background-image: -moz-linear-gradient(left, #dfe8f6, #cbdaf0);
  background-image: -o-linear-gradient(left, #dfe8f6, #cbdaf0);
  background-image: linear-gradient(left, #dfe8f6, #cbdaf0);
}
/* line 206, ../../../ext-theme-neutral/sass/src/panel/Table.scss */
.classic .x-nlg .x-grid-cell-special {
  background-repeat: repeat-y;
  background-image: url(https://cl.connectloud.com/css/images/grid/cell-special-bg.gif);
}
/* line 211, ../../../ext-theme-neutral/sass/src/panel/Table.scss */
.classic .x-nlg .x-grid-row-selected .x-grid-cell-special {
  background-image: url(https://cl.connectloud.com/css/images/grid/cell-special-selected-bg.gif);
}
/* line 78, ../../../ext-theme-base/sass/etc/mixins/slicer.scss */
.classic .x-grid-cell-special .x-grid-cell-special:after {
  display: none;
  content: "x-slicer:bg:url(https://cl.connectloud.com/css/images/grid/cell-special-bg.gif)";
}
/* line 78, ../../../ext-theme-base/sass/etc/mixins/slicer.scss */
.classic .x-grid-cell-special .x-grid-cell-special-selected:after {
  display: none;
  content: "x-slicer:bg:url(https://cl.connectloud.com/css/images/grid/cell-special-selected-bg.gif)";
}

/* line 228, ../../../ext-theme-neutral/sass/src/panel/Table.scss */
.classic .x-grid-dirty-cell {
  background: url(https://cl.connectloud.com/css/images/grid/dirty.gif) no-repeat 0 0;
}

/* line 241, ../../../ext-theme-neutral/sass/src/panel/Table.scss */
.classic .x-grid-row .x-grid-cell-selected {
  color: null;
  background-color: #b8cfee;
}

/* line 247, ../../../ext-theme-neutral/sass/src/panel/Table.scss */
.classic .x-grid-with-col-lines .x-grid-cell {
  border-right-width: 1px;
}

/* line 259, ../../../ext-theme-neutral/sass/src/panel/Table.scss */
.classic .x-grid-resize-marker {
  width: 1px;
  background-color: #0f0f0f;
}

/* line 1, ../../../ext-theme-neutral/sass/src/view/DropZone.scss */
.classic .x-grid-drop-indicator {
  position: absolute;
  height: 1px;
  line-height: 0px;
  background-color: #77BC71;
  overflow: visible;
  pointer-events: none;
}
/* line 9, ../../../ext-theme-neutral/sass/src/view/DropZone.scss */
.classic .x-grid-drop-indicator .x-grid-drop-indicator-left {
  position: absolute;
  top: -8px;
  left: -12px;
  background-image: url(images/grid/dd-insert-arrow-right.png);
  height: 16px;
  width: 16px;
}
/* line 18, ../../../ext-theme-neutral/sass/src/view/DropZone.scss */
.classic .x-grid-drop-indicator .x-grid-drop-indicator-right {
  position: absolute;
  top: -8px;
  right: -11px;
  background-image: url(images/grid/dd-insert-arrow-left.png);
  height: 16px;
  width: 16px;
}

/* line 29, ../../../ext-theme-neutral/sass/src/view/DropZone.scss */
.classic .x-ie6 .x-grid-drop-indicator-left {
  background-image: url(https://cl.connectloud.com/css/images/grid/dd-insert-arrow-right.gif);
}
/* line 33, ../../../ext-theme-neutral/sass/src/view/DropZone.scss */
.classic .x-ie6 .x-grid-drop-indicator-right {
  background-image: url(https://cl.connectloud.com/css/images/grid/dd-insert-arrow-left.gif);
}
/* line 1, ../../../ext-theme-neutral/sass/src/toolbar/Paging.scss */
.classic .x-tbar-page-number {
  width: 30px;
}

/* line 5, ../../../ext-theme-neutral/sass/src/toolbar/Paging.scss */
.classic .x-tbar-page-first {
  background-image: url(https://cl.connectloud.com/resources/ext-theme-classic/images/grid/page-first.gif);
}

/* line 9, ../../../ext-theme-neutral/sass/src/toolbar/Paging.scss */
.classic .x-tbar-page-prev {
  background-image: url(https://cl.connectloud.com/resources/ext-theme-classic/images/grid/page-prev.gif);
}

/* line 13, ../../../ext-theme-neutral/sass/src/toolbar/Paging.scss */
.classic .x-tbar-page-next {
  background-image: url(https://cl.connectloud.com/resources/ext-theme-classic/images/grid/page-next.gif);
}

/* line 17, ../../../ext-theme-neutral/sass/src/toolbar/Paging.scss */
.classic .x-tbar-page-last {
  background-image: url(https://cl.connectloud.com/resources/ext-theme-classic/images/grid/page-last.gif);
}

/* line 21, ../../../ext-theme-neutral/sass/src/toolbar/Paging.scss */
.classic .x-tbar-loading {
  background-image: url(https://cl.connectloud.com/resources/ext-theme-classic/images/grid/refresh.gif);
}

/* line 27, ../../../ext-theme-neutral/sass/src/toolbar/Paging.scss */
.classic .x-item-disabled .x-tbar-page-first {
  background-image: url(https://cl.connectloud.com/resources/ext-theme-classic/images/grid/page-first-disabled.gif);
}
/* line 31, ../../../ext-theme-neutral/sass/src/toolbar/Paging.scss */
.classic .x-item-disabled .x-tbar-page-prev {
  background-image: url(https://cl.connectloud.com/resources/ext-theme-classic/images/grid/page-prev-disabled.gif);
}
/* line 35, ../../../ext-theme-neutral/sass/src/toolbar/Paging.scss */
.classic .x-item-disabled .x-tbar-page-next {
  background-image: url(https://cl.connectloud.com/resources/ext-theme-classic/images/grid/page-next-disabled.gif);
}
/* line 39, ../../../ext-theme-neutral/sass/src/toolbar/Paging.scss */
.classic .x-item-disabled .x-tbar-page-last {
  background-image: url(https://cl.connectloud.com/resources/ext-theme-classic/images/grid/page-last-disabled.gif);
}
/* line 43, ../../../ext-theme-neutral/sass/src/toolbar/Paging.scss */
.classic .x-item-disabled .x-tbar-loading {
  background-image: url(https://cl.connectloud.com/resources/ext-theme-classic/images/grid/refresh-disabled.gif);
}
.classic .x-grid-header-ct {
  cursor: default;
}

/* line 1, ../../../ext-theme-base/sass/src/grid/column/Column.scss */
.classic .x-column-header {
  position: absolute;
  overflow: hidden;
  background-repeat: repeat-x;
}

/* line 7, ../../../ext-theme-base/sass/src/grid/column/Column.scss */
.classic .x-column-header-inner {
  zoom: 1;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
   /* background:#fff !important; */
}

/* line 14, ../../../ext-theme-base/sass/src/grid/column/Column.scss */
.classic .x-column-header-text {
  white-space: nowrap;
  background-repeat: no-repeat;
  zoom: 1;
  display: inline-block;
}

/* line 25, ../../../ext-theme-base/sass/src/grid/column/Column.scss */
.classic .x-column-header-trigger {
  display: none;
  height: 100%;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

/* line 43, ../../../ext-theme-base/sass/src/grid/column/Column.scss */
.classic .x-column-header-over .x-column-header-trigger, .x-column-header-open .x-column-header-trigger {
  display: block;
}

/* line 48, ../../../ext-theme-base/sass/src/grid/column/Column.scss */
.classic .x-column-header-align-right {
  text-align: right;
}

/* line 58, ../../../ext-theme-base/sass/src/grid/column/Column.scss */
.classic .x-column-header-align-left {
  text-align: left;
}

/* line 68, ../../../ext-theme-base/sass/src/grid/column/Column.scss */
.classic .x-column-header-align-center {
  text-align: center;
}
.classic .x-docked {
  position: absolute !important;
  z-index: 1;
}

/* line 7, ../../../ext-theme-base/sass/src/layout/component/Dock.scss */
.classic .x-docked-vertical {
  position: static;
}

/* line 11, ../../../ext-theme-base/sass/src/layout/component/Dock.scss */
.classic .x-docked-top {
  border-bottom-width: 0 !important;
}

/* line 15, ../../../ext-theme-base/sass/src/layout/component/Dock.scss */
.classic .x-docked-bottom {
  border-top-width: 0 !important;
}

/* line 19, ../../../ext-theme-base/sass/src/layout/component/Dock.scss */
.classic .x-docked-left {
  border-right-width: 0 !important;
}

/* line 23, ../../../ext-theme-base/sass/src/layout/component/Dock.scss */
.classic .x-docked-right {
  border-left-width: 0 !important;
}

/* line 27, ../../../ext-theme-base/sass/src/layout/component/Dock.scss */
.classic .x-docked-noborder-top {
  border-top-width: 0 !important;
}

/* line 31, ../../../ext-theme-base/sass/src/layout/component/Dock.scss */
.classic .x-docked-noborder-right {
  border-right-width: 0 !important;
}

/* line 35, ../../../ext-theme-base/sass/src/layout/component/Dock.scss */
.classic .x-docked-noborder-bottom {
  border-bottom-width: 0 !important;
}

/* line 39, ../../../ext-theme-base/sass/src/layout/component/Dock.scss */
.classic .x-docked-noborder-left {
  border-left-width: 0 !important;
}

/* End Classic Theme */
/* Start Grey Theme */
/* line 1, ../../../ext-theme-neutral/sass/src/panel/Table.scss */
.gray .x-grid-body {
  background: white;
  border-width: 1px;
  border-style: solid;
  border-color: #d0d0d0;
}

/* line 8, ../../../ext-theme-neutral/sass/src/panel/Table.scss */
.gray .x-grid-empty {
  padding: 10px;
  color: gray;
  background-color: white;
  font: normal 11px tahoma, arial, verdana, sans-serif;
}

/* line 15, ../../../ext-theme-neutral/sass/src/panel/Table.scss */
.gray .x-grid-cell {
  color: null;
  font: normal 11px/13px tahoma, arial, verdana, sans-serif;
  background-color: white;
  border-color: #ededed #c6c6c6 #ededed #c6c6c6;
  border-style: solid;
}

/* line 26, ../../../ext-theme-neutral/sass/src/panel/Table.scss */
.gray .x-grid-row-alt .x-grid-td {
  background-color: #fafafa;
}
/* line 30, ../../../ext-theme-neutral/sass/src/panel/Table.scss */
.gray .x-grid-row-before-over .x-grid-td {
  border-bottom-style: solid;
  border-bottom-color: #dddddd;
}
/* line 35, ../../../ext-theme-neutral/sass/src/panel/Table.scss */
.gray .x-grid-row-over .x-grid-td {
  border-bottom-style: solid;
  border-bottom-color: #dddddd;
}
/* line 40, ../../../ext-theme-neutral/sass/src/panel/Table.scss */
.gray .x-grid-row-before-selected .x-grid-td {
  border-bottom-style: dotted;
  border-bottom-color: #bfb8b8;
}
/* line 45, ../../../ext-theme-neutral/sass/src/panel/Table.scss */
.gray .x-grid-row-selected .x-grid-td {
  border-bottom-style: dotted;
  border-bottom-color: #bfb8b8;
}
/* line 50, ../../../ext-theme-neutral/sass/src/panel/Table.scss */
.gray .x-grid-row-before-focused .x-grid-td {
  border-bottom-style: dotted;
  border-bottom-color: #464646;
  border-bottom-width: 1px;
}
/* line 58, ../../../ext-theme-neutral/sass/src/panel/Table.scss */
.gray .x-grid-row-focused .x-grid-td {
  background-color: #efefef;
}
/* line 65, ../../../ext-theme-neutral/sass/src/panel/Table.scss */
.gray .x-grid-row-over .x-grid-td {
  background-color: #efefef;
}
/* line 73, ../../../ext-theme-neutral/sass/src/panel/Table.scss */
.gray .x-grid-row-selected .x-grid-td {
  background-color: #e0e0e0;
}
/* line 82, ../../../ext-theme-neutral/sass/src/panel/Table.scss */
.gray .x-grid-row-focused .x-grid-td {
  border-bottom-style: dotted;
  border-bottom-color: #464646;
  border-bottom-width: 1px;
}
/* line 92, ../../../ext-theme-neutral/sass/src/panel/Table.scss */
.gray .x-grid-table .x-grid-row-focused-first .x-grid-td {
  border-top: 1px dotted #464646;
}
/* line 103, ../../../ext-theme-neutral/sass/src/panel/Table.scss */
.gray .x-grid-row-selected .x-grid-row-summary .x-grid-td {
  border-bottom-color: #e0e0e0;
  border-top-width: 0;
}
/* line 108, ../../../ext-theme-neutral/sass/src/panel/Table.scss */
.gray .x-grid-row-focused .x-grid-row-summary .x-grid-td {
  border-bottom-color: #efefef;
  border-top-width: 0;
}

/* line 115, ../../../ext-theme-neutral/sass/src/panel/Table.scss */
.gray .x-grid-with-row-lines .x-grid-td {
  border-bottom-width: 1px;
}
/* line 121, ../../../ext-theme-neutral/sass/src/panel/Table.scss */
.gray .x-grid-with-row-lines .x-grid-table {
  border-top: 1px solid white;
}
/* line 125, ../../../ext-theme-neutral/sass/src/panel/Table.scss */
.gray .x-grid-with-row-lines .x-grid-table-over-first {
  border-top-style: solid;
  border-top-color: #dddddd;
}
/* line 130, ../../../ext-theme-neutral/sass/src/panel/Table.scss */
.gray .x-grid-with-row-lines .x-grid-table-selected-first {
  border-top-style: dotted;
  border-top-color: #bfb8b8;
}

/* line 139, ../../../ext-theme-neutral/sass/src/panel/Table.scss */
.gray .x-grid-body .x-grid-table-focused-first {
  border-top: 1px dotted #464646;
}

/* line 149, ../../../ext-theme-neutral/sass/src/panel/Table.scss */
.gray .x-grid-cell-inner {
  text-overflow: ellipsis;
  padding: 3px 6px 4px 6px;
}

/* line 163, ../../../ext-theme-neutral/sass/src/panel/Table.scss */
.gray .x-grid-no-row-lines .x-grid-row-focused .x-grid-cell-inner {
  padding-top: 2px;
  padding-bottom: 3px;
}

/* line 178, ../../../ext-theme-neutral/sass/src/panel/Table.scss */
.gray .x-grid-cell-special {
  border-color: #ededed #c6c6c6 #ededed #c6c6c6;
  border-style: solid;
  border-right-width: 1px;
  background-image: none;
  background-color: #f6f6f6;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f6f6f6), color-stop(100%, #e9e9e9));
  background-image: -webkit-linear-gradient(top, #f6f6f6, #e9e9e9);
  background-image: -moz-linear-gradient(top, #f6f6f6, #e9e9e9);
  background-image: -o-linear-gradient(top, #f6f6f6, #e9e9e9);
  background-image: linear-gradient(top, #f6f6f6, #e9e9e9);
  /*<if slicer>*/
  /*</if slicer>*/
  /* */
  /*<if slicer>*/
  /*</if slicer>*/
  /* */
}
/* line 191, ../../../ext-theme-neutral/sass/src/panel/Table.scss */
.gray .x-grid-row-selected .x-grid-cell-special {
  border-right-color: #ededed #d4b7b7;
  background-image: none;
  background-color: #e0e0e0;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #e0e0e0), color-stop(100%, #d3d3d3));
  background-image: -webkit-linear-gradient(left, #e0e0e0, #d3d3d3);
  background-image: -moz-linear-gradient(left, #e0e0e0, #d3d3d3);
  background-image: -o-linear-gradient(left, #e0e0e0, #d3d3d3);
  background-image: linear-gradient(left, #e0e0e0, #d3d3d3);
}
/* line 206, ../../../ext-theme-neutral/sass/src/panel/Table.scss */
.gray .x-nlg .x-grid-cell-special {
  background-repeat: repeat-y;
  background-image: url(https://cl.connectloud.com/css/images/grid/cell-special-bg.gif);
}
/* line 211, ../../../ext-theme-neutral/sass/src/panel/Table.scss */
.gray .x-nlg .x-grid-row-selected .x-grid-cell-special {
  background-image: url(https://cl.connectloud.com/css/images/grid/cell-special-selected-bg.gif);
}
/* line 78, ../../../ext-theme-base/sass/etc/mixins/slicer.scss */
.gray .x-grid-cell-special .x-grid-cell-special:after {
  display: none;
  content: "x-slicer:bg:url(https://cl.connectloud.com/css/images/grid/cell-special-bg.gif)";
}
/* line 78, ../../../ext-theme-base/sass/etc/mixins/slicer.scss */
.gray .x-grid-cell-special .x-grid-cell-special-selected:after {
  display: none;
  content: "x-slicer:bg:url(https://cl.connectloud.com/css/images/grid/cell-special-selected-bg.gif)";
}

/* line 228, ../../../ext-theme-neutral/sass/src/panel/Table.scss */
.gray .x-grid-dirty-cell {
  background: url(https://cl.connectloud.com/css/images/grid/dirty.gif) no-repeat 0 0;
}

/* line 241, ../../../ext-theme-neutral/sass/src/panel/Table.scss */
.gray .x-grid-row .x-grid-cell-selected {
  color: null;
  background-color: #b8cfee;
}

/* line 247, ../../../ext-theme-neutral/sass/src/panel/Table.scss */
.gray .x-grid-with-col-lines .x-grid-cell {
  border-right-width: 1px;
}

/* line 259, ../../../ext-theme-neutral/sass/src/panel/Table.scss */
.gray .x-grid-resize-marker {
  width: 1px;
  background-color: #0f0f0f;
}

/* line 1, ../../../ext-theme-neutral/sass/src/view/DropZone.scss */
.gray .x-grid-drop-indicator {
  position: absolute;
  height: 1px;
  line-height: 0px;
  background-color: #77BC71;
  overflow: visible;
  pointer-events: none;
}
/* line 9, ../../../ext-theme-neutral/sass/src/view/DropZone.scss */
.gray .x-grid-drop-indicator .x-grid-drop-indicator-left {
  position: absolute;
  top: -8px;
  left: -12px;
  background-image: url(images/grid/dd-insert-arrow-right.png);
  height: 16px;
  width: 16px;
}
/* line 18, ../../../ext-theme-neutral/sass/src/view/DropZone.scss */
.gray .x-grid-drop-indicator .x-grid-drop-indicator-right {
  position: absolute;
  top: -8px;
  right: -11px;
  background-image: url(images/grid/dd-insert-arrow-left.png);
  height: 16px;
  width: 16px;
}

/* line 29, ../../../ext-theme-neutral/sass/src/view/DropZone.scss */
.gray .x-ie6 .x-grid-drop-indicator-left {
  background-image: url(https://cl.connectloud.com/css/images/grid/dd-insert-arrow-right.gif);
}
/* line 33, ../../../ext-theme-neutral/sass/src/view/DropZone.scss */
.gray .x-ie6 .x-grid-drop-indicator-right {
  background-image: url(https://cl.connectloud.com/css/images/grid/dd-insert-arrow-left.gif);
}
/* line 1, ../../../ext-theme-neutral/sass/src/toolbar/Paging.scss */
.gray .x-tbar-page-number {
  width: 30px;
}

/* line 5, ../../../ext-theme-neutral/sass/src/toolbar/Paging.scss */
.gray .x-tbar-page-first {
  background-image: url(https://cl.connectloud.com/resources/ext-theme-gray/images/grid/page-first.gif);
}

/* line 9, ../../../ext-theme-neutral/sass/src/toolbar/Paging.scss */
.gray .x-tbar-page-prev {
  background-image: url(https://cl.connectloud.com/resources/ext-theme-gray/images/grid/page-prev.gif);
}

/* line 13, ../../../ext-theme-neutral/sass/src/toolbar/Paging.scss */
.gray .x-tbar-page-next {
  background-image: url(https://cl.connectloud.com/resources/ext-theme-gray/images/grid/page-next.gif);
}

/* line 17, ../../../ext-theme-neutral/sass/src/toolbar/Paging.scss */
.gray .x-tbar-page-last {
  background-image: url(https://cl.connectloud.com/resources/ext-theme-gray/images/grid/page-last.gif);
}

/* line 21, ../../../ext-theme-neutral/sass/src/toolbar/Paging.scss */
.gray .x-tbar-loading {
  background-image: url(https://cl.connectloud.com/resources/ext-theme-gray/images/grid/refresh.gif);
}

/* line 27, ../../../ext-theme-neutral/sass/src/toolbar/Paging.scss */
.gray .x-item-disabled .x-tbar-page-first {
  background-image: url(https://cl.connectloud.com/resources/ext-theme-gray/images/grid/page-first-disabled.gif);
}
/* line 31, ../../../ext-theme-neutral/sass/src/toolbar/Paging.scss */
.gray .x-item-disabled .x-tbar-page-prev {
  background-image: url(https://cl.connectloud.com/resources/ext-theme-gray/images/grid/page-prev-disabled.gif);
}
/* line 35, ../../../ext-theme-neutral/sass/src/toolbar/Paging.scss */
.gray .x-item-disabled .x-tbar-page-next {
  background-image: url(https://cl.connectloud.com/resources/ext-theme-gray/images/grid/page-next-disabled.gif);
}
/* line 39, ../../../ext-theme-neutral/sass/src/toolbar/Paging.scss */
.gray .x-item-disabled .x-tbar-page-last {
  background-image: url(https://cl.connectloud.com/resources/ext-theme-gray/images/grid/page-last-disabled.gif);
}
/* line 43, ../../../ext-theme-neutral/sass/src/toolbar/Paging.scss */
.gray .x-item-disabled .x-tbar-loading {
  background-image: url(https://cl.connectloud.com/resources/ext-theme-gray/images/grid/refresh-disabled.gif);
}



.dashboardSRs
{
background-image: url( images/dashboard/Storage.png) ;
background-repeat: no-repeat;
background-position:center;
background-color:#1D61B2;
margin:auto;
width:80px;
}

.catalogVirtualDisk
{
background-image: url( images/dashboard/VirtualDisk.png) ;
background-repeat: no-repeat;
background-position:center;
background-color:#2691C9;
margin:auto;
width:400px;
height:100px;
}

/* End gray Theme */
.x-form-cb-wrap {
  height: 24px !important;
}
.x-form-cb {
  margin-top: 5px !important;
}
.x-form-checkbox {
  width: 15px !important;
  height: 15px !important;
  background: url(images/form/checkbox.png) no-repeat !important;
}
.x-form-cb-checked .x-form-checkbox {
  background-position: 0 -15px !important;
}
.x-form-checkbox-focus {
  background-position: -15px 0 !important;
}
.x-form-cb-checked .x-form-checkbox-focus {
  background-position: -15px -15px !important;
}



.status_red_animated {
	background: url(images/console-red-animated.gif) no-repeat 2px 4px;
	/*padding-left: 16px;*/
	background-position: right center;
}
.status_green_animated {
	background: url(images/console-green-animated.gif) no-repeat 2px 4px;
	/*padding-left: 16px; */
	background-position: right center;
}
.status_green {
	background: url(images/console-green.png) no-repeat 2px 4px;
	/*padding-left: 16px;*/
	background-position: right center;
}
.status_red {
	background: url(https://cl.connectloud.com/css/images/console-red.png) no-repeat 2px 4px;
	/*padding-left: 16px;*/
	background-position: right center;
}
.job {
	background: url(images/icon-tree.png) no-repeat !important;
}
.task {
	background: url(images/icon_greenbox.png) no-repeat !important;
}
.rootTree
{
	background: url(images/icon-tree.png) no-repeat !important;
}
.console-loadingIconAnimation {
	background-image: url(images/console-green-animated.gif)  !important;
        background-repeat: no-repeat;
        background-position: center;
}
.console-loadingIcon {
	background-image: url(images/console-green.png)  !important;
        background-repeat: no-repeat;
        background-position: center; 
}
.consoleGray{
    background-color:#f2f3f4!important;
}
.consoleBlue{
    background-color:#2E67C7!important;
}
.consoleBlack{
    background-color:#000000!important;
}
.consolePurple{
    background-color:#300924!important;
}

.enableCheck .x-change-cell { 
}

.disableCheck .x-change-cell {
   
   pointer-events: none !important; 
   cursor: default !important;

}
.wizardVM
{
background-image: url( images/wizard/Billing64.png) ;
background-repeat: no-repeat;
width:64px!important;
height:64px!important;
margin-right: auto !important;
margin-left: auto !important;
border:0px solid;
width:80px;
}
.wizardVirtualDisk
{
background-image: url( images/wizard/Contract64.png) ;
background-repeat: no-repeat;
width:64px! important;
height:64px! important;
margin-right: auto !important;
margin-left: auto !important;
border:0px solid;

}

.wizardMultiSI .x-panel-body
{
background-color: #7A838D! important;
border:0px solid;
margin:0;
padding:0;
width:80px!important;
}
.wizardMultiSI_VM
{
background-image: url( images/dashboard/VirtualMachine.png) ;
background-repeat: no-repeat;
background-color: #7A838D;
background-position:center;
width:64x!important;
height:64px!important;
width:80px;
margin:0;
padding:0;
padding-top:20px;
}
.wizardMultiSI_VD
{
background-image: url( images/dashboard/VirtualDisk.png) ;
background-repeat: no-repeat;
background-color: #7A838D;
background-position:center;
width:64x!important;
height:64px!important;
width:80px;
margin-top:0;
padding:0;
padding-top:20px;
}
.wizardMultiSI_sdc
{
background-image: url( https://cl.connectloud.com/css/images/dashboard/sdc.png) ;
background-repeat: no-repeat;
background-color: #7A838D;
background-position:center;
width:64x!important;
height:64px!important;
width:80px;
margin-top:0;
padding:0;
padding-top:20px;
}
.dashboardWF
{
background-image: url( images/dashboard/Mesh.png) ;
background-repeat: no-repeat;
background-color:#814E77;
background-position:center;
width:80px;
}
.dashboardPool
{
background-image: url( images/dashboard/Pool.png) ;
background-repeat: no-repeat;
background-color:#814E77;
background-position:center;
width:80px;
}
.dashboardCreditCard
{
background-image: url( images/dashboard/Pool.png) ;
background-repeat: no-repeat;
background-color:#814E77;
background-position:center;
width:80px;
}
.x-boundlist-item div.chkCombo {
    background: transparent url(images/menu/unchecked.png) no-repeat;
	padding-left:20px;
}
.x-boundlist-selected div.chkCombo{
    background: transparent url(images/menu/checked.png) no-repeat;
	padding-left:20px;
}

.dashboardWFOrchestration
{
background-image: url( images/dashboard/Mesh.png) ;
background-repeat: no-repeat;
background-color:#814E77;
background-position:center;
width:80px;
}

.dashboardTenantCloud
{
background-image: url( https://cl.connectloud.com/css/images/dashboard/cloud.png) ;
background-repeat: no-repeat;
background-color:#7A838D;
background-position:center;
margin:auto;
width:80px;
}

.dashboardVPC
{
background-image: url( https://cl.connectloud.com/css/images/dashboard/cloud.png) ;
background-repeat: no-repeat;
background-color:#814E77;
background-position:center;
margin:auto;
width:80px;
}

.dashboardPublicCloud
{
background-image: url( images/dashboard/Storage.png) ;
background-repeat: no-repeat;
background-color:#2691C9;
background-position:center;
margin:auto;
width:80px;;
}

.dashboardNOC
{
background-image: url( images/dashboard/admin.png) ;
background-repeat: no-repeat;
background-color:#1D61B2;
background-position:center;
margin:auto;
width:80px;
}

.dashboardTenantNOC
{

background-image: url( images/dashboard/tenant.png) ;
background-repeat: no-repeat;
background-position:center;
margin:auto;
background-color:#E15230;
width:80px;
}

.dashboardSDCNOC
{
background-image: url( https://cl.connectloud.com/css/images/dashboard/cloud.png) ;
background-repeat: no-repeat;
background-position:center;
background-color:#5E91B0;
margin:auto;
width:100%;
}

.dashboardDeviceNOC
{
background-image: url( images/dashboard/Device.png) ;
background-repeat: no-repeat;
background-position:center;
background-color:#E15230;
margin:auto;
width:80px;
}

.dashboardOrderNOC
{
background-image: url( images/dashboard/Order.png) ;
background-repeat: no-repeat;
background-position:center;
background-color:#1D61B2;
margin:auto;
width:80px;
}


.icon-region2{
    background-image: url(images/flat/icon_region2.png) !important;
}
.icon-datacenter{
    background-image: url(images/flat/icon_datacenter.png) !important;
}
.icon-amazon{
    background-image: url(images/flat/icon_amazon.png) !important;
}

.icon-arrow-up{
    background-image: url(images/flat/icon_arrow_up.png) !important;
    
}
.icon-arrow-down{
    background-image: url(images/flat/icon_arrow_down.png) !important;
    
}
.my-label-style{
	font-weight: bold !important; 
    text-align: center !important;
}

.dashboardCreditCard
{
background-image: url( https://cl.connectloud.com/css/images/dashboard/CreditCard.png) ;
background-repeat: no-repeat;
background-color:#4b647e;
background-position:center;
margin:auto;
width:80px;;
}

.dashboardSecurityGroups
{
background-image: url( images/dashboard/serviceoffer.png) ;
background-repeat: no-repeat;
background-position:center;
background-color:#00A9EC;
width:80px;
}