.Header__name a,
#custom_tab1 a {
  color: #ffffff; 
}
.commonStyle__zt3Brand,
.Icon__brand,
.NoContent__title,
.TicketFilterPopup__active,
.TicketFilterPopup__filterValue:hover {
  color: #005B8F;
}
.commonStyle__zt3BrandBg {
  background-color: #005B8F;
}
.AppContainer__keyBoardfocus, [data-focus-added] {
  outline-color: #005B8F !important;
}
.AppContainer__breadCrumbsBox {
  /*visibility: hidden;*/
}
.TicketList__filter_department,
.TicketList__filter_channel,
.ticket_duedate,
.ticket_channel,
.Additional_Information,
.Ticket_Information,
.ticket_departmentid,
.Post__userDetail .Post__editIcon,
.Post__userDetail .Post__chataboutthisticket,
ul.ConversationForm__replay li:last-of-type,
.Footer__footerBg {
  display: none;
  visibility: hidden;
}
.Layout__oneColumn,
.Layout__twoColumn, 
.Layout__twoColumn2,
.Layout__twoColumnReverse {
  min-height: 0px;  
}
.TicketList__rightPanelDetail > .TicketList__widgetRight > .TicketList__widgetSection > a > button {
	margin-left: auto;
	margin-right: 0;
	display: block;
}
.Layout__columnReverse > div > .TicketList__rightPanelDetail > .TicketList__widgetRight > .TicketList__widgetSection > a > button {
	margin-left: 0;
	margin-right: auto;
}
@media only screen and (min-width: 1025px) {
  .Header__tabsTab:hover, 
  .LoginDetail__signin:hover,
  .LoginDetail__signup:hover, 
  .Header__tabsTab.Header__active,
  .LoginDetail__signin.LoginDetail__active,
  .LoginDetail__signup.LoginDetail__active {
    border-bottom-color: #B8D2E0 !important;
  }
}

/* Hide navbar, chat, and info buttons when embedded in iframe */
#navBar,
.zsiq_floatmain,
#zohohc-asap-web-helper-main {
  display: none !important;
}
/*
#ticketlistlink {
	left: 15px;
    top: -43px;
    position: absolute; 
    z-index: 99;
}
*/

.BreadCrumbs__breadcrumbsView {
  display: none !important;
}

#customHeaderBar {
  background-color: #005A8E;
  min-height: 48px;
  height: 48px;
  width: 100%;
  color: #FFF;
  display: block;
}

#customHeaderBar img {
  padding-left: 56px;
  max-width: 200px;
  max-height: 48px;
  border-style: none;
}

#customHeaderBarText {
  padding-left: 30px;  
  font-weight: 600;
  font-family: SegoeUI-SemiBold-final,Segoe UI Semibold,SegoeUI-Regular-final,Segoe UI,"Segoe UI Web (West European)",Segoe,-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,Tahoma,Helvetica,Arial,sans-serif;
  font-size: 16px;
  white-space: nowrap;
  line-height: 48px;
  vertical-align: top;
}

#customLogoBar {
  background-color: #fff;
  height: 98px;
  font-family: "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
  font-size: 24px;
  line-height: 98px;
  font-weight: 600;
  color: #242424;
  padding-left: 83px;
}

#customMenuBar {
  border-top: 1px solid #edebe9;
  background-color: #fff;
  padding: 4px 0px 16px 83px;
}

#customMenuBar ul {
  margin: 0px;
  padding: 0px;
}

#customMenuBar li {
  display: inline-block;
  margin-right: 22px;
}

#customMenuBar li a {
  font-family: "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #242424;
  padding-bottom: 4px;
}

#customMenuBar li a.customMenuBarInactive:hover {
  color: #004e8c;
}

#customMenuBar li a.customMenuBarActive {
  font-weight: 600;
  border-bottom: 2px solid #004e8c;
}
