
/*.nav, .pagination, .carousel, .panel-title a { cursor: pointer; }*/

html, 
body {
    height: 100%;
}

#menubarDiv {
    display: block;
	position: absolute;
    height: 50px;
	min-width: 500px;
    left: 0;    
    right: 0;
    top: 0;
	background-color: #2E9F48;
}
#navbarDiv {
    position: absolute;
    top: 50px;
    bottom: 0;
    left: 0;
    width: 36px;
    overflow: auto;
	background-color: #000000;
}
#awsccc-sb-ux-c #awsccc-sb-a #awsccc-cb-c {
	bottom: 50px !important;
	left: 36px !important;
}
#footerDiv {
	position: fixed;
	bottom: 0;
	left: 36px;
	height: 50px;
	width: 100%;
	background-color: #2E9F48;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	padding: 15px;
}
#footerDiv a{
	color: #FFFFFF;
}
#treeContainerDiv {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #FFFFFF;
	overflow-y: hidden;
}
#treeObjectDiv {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	overflow-y: auto;
	padding-top: 5px;
}
#treeWrapper {
	position: absolute;
	width: 100%;
	top: 0;
	bottom: calc(100% - 650px);
}
#detailsDiv {
	position: absolute;
	top: 650px;
	bottom: 0;
	width: 100%;
	overflow: auto;
	background-color: #F2F2F2;
}
#stageDiv {
    position: absolute;
	top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: auto;
	background-color: #ffffff;
}
#stageDivOverLay {
    position: absolute;
    top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.ngdialog.ngdialog-theme-default.confirm-ngdialog .ngdialog-content {
	width: 400px;
	height: 200px;
	position: absolute;
    top: calc(50% - 200px);
    left: calc(50% - 200px);
}

.confirm-dialog-contents {
	background-color: white;
	text-align: center;
	font-size: 14px;
	height: 100px;
}

.confirm-dialog .ngdialog-buttons {
	height: 50px;
}

.confirm-dialog .text-middle-shim {
	height: 100px;
    display: inline-block;
    vertical-align: middle;
}

.confirm-dialog .text-middle {
    display: inline-block;
	padding: 10px;
    max-height: 100px;
	overflow-y: auto;
    overflow-wrap: break-word;
	vertical-align: middle;
    width: calc(100% - 4px);
}