@font-face {
	font-family: 'interface';
	src:url('../fonts/interface.eot');
	src:url('../fonts/interface.eot?#iefix') format('embedded-opentype'),
		url('../fonts/interface.woff') format('woff'),
		url('../fonts/interface.ttf') format('truetype'),
		url('../fonts/interface.svg#interface') format('svg');
	font-weight: normal;
	font-style: normal;
}


@font-face{
	font-family:'Open Sans ExtraBoldItalic';
	src:url('../fonts/OpenSans-ExtraBoldItalic-webfont.eot');
	src:url('../fonts/OpenSans-ExtraBoldItalic-webfont.eot?#iefix') format('embedded-opentype'),url('../fonts/OpenSans-ExtraBoldItalic-webfont.woff') format('woff'),url('../fonts/OpenSans-ExtraBoldItalic-webfont.ttf') format('truetype'),url('../fonts/OpenSans-ExtraBoldItalic-webfont.svg#OpenSansExtraBoldItalic') format('svg');
	font-weight:normal;
	font-style:normal;
}

@font-face{
	font-family:'Open Sans';
	src:url('../fonts/OpenSans-Regular-webfont.eot');
	src:url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),url('../fonts/OpenSans-Regular-webfont.woff') format('woff'),url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'),url('../fonts/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
	font-weight:normal;
	font-style:normal;
}
@font-face{
	font-family:'Open Sans';
	src:url('../fonts/OpenSans-Italic-webfont.eot');
	src:url('../fonts/OpenSans-Italic-webfont.eot?#iefix') format('embedded-opentype'),url('../fonts/OpenSans-Italic-webfont.woff') format('woff'),url('../fonts/OpenSans-Italic-webfont.ttf') format('truetype'),url('../fonts/OpenSans-Italic-webfont.svg#OpenSansSemibold') format('svg');
	font-weight:normal;
	font-style:italic;
}

@font-face{
	font-family:'Open Sans';
	src:url('../fonts/OpenSans-Semibold-webfont.eot');
	src:url('../fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),url('../fonts/OpenSans-Semibold-webfont.woff') format('woff'),url('../fonts/OpenSans-Semibold-webfont.ttf') format('truetype'),url('../fonts/OpenSans-Semibold-webfont.svg#OpenSansSemibold') format('svg');
	font-weight:bold;
	font-style:normal;
}
@font-face{
	font-family:'Open Sans';
	src:url('../fonts/OpenSans-SemiboldItalic-webfont.eot');
	src:url('../fonts/OpenSans-SemiboldItalic-webfont.eot?#iefix') format('embedded-opentype'),url('../fonts/OpenSans-SemiboldItalic-webfont.woff') format('woff'),url('../fonts/OpenSans-SemiboldItalic-webfont.ttf') format('truetype'),url('../fonts/OpenSans-SemiboldItalic-webfont.svg#OpenSansSemibold') format('svg');
	font-weight:bold;
	font-style:italic;
}

@font-face{
	font-family:'Open Sans Light';
	src:url('../fonts/OpenSans-Light-webfont.eot');
	src:url('../fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),url('../fonts/OpenSans-Light-webfont.woff') format('woff'),url('../fonts/OpenSans-Light-webfont.ttf') format('truetype'),url('../fonts/OpenSans-Light-webfont.svg#OpenSansLight') format('svg');
	font-weight:normal;
	font-style:normal;
}



html ,body {
	height:100%;
	overflow:hidden;
	font-size:13px;
}
body {
	margin:0;
	padding:0;
	background-color:#f5f5f5;
	font-family:"Open Sans", helvetica, Arial, sans-serif;
	font-size:1em;
	color:#04446d;
	text-align:left;
}

input[type="button"], input[type="submit"], button, a.buttonlink {
	padding:4px 18px;
	border:1px solid #C5CFD8;
	background-color: #ebeef0;
	color:#102040;
	font-family:"Open Sans", helvetica, Arial, sans-serif;
	font-size:0.9em;
	line-height:1.6em;
	text-decoration: none;
}

.pressedstate, input[type="button"]:active, input[type="submit"]:active, button:active,a.buttonlink:active {
	border:1px solid #C5CFD8;
	background-color:#d7dee4;
  
}

input.mini, button.mini, a.buttonlink.mini {
	padding:1px 6px;
	font-size:0.8em;
	margin-left: 0;
}

.WhiteStackiconlogo {
	font-family: 'interface';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	font-size:40px;
	color:#04446d;
	position:absolute;
	left:6px;
	z-index:100;
	cursor:default;
}
.WhiteStackiconlogo:before {
	content: "\e06e";
}

.interfacefont {
	font-family: 'interface'
}

.interfacefont.bigger {
	vertical-align: bottom;
}

.innerlink {
	font-family: 'interface';
	text-decoration: none;
	font-size: 10px;
	margin-left: 8px;
}

.welcomearrow {
	position: absolute;
	font-family: 'interface';
	text-decoration: none;
	font-size: 24px;
	display: none;
	margin-left: 150px;
}

.consoleclose {
	font-family: 'interface';
	text-decoration: none;
	font-size: 16px;
	margin-left: 8px;
}

.consoleclose .bttxt {
	position: absolute;
	display:block;
	top: -16px;
	left: 28px;
}

a , a:visited, a:link, a:hover{
	/*color:#057ec1;*/
	color:#1a6a98;
	cursor:pointer;
}
a.ttficon {
	text-decoration:none;
}

::-webkit-input-placeholder { color:#b8c0d0; }
::-moz-placeholder { color:#b8c0d0; }
:-ms-input-placeholder { color:#b8c0d0; }
input:-moz-placeholder { color:#b8c0d0; }

input:focus { 
	outline: none; 
	-moz-outline: none !important;
	-moz-outline-offset: 0px!important;
	-moz-outline-radius: 0px !important; 
}
input::-moz-focus-inner { border: 0px solid transparent; }

input.tempurl {
	width:380px;
	border: 1px dashed #c5cfd8;
}

input.editable {
	width:230px;
	background:transparent;
	color:#1a6a98;
	border: 1px dashed #c5cfd8;
	padding:4px;
}
input.editable.objectmime {
	width:180px;
}
input.editable.short {
	width:48px;
}
input.editable:hover {
	background-color:white;
}
.editiconwrap {
	position:relative;
	float:left;
}
.entericon {
	display:none;
	width: 16px;
	height: 16px;
	z-index: 1000000;
	position: relative;
	top: -20px;
	left: 214px; /* same as input.editable.width - self.width */
	margin-bottom: -16px;
	cursor: pointer;
	margin-right: 4px;
}
.entericon.short { left: 32px; }
.entericon.objectmime { left: 164px; }
.saving {
	display:none;
	width: 16px;
	height: 16px;
	z-index: 1000000;
	position: relative;
	top: -20px;
	left: 214px; /* same as input.editable.width - self.width */
	margin-bottom: -16px;
	margin-right: 4px;
	background-image: url(../images/saving.gif);
}
.saving.short { left: 32px; }
.saving.objectmime { left: 164px; }
.subtool {
	cursor: pointer;
}

.subtool.busy {
}

.content-fragment {
	position: absolute;
	top: 107px;
	left: 193px;
	bottom: 34px;
	width: 100%;
	clip: rect(auto,auto,auto,0px);
}

.scrollable-fragment {
	overflow-y: auto;
	clip: none;
}

#content-dashboard {
	top: 64px;
}

#content-networkgraph {
	top: 48px;
}

.busyremoving:after {
	float: right;
	margin-left: -14px;
	width: 14px;
	height: 14px;
	min-width: 14px;
	display: block;
	background-image: url(../images/saving.gif);
	content:" ";
}

.busytoggling:after {
	margin-left: 14px;
	margin-top: -2px;
	width: 14px;
	height: 14px;
	min-width: 14px;
	display: block;
	background-image: url(../images/saving.gif);
	content:" ";
}

#header {
	height:44px;
	border-bottom:1px solid #acacac;
	/*background-color:#f5f5f5;*/
	background-color:white;
}

#topbar {
	line-height:40px;
	margin-left:80px;
}

.projects {
	display:inline-block;
	float:left;
	
}
.projectTitle {
	width:auto;
	float:left;
	margin-right:8px;
	color:#ccc;
	font-size:1.2em;
	font-family: "Open Sans Light"
	
}

.loggedinuser {
	display:inline-block;
	float:right;
	margin-right:24px;
}
.logedinWelcome {
	width:auto;
	float:left;
	margin-right:8px;
}
#logedinuserPulldown {
	width:auto;
	float:left;

}

#page {
}

#nav {
	width:192px;
	border-right:1px solid #acacac;
	height:100%;
	float:left;
	overflow:auto;
	background-color:#ebeef0;
	text-align:left;
}
.navitem, .navgroup {
	height:32px;
	line-height:34px;
	padding-left:16px;
	border-bottom:1px solid #dee4ea;
	cursor:default;
	font-size: 1em;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	cursor:default;
	text-align:left;
	overflow: hidden;
}
.navgroup {
	height:32px;
	line-height:32px;
	font-variant:small-caps;
	text-transform:uppercase;
	color:#a0a8b8;
}
.navitem {
	color:#40506c;
	letter-spacing: 0.1px;
	padding-left:32px;
	font-size: 1em;
	line-height:34px;
	cursor: pointer;
	cursor: pointer;
}
.navgroup.leveltwo {
	padding-left:32px;
	font-size: 0.95em;
	line-height:32px;
	height:32px;

}
.navitem.leveltwo {
	padding-left:48px;
	font-size: 0.90em;
	height:34px;
	line-height:34px;
}

hr {
	opacity: 0.1;
}


DIV.navitem:hover ,DIV.navitem.active {
	/*background-color:#dee4ea;*/
	background-color:#e4e8eb;
	color:#003050;
}

DIV.navitem.pressed {
	background-color:#eef2f5;
	color:#001022;
}

DIV.navitem.active {
	/*
	background-color:#2c5975;
	background-color:#607a8b;
	background-color:#8ba4b3;
	background-color:#a5bbc9;
	background-color:#DEE4EA;
	*/
	background-color:#d7dee4;
}
DIV.navitem.active:before {
	content: "» ";
}
#contentwrapper {
	float:left;
}
#content {
	overflow:auto;
	border:none;
	border-top:1px solid #d6dce1;
	border-left:1px solid #d6dce1;
	background-color:#f5f5f5;
	text-align:left;
	/*
	filter: progid:DXImageTransform.Microsoft.gradient(
		startColorstr='#efefef', endColorstr='#ffffff'
	);
	background: -webkit-gradient(
		linear, left top, left bottom, from(#efefef), to(#ffffff)
	);
	background: -moz-linear-gradient(top,  #efefef,  #ffffff);
	*/
}
#content.noscroll {
	overflow:hidden;

}
#innercontent {
	padding:24px;
}
#toolbar {
	height:60px;
	border-bottom:1px solid #888888;
	display:none;
	background-color:#ebeef0;
	position:relative;
	left:-1px;
}
#toolbar.visible {
	display:block;
}
a.icon:first-child {
	border-left:1px solid #c5cfd8;
	padding-left:5px;	
}

a.icon {
	min-width:65px;
	padding: 0 2px;
	height:60px;
	display:inline-block;
	background-repeat:no-repeat;
	background-position:center;
	float:left;
	text-align:center;
	text-decoration:none;
	/*border-right:1px solid #c5cfd8;*/
	color:#003151;
}
a.icon.help {
	float: right;
}
a.icon:hover , a.icon.active {
	/*background-color:#dee4ea;*/
	background-color:#d7dee4;
	color:#1a6a98;

}
a.unselectable {
	color:#c0c4d0;
	cursor:default;
}
a.unselectable:hover {
	background-color:transparent;
	color:#c0c4d0;
}

a.compute { background-image:url('../images/icon.compute.png'); }
a.WhiteStack { background-image:url('../images/icon.WhiteStack.png'); }
a.overview { background-image:url('../images/icon.overview.png'); }
a.newserver { background-image:url('../images/icon.newserver.png'); }
a.icontab {
	border-right:2px solid #acacac;
}
.icon {
	min-width:71px;
	height:62px;
	float:left;
	text-align:center;
}
.iconpict {
	height:42px;
}
.iconfont {
	font-size:1.5em;
	margin-top:6px;
	margin-bottom:-3px;
	text-shadow:#fff 0 1px 0;
}
.iconfont.tiny {
	font-size: 0.8em;
}
.iconfont.danger {
	color:#2c0101;
}
.iconfont.smaller {
}
.iconfont.larger {
	font-size:1.8em;
	margin-top:2px;
	margin-bottom:-4px;
}
.iconfonttext {
	font-size:0.85em;
	letter-spacing:0.5px;
	margin-top:6px;
	margin-bottom:2px;
}
.icontext {
	height:20px;
	line-height:20px;
	font-size:0.8em;
}
.emboss { text-shadow:#fff 0 1px 0; }
.nouserselect, .nus {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	cursor:default;
}
#statusbar{
	clear:both;
	height:32px;
	border-top:1px solid #acacac;
}

.statusitem {
	display: inline-block;
	margin: 2px;
	padding: 4px;
	color:#8899bb;
	border-style: solid;
	border-width: 1px;
	border-color: #cccccc;
	border-radius: 5px;
	background-color: #eeeeee;
}


.status {
	margin-right:8px;
}
/* -----[ grid ]-------- */
.tablewrapper {
	clear:both;
	margin:auto;
}

.tablehead , .breadcrumbwrapper{
	border-bottom:1px solid #acacac;
	height:38px;
	line-height:38px;
	background-color:#f5f5f5;
}

.tablesearch {
	display:block;
	float:right;
	padding:10px 0 0 8px;
	background-image: url(../images/searchbar.200.png);
	background-repeat: no-repeat;
	background-position:8px 10px;
	height:27px;
	width:178px;
	padding-right:12px;
	border-right:1px solid #dedede;
}
.tablesearch input {
	border: medium none;
	background: none repeat scroll 0 0 transparent;
	margin-top:2px;
	margin-left:20px;
	width:141px;
	font-size:11px;
	padding:1px 0 0 0;
	float:left;
}

.clear_search {
	float:left;
	height:14px;
	width:14px;
	margin-top:3px;
	background-image: url(../images/searchbar.clear.png);
	background-repeat: no-repeat;
	background-position:0 0;
}


.tableheader ,.mailPaneGridHead{
	clear:both;
	border-bottom:1px solid #acacac;

	background-color:#ebeef0;
	height:28px;
}
.th , .thead {
	-moz-user-select: none;
    cursor: default;
    float: left;
    font-weight: normal;
    height: 26px;
    line-height: 26px;
    white-space: nowrap;
    border-left:1px solid #c5cfd8;
}
.th:first-child {
	border:none;
}
.thitem {
    padding-left:6px;
    padding-right:6px;
    color:#40506c;
}
.tablebody ,.mailPaneGridBody{
	overflow: auto;
	clear:both;
	min-height:200px;
	/*border-bottom:1px solid #acacac;*/
	background-color: #f5f5f5;
	font-size:0.90em;

}
.tablebody:focus {
	outline-style: none;
}
.bodycolumn {
	float: left;
	overflow: hidden;
    border-left:1px solid #c5cfd8;
	border-bottom:1px solid #c5cfd8;
    
}
.bodycolumn:first-child {
	border-left:none;
}

.alignright {
	text-align: right;
}

.bodyrow {
	cursor: default;
    height: 32px;
    line-height: 34px;
    overflow: hidden;
    white-space: nowrap;
	padding-left:6px;
	padding-right:6px;
}
.even, tr.even td {
	background-color:#f5f5f5;
}
.odd , tr.odd td{
	background-color:white;
}
.bodyrow.hover {
	background-color:#e4e8eb;
}
.tablebody .bodyrow.selected {
	background-color:#598198;
	color:white;
	cursor: pointer;
}
.tablebody:focus .bodyrow.selected {
	background-color:#1a6a98 !important;
}
.tablebody .bodyrow.selected[data-readonly="true"] {
	background-color:#e5e6e8 !important;
	color: inherit;
    cursor: default;
}
.tablebody:focus .bodyrow.selected[data-readonly="true"] {
	background-color:#dce0e8 !important;
}
.tablebody.noclicks .bodyrow.selected {
	background-color:#e5e6e8 !important;
	color: inherit;
    cursor: default;
}
.tablebody.noclicks:focus .bodyrow.selected {
	background-color:#dce0e8 !important;
}
.incorrect {
	color:#c02010;
	text-decoration: underline;
}
.emptytext {
	margin-top: 16px;
	margin-left: 16px;
}
.emptytext h1 {
	font-family: "Open Sans Light", sans-serif;
	color:#4d7995;
	font-size:2em;
	font-weight: normal;
}
input#focuscatch ,input.focuscatch{
	width:1px;
	font-size:0;
	height:1px;
	float:left;
	border:none;
	background-color:transparent;
	background-image:none;
	display:inline-box;
	margin:0;
	padding:0;
}

/* -----[ Error ] -------- */
#dialog-error-text blockquote {
	font-weight:bold;
}
.error-url {
	overflow-wrap: break-word;
	color:#bfc6d3; 
	font-size:11px;
}
/* -----[ Object info ]-------- */

.objectinfowrapper {
	background-color:#f5f5f5;
	overflow: auto;

}
#objectstore-columns:focus {
	outline-style: none;
}

#subobjects {
	padding:24px;
	border-top:1px solid #D6DCE1;
}

.mainobject {
	border-bottom:1px solid #acacac;
	background-color:white;
}

#console-div {
	margin-top: -18px;
	height: 100%;
}

.breadcrumb {
	margin-left: 16px;
	/*border-bottom:1px solid #c5cfd8;*/
	font-size:0.9em;
	letter-spacing:0.1px;
	display: inline-block;
}
.breadcrumb a:hover {
	text-decoration: underline;
}
.tempurlhead {
	font-family: 'interface';
	margin-right: 12px;
	-webkit-user-select: none; 
	-moz-user-select: none; 
	-ms-user-select: none; 
	-o-user-select: none;
	user-select: none;
}
.tempurlhead a {
	text-decoration: none;
}
.crumbhead {
	font-family: 'interface';
	margin-right: 12px;
	-webkit-user-select: none; 
	-moz-user-select: none; 
	-ms-user-select: none; 
	-o-user-select: none;
	user-select: none;
}

span.tabicon {
	font-family: 'interface';
	font-size: 10px;
}
.contenttab {
	background-color: #e8e8e8;
	padding-left: 8px; 
	padding-right: 8px; 
	margin-top: -2px; 
	float:right; 
	height: 40px; 
	border-left: 1px solid #888;
	border-right: 1px solid #eee;
	font-variant: small-caps;
	font-size: 16px;
	font-weight: bold;
	color: #999;
	border-bottom:1px solid #acacac;
}
.contenttab:hover {
	color: #666;
	background-color: #f0f0f0;
	cursor:pointer;
}
.contenttab.active {
	background-color: #fcfcfc; 
	color: #666;
	height: 41px;
	border-bottom: none;
}
.contenttab.active:hover {
	background-color: #fcfcfc;
	cursor:default;
}

#subobjects .infoBlock {
	margin-bottom:32px;
}
.infoBlockBody {
	margin-left:24px;
	
}
.infoBlockIcon {
	float: right;
	opacity: 0.1;
	margin-top: -16px;
	margin-right: 32px;
}
.infoBlockTitle {
	/*font-family: "HelveticaNeue-UltraLight","Helvetica Neue UltraLight","Helvetica Neue", Helvetica, Sans-serif;*/
	font-family: "Helvetica Neue Light", sans-serif;
	color:#4d7995;
	font-size:2em;
}
.infoBlockTitle a.ttficon {
	font-size:0.7em;
	vertical-align:middle !important;
	cursor:default;
}
.infoBlock table {
	
	font-size:0.9em;
	padding:0;
	margin:0;
}

td.key {
	text-align:right;
	padding:0 8px 0 0;
	margin-top: 4px;
	height: 31px;
	line-height: 18px;
	vertical-align: middle;
}
td.value {
	padding:0 4px 0 8px;
	margin-top: 4px;
	height: 31px;
	line-height: 18px;
	vertical-align: middle;
}
td.editable {
}
table.subObject {
	border-collapse:collapse;
	margin-top: 10px;
}
table.subObject.notop {
	margin-top: 0;
}
.table.subObject.smaller {
	font-size: 0.6em;
}
.table.subObject.tiny {
	font-size: 10px;
}
table.subObject th{
	text-align:left;
	font-weight:normal;
	-moz-user-select: none;
	padding:4px 8px;
	background-color:#ebeef0;	
	border:1px solid #c5cfd8;
}
table.subObject.smaller th{
	padding:2px 4px;
	font-size: 10px;
}
table.subObject.tiny th{
	padding:2px 4px;
	font-size: 10px;
	font-weight: bold;
}
table.subObject td {
	padding:4px 8px;
	text-align:left;
	border:1px solid #c5cfd8;
}
table.subObject.smaller td{
	padding:2px 4px;
}
table.subObject.tiny td{
	padding:2px 4px;
	font-size: 10px;
}
table tr td:first-child,
table tr th:first-child {
  border-left: 0;
}
table tr td:last-child,
table tr th:last-child {
  border-right: 0;
}

.noinfo {
	line-height:24px;
}

.server-confirm-resize {
	display: inline-block;
}

.server-confirm-resize img {
	cursor: pointer;
	cursor: pointer;
}	

.tablebody .server-confirm-resize {
	float: right;
	margin-right: 4px;
	margin-top: 4px;
}

.value .server-confirm-resize {
	margin-left: 4px;
	height: 6px;
	margin-bottom: 8px;
}

#dialogcontainer {
	position:absolute;
	top:80px;
	left:0;
	right:0;
	margin:0;
	z-index:9;
	text-align: center;
	width:100%;
}
#consolecontainer {
	position:absolute;
	top:63px;
	left:0;
	right:0;
	margin:0;
	z-index:9;
	text-align: center;
	width:100%;
	height:100%;
	display:none;
}
#consolecontainer .background {
	width: 100%;
	padding-top: 4px;
	margin-top: -18px;
	background-color: #cccccc;
	height: 20px;
}
#consolecontainer .background .floater {
	float: left;
	height: 20px;
}
.dialogbox {
	position:relative;
	text-align:left;
	display:inline-block;
	top:0;
	margin-left: auto;
	margin-right: auto;
	max-width: 520px;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 70px;
	padding-right: 70px;
	color:#04446D;
	border-style: solid;
	border-width: 1px;
	border-color: #04446d;
	border-radius: 5px;
	background-color: white;
	opacity:1;
	z-index: 10;
}
.dialogbox.dialogbusy {
	background-image: url(../images/login-throbber.gif);
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: relative;
}

.dialogtitle {
	/*font-family: "HelveticaNeue-UltraLight","Helvetica Neue UltraLight","Helvetica Neue", Helvetica, Sans-serif;*/
		font-family: "Open Sans Light", sans-serif;
	font-size: 2.8em;
	color:#426880;
}
.wizardpage {
	position: absolute;
	top: 80px;
	width: 520px;
	z-index: 15;
}
.wizardbuttons {
	position: absolute;
	bottom: 28px;
	width: 520px;
}

.hidden {
	display: none;
}
#loginform {
	display: none;
}

#loginprogress {
	display: none;
	position: fixed;
	top: 20%;
	width: 100%;
	text-align: center;
	font-family: "Open Sans Light",verdana,sans-serif;	
	opacity:0.8;
	font-size: 48px;
	color: #102040;
}

#loginprogress .smaller {
	font-size: 18px;
	color: #666f84;
}

.keypairicon {
	margin-bottom: -3px;
	margin-right: 6px;
	opacity: 0.7;
}

.gauge {
	width: 180px;
	height: 90px;
}

/* ----- [ ICONS from ICOMOON.IO ] -------*/


/* 
Use the following CSS code if you want to use data attributes for inserting your icons 
<span data-icon="&#xe003;">&nbsp;</span> 
*/
[data-icon]:before {
	font-family: 'interface';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	vertical-align:middle;
}

/*
 * Dropit v1.0
 * http://dev7studios.com/dropit
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* These styles assume you are using ul and li */
.dropit {
    list-style: none;
	padding: 0;
	margin: 0;
}
.dropit .dropit-trigger { position: relative; }
.dropit .dropit-submenu {
    position: absolute;
    top: 100%;
    left: 0; /* dropdown left or right */
    z-index: 1000;
    display: none;
    min-width: 150px;
    list-style: none;
	padding: 0;
	margin: 0;
}
.dropit.dropitwide .dropit-submenu {
	min-width: 250px;
}
.dropit .dropit-open .dropit-submenu { display: block; }

.menu {
	font-size:0.9em;
}

.menu ul { display: none; } /* Hide before plugin loads */
.menu ul.dropit-submenu {
    background-color: #fff;
    border: 1px solid #b2b2b2;
    padding: 3px 0;
    margin: -6px 0 0 1px;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.15);
       -moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.15);
            box-shadow: 0px 1px 3px rgba(0,0,0,0.15);
}       
.menu.usermenu ul.dropit-submenu {
	margin-left: -100px;
}   

.menu ul.dropit-submenu a {
    display: block;
    line-height: 25px;
    color: #7a868e;
    padding: 0 18px;
}
.menu ul.dropit-submenu a:hover {
    background: #248fc1;
    color: #fff;
    text-decoration: none;
}

a.btn {
  text-decoration: none;
}

.btn {
  display: inline-block;
  padding: 0px 6px;
  margin: 0 10px 0 0;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  text-deoration: none;
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, white, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, white, #e6e6e6);
  background-image: -o-linear-gradient(top, white, #e6e6e6);
  background-image: linear-gradient(to bottom, white, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #bbbbbb;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); }

.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  text-decoration: none; }

.btn:active,
.btn.active {
  background-color: #cccccc; }

.networklink {
  stroke: #aaa;
}

.iplink {
  stroke: #ccc;
  stroke-dasharray: 2,2;
}

.missinglink {
  stroke: #000;
  opacity: 0;
}

.networknode image.clickable {
  cursor:pointer;
}

.networknode text {
  pointer-events: none;
}

.graphclicked {
  fill: blue;
  text-decoration: underline;
}

.netmiddle {
  font: bold 10px sans-serif;
  text-anchor: middle;
}

.netnoalign {
  font: bold 10px sans-serif;
}

.netipaddr {
 fill: #888	;
 font: 9px sans-serif;
}

#networkgraph {
  position:absolute;
  top: 80px;
  bottom: 10px;
  left: 20px;
  right: 20px;
  overflow: auto;
  background:linear-gradient(225deg, #ebeef0 0%,#ffffff 100%);
  background-color:#ebeef0;
  border: 1px solid #acacac;
}

#networkgraph svg {
}

.progress-bar {
    background-color: #ececec;
    height: 16px;
    padding: 1px;
    padding-top: 0px;
    padding-bottom: 2px;
    width: 150px;
    margin-top: 8px;
    margin-right: 16px;
    border-radius: 1px;
    background-image: url('../images/pgsink.png');
    background-repeat: repeat-x;
}

.progress-bar span {
    display: inline-block;
    height: 16px;
    border-radius: 1px;
    transition: width .4s ease-in-out;    
    background-image: url('../images/pgback.gif');
    background-repeat: repeat-x;            
}

@keyframes animate-stripes {
    0% {background-position: 0 0;} 
    100% {background-position: 60px 0;}
}

.objectopenbutton {
	position: absolute;
	top: 50px;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.listicon {
	opacity: 0.85;
}

input.metawidget {
	font-size: 10px;
	background:transparent;
	color:#1a6a98;
	border: 1px dashed #c5cfd8;
	padding:4px;
	height: 12px;
}
input.metawidget.metakey {
	width:82px;
}
input.metawidget.widemeta.metakey {
	width:122px;
}	
input.metawidget.metavalue {
	width:142px;
}
input.metawidget.widemeta.metavalue {
	width:212px;
}

.objectinfohdr {
	font-variant: small-caps;
	font-size: 16px;
	font-weight: bold;
	color: #999;
}

.listselector {
	padding: 0px;
	width: 521px;
	height: 130px;
	overflow: none;
	border: 1px solid #999999;
	background-color: #f8f8f8;
}
.listselector.narrowlist {
	width: 411px;
	margin-top: 8px;
	margin-bottom: 8px;
}
.listselector .typelist {
    width: 150px;
    height: 130px;
    float: right;
    overflow: auto;
    border-left: 1px solid #666666;
	background-color: #f2f2f2;
}
.typelist .imagetype {
	background-color: #e8e8e8;
	width: 150px;
	height: 25px;
	border-top: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
	font-family: "Helvetica Neue Light", sans-serif;
	font-size: 18px;
	text-align: center;
	text-shadow: 0px 1px -1px #4d4d4d;
	font-variant:small-caps;
	margin-top: -2px;
	cursor: pointer;
}
.typelist .imagetype.selected {
	background-color: #B4BABF;
}
.typelist .imagetype.selected:before {
	content: "» ";
}
.typelist .imagetype.selected:after {
	content: " «";
}
.typelist .imagetype.selected:hover {
	background-color: #B4BABF;
}

.typelist .imagetype:hover {
	background-color: #e4e8eb;
	cursor: pointer !important;
}

.listselector .listobjects {
	width: 370px;
	height: 130px;
	display: block;
	overflow: auto;
}
.listselector.narrowlist .listobjects {
	width: 260px;
}

tr.listimage {
}

tbody tr.listimage:hover {
	cursor: pointer !important;
	background-color: #ADC1CC;
}

tbody:focus {
	outline: none;
	outline-color: transparent;
	outline-style: none;
}

table:focus {
	outline: none;
	outline-color: transparent;
	outline-style: none;
}

tbody:focus tr.listimage.selected {
	background-color: #4B6C80;
	color: #ffffff;
}

tbody tr.listimage.selected {
	background-color: #687780;
	color: #ffffff;
}

tbody:focus tr.listimage.selected:hover {
	background-color: #4B6C80;
	color: #ffffff;
}

tbody tr.listimage.selected:hover {
	background-color: #687780;
	color: #ffffff;
}

.flavor-disabled {
	opacity: 0.3;
}

.flavorspec {
	display: inline-block;
	border-radius: 3px;
	border: 1px solid #666;
	background-color: #f0f0f8;
	padding-left: 6px;
	padding-right: 6px;
	margin-left: 4px;
	margin-right: -2px;
	font-size: 10px;
	color: #666;
	overflow: visible;
}

.flavorspecimg {
	margin-top: -5px;
	margin-left: 8px;
	opacity: 0.85;
}

.flavorspecimg.leftmost {
	margin-left: 12px;
}

.errorinfo {
	margin-left: 32px;
	display: none;
}

.imagedesc {
	font-size: 11px;
	color: #666;
}

tr.listimage.selected .imagedesc {
	color: #ccc;
}

.aboutmarquee {
	width: 320px;
	font-size: 10px;
	color: #888;
}

.keycode {
	text-decoration: underline;
}

.consolelog {
	position: relative;
	top: 10px;
	left: 10px;
	right: 10px;
	margin-right: 40px;
	margin-top: 8px;
	opacity: 0.8;
	display: block;
	padding-left: 4px;
	padding-right: 4px;
	height: 360px;
	overflow-y: scroll;
	overflow-x: wrap;
	font-family: Monaco, Consolas, Courier, fixed;
	font-size: 11px;
	border: 1px solid #334;
	background-color: #fcfcfc;
	color: #222;
}

.rsrcgraph {
	font-size: 9px;
	background-color: #fcfcfc;
	border: 1px solid #666;
	width: 310px;
	height: 190px;
	margin: 8px;
	display: inline-block;
	overflow: hidden;
	padding: 0px;
	position: relative;
}

.rsrcgraph .graphtitle {
	position:absolute;
	bottom: 0px;
	color: #fcfcfc;
	background-color: #4d7995;
}

.rsrcgraph.busy {
	background-image: url(../images/login-throbber.gif);
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: relative;
}

.rsrcgraph.notavailable {
	background-color: #f2f2f2;
	background-image: url(../images/notavailable.png);
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: relative;
}

.rsrcgraph#cpu_util {
	width: 640px;
}
.rsrcgraph.dashrsrc {
	width: 340px;
	height: 150px;
}

.axis path,
.axis line {
  fill: none;
  stroke: #888;
  stroke-width: 1px;
  shape-rendering: crispEdges;
}

.line {
  fill: none;
  stroke: steelblue;
  stroke-width: 1.5px;
}

input#menu-project-search {
}
