.stageResizeContainer {
	position: absolute;
	top: 50px;
	left: 36px;
	bottom: 50px;
	right: 0;
	overflow: hidden;
}

.treeResizeContainer {
	overflow: hidden;
}

.ui-layout-column > .ui-splitbar, .ui-layout-row > .ui-splitbar {
	background: #999999;
}
.hide-divider > .ui-splitbar {
	visibility: hidden;
}

.animate-column, .animate-row{
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}

#nodeHeader {
	width: 100%;
	float: left;
	padding: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #333;
}

#nodeHeaderRight .row {
	line-height: 20px;
	width: 380px;
	margin-left: 0;
	margin-right: 0;
}

#nodeHeaderRight select {
	margin-left: 2px;
}

#nodeHeaderRight .datepicker-row {
	font-weight: normal;
	font-size: 14px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#nodeHeaderRight .short-row {
	line-height: 20px;
}

#nodeHeader strong {
	font-size: 1.2em;
	font-weight: bold;
}

#nodeHeader button {
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 4px;
	height: 28px;
	font-size: 14px;
	line-height: 16px;
}

#nodeHeaderLeft {
	color: #2E9F48;
	font-size: 18px;
	font-weight: bold;
	display: inline-block;
	margin-left: 5px;
}

#nodeHeaderRight {
	font-size: 12px;
	font-weight: bold;
	background-color: #ffffff;
	float: right;
}

#nodeHeaderRight  .input-group-btn {
	display: inline-block;
	position: relative;
	white-space: nowrap;
	font-size: 0;
	vertical-align: middle;
	width: 1%;
	height: 30px;
}

#nodeHeaderRight .datePicker {
	width: 160px;
}

#nodeHeaderRight .plain-text,
#nodeHeaderRight .plain-text label {
	font-weight: normal;
	font-size: 12px;
}

#nodeHeaderRight .plain-text label{
	font-weight: normal;
	font-size: 12px;
}

#nodeHeaderRight #fromLabel {
	width: 38px;
	text-align: right;
	float: left;
}
#nodeHeaderRight #toLabel {
	width: 32px;
	text-align: right;
	float: left;
}
#nodeHeaderRight .calendar-button {
	width: 25px;
	background-color: white;
	font-weight: bold;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	padding: 0;
}

#nodeHeaderRight .form-control:focus,
#nodeHeaderRight button:focus {
	border-color: #2e9f48;
}

#nodeHeaderRight input[type="text"] {
	width: 100px;
	height: 28px;
	padding: 0;
	text-indent: 5px;
	font-weight: normal;
	font-size: 12px;
	cursor: auto;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	float: left;
	background-color: transparent;
}

#nodeHeaderRight input[type="radio"] {
	margin: 0;
	vertical-align: middle;
	margin-right: 5px;
	margin-left: 56px;
}

#nodeHeaderRight .dropdown-menu table {
	 width: 300px;
}
#nodeHeaderRight .text-info {
	color: red;
}

#stageIframe {
	width: 100%;
	min-width: 700px;
}

.stageOverlay {
	position: absolute;
	top: 35px;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 100;
}

.stageIframeBuffer {
	position: absolute;
	top: 35px;
	left: 0;
	bottom: 0;
	width: 10px;
	z-index: 100;
}

#globalConfigDiv {
	width: 100%;
	min-width: 700px;
}
#deviceConfigDiv {
	bottom: 0;
	position: absolute;
	top: 35px;
	width: 100%;
}
#loader {
	background: url(/assets/img/spinner.gif?v=d89613c54b571457f3cf6e35af60ba9561f93dd9) center;
	background-repeat: no-repeat;
	display: inline;
	height: 500px;
	position: absolute;
	width: 100%;
}

/*#region Tile Layout*/

.tile {
	width: calc(50% - 20px);
	float: left;
}

.doubleTile {
	width: calc(100% - 20px);
}

.innerTile {
	width: calc(50% - 2px);
	min-width: 500px;
	display: inline-block;
	background-color: white;
	padding: 10px;
	vertical-align: top;
}

.tile, .doubleTile {
	display: inline-block;
	background-color: white;
	border: 1px solid lightgray;
	padding: 10px;
	margin: 10px;
	overflow: hidden;
	min-width: 520px;
}

.tile .titleBlock,
.doubleTile .titleBlock{
	padding: 10px;
	font-size: 14px;
	line-height: 28px;
	font-weight: bold;
	background-color: #F6F6F6;
	display: inline-block;
	width: 100%;
}

.tile .tileContents,
.doubleTile .tileContents{
	padding-top: 20px;
}

.tile .titleBlock .subTitle,
.doubleTile .titleBlock .subTitle {
	font-weight: normal;
}

.tile .titleBlock .controls, 
.doubleTile .titleBlock .controls{
	float: right;
	font-weight: normal;
}

.tile .titleBlock .control, 
.doubleTile .titleBlock .control{
	font-weight: normal;
	cursor: pointer; 
}

.tile .titleBlock .control.delete:hover, 
.doubleTile .titleBlock .control.delete:hover{
	color: rgb(255, 81, 81);
}

.tile .titleBlock .control:hover, 
.doubleTile .titleBlock .control:hover{
	color: #2E9F48;
}

.tile .titleBlock button, 
.doubleTile .titleBlock button{
	overflow: hidden;
	height: 30px;
}

.tile .titleBlock .right, 
.doubleTile .titleBlock .right{
	float: right;
}

.loaderDefault {
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.loaderOverride {
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

/*#endregion*/