html p {
  font-size: 12px;
}
body {
  padding: 0px;
  margin: 0px;
  overflow: auto;
  font-family: "source sans pro" !important;
}
p {
  margin: 3px;
}
/*=Header containers
---------------------------------------------*/

#bannerWrapper {
  width: 100%;
  min-width: 1900px;
  border-bottom: 4px solid #02a4ff;
}
#bannerWrapper #bannerContent {
  background: white;
  max-width: 1900px;
  display: block;
  display: flex;
  flex-direction: row;
}
#bannerWrapper ul.menuGroup.menuGroupLeft {
  justify-content: flex-start;
}
#bannerWrapper ul.menuGroup.menuGroupCenter {
  justify-content: center;
}
#bannerWrapper ul.menuGroup.menuGroupRight {
  justify-content: flex-end;
}
#bannerWrapper #sgLogo {
  height: 44px;
  margin: 4px;
}
#bannerWrapper ul.menuGroup {
  height: 48px;
  line-height: 48px;
  display: flex;
  flex: 1;
}
#bannerWrapper ul.menuGroup > li {
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  user-select: none;
  white-space: nowrap;
}
#bannerWrapper ul.menuGroup .menuItem {
  /*padding: 0 10px;*/
  position: relative;
  transition: all 0.3s;
  color: #333333;
}
#bannerWrapper ul.menuGroup .menuItem .menuItemContent {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #333333;
  padding: 0 10px;
  height: 48px;
  display: inline-block;
}
#bannerWrapper ul.menuGroup .menuItem .glyphicon {
  font-weight: normal;
  margin-left: 2px;
  font-size: 13px;
}
#bannerWrapper ul.menuGroup .menuItem .glyphicon-chevron-up {
  display: initial;
}
#bannerWrapper ul.menuGroup .menuItem .glyphicon-chevron-down {
  display: none;
}
#bannerWrapper ul.menuGroup .menuItem .menuItemChildren {
  display: none;
  background: white;
  line-height: 24px;
  position: absolute;
  left: 0px;
  z-index: 99999;
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
#bannerWrapper ul.menuGroup .menuItem .menuItemChildren .menuItem {
  padding: 0;
}
#bannerWrapper ul.menuGroup .menuItem .menuItemChildren .menuItem .menuItemContent {
  line-height: 36px;
  height: 36px;
  display: block;
  padding: 2px 32px 2px 10px;
}
#bannerWrapper ul.menuGroup .menuItem .menuItemChildren .menuItem span:hover {
  background: whitesmoke;
}
#bannerWrapper ul.menuGroup .menuItem.active {
  background: whitesmoke;
}
#bannerWrapper ul.menuGroup .menuItem.active .glyphicon-chevron-up {
  display: none;
}
#bannerWrapper ul.menuGroup .menuItem.active .glyphicon-chevron-down {
  display: initial;
}
#bannerWrapper ul.menuGroup > .menuItem.navigatedPage:after {
  content: '';
  display: block;
  position: relative;
  width: 100%;
  margin: 0 10px;
  box-sizing: border-box;
  height: 2px;
  padding: 0 10px;
  background-color: #333333;
  border-radius: 2px;
  top: -8px;
  left: -10px;
}
#bannerWrapper ul.menuGroup .menuItem.navigatedPage .navigatedPage .menuItemContent {
  background: #e5e5e5;
}
#bannerWrapper .menuItem > ul {
  display: none;
}
#bannerWrapper .menuItem .menuItemChildren {
  display: none;
  position: relative;
}
#bannerWrapper #mobileMenuButton {
  display: none;
  width: 48px;
  height: 48px;
  color: #333333;
  line-height: 48px;
  text-align: center;
  font-size: 21px;
  margin-left: 6px;
}
#bannerWrapper #mobileMenuButton.active {
  background: whitesmoke;
}
#bannerWrapper ul .menuGroup.menuGroupRight span {
  font-size: 14px;
  font-weight: bold;
}
#bannerWrapper ul .menuGroup.menuGroupRight span a {
  color: red;
}
#bannerWrapper .loginname {
  text-transform: capitalize;
  padding: 0 4px 0 0;
}
#bannerWrapper .logout {
  padding: 0 8px 0 4px;
}
#bannerWrapper .newMenuItem:after {
  content: 'New';
  color: #2fb3e8 !important;
  float: right;
}
.bannerFooter {
  position: relative;
}
.bannerFooter #menuBreadcrumb {
  height: 22px;
  padding: 4px 12px 0;
  letter-spacing: 0.5px;
  font-size: 14px;
  color: #333333;
}
.bannerFooter #mobileMenuWrapper {
  display: none;
}
.bannerFooter #mobileMenu {
  width: 100%;
  padding: 0 0 8px;
  display: none;
  background: white;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
  box-shadow: 0px 2px 4px -1px transparent, 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.bannerFooter #mobileMenu li {
  cursor: pointer;
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  user-select: none;
  display: block;
}
.bannerFooter #mobileMenu .navigatedPage > .menuItemContent {
  background: #e5e5e5;
}
.bannerFooter #mobileMenu .navigatedPage,
.bannerFooter #mobileMenu .navigatedPage .navigatedPage {
  background: #e5e5e5;
}
.bannerFooter #mobileMenu .menuItem {
  padding: 0;
  position: relative;
  transition: all 0.3s;
  color: #333333;
}
.bannerFooter #mobileMenu .menuItem .menuItemContent {
  padding: 4px 6px 4px 16px;
  display: block;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #333333;
  line-height: 28px;
}
.bannerFooter #mobileMenu .menuItem .glyphicon-chevron-up {
  display: initial;
}
.bannerFooter #mobileMenu .menuItem .glyphicon-chevron-down {
  display: none;
}
.bannerFooter #mobileMenu .menuItem .menuItemChildren {
  display: none;
  background: white;
}
.bannerFooter #mobileMenu .menuItem .menuItemChildren .menuItem {
  padding-left: 12px;
}
.bannerFooter #mobileMenu .menuItem:hover {
  background: whitesmoke;
}
.bannerFooter #mobileMenu .menuItem.active {
  background: whitesmoke;
}
.bannerFooter #mobileMenu .menuItem.active .glyphicon-chevron-up {
  display: none;
}
.bannerFooter #mobileMenu .menuItem.active .glyphicon-chevron-down {
  display: initial;
}
.bannerFooter #mobileMenu .menuItem.active .menuItemChildren {
  display: block;
}
.bannerFooter #mobileMenu .newMenuItem:after {
  content: 'New';
  color: #2fb3e8 !important;
}
#headerWrapper {
  display: none;
  margin-top: 32px;
  height: auto;
  width: 100%;
  min-width: 1900px;
  background: #e9ebdf;
  background: linear-gradient(to bottom, #e9ebdf, white);
  position: relative;
  z-index: 300;
  clear: both;
  border-bottom: 1px solid #cccccc;
}
#headerWrapper #headerContainer {
  height: 70px;
  max-width: 1900px;
  overflow: visible;
  position: relative;
}
#headerWrapper #headerContainer #mainLogo {
  width: 160px;
  margin: 14px 22px 0 0px;
  float: left;
}
#headerWrapper #headerContainer #mainLogo img {
  height: inherit;
  width: inherit;
  padding: 0px 10px;
}
#headerWrapper .divHeader {
  min-width: 290px;
}
#headerWrapper .desktopInboxContainer {
  display: inline-block;
}
#headerWrapper .inboxContainer {
  margin-right: 14px;
  display: inline-block;
  position: relative;
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  user-select: none;
}
#headerWrapper .inboxContainer .inboxButtonWrapp {
  cursor: pointer;
}
#headerWrapper .inboxContainer .inboxButtonWrapp:active .btnIcon {
  background: #cceaf6;
}
#headerWrapper .inboxContainer .inboxLabel {
  margin-right: 8px;
  color: #aaaaaa;
  display: none;
}
#headerWrapper .inboxContainer .inboxLabel:after {
  content: '...';
}
#headerWrapper .inboxContainer .btnIcon {
  padding: 0px 8px 0.5px 8px;
  color: #6f6961;
  background: #a2ddf5;
  border-radius: 5px;
  display: inline-block;
  cursor: pointer;
  position: relative;
  z-index: 5;
}
#headerWrapper .inboxContainer .btnIcon .wave {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  background: none;
  /*border: 2px dotted #fc0;*/
  background: #ffcc00;
  border-radius: 15px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -5;
}
#headerWrapper .inboxContainer .btnNoti.active {
  background: #ffcc00;
}
#headerWrapper .inboxContainer .notiNewItems {
  display: none;
}
#headerWrapper .inboxContainer .notiTick {
  padding: 0 1px 0 1px;
  /*border-right: 1px dashed #999;*/

}
#headerWrapper .inboxContainer .glyphicon {
  margin: 0;
  position: relative;
  top: 2px;
  margin-left: 2px;
}
#mobileHeaderContainer {
  display: none;
  height: 49px;
  background: linear-gradient(to bottom, #e9ebdf, white);
  border: 0;
  position: relative;
}
#mobileHeaderContainer #mobileNenaLogo {
  float: left;
  height: 40px;
  margin: 5px 0 0 16px;
}
#mobileHeaderContainer #mobileNenaLogo img {
  height: inherit;
}
#mobileHeaderContainer .inboxContainer {
  float: right;
  margin: 13px 8px 0 0;
  cursor: pointer;
}
#mobileHeaderContainer .inboxContainer .btnIcon {
  height: 20px;
  font-size: 14px;
  margin-right: 1px;
}
#mobileHeaderContainer .inboxContainer .btnIcon.active {
  background-color: #ffcc00;
}
#mobileHeaderContainer .inboxContainer .inboxLabel {
  font-size: 14px;
  display: none !important;
}
#mobileHeaderContainer .inboxContainer:active .btnIcon {
  background: #cceaf6;
}
#mobileHeaderContainer .mobileContent {
  width: 100%;
  top: 50px;
}
#mobileHeaderContainer .mobileContent ul {
  height: auto;
  padding: 10px 20px 28px 25px;
  font-size: 14px;
}
#mobileHeaderContainer .mobileContent ul li br {
  display: block;
}
#mobileHeaderContainer .mobileContent ul li.notiPdf a:after {
  content: "Download pdf";
}
#mobileHeaderContainer .mobileContent ul li.notiLink a:after {
  content: "Open new tab";
}
#mobileHeaderContainer .mobileContent ul li.notiText a:after {
  content: "Pop-up message";
}
#mobileHeaderContainer .mobileContent ul li.newItem:before {
  display: inline;
  top: 13px;
}
#mobileHeaderContainer .mobileContent ul li a:after {
  display: inline-block;
}
#mobileHeaderContainer .mobileContent ul a {
  cursor: pointer;
  margin: 0;
  padding: 6px 0;
  text-decoration: none;
  color: #35b3e4;
  display: inline-block;
}
#mobileHeaderContainer .mobileContent ul a:before {
  display: inline-block;
  margin: 0 8px 0 0;
}
#mobileHeaderContainer .mobileContent ul a:after {
  letter-spacing: 0.5px;
  font-size: 12px;
  display: inline-block;
  text-decoration: none;
  color: #d3d5c9;
}
#mobileHeaderContainer .mobileContent ul a:hover,
#mobileHeaderContainer .mobileContent ul a:active {
  text-decoration: underline;
}
#mobileHeaderContainer .mobileContent:after {
  display: none;
}
#mobileHeaderContainer .notificationContent {
  position: absolute;
  display: none;
  top: 50px;
  right: 0;
  padding: 6px 0px 0;
  font-size: 15px;
  width: 100%;
  background: #fffffe;
  border-bottom: 1px solid #cccccc;
}
#mobileHeaderContainer #btnMobileMenu {
  float: right;
  height: 20px;
  width: 20px;
  /*background-image: url("https://static.nena.no/images/icons/menuIcon.png");*/
  padding: 14px 15px;
  margin: 0 0 4px 0;
  cursor: pointer;
}
#mobileHeaderContainer #mobileDropDown {
  position: absolute;
  display: none;
  top: 50px;
  right: 0;
  padding: 6px 0px 0;
  font-size: 15px;
  width: 100%;
  background: #fffffe;
}
#mobileHeaderContainer #mobileDropDown .ulMddPClicked {
  font-weight: bold;
}
#mobileHeaderContainer #mobileDropDown #ulMdd {
  margin: 4px 0 4px 0;
  padding: 0;
  border-bottom: 1px solid #cccccc;
}
#mobileHeaderContainer #mobileDropDown #ulMdd hr {
  border: none;
  border-top: 1px dashed #cccccc;
  margin: 3px 0 1px;
}
#mobileHeaderContainer #mobileDropDown #ulMdd a,
#mobileHeaderContainer #mobileDropDown #ulMdd p {
  width: auto;
  padding: 8px 24px;
  margin: 0;
  background-clip: content-box;
  font-size: 14px;
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  position: relative;
}
#mobileHeaderContainer #mobileDropDown #ulMdd a {
  text-decoration: none;
  color: #35b3e4;
}
#mobileHeaderContainer #mobileDropDown #ulMdd a:after,
#mobileHeaderContainer #mobileDropDown #ulMdd p:after {
  content: '';
  height: 1px;
  width: 100%;
  display: inline;
  border-top: 1px solid black;
  position: absolute;
  top: 50%;
  z-index: -1;
}
#mobileHeaderContainer #mobileDropDown #ulMdd img {
  display: inline-block;
  margin: 6px 0 0 5px;
}
#mobileHeaderContainer #mobileDropDown #ulMdd p:hover {
  font-weight: bold;
}
#mobileHeaderContainer #mobileDropDown #ulMdd a:hover {
  text-decoration: underline;
  color: #35b3e4;
}
#mobileHeaderContainer #mobileDropDown #ulMdd a:visited {
  color: #35b3e4;
}
#mobileHeaderContainer #mobileDropDown #ulMdd li {
  background: #fffffe;
  overflow: auto;
  margin: 0;
  overflow: hidden;
}
#mobileHeaderContainer #mobileDropDown #ulMdd li ul {
  display: none;
}
#mobileHeaderContainer #mobileDropDown #ulMdd li ul li {
  margin-top: 0;
  margin-bottom: 0;
}
#mobileHeaderContainer #mobileDropDown #ulMdd li ul li a {
  padding-left: 48px;
  margin-top: 0;
  margin-bottom: 0;
}
#mobileHeaderContainer #mobileDropDown .logout {
  margin: 0;
}
#Content {
  min-height: 600px;
  width: 1880px;
  margin: 10px 10px 0;
  padding-bottom: 10px;
  display: block;
  overflow: visible;
  clear: both;
  font-size: 12px;
}
#inner-content-responsive {
  margin-left: 20px;
}
/* = Navigations
-----------------------------------------*/

#desktopBannerNavContainer {
  float: left;
  margin-left: 4px;
  margin-right: -4px;
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  user-select: none;
}
#desktopNavContainer {
  width: 250px;
  height: 32px;
  margin-top: 26px;
  padding: 0px;
  background-color: white;
  border-top: none;
  border-left: none;
  position: relative;
  cursor: pointer;
}
#titleCrumbParent {
  width: auto;
  margin: 0;
  padding: 0 0 0 12px;
  float: left;
  color: #8f9186;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0.5px;
}
#btnDesktopNav {
  width: 15px;
  height: 15px;
  padding: 8px;
  position: absolute;
  right: 0;
}
#ulDesktopNav {
  width: 250px;
  margin: 0;
  padding: 0;
  background: white;
  list-style: none;
  position: absolute;
  left: 0px;
  top: 31px;
  z-index: 700;
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  user-select: none;
}
#ulDesktopNav hr {
  border: none;
  border-top: 1px dashed #cccccc;
  margin: 3px 0 1px;
}
#ulDesktopNav a,
#ulDesktopNav p {
  padding: 4px 12px 4px 12px;
  margin: 0;
  font-size: 14px;
  cursor: pointer;
  display: block;
  letter-spacing: 0.5px;
}
#ulDesktopNav p {
  display: block;
  color: #8f9186;
}
#ulDesktopNav a {
  text-decoration: none;
  color: #35b3e4;
}
#ulDesktopNav img {
  display: inline-block;
  margin: 4px 0 0 5px;
  float: right;
}
#ulDesktopNav a:hover {
  text-decoration: underline;
  color: #35b3e4;
}
#ulDesktopNav a:visited {
  color: #35b3e4;
}
#ulDesktopNav li {
  background: white;
  overflow: visible;
  margin: 0;
  position: relative;
  background: #fffffe;
}
#ulDesktopNav li ul {
  display: none;
  background: white;
  position: absolute;
  width: 100%;
  top: 0;
  left: 100%;
  list-style: none;
  padding: 0;
}
#ulDesktopNav li ul li {
  margin-top: 0;
  margin-bottom: 0;
}
#ulDesktopNav li ul li a {
  padding: 0 8px 0 16px;
  margin-top: 0;
  margin-bottom: 0;
  height: 26px;
  line-height: 26px;
}
#ulDesktopNav li:hover {
  background-color: #f6f7f2;
}
#ulDesktopNav li .menuItemDisabled {
  color: #bababa;
}
#ulDesktopNav li .menuItemAfterText {
  position: absolute;
  right: 12px;
  top: 6px;
  color: red;
}
#labelSiteParent {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 1px;
  color: #cacebe;
  margin: 8px 0 0 8px;
  width: 400px;
  cursor: default;
}
.aCurrentPage {
  text-decoration: underline;
}
#contextNavContainer {
  height: 100%;
  width: 75%;
  float: left;
  margin: 0 0 0 16px;
  line-height: 17px;
  position: relative;
}
#contextNavContainer #ulContextNav {
  width: 100%;
  margin: 24px 0 0px 12px;
  padding: 0;
  bottom: 4px;
  position: absolute;
  top: 10px;
}
#contextNavContainer #ulContextNav li {
  list-style: none;
  display: inline;
  float: left;
  margin: 0 16px 0 0;
}
#contextNavContainer #ulContextNav li a {
  text-decoration: none;
  color: #8f9186;
  padding: 2px 8px;
  padding: 2px 4px;
  font-size: 14px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  /*
                padding: 2px 8px;
                font-size: 16px;
                letter-spacing: 1px;
                text-transform: uppercase;
                */

}
#contextNavContainer #ulContextNav li a:hover {
  color: #2fb3e8 !important;
  text-decoration: none;
}
#contextNavContainer #ulContextNav li .aCurrentPage {
  letter-spacing: 1px;
  color: #2fb3e8;
}
.newPage {
  color: #ff4422 !important;
}
/**************************************/

/*          NAV MENU  END            */

/************************************/

/* Banner toolbar start
----------------------------------------------*/

/*#bannerToolbar {
    position: absolute;
    right: 36px;
    top: 4px;
    margin: 4px 0px 10px 0;
    //color: #888;
    font-size: 13px;


    .loginname {
        color:@bodyFontColor;
        text-transform: capitalize;
        font-size:13px;
    }

    a, p {
        display:inline;
    }

}

.aLoggedInAs, .logout, .aAdministrator {
    margin: 0 6px;

    .glyphicon {
        margin: 0 0 0 2px;
        position: relative;
        top: 2px;
    }
}

.aLoggedInAs:hover, .logout:hover, .aAdministrator:hover {
    color: inherit;
}


.aLoggedInAs {
}

.aAdministrator {
}

.logout {
    font-family: inherit !important;
    font-style: normal !important;
    margin-right: 0;
}


#mobileHeaderContainer {
}*/

/* Banner toolbar End
----------------------------------------------*/

#wideFooter {
  width: 1880px;
  margin: 14px 10px 4px 10px;
  border-top: 2px dotted #cccccc;
  font-size: 14px;
}
#f1,
#f2 {
  color: #004077;
}
#f1 {
  float: left;
}
#f2 {
  float: right;
}
/****   OTHERS      ****/

.consumptionInfo,
.infoBox {
  float: left;
  width: 400px;
  color: #888888;
  margin-top: 20px;
  margin-left: 20px;
  border-left: 1px solid #aaaaaa;
  padding-left: 10px;
  padding-top: 10px;
  min-height: 200px;
}
/* Article that looks like the outside design
    */

.articleOutsideDesign h1 {
  font-weight: 300;
  color: #004077;
  font-size: 38px;
  margin-top: 0px;
  margin-bottom: 16px;
  background-image: none;
}
.articleOutsideDesign p strong {
  font-weight: 400;
}
.articleOutsideDesign p,
.articleOutsideDesign label {
  font-size: 18px;
  color: #004077;
  font-weight: 300;
}
.articleOutsideDesign a {
  color: #74c7e8;
}
