/* main styles */

html, body {
	height: 100%;
	width: 100%;
	margin: 0px;
	overflow: auto;
}

body, table, tr, td, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

textarea {
	padding: 5px;
	width: 400px;
	height: 100px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	background-color: #c9c9cb;
	background-repeat: repeat-y;
}

table {
	border-collapse: collapse; border-spacing: 0;
	border: none;
	text-align: left;
}

td, th, select {
	padding: 0px;
	margin: 0px;
}

th {
	border-right: 1px groove white;
	white-space: nowrap;
}

img {
	border: none;
	vertical-align: middle;
}

div {
	display: block;
}

fieldset {
	border: none;
	padding: 0px;
	margin: 0px;
}

hr.menu {
	border: 0;
	height: 1px;
	background: #333;
	background-image: linear-gradient(to right, #ccc, #333, #ccc);
}

.reindex_methods span {
	font-size: 9px;
}

.checkboxLabel {
	display:none;
}

.realms .checkboxLabel {
	display: inline !important;
}

/* links */

a, a:active, a:visited {
	color: #3333ff;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #333333;
}

th .fa {
	margin-top: -5px;
	position: absolute;
	right: 3px;
	top: 50%;
}

#main {
	display: none;
	position: relative;
	width: 100%;
	height: 100%;
}

input {
	padding: 0.4em;
	font-size: 12px;
	max-width: 400px;
}

select {
	padding: 0.3em;
	font-size: 12px;
	cursor: pointer;
}

tr.selected {
	background-color: khaki;
}

label {
	white-space: nowrap;
}

.tr:hover {
	background: #ff6633;
	margin-top: 20px;
	-webkit-transition: background-color 2s ease-out;
	-moz-transition: background-color 2s ease-out;
	-o-transition: background-color 2s ease-out;
	transition: background-color 2s ease-out;
	/* background: linear-gradient(to bottom, rgba(255, 191, 128,1) 0%, rgba(255, 117, 26,1) 50%, rgba(255, 128, 0,1) 51%, rgba(230, 115, 0,1) 100%); */
}

.add_btn{	
	width: 40px;
	height: 22px;
	color: #00b300;
	text-align: left;
	font-weight: bold;
	cursor: pointer;
}

.time_cls {
	font-size: 14px;
	color: #0a0a0a;
	font-weight: bold;
}

.day_cls {
	font-size: 14px;
	color: #db5719;
	font-weight: bold;
}

.date_cls {
	font-size: 14px;
	color: #2b7c39;
	font-weight: bold;
}

.clock {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    color: red;
    font-size: 60px;
    font-family: Orbitron;
    letter-spacing: 7px;
 }

 .button {
	width: 85px;
	height: 25px;
  /*  padding-top: 30px;
	padding-bottom: 30px;*/
	text-align: center;
	color: #fff;
  /*  text-transform: uppercase; */
	font-weight: 700;
  /*  margin-left: 30px;
	margin-bottom: 30px;*/
	cursor: pointer;
	display: inline-block;
  }

  .del_btn {
	height: 20px;
  /*  padding-top: 30px;
	padding-bottom: 30px;*/
	text-align: center;
	color: #000;
  /*  text-transform: uppercase; */
	font-weight: 700;
  /*  margin-left: 30px;
	margin-bottom: 30px;*/
	cursor: pointer;
	display: inline-block;
  }

  .delete_btn {
	  color: #fff;
	  border-radius: 5px;
	  border: 1px solid #992222;
	  background-image: -webkit-linear-gradient(30deg, #992222 50%, transparent 50%);
	  background-image: linear-gradient(30deg, #992222 50%, transparent 50%);
	  background-size: 400px;
	  background-repeat: no-repeat;
	  background-position: 0%;
	  -webkit-transition: background 800ms ease-in-out;
	  transition: background 600ms ease-in-out;
	}
	
	.delete_btn:hover {
	  background-position: 100%;
	  color: #992222;
	  border: 2px solid #992222;
	  font-weight: bold;
	}
	
.button_form {
  width: 125px;
  height: 25px;
/*  padding-top: 30px;
  padding-bottom: 30px;*/
  text-align: center;
  color: #000;
/*  text-transform: uppercase; */
  font-weight: 700;
/*  margin-left: 30px;
  margin-bottom: 30px;*/
  cursor: pointer;
  display: inline-block;
}

.button1 {
  color: #fff;
  border-radius: 5px;
  border: 1px solid #009900;
  background-image: -webkit-linear-gradient(30deg, #009900 50%, transparent 50%);
  background-image: linear-gradient(30deg, #009900 50%, transparent 50%);
  background-size: 500px;
  background-repeat: no-repeat;
  background-position: 0%;
  -webkit-transition: background 800ms ease-in-out;
  transition: background 600ms ease-in-out;
  margin-right: 5px;
}

.button1:hover {
	background-position: 100%;
	color: #009900;
	border: 2px solid #009900;
	font-weight: bold;
	background-color: #FFFFFF;
	/* text-decoration: none; */
	cursor: pointer;	
}


.login{
	margin-left: 25px;
	width: 200px;
	height: 35px;
	background: #337ab7;
	font-weight: bold;
	color: blue;
	font-size:12pt;
	cursor: pointer;
	border-radius: 5px;
} 

.login:hover {
	color: #fff;
	font-weight: bold;
	background: #0000ff;
}

.forget_pass{
	margin-left: 20px;
	font-size: 12px;
	color: #3333ff;
	font-weight: bold;
} 

.forget_pass:hover {
	color: #ff1a1a;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
} 


.button2 {
	color: #fff;
	border-radius: 5px;
	border: 1px solid #992222;
	background-image: -webkit-linear-gradient(30deg, #992222 50%, transparent 50%);
	background-image: linear-gradient(30deg, #992222 50%, transparent 50%);
	background-size: 500px;
	background-repeat: no-repeat;
	background-position: 0%;
	-webkit-transition: background 800ms ease-in-out;
	transition: background 600ms ease-in-out;
}

.button2:hover {
	background-position: 100%;
	color: #992222;
	border: 2px solid #992222;
	font-weight: bold;
	cursor: pointer;	
}

.button3 {
  	color: #fff;
	font-weight: bold;
  	border-radius: 5px;
  	border: 1px solid #0073e6;
  	background-image: -webkit-linear-gradient(30deg, #0073e6 50%, transparent 50%);
  	background-image: linear-gradient(30deg, #0073e6 50%, transparent 50%);
  	background-size: 500px;
  	background-repeat: no-repeat;
  	background-position: 0%;
  	-webkit-transition: background 800ms ease-in-out;
  	transition: background 600ms ease-in-out;
}

.button3:hover {
	background-position: 100%;
	color: #0073e6;
	border: 2px solid #0073e6;
	font-weight: bold;
	cursor: pointer;	
}

.button_auth {
	width: 85px;
	height: 30px;
	/*  padding-top: 30px;
	padding-bottom: 30px;*/
	text-align: center;
	color: #000;
	/*  text-transform: uppercase; */
	font-weight: 700;
	/*  margin-left: 30px;
	margin-bottom: 30px;*/
	cursor: pointer;
	display: inline-block;
}


.input_auth[type=text] {   
	background: #fff none repeat scroll 0 0;
	border: 1px solid #a8a8a8;
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.2);
	color: #000;
	font-size: 14px;
	line-height: 1.2em;
	margin: 6px auto;
	height: 30px;
	width: 300px
}	

.input-edit[type=text] {   
	background: #fff none repeat scroll 0 0;
    border: 1px solid #a8a8a8;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.2);
    color: #000;
    font-size: 14px;
    line-height: 1.2em;
    margin: 10px auto;
	height: 35px;
	width: 280px
}	

.input-edit[type=text]:focus {
	width: 280px;
	height: 35px;    
	background: #B9EDC5 none repeat scroll 0 0;
    border-color: #FB0509;
    box-shadow: 0 0 5px rgba(4, 129, 177, 0.5);
    color: #373737;
    opacity: 0.6;
    text-indent: 0;
    z-index: 1;
}
	
.input-edit[type=text]:hover {
	width: 290px;
	height: 35px;    
	background: #B9EDC5 none repeat scroll 0 0;
    	border: 1px solid #1E90FF;
    	box-shadow: 0 0 5px rgba(4, 129, 177, 0.5);
    	color: #373737;
    	opacity: 0.6;
    	text-indent: 0;
    	z-index: 1;
}

.sysadmin {
	font-family: Arial, Helvetica, sans-serif;
	color: #0000FF; 
	font-size: 13px;
	text-align: center
}


.tableRowGraph td {
	padding: 3px;
	vertical-align: top;
}

.nowrap {
	white-space: nowrap;
}

.top {
	vertical-align: top;
}

.right {
	text-align: right !important;
}

.left {
	text-align: left !important;
}

.center {
	text-align: center !important;
	margin-left: auto;
	margin-right: auto;
}

.usermenudown {
	background: transparent url('./../../../images/bullet_arrow_down.png') no-repeat center right;
}

.usermenuup {
	background: transparent url('./../../../images/bullet_arrow_up.png') no-repeat center right;
}

.user {
	padding-right: 16px;
	font-weight: bold;
	cursor: pointer;
	color: blue;
	font-size: 11px;
}

.badpassword_message {
    font-family: "Times New Roman", Times, serif;
    font-weight: bold;
	padding: 2px;
	color: red;
	font-size: 1.0em !important;
	vertical-align: bottom;
}

.badpassword {
	padding: 4px;
	color: red;
	font-size: 1.5em !important;
	vertical-align: bottom;
}

.goodpassword {
	padding: 4px;
	color: green;
	font-size: 1.5em !important;
	vertical-align: bottom;
}

.associated {
	color: green;
	font-weight: bold;
}

.notAssociated {
	color: red;
	font-weight: bold;
}

.disabled_row span, .disabled_row td, .disabled_row a {
	color: grey;
}

.disabled {
	color: grey;
	font-weight: bold;
}

.idle {
	color: green;
	font-weight: bold;
}

.running {
	color: orange;
}

.errored {
	color: red;
	font-weight: bold;
}

.newObject{
	color: blue;
}

.updateObject {
	color: grey;
}

.unmetDependency {
	color: red;
}

.foundDependency {
	color: navy;
}

.faild {
  color: #ff1a1a; 
  font-family: "Times New Roman", Times, serif;
  font-size: 15px;
  font-weight: bold;
  font-style: italic;
}

.success {
  color: #00b300; 
  font-family: "Times New Roman", Times, serif;
  font-size: 15px;
  font-weight: bold;
  font-style: italic;
}

.failed {
	color: red;
}

.accessGranted {
	color: green;
	font-weight: bold;
}

.accessGrantedItem {
	color: green;
}

.accessRestricted {
	color: red;
	font-weight: bold;
}

.accessRestrictedItem {
	color: red;
}

.deleteIcon {
	width: 10px;
	height: 10px;
	cursor: pointer;
	padding: 2px;
	border: none;
}

.graphDrillDown {
	vertical-align: top;
	align-self: left;
	z-index: 4;
	padding: 3px;
	height: 100%;
	width: 20px;
}

.iconWrapper {
}

.deleteMarker {
	color: red !important;
	height: 14px !important;
	vertical-align: middle;
	text-decoration: none !important;
}

.deleteMarker:hover {
	text-decoration: none !important;
}

.deleteMarkerDisabled {
	color: grey !important;
	height: 14px !important;
	vertical-align: middle;
	text-decoration: none !important;
}

.deleteMarkerDisabled:hover {
	text-decoration: none !important;
}

.drillDown {
	cursor: pointer;
}

.moveArrow {
	color: #00438C !important;
	height: 14px !important;
	font-size: 14px !important;
	vertical-align: middle;
	text-decoration: none !important;
}

.moveArrow:hover {
	text-decoration: none !important;
}

.moveArrowNone {
	padding-left: 14px;
}

.action, .shiftArrow, .calendar {
	cursor: pointer;
	padding: 2px;
}

.cactiTooltipHint {
	cursor: pointer;
	color: #6D88AD;
}

.monoSpace {
	font-size: 9px;
	font-family: monospace;
}

.utilityPick {
	width: 200px;
}

.itemlist {
	max-height: 400px;
	overflow-y: auto;
}

.realms {
	width: 20%;
	vertical-align: top;
	white-space: nowrap;
}

.spikeKillMenuItem {
	padding-left: 0.5em !important;
	display: block;
}

.deviceUp {
	color: #00cc00 !important;
	font-weight: bold;
	font-size: 10px
}

.successmsg {
	color: #009900 !important;
	font-size: 16px;
    font-weight: bold;
}

.duptime {
	color: #004d00 !important;
	font-weight: bold;
	font-size: 11px;
}

.deviceDown {
	color: #FF0000 !important;
	font-weight: bold;
}

.deviceUnknown {
	color: #0e0efa !important;
	font-size: 12px;
}

.deviceDisabled {
	color: #920303 !important;
	font-size: 12px;
}

.deviceRecovering {
	color: #e45c0d !important;
	font-size: 12px;
}

.deviceError {
	color: #750F7D !important;
	font-size: 12px;
}

.deviceDownMuted {
	color: #FFE333 !important;
	font-size: 12px;
}

.deviceThreshold {
	color: #FFA833 !important;
}

.deviceUnmonitored {
	color: rgba(250, 253, 158, 0.8) !important;
}

.deviceWarning {
	color: #AA7807 !important;
}

.deviceAlert {
	color: #660000 !important;
}

.deviceUpBg {
	color: rgba(22,22,22,0.8);
	font-size: 10pt;
	font-weight: bold;
	background-color: rgba(148, 179, 107, 0.8);
}

.deviceDownBg {
	color: rgba(22,22,22,0.8);
	font-size: 10pt;
	font-weight: bold;
	background-color: #FF0000;
}

.deviceUnknownBg {
	color: rgba(22,22,22,0.8);
	font-size: 10pt;
	font-weight: bold;
	background-color: #0000FF;
}

.deviceDisabledBg {
	color: rgba(22,22,22,0.8);
	font-size: 10pt;
	font-weight: bold;
	background-color: #A1A1A1;
}

.deviceRecoveringBg {
	color: rgba(22,22,22,0.8);
	font-size: 10pt;
	font-weight: bold;
	background-color: #FF8F1E;
}

.deviceErrorBg {
	color: rgba(22,22,22,0.8);
	font-size: 10pt;
	font-weight: bold;
	background-color: #750F7D;
}

.deviceDownMutedBg {
	color: rgba(22,22,22,0.8);
	font-size: 10pt;
	font-weight: bold;
	background-color: #FFE333;
}

.deviceThresholdBg {
	color: rgba(22,22,22,0.8);
	font-size: 10pt;
	font-weight: bold;
	background-color: #FFA833;
}

.deviceUnmonitoredBg {
	color: rgba(22,22,22,0.8);
	font-size: 10pt;
	font-weight: bold;
	background-color: rgba(250, 253, 158, 0.8);
}

.deviceWarningBg {
	color: rgba(22,22,22,0.8);
	font-size: 10pt;
	font-weight: bold;
	background-color: #AA7807;
}

.deviceAlertBg {
	color: rgba(22,22,22,0.8);
	font-size: 10pt;
	font-weight: bold;
	background-color: #660000;
}

.beingGraphed {
	color: green;
}

.notBeingGraphed {
	color: #484848;
}

.menuoptions {
	background: none repeat scroll 0 0 #EEE;
	border-color: #F5F5F5 #E5E5E5 #CCC;
	border-style: solid;
	border-width: 0px 1px 1px 1px;
	z-index: 2;
	display: block;
	float: right;
	position: absolute;
	right: 12px;
	top: 58px;
  	list-style: none;
	text-align: right;
	margin: 0px;
	padding: 0px;
}

.menuoptions li a {
	display: block;
	height: 14px;
	padding: 4px;
}

.menuoptions li a:hover {
	display: block;
	text-decoration: none;
	background-color: #E1E1E1;
}

.import_label {
	opacity: 0;
	display: none;
}

.import_button {
	opacity: 1;
}

.import_text {
	display:none;
}

.emailtest {
	cursor:pointer;
	display:block;
	float:right;
	text-align:right;
	padding: 0px 5px 0px 0px;
}

.reloadquery {
	cursor: pointer;
	padding: 2px;
	vertical-align: middle;
	color: lime;
	font-weight: bold;
	font-size: 14px;
}

.verbosequery {
	cursor: pointer;
	padding: 2px;
	vertical-align: middle;
	color: rgba(255, 204, 0, 0.8);
	font-size: 14px;
}

.deletequery {
	cursor: pointer;
	padding: 2px;
	vertical-align: middle;
	text-decoration: none;
	color: red !important;
	font-weight: bold;
	font-size: 14px
}

.deletequery:hover {
	color: red !important;
	text-decoration: none;
	padding: 2px;
	vertical-align:middle;
}

.odd {
	background: none repeat scroll 0 0 #dbd8d8;
	border: none;
}

.odd td, .even td, .even-alternate td {
	padding: 2px;
}

.even {
	background: none repeat scroll 0 0 #E5E5E5;
	border: none;
}

.even-alternate {
	background: none repeat scroll 0 0 #E7E9F2;
	background-color: #E7E9F2;
	border: none;
}

.saveRow {
	background-color: #EAEAEA;
	text-align: right;
	padding: 4px;
}

.treeArea, .treeItemsArea {
	width: 25%;
	border: 1px solid #006400;
	vertical-align: top;
}

.linkMarker {
	color: #C16921;
}

.filteredValue {
	background-color: #F8D93D;
}

.graphItemGr1Alt1 {
	background-color: #EEEEEE;
}

.graphItemGr1Alt2 {
	background-color: #EEEEEE;
}

.graphItemGr1Cust {
	background-color: #D5D5D5;
}

.graphItemGr2Alt1 {
	background-color: #E7E9F2;
}

.graphItemGr2Alt2 {
	background-color: #E7E9F2;
}

.graphItemGr1Cust {
	background-color: #D2D6E7;
}

.graphItemAdd {
	background-color: #00438C;
}

.graphItemDel {
	background-color: #C63636;
}

.graphItemHR {
	color: #FF0000;
}

.hostUp {
	color: #000000;
	font-size: 10px;
	font-weight: normal;
	font-family: monospace;
}

.hostDown {
	color: #FF0000;
	font-size: 10px;
	font-weight: normal;
	font-family: monospace;
}

.cactiPageHead {
	background: #A9A9A9 url("./images/logo_h.gif") no-repeat 85% 15% / 220px auto;
	border-bottom: 1px solid #00438C;
	height: 34px;
	width: 100%;
}

.cactiGraphPageHeadBackdrop {
	background-color: #A9A9A9;
	vertical-align: bottom;
	padding-bottom: 0px;
	float: right;
	width: 400px;
	height: 36px;
	z-index: -1;
}

.cactiConsolePageHeadBackdrop {
	padding-bottom: 0px;
	float: right;
	width: 0px;
	height: 36px;
	z-index: -1;
}

.navigation {
}

.debug td {
	padding: 3px;
	margin: 0px;
}

.breadCrumbBar {
	background-color: #E9E9E9;
	padding: 2px;
	height: 16px;
}

ul#breadcrumbs {
	font-size: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.infoBar {
	vertical-align: middle;
	display: block;
	min-width: 15%;
	max-width: 40%;
	margin-right: 10px;
	float: right;
	text-align: right;
	font-weight: bold;
}

#breadcrumbs li {
	float: left;
	font-size: 10px;
	padding-top: 2px;
}

#breadcrumbs a {
	padding-left: 5px;
	padding-right: 5px;
	float: left;
	text-decoration: none;
	color: blue;
	position: relative;
}

.cactiContent {
	clear: both;
	width: 100%;
	height: 100%;
	vertical-align: top;
	display: inline-table;
}

.cactiTreeNavigationArea {
	display: table-cell;
	background: #d4d2d2 url('./../../../images/shadow_gray.gif') repeat-x center top;
	border-right: #AAAAAA 1px solid;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	width: 250px;
	max-width: 400px;
	height: 100%;
	float: left;
	vertical-align: top;
	overflow-y: auto;
	overflow-x: auto;
}

.jstree {
	position: relative;
	display: block;
}

.cactiConsoleNavigationArea {
	display: table-cell;
	background: snow url('./../../../images/shadow_gray.gif') repeat-x center top;
	border-right: #AAAAAA 1px solid;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 5px;
	vertical-align: top;
	float: left;
	width: 162px;
	height: 100%;
	/* overflow-y:auto !important;
	overflow-x:auto; */
}

.cactiConsoleNavigationArea table {
	width: 160px;
}

.treeTable {
	width: 100%;
}

.treeArea {
	vertical-align: top;
}

.cactiLogo {
	padding-top: 20px;
	background: #F5F5F5 url('./images/logo2.png') no-repeat 30px;
	display: block;
	cursor: pointer;
	height: 70px;
	width: 100px;
	margin-top: 0px;
	margin-left: 20px;
	margin-right: 2px;
}

.loginLeft, .logoutLeft {
	width: 33%;
	float: left;
}

.pass_opt {
  background-color: #f5f5f5;
  border-radius: 2px;
  box-shadow: 0px 1px 7px rgba(0, 0, 0, 1);
  margin: 50px auto;
  overflow: hidden;
  padding: 66px 8px;
  width: 380px;
  border-radius: 8px;
  height: 430px;
}

.loginCenter, .logoutCenter {
	-moz-border-radius: 10px;
	border-radius: 10px;
	position: relative;
	padding: 20px 0px 50px 55px;
	background-color: snow;
	margin-top: 5%;
	max-width: 300px;
	max-height: 450px;
	margin-left: auto;
	margin-right: auto;
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, 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) 47%, rgba(237,237,237,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: linear-gradient(to bottom, rgb(175 168 168) 0%, rgb(215 210 210) 47%, rgb(163 156 156) 100%);) 100%);
	text-shadow: 1px 1px 1px rgba(9, 61, 16, 0.66);
}


.cactiLoginLogo, .cactiLogoutLogo {
	position: relative;
	float: right;
	top: 40%;
	background: transparent url('./images/dfn_100_200.png') no-repeat center;
	width: 400px;
	height: 228px;
	z-index: 2;
	margin-top: -60px;
	margin-left: 0px;
	margin-bottom: -30px;
}

.loginArea, .logoutArea {
	position: relative;
	padding: 16px 0px;
}

.cactiLoginTable td {
	padding-bottom: 10px;
	padding-right: 6px;
}

.loginErrors, .logoutErrors {
    font-family: "Times New Roman", Times, serif;
    font-weight: bold;
    font-size: 18px;
	color: red;
	min-height: 0px;
}

legend {
	font-size: 17px;
	font-weight: bold;
	text-align: left;
	color: rgb(202, 32, 9);
}

.loginRight, .logoutRight {
	width: 33%;
	float: right;
}

.loginBody, .logoutBody {
}

.versionInfo {
	padding-top: 5px;
	float: right;
	font-size: 10px;
	color: black;
}

.actionsDropdown {
	vertical-align: middle;
	padding: 3px;
	width: 100%;
	text-align: right;
	display: table;
}

.actionsDropdown div {
	display: table-row;
	margin-top: auto;
	margin-bottom: auto;
}

.actionsDropdownButton {
	vertical-align: top;
	float: right;
	margin-top: 1px;
	margin-left: 3px;
	display: table-column;
}

.actionsDropdownArrow {
	margin-top: auto;
	margin-bottom: auto;
	float:left !important;
	padding: 3px;
}

.loginPanel {
	padding: 4px 0px;
}

.cactiGraphContentArea {
	background: #d3cfcf url('./../../../images/shadow.gif') repeat-x center top;
	display: table-cell;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
	vertical-align:top;
}

.spikekillData, .spikekillData td {
	border: 1px solid #999;
}

.spikekillNote {
	padding: 1px;
}

.spikekillMenu {
	background: #F5F5F5 none repeat scroll 0 0;
	border: 1px solid #979797;
	box-shadow: 2px 2px 2px #999999;
	margin: 0;
	padding: 2px;
	line-height: 1.5em;
}

.spikekillMenu li {
	vertical-align: middle;
}

.spikekillMenu i {
	text-align: center;
	width: 2.0em;
	display: inline-block;
}

.spikekillMenu i:empty{
	width: 2.0em;
	display: inline-block;
}

.cactiConsoleContentArea {
	background: #adadad url('./../../../images/shadow.gif') repeat-x center top;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
	margin-left: 162px;
	height: 100%;
	width: 100%;
	vertical-align: top;
	display: table-cell;
	overflow-y: auto !important;
	overflow-x: hidden !important;
}

.hyperLink, .hyperLink:hover, .hyperLink:visited {
	color: blue !important;
	font-size: 1.1em;
	padding: 3px;
	cursor:pointer;
	text-decoration: none;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.iconLink {
	padding: 2px;
}

.iconLink img {
	padding-bottom: 2px;
}

.noLinkEditMain {
	color: #3333ff;
	text-decoration: none;
	font-weight: bold;
	padding: 3px;
	white-space: nowrap;
}

.linkEditMain, .linkEditMain:visited, .linkEditMain:active {
	color: #3333ff;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	padding: 0px;
	white-space: nowrap;
	cursor:pointer;
}

.linkEditMain:hover {
	color: blue;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	background-color: #00cc00;
}

.linkOverDark, .linkOverDark:visited, .linkOverDark:active {
	color: white;
	font-weight: normal;
	text-decoration: none;
	cursor: pointer;
}

.linkOverDark:hover {
	color: white;
	text-decoration: none;
}

.linkCopyDark, .linkCopyDark:visited, .linkCopyDark:active {
	color: white;
	font-weight: normal;
	text-decoration: none;
	cursor: pointer;
}

.linkCopyDark:hover {
	color: white;
	text-decoration: underline;
}

/* text styles */

.textError {
	font-size: 12px;
	font-weight: bold;
	color: red !important;
}

.textWarning {
	font-size: 12px;
	font-weight: normal;
	color: yellow !important;
}

.textInfo {
	font-size: 12px;
	font-weight: bold;
	color: black;
}

.textHeader {
	font-size: 12px;
	font-weight: bold;
}

.textOverflow {
	max-width: 200px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}

.bold {
	font-weight: bold;
}

.remover {
	cursor: pointer;
}

.messageContainer {
	text-align: center;
	position: absolute;
	display: none;
	left: 30%;
	right: 30%;
	margin-left: auto;
	margin-right: auto;
	z-index: 4;
}

.messageBox {
	padding: 1px;
	margin-top: 2px;
	border-radius: 3px;
	background-color: #FFFFFF;
	border: 1px solid #BBBBBB;
	position: relative;
	z-index: 4;
}

.textHeaderDark {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.templateHeader {
	background-color: #888888;
}

.templateHeader td {
	padding: 3px;
}

.textSubHeaderDark, .textSubHeaderDark:visited {
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0px;
}

.tableBody {
	background-color: #E1E1E1;
}

.cactiBorderWall {
	border-width: 1px;
	border-color: #00438C;
	border-style: solid;
}

.cactiTable {
	width: 100%;
	border-width: 0px;
	border-color: #00438C;
	border-style: solid;
	margin-left:auto;
	margin-right:auto;
	display: table;
}

.cactiInstallLoaderSpinnerTheme {
	border-top-color:  #00438c !important;
}

.cactiTableTitleRow {
	color: white;
	float: left;
	line-height: 22px;
	height: 22px;
	text-align: left;
	display: table-column;
	width: 100%;
	background-color: #00438C;
	font-size: 12px;
}

.cactiInstallTableTitleRow {
	border-color: #00438C;
}

.cactiTableTitle {
	color: white;
	float: left;
	line-height: 22px;
	height: 22px;
	text-align: left;
	display: table-column;
	width: 70%;
	background-color: #00438C;
	font-size: 12px;
}

.cactiTableButton {
	float: right;
	display: table-column;
	text-align: right;
	height:22px;
	width: 30%;
	background-color: #00438C;
	white-space: nowrap;
}

.cactiTableButton.debug {
	background: transparent;
	height: 1em;
}

.cactiTableButton span, .cactiTableTitle span {
	color: white;
	padding: 0px;
	line-height: 22px;
	height: 22px;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	vertical-align: middle;
	background: transparent;
}

.cactiTableButton i {
	padding: 0px 8px;
}

.cactiTableButton span:last-child, .cactiTableTitle span:last-child {
	padding: 0px 5px;
}
.cactiTableButton .fa, .cactiTableTitle .fa {
	display: inline;
}

.cactiTable td {
	padding: 2px;
}

.cactiDebugTable {
	width: 100%;
}

.filterTable {
	white-space: nowrap;
}

.filterTable td:first-child {
	width: 55px;
	min-width: 55px;
}

.filterTable td {
	padding: 2px;
	white-space: nowrap;
}

.filterTable label {
	vertical-align: 10%;
}

.formRow {
	display: table-row;
	width: 100%;
	line-height: 30px;
}

.formColumn {
	float: left;
	display: table-column;
	text-align: left;
}

.formColumnLeft {
	float: left;
	display: table-column;
	padding-left: 4px;
	width: 45%;
	text-align: left;
}

.formColumnRight {
	float: left;
	display: table-column;
	width: 45%;
	text-align: left;
}

.formData {
	display: inline-block;
	float: left;
	text-align: left;
	/*border: 1px solid #ccc;*/
}

.formRadio {
	line-height: 22px;
}

.formSubCheckbox {
	line-height: 20px;
	float: left;
}

.formSubCheckbox input {
	margin: 0px;
	vertical-align: -10%;
}

.formSubCheckbox label {
}

.formCheckbox {
	vertical-align: -15%;
}

.formFieldName {
	display: inline-block;
	color: #444;
	float: left;
	text-align: left;
	font-weight: bold;
	padding-left: 3px;
}

.formFieldDescription {
	float: left;
	font-weight: normal;
	text-align: left;
	line-height: 14px;
}

.formTooltip {
	display: inline-block;
	padding-left: 4px;
}

.formHeader {
	float: left;
	width: 100%;
	text-align: left;
	color: #FFFFFF;
	font-weight: bold;
	cursor: pointer;
	vertical-align: middle;
	text-align: left;
	border-right: 1px groove #EFEFEF;
	font-size: 11px;
	background-color: #6D88AD !important;
}

.formHeaderText {
	padding: 3px;
}

.formHeaderAnchor {
	float: right;
	padding-right: 4px;
}

.hostInfoHeader {
	width: 100%;
}

.queryAdd, .templateAdd {
	padding: 3px;
}

@media screen and (max-width: 640px) {
	.formRow {
		display: table;
		width: 100%;
		line-height: 30px;
	}

	.formColumn {
		float: left;
		display: table-row;
	}

	.formColumnLeft {
		float: left;
		display: table-row;
		width: 90%;
		text-align: left;
	}

	.formColumnRight {
		float: left;
		display: table-row;
		width: 100%;
		text-align: left;
	}

	.formFieldName {
		color: #444;
		float: left;
		text-align: left;
		white-space: nowrap;
		padding-left: 3px;
	}

	.formData {
		float: left;
	}

	.hostInfoHeader {
		overflow: hidden;
	}

	.queryAdd, .templateAdd, .navBar, #ping_results {
		display: none;
	}
}

.graphItem {
	background-color: #D5D5D5;
}

.graphItemAlternate {
	background-color: #D2D6E7;
}

.break {
	height: 4px;
}

.next {
	padding-right: 6px;
	padding-left: 6px;
}

.previous {
	padding-right: 6px;
	padding-left: 6px;
}

.cactiNavBarTop {
	background-color: #00438C;
}

.cactiNavBarBottom {
	background-color: #00438C;
}


.tableHeader {
	display: table-row;
	background-color: #6D88AD !important;
	line-height: 20px;
}

.tableHeader td {
	color: #FFFFFF;
	font-weight: bold;
}

.tableHeader th {
	color: #FFFFFF;
	font-weight: bold;
	cursor: pointer;
	vertical-align: middle;
	text-align: left;
	border-right: 1px groove #EFEFEF;
	font-size: 11px;
	background-color: #6D88AD !important;
	padding: 2px;
}

.tableHeader th:last-child {
	border-right: none !important;
}

.tableHeader th div {
	display: block;
	padding-right: 8px;
	font-size: 10px;
}

.tableSubHeaderColumn, .tableSubHeaderColumnCenter, .tableSubHeaderColumnRight {
	color: #FFFFFF;
	font-weight: bold;
	vertical-align: middle;
	text-align: left;
	cursor: pointer;
	padding: 3px;
}

.tableSubHeaderColumnCenter {
	text-align: center;
}

.tableSubHeaderColumnRight {
	text-align: right;
}

.graphSubHeaderColumn {
	color: #FFFFFF;
	font-size: 12px;
	vertical-align: middle;
	text-align: left;
	padding: 3px;
}

.tableSubHeaderCheckbox {
	background-color: #819BC0;
	max-width: 20px;
	width: 20px;
}

.image_table {
	width: 100%;
}

.tableConfirmation {
	background-color: #F5F5F5;
	border: 1px solid #AAAAAA;
}

.navBar {
	min-width: 30%;
	white-space: nowrap;
}

.navBarNavigation {
	color: white;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	display: table;
	margin-left: auto;
	margin-right: auto;
	line-height: 20px;
	background-color: #00438D;
	font-size: 12px;
}

.navBarNavigation a, .navBarNavigation a:visited, .navBarNavigation a:hover {
	color: white;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
}


.navBarNavigationPrevious {
	text-align: left;
	cursor: pointer;
	font-weight: bold;
	white-space: nowrap;
	display: table-cell;
	width: 10%;
	padding: 2px 0px;
	vertical-align: middle;
}

.navBarNavigationCenter {
	text-align: center;
	display: table-cell;
	white-space: nowrap;
	width:80%;
	padding: 2px 0px;
	margin-top: auto;
}

.navBarNavigationCenter span {
	vertical-align: middle;
	display: table-cell;
}

.navBarNavigationNext {
	text-align: right;
	white-space: nowrap;
	display: table-cell;
	width: 10%;
	vertical-align: middle;
}

.navBarNavigationNone {
	text-align: center;
	display: table-cell;
	white-space: nowrap;
	width: 100%;
	height: 16px;
	margin-top: auto;
	padding-top: 3px;
	padding-bottom: 3px;
}

.navBarNavigationNext i.ui-icon {
	margin-top: -16px;
	margin-right: -16px;
	top: 50%;
}

.navBarNavigationPrevious i.ui-icon {
	margin-bottom: -16px;
	margin-left: -16px;
	top: 50%;
}

.textArea {
	font-size: 10px;
	background-color: #F5F5F5;
}

.popupBox {
	z-index: 2;
	position: absolute;
	padding: 0px;
	display: none;
	overflow: auto;
	color: #FFFFFF;
	background-color: #E5E5E5;
	border:1px solid #E5E5E5;
}

.installArea {
	background-color: #FFFFFF;
	padding: 10px;
}

.textAreaNotes {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.textEditTitle {
	font-size: 10px;
	font-weight: bold;
}

.textMenuHeader {
	color: #FFFFFF;
	background-color: #9C9C9C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

.textMenuItem {
	background-color: #F5F5F5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.textMenuSubItem {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.textMenuItemSelected {
	background-color: #E1E1E1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.txtErrorTextBox {
	border: 2px solid #FF0000;
}

.txtErrorText {
	color: #FF0000;
	font-size: 12px;
	font-weight: bold;
}

/* tabs */
.tabSpacer {
	width: 0px;
	padding-right: 2px;
	padding-left: 0px;
}

.tabsMarginLeft {
	padding-left: 2px;
}

.tabSelected {
	background-color: silver;
	white-space: nowrap;
	width: 1%;
}

.tabNotSelected {
	background-color: #DFDFDF;
	white-space: nowrap;
	width: 1%;
}

.tab {
	border-color: #999 #666 -moz-use-text-color #999;
	border-style: solid solid none;
	border-width: 1px 1px medium;
}

.tabs li a {
	background-color: #DFDFDF;
	float: left !important;
	padding: 5px 4px;
	text-decoration: none;
	font-size: 9px;
	border-color: #999 #666 !important;
	border-style: solid solid none;
	border-width: 1px 1px medium;
	font-weight: bold;
}

div#tabs {
	padding-bottom: 0px;
	float: left;
	vertical-align: bottom;
	height: 36px;
	overflow: hidden;
	width: 65%;
}

td#tabs {
	padding-bottom: 0px;
	float: left;
	vertical-align: bottom;
}

.cactiGraphHeaderBackground {
	height: 36px;
	float: right;
	z-index: -1;
}

div#gtabs {
	padding-bottom: 0px;
	vertical-align: bottom;
	float: right;
	height: 36px;
	overflow: hidden;
}

.tabs {
}

.tabs a:hover {
	background-color: #c05005;
	color: #f8f7f7;
}

.tabs a.selected {
	background-color: #ff6600;
	color: #f8f7f7;
}

.tabs li {
	bottom: -1px;
	float: left;
	margin: 0 3px 0 0;
}

.tabs li.current a {
	background: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

.tabs li.current a:hover {
	background: #FFFFFF;
	border-bottom:1px solid #FFFFFF;
}
.tabs nav {
	padding: 0px 4px 0px 0px;
	background-repeat: repeat-x;
	zoom: 1;
}

.tabs nav:after {
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}

.tabs ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* Navigation Area */
#nav {
	margin: 0px;
	overflow-y: auto;
}

#nav li a {
	display: block;
	font-size: 10px;
	padding: 2px 4px;
	background: #ccc;
	border-bottom: 1px solid #666;
	border-top: 1px solid #eee;
	text-decoration: none;
	color: #1a1aff;
}

#nav li a.active {
	color: snow;
	background-color: #9c9c9c;
	border-bottom: 1px solid #666;
  	font-weight: bold;
}

#nav li a.pic:hover, #nav li a.selected {
	background-color: #ff6600;
}

#nav li ul {
	display: none;
	padding: 0;
}

#nav li ul li a {
	padding: 2px 4px;
	background: #bfbfbf;
	border-bottom: 1px dotted #ccc;
	font-weight: bold;
}

#nav li ul li {
	list-style: none;
	padding: 0;
}

ul#nav {
	list-style: none;
	padding: 0;
	width: 100%;
}

.clogError {
	background-color: #FF3932;
}

.clogWarning {
	background-color: #EACC00;
}

.clogSQL {
	background-color: #6DC8FE;
}

.clogDebug {
	background-color: #C4FD3D;
}

.clogStats {
	background-color: #96E78A;
}

.clogLimit {
	background-color: #EACC00;
}

.clogStats td, .clogDebug td, .clogSQL td, .clogWarning td, .clogError td, .clogLimit td {
	padding: 3px;
}

@media print {
	.noprint { display:none }
}

.ui-tooltip {
	max-width: none !important;
}

.ui-tooltip-content div.header {
	color: blue;
}

.ui-tooltip-content {
	min-width: 100px !important;
	max-width: 500px !important;
	overflow:auto !important;
	opacity: 0.95;
	border-radius: 5px !important;
	border: transparent;
}

.ui-tooltip-content div.content {
	font-size: 10px;
	color: #333333;
}

div.preformatted {
	font-family: monospace;
	white-space: pre;
}

ul.pagination {
	display: inline-block;
	padding: 0px;
	margin: 0px;
	vertical-align: middle;
}

ul.pagination li {
	display: inline;
}

ul.pagination li a {
	color: white;
	float: left;
	padding: 0px 2px 2px 2px;
	text-decoration: none;
	margin: 0px 1px;
	vertical-align: -40%;
}

ul.pagination li span {
	color: white;
	float: left;
	padding: 0px 0px;
	text-decoration: none;
	margin: 0px 1px;
}

ul.pagination li a.active {
	background-color: #E1E1E1;
	color: #2eb82e;
	font-weight: bold;
	font-size: 15px;
}

ul.pagination li a:hover:not(.active) {
	background-color: #9C9C9C;
	color: blue;
	font-weight: bold;
}

tr#realtime td:first-child {
	height: 54px;
}

.logEmergency {
	background-color: #FA7420;
	text-align: center;
	width: 12.5%;
}

.logCritical {
	background-color: #F21721;
	text-align: center;
	width: 12.5%;
}

.logWarning {
	background-color: #FF7A30;
	text-align: center;
	width: 12.5%;
}

.logAlert {
	background-color: #F21924;
	text-align: center;
	width: 12.5%;
}

.logError {
	background-color: #FB4A14;
	text-align: center;
	width: 12.5%;
}

.logNotice {
	background-color: #FAFD9E;
	text-align: center;
	width: 12.5%;
}

.logInfo {
	background-color: #CCFFCC;
	text-align: center;
	width: 12.5%;
}

.logDebug {
	background-color: #CDCFC4;
	text-align: center;
	width: 12.5%;
}

.menuitem {
	white-space: nowrap;
}

.menu_glyph {
	display: none;
}

.ui-multiselect, .ui-multiselect span {
	padding: 1px;
	color: black;
}

.ui-widget {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
/*	padding: 0.4em;*/
}

.ui-corner-all {
	border-radius: 0px;
}


.ui-state-default_date {
	background: #FFFFFF !important;
	border: none;
	font-weight: normal;
	padding: 2px;
	border: 1px solid #898bcb;
}

.ui-state-default {
	background: #fff !important;
	border: none;
	font-weight: normal;
	padding: 2px;
	height: 22px;
	border-radius: 3px;
	margin: 1px;
	border: 1px solid #aaa;
}

.ui-multiselect-checkboxes span {
	font-size: 12px;
	color: black;
}

.ui-multiselect-header {
	background-color: #E5E5E5;
}

.ui-multiselect-filter {
	width: 100%;
}

.ui-select-text input {
	width: 180px;
	margin: 0;
	padding: 0;
	background: transparent;
}

.ui-multiselect {
	padding: 0.4em 1em;
	text-align: left;
	line-height: initial;
}

.ui-multiselect .ui-icon {
	margin-top: 0px;
}

.ui-widget {
	font-size: unset;
	cursor: pointer;
}

.graphWrapper {
	position: relative;
}

.checkboxLabelWanted {
	display: inline-block;
}

.right {
	text-align: right;
}

td.center > table {
	margin: 0 auto;
}

.ui-menu-item-wrapper {
	white-space: nowrap;
}
