@charset "UTF-8";

html {
	height: 100%;
}


	
body {
	height: 100%;
	min-height: 100%;
}

html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{
	margin: 0;
	padding: 0;
}

.rootPanel{
	min-width: 1240px;
/*	overflow: hidden;*/
}

.fpDashboardPanel .DashBoardLeftColumn{
	border-top: 0 none;
	border-right: 0 none;
	position: relative;
	width: 55%;
	float: left;
}

.fpDashboardPanel .DashBoardRightColumn{
	position: relative;
	width: 45%;
	float: left;
	height: calc(100vh - 60px);

}

.wrapper {
	position: relative;
	height: 100%;
	margin: 0 auto -35px;
}

.DashBoardWrapper {
	height: 100%;
}

.fpDashboardPanel{	
	position: relative;
	height: 100%;
	width: 100%;
}

.ContextView {
	position: relative;
	height: 100%;
}

.ContextViewVerticalTabPanelWrapper {
	position: relative;
	height: 100%
	
}

.contextViewVerticalTabPanel {
	position: relative;
	height: 100%;
}

.ContextVerticalTabPanelContentWrapper {
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
}


.ContextVerticalTabPanelNavigationContainer {
	position: relative;
	float: left;
	margin-left: -100%;
	/* tkj 03.05.2024 changed to white background color
	background-color: #EAEAEA;
	*/
	background-color: #FFFFFF;
}

.contextViewVerticalTabPanel .gwt-TabBarItem-wrapper {
	cursor: pointer;
	background-color: #FFFFFF;
	width: 40px;
	font-weight: normal;
	border-top: 0px;
	margin-right: 10px;
}

.contextViewVerticalTabPanel .gwt-TabBar .gwt-TabBarItem{
	width: 36px;
	border-style: solid;
	border: 2px;
	border-color: #29004A;
	border-radius: 5px;
	margin: 3px 2px 3px 2px;
	padding:5px 0px 5px 0px;
}


.contextViewVerticalTabPanel .gwt-TabBar {
	padding: 0px;
}

.contextViewVerticalTabPanel .tabLabel {
	display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    /* tkj 03.05.2024: this setting also affects summary tabs
    height: 32px; */
	padding:5px 2px 5px 2px;
}

.contextViewVerticalTabPanel .tabbedDeckPanel {
	margin-left: 50px;
	padding-left: 4px;
}

.contextViewVerticalTabPanel .tabbedDeckPanel .row {
	margin: 0px;
	overflow-x: hidden;
}

.contextViewVerticalTabPanel .termSummaryContent .TermInfoWidgetHeader {
	background-color: #EEEEEE;
	font-weight: bold;
	font-size: 14px;
	cursor: pointer;
	margin-top: 2px;
	display: block;
	border-radius: 7px;
	height: fit-content;
}

.myPageVerticalTabPanel {
	width: 100%;
	display: flex;
	height: 100%;
}

.contextViewDocumentPanel {
	padding: 5px;
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 5px;
}

.termSummaryContent {
	margin-top: 10px;
}

.termSummaryContent p{
	margin-top:5px;
	margin-bottom:5px;
}

.termSummaryContent li{
	margin-left: 20px;
}

.termSummaryContent .tabBar .tabLabel {
	width: 120px !important;
	padding: 3px 0px 0px 0px !important;
}

.tabTermSummaryContent {
	margin-top: 10px;
}

.nodePanelInner .middle {
	height : 36px;
	color : white;
	font-size : 14px;
	white-space : nowrap;
	line-height : 36px;
	vertical-align : middle;
	text-align : center;
	align-content : center;
	padding-left : 10px;
}

.nodePanelInner .logo {
	width : 25px;
}

.footerPanelInner {
	text-align : center;
	padding-top : 7px;
	padding-bottom : 5px;
	border-top : solid;
	margin-top : 5px;
}
