@charset "utf-8";


html,
body {
	margin:0;
	padding:0;
	height:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}

.break {
 clear:both;
}



.messages {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	width:inherit;
	padding: 0px;
	color: #099;
}

#messagesdisplay {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 100%;
	width: 100%;
	padding: 0px;
	margin: 0px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #099;
	width: 100%;
	padding: 0px;
	margin: 0px;
	float:left;
}

#messagesdisplay h2 {
	display: block;
	background-color:#84FD8A;
	font-size: 90%;
	padding: 3px 0 5px 3px;
	border: 1px solid #000000;
	color:#090;
	margin: 0px;
}

#messagesdisplay ul {
margin: 0px;
padding: 0px;
border: none;
}

#messagesdisplay ul li {
padding: 5px 0px 2px 4px;
text-decoration: none;
list-style-image: none;
list-style-type: none;
z-index:20;
}

#messagesdisplay ul li a:hover, #messagesdisplay ul li a:focus {
color: #000000;
background-color: #eeeeee;
}

#errordisplay {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 100%;
	width: 100%;
	padding: 0px;
	margin: 0px;
	color: #F00;
	float:left;
}

#errordisplay h2 {
	display: block;
	background-color:#FFAAAC;
	font-size: 90%;
	padding: 3px 0 5px 0px;
	border: 1px solid #000000;
	color: #333333;
	margin: 0px;
}

#errordisplay ul {
	margin: 0px;
	padding: 0px;
	border: none;
}

#errordisplay ul li {
padding: 5px 0px 2px 0px;
text-decoration: none;
list-style-image: none;
list-style-type: none;
color: #ff0000;
z-index:20;
}

#errordisplay ul li a:hover, #errordisplay ul li a:focus {
color: #000000;
background-color: #eeeeee;

}

/* Little hack for IE */
* html div.td { display: inline; }


.smallGrey {
	color:#999;
	font-size: 8pt;
}

.LV_validation_message{
	font-size:10px;
	float:none;
    margin:0 0 0 5px;
}

.LV_valid {
    color:#00CC00;
}

.LV_invalid {
    color:#CC0000;
}

.LV_valid_field,
input.LV_valid_field:hover,
input.LV_valid_field:active,
textarea.LV_valid_field:hover,
textarea.LV_valid_field:active {
    border: 1px solid #00CC00;
}

.LV_invalid_field,
input.LV_invalid_field:hover,
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover,
textarea.LV_invalid_field:active {
    border: 1px solid #CC0000;
}

/* ----------- form_wrapper ----------- */

#form_wrapper {
    float:left;
    margin-left:28%;
}

#form_wrapper label{
clear:left;
display:inline;
text-align:right;
float:left;
width: 200px;
vertical-align: top;
padding: 0px 10px 5px 0px;
font: normal normal normal 16px/1.3em Helvetica, Arial, sans-serif;
}

#form_wrapper input{
float:right;
font-size:12px;
padding:5px;
border:solid 1px #000;
width:250px;
margin:2px 0 10px 0;

}

#form_wrapper input[type=submit] {
clear:both;
background-color: #7CA137;
font-family: Helvetica;
font-size: 14px;
font-weight: bold;
text-align: center;
color: white;
padding: 5px;
border: none;
border-image: initial;
cursor: pointer;
width:120px;
margin-top:15px;
margin-left:50%;
float:left;
}

#form_wrapper ul{
  width:550px;
  margin-bottom:20px;
  margin-left:0px;
  overflow:hidden;
}

#form_wrapper li{
  margin-left:0px;
  line-height:1.5em;
  float:left;
  display:inline;
}


#editaccount
{
 float:left;
}


.clickable {
	cursor: pointer;
}

.button {
	cursor: pointer;
	border: 1px solid black;
	clear:both;
	background-color: #005193;
	font: normal normal normal 11px/1em Helvetica, Arial, sans-serif;
	color: white;
	padding: 2px;
	padding-left: 6px;
	padding-right: 8px;
	border-image: initial;
}

.box_outer {
/*     width: 930px;*/
     border: solid 2px darkgrey;
     background: white;
     color: #434343;
}
.box {
/*     width: 908px;	*/
     border: solid 2px darkgrey;
/*     padding: 10px;*/
}


#wait {
	display:inline-block;
	position:absolute;
	top:375px;
	left:155px;
	z-index:10;
}

.device_status  {
    width: 99%;
    margin: 0 auto;
}

.device_status_title > * {
	display: inline-block;
}

.device_status_title > .stat_lable {
   font: normal normal normal 10px/1.0em Helvetica, Arial, sans-serif;
   min-width:44px;
   text-align: center;
   margin:0;
   padding:0;
}

.device_status_expired_inline {
	top:-6px;
	position: relative;
	text-align: center;
	color:red;
	cursor:pointer;
	z-index: 4;
}

.device_status_expired_inline > span {
	position: relative;
	top:-3px;
	height:.6em;
	margin-left:0.2em;
	color:red;
	cursor:pointer;
}

.device_status_expired {
	padding-top:10px;
	text-align: center;
	color:red;
	cursor:pointer;
}

.device_status_expired > span {
	position: relative;
	top:-3px;
	height:1.0em;
	margin-left:0.2em;
}

.device_status_offline {
	padding-top:10px;
	text-align: center;
}

.device_status_offline > span {
	position: relative;
	top:-3px;
	height:1.0em;
	margin-left:0.2em;
}

.device_status_unknown {
	padding-top:10px;
	text-align: center;
}


.device_status_unknown > span {
	position: relative;
	top:-3px;
	height:1.0em;
	margin-left:0.2em;
}

.stat {
	padding-right:1px;
	padding-top:2px;
	padding-bottom:2px;
	width:52px;
	text-align: center;
	margin-right:1px;
	font-weight:bold;
	color:white;
       font: normal normal normal 10px/1.0em Helvetica, Arial, sans-serif;
	   float:left;
}
.wstat {
	padding-right:1px;
	padding-top:2px;
	padding-bottom:2px;
	width:100%;
	text-align: center;
	margin-right:1px;
	font-weight:bold;
	color:white;
       font: normal normal normal 10px/1.0em Helvetica, Arial, sans-serif;
	   float:left;
}


.power_grace  {
	background-color:grey;
	color:white;
}
.power_cycle, .pdu-outlet-cycle .pdu-outlet {
	background-color:blue;
}
.power_on  {
	background-color:green;
}
.stat_open  {
	background-color:green;

}
.stat_closed  {
	background-color:orange;
}
.power_off  {
	background-color:#CCCCCC;
}

.ping_disabled  {
	background-color:grey;
}

.ping_ok  {
	background-color:green;
}
.ping_fail  {
	background-color:red;
}

.heart_disabled  {
	background-color:grey;
}
.heart_ok {
	background-color:green;
}
.heart_fail  {
	background-color:red;
}

.audits
{
overflow:visible;
width:940px;
float:left;
display:inline;
margin-top:10px;
padding:10px;
background-color: white;
color: #434343;
}


#blanket {
 display:none;
 background-color:#111;
 opacity: 0.65;
 filter:alpha(opacity=65);
 position:absolute;
 z-index: 9001;
 top:0px;
 left:0px;
 width:100%;
}

#manageDevicePopUpDiv {
 display:none;
 padding:10px;
 position:absolute;
 background-color:#eeeeee;
 width:380px;
 border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
 z-index: 9002;
}
.popupDiv,
#manageDevicesPopUpDiv,
#manageLocationPopUpDiv ,
#manageLocationsPopUpDiv {
 display:none;
 padding:10px;
 position:absolute;
 background-color:#eeeeee;
 border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
 z-index: 9002;
 min-height:1px;
}

.close_x {
text-decoration: none;
float:right;
padding:4px;
font-weight:bold;
color:black;
cursor:pointer;

}

.manageLocation {
  padding:10px;
  border:1px solid black;
 border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}


.control {
  padding:10px;
  border:1px solid black;
 border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

/* from device */

table.status {
	width: 350px;
	padding: 0px;
	font-size:12px;
}

table.status tr.top td {
	font-size:16px;
	font-weight:bold;
	height:20px;
	background-color:#999999;
	padding-left:5px;
	color:#FFFFFF;
	width: 100%;
}

table.status tr.stat > td {
	height:40px;
	padding-left:5px;
	color:#FFFFFF;
	font-size: 24px;
	text-align: center;
}

table.status tr.aping  {
	font-size: 12px;
	background-color:#CCCCCC;
	height:20px;
	padding-left:5px;
	color:#000000;
	text-align: center;
	margin-left: 10px;
	font-weight: bold;
}
table.status tr.aping td.wtx  {
color:#FFFFFF;
}

table.history{
	width:inherit;
	border:none;
	padding: 0px;
	font-size:12px;
	}

table.history tr.top  td {
	font-size:16px;
	font-weight:bold;
	height:20px;
	background-color:#999999;
	padding-left:5px;
	color:#FFFFFF;
	width: 100%;
}
table.history tr.col td{
	background-color:#ccc;
	text-align:center;
	font-weight:bold;
	height:20px;

}

table.history tr.ev td{
	background-color:#CCCCCC;
	height:20px;
	padding-left:10px;

}
table.setup {
	font-size:12px;
}
table.setup td{
	padding-right:15px;
	vertical-align: top;
}
input.setb{
width:149px;
}
.cb {
	font-weight: bold;
	text-align: center;
}
.f1 {
	float: left;
	width: 200px;
	margin-top: 5px;
	margin-bottom: 5px;
	overflow: visible;
	font-size: 12px;
}
.f2 {
	float: right;
	margin-right: 0px;
	width: 70px;
	clear: none;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	overflow: visible;
	font-size: 12px;
}
input.setb_sel {
	width:149px;
	background-color: #FFFFCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
	font-weight: bold;
}
.error_strings{
font-family:Verdana; font-size:10px; color:#660000;
}
.iboot1 #logo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	position: absolute;
	top: 10px;
	height: 29px;
}
.rst {
	width: 100px;
	color: #000000;
}
.error{ font-family:Verdana; font-size:10px; color:#660000; visibility:hidden; }
.staton, .stat-OK, .stat-Open {
	background-color:green;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	height:25px;
	text-align: center;
}
.statdis, .stat-Inactive {background-color:grey; color:#FFFFFF; font-size:12px; font-weight:bold; height:25px;	text-align: center;}
.statcyc{background-color:blue; color:#FFFFFF; font-size:12px; font-weight:bold; height:25px;	text-align: center;}
.statoff, .stat-Fail {background-color:red; color:#FFFFFF; font-size:12px; font-weight:bold; height:25px;	text-align: center;}
.statop{background-color:green; color:#FFFFFF; font-size:12px; font-weight:bold; height:25px;	text-align: center;}
.statcl, .stat-Closed {background-color:orange; color:#FFFFFF; font-size:12px; font-weight:bold; height:25px;	text-align: center;}

.time {
	float: right;
	font-size: 10px;
}
.locid {
	float: left;
}

/*---------- bubble tooltip -----------*/
a.tt > img {
	position:absolute;
	left:-185px;
	top:-6px;
	border: none;
}

a.tt{
    position:relative;
    z-index:24;
    color:#3CA3FF;
	font-weight:bold;
    text-decoration:none;
}
a.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{ z-index:25; color: #aaaaff; background:;}
a.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:-10px; left:-213px;
	padding: 15px 0 0 0;
	width:200px;
	color: #993300;
    text-align: center;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
}
a.tt:hover span.top{
	display: block;
	padding: 30px 8px 0;
    background: url(images/bubble.gif) no-repeat top;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px;
	background: url(images/bubble_filler.gif) repeat bottom;
}
a.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #548912;
    background: url(images/bubble.gif) no-repeat bottom;
}

#copyright {
	text-align: center;
}
#version {
	font-size:xx-small;
}

.signupForm{
    padding-left:30%;
}

.admin_audits {
	border : solid 2px darkgrey;
}

.admin_scroll {
	padding : 4px;
	min-height : 30px;
	max-height:150px;
	overflow : auto;
}

.admin_device_scroll {
	padding : 4px;
	min-height : 30px;
	max-height: auto;
	overflow-y : auto;
	overflow-x : hidden;
}

.admin_loc_scroll {
	padding : 4px;
	min-height : 30px;
	max-height:75px;
	overflow-y : auto;
	overflow-x : hidden;
}



.device_title{
 color: #77A12F;
 font-size: 24px;
 font-weight: normal;
 text-indent: 0;
 padding-top: 10px;
 padding-bottom: 10px;
}
.device_edit {
   margin-left: -20px;

}
.device_edit ul {
   list-style-type: none;
   margin-left: -20px;

}

.sideBar {
    background-color: white;
    color: black;
    left: 0;
    overflow-y: hidden;
    position: absolute;
    top: 50px;
    width: 200px;
    z-index: 10000;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.sideLinks {
    font-size: 12pt;
    width: 100%;
}

.sideLinks span.active {
    background: #005FAB none repeat scroll 0 0;
    color: white;
}

.sideLinks span {
    display: block;
    padding-bottom: 6%;
    padding-left: 6%;
    padding-top: 6%;
}

.sideLinks span.topLink a {
    font-weight: bold;
}

.sideLinks span.subLink a {
    padding-left: 12%;
}

.sideLinks span a:link,
.sideLinks span a:active,
.sideLinks span a:visited {
	color: black
}
#working {
    display: inline-block;
    position: fixed;
    top: 77%;
    left: 90%;
    z-index: 10;
}

.sideBar a {
    color: black;
    padding: 12px 0px !important;
    text-decoration: none;
    display: block;
}

.sideBar a:hover {
    background-color: lightgray;
}

.buttonHover:hover {
    background-color: lightgrey !important;
}

.removePointer:hover {
    cursor: auto;
}

.pingResultLabel {
    padding-top: 5px !important;
    margin-left: -5px !important;
    padding-right: 3px !important;
}

.pingResultContents {
    padding-top: 5px !important;
    margin-left: -5px !important;
}