.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.hide-text {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 28px;
  /* Make inputs at least the height of their button counterpart */

  /* Makes inputs behave like true block-level elements */

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.clip-button-mixin {
  -webkit-transition: border-color 200ms, color 200ms;
  -moz-transition: border-color 200ms, color 200ms;
  -ms-transition: border-color 200ms, color 200ms;
  -o-transition: border-color 200ms, color 200ms;
  transition: border-color 200ms, color 200ms;
  background: transparent;
  color: rgba(255, 255, 255, 0.85);
  float: none;
  font-family: inherit;
  font-size: inherit;
  margin: 10px 7px 0 0;
  padding: 2px 8px;
  position: relative;
  width: 125px;
}
.clip-button-mixin .svg-icon {
  display: inline-block;
  vertical-align: middle;
}
.clip-button-mixin .svg-icon svg {
  display: block;
  height: 24px;
  width: 24px;
  pointer-events: none;
}
.clip-button-mixin:hover,
.clip-button-mixin:focus {
  color: #ffffff;
}
.clip-button-mixin:active {
  color: #ffffff;
}
.clip-button-mixin.pending {
  color: rgba(255, 255, 255, 0.85);
  cursor: progress;
}
.clip-button-mixin i {
  line-height: inherit;
}
.clip-button-mixin .clip-button-text-clip,
.clip-button-mixin .clip-button-text-clipped,
.clip-button-mixin .clip-button-text-unclip {
  vertical-align: middle;
}
.clip-button-mixin .clip-button-text-clipped,
.clip-button-mixin .clip-button-text-unclip {
  display: none;
}
.svg-icon {
  display: inline-block;
  vertical-align: middle;
}
.svg-icon svg {
  display: block;
  height: 24px;
  width: 24px;
  pointer-events: none;
}
/*
Rules for the clipping toolbar at the top of the player
E.g. "# people clipped this slide"
*/
.clips-toolbar {
  cursor: pointer;
  background-color: #323232;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  color: #ffffff;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 14px;
  margin-bottom: -1px;
  position: relative;
  z-index: 1;
  /* To display border-bottom over the slides */

}
.clips-toolbar.inactive,
.clips-toolbar.unavailable {
  cursor: default;
}
.clips-toolbar.small {
  font-size: 12px;
  height: 46px;
  line-height: 46px;
}
.clips-toolbar .clips-progress {
  background-color: transparent;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.clips-toolbar .clips-progress .clip-meter {
  background: #00a0dc;
  display: block;
  height: 6px;
}
.clips-toolbar .clips-progress .clip-meter.j-animate {
  -webkit-transition: width, 1s, ease-out;
  -moz-transition: width, 1s, ease-out;
  -ms-transition: width, 1s, ease-out;
  -o-transition: width, 1s, ease-out;
  transition: width, 1s, ease-out;
}
.clips-toolbar .clips-info {
  display: inline-block;
  float: left;
  height: 100%;
  padding: 0 10px;
}
.clips-toolbar .clips-info .fa,
.clips-toolbar .clips-info .clips-count,
.clips-toolbar .clips-info .clips-count-text {
  float: left;
  margin-right: 5px;
  padding-top: 1px;
  text-align: left;
  white-space: nowrap;
}
.clips-toolbar .clips-info .fa {
  line-height: inherit;
  margin-left: 20px;
}
.clips-first-clip-modal {
  color: #444444;
  text-align: center;
  max-width: 635px;
  padding: 0;
}
.clips-first-clip-modal .clips-first-clip-content {
  background: url(https://public.slidesharecdn.com/images/clips-first-clip.png) no-repeat center bottom;
  font-weight: 300;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  padding: 30px 40px 400px 40px;
}
.clips-first-clip-modal .clips-first-clip-content p {
  font-size: 18px;
  font-weight: 300;
}
.clips-first-clip-modal .clips-first-clip-content .clips-first-clip-title {
  font-size: 24px;
  font-weight: bold;
  margin: 0.5em 0;
}
.clips-first-clip-modal .clips-first-clip-content .clips-first-clip-clipboard {
  font-size: 13px;
}
.clips-first-clip-modal .clips-first-clip-actions {
  background-color: #e4e4e4;
  border-top: 1px solid #d6d6d6;
  padding: 11px 0;
  font-size: 16px;
}
.clips-first-clip-modal .clips-first-clip-actions .button {
  border: 1px solid transparent;
  border-radius: 3px;
  margin: 0.2em 0.5em;
  width: 15em;
}
.clips-first-clip-modal .clips-first-clip-actions .button.tertiary {
  background: #ffffff;
  border-color: #b2b2b2;
  color: #6a6a6a;
}
.clips-first-clip-modal .clips-first-clip-actions .clips-first-clip-legal {
  color: rgba(0, 0, 0, 0.5);
  font-size: 11px;
  margin: 0.5em 0 0 0;
}
.clips-first-clip-modal .clips-first-clip-actions .clips-first-clip-legal a {
  color: inherit;
  text-decoration: underline;
}
/*
Rules for the CTAs at the top right corner of player
*/
.player {
  /* Common styles */

}
.player.fullscreen .player-cta-container .player-cta {
  padding-right: 20px;
  top: 30px;
}
.player .player-cta-container {
  position: absolute;
  top: 16px;
  width: 100%;
}
.player .player-cta-container .player-cta {
  float: right;
  position: relative;
  padding-right: 16px;
  z-index: 2;
}
.player .player-cta-container .visible {
  opacity: 1;
}
.clips-toolbar {
  display: block;
  text-align: center;
}
.clips-toolbar .clips-info {
  float: none;
  margin-top: 4px;
  opacity: 1;
  font-size: 11px;
}
.clips-toolbar .clips-count {
  font-size: 14px;
  line-height: 18px;
  height: 19px;
}
.clips-toolbar .clips-count-text {
  padding-right: 0;
  border-right: none;
  line-height: 18px;
}
.clips-toolbar .clip-meter {
  height: 4px;
}
.clips-toolbar .clips-actions {
  display: none;
}