/* General */
.qualifier {
  padding: 0 3px 0 3px;
  color: #FFF;
  margin: 0 3px 0 4px;
  border-radius: 3px;
}
.m_qualifier {
  padding: 3px 6px 4px;
  color: #FFF;
  position: relative;
  border-radius: 5px;
  line-height: 100%;
  background-color: #CCC;
}
.dd_img {
  cursor: pointer;
}
.m_qualifier span {
  margin-right: 4px;
}
.plurkaction .m_qualifier img.dd_img {
  margin: -3px 0 3px;
}
.m_qualifier i:before {
  top: 0;
  font-size: 16px;
  line-height: 16px;
}
.mini_form .m_qualifier i:before {
  top: 1px;
  font-size: 12px;
  line-height: 10px;
}
/* Menu */
.qual_menu ul {
  background: #fff;
  border-radius: 6px;
}
.qual_menu li {
  color: white;
  white-space: nowrap;
  font-size: 13px;
  line-height: 13px;
  padding: 6px 12px;
  text-align: center;
  cursor: pointer;
}
.qual_menu li:hover {
  opacity: 0.7;
}
.qual_menu td {
  border: none !important;
  text-align: left;
}
.qual_menu .on {
  background-color: black !important;
  color: white !important;
}
.qual_menu .q_freestyle {
  color: #000;
  background-color: #CCC;
}
/* Quals */
/*.q_freestyle{
    background-color: #CCC;
}*/
.q_is {
  background-color: #ff7932;
}
.q_says {
  background-color: #e88d43;
}
.q_needs {
  background-color: #3aa46e;
}
.q_hopes {
  background-color: #e28ee1;
}
.q_feels {
  background-color: #4d99cd;
}
.q_thinks {
  background-color: #6ca5ce;
}
.q_wants {
  background-color: #84964d;
}
.q_wishes {
  background-color: #5cb27a;
}
.q_has {
  background-color: #468281;
}
.q_loves {
  background-color: #cc0100;
}
.q_hates {
  background-color: #111111;
}
.q_asks {
  background-color: #7c58a4;
}
.q_will {
  background-color: #ae60b1;
}
.q_was {
  background-color: #525252;
}
.q_had {
  /* not used */
  background-color: #8C8C8C;
}
.q_likes {
  background-color: #f2192d;
}
.q_shares {
  background-color: #c65454;
}
.q_replurks {
  background: #3b8610;
}
.q_replurks i {
  font-size: 12px;
  margin-left: 2px;
}
.q_gives {
  background-color: #683021;
}
.q_wonders {
  background-color: #4c6391;
}
.q_writes {
  background-color: #efab07;
}
.q_draws {
  background-color: #47b2b1;
}
.q_plays {
  background-color: #fd7387;
}
.q_buys {
  background-color: #ff9481;
}
.q_sells {
  background-color: #ff5129;
}
.q_eats {
  background-color: #ff8d06;
}
.q_polls {
  background-color: #3dabce;
}
.q_whispers {
  background-color: #32007e;
}
.qual_embedded {
  background: none;
  color: black;
  border: none;
  margin: 0;
  padding: 0 3px;
}
.extra_txt {
  font-size: 11px;
}
.lang_changer {
  position: absolute;
  font-size: 12px;
  background-color: #ffd88d;
  border: 1px solid #555555;
  color: #bf4507;
  padding: 0 3px 0 3px;
  white-space: nowrap;
}
.lang_changer img {
  margin: 0 2px 0 2px;
}
.td_qual div {
  white-space: nowrap !important;
}
#form_holder .qual_holder {
  color: black;
}

#emoticon-selector .pop-view-content {
  padding: 0;
  border-radius: 4px;
  overflow: hidden;
}
#emoticon-selector .header {
  display: flex;
  align-items: center;
  margin: 0;
  height: 50px;
  padding: 5px 6px;
}
#emoticon-selector .header .preview-img {
  display: block;
  min-width: 40px;
  height: 40px;
  text-align: center;
  float: left;
  white-space: nowrap;
}
#emoticon-selector .header .preview-img:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
#emoticon-selector .header .preview-img img {
  max-width: 32px;
  max-height: 32px;
  vertical-align: middle;
}
#emoticon-selector .header .desc {
  padding-left: 10px;
  flex-grow: 1;
}
#emoticon-selector .header .desc .title {
  color: #444;
  font-size: 13px;
}
#emoticon-selector .header .desc .desc {
  font-size: 12px;
}
#emoticon-selector .header .buttons {
  display: flex;
  align-items: center;
  gap: 8px;
}
#emoticon-selector .header .buttons .manager-button {
  width: 30px;
  height: 26px;
  background: #49ACEA;
  color: #FFF;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
}
#emoticon-selector .header .buttons .premium-info {
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #aeaeae;
  cursor: help;
}
#emoticon-selector .header .buttons .premium-info.hidden {
  display: none;
}
#emoticon-selector .header .buttons .premium-info:hover {
  color: #8a8a8a;
}
#emoticon-selector .scroll-holder {
  position: relative;
}
#emoticon-selector .scroll-bar {
  position: absolute;
  width: 8px;
  right: 1px;
  height: 0;
  background: #000;
  opacity: 0;
  z-index: 1;
  top: 1px;
  border-radius: 4px;
  transition: opacity 300ms;
}
#emoticon-selector .scroll-bar:hover {
  opacity: 0.5 !important;
}
#emoticons-holder {
  height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
  background: #F9F9FD;
  margin-right: -50px;
  /* hide scroll */
  padding-right: 50px;
}
#emoticons-holder ul {
  display: block;
  width: 388px;
  padding: 5px;
  min-height: 50px;
}
#emoticons-holder ul li {
  display: inline-block;
  width: 52px;
  height: 52px;
  padding: 2px;
  margin: 1px;
  white-space: nowrap;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
}
#emoticons-holder ul li:hover {
  background: #EEEEF3;
}
#emoticons-holder ul li:after {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
#emoticons-holder ul li img {
  max-width: 48px;
  max-height: 48px;
  vertical-align: middle;
}
#emoticons-holder ul li.disabled {
  opacity: 0.4;
  position: relative;
}
#emoticons-holder ul li.disabled:before {
  color: #ffffff;
  font-size: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.3);
}
#emoticons-holder ul li.disabled:hover {
  opacity: 1;
}
#emoticons-holder .other-info {
  text-align: center;
}
/* emoticons tab */
#emoticon-tabs {
  padding: 4px 0 2px;
  height: 36px;
  position: relative;
  border-top: 1px solid #EEE;
  box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.07);
}
#emoticon-tabs ul {
  display: block;
  margin: 0 4px;
  position: relative;
  white-space: nowrap;
  overflow-x: hidden;
  overflow-y: hidden;
  list-style: none;
}
#emoticon-tabs li {
  display: inline-block;
  margin: 0 2px 0 0;
  padding: 4px 8px;
  *zoom: 1;
  /* ie7 hack */
  *display: inline;
  /* ie7 hack */
  border-radius: 4px;
  cursor: pointer;
  width: 36px;
  height: 26px;
}
#emoticon-tabs li.current {
  background: #EEEEF3;
}
#emoticon-tabs li img {
  max-width: 20px;
  max-height: 20px;
  vertical-align: middle;
}
#emoticon-tabs .tabs-arrow {
  display: none;
}
#emoticon-tabs.show-arrow ul {
  margin: 0 23px;
}
#emoticon-tabs.show-arrow .tabs-arrow {
  display: block !important;
  font-size: 12px;
  width: 20px;
  color: #999 !important;
  position: absolute;
  top: 4px;
  cursor: pointer;
  height: 28px;
  text-align: center;
  line-height: 28px;
}
#emoticon-tabs.show-arrow .tabs-arrow:hover {
  color: #49ACEA !important;
}
#emoticon-tabs.show-arrow .tabs-arrow.disabled,
#emoticon-tabs.show-arrow .tabs-arrow.disabled:hover {
  color: #DDD !important;
}
#emoticon-tabs.show-arrow .tabs-arrow-left {
  left: 2px;
}
#emoticon-tabs.show-arrow .tabs-arrow-right {
  right: 2px;
}
/*
 hack pif's with-stem arrows into triangular arrows with limited width
*/
.emoticon,
.emoticon_my,
.emo_campaign,
.emoticons_campaign {
  vertical-align: top;
}
.emoticon-selector_img_on,
.emoticon-selector_img_off {
  cursor: pointer;
  float: left;
  margin: 2px 6px 0 0!important;
  position: relative;
  vertical-align: top;
}
#emoticon-selector .extra_emos_tip {
  padding: 3px 0 10px;
  text-align: center;
}
#emoticon-selector .emos_event_tip {
  bottom: 16px;
  color: black;
  position: absolute;
  left: 4px;
}
#emoticon-selector .emos_event_tip_secondary {
  color: #808080;
}
.preview-list {
  margin: 0 3px !important;
  border-top: rgba(0, 0, 0, 0.2) 1px solid;
  padding: 0 2px 4px;
}
.preview-list ul {
  padding: 0 2px;
}
.preview-list ul li {
  display: block;
  float: left;
  width: 50px;
  height: 50px;
  margin: 4px 4px 0 0;
  border: #DDD 1px solid;
  color: #888;
  position: relative;
  background-size: cover;
  cursor: pointer!important;
  font-size: 12px;
  text-align: center;
  line-height: 43px;
}
.preview-list ul li .ico {
  position: absolute;
  width: 12px;
  height: 12px;
  top: -2px;
  left: -2px;
}
.preview-list ul li .hi-def {
  position: absolute;
  width: 12px;
  height: 12px;
  top: -2px;
  left: 12px;
}
.preview-list ul li:hover {
  border-color: #BBB;
}
.preview-list ul .add_photo {
  font-size: 45px;
  font-family: Times New Roman;
  color: #AAA;
  line-height: 48px;
  text-align: center;
  vertical-align: top;
}
.preview-list ul .add_photo:hover {
  border: #BBB 1px dashed;
  color: #999;
  background: #F9F9FF;
}
.preview-list .meta,
.preview-list .poll-preview {
  width: auto;
  min-width: 50px;
  max-width: 160px;
  font-size: 12px;
  line-height: 15px;
  padding: 2px 16px 2px 2px;
  text-align: left;
  overflow: hidden;
}
.preview-list .meta .preview-content,
.preview-list .poll-preview .preview-content {
  word-break: break-all;
  white-space: normal;
  padding: 0;
  font-size: 1em;
  line-height: 1.3em;
}
.preview-list .meta .preview-content .img,
.preview-list .poll-preview .preview-content .img {
  width: 44px;
  height: 44px;
  background-size: cover;
  float: left;
  margin-right: 3px;
}
.preview-list .meta .pif-edit,
.preview-list .poll-preview .pif-edit,
.preview-list .meta .pif-cancel,
.preview-list .poll-preview .pif-cancel {
  color: #ff574d !important;
  position: absolute;
  right: 2px;
  bottom: 2px;
  padding: 1px 2px;
  border-radius: 3px;
  text-decoration: none !important;
}
.preview-list .meta .pif-edit:hover,
.preview-list .poll-preview .pif-edit:hover,
.preview-list .meta .pif-cancel:hover,
.preview-list .poll-preview .pif-cancel:hover {
  background: #ff574d;
  color: #fff !important;
}
.preview-list .uploading .progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  line-height: 50px;
  text-align: center;
  color: #F73;
  font-size: 18px;
}
.preview-list .uploading .progress div {
  position: absolute;
  height: 5px;
  left: 0;
  bottom: 0;
  background: #F73;
}
.preview-list .uploading .error {
  color: #F73;
  font-size: 20px;
  background: rgba(255, 255, 255, 0.8);
}
.preview-list .uploading .error:hover {
  color: #4A0;
}
.preview-list .poll-preview.plurk-edit {
  cursor: default !important;
}
.preview-list .poll-preview .preview-content {
  display: flex;
}
.preview-list .poll-preview .pif-cancel {
  top: 2px;
  right: 3px;
  bottom: auto;
}
.preview-list .poll-preview .pif-poll {
  margin-right: 3px;
  font-size: 44px;
  color: #39aee0;
}
.more-options {
  background: #F9F9FD;
}
.more-options .pop-view-content {
  overflow: hidden;
  border-radius: 4px;
  padding: 12px;
  color: #999;
  white-space: nowrap;
  font-size: 12px;
  line-height: 23px;
}
.more-options .option-limit {
  background: #FFF;
  padding: 6px 10px;
  border-radius: 5px;
  display: inline-block;
  margin-right: 14px;
}
.more-options .option-limit .options {
  padding-top: 4px;
  font-size: 13px;
}
.more-options .option-limit .options table {
  min-width: 310px;
}
.more-options .option-limit .options tr {
  border-radius: 3px !important;
  overflow: hidden;
}
.more-options .option-limit .options tr:hover {
  background: #F9F9FD;
}
.more-options .option-limit .options tr.selected {
  color: #FF574D;
}
.more-options .option-limit .options tr.selected .custom-list {
  color: #999;
}
.more-options .option-limit .options td {
  padding: 4px 4px 4px 26px;
  position: relative;
  cursor: pointer;
}
.more-options .option-limit .options td.pif-check:before {
  position: absolute;
  left: 6px;
  top: 10px;
  font-size: 12px;
  transform: scale(0.9);
}
.more-options .option-limit .options .limit-except:hover {
  background: none;
}
.more-options .option-limit .everybody-private {
  color: #AAA !important;
  font-size: 12px;
}
.more-options .option-limit.disabled {
  opacity: 1;
}
.more-options .option-limit.disabled .options {
  opacity: 0.5;
}
.more-options .option-limit.disabled .options tr {
  opacity: 1;
}
.more-options .option-limit.disabled .options tr:hover {
  background: #fff;
}
.more-options .comp-input {
  display: inline-block;
  width: 200px;
  font-size: 12px;
  min-height: 23px;
  background-color: #fff;
  color: #999;
  padding: 1px 6px;
  white-space: pre!important;
  margin: 0 0 0 8px !important;
  vertical-align: top;
  border-radius: 3px;
  background: #F9F9FD;
}
.more-options .custom-list {
  position: relative;
  height: 0;
  padding: 2px 3px 2px 18px;
  overflow: hidden;
  transition: height 0.15s ease-in;
}
.more-options .custom-list li {
  display: flex;
  align-items: center;
}
.more-options .custom-list:after {
  content: '';
  position: absolute;
  background: #e5e5e5;
  width: 3px;
  top: 6px;
  right: auto;
  bottom: 6px;
  left: 4px;
}
.more-options .custom-list.show {
  height: 70px;
}
.more-options .comp-input-td {
  padding: 4px 4px 4px 0;
}
.more-options .comp-input-td .comp-input {
  cursor: pointer;
  border: 1px solid #E5E5E5;
}
.more-options .other-options {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  padding-top: 6px;
}
.more-options .other-options td {
  vertical-align: top;
}
.more-options .other-options .options {
  padding: 0 0 12px 10px;
}
.more-options .selection {
  display: block;
  line-height: 20px !important;
  border: #DDDDE2 1px solid;
  background: #FFF;
  cursor: pointer;
  border-radius: 3px;
  position: relative;
  color: #FF574D;
}
.more-options .selection ul {
  display: block;
  position: relative;
}
.more-options .selection li {
  display: block;
  overflow: hidden;
  height: 0;
  padding: 0px 26px 0 6px;
}
.more-options .selection li.selected {
  display: block;
  height: auto;
}
.more-options .selection:hover {
  border: #CCCCD2 1px solid;
}
.more-options .selection:before {
  position: absolute;
  right: 4px;
  top: 4px;
  transform: scale(0.8);
}
.more-options .selection .selection-menu {
  position: absolute;
  background: #FFF;
  border: #DDD 1px solid;
  left: -1px;
  z-index: 999;
  border-radius: 3px;
}
.more-options .selection .selection-menu li {
  height: auto;
  color: #666;
  padding: 2px 26px 2px 6px;
}
.more-options .selection .selection-menu li:hover {
  background: #FF574D;
  color: #FFF;
}
.more-options .checkbox {
  display: inline-block;
  position: relative;
  border: #DDDDE2 1px solid;
  background: #FFF;
  width: 20px;
  height: 20px;
  overflow: hidden;
  color: #FF574D;
  border-radius: 3px;
  cursor: pointer;
  margin-top: 1px;
}
.more-options .checkbox:hover {
  border: #CCCCD2 1px solid;
}
.more-options .checkbox:before {
  position: absolute;
  transform: scale(0.85);
  top: 4px;
  left: 2px;
  color: #FF574D;
}
.more-options .disabled {
  opacity: 0.5;
}
.more-options .question-mark {
  font-family: "Lucida Console";
  display: inline-block;
  color: #fff;
  background-color: #999;
  font-size: 12px;
  line-height: 14px;
  width: 14px;
  height: 14px;
  text-align: center;
  border-radius: 8px;
  vertical-align: 40%;
  margin-left: 6px;
}
.more-options .question-mark:hover {
  background-color: #FF574D;
  color: #fff;
}
.limited-selector {
  margin-bottom: -1px !important;
}
.limited-selector .pop-view-content {
  padding: 0;
  border-radius: 4px;
  overflow: hidden;
}
.limited-selector .pop-view-arrow {
  display: none !important;
}
.limited-selector .friends-select-list li.selected:before {
  position: absolute;
  right: 14px;
  top: 16px;
  font-size: 12px;
  color: #FF574D;
}
.limited-selector .limited-selector-selected {
  position: relative;
  border-top: 1px solid #EEE;
  box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.07);
  background: #F9F9FD;
  padding: 6px;
}
.limited-selector .limited-selector-selected ul {
  display: block;
  background: #FFF;
  border-radius: 3px;
  border: #EEE 1px solid;
  cursor: text;
  white-space: normal;
  width: 300px;
  max-height: 120px;
  overflow-y: auto;
  padding: 0 2px 2px;
}
.limited-selector .limited-selector-selected li {
  display: inline-block;
  border-radius: 3px;
  font-size: 12px;
  color: #FFF;
  padding: 2px 4px 2px 5px;
  margin: 2px 2px 0 0;
  cursor: pointer;
}
.limited-selector .limited-selector-selected li.clique {
  background: #7daf23;
}
.limited-selector .limited-selector-selected li.plurker {
  background: #FF574D;
}
.limited-selector .limited-selector-selected li.limited-selector-friends {
  display: none;
}
.limited-selector .limited-selector-selected li.limited-selector-friends.show {
  display: inline-block;
}
.limited-selector .limited-selector-selected li i {
  display: inline-block;
  transform: scale(0.7);
  margin-left: 3px;
}
.limited-selector .limited-selector-selected li.limited-selector-input {
  border-radius: 0;
  padding: 0 0 0 4px;
  cursor: text;
}
.limited-selector .limited-selector-selected li.limited-selector-input:before {
  color: #999;
  font-size: 12px;
  transform: scale(0.9);
  margin: 0px;
}
.limited-selector .limited-selector-selected li.limited-selector-input input {
  border: 0;
  width: 60px;
  margin: 0;
  font-size: 12px;
  padding: 2px 3px;
  border-radius: 0;
  color: #333;
}

body {
  background: url(https://s.plurk.com/emoticon_manager/emo-packs/fba4380c47f5dff2ad58.png);
}
#pop-window-content {
  background-color: #e8e9e9;
}
.pop-window-title {
  text-align: center;
  color: white;
  line-height: 44px;
}
#pop-window-header {
  background-color: #FF574D;
  height: 44px;
  display: flex;
}
.pop-window-close {
  top: 2px;
  right: 5px;
  left: auto;
  color: white;
  line-height: 44px;
}
.pop-window-close:hover {
  color: #aaa;
}
#standalone-view-emo-pack-content-holder:not(.standalone-view-emo-pack-content-holder-embedded) {
  max-width: 612px;
  margin: 16px auto;
  border-radius: 10px;
}

