#dashboard {
	font-family: Verdana, Helvetica, Sans-Serif !important;
	font-size: 12px;
	color: #464646;
	margin: 0;
	height: 100%;
	min-width: 930px;
	width: 100%;
	padding: 10px;
	padding-bottom: 30px;
	
	white-space: normal;
	
	background: white;
}

#dashboard .title {
	font-weight: bold;
}

#dashboard .lined-caption {
	position: relative;
	height: 30px;
}

#dashboard .lined-caption .hr {
	width: 100%;
	border-top: 1px solid black;
	position: absolute;
	top: 13px;
}

#dashboard .lined-caption .caption {
    position: absolute;
    padding: 6px;
    background: white;
}

#dashboard .text-node {
    display: inline-block;
    margin-right: 10px;
}

#dashboard .graph-caption {
    margin-top: 11px;
}

#dashboard .graph-caption .value-label {
    float: right;
    font-size: 11px;
    padding-top: 2px;
}


#dashboard #SummaryVm .lined-caption .caption {
    font-size: 14px;
    padding-left: 0;
}

#dashboard #SummaryVm table {
	margin-top: 10px;
	margin-bottom: 20px;
	width: 100%;
}

#dashboard #SummaryVm table tr {
	vertical-align: top;
}

#dashboard #SummaryVm table tr th {
	font-weight: bold;
	text-align: left;
}

#dashboard #SummaryVm table tr > * {
    padding-left: 7px;
}

#dashboard #SummaryVm table tr td {
    border-left: 1px solid #e6e6e6;
    padding-top: 15px;
}

#dashboard #SummaryVm table tr > *:first-child {
	border-left: none;
	padding-left: 0;
	width: 230px;
}

#dashboard #SummaryVm .value {
    line-height: 20px;
    margin-top: 3px;
}

#dashboard #SummaryVm .value > * {
    vertical-align: bottom;
}

#dashboard #SummaryVm #IpList {
    width: 230px;
}

#dashboard #SummaryVm table .icon {
    margin-right: 4px;
}

#dashboard .icon {
	display: inline-block;
}

#dashboard .stars .icon {
    margin-right: 1px;
    margin-left: 1px;
}

#dashboard .filled-star-icon {
    width: 12px;
    height: 12px;
    background: url("images/different-icons.png") no-repeat 0px -36px;
}

#dashboard .halffilled-star-icon {
    width: 12px;
    height: 12px;
    background: url("images/different-icons.png") no-repeat 0px -48px;
}

#dashboard .empty-star-icon {
    width: 12px;
    height: 12px;
    background: url("images/different-icons.png") no-repeat 0px -24px;
}

#dashboard .info-icon.blue-color {
    width: 18px;
    height: 18px;
    background: url("images/commonstatus-icons.png") no-repeat 0px -72px;
}


#dashboard .thumbnail-summary {
	white-space: nowrap;
	width: 900px;
	margin: 0 auto;
}

#dashboard .thumbnail-summary > div {
    display: inline-block;
    margin-right: 26px;
    margin-bottom: 25px;
}

#dashboard .stackedbar-disks-block {
    width: 49%;
    display: inline-block;
	vertical-align: top;
}

#dashboard .vm-thumbnail-image {
    width: 49%;
    display: inline-block;
	vertical-align: top;
}

#dashboard .vm-thumbnail-image #thumb {
	width: 320px;
    height: 240px;
	margin: auto;
    text-align: center;
	cursor: pointer;
}

#dashboard .thumbnail-graph {
	border: 1px solid #d5d5d5;
	width: 198px;
	height: 125px;
}

#dashboard .stackedbar-disks-graph {
	border: 1px solid #d5d5d5;
	width: 436px;
	height: 240px;
}

#FooterBand {
    height: 60px;
	width: 100%;
	min-width: 930px;
    background-color: #3b98c3;
    color: white;
    display: inline-block;
    top: 0px;;
    font-family: Verdana, Helvetica, Sans-Serif !important;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	font-size: 12px;

}

#FooterBand .actions-bar-holder {
	float: left;
    display: inline-block;
    width: 100%;
    height: 60px;
    overflow: hidden;
    white-space: nowrap;
	padding: 0 242px;
}

#FooterBand .actions-bar {
    line-height: 60px;
	text-align: center;
}

#FooterBand .footer-button {
    display: inline-block;
    cursor: pointer;
    line-height: 60px;
    text-align: center;
    width: 80px;
}

#FooterBand .change-password-button {
	width: 110px !important;
}

#FooterBand .footer-button.disabled {
    pointer-events: none;
}

#FooterBand .footer-button > ul {
    line-height: normal;
    display: inline-block;
    vertical-align: middle;
}

#FooterBand .footer-button.disabled * {
	opacity: 0.6;
}

#FooterBand ul {
    margin: 0;
    padding: 0;
}

#FooterBand li {
    list-style: none;
}

#FooterBand i {
	display: inline-block
}

#FooterBand .start-action-icon,#FooterBand .resume-action-icon  {
    width: 20px;
    height: 20px;
    background: url("images/actions-icons.png") no-repeat 0px -220px;
}
#FooterBand .shutdown-action-icon {
    width: 20px;
    height: 20px;
    background: url("images/actions-icons.png") no-repeat 0px -260px;
}
#FooterBand .turnoff-action-icon {
    width: 20px;
    height: 20px;
    background: url("images/actions-icons.png") no-repeat 0px -280px;
}
#FooterBand .restart-action-icon {
    width: 20px;
    height: 20px;
    background: url("images/actions-icons.png") no-repeat 0px -200px;
}
#FooterBand .pause-action-icon {
    width: 20px;
    height: 20px;
    background: url("images/actions-icons.png") no-repeat 0px -140px;
}
#FooterBand .resume-action-icon {
    width: 20px;
    height: 20px;
    background: url("images/actions-icons.png") no-repeat 0px -220px;
}
#FooterBand .powershell-action-icon {
    width: 20px;
    height: 20px;
    background: url("images/actions-icons.png") no-repeat 0px -160px;
}

#FooterBand .expand-action-icon {
    width: 20px;
    height: 20px;
    background: url("images/actions-icons.png") no-repeat 0px -100px;
}

#FooterBand .edit-action-icon {
    width: 20px;
    height: 20px;
    background: url("images/actions-icons.png") no-repeat 0px -120px;
}

#FooterBand .ctrlaltdel-action-icon {
    width: 20px;
    height: 20px;
    background: url("images/actions-icons.png") no-repeat 0px -340px;
}

#FooterBand .edit-ip-action-icon, #FooterBand .save-action-icon {
    width: 20px;
    height: 20px;
    background: url("images/actions-icons.png") no-repeat 0px -80px;
}

#FooterBand .back-action-icon {
	width: 20px;
    height: 20px;
    background: url("images/actions-icons.png") no-repeat 0px -320px;
}

#FooterBand #Logo {
	position: absolute;
    display: inline-block;
    vertical-align:  top;
	margin-top: 14px;
    margin-left: 21px;
    margin-right: 17px;
}

#edit-network-adapter {
	font-family: Verdana, Helvetica, Sans-Serif !important;
	font-size: 12px;
	color: #464646;
	margin: 0;
	height: 100%;
	min-width: 930px;
	width: 100%;
	padding: 10px;
	padding-bottom: 30px;
	
	white-space: normal;
	
	background: white;
	
	.add, .delete {
		cursor: pointer;
	}
	
	.add {
		font-weight: bolder;
	}
	
	tr {
		float: right;
		clear: both;
	}
	
	td {
		font-size: 12px !important;
		padding: 8px !important;
		background: none !important;
		color: #333333 !important;
		border: none !important;
	}
	
	table {
		width: 100%;
	}
	
	.result {
		max-width: fit-content;
		margin-left: auto;
		margin-right: auto;
	}
	
	select, input {
		font-family: Verdana, Helvetica, Sans-Serif !important;
		border-radius: 4px !important;
		border-width: 0.8px !important;
		border-color: rgb(221, 221, 221) !important;
		border-style: solid !important;
		box-sizing: border-box;
		color: #333333 !important;
	}
	
	select {
		padding: 0px !important;
		overflow-y: auto;
	}
	
	input {
		padding: 7px 9px 8px 9px !important;
	}
	
	.column {
		vertical-align: top;
		display: inline-block;
		box-sizing: border-box;
		padding: 5px;
	}
	
	.network-adapter-names {
		width: 22%;
	}
	
	.ip-column {
		width: 47%;
	}
	
	.dg-column {
		width: 30%;
	}
}

.tooltip-holder {
	position: relative;
	display: inline-block;
}

.tooltip-holder .tooltip-wrapper {
	z-index: 10;
	position: relative;
	
	min-width: 120px;
	
	opacity: 0;
	transition: opacity 0.3s;
	
	visibility: hidden;
}

.tooltip-holder .tooltip-text {
	background-color: white;
	
	border: 1px solid #ddd;
	
	min-width: 120px;
	padding: 5px 0;
	border-radius: 3px;

	position: absolute;
	right: 107%;
	bottom: auto;
	top: -140px;
}

.tooltip-holder .tooltip-wrapper::after {
	position: absolute;
    display: block;
    content: " ";
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
	border: 1px solid #ddd;
	width: 14.14227125px;
    height: 14.14227125px;
    right: 102%;
	background: #fff;
    z-index: -1;
}

.tooltip-text > * {
    vertical-align: middle;
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.tooltip-text table {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	border-collapse: collapse;
}

.tooltip-text table tr td {
	padding-top: 0 !important;
	vertical-align: middle;
	border: 0;
}

.tooltip-text span {
    white-space: nowrap;
    overflow: hidden;
    padding: 0 8px;
    display: inline-block;
    line-height: 31px;
    width: 210px;
}

.tooltip-text b {
    white-space: nowrap;
    overflow: hidden;
    padding: 0 8px;
    display: inline-block;
}

.tooltip-text tr > td:first-child {
    text-align: left;
    width: 80px;
}

.tooltip-text tr > td:nth-child(2) {
    text-align: right;
}

.dialog-container {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,0.5);
}

.dialog {
	height: auto;
	width: 445px;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 1001;
	border: 0 !important;
	padding: 0 !important;
	background: white !important;
	font-family: Verdana, Helvetica, Sans-Serif !important;
    font-size: 12px !important;
	color: #333333;
	position: absolute;
	outline: 0;
	
	.result {
		width: 300px;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}
}

.dialog-header {
	background: #3b98c3 !important;
	padding: 0 !important;
	border: none !important;
	height: 44px !important;
	line-height: 44px !important;
	border-radius: 0 !important;
	position: relative;
	color: #333333;
	font-weight: bold;
}

.dialog-title {
	margin: 0 !important;
	width: 100% !important;
	text-align: center;
	font-size: 14px;
	vertical-align: middle !important;
	float: left;
	white-space: nowrap;
	overflow: hidden;
}

.ui-dialog-content {
	overflow: auto;
    width: auto;
    min-height: 0px;
    max-height: none;
    height: auto;
	padding-top: 23px !important;
    padding-right: 19px !important;
    padding-left: 19px !important;
    padding-bottom: 15px !important;
	position: relative;
    border: 0;
	background: white !important;
}

.ask-credentials-dialog table {
    width: 100%;
}

.dialog-input-container {
	width: 100%;
	background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
	margin: 0 !important;
	color: #333;
    font-weight: 400;
	box-sizing: border-box;
	-ms-content-zooming: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: none;
    -webkit-touch-callout: none;
    padding: 0;
    outline: 0;
    -webkit-print-color-adjust: exact;
}

.dialog-input {
	margin: 0;
    padding: 7px 9px 8px;
    background: rgba(0,0,0,0);
    color: #333;
    border-radius: 4px;
    min-height: 34px;
	-webkit-appearance: none;
    width: 100%;
    height: 100%;
    outline: 0;
    border: 0;
	user-select: text;
}

.button-pane {
	margin: 0 !important;
    height: 52px !important;
    padding: 0 !important;
    padding-right: 19px !important;
    padding-left: 19px !important;
    border: none !important;
	text-align: left;
}

.button-pane:before, .button-pane:after {
	content: "";
	display: table;
	border-collapse: collapse;
}

.button-pane:after {
	clear: both;
}

.button-set {
	float: right;
	width: 100%;
}

.ok-button.disabled {
	background: #d5d5d5 !important;
	cursor: auto;	
}

.ok-button {
	float: left;
	background: #3b98c3 !important;
	width: 195px;
    margin: 0 !important;
    height: 36px !important;
    border: none !important;
    color: white !important;
    border-radius: 0 !important;
	cursor: pointer;
}

.cancel-button {
	float: right;
	width: 195px;
    margin: 0 !important;
    height: 36px !important;
    border: none !important;
    background: #8b8b8b !important;
    color: white !important;
    border-radius: 0 !important;
	cursor: pointer;
}

#commandLine {
    border: 0 !important;
}

#commandLine .text-editor-container {
	background: #012456 !important;
	display: flex;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

#commandLine .text-editor-buttons {
	display: flex;
	width: auto;
	-webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-basis: content;
    -ms-flex-preferred-size: content;
    flex-basis: content;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#commandLine .text-editor-buttons > .text-editor-button {
    margin: 1px;
}

#commandLine .text-editor-buttons:first-child > .text-editor-button:last-child {
    margin-right: 0;
}

#commandLine .button-content {
    width: auto;
    overflow: hidden;
	padding: 7px 18px 8px;
	text-overflow: ellipsis;
    white-space: nowrap;
	line-height: 0;
	height: 100%;
    max-height: 100%;
}

#commandLine .button-text {
    font-family: monospace !important;
    color: white;
	opacity: .5;
	line-height: normal;
	display: inline;
    vertical-align: middle;
}

#commandLine .button-content:after {
    display: inline-block;
    position: relative;
    height: 100%;
    content: '';
    vertical-align: middle;
    font-size: 0;
}

#commandLine .texteditor-input-container {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
	width: 100%;
}


#commandLine input {
	background: #012456 !important;
	color: white;
	line-height: 1.35715;
	margin: 0;
    padding: 7px 9px 8px;
    border-radius: 4px;
    min-height: 34px;
	-webkit-appearance: none;
    width: 100%;
    height: 100%;
    outline: 0;
    border: 0;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

#output {
	border: 0 !important;
	outline: 0 !important;
	padding: 7px 9px 8px;
	width: 100%;
    height: 636px;
}

#psContainer {
	box-sizing: border-box;
	margin: auto;
    width: 870px;
    background-clip: content-box;
	display: flex;
	flex-direction: column;
}

.invisible {
	display: none;
}

.error {
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 8px;
}