/* 
Blue:  #0156cb
Black: #1d2127
White: #ffffff
Gray:  #fafafa
*/

/* Header portlet */
.PortletHeader {
	color: #fff;
	background: #0156cb;
}
.PortletHeader .imgMenu_ctrl::after {
	color: #fff;
	background: none;
}
.PortletHeader .imgMenu_ctrl:hover::after {
    color: rgb(255 255 255 / 50%);
}
.PortletHeader .labelAppArea_ctrl a {
    color: rgb(255 255 255 / 50%);
}
.PortletHeader .labelAppArea_ctrl a:hover {
	color: #fff !important;
}
.PortletHeader .menuview_modern ul.liv_0.horizontal > li > a,
.PortletHeader .menuview_modern ul.liv_0.horizontal > li.external::after {
    color: #fff !important;
}
.PortletHeader .menuview_modern ul.liv_0.horizontal > li.selected > a,
.hoverable .PortletHeader .menuview_modern ul.liv_0.horizontal > li > a:hover {
    color: #fff;
    background: rgb(255 255 255 / 20%);
}
.PortletHeader .menuview_modern ul.liv_0.horizontal > li.external > a {
	color: transparent !important;
}
.PortletHeader .iconHeaderApp {
	color: #fff !important;
}
.hoverable .PortletHeader .iconHeaderApp:hover {
	background: rgb(255 255 255 / 25%);
}
.PortletHeader .imgPerson_ctrl > a {
	border: 1px solid rgb(255 255 255 / 75%);
}
.PortletHeader a.imageIconSingleAction,
.hoverable a.imageIconSingleAction:hover {
	color: #fff;
}

.PortletHeader > .lblVersion_ctrl {
	color:#fff !important;
}

/* Application tabs */
.tabApplication.tabWrapper .tabstripContainer .tab_item .tab_span {
	border: 1px solid #ddd;
    border-radius: 5px;
}
.hoverable .tabApplication.tabWrapper .tabstripContainer .tab_item .tab_span:hover {
	border-color: #fff !important;
}
.tabApplication.tabWrapper .tabstripContainer .tab_item .tab_span .tab_text,
.tabApplication.tabWrapper .tabstripContainer .tab_item .tab_span a::before {
	color: #fff !important;
}
.tabApplication.tabWrapper .tabstripContainer .tab_item .tab_span .tab_text .tab_area {
	color: rgb(255 255 255 / 60%) !important;
}
.tabApplication.tabWrapper .tabstripContainer .tab_item a.tab_close::before {
	color: #fff !important;
}
/* selected */
.tabApplication.tabWrapper .tabstripContainer .tab_item.selected .tab_span {
	border-color: #fff !important;
    background: #fff !important;
}
.tabApplication.tabWrapper .tabstripContainer .tab_item.selected .tab_span .tab_text {
    color: #0156cb !important;
}
.tabApplication.tabWrapper .tabstripContainer .tab_item.selected .tab_span .tab_text .tab_area {
	color: rgb(1 86 203 / 49%) !important;
}
.tabApplication.tabWrapper .tabstripContainer .tab_item.selected a.tab_close::before {
	color: #0156cb !important;
}
.labelCompanyPortal{
  color: #ffffffdb;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size:12px;
  border-color:#ffffff4f;
}

.labelCompanyPortal#Company:hover{
  color: #ffffff;
  cursor: pointer;
}