html {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: Arial Unicode MS, Arial, Helvetica;
  	font-size: small;
  	font-weight: normal;
}

body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	border: 0px;
}

#rootPanel {
	height: 100%;
	max-height: 100%;
	min-height: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

.fillPanel {
    height: 100%;
    width: auto; 
    margin: 0px;
    padding: 0px;
    border: 0px;
    top: 0px;
    left: 0px;
    min-height: 100%;
}

.fixedTable {
    table-layout: fixed;
}

.toolbar {
	margin-left: auto;
	margin-right: 0px;
}

.loadingPanelContainer {
	text-align: center;
	width: 100%;
}

.loadingPanelText {
	padding-top:1em;
	font-family: Arial Unicode MS, Helvetica, Arial;
    font-size: small;
}

.loadingPanelIcon {
    font-family: Arial Unicode MS, Helvetica, Arial;
    font-size: 20pt;
    margin-top: 20px;
}

.boldText {
	font-family: Arial Unicode MS, Helvetica, Arial;
	font-weight: bold;
}

.mediumText {
	font-size: medium; 
	font-family: Helvetica, Arial;
}

.mediumBoldText {
	font-size: medium; 
	font-weight: bold;
	font-family: Helvetica, Arial;
	color: black;
}

.errorText {
	font-size: medium;
	color: red;
	font-family: Helvetica, Arial;	
}

.unsupported {
	font-size: medium;
	font-family: Helvetica, Arial;
	color: #666666;
}

.isxc-DialogBox {
	border: 2px solid grey;
	border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
	background-color: white;
	margin: 10px;	
	padding: 20px;
	z-index: 1000;
}

.welcomeDialogBox {
	border: 2px solid grey;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    background-color: white;
    margin: 10px;   
    padding: 20px;
    z-index: 1000;
    max-width: 640px;
    max-height: 780px;
}

.welcomeDialogContents {
	min-width: 100%;
	min-height: 100%;
	table-layout: fixed;
	vertical-align: middle;
}

.welcomeDialogSubBox {
	margin-left: auto;
    margin-right: auto;
    padding: 10px;
    border: 1px solid #CFCFCF;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin-top: 20px;
    margin-bottom: 20px;
    min-width: 85%;
    min-height: 85%
}

.welcomeTitle {
	margin-top:15px;
	font-family: Arial Unicode MS, Arial, Helvetica;
    color: gray;
    font-size: 25px;
    text-align: center;
}

.welcomeItem {
	font-family: Arial Unicode MS, Arial, Helvetica;
    color: gray;
    font-size: 15px;
    padding: 10px;
}

.welcomeImage {
	padding: 10px;
}

.clear {
    clear:both;	
}

/*
 * Device icons.
 */
.deviceIcon {
    background-repeat: no-repeat;
    background-position: -840px;
    outline: none;
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
}

.deviceEnabled {
    background-image: url('images/devices_sprite.png');
 }

.deviceDisabled {
    background-image: url('images/devices_disabled_sprite.png');
}

.deviceIcon-batterymanager {
    background-position: 0px;
}

.deviceIcon-branchcircuitmonitor {
    background-position: -40px;
}

.deviceIcon-camerapod {
    background-position: -80px;
}

.deviceIcon-cctvpod {
    background-position: -120px;
}

.deviceIcon-consoleportserver {
    background-position: -160px;
}

.deviceIcon-coolingdevice {
    background-position: -200px;
}

/*
add the correct icon
.deviceIcon-chiller {
    background-position: -200px;
}*/

.deviceIcon-dcrectifier {
    background-position: -240px;
}

.deviceIcon-environmentalmonitor {
    background-position: -280px;
}

.deviceIcon-generator {
    background-position: -320px;
}

.deviceIcon-infrastruxureserver {
    background-position: -360px;
}

.deviceIcon-datacenterexpertserver {
    background-position: -360px;
}

.deviceIcon-kvm {
    background-position: -400px;
}

.deviceIcon-netbotzrackappliance {
    background-position: -440px;
}

.deviceIcon-netbotzwallappliance {
    background-position: -480px;
}

.deviceIcon-networkdevice {
    background-position: -520px;
}

.deviceIcon-pdu {
    background-position: -560px;
}

.deviceIcon-powermeter {
    background-position: -600px;
}

.deviceIcon-rackaccessdevice {
    background-position: -640px;
}

.deviceIcon-rackaccesspod {
	background-position: -640px;
}

.deviceIcon-rackmanager {
    background-position: -680px;
}

.deviceIcon-rackpdu {
    background-position: -720px;
}

.deviceIcon-sensorpod {
    background-position: -760px;
}

.deviceIcon-shareddevice {
    background-position: -800px;
}

.deviceIcon-snmpdevice {
    background-position: -840px;
}

.deviceIcon-transferswitch {
    background-position: -880px;
}

.deviceIcon-ups {
    background-position: -920px;
}

.deviceIcon-workstationserver {
    background-position: -960px;
}

.deviceIcon-virtualdevice {
	background-position: -1000px;
}

.deviceIcon-datacenteroperationserver {
	background-position: -1040px;
}

.spriteDecoration {
    background-repeat: no-repeat;
    background-position: 0px;
    outline: none;
    width: 20px;
    height: 20px;
}

.spriteDecoration-topLeft {
	float: left;
}

.spriteDecoration-topRight {
	float: right;
}

.spriteDecoration-bottomRight {
	float: right;
}

.spriteDecoration-bottomLeft {
	float: left;
}

/*
 * Severity Decorations.
 */
.severityDecoration {
    background-image: url('images/status_sprite.png');
    background-position: 20px;
}

.severityDecoration-normal {
    background-position: 0px;
}

.severityDecoration-info {
    background-position: -20px;
}

.severityDecoration-warning {
    background-position: -40px;
}

.severityDecoration-critical {
    background-position: -60px;
}

.severityDecoration-failure {
    background-position: -60px;
}

.severityDecoration-error {
    background-position: -60px;
}

/*
 * Device group icons.
 */
.deviceGroupIcon {
    background-image: url('images/device_groups_sprite.png');
    background-repeat: no-repeat;
    background-position: -120px;
    outline: none;
    width: 40px;
    height: 40px;
}

.deviceGroupIcon-normal {
    background-position: -80px;
}

.deviceGroupIcon-critical {
    background-position: 0px;
}

.deviceGroupIcon-failure {
    background-position: 0px;
}

.deviceGroupIcon-error {
    background-position: 0px;
}

.deviceGroupIcon-warning {
    background-position: -40px;
}

.deviceGroupIcon-info {
    background-position: -160px;
}

/*
 * Other state decorations
 */
.maintenanceDecoration {
    background-image: url('images/wrench.png');
    background-repeat: no-repeat;
    background-position: 0px;
    outline: none;
    width: 20px;
    height: 20px;
}

.hasChildren {
	background-image: url('images/plus.png');
	background-repeat: no-repeat;
	background-position: 0px;
	outline: none;
	width: 20px;
	height: 20px;
}

.nobr {
	display: inline;	
}

.halfTransparent{
	background-color: rgba(255,255,255,0.5);
}

.report-nav-item,report-nav-item-selected{
	cursor: pointer;
    color: #7798bf;
    font-family: Arial Unicode MS, Helvetica, Arial;
	padding-left:1em;
}

.reportButton {
    border: 1px solid #9FA0A4;
    border-radius: 8px;
    padding: 1em;
    margin: 5px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    vertical-align: top; 
    cursor: pointer;
    width: auto;
    text-align:center;
    background-color:white;
    color: #7798bf;
}

.report-border {
    border: 1px solid #9FA0A4;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    vertical-align: top; 
}

.reportDateError{
	color:red;
	padding-left:1em;
    font-size: 14px;
    font-family: Arial Unicode MS, Helvetica, Arial;
}

.reportCustomRange{
	padding-left:1em;
	padding-right:1em;
	color: #9FA0A4;
    font-size: 14px;
    font-family: Arial Unicode MS, Helvetica, Arial;
}

.reportFraming {
	padding: 1em;
	width:auto;
}

.reportNavBorder{
	padding-bottom:1em;
}

.linegraphGadgetNoSensorHistory,reportNoSensorHistory{
	margin-top:1em;
	color:#9FA0A4;
}

.linegraphGadgetNoSensorHistory{
	text-align:center;
}

.dateBoxPopup{
	z-index:9999
}

.eventLogApplyButton {
    border: 1px solid #9FA0A4;
    border-radius: 8px 8px 8px 8px;
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    line-height: 18px;
    padding-left: 5px;
    table-layout: fixed;
    vertical-align:bottom;
    margin-bottom: 10px;
    margin-left: 10px;
    float: left;
}

.eventLogApplyButtonDisabled {
    border: 1px solid #9FA0A4;
    border-radius: 8px 8px 8px 8px;
    cursor: default;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    line-height: 18px;
    padding-left: 5px;
    table-layout: fixed;
    vertical-align:bottom;
    color: #777777;
    margin-bottom: 10px;
    margin-left: 10px;
    float: left;
}

.eventLogAttribute{
	display: inline;
	color: #009B3E;
}

.defaultListBox {
    background: none repeat scroll 0 0 white;
    border: 1px solid #A0A0A0;
    border-radius: 4px 4px 4px 4px;
    padding: 3px 4px;
    margin-bottom: 0px;
}

.loadingDialog {
	font-family: Arial Unicode MS, Helvetica, Arial;
    background: none repeat scroll 0 0 white;
    border-radius: 8px;
    border: 1px solid #000000;
    font-size: large;
    z-index: 2000;
}

.gwt-CustomSuggestBoxPopup {
    background: white;
    border-top: 1px #9FA0A4 solid;
    border-bottom: 1px #9FA0A4 solid;
    border-left: 1px #9FA0A4 solid;
    border-right: 1px #9FA0A4 solid;
    padding-left: 2px;
    padding-right: 2px;
    margin-left: 3px;
    z-index: 1001;
}

.gwt-CustomSuggestBoxPopup .suggestPopupTopCenter {
  background: white;
  background-color: white;
  -background: white;
}
.gwt-CustomSuggestBoxPopup .suggestPopupTopLeftInner {
  background: white;
  background-color: white;
  -background: white;
}
.gwt-CustomSuggestBoxPopup .suggestPopupTopRightInner {
  background: white;
  background-color: white;
  -background: white;
}
.gwt-CustomSuggestBoxPopup .suggestPopupBottomLeftInner {
  background: white;
  background-color: white;
  -background: white;
}
.gwt-CustomSuggestBoxPopup .suggestPopupBottomRightInner {
  background: white;
  background-color: white;
  -background: white;
}
.gwt-CustomSuggestBoxPopup .suggestPopupBottomCenter {
  background: white;
  background-color: white;
  -background: white;
}
.gwt-CustomSuggestBoxPopup .suggestPopupMiddleLeft {
  background: white;
  background-color: white;
  -background: white;
}
.gwt-CustomSuggestBoxPopup .suggestPopupMiddleRight {
  background: white;
  background-color: white;
  -background: white;
}
.gwt-CustomSuggestBoxPopup .suggestPopupTopLeft {
  background: white;
  background-color: white;
  -background: white;
}
.gwt-CustomSuggestBoxPopup .suggestPopupTopRight {
  background: white;
  background-color: white;
  -background: white;
}
.gwt-CustomSuggestBoxPopup .suggestPopupBottomLeft {
  background: white;
  background-color: white;
  -background: white;
}
.gwt-CustomSuggestBoxPopup .suggestPopupBottomRight {
  background: white;
  background-color: white;
  -background: white;
}

.gwt-CustomSuggestBoxPopup .item {
  padding: 2px 6px;
  cursor: default;
  font-size: medium;
}


.gwt-CustomSuggestBoxPopup .item-selected {
  background: #cdcdcd;
  padding: 2px 6px;
  cursor: default;
  font-size: medium;
}

.gwt-CustomSuggestBoxPopup .suggestPopupContent {
  background: white;
}