#customHeaderElement {
	background-color: #255A99;
	margin: 0px;
	border-bottom: 3px solid #F0C550; box-shadow : 0px 0px 2px 2px #9e9e9e;
	min-height: 60px;
	position: fixed;
	top: 0px;
	z-index: 1200;
	box-shadow: 0px 0px 2px 2px #9e9e9e;
}

.teams_busy,.spTop  {
	background-color: #2868b5 !important;
}

#customHeaderElement #searchInputCell {
	text-align: left;
	width: 200px;
	position: relative;
}

#customHeaderElement #entryPointSearchInput {
	transition: width 2s;
}

#customHeaderElement #searchTeamsCell, #customHeaderElement #closeTeamsSearch {
	display: none;
}

#customHeaderElement #searchInputCell input {
	height: 36px;
	width: 100%;
	background: url(../../images/icons/magnify-grey-24.png) no-repeat
		calc(100% -   5px) 7px !important;
	background-color: white !important;
	padding-right: 63px;
	padding-left: 12px;
	border: none;
	-webkit-transition: box-shadow 70ms ease-out, border-color 70ms ease-out
		!important;
}

#customHeaderElement #searchInputCell input.loading {
	background-image: none !important;
}

#customHeaderElement #searchInputCell input.loading ~ i.spinner {
	position: absolute;
	top: 16px;
	right: 9px;
}

#customHeaderElement #searchInputCell input.loading ~ .clearInput {
	display: none !important;
}

#customHeaderElement #searchInputCell .clearInput {
	display: none;
	position: relative;
	cursor: pointer;
}

#customHeaderElement #searchInputCell .clearInput:after {
	content: '';
	display: block;
	position: absolute;
	top: -32px;
	right: 4px;
	height: 27px;
    width: 27px;
    border-radius: 3px;
    background: url(../../images/icons/close-grey-24.png) no-repeat calc(100% - 1px) 2px white;
    transition: background-color 100ms ease-out;
}

#customHeaderElement #searchInputCell .clearInput:hover:after {
	background-color: #9fc9eb;
}

#customHeaderElement #searchInputCell .toggleInput {
	display: none;
	position: relative;
	cursor: pointer;
}

#customHeaderElement #searchInputCell .toggleInput:after {
	content: '';
	display: block;
	position: absolute;
	top: -32px;
	right: 35px;
	height: 27px;
    width: 27px;
    border-radius: 3px;
    background: url(../../images/icons/view-headline-grey-24.png) no-repeat calc(100% - 1px) 2px white;
    transition: background-color 100ms ease-out;
}

#customHeaderElement #searchInputCell .toggleInput.activeToggle:after {
	background: url(../../images/icons/sitemap-grey-24.png) no-repeat calc(100% - 1px) 2px white;
}

#customHeaderElement #searchInputCell .toggleInput:hover:after {
	background-color: #9fc9eb;
}

#teamsLogoBrandingCell {
	width: 100px;
	padding-right: 4px;
}

#customHeaderElement #teamsLogoCell #teamsLogoBarIcon {
	background: url("../../images/prologic/favicons/favicon-32x32.png") center no-repeat;
	background-color: #2868b5;
    height: 36px;
    width: 41px;
    background-size: 23px 23px;
    padding: 0;
}

#customHeaderElement #teamsLogoCell #teamsLogoBarIcon:hover {
	background-color: #4280cc;
}

#customHeaderElement #teamsLogoCell #teamsLogoBarIcon::before {
	content: "";
}

#teamsLogoBrandingCell img, table#customHeaderElement a img {
	height: 26px;
    float: right;
    border-radius: 4px;
    padding: 5px;
}

#teamsLogoBrandingCell img {
	background-color: white;
}

#customHeaderElement #searchTeamsBarIcon {
	width: 60px;
    text-align: center;
}

#customHeaderElement #closeTeamsSearchBarIcon {
	width: 20px;
    text-align: center;
}

#customHeaderElement #searchInputCell input:focus::-webkit-input-placeholder
	{
	color: #404040;
}

#customHeaderElement #searchInputCell input:focus {
	background-color: #fffcc8 !important;
	border: none;
}

#customHeaderElement #searchInputCell input::-webkit-input-placeholder {
	color: #b9b9b9;
}

#customHeaderElement .menuButtonCell {
	width: 25px;
	padding-left: 1px;
	padding-right: 1px;
}

#customHeaderElement .faButton {
	padding: 8px;
	padding-top: 8px;
}

#customHeaderElement .faButton,#customHeaderElement .faButton.dark {
	width: 25px;
	text-align: center;
	color: #082435;
	background-color: #2868b5;
}

#customHeaderElement #activeFilterProfileIndicatorCell #activeFilterIcon {
	color: white;
}

#customHeaderElement .faButton.light {
	color: white;
}

#customHeaderElement .faButton.active,#customHeaderElement .faButton:hover
	{
	background-color: #4280cc;
	color: white;
}

#customHeaderElement #userInfoCell:hover, #userInfoCell.active {
}

#customHeaderElement #userPictureCell:hover {
	cursor: pointer;
}

#customHeaderElement #userPictureCell {
	padding-right: 5px;
	width: 35px;
	text-align: center;
}

#customHeaderElement .locationDetailsCell, #customHeaderElement #pageDetailsCell, #customHeaderElement#envDetailsCell {
	text-align: left;
	overflow: hidden;
	padding-left: 5px;
	padding-right: 5px;
}

#customHeaderElement #pageDetailsCell {
}

#customHeaderElement #envDetailsCell {
	width: 80px;
	padding-right: 2px;
	padding-left: 2px;
}

#customHeaderElement #envDetailsCell .envDetailsLabel {
	border-radius: 5px;
	width: 80px;
	padding-left : 10px;
	padding-right: 20px;
	background-color: #F9A825;
	text-align: right;
	padding-left: 5px;
	height: 36px;
    line-height: 17px;
    float: right;
}

#customHeaderElement #fyIndicatorCell {
	display: none;
}

#customHeaderElement .fyIndicator {
	font-weight: bold;
}

#customHeaderElement #envDetailsCell .envDetailsLabel::after {
	content: '';
    position: absolute;
    top: 23px;
    right: 7px;
    width: 10px;
    height: 10px;
    background-color: #156fa7;
    border-radius: 10px;
}

#customHeaderElement #envDetailsCell .envDetailsLabel .envDetailsEnvId {
	display: inline;
	font-size: 13px;
}

#customHeaderElement #envDetailsCell .envDetailsLabel .envDetailsEnvName {
	font-size: 13px;
	display: block;
}

#customHeaderElement #pageDetailsCell .pageTitle, #customHeaderElement#entryPointInfoContainer .pageTitle {
	font-size: 13px;
	display: inline;
}

#customHeaderElement #pageDetailsCell .tabTitle {
	font-size: 11px;
}

#customHeaderElement #pageDetailsSimpleCell {
	text-align: center;
}

#customHeaderElement #pageDetailsSimpleCell .pageTitle {
	font-size: 14px;
}

#customHeaderElement #entryPointInfoContainer .pageTitle a, #customHeaderElement table#customHeaderElement a {
	color: #FFFFFF;
	font-weight: normal;
}

#customHeaderElement .systemIconsCell table {
	float: right;
}

#customHeaderElement #userInfoCell {
	width: 230px;
	padding-left: 5px;
	padding-right: 5px;
}

#customHeaderElement #userPictureCell img {
	height: 36px;
	max-width: 35px;
	border-radius: 5px;
}

#customHeaderElement #pageDetailsCell .pageId, #customHeaderElement #userInfoCell .userName {
	font-size: 11px;
	color: #b7b7b7;
}

#customHeaderElement #userInfoCell .userName a:hover {
	color: #b9b9b9;
}

#customHeaderElement #userInfoCell .userName a {
	color: white;
}

#customHeaderElement #userInfoCell .personName {
	font-size: 13px;
}

#customHeaderElement #userInfoCell > div.personName > a.personSignout {
	color: white;
	font-weight: normal;
	margin-left: 3px
}

#customHeaderElement #userInfoCell > div.personName > a.personSignout:hover {
	color: #a6a8a9;
}

.singleTabNav {
	display: none;
}

.autocomplete-suggestion {
	-webkit-transition: background-color 200ms ease-out;
	-moz-transition: background-color 200ms ease-out;
	transition: background-color 200ms ease-out;
}

.autocomplete-no-suggestion {
	padding: 10px 5px;
}

.iw-contextMenu .dd-header-row,.iw-contextMenu .dd-header-row:hover,.iw-contextMenu .dd-header-row.iw-mSelected
	{
	background-color: #f3f3f3;
	font-weight: bold;
	cursor: default;
	border-bottom: 1px solid #d3d3d3;
}

.iw-contextMenu .dd-header-row.link {
	cursor: pointer;
}

.iw-contextMenu .dd-header-row.grey {
	color: ligthGrey;
	cursor: default;
}

.iw-contextMenu .dd-header-row.grey:hover,.iw-contextMenu .dd-header-row.grey.iw-mSelected
	{
	background-color: transparent;
}

.iw-contextMenu .dd-header-row,.iw-contextMenu .wider {
	min-width: 150px;
}

.iw-contextMenu .dd-header-row.dd-noicon,.iw-contextMenu .dd-noicon {
	padding-left: 40px;
}

.iw-contextMenu .dd-tophr {
	border-top: 1px solid #d3d3d3;
}

.iw-contextMenu .dd-bothr {
	border-bottom: 1px solid #d3d3d3;
}

.iw-contextMenu .dd-wide {
    min-width: 150px;
}

.iw-contextMenu .iw-cm-arrow-right {
	right: 10px;
}
.iw-contextMenu .dd-separator {
	border: none;
    height: 1px;
    padding: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: #d3d3d3;
    cursor: default;
}

.dd-menu-workbench {
	z-index: 1500 !important;
}

#entryPointReturnCell, #openVideoLinkPageCell, #openHelpLinkPageCell, #stopWorkingAsPCNCell, #pageSecurityCell, #roleSecurityCell, #teamsHelpBarCell {
	display: none;
}

@media ( max-width : 950px) {
	.headerTable #userInfoCell,.headerTable #userPictureCell
		{
		display: none;
	}
}

@media ( max-width : 867px) {
	.headerTable #teamsHelpBarCell, .headerTable #teamsLogoCell
		{
		display: none;
	}

	.headerTable #pageDetailsCell {
		width: 100%;
	}
}

@media ( max-width : 650px) {
	.headerTable #openAlternateWindowCell, .headerTable #pageDetailsCell
		{
		display: none;
	}

	.headerTable #searchTeamsCell {
		width: 100%;
	}
}

.dd-menu-wrap:before {
    content:"";
    position: relative;
    right: 4px;
    top: -22px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 17px 17px 17px;
    border-color: transparent transparent #ffffff transparent;
    z-index:1000;
}