.t-Body-actions, .t-Body-content, .t-Body-main, .t-Body-nav, .t-Body-nav .t-TreeNav, .t-Body-side, .t-Body-title, .t-Button.t-Button--header, .t-Header{
	transition:all 0s;
}

body,
.t-Body,
#wwvFlowForm,
body .ui-widget{
	font-family:"Open Sans",sans-serif;
}

.hide{display:none !important;}
.strong{font-weight:bold !important;}
.opphort,
.utgatt{text-decoration:line-through;}
.obsobs{color:#EE0000 !important; font-weight:bold !important;}

.uppercase{text-transform:uppercase;}
.text-right{text-align:right;}
.text-center{text-align: center;}
.width-100{width:100%;}

.t-Header-logo-link{
	color:inherit;
	font-weight:bold;
}
.t-Header-logo-link img{
	box-shadow:inset 0 0 19px #909090;
	border-radius:3px;
	background-color:#fff;
}

/*.is-hover {background-color: #054C73 !important;}*/

.js-navCollapsed .t-TreeNav .a-TreeView-node--topLevel>.a-TreeView-content.is-hover .a-TreeView-label {
	visibility: visible;
	left: 48px;
	padding: 0 16px;
	width: auto;
	background-color: #006699; /* This would be your primary color */
}

.apex-side-nav.js-navCollapsed .t-Body-nav
, .apex-side-nav.js-navCollapsed .t-Body-nav .t-TreeNav {
    z-index: 999; /* Make it appear on top of the page content */
}

#t-TreeNav span.fa:empty {
  min-width: 0;
}

#t_Header{
	background-color: #069;
}
.t-Header-branding {
	height: 48px;
	background-color: #069;
}
.t-Body-nav {
    background-color: #0a4c7b;
}
#t_TreeNav {
    background-color: #0a4c7b;
}
.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-row.is-current,
.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-row.is-selected,
.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-row.is-current--top.is-selected {
    background-color: #065682;
}
.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-row.is-hover {
    background-color: #065f90 !important;
}
.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-row.is-current--top,
.t-TreeNav .a-TreeView-node--topLevel.is-collapsible > .a-TreeView-row,
.t-TreeNav .a-TreeView-node--topLevel ul {
    background-color: #054c73;
}
.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-row.is-hover {
    background-color: #065f90 !important;
}
.t-Footer-apex{display:none;}