.workflow-breadcrumb {
	border: none;
	background: #FFF;
	z-index: 10;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 4px 3px -3px;
}
.workflow-breadcrumb li { 
  float: left; 
  height: 46px;
}
.workflow-breadcrumb li a {
  color: #555555;
  text-decoration: none; 
  padding: 16px 10px 16px 25px !important;
  background: brown; /* fallback color */
  background: #D3DAE4; 
  position: relative; 
  display: block;
  float: left;
  margin-left:3px;
  margin-right: 0px !important;
  height: 14px;
  border: none !important;
}

.workflow-breadcrumb li a:after { 
  content: " "; 
  display: block; 
  width: 0; 
  height: 0;
  border-top: 24px solid transparent;           /* Go big on the size, and let overflow hide */
  border-bottom: 24px solid transparent;
  border-left: 10px solid #D3DAE4;
  position: absolute;
  top: 50%;
  margin-top: -24px; 
  left: 100%;
  z-index: 2; 
}	
.workflow-breadcrumb li a:before { 
  content: " "; 
  display: block; 
  width: 0; 
  height: 0;
  border-top: 24px solid transparent;           /* Go big on the size, and let overflow hide */
  border-bottom: 24px solid transparent;
  border-left: 10px solid white;
  position: absolute;
  top: 50%;
  margin-top: -24px; 
  margin-left: 3px;
  left: 100%;
  z-index: 1; 
}	
.workflow-breadcrumb li:first-child a {
  padding-left: 10px;
  margin-left: 0px;
}
.workflow-breadcrumb li:nth-child(2) a       { background:        #D3DAE4; }
.workflow-breadcrumb li:nth-child(2) a:after { border-left-color: #D3DAE4; }
.workflow-breadcrumb li:nth-child(3) a       { background:        #D3DAE4; }
.workflow-breadcrumb li:nth-child(3) a:after { border-left-color: #D3DAE4; }
.workflow-breadcrumb li:nth-child(4) a       { background:        #D3DAE4; }
.workflow-breadcrumb li:nth-child(4) a:after { border-left-color: #D3DAE4; }
.workflow-breadcrumb li:nth-child(5) a       { background:        #D3DAE4; }
.workflow-breadcrumb li:nth-child(5) a:after { border-left-color: #D3DAE4; }
.workflow-breadcrumb li:last-child a {
  background: #D3DAE4;
}
.workflow-breadcrumb li:last-child a:before {
  content: none;
}
.workflow-breadcrumb li:last-child a:after { border: 0; }
/* .workflow-breadcrumb li a:hover { background: hsla(34,85%,25%,1); }
.workflow-breadcrumb li a:hover:after { border-left-color: hsla(34,85%,25%,1) !important; } */

.workflow-breadcrumb li a.ui-state-hover {
	color: #555555;
}

.workflow-breadcrumb li a.syn-header-workflow-active,
.workflow-breadcrumb li.syn-header-workflow-active > a {
  background: #9FB0CA !important; 
  color: #FFF;
  font-weight: 700;
}
.workflow-breadcrumb li.syn-header-workflow-active > a:after { 
	border-left-color: #9FB0CA !important;
}

.workflow-breadcrumb li a.syn-header-workflow-active:after {
  border-left-color: #9FB0CA !important; 
}

.workflow-breadcrumb li a > .ui-icon-triangle-1-s {
	display: none;
}

.workflow-breadcrumb li a > .ui-icon-triangle-1-s:before {
	content: none;
    font-size: 16px;
    font-weight: 500;
    padding-left: 5px;
}

.workflow-breadcrumb li.ui-menu-parent ul.ui-menu-child {
	padding: 10px 0;
    border-radius: 10px;
    background: #d3dae4;
    border: none;
}

.workflow-breadcrumb li.ui-menu-parent ul.ui-menu-child li {
	height: auto;
}

.workflow-breadcrumb li.ui-menu-parent ul.ui-menu-child a {
	padding: 12px 10px 12px 10px !important;
    width: calc(100% - 20px);
    margin-left:0;
    height: auto;
}

.workflow-breadcrumb li.ui-menu-parent ul.ui-menu-child a::before,
.workflow-breadcrumb li.ui-menu-parent ul.ui-menu-child a::after {
	content: none;
}

.workflow-breadcrumb li.ui-menu-parent ul.ui-menu-child a.ui-state-hover {
	background: #889BB9;
	color: #FFFFFF;
}

.workflow-breadcrumb li.ui-menu-parent {
	position: relative;
}

.workflow-breadcrumb li.ui-menu-parent.ui-menuitem-active .ui-menu-child {
	position: absolute;
	top: 100% !important;
	left: 50% !important;
    transform: translateX(-50%);
}

.workflow-breadcrumb li.ui-menu-parent.ui-menuitem-active .ui-menu-child::before {
	content: "";
	display:block;
	width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 11px solid #D3DAE4;
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
}

#headerToolbar1 {
	height: 46px;
	left: 46px;
	width: calc(100% - 46px);
    background-color: #f0f1f5;
    position: relative;

}

#headerToolbarShadow  {
	margin-top: -9px;
	height: 9px;
	background-color: transparent;
	width:100%;
   	position: relative;
  	z-index: 9;
  	box-shadow: rgba(0, 0, 0, 0.35) 0px 4px 3px -3px;
}

#headerToolbar1 .synfaces-float-left table.ui-panelgrid {
	width: auto;
	height: 48px;
}

#headerToolbar1 .synfaces-float-left tbody tr {
	border: none;
	background-color: #f0f1f5;
}

#headerToolbar1 .synfaces-float-left tbody td:first-child {
	border: none;
	padding: 9px;
}

#headerToolbar1 .synfaces-float-left tbody td {
	border: none;
	padding: 0;
}

#headerToolbar1 .synfaces-float-left tbody td:last-child {
	font-size: 14px;
    font-weight: bold;
    padding-left: 12px;
}

#headerToolbar1 .synfaces-float-left tbody td .ui-selectonemenu {
	border: none !important;
    text-decoration: underline;
    color: var(--action-clickable-texts);
    background-color: #f0f1f5;
    padding-right: 12px;
}

#headerToolbar1 .synfaces-float-left tbody td .ui-selectonemenu label {
    font-size: 14px;
    font-weight: bold;
}

#headerToolbar1 .synfaces-float-left tbody td .ui-selectonemenu .ui-selectonemenu-trigger span::before {
	content: "";
}

#headerToolbar1 .synfaces-float-left tbody td .image_menu_module {
	height: 30px;
}

#headerToolbar1 .synfaces-float-left tbody td .my-dashboard-btn {
	font-size: 14px;
}

#headerToolbar1 .synfaces-float-left tbody td .my-dashboard-btn span {
	padding-left: 0px;
	padding-right: 0px;
}

#headerToolbar1 #navibar a:link,
#headerToolbar1 #navibar a:hover{
	color: var(--syn-text-color);
	font-weight: bold;
	text-decoration: none;
}

#headerToolbar1 .synfaces-float-left tbody td .my-dashboard-setting-btn {
    height: 48px;
    width: 48px;
}

#headerToolbar1 .synfaces-float-left tbody td .my-dashboard-setting-btn .ui-icon {
    margin: 0;
    transform: translate(-50%, -50%);
    width: auto
}

#headerToolbar1 .synfaces-float-left tbody td .my-dashboard-setting-btn .ui-icon:before {
	font-size: 24px;
}