.appcontainer {
  display: flex;
}
@media (max-width: 768px) {
  .appcontainer {
    display: block;
  }
}
.pagecontent, .loginpagecontent {
  position: relative;
}
.loginpagecontent .container {
  text-align: center;
  padding: 0 0.5rem;
}
.appcontent {
  padding: 0 0.5rem;
}
@media (min-width: 769px) {
  .appcontent {
    flex-grow: 1;
  }
}
.loginpagecontent {
  margin-left: auto;
  margin-right: auto;
}
.header {
  height: 52px;
  position: relative;
  left: 0;
  right: 0;
}
.header, .header-background {
  background: #3774b8;
}
.header, .header-color {
  color: white;
}
@media (min-width: 769px) {
  .bodylogin .topmenu {
    margin-bottom: 2rem;
  }
}
.logo {
  height: 41px;
  width: 150px;
  background: url(../images/logo_portal22.png) no-repeat right bottom;
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 5px;
}
.apptitle {
  position: absolute;
  top: 5px;
  left: calc(1rem + 32px);
  font-size: 1.2rem;
  text-transform: uppercase;
}
.apptitletext {
  display: block;
  margin: 10px 0;
  vertical-align: middle;
}
.userlogo {
  position: absolute;
  right: 10px;
  top: 5px;
}
.header-button {
  display: inline-block;
  width: 32px;
  height: 32px;
  text-align: center;
  vertical-align: middle;
}
.header-button:hover {
  border: solid 1px;
}
#menu-expand-button {
  position: absolute;
  top: 12px;
  left: 0.5rem;
}
.userpanel {
  background: white;
  margin: 0 10px 0 10px;
  padding: 8px 0 8px 10px;
  border-bottom: 1px solid #e0e0e0;
  text-align: right;
}
.userinfo {
  margin: 15px 10px 0 0;
  color: #0d4a8e;
}
.footer {
  clear: both;
  padding: 1.5rem 0.5rem;
}
@media (min-width: 769px) {
  .footer {
    border-top: 1px solid #e0e0e0;
    margin: 0.2rem 1rem;
    padding: 1.5rem 0;
  }
}
.copyright {
  color: black;
  font-size: 90%;
  float: left;
}
.copyright a {
  color: black;
  text-decoration: none;
}
.version {
  color: black;
  font-size: 90%;
  float: right;
}
.version a {
  color: black;
  text-decoration: none;
}
.topmenu {
  text-transform: uppercase;
  margin: 2px 10px 0 10px;
  border-bottom: 1px solid #e0e0e0;
  padding: 10px 0 7px 0;
  font-size: 110%;
}
#topmenu {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 769px) {
  #topmenu {
    justify-content: space-between;
  }
}
.appselect {
  margin-right: 0;
  padding-right: 0;
  display: none;
}
@media (min-width: 769px) {
  .appselect {
    display: inline-block;
  }
}
.appselect-item {
  display: inline-block;
}
.appselect-item:before {
  content: "|";
  padding: 0 0.5rem;
}
.appselect-item:first-child:before {
  content: "";
  padding: 0;
}
.appselect-item a {
  color: #c0c0c0;
  text-decoration: none;
}
.appselect-item a :hover {
  text-decoration: underline;
}
.appselect-item.active a {
  color: black;
  text-decoration: none;
}
.appselect-item.active a:hover {
  text-decoration: underline;
}
.appselect-section {
  display: inline-block;
}
.langselect {
  display: inline-block;
}
.floatingmenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 1.8rem;
  z-index: 101;
  background-color: white;
  border-bottom: solid 2px #3774b8;
}
.floatingmenu .topmenu {
  margin: 0 0 0 0.2rem;
  border-bottom: none;
  padding: 2px 0;
}
@media (min-width: 769px) {
  .floatingmenu.visible {
    display: block;
  }
}
.floatingmenu .floatingmenulist {
  display: none;
}
.floatingmenu .floatingmenulist a {
  color: black;
}
.floatingmenu-header {
  display: none;
}
#closeFloatingMenu {
  position: absolute;
  top: 9px;
  left: 0.5rem;
  padding-top: 2px;
}
.floatingmenu.expanded {
  display: block;
  position: absolute;
  top: 0;
  background: white;
  min-height: 100%;
  height: auto;
  width: 100%;
  padding-bottom: 1em;
}
.floatingmenu.expanded a:hover {
  text-decoration: none;
}
.floatingmenu.expanded .floatingmenu-header {
  display: block;
  position: fixed;
  top: 0;
}
.floatingmenu.expanded .topmenu {
  padding-top: 52px;
}
.floatingmenu.expanded .appselect {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: auto;
}
.floatingmenu.expanded .appselect-section {
  padding: 0.3rem;
  color: grey;
}
.floatingmenu.expanded .appselect-section a {
  color: grey;
}
.floatingmenu.expanded .appselect-item {
  width: 100%;
  margin: 0 0.5rem;
}
.floatingmenu.expanded .appselect-item:before {
  content: "";
  padding: 0;
}
.floatingmenu.expanded .appselect-item a {
  color: black;
  white-space: nowrap;
}
.floatingmenu.expanded .appselect-item li {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  border-top: dotted 1px lightgrey;
}
@media (min-width: 769px) {
  .floatingmenu.expanded .appselect-item {
    flex: none;
    flex-basis: 200px;
    -moz-flex-basis: 200px;
    /* Mozilla Firefox */
  }
}
.floatingmenu.expanded .floatingmenulist {
  display: block;
}
.menupanel {
  display: none;
  padding: 5px 0 0 10px;
  min-width: 14rem;
  vertical-align: top;
  position: relative;
}
@media (min-width: 769px) {
  .menupanel {
    display: inline-block;
  }
}
.mainmenu {
  padding-left: 5px;
  font-size: 110%;
  text-transform: uppercase;
}
.mainmenu li {
  padding-bottom: 6px;
  margin: 0;
}
.mainmenu li.margin-top {
  padding-top: 0.5rem;
  margin-top: 0.5rem;
  border-top: solid 1px lightgrey;
}
.mainmenu a {
  color: black;
  text-decoration: none;
}
.mainmenu a:hover {
  color: #335ca6;
  text-decoration: underline;
}
li.margin-top:first-child {
  margin-top: 0;
  border-top: none;
}
.mainmenu li.active {
  font-weight: bold;
}
/*# sourceMappingURL=layout.css.map */