/**[class*="xcc-icon"]{
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
}*/
.xcc-icon-home{
    background-image: url('../images/icons/home-white.png');
}
.xcc-icon-event{
    background-image: url('../images/icons/events-white.png');
}
.xcc-icon-inventory{
    background-image: url('../images/icons/inventory-white.png');
}
.xcc-icon-utilization{
    background-image: url('../images/icons/utilization-white.png');
}
.xcc-icon-remote-console{
    background-image: url('../images/icons/remote-control-white.png');
}
.xcc-icon-firmware{
    background-image: url('../images/icons/firmware-update-white.png');
}
.xcc-icon-server-config{
    background-image: url('../images/icons/server-configuration-white.png');
}
.xcc-icon-bmc-config{
    background-image: url('../images/icons/bmc-configuration-white.png');
}
.xcc-icon-export {
    background-image: url('../images/icons/export-dcgg.png');
}
.xcc-icon-user {
    background-image: url('../images/icons/user-dcgg.png');
}
.xcc-icon-time {
    background-image: url('../images/icons/time-dccg.png');
}
.xcc-icon-more {
    background-image: url('../images/icons/more-dg.png');
}
#immExport:focus div,#immExport:hover div{
    background-image: url('../images/icons/export-white.png');
}
#immUser:focus div,#immUser:hover div{
    background-image: url('../images/icons/user-white.png');
}
#immTime:focus div,#immTime:hover div{
    background-image: url('../images/icons/time-white.png');
}
#immLanguage:focus div,#immLanguage:hover div{
    background-image: url('../images/icons/more-white.png');
}
.xcc-icon-cpu-active {
    background-image: url('../images/icons/cpu-dcgg.png');
}
.xcc-icon-cpu-inactive {
    background-image: url('../images/icons/cpu-inactive.png');
}
.xcc-icon-memory-active{
    background-image: url('../images/icons/memory-dcgg.png');
}
.xcc-icon-memory-inactive{
    background-image: url('../images/icons/memory-inactive.png');
}
.xcc-icon-storage-active{
    background-image: url('../images/icons/storage-dcgg.png');
}
.xcc-icon-storage-inactive{
    background-image: url('../images/icons/storage-inactive.png');
}
.xcc-icon-pci-active{
    background-image: url('../images/icons/pci-dcgg.png');
}
.xcc-icon-pci-inactive{
    background-image: url('../images/icons/pci-inactive.png');
}
.xcc-icon-power-supply-active{
    background-image: url('../images/icons/power-supply-dcgg.png');
}
.xcc-icon-power-supply-inactive{
    background-image: url('../images/icons/power-inactive.png');
}
.xcc-icon-fan-active{
    background-image: url('../images/icons/fan-dcgg.png');
}
.xcc-icon-fan-inactive{
    background-image: url('../images/icons/fan-inactive.png');
}
.xcc-icon-system-board-active{
    background-image: url('../images/icons/system-board-dcgg.png');
}
.xcc-icon-system-board-inactive{
    background-image: url('../images/icons/system-board-inactive.png');
}
.xcc-icon-other-active{
    background-image: url('../images/icons/other-dcgg.png');
}
.xcc-icon-other-inactive{
    background-image: url('../images/icons/other-inactive.png');
}
.xcc-icon-edit-active{
    background-image: url('../images/icons/edit-dcgg.png');
}
.xcc-icon-edit-inactive{
    background-image: url('../images/icons/edit-inactive.png');
}
.xcc-icon-upgrade-active{
    background-image: url('../images/icons/upgrade-dcgg.png');
}
.xcc-icon-upgrade-inactive{
    background-image: url('../images/icons/upgrade-inactive.png');
}
.xcc-icon-next{
    background-image: url('../images/icons/next-dcgg.png');
}
.xcc-icon-remote-control,.xcc-icon-remote-control-mouseover{
    width: 72px;
    height: 72px;
}
.xcc-icon-remote-control{
    background-image: url('../images/icons/remote-control-big-dccg.png');
}
.xcc-icon-remote-control-mouseover{
    background-image: url('../images/icons/remote-control-big-mouseover.png');
}
.xcc-icon-capture-screen {
    background-image: url('../images/icons/capture-screen-dcgg.png');
}
.xcc-icon-settings {
    background-image: url('../images/icons/settings-dcgg.png');
}
.xcc-icon-last-boot-videos {
    background-image: url('../images/icons/last-boot-videos-black.png');
}
.xcc-icon-latest-failure-screen {
    background-image: url('../images/icons/latest-failure-screen-dcgg.png');
}
.xcc-icon-capture-screen,.xcc-icon-settings,
.xcc-icon-last-boot-videos,.xcc-icon-latest-failure-screen{
    background-size: 16px 16px;
    background-position: 0px 5px;
    width: auto;
    height: auto;
}
.xcc-icon-help{
    background-image: url('../images/icons/help-dcgg.png');
}
.xcc-icon-help:hover{
    background-image: url('../images/icons/help-mouseover.png');
}
.xcc-icon-help-mouseover{
    background-image: url('../images/icons/help-mouseover.png');
}
.xcc-icon-arrow-down{
    background-image: url('../images/icons/unfold2-dcgg.png');
}
.xcc-icon-arrow-right{
    background-image: url('../images/icons/fold2-dcgg.png');
}
.xcc-icon-upgrade{
    background-image: url('../images/icons/upgrade-dcgg.png');
}
.xcc-icon-about{
    background-image: url('../images/icons/about-dcgg.png');
}
.xcc-icon-add{
    background-image: url('../images/icons/add-dcgg.png');
}
.xcc-icon-add.mouseover{
    background-image: url('../images/icons/add-white.png');
}
.xcc-icon-add.inactive{
    background-image: url('../images/icons/add-inactive.png');
}
.xcc-icon-bmc-configuration{
    background-image: url('../images/icons/bmc-configuration-white.png');
}
.xcc-icon-call-home{
    background-image: url('../images/icons/call-home-gray.png');
}
.xcc-icon-capture{
    background-image: url('../images/icons/capture-screen-black.png');
}
.xcc-icon-confirm{
    background-image: url('../images/icons/confirm-dcgg.png');
}
.xcc-icon-cpu{
    background-image: url('../images/icons/cpu-dcgg.png');
}
.xcc-icon-customize{
    background-image: url('../images/icons/customize-table-dcgg.png');
}
.xcc-icon-delete{
    background-image: url('../images/icons/delete-dcgg.png');
}
.xcc-icon-delete-inactive{
    background-image: url('../images/icons/delete-inactive.png');
}
.xcc-icon-download{
    background-image: url('../images/icons/download-dcgg.png');
}
.xcc-icon-edit{
    background-image: url('../images/icons/edit-dcgg.png');
}
.xcc-icon-edit.inactive{
    background-image: url('../images/icons/edit-inactive.png');
}
.xcc-icon-error{
    background-image: url('../images/icons/error.png');
}
.xcc-icon-error-big{
    background-image: url('../images/icons/error-bg.png');
}
.xcc-icon-events{
    background-image: url('../images/icons/events-white.png');
}
.xcc-icon-export{
    background-image: url('../images/icons/export-dcgg.png');
}
.xcc-icon-fan{
    background-image: url('../images/icons/fan-dcgg.png');
}
.xcc-icon-firmware-update{
    background-image: url('../images/icons/firmware-update-white.png');
}
.xcc-icon-fold{
    background-image: url('../images/icons/fold-dcgg.png');
}
.xcc-icon-fold2{
    background-image: url('../images/icons/fold2-dcgg.png');
}
.xcc-icon-generate-certificate{
    background-image: url('../images/icons/generate-certificate-dcgg.png');
}
.xcc-icon-go-to-top{
    background-image: url('../images/icons/go-to-top-dcgg.png');
}
.xcc-icon-graphic-view{
    background-image: url('../images/icons/graphic-view-dcgg.png');
}
.xcc-icon-home{
    background-image: url('../images/icons/home-white.png');
}
.xcc-icon-import-certificate{
    background-image: url('../images/icons/import-certificate-dcgg.png');
}
.xcc-icon-import-certificate-inactive{
    background-image: url('../images/icons/import-certificate-inactive.png');
}
.xcc-icon-generate-key{
    background-image: url('../images/icons/generate-key-dcgg.png');
}
.xcc-icon-generate-key-inactive{
    background-image: url('../images/icons/generate-key-inactive.png');
}
.xcc-icon-info{
    background-image: url('../images/icons/info.png');
}
.xcc-icon-inventory{
    background-image: url('../images/icons/inventory-white.png');
}
.xcc-icon-keyboard{
    background-image: url('../images/icons/keyboard-white.png');
}
.xcc-icon-language{
    background-image: url('../images/icons/language-dccg.png');
}
.xcc-icon-last-boot-videos{
    background-image: url('../images/icons/last-boot-videos-dcgg.png');
}
.xcc-icon-latest-failure-screen{
    background-image: url('../images/icons/latest-failure-screen-dcgg.png');
}
.xcc-icon-led-error-off{
    background-image: url('../images/icons/led-error-off.png');
}
.xcc-icon-led-error-on{
    background-image: url('../images/icons/led-error-on.png');
}
.xcc-icon-license{
    background-image: url('../images/icons/license-dcgg.png');
}
.xcc-icon-location-led{
    background-image: url('../images/icons/location-led-dcgg.png');
}
.xcc-icon-maximum-menu{
    background-image: url('../images/icons/maximum-menu-white.png');
}
.xcc-icon-memory{
    background-image: url('../images/icons/memory-dcgg.png');
}
.xcc-icon-minimum-menu{
    background-image: url('../images/icons/minimum-menu-white.png');
}
.xcc-icon-more{
    background-image: url('../images/icons/more-dg.png');
}
.xcc-icon-mouse{
    background-image: url('../images/icons/mouse-white.png');
}
.xcc-icon-next{
    background-image: url('../images/icons/next-dcgg.png');
}
.xcc-icon-os{
    background-image: url('../images/icons/os-dcgg.png');
}
.xcc-icon-other{
    background-image: url('../images/icons/other-dcgg.png');
}
.xcc-icon-pause{
    background-image: url('../images/icons/pause-white.png');
}
.xcc-icon-pci{
    background-image: url('../images/icons/pci-dcgg.png');
}
.xcc-icon-play{
    background-image: url('../images/icons/play-white.png');
}
.xcc-icon-power{
    background-image: url('../images/icons/power-dcgg.png');
}
.xcc-icon-power-status-off{
    background-image: url('../images/icons/power-status-Off.png');
    width: 24px;
    height: 24px;
}
.xcc-icon-power-status-on{
    background-image: url('../images/icons/power-status-on.png');
    width: 24px;
    height: 24px;
}
.xcc-icon-power-supply{
    background-image: url('../images/icons/power-supply-dcgg.png');
}
.xcc-icon-refresh{
    background-image: url('../images/icons/refresh-dcgg.png');
}
.xcc-icon-remote-control-big{
    background-image: url('../images/icons/remote-control-big-dccg.png');
}
.xcc-icon-remove{
    background-image: url('../images/icons/remove-dcgg.png');
}
.xcc-icon-retry-and-delay{
    background-image: url('../images/icons/retry-and-delay-dcgg.png');
}
.xcc-icon-retry-and-delay.mouseover{
    background-image: url('../images/icons/retry-and-delay-white.png');
}
.xcc-icon-protocol{
    background-image: url('../images/icons/settings-dcgg.png');
}
.xcc-icon-protocol.mouseover{
    background-image: url('../images/icons/settings-white.png');
}
.xcc-icon-protocol.inactive{
    background-image: url('../images/icons/setting-inactive.png');
}
.xcc-icon-screen-mode{
    background-image: url('../images/icons/screen-mode-white.png');
}
.xcc-icon-search{
    background-image: url('../images/icons/search-dcgg.png');
}
.xcc-icon-send-email{
    background-image: url('../images/icons/send-email-dcgg.png');
}
.xcc-icon-server-configuration{
    background-image: url('../images/icons/server-configuration-white.png');
}
.xcc-icon-service{
    background-image: url('../images/icons/service-dcgg.png');
}
.xcc-icon-setting{
    background-image: url('../images/icons/settings-dcgg.png');
}
.xcc-icon-setting-inactive{
    background-image: url('../images/icons/setting-inactive.png');
}
.xcc-icon-smtp-server{
    background-image: url('../images/icons/smtp-server-dcgg.png');
}
.xcc-icon-smtp-server.mouseover{
    background-image: url('../images/icons/smtp-server-white.png');
}
.xcc-icon-status-check{
    background-image: url('../images/icons/status-check.png');
}
.xcc-icon-stop-recording{
    background-image: url('../images/icons/stop-recording-white.png');
}
.xcc-icon-storage{
    background-image: url('../images/icons/storage-dcgg.png');
}
.xcc-icon-system-board{
    background-image: url('../images/icons/system-board-dcgg.png');
}
.xcc-icon-table-view{
    background-image: url('../images/icons/table-view-dcgg.png');
}
.xcc-icon-time{
    background-image: url('../images/icons/time-dccg.png');
}
.xcc-icon-unfold2{
    background-image: url('../images/icons/unfold2-dcgg.png');
}
.xcc-icon-unfold{
    background-image: url('../images/icons/unfold-dcgg.png');
}
.xcc-icon-upgrade{
    background-image: url('../images/icons/upgrade-dcgg.png');
}
.xcc-icon-utilization{
    background-image: url('../images/icons/utilization-white.png');
}
.xcc-icon-verified-false{
    background-image: url('../images/icons/verified=false.png');
}
.xcc-icon-verified-true{
    background-image: url('../images/icons/verified=true.png');
}
.xcc-icon-visit-forum{
    background-image: url('../images/icons/visit-forum-dcgg.png');
}
.xcc-icon-warning{
    background-image: url('../images/icons/warning.png');
}
.xcc-icon-warning-bg{
    background-image: url('../images/icons/warning-bg.png');
}
.xcc-icon-xc{
    background-image: url('../images/icons/xc.png');
}
.xcc-icon-xcc-logo{
    background-image: url('../images/icons/XCC-logo.png');
}
.xcc-icon-graphic-view{
    background-image: url('../images/icons/graphic-view-dcgg.png');
}
.xcc-icon-graphic-view-selected{
    background-image: url('../images/icons/graphic-view-white.png');
}
.xcc-icon-table-view{
    background-image: url('../images/icons/table-view-dcgg.png');
}
.xcc-icon-table-view-selected{
    background-image: url('../images/icons/table-view-white.png');
}


.xcc-icon-circle-active, .xcc-icon-circle-inactive, .xcc-icon-circle-finish {
    width: 32px;
    height: 32px;
    -moz-border-radius: 32px;
    -webkit-border-radius: 32px;
    border-radius: 32px;
    margin-bottom: -10px;
}
.xcc-icon-circle-active {
    background-color: #333333;
}
.xcc-icon-circle-inactive {
    background-color: gray;
}
.xcc-icon-circle-finish {
    background-color: #E1E5EC;
}
.xcc-icon-health-summary {
    float: left;
    width: 48px;
    height: 48px;
}
.xcc-icon-cpu-active, .xcc-icon-cpu-inactive,
.xcc-icon-memory-active, .xcc-icon-memory-inactive,
.xcc-icon-storage-active, .xcc-icon-storage-inactive,
.xcc-icon-pci-active, .xcc-icon-pci-inactive,
.xcc-icon-power-supply-active, .xcc-icon-power-supply-inactive,
.xcc-icon-fan-active, .xcc-icon-fan-inactive,
.xcc-icon-system-board-active, .xcc-icon-system-board-inactive,
.xcc-icon-other-active, .xcc-icon-other-inactive {
    width: 32px;
    height: 32px;
    margin-top: 10px;
}





















