.ie7 .bookmarks {
  display: inline;
}
.bookmarks {
  display: inline-block;
  float: none;
  vertical-align: middle;
  white-space: nowrap;
}
.bookmarks .labels {
  display: none;
}
.bookmarks form {
  margin: 0;
  padding: 0;
  display: none;
}
.bookmarks.s .form-button {
  margin-left: auto;
  margin-right: auto;
  display: block;
  cursor: pointer;
  width: 24px;
  height: 24px;
  background-image: url("../../common/images/bookmark-sprites.png");
  background-size: 48px 24px;
  background-repeat: no-repeat;
  text-indent: -9999px;
}
.bookmarks.s .form-button.bookmarked {
  background-position: -24px 0px;
}
.bookmarks.b .form-button {
  font-size: 14px;
  line-height: 24px;
  display: inline-block;
  background-color: #ff672b;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  padding: 3px 8px;
  position: relative;
  padding-right: 10px;
  padding-left: 32px;
  -moz-border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  float: left;
  display: block;
  width: auto;
  height: auto;
  background-image: none;
  text-indent: 0;
  text-align: center;
  cursor: pointer;
}
.bookmarks.b .form-button:hover {
  background-color: #d73c0a;
}
.bookmarks.b .form-button:before {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  top: 5px;
  left: 7px;
  background-image: url("../../../business/full/images/sprites-button-icon-18.png");
  background-position: -36px 0;
  background-repeat: no-repeat;
}
.bookmarks.b .form-button.bookmarked {
  background-color: #d73c0a;
}
.bookmarks.b .count {
  font-size: 14px;
  line-height: 24px;
  padding: 2px 4px 2px;
  float: left;
  display: block;
  color: #424242;
  border: 1px solid #cfcfcf;
  border-left: none;
  -moz-border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  text-shadow: 0px 2px 0px #f5f5f5;
  width: auto;
  padding-left: 4px;
  padding-right: 4px;
  min-width: 30px;
  text-align: center;
  background: #ffffff;
}
.create-bookmark-dialog #bookmark-label-form > .buttons {
  padding-left: 8px;
  padding-right: 8px;
}
.create-bookmark-dialog #bookmark-label-form > .buttons > .button {
  width: 100%;
}
.bookmarkDialog {
  background-color: #f5f5f5;
}
.bookmarkDialog .bookmarkTitle {
  padding: 16px 8px 8px 8px;
  background-color: #ffffff;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
}
.bookmarkDialog .labels {
  background-color: #ffffff;
  overflow-y: auto;
  height: 300px;
}
.bookmarkDialog .labels .property.checkboxes {
  margin: 0;
  padding: 0 8px;
}
.bookmarkDialog .labels .property.checkboxes .label {
  display: none;
}
.bookmarkDialog .labels .createNew {
  padding: 8px;
  clear: both;
}
.bookmarkDialog .labels .createNew .create-button {
  font-size: 16px;
  line-height: 24px;
}
.bookmarkDialog .labels .createNew .create-button:before {
  content: "+";
  display: block;
  float: left;
  background-color: #ff672b;
  color: #ffffff;
  width: 24px;
  text-align: center;
  margin-right: 8px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.bookmarkDialog .labels span.private {
  position: relative;
}
.bookmarkDialog .labels span.private > label > div.privateIcon {
  display: inline-block;
  vertical-align: text-top;
  margin-left: 8px;
  width: 16px;
  height: 16px;
  background-image: url("../../../common/images/sprites-16.png");
  background-size: 480px 144px;
  background-repeat: no-repeat;
  background-position: -368px -64px;
  opacity: 1;
  left: auto;
  transition: all 0 ease 0;
  transform: none;
}
.bookmarkDialog .labels .actions {
  position: relative;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
  margin: 0;
  padding: 0;
  border-top: 1px solid #cfcfcf;
}
@media (min-width: 992px) {
  .bookmarkDialog .labels .actions {
    float: left;
    width: 100%;
  }
}
.bookmarkDialog .labels .actions .action {
  display: none;
  width: 100%;
  padding: 4px;
  margin: 0;
  color: #424242;
  text-align: center;
}
.bookmarkDialog .labels .actions .action:hover {
  background-color: #cfcfcf;
}
.bookmarkDialog .labels .actions .links > a {
  display: block;
  color: #212121;
  text-align: center;
  padding: 2px;
}
.bookmarkDialog .labels .actions .links > a:hover {
  background-color: #cfcfcf;
  text-decoration: none;
}
.bookmarkDialog .actions .links a {
  position: relative;
  margin-top: 16px;
  margin-bottom: 16px;
  display: block;
  padding: 8px;
  background-color: #ffffff;
  font-size: 16px;
  line-height: 24px;
}
.bookmarkDialog .actions .links a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 4px;
  width: 16px;
  height: 16px;
  background-image: url("../../../common/images/sprites-16.png");
  background-size: 480px 144px;
  background-repeat: no-repeat;
  background-position: -464px -16px;
  margin: -8px 0;
}
.bookmarkDialog .actions .action {
  display: none;
}
.bookmarkDialog .input span {
  position: relative;
  padding-top: 8px;
  padding-bottom: 8px;
  display: block;
}
.bookmarkDialog .input span label {
  position: relative;
  display: block;
  margin-bottom: 0;
}
.bookmarkDialog .input span label .actionLabel {
  position: absolute;
  top: 0;
  right: 10%;
  display: none;
  color: #ff672b;
}
.bookmarkDialog .input span label .actionLabel:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  width: 24px;
  height: 24px;
  background-image: url("../../common/images/bookmark-sprites.png");
  background-size: 48px 24px;
  background-repeat: no-repeat;
  text-indent: -9999px;
}
.bookmarkDialog .input span label .actionLabel.saved:after {
  background-position: -24px 0px;
}
