html, body {
  height: 100%;
  margin: 0;
  font-family: Arial, sans-serif;
}

body {
  display: flex;
  flex-direction: column;
}

#topnav2025 {
  position: fixed;
  top: 0;
  width: 100%;
  height: 48px;
  background-color: #FFF;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  box-sizing: border-box;
  box-shadow: 0 3px 6px rgba(136, 139, 141, 0.1607843137);
  z-index: 99999;
}
#topnav2025 .logo2025 {
  background: url(../Images/logos2025/2025logobackground.svg) no-repeat;
  width: 300px;
  padding: 8px 10px;
  height: 48px;
}
#topnav2025 .logo2025 .logo-short {
  margin-top: 0;
}
#topnav2025 .logo2025 img.logo-platform {
  margin-left: 38px;
}
#topnav2025 .nav > li {
  display: inline-flex;
}
#topnav2025 .navbar-right {
  margin-right: 0px;
  height: 48px;
  display: flex;
}
#topnav2025 .status-icons {
  top: 8px;
}
#topnav2025 li.menu-item-listmessages a {
  width: 30px;
  height: 30px;
  padding: 0;
  margin: 10px 16px 0 0;
  background: transparent url(../Images/sprites/subnavbar.png) no-repeat -30px 0;
}
#topnav2025 li.menu-item-listmessages a:hover {
  background-color: #f5f5f5;
  background-position: -30px -30px;
}

#nav-language {
  position: relative;
  width: 50px;
}
#nav-language .navbar-nav {
  margin-top: 0;
}
#nav-language .navbar-nav > li > a {
  padding: 14px;
}
#nav-language .dropdown-menu {
  min-width: unset;
  position: absolute;
  right: -20px;
  background: rgb(244, 244, 244);
  box-shadow: 0 3px 6px rgba(136, 139, 141, 0.1607843137);
}

#mainNav2025 {
  background-color: #232526;
  left: 48px;
  width: 205px;
  transition: width 0.3s;
  height: 100%;
  position: fixed;
  padding: 30px 8px 0 0;
}
#mainNav2025 .nav-addon {
  margin-top: 4px;
}
#mainNav2025 a {
  color: #FFF;
  text-decoration: none;
}
#mainNav2025 a:hover, #mainNav2025 a:active {
  /*      color: $active-color; */
  background-color: #2F3133;
}
#mainNav2025 a.active {
  /*         color: $active-color; */
  background-color: #2F3133;
}
#mainNav2025 .nav > li > a:hover, #mainNav2025 .nav > li > a:focus {
  background-color: rgb(95.9183673469, 100, 104.0816326531);
}
#mainNav2025 li {
  margin: 0;
}
#mainNav2025 li:hover {
  background-color: #2F3133;
}
#mainNav2025 .nav-item {
  padding: 0;
  color: #FFF;
}
#mainNav2025 .nav-item.nav-level-1 {
  font-weight: bold;
  margin-bottom: 2px;
  height: 42px;
  border-radius: 4px;
}
#mainNav2025 .nav-item.nav-level-1 .nav-link {
  vertical-align: middle;
  line-height: 32px;
}
#mainNav2025 .nav-item.nav-level-2 {
  font-weight: normal;
}
#mainNav2025 .nav-item .icon_wrap {
  padding-left: 0.5em;
  width: 40px;
  height: 32px;
  display: inline-block;
  float: left;
  padding-top: 4px;
}
#mainNav2025 .nav-item .nav-text-margin {
  position: absolute;
  top: 4px;
  width: 80%;
}
#mainNav2025 .nav-item .activeIndicator {
  background: none;
  width: 4px;
  height: 42px;
  border-radius: 4px;
  display: inline-block;
  float: left;
}
#mainNav2025 .nav-item .activeIndicator.active {
  background: rgb(80, 168, 255);
}
#mainNav2025 .nav-item:hover .activeIndicator {
  background: rgb(80, 168, 255);
}
#mainNav2025 .submenu {
  margin: 0 0 8px 0; /* reduced bottom margin  from 32px to 8px */
}
#mainNav2025.reducedNav2025 {
  width: 60px;
  overflow: hidden;
}
#mainNav2025.reducedNav2025 .nav-link,
#mainNav2025.reducedNav2025 .nav-addon {
  display: none;
}

#sideNav2025 {
  background-color: black;
  width: 48px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 10px 0;
  box-sizing: border-box;
  position: fixed;
  height: 100%;
}
#sideNav2025 .company-logo {
  width: 24px;
  height: 24px;
  margin: 10px 0;
}
#sideNav2025 img {
  width: 24px;
}
#sideNav2025 .top-icon {
  position: absolute;
  top: 10px;
}
#sideNav2025 .top-icon.navbar-default {
  background-color: transparent;
  border: none;
}
#sideNav2025 .top-icon .navbar-toggle {
  float: right;
  margin-right: 0;
  padding: 0;
  margin-top: 0;
  margin-bottom: 16px;
  border: none;
}
#sideNav2025 .top-icon .navbar-toggle .icon-bar {
  background-color: #FFFFFF;
}
#sideNav2025 .top-icon .navbar-toggle.active span:nth-of-type(3) {
  background-color: transparent !important;
}
#sideNav2025 .bottom-icons {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  bottom: 48px;
}

.content {
  display: flex;
  flex-grow: 1;
  padding-top: 48px;
  box-sizing: border-box;
  height: calc(100vh - 80px);
}

.containerWrap2025 {
  padding: 10px;
  box-sizing: border-box;
  margin-left: 264px;
  width: calc(100% - 264px);
}
.containerWrap2025 #mainContent {
  margin: 20px auto;
}

.muted-text {
  color: #888B8D;
}

body.default #contentContainer {
  margin-top: 0;
}

.allplan-ce .theme img,
.allplan-ce-header img,
.allplan-ce-header .box,
.rounded {
  border-radius: 10px;
}

.rounded-circle {
  border-radius: 50%;
}

.panel,
.rounded-bottom {
  border-radius: 0 0 10px 10px;
}

.rounded-top {
  border-radius: 8px 8px 0 0;
}

.border {
  border: 1px solid #999999;
}

.shadow {
  -webkit-box-shadow: 3px 4px 7px 4px #999999;
  box-shadow: 3px 4px 7px 4px rgba(136, 139, 141, 0.1607843137);
}
.shadow:hover {
  -webkit-box-shadow: 2px 2px 5px 3px rgba(0, 74, 164, 0.3137254902);
  box-shadow: 2px 2px 5px 3px rgba(0, 74, 164, 0.3137254902);
}

.btn.tx_allplancontent_filter[aria-expanded=true] {
  background-color: #0066CC;
  color: #FFF;
}

body.webpalett .wpcolpad15px {
  padding-left: 15px;
  padding-right: 15px;
}
body.webpalett #wrapWp2023 #nav-language {
  right: 12px;
}

.nav-login-2025 {
  width: fit-content;
}
.nav-login-2025 #tx_nemconnections_pi6_result {
  cursor: pointer;
}
.nav-login-2025 #tx_nemconnections_pi6_result .border-default {
  background: #FFF;
}
.nav-login-2025 .reg-pwd {
  top: 50px;
  position: absolute;
  right: 0;
  width: 280px;
  z-index: 999;
  background: #fff;
}
.nav-login-2025 .button-orange {
  display: flex;
}
.nav-login-2025 .button-orange:hover .fa-2x {
  color: #FFFFFF;
}
.nav-login-2025 .btn-primary {
  border-radius: 10px;
}
.nav-login-2025 .fa-2x {
  color: #999999;
}
.nav-login-2025 .fa-2x:hover {
  color: #FFFFFF;
}

#user-login-nav {
  position: absolute;
  right: 0;
  width: 280px;
  z-index: 999;
  background: #fff;
  cursor: none;
}

.nav-login .border {
  border: 1px solid #e3e3e3;
}

.tx_nemconnections-pi10 .btn,
.tx_nemconnections-pi6 .btn,
.button-white, .button-white-filled, .button-orange, .button-orange-filled {
  border-radius: 10rem;
}

.button-orange {
  background-color: #DEF0FF;
  color: rgb(0, 102, 204) !important;
  border-color: rgb(171, 216.8181818182, 255);
}
.button-orange:hover {
  background-color: rgb(80, 168, 255);
}
.button-orange .icon {
  display: inline-flex;
}
.button-orange .button-text {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
}

.button-orange-filled {
  background-color: #0066CC;
  border-color: rgb(0, 127.5, 255);
  color: #FFFFFF !important;
}
.button-orange-filled:hover {
  background-color: rgb(80, 168, 255);
}

.button-secondary {
  background: none;
  color: rgb(35, 37, 38) !important;
  border: none;
  display: block;
  padding: 12px 20px;
}
.button-secondary a {
  text-decoration: none;
}
.button-secondary:hover {
  background-color: #F4F4F4;
  text-decoration: none;
}
.button-secondary .icon {
  display: inline-flex;
}
.button-secondary .button-text {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
}

a.my-profile-button-edit {
  border-radius: 10px;
  padding: 4px 8px;
}

.tx-nemconnections-pi4 .panel {
  margin-bottom: 32px;
  -webkit-box-shadow: 3px 4px 7px 4px #999999;
  box-shadow: 3px 4px 7px 4px rgba(136, 139, 141, 0.1607843137);
}
.tx-nemconnections-pi4 .panel:hover {
  -webkit-box-shadow: 2px 2px 5px 3px rgba(0, 74, 164, 0.3137254902);
  box-shadow: 2px 2px 5px 3px rgba(0, 74, 164, 0.3137254902);
}

.tx_nemconnections-pi4_statusICON {
  position: relative;
  padding: 10px 0;
  width: unset;
  height: unset;
}

.tx-maritfaq .panel,
.tx-nemdlmanager-pi1 .panel,
.tx-hardwarelists .well {
  margin-bottom: 32px;
  border-radius: 10px;
  -webkit-box-shadow: 3px 4px 7px 4px #999999;
  box-shadow: 3px 4px 7px 4px rgba(136, 139, 141, 0.1607843137);
}
.tx-maritfaq .panel:hover,
.tx-nemdlmanager-pi1 .panel:hover,
.tx-hardwarelists .well:hover {
  -webkit-box-shadow: 2px 2px 5px 3px rgba(0, 74, 164, 0.3137254902);
  box-shadow: 2px 2px 5px 3px rgba(0, 74, 164, 0.3137254902);
}

.alert-info,
.tx_nemconnections-pi10 .well,
.tx-nemdlmanager-pi1 .well,
.gridelement-27.gray {
  border-radius: 10px;
  -webkit-box-shadow: 3px 4px 7px 4px #999999;
  box-shadow: 3px 4px 7px 4px rgba(136, 139, 141, 0.1607843137);
}

.rte-alert-info,
.rte-alert-notice,
.rte-alert-warning,
.rte-alert-danger,
.rte-alert-success,
.tx-nemdlmanager-pi1 .btn {
  border-radius: 10px;
  -webkit-box-shadow: 3px 4px 7px 4px #999999;
  box-shadow: 3px 4px 7px 4px rgba(136, 139, 141, 0.1607843137);
}

.form-control {
  border-radius: 4px;
}

.alert-info {
  color: #31708f;
}
.alert-info a {
  color: #31708f;
}

.steps li.stepleft span {
  color: #0066CC;
}

.row .even,
.tx-mmforum-forum-list-container .forum-item.even,
.tx-mmforum-forum-list-container .topic-item.even,
.tx-mmforum-topic-list-container .forum-item.even,
.tx-mmforum-topic-list-container .topic-item.even,
.tx-mmforum-topic-box .forum-item.even,
.tx-mmforum-topic-box .topic-item.even {
  background-color: unset;
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
}

.tx-mmforum-pi1 .well {
  border-radius: 10px;
  -webkit-box-shadow: 3px 4px 7px 4px #999999;
  box-shadow: 3px 4px 7px 4px rgba(136, 139, 141, 0.1607843137);
}
.tx-mmforum-pi1 .tx-mmforum-forum-list-header {
  border-radius: 10px;
  -webkit-box-shadow: 3px 4px 7px 4px #999999;
  box-shadow: 3px 4px 7px 4px rgba(136, 139, 141, 0.1607843137);
  margin-bottom: 20px;
}
.tx-mmforum-pi1 .tx-mmforum-forum-list-header H4 {
  margin-bottom: 8px;
}
.tx-mmforum-pi1 .tx-mmforum-forum-list-header.open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: none;
  margin-bottom: 30px;
}
.tx-mmforum-pi1 .btn-default {
  border-radius: 10px;
}
.tx-mmforum-pi1 .tx_mmforum-summary-answer {
  margin-top: 10px;
}
.tx-mmforum-pi1 .postlist .post {
  border-radius: 10px;
}
.tx-mmforum-pi1 .post-author-image img,
.tx-mmforum-pi1 .avatar img {
  padding: 0;
  -webkit-box-shadow: 3px 4px 7px 4px #999999;
  box-shadow: 3px 4px 7px 4px rgba(136, 139, 141, 0.1607843137);
}

#warningWrapper #warningMargin {
  max-width: 760px;
}

.modal {
  top: 40px;
}

#nrOfMessages {
  display: none;
  position: absolute;
  left: 20px;
  top: -8px;
  background-color: #fff;
  color: #0066CC;
  font-weight: bold;
  font-size: 90%;
  line-height: 16px;
  border: none;
  padding: 0 4px;
  border-radius: 4px;
  -webkit-box-shadow: 3px 4px 7px 4px #999999;
  box-shadow: 3px 4px 7px 4px rgba(136, 139, 141, 0.1607843137);
}

@media (max-width: 1178px) {
  #warningWrapper #warningMargin {
    max-width: 480px;
  }
  #topnav2025 .logo2025 {
    width: 280px;
    background-position: 100% 0;
    clip: auto;
  }
  #topnav2025 .logo2025 .logo-short {
    margin-left: -7px;
  }
  #mainNav2025 {
    width: 232px;
    display: none;
  }
  #mainNav2025.in {
    z-index: 99999;
    display: block;
  }
  .nav-login-2025 {
    width: 60px;
  }
  .containerWrap2025 {
    margin-left: 40px;
    width: calc(100% - 40px);
  }
  #sideNav2025 {
    height: 100vh;
  }
}
@media (max-width: 768px) {
  #warningWrapper #warningMargin {
    max-width: 320px;
  }
  #mainNav2025 {
    width: calc(100% - 48px);
  }
  #topnav2025 .logo2025 {
    width: 84px;
    background-position: 100% 0;
    clip: auto;
  }
  #topnav2025 .logo2025 .logo-short {
    margin-left: -7px;
  }
  #topnav2025 .logo2025 img.logo-platform {
    margin-left: 38px;
  }
}
@media (min-width: 768px) {
  .container {
    width: 728px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 732px;
  }
}
@media (min-width: 990px) {
  .container {
    width: 930px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 980px;
  }
}
@media (min-width: 1440px) {
  .container {
    width: 1180px;
  }
}
@media (min-width: 1700px) {
  .container {
    width: 1440px;
  }
}