.mnc.form .space20 {
  display: none
}

.commhub-header {
  background: #FFFFFF;
  box-shadow: 0 4px 11px 0 rgba(147, 168, 168, 0.46);
}

.commhub-header .first {
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.16);
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.commhub-header .mnc.grid>.row>.column.logo .logo {
  padding-left: 30px;
}

/* Console swith */
.commhub-header .console-switch {
  padding-bottom: 10px;
  padding-left: 50px;
  padding-top: 10px;
}

[data-widget-name="cmbLanguage"] > *:first-child {
  border: none !important;
}

[data-widget-name="cmbLanguage"] > *:first-child:focus-within {
  outline: none !important;
}

[data-widget-name="cmbLanguage"] > .mnc.dropdown.active.visible.fluid.selection > .visible.fixed-to-recalc.menu.transition {
  min-width: 46px !important;
}

.commhub-header .console-switch .console-link img {
  padding-right: 5px
}

.commhub-header .console-switch .console-link.runtime {
  padding-left: 20px
}

.commhub-header .user {
  padding-right: 30px;
}

.commhub-header .user .text {
  font-size: 14px;
  color: #16135F;
  letter-spacing: 0;
}


.commhub-header .console-buttons {
  padding-left: 80px;
}


.commhub-header .console-buttons > .button:first-child {
  padding-right: 30px;
}

.commhub-header .console-buttons > .button {
  cursor: pointer;
}

.commhub-header .console-buttons > .button > img {
  padding-left: 5px;
  padding-right: 5px;
}

.commhub-header .console-buttons > .button > span {
  padding-button: 3px;
}

.commhub-header .active {
  color: #D0021B;
}

.commhub-header .pasive {
  color: #16135F;
}

/* main menu */

.commhub-header .mnc.grid>.row>.column.main-menu {
  padding-left: 300px
}

.mnc.menu:not(.vertical):not(.tabular)>.item:not(:last-child):before {
  background: none;
}

.mnc.menu .item a[href]:hover, .mnc.menu a[href].item:hover {
  text-decoration: none;
  color: var(--mnc-inverse-primary-color);
}

.mnc.menu .item a.active {
  color: var(--mnc-inverse-primary-color);
}

.commhub-header .main-menu .mnc.menu{
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0.4rem;
}

.mnc.form .commhub-header .main-menu.field > label.help {
  display: none;
}

.commhub-header .main-menu  .mnc.menu .active.item {
  background: white;
  color: #D0021B;
  font-weight: 400;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.commhub-header .main-menu  .mnc.menu .item:hover {
  background: white;
}

.commhub-header .main-menu .mnc.menu .item:before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  background: white;
}




.commhub-header .version > .text {
  cursor: pointer;
  font-size: 14px;
  color: #4A4A4A;
  letter-spacing: 0.58px;
  padding-right: 10px;
}

.commhub-header .version > .dropdown {
  font-size: 14px;
  color: #161360;
  letter-spacing: 0.58px;
}

.commhub-header .version > .mnc.inline.dropdown>.text {
  font-weight: normal;  
}


.commhub-header .breadcrumb {
  font-size: 13px;
  color: #4A90E2;
  letter-spacing: 0;
}

.commhub-header .breadcrumb {
  font-size: 13px;
  color: #4A90E2;
  letter-spacing: 0;
}

.commhub-header .mnc.breadcrumb .active.section {
  color: #16135F;
  font-weight: normal;
}


.commhub-header .bottom > .left {
  padding-left: 30px;
  padding-top: 20px;
  padding-bottom: 10px;
}


/* menu */
.meta.menu {
  align-items: stretch;
}

.meta.menu > .item {
  display: flex;
  align-items: center;
  padding-right: 0.2rem;
}


.meta.menu > .item:first-child {
  padding-left: 0.2rem;
}

/* navigation bar */

.commhub-header .navigation-bar {
  padding-left: 300px;
}

.commhub-header .navigation-bar > .item {
  font-size: 14px;
  color: #000000;
  letter-spacing: 0;
  cursor: pointer;
  padding: .78571429rem 1.14285714rem;
  display: flex;
  align-items: center;
}

.commhub-header .navigation-bar > .item > .text {
  color: #000000;
}

.commhub-header .navigation-bar > .item.active > .text, .commhub-header .navigation-bar .navigation-bar-dropdown-item.active > .text  {
  color: #D0021B;
}


/* title */

.commhub-header 


/* console */
.commhub-header > .console {
    color: white;
    padding: 0 0.5rem;
}

.commhub-header.design > .console {
    background-color: rgb(208, 155, 152);
}

.commhub-header.runtime > .console {
    background-color: rgb(118, 161, 123);
}
