.navmenu-fixed-right .input-group-btn .btn-default {
  height: 34px;
}

.navmenu-fixed-right .input-group-btn .glyphicon-search {
  top: 5px;
}

#react-search-lg .more-results {
  padding: 12px;
  text-align: center;
}

.nextpage {
    display: none;
}

textarea {
  resize: none;
}

a {
  cursor: pointer;
}

/* ＋更多的 dropdown, 因為 react 的關係, 所以不能用 '>' selector */
.open .react-more-dropdown-menu {
  display: block;
}

 .react-more-dropdown-menu li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.75;
  color: #666;
  white-space: nowrap;
}

 .react-more-dropdown-menu li > a:hover,  .react-more-dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #595959;
  background-color: #f9f9f9;
}

/* 短信验证码 */
.form-verifycode {
  display: inline;
  width: 100px;
}

/* 創意徵選上傳頁面欄位被移除時的 animation */
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -10%, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes playerFadoOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

/* 創意徵選頁面 新增 / 移除 欄位時使用 ReactCSSTransitionGroup 來做 animation */
.block-exit {
  -webkit-animation-duration: .25s;
  animation-duration: .25s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeOutUp;
}

.block-enter {
  -webkit-animation-duration: .25s;
  animation-duration: .25s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
}

.dashed-block.disabled  {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .65;
}

.textarea {
  position: relative;
}

/* .lazyload related */
.lazyload,
.lazyloading {
	filter: blur(50px);
}
.lazyloaded {
	filter: blur(0);
	transition: filter 200ms;
}

/* 這個會害個人頁更換封面時版面爆炸，所以把它藏起來 */
.plupload {
  display: none !important;
}

/* 管理專輯 / 歌單內的歌曲移動時的 ghost element */
.sortable-ghost {
  opacity: 0;
}

/* 聊天室的訊息時間 */
.chat-page .container .chat-members .list-group a.list-group-item h4 small span {
  overflow: initial;
}

#verify-loading {
	display: none;
	width: 44px;
	height: 44px;
	background: transparent url(https://staging-static.streetvoice.cn/asset_stage/images/loading.gif) 50% 50% no-repeat;
  background-size: 100%;
}

/* for GTM, 加上這個防止事件沒有冒泡到 parent */
[data-ga-on="click"] *,
[data-ga-on="social"] * {
  pointer-events:none;
}

#react-player .btn-volume span {
  pointer-events: none;
}

#react-player .progress {
  cursor: pointer;
}

.geetest_holder {
  min-width: 238px !important;
}

.geetest_box {
  top: 6rem !important;
}

@-webkit-keyframes detect-dom-insertion { from {opacity: 0.99;} to {opacity: 1;} }
@keyframes         detect-dom-insertion { from {opacity: 0.99;} to {opacity: 1;} }
/* {#id_region} {
  -webkit-animation-delay: 0s !important;
  -webkit-animation-name: detect-dom-insertion !important;
  -webkit-animation-duration: 1ms !important;
  -webkit-animation-play-state: running !important;
  animation-delay: 0s !important;
  animation-name: detect-dom-insertion !important;
  animation-duration: 1ms !important;
  animation-play-state: running !important;
} */

#id_region,
#captcha-box,
#manage_change_cellphone {
  animation-duration: .1s;
  animation-name: detect-dom-insertion;
}

.dropup .dropdown-toggle::after {
  border-top: .3em solid !important;
  border-right: .3em solid transparent !important;
  border-bottom: 0 !important;
  border-left: .3em solid transparent !important;
}

[data-google-query-id] {
  margin: 0 auto;
}

[data-google-query-id] [id^="google_ads_iframe"],
[data-google-query-id] [id^="google_ads_iframe"] iframe {
  max-width: 100% !important;
}

.qrcode-body img {
  margin: 0 auto;
}

.grecaptcha-badge {
  visibility: hidden;
}

.comment-relative {
  position: relative;
  z-index: 2;
}

.bootstrap-select .dropdown-menu {
  left: 0;
  right: 0;
  max-height: 300px !important;
}

.appearance-none::-webkit-outer-spin-button,
.appearance-none::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.appearance-none {
    -moz-appearance: textfield;
}

.dropdown-search ::-webkit-scrollbar {
  display: none;
  width: 0;  /* Remove scrollbar space */
  background: transparent;  /* Optional: just make scrollbar invisible */
}

/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
}

#nprogress .bar {
  background: #ff595f;

  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;

  width: 100%;
  height: 2px;
}

/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #ff595f, 0 0 5px #ff595f;
  opacity: 1.0;

  -webkit-transform: rotate(3deg) translate(0px, -4px);
      -ms-transform: rotate(3deg) translate(0px, -4px);
          transform: rotate(3deg) translate(0px, -4px);
}

/* Remove these to get rid of the spinner */
#nprogress .nspinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}

#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;

  border: solid 2px transparent;
  border-top-color: #ff595f;
  border-left-color: #ff595f;
  border-radius: 50%;

  -webkit-animation: nprogress-spinner 400ms linear infinite;
          animation: nprogress-spinner 400ms linear infinite;
}

.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}

.nprogress-custom-parent #nprogress .nspinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}

@-webkit-keyframes nprogress-spinner {
  0%   { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes nprogress-spinner {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
