/*admin action menu common css*/
#block-temphalla-primary-local-tasks ul {
  width: 100%;
  position: relative;
  border-bottom: 1px solid #999;
}
#block-temphalla-primary-local-tasks ul li {
  display: inline-block;
}
#block-temphalla-primary-local-tasks ul li a {
  text-decoration: none;
  color: #000;
  padding: 11px 20px;
}
#block-temphalla-primary-local-tasks a.is-active,
#block-temphalla-primary-local-tasks a:hover {
  color: #fff;
  background-color: #999;
  border-radius: 4px 4px 0px 0px;
  line-height: 40px;
  padding: 11px 20px;
}


.temphalla-header {
  background-color: #ffffff;
  /* padding: 20px 0px; */
}
.temphalla-header .row {
  align-items: center;
}
.temphalla-main-menu {
  display: flex;
 /* justify-content: end; */
}
.temphalla-main-menu #block-temphalla-main-menu ul {
  display: flex;
  margin-bottom: 0px;
}
.temphalla-main-menu #block-temphalla-main-menu ul li {
  list-style-type: none;
  padding-left: 16px;
}
.temphalla-main-menu #block-temphalla-main-menu ul li a {
  color: #000;
  text-decoration: none;
  font-size: 18px;
}
.temphalla-main-menu #block-temphalla-main-menu ul li a.is-active {
 /* text-decoration: underline;
  color: #213d7f;*/
}
.temphalla-main-menu #block-temphalla-main-menu ul li a:hover {
  color: #00274D;
  font-weight: 600;
  text-underline-offset:5px;
  text-decoration: underline;
  text-decoration-color: #00274D;
}

#navbarSupportedContent {
  justify-content: end;
}
