﻿/*
 *  Admin Pages Styles 
 */

/* This overrides the standard Orion background color.  This forces the background
   to be white.  The goal is to only affect the admin pages, but there isn't a good 
   way to do that.  The only place that the body background shows is the admin pages
   so we should be OK. */
body
{
	background-color: White;
}
input.disabled
{
	background-color:#D4D0C8;
}
textarea
{
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size: 9pt;
}

#apm_adminContent table tr th, 
#apm_adminContent table tr td
{
	padding: 5px;
}

#apm_adminContent table tr td h2
{
	margin-bottom: 0em;
	padding-bottom: 0em;
}

#apm_adminContent table
{
    width: 80%;
}

#apm_adminContent table.form tr th
{
    width: 20%;
}

#apm_adminContent table tr td
{
    font-size: 8pt;
}

#apm_adminContent table tr th
{
    text-align: left;
    font-size: 9pt;
}

#apm_adminContent table tr th, 
#apm_adminContent table tr td
{
    white-space: nowrap;
    padding-right: .5em;
    font-size: 8pt;
}

#apm_adminContent table tr td.apm_allowWrap
{
    white-space: normal;
}

#apm_adminContent a
{
	text-decoration: underline;
}

/*
 * Edit Application Template code.
 */
.apm_Monitor
{
	color: Black;
	padding-top: 8px;
}

.apm_Monitor_Deleted
{
	padding-top: 8px;
	color: #a2a2a2;
}

.apm_MonitorThresholdWarning, 
.apm_MonitorThresholdCritical
{
	background-color: #E4F1F8;
}
#apm_adminContent #monitorItems
{
	width: auto;
}
#apm_adminContent table tr.apm_MonitorThresholdWarning th, 
#apm_adminContent table tr.apm_MonitorThresholdWarning td, 
table tr.apm_MonitorThresholdWarning th, 
table tr.apm_MonitorThresholdWarning td 
{
	border-bottom: none;
}
#apm_adminContent table tr.apm_MonitorThresholdCritical th, 
#apm_adminContent table tr.apm_MonitorThresholdCritical td, 
table tr.apm_MonitorThresholdCritical th, 
table tr.apm_MonitorThresholdCritical td 
{
	border-bottom: solid 1px white;
}
#apm_adminContent table tr.apm_MonitorThresholdWarning th img, 
#apm_adminContent table tr.apm_MonitorThresholdCritical th img,
table tr.apm_MonitorThresholdWarning th img, 
table tr.apm_MonitorThresholdCritical th img
{
	position: relative;
	top: 3px;
}
#apm_adminContent table tr td.apm_Threshold,
table tr td.apm_Threshold
{
	padding: 0px;
	border: none;
}
#apm_adminContent table tr td.apm_Threshold table,
table tr td.apm_Threshold table
{
	width: 270px;
	border: none;
}
#apm_adminContent table tr td.apm_Threshold table td.apm_ThresholdOperator,
table tr td.apm_Threshold table td.apm_ThresholdOperator
{
	width: 160px;
	margin: 0 0 0 0;
}
#apm_adminContent table tr td.apm_Threshold table td.apm_ThresholdOperator span,
table tr td.apm_Threshold table td.apm_ThresholdOperator span
{
	margin-left: 6px;
	font-size: 12px;
}
#apm_adminContent .apm_Monitor tr td, 
#apm_adminContent .apm_Monitor_Deleted tr td
{
	border-bottom-width: 0;
}

.apm_EditPane
{
	width: 500px;
}

.apm_MonitorSettings
{
	margin-left: 20px;
	margin-top: 5px;
	padding: 2px 3px 2px 5px;
}

.apm_MonitorSettings table
{
	border-width: 0;
	border: thin solid #AAAAAA;	
}

.apm_MonitorSettings table th
{
	width: 30%;
}

#apm_AddMonitor
{
	border: thin solid #AAAAAA;
	margin: 1em 5em;
	padding: 1em 1em;
	width: 20em;
}

#apm_AddMonitor select
{
	width: 20em;
}

#apm_AddMonitor input
{
	margin-top: .5em;	
}


.apm_showtoggle, 
.apm_hidetoggle
{
	cursor:pointer;
}

.apm_TreeDetailRow
{
	background-color: #e4f1f8;
}

.apm_dateArea
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	margin-top: 0px;
	margin-right: 5px;
	float: right;
	text-align: right;
	border: 0;
	padding-top: 15px;
	vertical-align: bottom;
	line-height: 18px;
}


table.apm_Gauge>tbody>tr>td
{
	text-align: center;
	border: none;
	font-weight: bold;
}

.apm_UnlicenesedNodes
{
	border: solid 1px red;
	background-color: #FF9999;
	padding: 10px 20px;
	width: 400px;
}

.apm_LicenesedNodes
{
	padding: 0px 20px;
}

/*
 * Inline Percent Bar
 */
.apm_InlineBar
{
	width: 50px;
}

.apm_InlineBar h3
{
	background: #eae9e7;
	background-image: url(../images/Gradient-Background.gif);
	margin: 0px;
}
.apm_InlineBar.Normal div
{
	background-color: #00b84a;
	background-image: url(../images/Gradient-Green.gif);
	background-repeat: repeat-x;
}
.apm_InlineBar.Warning div
{
	background-color: #f1d200;
	background-image: url(../images/Gradient-Yellow.gif);
	background-repeat: repeat-x;
}
.apm_InlineBar.Error div
{
	background-color: #e22323;
	background-image: url(../images/Gradient-Red.gif);
	background-repeat: repeat-x;
}

/*
 * Inline Multibar
 */
.apm_InlineMultiBar
{
	width: 100px;
}

.apm_InlineMultiBar 
.apm_NormalBar
{
	background-color: #00b84a;
	background-image: url(../images/Gradient-Green.gif);
	background-repeat: repeat-x;
}
.apm_InlineMultiBar .apm_WarningBar
{
	background-color: #f1d200;
	background-image: url(../images/Gradient-Yellow.gif);
	background-repeat: repeat-x;
	
}
.apm_InlineMultiBar .apm_ErrorBar
{
	background-color: #e22323;
	background-image: url(../images/Gradient-Red.gif);
	background-repeat: repeat-x;
}        
.apm_InlineMultiBar .apm_UnknownBar
{
	background: #C1C1C1;
	background-image: url(../images/Gradient-Unknown.gif);
	background-repeat: repeat-x;
}
.apm_InlineMultiBar .apm_BackgroundBar
{
	background: #eae9e7;
	/*background-image: url(../images/Gradient-Background.gif);*/
	background-repeat: repeat-x;
}


/* Image Button */
.apm_image-button
{
}

.apm_image-button-left
{
    margin-right: 0px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-top: 5px;
}

.apm_image-button-middle
{
    margin-left: 0px;
    padding: 5px 5px;
    
    /* IE6 won't show the mouse over images unless we have a background already defined.
       We'll set a background with a transparent image so that IE6 is happy */
    background: url(/Orion/APM/images/mouseover_background_blank.gif) 0 0 repeat-x;
    
}


.apm_image-button-right
{
    padding-bottom: 5px;
    padding-right: 5px;
    padding-top: 5px;
}

#apm_adminContent a.apm_image-button-link
{
    text-decoration: none;
    margin-bottom: 0px;
    font-size: 8pt;
}

.apm_image-button-middle img
{
	border-width: 0px; 
	padding-right: 4px;
	vertical-align: middle;
}

a.apm_image-button-link:hover .apm_image-button-left
{
    background: url(/Orion/APM/images/mouseover_left.gif) 0 0 no-repeat;
}

a.apm_image-button-link:hover .apm_image-button-middle
{
    background: url(/Orion/APM/images/mouseover_background.gif) 0 0 repeat-x;
	color: white;
}

a.apm_image-button-link:hover .apm_image-button-right
{
    background: url(/Orion/APM/images/mouseover_right.gif) 0 0 no-repeat;
}



/* Icon Help Button */
#apm_adminContent .apm_IconHelpButton a
{
    text-decoration: none;    
}

#apm_adminContent .apm_IconHelpButton a:hover
{
    text-decoration: underline;    
}

.apm_IconHelpButton
{
	padding-left: 10px;
	font-size : 8pt;
	text-decoration: none;    
}

.apm_IconHelpButton .apm_HelpIcon img
{
	vertical-align: super;
}

.apm_IconHelpButton a.apm_HelpText
{
	vertical-align: top;
}

#breadcrumb .apm_IconHelpButton a.apm_HelpText
{
	line-height: inherit;
}

.apm_PercentColumn
{
	padding-left: 5px;	
}

.apm_ThwackExport
{
	background: url(/Orion/APM/images/background_gradient.jpg) 0 0 no-repeat;
	width: 415px;
}

.apm_ThwackExport div
{
	font-size: 8pt;
	padding: 10px 25px 10px 15px;
}

.apm_ThwackExport #apm_ShareTitle
{
	font-size: 12pt;
	padding: 0px 30px 5px 0px;
	background: url(/Orion/APM/Images/logo_thwack_small.gif) right top no-repeat;
}

tbody #apm_MessageRow tr td
{
	font-size: 12pt;
	font-weight: bold;
	background: #f79600 url(/Orion/APM/Images/BG.Gradient.Orange.gif) repeat-x 0px 0px;	
	color:White;
	padding: 0px;
	border-bottom-width: 0px;	
}

.apm_HighlightedColumn
{
	background-color: #eaf7fe;
}

.apm_HighlightedColumnAlternate
{
	background-color: #d3ebf8;
}

.apm_HighlightedColumnHeader
{
	background-color: #adbac5;
}

.apm_DarkShading
{
	background-color: Silver;
}


/*
 *
 * New Admin Page Look
 *
 */
.apm_AppGrouping
{
	padding: 0;
	margin: 0;
	width: 100%;
}

.apm_GroupSection
{
	background-color:#d0cfc3;
	margin: 0px;
	padding: 5px;
}

.apm_AppGroupItems
{
	margin: 0;
	padding: 0;
}

.apm_AppGroupItem, 
.apm_SelectedAppGroupItem
{
	white-space:nowrap;
	list-style-type: none;
	padding: 2px 0px 2px 6px;
	vertical-align: middle;
}

.apm_SelectedAppGroupItem
{
	font-weight:bold;
	background-image: url('/Orion/Nodes/images/background/left_selection_gradient.gif');
	background-color:#97d6ff;
	background-repeat:repeat-x;
}

table.apm_ExistingApplications 
{
	
	border: #e1e1e0 solid 1px;
	margin: 0;
	padding: 0;
}

a.apm_NetObjectLink
{
	white-space: nowrap;
}

table.apm_ExistingApplications>tbody>tr>td
{
	margin: 0;
	padding: 0;
}

.apm_MenuItem
{
	border: none;
	margin: 0;
	padding: 100;
}

.apm_MenuIsland
{
	background-color:#e2e1d4;
	margin: 0;
	padding: 0;
}

.apm_MenuIslandContainer
{
	background-color:#e2e1d4;
	border-bottom: solid 1px #f5f5ec;
}

.apm_MenuHover
{
	background: #d2d1c6 url('/Orion/Nodes/images/background/toolbar_hover_gradient.gif') repeat-x;
	border: none;
	border-top: none;
}

.apm_MenuDisabled
{
	color: #999999;
	border: solid 1px #e2e1d4;
}

.apm_SubMenuIsland
{
	border: solid 1px #C8CBCE;
	background-color: white;
	margin: 0;
	padding: 0;
}

.apm_SubMenuItem
{
	border: none;
	background-color: white;
	margin: 0;
	padding: 0;
}

.apm_SubMenuHover
{
	background-color: #FFEAA7;
}

thead>tr>th.apm_AppTreeHeader
{
	background-color: #e2e1d4;
	font-style: italic;
	border: solid 1px #f5f5ec;
	cursor: pointer;
}

.apm_AppTreeRow, 
.apm_AppTreeRowAlternate
{
	padding: 0 5px;
}

.apm_AppTreeRowAlternate
{
	background-color: #ECF6FB;
}

.apm_SiteMapPath
{
	margin-top:10px;
	padding-top:10px;
	font-size:10px;
}
.apm_SiteMapPath-CurrentModule
{
	font-size:15pt;
	font-weight:bold;
}

.apm_ActionName
{
	font-size:14px;
	font-weight:bold;			
}

.apm_app-groupbox
{
	border:solid 1px #dfdfde;	
	margin:0px;
	padding:0px;
	padding-right:10px;
	padding-left:10px;
}

#apm_admin_content
{
	padding-left:10px;
}

.apm_padding20
{
	padding-left:20px;
}

.apm_leftLabelColumn
{
	padding-left:40px;
	width:200px;
	text-align: right;
}

.apm_rightInputColumn
{
	text-align: left;
	padding-left: 5px;
	width:150px;
}

.apm_contentBlock
{
	padding-top: 15px;
}

.apm_contentBlockHeader
{
	font-size: 14px;
}

.apm_helpfulText
{
	color: #5f5f5f;
	font-size: 10px;
	padding-left: 10px;
	text-align: left;
}

.apm_blueBox
{
	background-color:#ecf6fb;
	width:100%;
	padding-top: 10px;
	padding-bottom: 10px;
}

table.apm_MonitorLibrary
{	
	border: #e1e1e0 solid 1px;
	margin: 0;
	padding: 0;
}

.apm_WizardFrame
{
	border: solid 1px #dfdfde;
	padding: 0px;
}

.apm_WizardContainer
{
	width: 750px;
	padding: 10px 20px;
	background-color: white;
}

.apm_WizardContainer h2
{
	padding-left: 0;
	font-family:Arial,Helvetica,Sans-Serif;
	font-size:medium;
	font-weight:bold;
}

.apm_WizardButtons
{
	text-align: right;
}

.apm_IndentedPanel
{
	padding:10px 40px;
	
}

.apm_NoFocusBorder
{
	outline:none;
}

.apm_AppFinderMonitorSettings tr th
{
	padding: 8px 1em 8px 5em;
    text-align: right;
    white-space: nowrap;
    font-size: 8pt;
}

.apm_AppFinderMonitorSettings tr td
{
    font-size: 8pt;
    white-space: nowrap;
    padding-right: .5em;
}

.apm_ErrorMessage
{
	color:red; 
	font-style:italic;	
}

.apm_modalBackground 
{
	background-color: Gray;
	opacity: 0.7;
	filter:alpha(opacity=70);
}

.apm_SelectNodeTree
{
	border: solid 1px #333;
	padding: 7px;
}

.apm_MonitorLibraryTree
{
	border: solid 1px #ccc;
	padding: 10px;
}

#apm_adminDescription
{
	font-size: 11px;
}

/*
 *
 * Progress Indicator Styles
 *
 */

 .apm_PI_on
 {
	color: white;
	font-weight: bold;
 }

 .apm_PI_off
 {
	color: black;
 }
 
.apm_ProgressIndicator div 
{
	font-size: 10px;
	text-transform:uppercase;
	background-repeat: repeat-x;
	padding: 0px;
	float: left;
	height: 100%;
	vertical-align: middle;
	line-height: 15px;
}
 
.apm_ProgressIndicator
{
    padding-bottom:0px;
    margin-bottom:0px; 
    border-bottom: #dfdfde solid 1px; 
    height:45px;
    background-repeat: repeat-x; 
    background-position:top;
	white-space: nowrap;
}

.apm_ProgressIndicatorOneLine
{
	height:17px;
}

.apm_ProgressIndicator img
{
    border-width: 0px; 
    float: left;
}
 
 
.apm_HealthStatus
{
	font-size: 10pt !important;
	padding-left: 10px;
	padding-top: 5px;
}
 
 .apm_removeBottomTableBorder table tbody tr td
 {
	border-bottom-width: 0 !important;
 }
 
#apm_ThwackAd
{
	border: #e1e1e0 solid 1px;	    
    padding: 10px;
    margin: 15px 0 0 0;
    font-size: 8pt;
}

#apm_ThwackAd p
{
	padding-bottom: 10px;
} 

#apm_ThwackAd a 
{ 
    color: #336699; 
    font-weight: bold;
    text-decoration: underline;
}

#apm_ThwackAd a:hover 
{
    color:orange;
}

.apm_ZebraStripe
{
	background-color: #e4f1f8;
}

.apm_stats 
{
    padding-right: 5px;
}

div.apm_Collapsed { overflow: hidden; height: 0px }

#apm_SelectAppDialog img.apm_StatusIcon { width: auto !important; height: auto !important; }

.apm_Test_Success 
{
	background-color: #d6f6c6; 
	font-weight: bold; 
	color: #009700;
}

.apm_Test_Failure 
{
	background-color: #f6c6c6; 
	font-weight: bold; 
	color: #de0000;
}

.apm_Test_Skipped 
{
	background-color: #d8d8d8; 
	color: black;
}

.apm_Test_Pending 
{
	background-color: white;
	color: black;
}

#apm_adminContent table.apm_TestResultMessages tr td,
#adminContent table.apm_TestResultMessages tr td
{
	white-space: normal;
}


/*
 * All Applications Tree
 */
.apm_apptree a, 
.apm_apptree div
{
	font-size: 8pt;
	outline-style: none;
}
.apm_apptree .apm_StatusIcon 
{
	padding: 2px 4px 0px 5px;
}

.apm_apptree .apm_StatusText {
	float: right;
	margin: 7px 10px 0px 0px;
	font-size: 8pt;
}
/*FF version > 3*/
.apm_apptree .apm_StatusText, x:-moz-any-link, x:default {
	margin-top: -14px;
}
/*FF version >= 3.5*/
body:first-of-type .apm_apptree .apm_StatusText {
	margin-top: 7px;
}
/*IE v6*/
.apm_apptree .apm_StatusText {
	-margin-top: -14px;
}
/*IE v7*/
*:first-child+html .apm_apptree .apm_StatusText {
	margin-top: -14px;
}

/*
 * Select Node Control
 */ 
.x-tree-no-lines .x-tree-elbow-minus, 
.x-tree-no-lines .x-tree-elbow-end-minus
{
	background-image: url(/Orion/images/Button.Collapse.GIF) !important;
	padding-left: 2px !important;
}
.x-tree-no-lines .x-tree-elbow-plus, 
.x-tree-no-lines .x-tree-elbow-end-plus
{
	background-image: url(/Orion/images/Button.Expand.GIF) !important;
	padding-left: 2px !important;
}

#apm_selectNodeTree a { text-decoration: none; }

#apm_selectNodeTree .apm_selectAll
{
	float: right;
    display:block;
    margin:-20px 5px 0 0;
    padding:0;
    font-size: 8pt;	
}

#apm_selectNodeTree .apm_selectAll a, 
#apm_selectNodeTree .apm_selectAll a:hover
{
	color: #336699;
	text-decoration: underline;
}

 /* Application Discovery */
 #apm_sliderTicks {
    width:241px;
    padding-top:6px;
    background-image:url(Admin/AutoAssign/Images/ticks.gif);
}

.apm_searchterm 
{
    background-color:yellow;
}    


/* error page */
#apm_errbox
{
	margin: 16px 3em 0px 3em;
	padding: 1em;
	border: 1px solid #dfdfde;
	background: #fff;
}
#apm_errbox div.apm_topmost
{
	background: url(/Orion/APM/images/icon.warning.onwhite.png) top left no-repeat;
	padding-left: 64px;
	padding-bottom: 8px;
	border-bottom: 1px solid #dfdfde;
}
#apm_errbox div.apm_buttonbar
{
	margin-top: 16px;
	padding-top: 8px;
	border-top: 1px solid #dfdfde;
}
div.apm_topmost h3
{
	margin-top: 0px;
}
div.apm_trace
{
	overflow-x: scroll;
	width: 100%;
}
div.apm_trace pre
{
	margin: 0px;
	padding: 0px 0px 6px 0px;
	font-family: Consolas, Lucida Console, Courier New;
	font-size: small;
}
#apm_errbox li
{
	padding-bottom: 4px;
}

/* Selected Item List */
div.apm_SelectItemList 
{
	padding-left: 5px;
	font-size: 9pt;
}    
div.apm_SelectItemList ul
{
	padding-left: 23px;
}
div.apm_SelectItemList a
{
	text-decoration: underline;
	color: #336699;
	margin-left: 10px;
}

/*Edit Application/Template pages*/
table.apm_SubItemContainer { width:100%; margin-top:3px; border:none; display:none; background-color:#e4f1f8; }
table.apm_SubItemContainer tr td.apm_SubItemTitle { width:150px; overflow:hidden; }
table.apm_SubItemContainer tr td.apm_SubItemDel { background-color:#fff; }	
table.apm_SubItemContainer div[id$='SettHelpText'] { color:Gray; font-size:8pt; }

/*Thwack Log In Dialog*/
#tldForm div.x-panel-tl { display:none; visibility:hidden; }

/*Application Dashboards Functionality*/
#dcdForm div.x-panel-tl { display:none; visibility:hidden; }
#dcdForm label.x-form-item-label { display:none; visibility:hidden;	}