body,td,input {
	font-family: Arial, Helvetica, sans-serif;
}
img { border: 0; }
textarea { font-family: monospace; }
h1 { font: bold 20px; color: #666666; }
h2 { font: bold 16px; color: #666666; }
h3 { font: bold 12px; color: #666666; }
p1 { font-size: .85em }
tr { vertical-align: top; }
pre.normal { font: 12px; margin: 0;}
div.errorMessage {
	padding: 4px 8px;
	border: 1px solid #990000;
	color: #330000;
	background: #ff9999;
	font-weight: bold;
	margin-bottom: 1em;
}
br.half { line-height: 2em;}
span.errorMessage { display: block; padding: 4px 8px; border: 1px solid #990000; color: #330000; background: #ff9999; font-weight: bold; margin-bottom: 1em; }
span.warningMessage { display: block; padding: 4px 8px; border: 1px solid #990000; color: #EE0000; background: #ffffaa; font-weight: bold; margin-bottom: 1em; }
div.noticeMessage { display: block; padding: 4px 8px; border: 1px solid #d7d7d7; color: #333300; background: #ffffaa; font-weight: bold; margin-bottom: 1em; }
div.hiddenMessage { display: none; }
div#notificationBox { padding: 4px 8px; border: 2px solid #990000; color: #330000; background: #ffeeee; font-weight: bold; margin-bottom: 1em; }
label { display: inline-block; padding: 2px; }
div.menu { background: #eeeeee; padding: 4px 8px; border-bottom: 1px solid #666666; }
div.main { padding-left: 20px; padding-top: 10px; }
div.setup div { padding: 10px 0px; }
div.caPublicKeyMessage { border: 1px solid #d7d7d7; background: #eeeeee; padding: 3px 8px; margin-bottom: 20px; }
div.caPublicKeyMessage .caPublicKey { font-weight: bold; display: block; padding-top: 6px; padding-left: 10px; }
.inlineErrorMessage { font-weight: bold; font-style: italic; color: #AA0000; }

div.scrollableCheckboxes { max-height: 100px; overflow: auto;}

div#footer { text-align: center; color: #474747; padding-left: 5%; padding-right: 5%; }
div#footer hr { color: #d7d7d7; }
div#footer a { padding: 3px 6px; }
div#footer div#copyright { padding-top: 7px; }
div#footer div.request-info { font-size: 89%; padding-top: 4px; color: #999999; }

.top { background-image: url('../images/top_bar.jpg'); background-repeat: repeat-x; height: 75px; }
.top-title { color: #929292; font: bold 18pt; }
.topnav { float: right; font: 11px; }
.topnav a { color: #666666; text-decoration: none; }
.topnav .curve { background-image: url('../images/right_curve.jpg'); background-repeat: no-repeat; width: 21px; height: 34px; }
.topnav .links { background-image: url('../images/right_area.jpg'); background-repeat: repeat-x; height: 34px; padding-top: 9px; padding-left: 20px; padding-right: 10px; }
.topnav .username { color: #95dc3a; font-weight: bold; }
.topnav .infrastructure { font-weight: bold; padding-top: 6px; display: block; font-size: 11px; padding-right: 8px; }

.menu { border-top: 1px solid #d7d7d7; border-bottom: 1px solid #d7d7d7; color: #666666; font: 11px; }
.menu td { border-left: 1px solid #d7d7d7; border-right: 1px solid #d7d7d7; padding: 3px; padding-left: 4px; padding-right: 8px; white-space: nowrap; }
.menu td a { color: #666666; text-decoration: none; }
.menu td.level1-border-top { border-top: 1px solid #d7d7d7; }
.menu td.level1-border-bottom { border-bottom: 1px solid #d7d7d7; }
.menu td.level1 { background: #efefef; font-weight: bold; }
.menu td.level1 .bullet { width: 11px; height: 13px; margin-top: 2px; margin-right: 5px; float: left; }
.menu td.level1 .selected { background: url('../images/right-arrow.gif'); background-repeat: no-repeat; }
.menu td.level2 { background: #f0f8fa; padding-left: 20px; border-top: none; }
.menu td.level2 .bullet { width: 8px; height: 8px; margin-top: 3px; margin-right: 5px; float: left;}
.menu td.level2 .selected { background: url('../images/right-arrow-small.gif'); background-repeat: no-repeat; }

.openClose {
	cursor: pointer;
	cursor: hand;
	line-height: 12px;
}

body {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
}
::selection {
	background-color:  #2154AC;
	color: #ffffff;
}
a {
	border: 0;
	color: #3d70b2;
}
#header {
	background-color: #0f212e;
	margin-bottom: 14px;
	position: relative;
}

/* changes here require changes to the corresponding styles in _header-beta-engineering-mode.scss */

#engineeringMode {
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding-left: 20px;
	background-color: #7c4ca3;
	color: white;
}

#engineeringMode a {
	font-weight: normal;
	color: white;
}

#betaMode {
	background-color: #b9c9d0;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding-left: 20px;
}

#betaMode a {
	font-weight: normal;
	color: black;
}

#header #stack1 {
	height: 45px;
	clear: all;
}
#header #stack1 #titleGutter1 {
	float: left;
	width: 2%;
	height: 45px;
}
#header #stack1 #titleLogo {
	float: left;
	width: 150px;
	height: 45px;
	padding-top: 14px;
}
#header #titleText {
	font-family: Arial;
	color: #fff;
	font-size: 1.3em;
	height: 1.6em;
	position: absolute;
	right: 20px;
	text-align: right;
	top: 52px;
}
#header.headerAbNormal #titleText {
	top: 15px;
}
#header.headerOtsNormal #titleText {
	top: 29px;
}
#header #stack1 #globalNav {
	font-size: 1.0em;
	font-weight: bold;
	color: #fff;
	text-align: right;
	height: 45px;
}
#header #stack1 #globalNavEmpty {
	float: right;
	width: 30%;
	height: 45px;
	display: inline;
	position:absolute;
	right:0px;
}
#globalNav #globalNavButtons {
	top: 12px;
	padding-right: 20px;
}
#globalNav #globalNavButtons a {
	color: #fff;
	text-decoration: none;
}
#globalNav #globalNavButtons a:hover {
	text-decoration: underline;
}
#globalNav #globalNavButtons #myAccountLink {
	color: #fff;
}
#header #stack2 {
	height: 14px;
	clear: all;
}
#header #stack3 {
	height: 32px;
}
#header #stack3 #navButtonGutter1 {
	width: 5%;
	height: 32px;
	float: left;
	display: inline;
}
#header #stack3 #navButtonBody {
	height: 32px;
	float: left;
}
#header #stack4 {
	height: 23px;
}
/* *** Global Header *** */
ul.globalHeader {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 13px;
	width: 100%;
	min-width: 650px;
	margin-bottom: 1em;
	border: 0;
	list-style-type: none;
}
ul.globalHeader li {
	padding: 0 30px;
	margin: 0;
	vertical-align: middle;
	text-align: center;
	height: 31px;
	line-height: 31px;
	float: left;
	background: #0f212e;
}

ul.globalHeader li.hilight a{
	color: #fff;
	text-decoration: underline;
}

ul.globalHeader li a:hover {
	color: #999;
	cursor: pointer;
	text-decoration: underline;
}
ul.globalHeader li:hover {
	cursor: hand;
	cursor: pointer;
	text-decoration: underline;
}
ul.globalHeader li:hover a{
	color: #fff;
	text-decoration: underline;
}
ul.globalHeader li a{
	color: #dfe3e6;
	text-decoration: none;
}

ul.tag {
    margin: 0px 3px 4px 0px;
    padding: 0;
    /*font-weight: bold;*/
    font-size: 11px;
    /*width: 100%;*/
    width: auto;
    /*min-width: 650px;*/
    /*margin-bottom: 1em;*/
    white-space: nowrap;
    display: flex;
    border: 0;
    list-style-type: none;
    vertical-align: middle;
    float:left;
}

ul.tag li {
    padding: 0;
    margin: 0;
    vertical-align: middle;
    text-align: center;
    height: 20px;
    line-height: 20px;
    float: left;
    background-image: url(../images/Tag_Middle.gif);
}
ul.tag li a {
    color: black;
    text-decoration: none;
}
ul.tag li a:hover {
    color: black;
    text-decoration: underline;
}

ul.tag li.middle {
    padding-left: 6px;
    padding-right: 3px;
}
ul.tag li.leftSide {
    margin-right: -6px;
    width: 12px;
    background-image: url(../images/Tag_Tip.gif);
    background-position: center left;
    background-repeat: no-repeat;
    z-index:2;
}
ul.tag li.rightSide {
    /*margin-left: -1px;*/
    /*cursor: pointer;*/
    width: 2px;
    /*padding-right: 2px;*/
    background-image: url(../images/Tag_Back.gif);
    background-position: center right;
    background-repeat: no-repeat;
    z-index:2;
}

#tags .itemColumn {
    background-color: inherit;
    border: none;
}

#bodyCol1{
	float: left;
	height: 100%;
	box-sizing: border-box;
}

#bodyCol2{
	box-sizing: border-box;
	height: 100%;
	margin-left: 184px;
	overflow: hidden;
	padding-left:10px;
	padding-right:10px;
}

div.twoColEqual {
	box-sizing: border-box;
	float: left;
	width:48.75%;
	margin-right:0.5%;
}

div.ieBugFix {
	display: inline;
}

div.lastColumn {
	float: right;
	margin-right: 0;
}

/* dialog */
.dialog {
	background-color: #0075b0;
	box-sizing: border-box;
	height: 26px;
	margin: 0 0 3.6px 0;
	padding: 4px 10px;
}
.dialog-sub {
	background-color: #dddddd;
	box-sizing: border-box;
	height: 26px;
	margin: 0 0 3.6px 0;
	padding: 4px 10px;
}
.dialog-sub .dialog-title {
	color: #333
}
.dialog-title {
	color: #ffffff;
	font-size: 14.4px;
	font-weight: bold;
	float: left;
	padding-top: 1px;
}
.dialog .gray, .dialog-sub .gray {
	background-color: #fff;
}
span.dialog-button, input.dialog-button, button.deleteVaultButton {
	background-color: white;
	border: 1px solid black;
	box-sizing: border-box;
	color: black;
	float: right;
	font-family: arial;
	font-size: 10.8px;
	font-weight: bold;
	line-height: 10.8px;
	margin-left: 8px;
	padding: 3px 10px;
}
input.dialog-button:disabled {
	border-color: #999999;
}
.dialog-button:hover {
	text-decoration: underline;
}
.dialog-button-disabled {
	color: #999999 !important;
	cursor: default;
}
.dialog-button-disabled:hover {
	text-decoration: none;
}

.standaloneWhiteButton {
	border:1px solid #cdcdcd;
	background-color: #ffffff;
	color: #000000;
	font-size: 0.9em;
	font-weight: bold;
	padding: 1px 6px;
}

.standaloneWhiteButton:hover {
	color: #666666;
	text-decoration: underline;
}

.dialog .rightButton{
	float: right;
	border:1px solid #cdcdcd;
	background-color: #ffffff;
	color: #000000;
	font-size: 0.9em;
	font-weight: bold;
	padding-top: 1px;
	padding-left: 4px;
	padding-bottom: 1px;
	padding-right: 4px;
	margin-top: 5px;
	margin-left: 8px;
}
.dialog .rightButtonGray{
	float: right;
	border:1px solid #bbbbbb;
	background-color: #cccccc;
	color: #000000;
	font-size: 0.9em;
	font-weight: bold;
	padding-top: 1px;
	padding-left: 4px;
	padding-bottom: 1px;
	padding-right: 4px;
	margin-top: 5px;
	margin-left: 8px;
}
.dialog .rightButtonDisabled{
	float: right;
	background-color: #fff;
	border: 1px solid #cdcdcd;
	color: #999;
	font-size: 0.9em;
	font-weight: bold;
	padding-top: 1px;
	padding-left: 4px;
	padding-bottom: 1px;
	padding-right: 4px;
	margin-top: 5px;
	margin-left: 8px;
}
.dialog .rightButton a, .dialog .rightButtonGray a{
	color: #000000;
	text-decoration: none;
}
.dialog .rightButton a:hover, .dialog .rightButtonGray a:hover {
	color: #666666;
	text-decoration: underline;
}
.dialog input.rightButton {
	font-size: 0.9em;
	font-weight: bold;
	padding-top: 0px;
	padding-left: 1px;
	padding-bottom: 0px;
	padding-right: 1px;
	text-decoration: none;
	height: 18px;
}
.dialog input.rightButton:hover {
	color: #666666;
	text-decoration: underline;
}

.subHeading {
	position:relative;
	margin:0px auto;
	min-width:8em;
	max-width:3260px; /* based on image dimensions - not quite consistent with drip styles yet */
	color:#fff;
	z-index:1;
	margin-left:12px; /* default, width of left corner */
	margin-bottom:0.3em; /* spacing under dialog */
}
.subHeading .content, .subHeading .t, .subHeading .b, .subHeading .b div {
	background:transparent url(../images/dialog4-grey-1600x800.png) no-repeat top right;
	_background-image:url(../images/dialog2-green.gif);
}
.subHeading .content {
	position:relative;
	zoom:1;
	_overflow-y:hidden;
	padding:0px 12px 0px 0px;
}
.subHeading .content a {
	color: #333333;
}
.subHeading .t {
	/* top+left vertical slice */
	position:absolute;
	left:0px;
	top:0px;
	width:12px; /* top slice width */
	margin-left:-12px;
	height:100%;
	_height:1600px; /* arbitrary long height, IE 6 */
	background-position:top left;
}
.subHeading .b {
	/* bottom */
	position:relative;
	width:100%;
}
.subHeading .b, .subHeading .b div {
	height:6px; /* height of bottom cap/shade */
	font-size:1px;
}
.subHeading .b {
	background-position:bottom right;
}
.subHeading .b div {
	 position:relative;
	 width:12px; /* bottom corner width */
	 margin-left:-12px;
	 background-position:bottom left;
}
.subHeading .hd, .subHeading .bd, .subHeading .ft {
	position:relative;
}
.subHeading .wrapper {
	/* extra content protector - preventing vertical overflow (past background) */
	position:static;
	max-height:1000px;
	vertical-align: middle;
	/*overflow:auto;  note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}
.subHeading h6 {
	margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
	padding:0.2em 0px 0.0em 0px;

	font-weight: bold;
	font-size: 1.15em;
	color: #333333;
}
.subHeading .rightButton {
	float: right;
	margin-top: 5px;
	border:1px solid #cdcdcd;
	background-color: #ffffff;
	color: #000000;

	font-size: 0.9em;
	font-weight: bold;
	padding-top: 1px;
	padding-left: 4px;
	padding-bottom: 1px;
	padding-right: 4px;
	margin-left: 8px;
}
.subHeading .rightButton a {
	color: #000000;
	text-decoration: none;
}
.subHeading .rightButtonGray {
	float: right;
	margin-top: 5px;
	border:1px solid #cccccc;
	background-color: #ffffff;
	color: #cccccc;
	font-size: 0.7em;
	font-weight: bold;
	padding-top: 1px;
	padding-left: 4px;
	padding-bottom: 1px;
	padding-right: 4px;
	margin-left: 8px;
}
.subHeading input.rightButton {
	font-size: 0.9em;
	padding-top: 0px;
	padding-left: 1px;
	padding-bottom: 1px;
	padding-right: 1px;
	text-decoration: none;
	height: 18px;
}
.subHeading input.rightButton:hover {
	color: #666666;
	text-decoration: underline;
}
.subHeading input.rightButtonGray {
	font-size: 0.9em;
	padding-top: 0px;
	padding-left: 1px;
	padding-bottom: 1px;
	padding-right: 1px;
	text-decoration: none;
	height: 18px;
}


.subHeading .rightButton a:hover {
	color: #666666;
	text-decoration: underline;
}
.genericContainer .buttonDisabled {
	float: left;
	border:1px solid #cdcdcd;
	background-color: #ffffff;
	color: #888888;
	font-weight: bold;
	padding-top: 2px;
	padding-left: 4px;
	padding-bottom: 2px;
	padding-right: 4px;
}
.genericContainer .button {
	float: left;
	border: 1px solid #c3c3c3;
	background-color: #eeeeee;
	color: #000000;
	font-weight: bold;
	padding-top: 2px;
	padding-left: 4px;
	padding-bottom: 2px;
	padding-right: 4px;

}
.genericContainer .button a {
	color: #000000;
	text-decoration: none;
}
.genericContainer .button a:hover {
	color: #555555;
	text-decoration: underline;
}




.squareContainerBody input.genericButton {
	border:1px solid #cdcdcd;
	background-color: #eeeeee;
	color: #000000;
	font-size: 1em;
	font-weight: bold;
	padding-top: 1px;
	padding-left: 1px;
	padding-bottom: 2px;
	padding-right: 1px;
	margin: 0px;
	text-decoration: none;
	height: 21px;
}
.squareContainerBody input.genericButton:hover {
	color: #666666;
	text-decoration: underline;
}
.squareContainerBody input.genericButtonDisabled {
	border:1px solid #cdcdcd;
	background-color: #ffffff;
	color: #999999;
	font-size: 1em;
	font-weight: bold;
	padding-top: 1px;
	padding-left: 1px;
	padding-bottom: 2px;
	padding-right: 1px;
	margin: 0px;
	text-decoration: none;
	height: 21px;
}
.squareContainerBody input.genericButtonDisabled:hover {
	color: #999999;
}
.squareContainerBody td.center {
	text-align: center;
}

.subHeadingWrapper {
	margin-left: 10px;
	margin-right: 10px;
}

#vaultsLeftNavTabs {
	margin-bottom: 5px;
}
#vaultsLeftNavTabs span {

	font-size: 1.0em;
	font-weight: bold;
	color: #333333;
	background-color: #dadada;
	border-right: 1px solid #dadada;
	border-left: 1px solid #dadada;
	border-top: 1px solid #dadada;
	margin-right: 4px;
	padding: 5px;
	z-index: 99;
	cursor: hand;
	cursor: pointer;
}

#vaultsLeftNavTabs span.hilight {
	color: #000000;
	background-color: #ffffff;
	border-bottom: 3px solid #ffffff;
}
#vaultsLeftNav {
	padding: 0;
	margin: 0;
	padding-bottom: 8px;
	border: 1px solid #dadada;
}
#vaultsLeftNav tr {
	vertical-align: middle;
}
#vaultsLeftNav tr.hilight {
	background-color: #dddddd;
}
#vaultsLeftNav th {

	font-weight: normal;
	font-size: 1.0em;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 6px;
	padding-bottom: 3px;
}
#vaultsLeftNav td {

	font-weight: bold;
	font-size: 1.0em;
	padding-top: 2px;
	padding-bottom: 1px;
}
#vaultsLeftNav td a {
	color: #000000;
	text-decoration: underline;
}
#vaultsLeftNav td a:hover {
	color: #666666;
	text-decoration: underline;
}
#vaultsLeftNav td.col1 {
	padding-left: 12px;
}
#vaultsLeftNav td.col2 {
	padding-left: 3px;
	padding-right: 3px;
}
#vaultsLeftNav td.col3 {
	padding-right: 2px;
}
.largeSummaryTable {
	margin-left: 13px;
}
.largeSummaryTable td {
	padding-left: 6px;
	font-size: 1.0em;
	font-weight: bold;
	color: #000000;
}
.largeSummaryTable td.col1 {
	font-size: 1.2em;
	font-weight: bold;
}
.largeSummaryTable td.col2 {
	font-size: 1.0em;
	font-weight: normal;
}

#healthDetails li.ok {
	list-style-image: url('../images/ico_deviceStatus_green.gif');
}

#healthDetails li.error {
	list-style-image: url('../images/ico_deviceStatus_red.gif');
}

#healthDetails li.warning {
	list-style-image: url('../images/ico_deviceStatus_yellow.gif');
}

#healthDetails li.unknown {
	list-style-image: url('../images/ico_deviceStatus_blue.gif');
}

div.progressBarOuter {
	height: 23px;
	border: 1px solid #cccccc;
	margin-left:20px;
	margin-right:20px;
}
div.progressBarInner {
	height: 100%;
	background-color: #999999;
}
div.eventTitle {
	font-size: 1.15em;
	font-weight: bold;
	color: #000000;
	background-color: #dddddd;
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 5px;
}
div.denseEventLayoutHeader {
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background-color: #e2e7ea;
	font-size: 1.05em;
}

div.denseEventLayoutHeader .eventFilter input.leftButton {
	font-size: 1em;
}

div.denseEventLayoutFooter {
	background-color: #e2e7ea;
	border: 1px solid #cccccc;
	min-height: 10px;
}

div.denseEventLayoutHeader .leftButton {
	border:1px solid #cdcdcd;
	background-color: #ffffff;
	color: #000000;
	font-size: 0.9em;
	font-weight: bold;
	padding-top: 1px;
	padding-left: 4px;
	padding-bottom: 1px;
	padding-right: 4px;
	margin-top: 5px;
	margin-left: 8px;
	margin-bottom: 5px;
}
div.denseEventLayoutHeader input.leftButton {
	font-size: 0.9em;
	font-weight: bold;
	padding-top: 0px;
	padding-left: 1px;
	padding-bottom: 1px;
	padding-right: 1px;
	text-decoration: none;
	height: 20px;
}

div.denseEventLayoutHeader input.leftButton:hover {
	color: #666666;
	text-decoration: underline;
}

div.denseEventLayoutHeader .leftButtonDisabled {
	border:1px solid #cdcdcd;
	background-color: #cdcdcd;
	color: #000000;
	font-size: 0.9em;
	font-weight: bold;
	padding-top: 1px;
	padding-left: 4px;
	padding-bottom: 1px;
	padding-right: 4px;
	margin-top: 5px;
	margin-left: 8px;
	margin-bottom: 5px;
}

div.denseEventLayoutHeader input.leftButtonDisabled {
	font-size: 0.9em;
	font-weight: bold;
	padding-top: 0px;
	padding-left: 1px;
	padding-bottom: 1px;
	padding-right: 1px;
	text-decoration: none;
	height: 20px;
}

div.denseEventLayoutHeader input.leftButtonDisabled:hover {
	color: #000000;
}
div.denseEventLayoutHeader .eventDisplay {
	float: right;
	margin-top: 4px;
	padding-right: 5px;
	font-size: 0.9em;
	font-weight: bold;
}
div.denseEventLayoutHeader .eventFilter {
	padding-left: 10px;
	padding-right: 5px;
	font-size: 0.9em;
	font-weight: bold;
	white-space: nowrap;
	vertical-align: middle;
}
select.eventLevelFilter {
	margin: 0;
	padding: 0;
}
div.denseEventLayoutHeader .eventFilter select {
	margin: 0;
	padding: 0;
}

div.eventDetailsTable {
	float: right;
}

table.denseEventLayout td.center, table.denseEventLayout th.center {
	text-align: center;
}
table.denseEventLayout td.right, table.denseEventLayout th.right {
	text-align: right;
}
table.denseEventLayout {
	font-size: 1.0em;
	border-left: 1px solid #cccccc;
	border-top: 0px solid #cccccc;
}
table.denseEventLayout tr {
	vertical-align: middle;
}
table.denseEventLayout th {
	padding-left: 8px;
	padding-right: 8px;
	text-align: left;
	background-color: #e2e7ea;
	font-weight: normal;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
}
table.denseEventLayout th.noTop {
	border-top: 0;
}
table.denseEventLayout td {
	padding-left: 8px;
	padding-right: 8px;
	text-align: left;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
table.denseEventLayout td a {
	text-decoration: none;
	color: #000000;
}

table.denseEventLayout td a:hover {
	text-decoration: underline;
	color: #666666;
}

.icon {
	text-decoration: none;
}

table.denseEventLayout td a.icon {
	text-decoration: none;
}
table.denseEventLayout td a.icon:hover {
	text-decoration: none;
}
table.denseEventLayout tr.new {
	font-weight: bold;
}

table.denseEventLayout td.details {
	background-color: #d1cfd0;
	border: 2px solid #A19B9E;
}

table.pendingDeviceRegistrations td {
	padding: 4px 8px;
}

table.pendingDeviceRegistrations th.cb {
	padding: 0px 0px;
	text-align: center;
	vertical-align: middle;
}

table.pendingDeviceRegistrations td.cb {
	padding: 4px 0px;
	text-align: center;
}

table.pendingDeviceRegistrations td a {
	text-decoration: underline;
}

.hide {
	display: none;
}
.vaultStatusWrapper {
	vertical-align: middle;
	margin-left:13px;
	width: 48%;
	float: left;
}
.vaultStatusWrapper .vaultStatus_icon img {
	border: 0;
	margin: 0;
}
.vaultStatusWrapper .vaultStatus_vaultName {
	font-size: 1.3em;
	font-weight: bold;
	color: #000000;
}
.vaultStatusWrapper .vaultStatus_vaultName a {
	color: #000000;
	text-decoration: underline;
}
.vaultStatusWrapper .vaultStatus_vaultName a:hover {
	color: #666666;
	text-decoration: underline;
}

table.readOnlyMiniSectionVTop {
	vertical-align: top;
	border-spacing: 0px;
}

table.readOnlyMiniSectionVTop th {
	text-align: left;
	font-weight: normal;
	padding-right: 15px;
	white-space: nowrap;
}

table.readOnlyMiniSectionVTop td {
	text-align: left;
	font-size: 1em;
	height: 1.4em;
}

.readOnlyMiniSectionVTop td.col1.showWarningIcon {
	padding-right: 5px;
}

table.readOnlyMiniSections th {
	vertical-align: middle;
	text-align: left;
	font-size: 1em;
	height: 1.4em;
}
table.readOnlyMiniSections td {
	vertical-align: middle;
	text-align: left;
	font-size: 1em;
	height: 1.4em;
	padding-right: 5px;
}
table.configMiniSections th {
	vertical-align: middle;
	text-align: left;
	font-size: 1em;
	height: 2.4em;
}
table.configMiniSections .largeText, table.readOnlyMiniSections .largeText {
	font-size: 1.3em;
}
table.configMiniSections td {
	vertical-align: middle;
	text-align: left;
	font-size: 1em;
	height: 2.4em;
	border: 0px solid #ffcccc;
}
table.configMiniSections td.disabled {
	color: #999999;
}
table.configMiniSections td.vTop, table.readOnlyMiniSections td.vTop {
	vertical-align: top;
}
table.configMiniSections td.col1, table.readOnlyMiniSections td.col1 {
	width: 40%;
}
table.configMiniSections td.col2, table.readOnlyMiniSections td.col2 {
	width: 60%;
}
table.configMiniSections td.leftAlignCol1, table.readOnlyMiniSections td.leftAlignCol1 {
	width: 20%;
}
table.configMiniSections td.leftAlignCol2, table.readOnlyMiniSections td.leftAlignCol2 {
	width: 80%;
}

table.editableSection tr.vTop, table.editableSection td.vTop {
	vertical-align: top;
}
table.editableSection td.col1{
	width: 1px;
	white-space: nowrap;
	padding-right: 4px;
}
table.editableSection td.col2{
	width: 99%;
}

.squareContainerTitleRoot {
	font-size: 1.15em;
	font-weight: bold;
	color: #000000;
	background-color: #dddddd;
	border-bottom: 1px solid #cccccc;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 5px;
	margin-top: 12px;
}

div.squareContainer {
	border: 1px solid #cccccc;
}
div.squareContainer .squareContainerTitle {
	font-size: 1.15em;
	font-weight: bold;
	color: #000000;
	background-color: #dddddd;
	border-bottom: 1px solid #cccccc;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 5px;
}
div.squareContainer .squareContainerTitle .rightButton {
	float: right;
	border:1px solid #999999;
	background-color: #ffffff;
	color: #000000;
	font-size: 0.79em;
	font-weight: bold;
	padding-top: 1px;
	padding-left: 10px;
	padding-bottom: 1px;
	padding-right: 10px;
	margin-right: 8px;
	margin-top: -2px;
}
div.squareContainer .squareContainerTitle .rightButtonDisabled {
	float: right;
	background-color: #fff;
	border: 1px solid #cdcdcd;
	color: #999;
}
div.squareContainer .squareContainerTitle .rightButtonDisabled a:hover {
	color: #999;
	text-decoration: none;
}
div.squareContainer .squareContainerTitle a {
	color: #000000;
	text-decoration: underline;
}
div.squareContainer .squareContainerTitle a:hover {
	color: #666666;
	text-decoration: underline;
}
div.squareContainer .squareContainerTitle .rightButton a {
	color: #000000;
	text-decoration: none;
}
div.squareContainer .squareContainerTitle .rightButton a:hover {
	color: #666666;
	text-decoration: underline;
}
div.squareContainer .squareContainerBody {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 8px;
	padding-bottom: 5px;
}
div.squareContainer .squareContainerBody tr.highlight {
	font-weight: bold;
	background-color: #ffffaa;
}
div.squareContainer .squareContainerBody table.heavy  {
	font-weight: bold;
	font-size: 1.0em;
}
div.squareContainer .squareContainerBody table.heavy td {
	padding-top: 2px;
	padding-bottom: 1px;
}

div.squareContainer .squareContainerBody table.heavy tr.searchSubInfo {
	font-weight: normal;
}

div.squareContainer .squareContainerBody table.heavy tr.searchSubInfo td {
	padding-left: 25px;
}

div.squareContainer .squareContainerBody table.heavy tr.subInfo td {
	font-weight: normal;
}

div.squareContainer .squareContainerBody table.heavy a {
	color: #000000;
	text-decoration: underline;
}
div.squareContainer .squareContainerBody table.heavy a:hover {
	color: #666666;
	text-decoration: underline;
}
div.squareContainer .squareContainerBody table.heavy td.disabled {
	color: #999999;
	padding-top: 2px;
	padding-bottom: 1px;
}
div.squareContainer .squareContainerBody table.heavy td.disabled a {
	color: #999999;
	text-decoration: underline;
}
div.squareContainer .squareContainerBody table.heavy td.disabled a:hover {
	color: #999999;
	text-decoration: underline;
}
div.squareContainer .squareContainerBody table a.icon {
	text-decoration: none;
}
div.squareContainer .squareContainerBody table a.icon:hover {
	text-decoration: none;
}

div.squareContainer .squareContainerBody table.gridBars td.indent {
	padding-left:20px;
}
div.squareContainer .squareContainerBody table.gridBars td.indent2 {
	padding-left:40px;
}
div.squareContainer .squareContainerBody table.gridBars td.col1 {
	white-space: nowrap;
	vertical-align:middle;
}
div.squareContainer .squareContainerBody table.gridBars td.col2 {
	padding-left:16px;
	padding-right:16px;
	vertical-align:middle;
}
div.squareContainer .squareContainerBody table.gridBars td.col3 {
	padding-right:6px;
	white-space: nowrap;
	vertical-align:middle;
}
div.squareContainer .squareContainerBody table.gridBars td.col4 {
	white-space: nowrap;
	vertical-align:middle;
	text-align: right;
}



div.squareContainerLined {
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}

div.squareContainerLined td, div.squareContainerLined th {
	font-size: 1.00em;
	font-weight: normal;
	text-align: left;
	color: #000000;
	background-color: #eeeeee;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	padding-left: 18px;
	padding-top: 5px;
	padding-left: 18px;
	padding-bottom: 5px;
}

div.squareContainerLined table .squareContainerTitle {
	background-color: #eeeeee;
}
div.squareContainerLined table .squareContainerBody {
	background-color: #ffffff;
}
div.largeSummaryText, span.largeSummaryText {
	font-size: 1.25em;
	font-weight: bold;
	text-align: left;
	color: #000000;
	padding-left: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
}
/*Wrap*/
.reallocationProgressBody {
	width: 100%;
	text-align: center;
}
/*Left*/
.reallocationProgressFromTo{
	float: left;
	/*width: 100%;*/
}

/*Center*/
.reallocationProgressStatusBar {
	margin:0 auto !important;
	display:inline-block
	/*float:left;*/
}

/*Right*/
#reallocationProgressViewButton, #capacityViewButton, #reallocationChangeButton, #reallocationMappingViewButton {
	margin-top: 10px;
	margin-bottom: 5px;
	float: left;
	text-decoration: none;
}
#capacityViewButtonDisabled, #reallocationProgressViewButtonDisabled, #reallocationMappingViewButtonDisabled {
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
	text-decoration: none;
}
#capacityViewButton, #reallocationProgressViewButtonDisabled, #reallocationMappingViewButtonDisabled,
#reallocationProgressDescription, #reallocationMappingDescription {
	display: none;
}
#capacityViewButton > span.dialog-button,
#reallocationProgressViewButton > span.dialog-button,
#reallocationMappingViewButton > span.dialog-button {
	float: inherit !important;
	/*margin-top: 5px;*/
}

.reallocationProgressHeader {
	text-align: center;
	margin: 0 auto !important;
}

div.mediumSummaryText, span.mediumSummaryText {
	font-size: 1.15em;
	font-weight: normal;
	text-align: left;
	color: #000000;
}
div.graphs {
	font-size: 1.05em;;
	font-weight: bold;
	color: #000000;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 4px;
	width: 48%;
	min-width: 495px;
	margin-right: 5px;
	margin-bottom: 4px;
}
ul.standardList {
	margin-top: 0px;
	padding-left: 30px;
	list-style-type: disc;
}
ul.standardList li {
	padding-top: 3px;
	padding-bottom: 3px;
	font-size:1.05em;
}
ul.standardList li a {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
ul.standardList li a:hover {
	color: #666666;
	font-weight: bold;
	text-decoration: underline;
}
ul.cleanList {
	padding-left: 30px;
	list-style-type: none;
}
ul.sslList {
	padding-left: 30px;
	list-style-type: disc;
}
ul.sslList li {
	padding-top: 3px;
	padding-bottom: 8px;
	font-size:1.05em;
}
div.pagination {
	font-size: 1.15em;
	float: right;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-right: 16px;
}

div.pagination a {
	color: #000000;
	text-decoration: none;
}

div.pagination a:hover {
	color: #666666;
	text-decoration: underline;
}
div.pagination .currentPage {
	font-weight: bold;
	padding-left: 4px;
	padding-right: 4px;
}
input.inputRadio {
	margin: 0;
	padding: 0;
}
div.hiddenErrorMessage {
	padding: 4px 8px;
	border: 1px solid #990000;
	color: #330000;
	background: #ff9999;
	font-weight: bold;
	margin-bottom: 1em;
}
.oddLine {
	background-color: #f0f0f0;
}
tr.vTop {
	vertical-align: top;
}
div.lightBox {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	background-color: #000000;
	color: #ffffff;
	z-index: 1000;
}
div.lightBoxAlert {
	width: 40%;
	height: 260px;
	left: 30%;
	top: 20%;
	padding: 6px;
	border: 3px solid #000000;
	position: absolute;
	background-color: #ffffff;
	color: #000000;
	vertical-align: middle;
	text-align: center;
	z-index: 1001;


}
div.invis {
	display: none;
}
#search {
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	list-style: none;
}
#search li {
	margin-right:  50px;
	margin-top:    0px;
	margin-bottom: 0px;
	margin-left:   0px;
	padding: 0;
	list-style: none;
	vertical-align: middle;
	white-space: nowrap;
}
#search li input.searchButton {
	vertical-align: middle;
	border: 0;
	margin: 0;
	padding: 0;
}
#searchCategory{
	margin-right: 0;
	padding-right: 0;
}
#search li input.textBox {
	color: #787878;
	border-left: 0;
	border-right: 0;
	border-top: 1px solid #cbcbcb;
	border-bottom: 1px solid #cbcbcb;
	padding-right:  0px;
	padding-top:    2px;
	padding-bottom: 0px;
	padding-left:   0px;
	margin: 0;
	height: 18px;
	line-height: 17px;
	background-color: #ffffff;
	vertical-align: middle;
	width:100%;
	overflow: hidden;
}
#search li img {
	vertical-align: middle;
	border: 0;
	margin: 0;
	padding: 0;
}
#genericSmallBar {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	height: 14px;
}
#genericSmallBar .leftBar {
	background-color: #96dc3d;
	float: left;
	text-align: right;
	height: 100%;
}
#genericSmallBar .rightBar {
	float: right;
	text-align: left;
	height: 100%;
}

#shares th {
	text-align: right;
	padding-right: 10px;
}
#shares th.share1 {
	text-align: left;
}
#shares th.share6 {
	padding-right: 0px;
	width: 10%;
}
#shares td {
	text-align: right;
	padding-right: 10px;
}
#shares td.share1 {
	text-align: left;
}
#shares td.share6 {
	padding-right: 0px;
	width: 10%;
}

input.standaloneButton {
	border:1px solid #cdcdcd;
	background-color: #eeeeee;
	color: #000000;
	font-size: 1em;
	font-weight: bold;
	padding-top: 1px;
	padding-left: 1px;
	padding-bottom: 2px;
	padding-right: 1px;
	margin: 0px;
	text-decoration: none;
	height: 21px;
}
input.standaloneButton:hover {
	color: #666666;
	text-decoration: underline;
}
input.standaloneButtonDisabled {
	border:1px solid #cdcdcd;
	background-color: #ffffff;
	color: #999999;
	font-size: 1em;
	font-weight: bold;
	padding-top: 1px;
	padding-left: 1px;
	padding-bottom: 2px;
	padding-right: 1px;
	margin: 0px;
	text-decoration: none;
	height: 21px;
}
input.standAloneButtonDisabled:hover {
	color: #999999;
}
/* Cabinet */
table.cabinetDisplay {
	border-left: 1px solid #ccc;
}
.cabinetDisplay .slotNumber {
	font-size: 1.6em;
	color: #999;
	background-color: #eee;
	vertical-align: middle;
	text-align: center;
	width: 1%;
	padding-left: 10px;
	padding-right: 10px;
	height: 41px;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
.cabinetDisplay .slotCol {
	width: 20px;
}
.cabinetDisplay .device, .cabinetDisplay .hostname, .cabinetDisplay .eth0, .cabinetDisplay .eth1, .cabinetDisplay .disk1, .cabinetDisplay .disk2, .cabinetDisplay .disk3, .cabinetDisplay .disk4 {
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.cabinetDisplay .device {
	padding-left: 4px;
	width: 15%;
}
.cabinetDisplay .hostname {
	padding-left: 4px;
	width: 54.68%;
}
.cabinetDisplay .eth0, .cabinetDisplay .eth1  {
	text-align: center;
	font-size: .8em;
	width: 14.66%;
}
.cabinetDisplay .disk1, .cabinetDisplay .disk2, .cabinetDisplay .disk3, .cabinetDisplay .disk4 {
	text-align: center;
	font-size: .8em;
	width: 24.75%;
}
.cabinetDisplay .emptySlot {
	text-align: center;
	font-size: 1.3em;
	color: #ccc;
	font-weight: bold;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

.cabinetDisplay .occupiedSlot {
	text-align: center;
	font-size: 1.3em;
	color: #999999;
	background-color: #EEEEEE;
	font-weight: bold;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

.cabinetDisplay .otherDevice {
	text-align: center;
	font-size: 1.3em;
	color: #666;
	font-weight: bold;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
.cabinetDisplay tr.topLine, .cabinetDisplay tr.bottomLine {
	vertical-align: middle;
	border-top: 1px solid #ccc;
	height: 20px;
}
.lastSlot{
	border-bottom: 1px solid #ccc;
}
.cabinetDisplay a {
	color: #000000;
	text-decoration: underline;
}
.cabinetDisplay a:hover {
	color: #666666;
	text-decoration: underline;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #FFFFC8;
	padding: 2px;
}

.vaultIconWrapper {
	padding: 0;
	margin: 0;
	text-align: right;
}
.vaultIcon {
	white-space: nowrap;
	padding: 0;
	margin: 0;
	letter-spacing: 0;
	text-decoration: none;
}
.vaultIcon img {
	padding: 0;
	margin: 0;
}

/* *** Flexable Container Wiget *** */
.flexableContainer {
	border: 1px solid #999;
}
.flexableContainer .heading {
	border-bottom: 1px solid #999;
	background-color: #eee;
	margin: 0;
	padding: 0;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 1.15em;
	font-weight: bold;
}
.flexableContainer .body a {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
.flexableContainer .body a:hover {
	font-weight: bold;
	color: #666;
	text-decoration: underline;
}
.flexableContainer .body thead td {
	text-align: left;
	background-color: #f0f0f0;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding-left: 3px;
	padding-right: 3px;
	font-weight: bold;
}
.flexableContainer .body thead td:first-child {
	border-left: 0;
}
.flexableContainer table thead tr {
	vertical-align: bottom;
	height: 18px;
}
.flexableContainer .body tbody tr.even td {
	background-color: #f3f3ff;
}
.flexableContainer .body tbody tr.odd td {
	background-color: #ffffff;
}
.flexableContainer .body tbody td {
	border-top: 1px solid #ddd;
}
.flexableContainer .body tbody tr:first-child td {
	border-top: 0;
}
.flexableContainer table tbody tr {
	vertical-align: top;
	height: 18px;
}
.flexableContainer table td {
	padding-left: 2px;
	padding-right: 2px;
}
.flexableContainer .heading .text {
	background-color: #eee;
	float: left;
}
.flexableContainer .heading .button {
	font-size: .8em;
	font-weight: normal;
	color: #000;
	background-color: #fff;
	padding: 0;
	margin: 0 0 0 8px;
	border: 1px solid #000;
	height: 20px;
	float: right;
}
.flexableContainer .heading .button:hover {
	color: #999;
}
.flexableContainer .heading .button:active {
	border: 1px solid #999;
}

.dataTables_processing {
	float: left;
	padding-left:10px;
	font-weight: bold;
	font-size: 0.9em;
	padding-top: 2px;
}

.clear {
	clear: both;
}


table.denseEventLayout tbody tr.odd {
	background-color: #ffffff;
}
table.denseEventLayout tbody tr.even {
	background-color: #f0f5f7;
}
.pagination span {
	padding-left: 2px;
	padding-right: 2px;
	cursor: hand;
	cursor: pointer;
}
.paginate_active {
	font-weight: bold;
}

.fixedTable {
	overflow: auto; max-height: 300px; margin: auto;
}

.fixedDetailsTable {
	overflow: auto; height: 300px;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables sorting
 */

.sorting_asc {
	background: url('../images/sort_asc.png') no-repeat center right;
	cursor: hand;
	cursor: pointer;
}

.sorting_desc {
	background: url('../images/sort_desc.png') no-repeat center right;
	cursor: hand;
	cursor: pointer;
}

.sorting {
	background: url('../images/sort_both.png') no-repeat center right;
	cursor: hand;
	cursor: pointer;
}

.sorting_asc_disabled {
	background: url('../images/sort_asc_disabled.png') no-repeat center right;
	cursor: hand;
	cursor: pointer;
}

.sorting_desc_disabled {
	background: url('../images/sort_desc_disabled.png') no-repeat center right;
	cursor: hand;
	cursor: pointer;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables Pagination
 */
.dataTables_paginate {
	width: 44px;
	float: right;
	text-align: right;
}

.paging_full_numbers {
	width: 400px;
	height: 22px;
	line-height: 22px;
}

.paging_full_numbers span.paginate_button,
 	.paging_full_numbers span.paginate_active {
	border: 1px solid #aaa;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 2px 5px;
	margin: 0 3px;
	cursor: pointer;
	*cursor: hand;
}

.paging_full_numbers span.paginate_button {
	background-color: #ddd;
}

.paging_full_numbers span.paginate_button:hover {
	background-color: #ccc;
}

.paging_full_numbers span.paginate_active {
	background-color: #99B3FF;
}

.dataTables_info {
	width: 60%;
	float: left;
}


/* *** Flexible Container *** */
.flexibleContainer {
	border: 1px solid #999;
}
.flexibleContainer .heading {
	border-bottom: 1px solid #999;
	background-color: #eee;
	margin: 0;
	padding: 0;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 1.15em;
	font-weight: bold;
}
.flexibleContainer .body a {
	font-weight: bold;
	color: #000;
}
.flexibleContainer .body a:hover {
	font-weight: bold;
	color: #666;
}
.flexibleContainer .body thead td, .flexibleContainer .body thead th {
	text-align: left;
	background-color: #f0f0f0;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding-left: 3px;
	padding-right: 3px;
	font-weight: bold;
}
.flexibleContainer .body thead td:first-child, .flexibleContainer .body thead th:first-child {
	border-left: 0;
}
.flexibleContainer table thead tr {
	vertical-align: bottom;
	height: 18px;
}
.flexibleContainer .body tbody tr.even td {
	background-color: #f3f3ff;
}
.flexibleContainer .body tbody tr.odd td {
	background-color: #ffffff;
}
.flexibleContainer .body tbody td {
	border-top: 1px solid #ddd;
}
.flexibleContainer .body tbody tr:first-child td {
	border-top: 0;
}
.flexibleContainer table tbody tr {
	vertical-align: top;
	height: 18px;
}
.flexibleContainer table td, .flexibleContainer table th {
	padding-left: 2px;
	padding-right: 2px;
}

.flexibleContainer table td button.flexibleButton {
	padding:0.2em;
}

.flexibleContainer table td .flexibleButton:hover {
	border: 1px solid #999;
	background: white url(images/ui-bg_flat_0_ffffff_40x100.png) 50% 50% repeat-x;
	font-weight: normal;
	color: black;
}

.flexibleContainer .heading .text {
	background-color: #eee;
	float: left;
}
.flexibleContainer .heading .button {
	font-size: .8em;
	font-weight: normal;
	color: #000;
	background-color: #fff;
	padding: 0;
	margin: 0 0 0 8px;
	border: 1px solid #000;
	height: 20px;
	float: right;
}j
.flexibleContainer .heading .button:hover {
	color: #999;
}
.flexibleContainer .heading .button:active {
	color: #b99;
	border: 1px solid #b99;
}
.flexibleContainer table thead .sorting, .flexibleContainer table thead .sorting_desc, .flexibleContainer table thead .sorting_asc {
	cursor: hand;
	cursor: pointer;
}
.flexibleHeader {
	background-color:#DDDDDD;
	color:#000000;
	font-size:1.15em;
	font-weight:bold;
	padding-bottom:5px;
	padding-left:10px;
	padding-top:8px;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-top: 1px solid #999;
	clear: both;
}

input.defaultText {
	color: #b8b8b8;
	font-weight: bold;
	font-style: italic;
}

.storagePoolSpaceUsage {
    margin: 6px 0;
}
.storagePoolSpaceUsage .overallValue {
    margin-bottom: 1em;
    margin-top: 0em;
}
.storagePoolSpaceUsage .bar {
    border: 0 solid #999999;
}
.storagePoolSpaceUsage .outerBar {
    border-color: #AAAAAA;
    border-width: 1px;
}
.storagePoolSpaceUsage .innerBar {
    border-right-width: 0;
    float: left;
    height: 24px;
    margin-left: 0;
}
.storagePoolSpaceUsage .outerBarBackgroundColor {
    background-color: #FFFFFF;
}
.storagePoolSpaceUsage .value1 {
    background-color: #9BDD46;
}
.storagePoolSpaceUsage .value2 {
    background-color: #DDAC2A;
}
.storagePoolSpaceUsage .value3 {
    background-color: #CCFFAA;
}
.storagePoolSpaceUsage .value4 {
    background-color: #FFFFFF;
}
.storagePoolSpaceUsage .overlay {
    border-color: #999999;
    border-style: solid;
    border-width: 0 1px 0 0;
    text-align: center;
}
.storagePoolSpaceUsage .overlay1 {
    border-color: #FF0000;
    color: #FF0000;
    z-index: 100;
}
.storagePoolSpaceUsage .overlay1 .verticalOffset {
    top: -1.25em;
}
.storagePoolSpaceUsage .overlay2 {
    border-color: #0000FF;
    color: #0000FF;
}
.storagePoolSpaceUsage .overlay2 .verticalOffset {
    top: 2.7em;
}
.storagePoolSpaceUsage .legend {
    line-height: 1em;
}
.storagePoolSpaceUsage .legend .lineItem {
    margin-bottom: 4px;
    margin-top: 4px;
}
.storagePoolSpaceUsage .legend .colorSquare {
    border: 1px solid #999999;
    float: left;
    height: 1em;
    margin-bottom: -1px;
    margin-top: -1px;
    width: 1em;
}

a.TriStateCheckbox {
	background: url(../images/checkboxes.gif) no-repeat 0 -13px;
	width: 13px;
	height: 13px;
	border: none;
	display: inline-block;
	overflow: hidden;
}

a.TriStateCheckbox:hover {
	background-position: 0 -26px;
	color: red;
}

a.TriStateCheckboxDisabled,
a.TriStateCheckboxDisabled:hover {
	background-position: 0 0;
}

a.TriStateCheckboxCheckedDisabled,
a.TriStateCheckboxCheckedDisabled:hover {
	background-position: 0 -78px;
}

a.TriStateCheckboxMixed {
	background-position: 0 -52px;
}

a.TriStateCheckboxMixed:hover {
	background-position: 0 -65px;
}

a.TriStateCheckboxMixedDisabled,
a.TriStateCheckboxMixedDisabled:hover {
	background-position: 0 -39px;
}

a.TriStateCheckboxChecked {
	background-position: 0 -91px;
}

a.TriStateCheckboxChecked:hover {
	background-position: 0 -104px;
}

a.TriStateCheckboxCheckedDisabled,
a.TriStateCheckboxCheckedDisabled:hover {
	background-position: 0 -78px;
}

.tristateCheckboxTree ul {
	list-style: none;
	margin: 2px 0px 0px 0px;
	padding-left: 1.5%;
}

.tristateCheckboxTree ul li ul{
	padding-left:25px;
	display:none;
}

.ui-autocomplete {
    max-height: 300px;
    overflow: auto;
}

input:disabled {
    background-color: #E8E8E8;
    color: #AAAAAA;
}

.disableDropDown {
    opacity: 0.6;
    pointer-events: none;
}

.disabledLabel { 
	color: #999;
}
  
#healthDetails #deviceCommunicationErrors a {
	color: #000000;
	text-decoration: underline;
}

#healthDetails #deviceCommunicationErrors a:hover {
	color: #666666;
	text-decoration: underline;
}

#healthDetails #deviceCommunicationErrors ul {
	list-style-image: none;
	list-style-type: none;
}
span.badge {
	background-color: #f2f5f6;
	border: 1px solid #999999;
	border-radius: 2px;
	color: #333333;
	font-size: 90%;
	line-height: 1.15;
	text-align: center;
	vertical-align: baseline;
	padding: 0.3em 0.6em 0.3em;
	display: inline-block;
	margin-bottom: 0.4em;
}
span.badge a {
    color: #333333;
    text-decoration: none;
}
span.badge:hover a {
    text-decoration: underline;
}

.floatLeft{ float:left; }
.floatRight{ float:right; }
div.healthSummaryContainer{font-weight:bold;}
div.healthSummaryContainer a {color: black;}
div.healthSummaryContainer a:hover {color: #666;}
div.healthSummary {margin-right:-10px;}
div.healthSummary table img {vertical-align:middle;margin-left:6px;}
div.healthSummary table td.tdCount {width:27px;}
div.healthSummary a {color:black;}
div.healthSummary a:hover {color:#666;}

div.setHeader.configureView {
	width: 34%;
}
div.storagePoolStatus {
	font-weight: normal;
	float: left;
}
div.storagePoolFormStatus {
	font-weight: normal;
	display: inline-block;
}
.pendingAdditionGrey {
	opacity: 0.4;
}
#reallocationDeviceSiteDiv {
	overflow-x: auto;
}

table.vaultList {
	padding-bottom: 5px;
}
table.vaultList th {
	border-bottom: 1px solid #cccccc;
}
table.vaultList tr:hover,
table.mirrorList tr:hover {
	background-color: #eeeeff;
}
table.vaultList td a{
    color: #000000;
}
table.vaultList td.col1 {
    min-width: 55px;
    white-space: nowrap;
}
table.vaultList td.col2 {
    width: 99%;
    padding-bottom: 5px;
    font-weight: normal;
}
table.vaultList td.col3 {
	white-space: nowrap;
	text-align: right;
}
table.vaultList td a {
	text-decoration: underline;
}
table.vaultList td a img {
	padding-left: 4px;
}

div#storagePoolSummaryLoading { font-size:24px; font-weight:bold; }

table#deviceSummaryByStoragePool{visibility:hidden;}
table#deviceSummaryByStoragePool .col1 {
	text-align: left;
}
table#deviceSummaryByStoragePool .col2 {
	text-align: left;
}
table#deviceSummaryByStoragePool .col3 {
	text-align: right;
	padding-left:3px;
	padding-right:5px;
	white-space: nowrap;
}
table#deviceSummaryByStoragePool .col4 {
	text-align: right;
	padding-left:3px;
	padding-right:5px;
	white-space: nowrap;
}
table#deviceSummaryByStoragePool .col5 {
	text-align: right;
	padding-left: 10px;
	white-space: nowrap;
}
table#deviceSummaryByStoragePool thead th {
	padding-bottom: 5px;
}
table#deviceSummaryByStoragePool thead .col2 {
	padding-left: 16px;
}
table#deviceSummaryByStoragePool tr {
    font-weight: normal;
}
table#deviceSummaryByStoragePool tr.dsNetSummary .col2,
table#deviceSummaryByStoragePool tr.storagePoolsSummary .col2,
table#deviceSummaryByStoragePool tr.storagePoolGroupInfo .col2,
table#deviceSummaryByStoragePool tr.storagePoolInfo .col2,
table#deviceSummaryByStoragePool tr.deviceInfo .col2 {
	width: 90%;
}
table#deviceSummaryByStoragePool tr.storagePoolGroupInfo .col1,
table#deviceSummaryByStoragePool tr.storagePoolsSummary .col1,
table#deviceSummaryByStoragePool tr.dsNetSummary .col1,
table#deviceSummaryByStoragePool tr.storagePoolInfo .col1{
    font-weight: bold;
}
table#deviceSummaryByStoragePool tr.dsNetSummary td,
table#deviceSummaryByStoragePool tr.storagePoolsSummary td {
	padding-bottom: 20px;
}
table#deviceSummaryByStoragePool tbody tr:hover {
    background-color: #eeeeff;
}
table#deviceSummaryByStoragePool tr.reallocation:hover,
table#deviceSummaryByStoragePool tr.reallocationHeader:hover,
table#deviceSummaryByStoragePool tr.trSpacerRow:hover,
table#deviceSummaryByStoragePool tr.hrSpacerRow:hover {
	background-color: #ffffff;
}
.border-box div {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.cursorPointer { cursor: pointer; }

div.fileServerPoolShares ul { list-style-position: inside; padding-left:0px; }
div.fileServerPoolShares li { margin: 0 0 10px 0; word-break: break-all; }

.poolDeviceTable th {border-bottom: 1px solid #cccccc;}
.poolDeviceTable .deviceCol1 {text-align: left;}
.poolDeviceTable .deviceCol2, .deviceCol3 {text-align: right;}

.textLeft {text-align: left;}
.textRight {text-align: right;}
.paddingTop5px {padding-top: 5px;}

table.graphAccesserRequest_legendTable .legendLabel {word-break: break-word;}
table.fan_legendTable .legendLabel {word-break: break-word;}

#fileSystemsContainer table td.col1 {
	min-width: 28px;
	width: 28px;
	white-space: nowrap;
}

#fileSystemsContainer table td.col2 {
	width: 100%;
}
.ssecDisabledLabel, .ssekpDisabledLabel, .archiveTieringDisabledLabel, .powerSafeWriteDisabledLabel, .hpcsDisabledLabel, .globalCatalogServiceRestrictedLabel{
	color: #999;
}
#divArchiveTiering {
	padding: 2px;
}
.hidden {visibility:hidden;}

#devicesContainer table th {
    vertical-align: bottom;
}
#vaultsContainer table td.col1 {
    min-width: 28px;
    width: 28px;
    white-space: nowrap;
}
#vaultsContainer table td.col2 {
    width: 100%;
}

.pemInput {
	display: inline-block;
	padding-bottom: 20px;
	padding-right: 10px;
	width: 48%;
	min-width: 540px;
}
.pemInput textarea {
	border: 0;
	width: 100%;
}
#addExternalCertificateSection {
	margin-bottom: 5px;
}
#certificateWarnings {
	margin: 5px 0px;
}
#disableAccountDialog {
	display: none;
	overflow-y: scroll;
}
div.vaultIDASelectionMPSItem.disabled {
	color: #999999;
}
div.extendedAvailabilitySelection {
	padding-top: 10px;
}
div.extendedAvailabilitySelection.disabled {
	color: #999999;
}
.vaultOptimizationInfoIcon {
	width: 16px;
	height: 16px;
	vertical-align: middle;
	fill: #666666;
}
div.vaultIDASelectionMPSItem.disabled .vaultOptimizationInfoIcon {
	fill: #999999;
}
div.extendedAvailabilitySelection.disabled .vaultOptimizationInfoIcon {
	fill: #999999;
}
.idaPopup {
	display: none;
	position: absolute;
	border: 1px grey solid;
	background: #CCCCCC;
	padding: 7px;
	margin-left: 145px;
	width: 160px;
}
.idaPopupValue {
	float: right;
}
.regionHeader {
	color: #333;
	margin-right: 10px;
	margin-top: 4px;
	margin-bottom: 4px;
	font-size: 1.2em;
	font-weight: bold;
}
table.regionContainer {
	border-collapse: collapse;
	border-spacing: 0;
	float: left;
	width: auto;
	margin-bottom: 5px;
}
table.regionContainer th, table.regionContainer td{
	padding: 0 15px 0 0;
}

.divAsperaEnabled {
	margin-top:20px;
	margin-bottom:10px;
}

.divAsperaEndpoint {
	visibility:hidden;
	margin-bottom:20px;
}

.tblAsperaDisplayTable {
	border-spacing: 16px;
}

.tblAsperaDisplayTable td {
	vertical-align:middle;
}

.tblAsperaDisplayTable input {
	padding:6px;
}

.tdAsperaDisplayTable {
	width:120px;
}

#maintenanceChangeDevicePassword-notRequired {
    display:inline-block;
    height:21px;
}

#maintenanceChangeDevicePassword-displayDeviceIconAndLabel {
	color:#cccccc;
	white-space: nowrap;
}

#maintenanceChangeDevicePassword-displayCheckbox {
	white-space: nowrap;
}

.deviceDiagramSVG g[id] {
	cursor: pointer;
}

/* Configure Access Pool Load Balancing */
#loadBalancingFieldsTable.disabled, .ipTable.disabled  {
	color: #999999;
}
input.loadBalancingInput[readonly] {
    background-color: #E8E8E8;
    color: #AAAAAA;
}
.ipInput {
	width: 269px;
}
.asnInput {
	width: 100px;
}
.bfdEnabledField {
	display: none;
}
.bfdEnabledField label {
	width: 55px;
}
.bfdEnabledField input {
	width: 30px;
	text-align: right;
}
.bfdEnabledField div {
	display: inline-block;
}
.bfdEnabledField div.bfdFieldDiv {
	min-width: 120px;
}
.bfdEnabledField div.bfdSlider {
	width: 200px;
	vertical-align: middle;
	margin-left: 20px;
}
.ipTable {
	border: 0px solid #cccccc;
}
.ipTable td.col1 {
	width: 277px;
	border: 1px solid #cccccc;
	vertical-align: middle;
	padding: 5px;
}
.ipTable td.col2 {
	width: 72px;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 0 13px 0 5px;
}
.ipTable tr.odd {
	background-color: #f0f5f7;
}
.ipTable tr.even {
	background-color: #ffffff;
}
#routerIpRowTemplate,
#virtualIpRowTemplate {
	display: none;
}
span.dialog-button.addIpButton {
	padding: 3px 20px 3px 21px;
	margin: 6px 0;
}
span.dialog-button.removeIpButton {
	margin: 6px 0;
}
#bgpDisableDialog {
	display: none;
	overflow-y: scroll;
}
#loadBalancingRouterStatusContainer {
	width: 30%;
}
#loadBalancingRouterStatusTable {
	width: 100%;
}
#loadBalancingRouterStatusTable tbody td{
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#callHomeFormFields {margin: 0px 0px 45px 20px; }
#callHomeFormFields tr {height: 30px;}
#callHomeFormFields td.col2 {padding-left: 65px;}
#callHomeFormFields Select {width: 220px;}

#systemRetentionDurationsDiv {padding-left:10px; margin-top:7px;}
.bottom20 {padding-bottom: 20px;}
.bottom10 {padding-bottom: 10px;}
.left30 {padding-left: 30px;}
.top5 {padding-top:5px;}
.top12 {padding-top:12px;}

#spanAboutThisSystem {
    display: block;
    height:100%;
}

.driveListDiagramContainer {
	margin-top: 13px;
}

#systemInfoDialog {
	padding-left: 50px;
	padding-bottom: 50px;
	padding-left: 50px;
	padding-right: 50px;
}

.about-system-dialog-trademark-text {
	font-size: 0.8em;
}

.site-cabinets {
	border-collapse: collapse;
}

.cabinet-health-icon {
	display: inline-block;
	height: 16px;
	vertical-align: middle;
	width: 13px;
}

.cabinet-health-icon[data-cabinet-health="cabinet_green"] {
	background-image:url(../images/ico_cabinet_sm_green.gif);
}

.cabinet-health-icon[data-cabinet-health="cabinet_yellow"] {
	background-image:url(../images/ico_cabinet_sm_yellow.gif);
}

.cabinet-health-icon[data-cabinet-health="cabinet_red"] {
	background-image:url(../images/ico_cabinet_sm_red.gif);
}

.cabinet-health-icon[data-cabinet-health="cabinet_gray"] {
	background-image:url(../images/ico_cabinet_sm_gray.gif);
}

.schedule-validation-table-header {
	display: none;
}

.invalid-schedule-header {
	color: red;
	font-weight: bold;
}

table.decreaseWidthPoolVaultTable {
	width: 100%;
	border: 0;
	border-spacing: 0;
}
table.decreaseWidthPoolVaultTable th,
table.decreaseWidthPoolVaultTable td {
	padding: 2px;
}
td#decreaseWidthPoolName {
	padding-left: 15px;
}
td.decreaseWidthName {
	width: 30%;
}

.chosenBugFixer {
	/*
		this rule is for creating negative space below a 'chosen' drop down
		due to a long-standing bug that prevents the options from being visible
		when the drop down is in a container with overflow:hidden
		bug: https://github.com/harvesthq/chosen/issues/86
	*/
	height: 250px;
}

.subHeadingWrapperPaddedLeft {
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 10px;
}

.accessPortTableFirstColumn {
	width:10px;
}

.accessPortTableSecondColumn {
	width:15px;
}

.radio-button-second-row-div {
	padding: 4px 0px 10px 20px;

}

table.cdvrMirrorVaultSelectTable td.col2 {vertical-align:middle; padding-left: 50px}

#migrationButtons {
	margin-top: 10px;
}

#upgradeSettingsTable td {
	padding: 2px 10px 2px 0;
}

.noBreaks {
	margin: 14px 0;
}

.warningContainer {
	background-color:#FFF8E4;
	border:1px solid #EFC100;
	border-left:5px solid #EFC100;
}

.warningLeft {
	padding:7px 15px 10px 10px;
	float:left;
}

.warningRight {
	padding: 10px;
	line-height:16px;
	margin-left: 35px;
}

.warningRight p {
	margin-block-end: 0px;
}

.warningRight span {
	margin-block-end: 0px;
}

.warningIcon{
	fill: #EFC100;
	height: 20px;
	width:20px;
}

.informationContainer {
	background-color:#edf5ff;
	border:1px solid #0043ce;
	border-left:5px solid #0043ce;
	display: flex;
	align-items: center;
}

.informationRight {
	padding: 10px;
	line-height:16px;
}

.informationLeft {
    padding:13px 0px 10px 10px;
}

.informationRight p {
    margin-block-end: 0px;
}

.informationRight span {
    margin-block-end: 0px;
}

.informationIcon{
	fill: #0043ce;
	height: 16px;
	width: 16px;
}

.fullWidth{width:100%}
.distributionInputs {width:20px; float:right; font-weight: bold; text-align:right; margin-left:10px}
.distributionSliders {width:85%; float:left;}
.distributionLabel {float:right; font-weight:bold;}
#distributionTotal {text-align:right; font-weight:bold; padding-top:10px;}
.invalidTotal {color:#EE0000;}

#increaseWidthConfirmationMainDiv .setName{
	margin-bottom: 3px;
}
.newDeviceGroupings {
	margin-bottom: 15px;
}
.newDeviceGroupings table {
	width: 100%;
	border-spacing: 0;
	border-collapse: separate;
}
.newDeviceGroupings table td {
	white-space: nowrap;
	padding-left: 4px;
	padding-right: 4px;
}
.newDeviceGroupings table .col1 {
	width: 40%;
	padding-right: 60px;
}
.newDeviceGroupings table tr:nth-child(even) td {
	background-color: #f3f3ff;
}

#storageEngineRadioButton {
	padding-left: 138px;
}

.indent {
	padding-left: 20px;
}

.tinyIcon {width:15px;height:15px;margin-left:5px;}

#tableObjectExpiration td {padding-left: 27px;}

.topAdminText {margin-bottom: 28px}
.ghostEndpointDescriptionText {padding: 2px 0px 0px 5px;}

.advancedConfigContent {
	font-family: monospace;
	overflow-wrap: break-word;
    max-height: 200px;
	overflow: auto;	
}

.logCollectionSettingsPadding {
	padding: 5px 0px 15px 20px;
}
#ibmLogServerDetails, #customServerDetails{
 	margin-left: 40px;
}

#goButton {
	margin-bottom: 5px;
	margin-top: 5px;
}

.caseNumber {
	padding: 0px;
}

.tblServiceVaultMigration td:nth-child(1) {
	line-height: 16px;
	width: 133px;
}

#svMigrationButton {
	cursor: pointer;
}

.bttnServiceVaultMigrationDisabled {
	background-color: #ebebeb !important;
	color: #999 !important;
	cursor: default !important;
}

td.privacyAlgorithmSystemLevelRight {
 	padding-top : 0px;
 	padding-left : 15px;
}
td.privacyAlgorithmSystemLevelLeft{
	padding-top : 5px;
}

.privacyAlgorithmSelection{display: inline-block;}

.notificationServiceHeader {
	margin-left: 15px;
}
table#notificationServiceTable {
    margin-top: 10px;
}

table#notificationServiceTable td.col1 {
    padding-right: 15px;
}

table#vaultNotificationServiceSummary {
    margin: 0;
}
table#vaultNotificationServiceSummary th.checkbox {
    width: 20px !important;
    padding: 10px 5px !important;
}

#vaultNotificationServiceChangeButton {
    display: none;
}

.notificationServiceAssignmentTable {
	font-size: 12px;
}

.notificationServiceDisabledOption {
	color: #999;
}
#vaultTopicLabel {
	display: none;
}

/* NET PROMOTER SCORE CSS */
.netPromoterScoreDialogContainer.ui-dialog {
	border-left: 5px solid #5AAAFA;
	border-bottom: 1px solid #5AAAFA;
	border-top: 1px solid #5AAAFA;
	border-right: 1px solid #5AAAFA;
	text-align: left;
	padding-left: 16px;
	padding-top: 0px;
	background-color: #F0F8FF;
	display: none;
}

.netPromoterScoreDialogContainer.ui-dialog .ui-dialog-titlebar { 
	padding-left: 0px;
	padding-top: 16px;
	padding-bottom: 8px;
}

.netPromoterScoreDialogContainer .ui-widget-header { 
	background-color: #F0F8FF;
	border : 0px;
	color: #000000;
	font-size: 14px;
}

.netPromoterScoreDialogContainer .ui-dialog-titlebar-close {
    visibility: hidden;
}

.netPromoterScoreDialogContainer.ui-dialog .ui-dialog-content {
	text-align: left;
	padding-left: 0px;
	padding-top: 0px;
	background-color: #F0F8FF;
}

.netPromoterScoreDialogContainer.ui-widget-content{
	background: #F0F8FF;
}

.npsModalButton {
	text-decoration: bold;
  	height : 32px;
  	width : 150px;
  	padding-left: 16px;
  	padding-right: 16px;
  	text-align: center;
  	text-decoration: none;
  	font-size: 14px;
  	font-weight: 600;
  	cursor: pointer;
}

.npsModalProvideFeedbackButton {
	background-color: #3D70B2;
  	color: #FFFFFF;
}

.npsModalNoThankYouButton {
	background-color: #ffffff;
	border: 2px solid #3D70B2;
  	color: #3D70B2;
}

.npsModalButton:hover {
	border : 0px;
	background-color: #0530AD;
  	color: #ffffff;
}

.npsModalButton:active {
  background-color: #0530AD;
  box-sizing: border-box;
  border: 2px solid #FFFFFF;
  outline: 2px solid #3D70B2;
}

#netPromoterScoreDialogContentButtonDiv{
	padding-bottom:16px;
}
#netPromoterScoreDialogContent > p {
	margin:0px;
	padding-top: 8px;
	padding-bottom: 8px;
}

#netPromoterScoreDialogContent > p > a {
	font-size: 12px;
	color:#0062FF;
	text-decoration: none;
}

/* NET PROMOTER SCORE CSS END */

#destroyMirrorSubHeadingWrapperDiv{
	padding-top:16px;
}

#breakMirrorSubHeadingWrapperDiv{
	 margin-top: 20px;
	 margin-bottom: 25px;
}

#deleteMirrorSubHeadingWrapperDiv{
	padding-top:16px;
	padding-bottom:25px;
}

#breakMirrorDiv{
    margin-bottom: 25px;
}

#breakMirrorDisabledButton{
	color: #AAAAAA;
}

.poolOverflow {
    max-height: 174px;
    overflow: auto;
}
.poolOverflow ul {
    margin: 2px 0px; 
}
.clearfix {
    overflow: auto;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
.message {
	border-style: solid;
	border-width: 1px 1px 1px 5px;
	padding: 11px 16px;
	margin-bottom: 6px;
}
.message__icon {
	float: left;

}
.message__title {
	float: left;
	font-weight: bold;
	margin-left: 16px;
	margin-top: 3px;
}
.message__close{
	float: right;
	cursor: hand;
	cursor: pointer;
}
.message__text {
	float: left;
	margin-left: 10px;
	margin-top: 3px;
}
.message--info {
	border-color: #5ca7f9;
	background-color: #eff7ff;
}
.message--warning {
	border-color: #efc308;
	background-color: #f6f7e6;
}
.message--error {
	border-color: #ab0303;
	background-color: #f7e5e5;
}
.message--success {
	border-color: #5dab03;
	background-color: #eef7e5;
}
#systemDefault {
	padding-bottom: 25px
}

.additionalPoolsText {
	padding: 3px 8px;
}

.additionalPoolsIcon {
	padding-top: 50px
}
.nowrap {
	white-space: nowrap;
}

.deviceCompatibilityIcon {
	width: 14px;
    height: 14px;
    vertical-align: middle;
    fill: #666666;
    padding: 0px 1px 1px 0px;
}

/* DATE RANGE REPORT CSS START */

#dateRangeDiv {
	padding-left: 25px;
}	

#dateRangeDiv table {
	padding: 2px;
}		

#dateRangeDiv table td.col1 {
	vertical-align: middle;
}		
				
#dateRangeDiv table td.col2 {
	padding-left:45px;
}
				
#viewButton {
	display: none;
}

/* DATE RANGE REPORT CSS END */

.largeReportIndexMenu{
	margin: 6px 0px;
}

/* START TABZ */

.tabz.ui-tabs .ui-tabs-nav {
  background: inherit;
  border: none;
}

.tabz.ui-widget-content {
  border: none;
}

.tabz.ui-widget input {
  font-size: 10.8px;
}

.tabz.ui-tabs .ui-tabs-nav li {
  background: inherit;
  border: none;
  font-weight: bold;
  margin: 0 10px;
}

.tabz.ui-tabs .ui-tabs-nav li a {
  padding: 0 0 14px 0;
}

.tabz.ui-tabs .ui-tabs-nav li a:hover {
  color: #3D70B2;
}

.tabz.ui-tabs .ui-tabs-nav li.ui-state-active {
  border-bottom: 2px solid #3D70B2 !important;
}

.tabz.ui-tabs .ui-tabs-nav li.ui-state-active a {
  color: #3D70B2;
}

/* END TABZ */

.objectExpirationNote {
	margin-left: 23px;
}

.objectExpirationHeader {
	margin-left: 14px;
}

#storagePoolVaultDefaults{
	table-layout: fixed;
}

#storagePoolVaultDefaults td.col1, #vaultIndexFormatSelection td.col1{
	padding-top: 0px;
}

#storagePoolVaultDefaults td.col2,  #vaultIndexFormatSelection td.col2{
	padding-top: 3px;
}

#organizationNote {
	display: none;
	padding-top: 12px;
}

.width200px {
	width: 200px
}

.lastRowOfMirrorWriteConfiguration
{
	padding-bottom: 15px;
}

.staticWebInfoIcon {
	fill: #666;
	height: 13px;
	width: 13px;
	vertical-align: text-bottom;
}

.additionalSANInfoIcon {
	fill: #666;
	height: 13px;
	width: 13px;
	vertical-align: text-bottom;
}

.indent2 {
	padding-left: 26px;
}

.embeddedAccesserSettingsRowHeading {
	padding-left: 16px;
}

.breakAll {
	word-break: break-all;
}

.upgrade-page__verification-icon {
  height: 12px;
  width: 12px;
  padding: 0 2px;
}

.upgrade-page__verification-icon--verified {
	fill: #24a148;
}

.upgrade-page__verification-icon--not-verified {
	fill: #f1c21b;
}

.upgrade-page__verification-icon--not-verified-error {
	fill: #cc0202;
}

.upgrade-page__verification-status-span {
	align-items: center;
	display: flex;
}

.callout {
  border: 1px solid;
  border-left: 5px solid;
  font-size: 14px;
  margin-bottom: 16px;
  overflow: hidden;
  padding: 16px;
}

.callout--info {
  background-color: #edf5ff;
  border-color: #3d70b2;
}

.callout--info .callout__icon-left {
  fill: #3d70b2;
}

.callout--error {
  background-color: #fff1f1;
  border-color: #fa4d56;
}

.callout--error .callout__icon-left {
  fill: #fa4d56;
}

.callout--success {
  background-color: #defbe6;
  border-color: #24a148;
}

.callout--success .callout__icon-left {
  fill: #24a148;
}

.callout--warning {
  background-color: #fff8e1;
  border-color: #f1c21b;
}

.callout--warning .callout__icon-left {
  fill: #f1c21b;
}

.callout__icon-left {
  float: left;
  height: 16px;
  margin-right: 16px;
  width: 16px;
}

.callout__message {
  float: left;
}

.callout__icon-close {
  cursor: pointer;
  fill: grey;
  float: right;
  height: 12px;
  margin: 1px 0 0 16px;
  width: 12px;
}

.home-storage-account-portal-section {
	margin-top: 33px;
}

.fipsComplianceWarning {
	margin-top: 10px;
}

.errorIcon {
	fill: #fa4d56;
}

.goodIcon {
	fill: #5aa700;
}

.arrInfo .arrRow:nth-child(2n) {
	background-color: #f0f5f7;
}

.arrInfo .arrRow:not(:last-child) {
	border-bottom: 1px solid #cccccc;
}

.arrRow {
	padding: 5px 10px;
}

.arrSetName {
	display: inline-block;
	font-weight: bold;
	width: 70%;
}

.login-alt-container {
	border-top: 1.6px solid black;	
	margin: 16px 0;
}

.cd-button {
	background-color: #3d70b2;
	border: 3.2px solid #3d70b2;
	color: white;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	height: 36px;
	line-height: 19.2px;
	margin-right: 8px;
	padding: 8px 16px;
  }

.cd-button--secondary {
	background-color: white;
	color: #3d70b2;
}

.login-alt-header {
	font-weight: bold;
	padding: 16px 0;
}

.login-alt-link-no-decoration {
	text-decoration: none;
}

.oidcError.errorMessage {
  margin: 16px 0 0;
}

.stripe-removal-set-name-header {
	color: black;
	font-size: 20px;
	font-weight: normal;
	margin: 16px 0 0 0;
}

.stripe-removal-width-header {
	color: black;
	font-size: 18px;
	font-weight: normal;
	margin: 16px 0 16px 16px;
}

.stripe-removal-stripe-item {
	color: black;
	font-size: 16px;
	font-weight: normal;
	list-style: none;
}

.stripe-removal-stripe-item--selected {
	background-color: #7eb4ff;
}

.stripe-removal-stripe-item__checkbox {
	height: 16px;
	position: relative;
	top: 1px;
	vertical-align: bottom;
	width: 16px;
}

.stripe-removal-device-id-select {
	display: none;
}

.stripe-removal-device-table-container {
	font-size: 12px;
	margin-left: 32px;
}

.booleanModeIcon {
	fill: #666;
	height: 13px;
	width: 13px;
	vertical-align: text-bottom;
}

.capitalize {
	text-transform: capitalize;
}
