.comb-light {
  background-color: #ffffff;
  color: #000;
}
.comb-semi-dark {
  background-color: #5d5d5d;
  color: #ffffff;
}
.comb-dark {
  background-color: #2a2a2a;
  color: #ededed;
}
.theme-light {
  background-color: #ffffff;
  color: #000000;
}
.theme-light a,
.theme-light a:visited {
  color: #5d5d5d;
}
.theme-light a:hover,
.theme-light a:visited:hover {
  color: #f3b04e;
}
.theme-semi-dark {
  background-color: #5d5d5d;
  color: #ffffff;
}
.theme-semi-dark a,
.theme-semi-dark a:visited {
  color: #ffffff;
}
.theme-semi-dark a:hover,
.theme-semi-dark a:visited:hover {
  color: #f3b04e;
}
.theme-semi-dark ul:not(.mega-menu-column) {
  background-color: #5d5d5d;
}
.theme-semi-dark ul:not(.mega-menu-column) ul li:hover > a {
  background-color: #2a2a2a;
}
.theme-dark {
  background-color: #2a2a2a;
  color: #ededed;
}
.theme-dark a,
.theme-dark a:visited {
  color: #ededed;
}
.theme-dark a:hover,
.theme-dark a:visited:hover {
  color: #f3b04e;
}
.theme-dark ul:not(.mega-menu-column) {
  background-color: #2a2a2a;
}
.theme-dark ul:not(.mega-menu-column) ul li:hover > a {
  background-color: #5d5d5d;
}
.portal {
  background-color: #2a2a2a;
  color: #ededed;
  background-color: initial;
  height: 100%;
  min-height: 600px;
  text-align: left;
  display: flex;
  flex-direction: column;
}
.portal a,
.portal a:visited {
  color: #ededed;
}
.portal a:hover,
.portal a:visited:hover {
  color: #f3b04e;
}
.portal ul:not(.mega-menu-column) {
  background-color: #2a2a2a;
}
.portal ul:not(.mega-menu-column) ul li:hover > a {
  background-color: #5d5d5d;
}
.portal h3 {
  color: white;
}
.portal .header-section {
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.1);
}
.portal .logo-section {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.portal .logo-section .applogo-section {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 150px;
}
.portal .logo-section img {
  width: 100%;
  max-width: 200px;
}
.portal .logo-section .logo {
  margin-bottom: 5px;
}
.portal .logo-section .logo:not(:last-child) {
  margin-right: 60px;
}
.portal .logo-section .clientlogo-section {
  text-align: center;
}
.portal .logo-section .clientlogo-section div {
  display: block;
  font-size: 34px;
  font-weight: bold;
  font-family: 'Times New Roman';
}
.portal .logo-section .clientlogo-section img {
  width: 150px;
}
.portal .separator {
  border-top: 3px solid #333;
  height: 4px;
}
.portal .apps-section {
  padding: 10px 10px 0 10px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.portal .message-section {
  max-width: 600px;
  margin: 20px auto;
  text-align: center;
}
.portal .links-section {
  margin-top: -71px;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  height: 100%;
  padding-bottom: 110px;
}
.portal .links-section .applink {
  display: inline-block;
  width: 200px;
  margin: 0 30px 20px 0;
  opacity: 0.7;
}
.portal .links-section .applink:hover,
.portal .links-section .applink:visited {
  opacity: 1;
}
.portal .unlicensed {
  text-align: center;
  padding: 10px;
  margin-top: 10px;
  min-height: 46px;
  background-color: rgba(255, 255, 255, 0.8);
  color: red;
}
.portal .unlicensed p {
  color: #2a2a2a;
}
.portal .unlicensed p a {
  color: #ba8b00;
}
.portal .license-info-link {
  position: fixed;
  bottom: 0;
  text-align: center;
  width: 100%;
  border-top: 4px solid #333;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.2);
}
.device-sm .applogo-section,
.device-xs .applogo-section {
  display: none;
}
.device-sm .applink,
.device-xs .applink {
  max-width: 130px !important;
}
.device-sm .links-section,
.device-xs .links-section {
  margin-top: 30px;
  padding-bottom: initial;
}
