/* increased selector specificity for forcing 'color' property */
#application-header .btn.btn-link.switch-ui-button {
  margin-right: 1rem;
  border: 1px solid;
  border-radius: 5px;
  padding: 0 1rem;
  user-select: none;
  color: #666;
}

#application-header .btn.btn-link.switch-ui-button:hover,
#application-header .btn.btn-link.switch-ui-button:active,
#application-header .btn.btn-link.switch-ui-button:focus {
  text-decoration: none;
}

#application-header .btn.btn-link.switch-ui-button.new-release::after {
  font-family: "FontAwesome";
  /* the name of the used icon is EXCLAMATION_CIRCLE */
  content: "";
  color: #ff8300;
  position: relative;
  right: -4px;
  top: -14px;
  font-size: 20px;

  /* we don't want the icon to change the size of the button */
  width: 17px;
  margin-right: -17px;
  line-height: 0;

  /* the exclamation mark on the icon is actually transparent, so we add a white background for it
   and position it in such a way that it's not visible outside of the icon's circle. */
  background-image: linear-gradient(#fff, #fff);
  background-repeat: no-repeat;
  background-size: 50% 65%;
  background-position: center;
}

/*# sourceMappingURL=/faces/javax.faces.resource/css/switch-ui-button.css.map?v=v98a262b32a72c999d63ec8b44f260865576afe694134821f873220d903784cf9 */