@charset "UTF-8";
.ui-mobile .jtranslate-tag-text {
  color: #6e6e6e;
  font-family: "Helvetica Neue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  white-space: nowrap;
  text-decoration: none;
}
.ui-mobile .jtranslate-tag-text:hover {
  text-decoration: none;
}
.jtranslate-tag A {
  font-size: 12px;
  text-decoration: none;
}
.jtranslate-tag .jtranslate-icon {
  margin-right: 4px;
}
.jtranslate-tag-text {
  font-weight: normal;
  text-decoration: none;
}
.jtranslate-tag-text:hover {
  text-decoration: underline;
}
a.jtranslate-translate-action {
  text-decoration: none;
}
.jtranslate-translation-zone,
.jtranslate-translation-tag {
  display: inline;
}
.jtranslate-tag,
.jtranslate-header,
.jtranslate-tag-all {
  display: inline;
}
.jtranslate-icon {
  display: inline;
}
.jtranslate-translation-box {
  background: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-style: solid;
  border-width: thin;
  border-color: #dedede;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  margin-top: 20px;
  margin-bottom: 10px;
  border-left-color: #8ec156;
  border-left-width: 6px;
}
.ui-mobile .jtranslate-translation-box {
  margin-top: 5px;
  margin-bottom: 5px;
  border-left-width: 0px;
  border-width: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.ui-mobile .jtranslate-translation {
  padding-top: 0px;
  padding-bottom: 0px;
}
.ui-mobile .actions-wrapper .action-item.jtranslate-translation-processed .action-item-icon-wrapper img {
  filter: none;
}
.ui-mobile .jtranslate-translation-box .activity-description {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}
.ui-mobile .jtranslate-translation .jtranslate-icon {
  display: none;
}
.ui-mobile .jtranslate-translation {
  margin-top: 0px;
}
.jtranslate-comment-header {
  display: inline;
  white-space: nowrap;
}
.jtranslate-comment-header-padding {
  padding: 5px;
}
.jtranslate-tag-margin {
  margin-left: 10px;
}
.jtranslate-action-container {
  display: inline;
}
.jtranslate-middot {
  display: inline;
}
.jtranslate-invisible {
  display: none !important;
}
.jtranslate-visible {
  display: inline !important;
}
[class^="pub-action-toggler-"].selection-wrapper-side-open .jtranslate-active-translation .pub-action-jtranslate,
[class*=" pub-action-toggler-"].selection-wrapper-side-open .jtranslate-active-translation .pub-action-jtranslate {
  display: none !important;
}
[class^="pub-action-toggler-"]:not(.selection-wrapper-side-open) .jtranslate-active-translation .jtranslate-automatic-translation-btn,
[class*=" pub-action-toggler-"]:not(.selection-wrapper-side-open) .jtranslate-active-translation .jtranslate-automatic-translation-btn {
  display: none !important;
}
.jtranslate-translation {
  display: none;
  margin-bottom: 10px;
  margin-top: 20px;
}
.jtranslate-about {
  font-size: 11px;
  display: inline;
  color: #999999;
}
.publication-header .jtranslate-comment-translation .jtranslate-translation-result,
.pub-header .jtranslate-comment-translation .jtranslate-translation-result,
.title .pub-header .jtranslate-comment-translation .jtranslate-translation-result,
.title-wrapper .pub-header .jtranslate-comment-translation .jtranslate-translation-result,
.scp-container-title.title-wrapper .jtranslate-comment-translation .jtranslate-translation-result {
  font-size: 200%;
  line-height: 1;
}
.conversation-space .title-wrapper .jtranslate-about,
.publication-header .jtranslate-about,
.pub-header .jtranslate-about {
  display: none;
}
.jtranslate-show-original {
  display: inline;
}
.jtranslate-show-original-action {
  font-size: 11px;
}
.jtranslate-info-message {
  display: none;
}
.jtranslate-error-message {
  display: none;
  margin: 10px 0px;
  padding: 12px;
  color: #9F6000;
  background-color: #FEEFB3;
}
.jtranslate-translation-field[disabled] {
  background-color: #fff;
}
.mce-content-body {
  background-color: #fff;
}
.jtranslate-notifications {
  position: absolute;
  padding: 20px;
}
.mce-jtranslate-btn,
.mce-grayscale,
.jtranslate-grayscale {
  /* Firefox 10-34 */
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='saturate' values='0'/></filter></svg>#grayscale");
  /*
    Chrome 19+,
    Safari 6+,
    Safari 6+ iOS,
    Opera 15+
  */
  -webkit-filter: grayscale(1);
  /* Firefox 35+ */
  filter: grayscale(1);
  /* IE 6-9 */
  filter: gray;
}
.charCount {
  display: inline;
}
.jtranslate-app-body {
  background-color: #fff;
}
.jtranslate-panel-borderless {
  border: 0;
  box-shadow: none;
  padding: 15px;
  width: 100%;
}
@media screen and (max-width: 767px) /* width < 768px */
{
  .jtranslate-wysiwyg {
    height: auto !important;
  }
}
.navbar-brand IMG.jalios-icon {
  vertical-align: middle;
}
@media screen and (max-width: 767px) /* width < 768px */
{
  .ui-input-text {
    font-size: 1.5m;
  }
}
.ui-state-disabled {
  opacity: 1.0;
}
.jtranslate-indicator {
  font-size: 36px;
}
.jtranslate-indicator-text {
  font-size: 18px;
  font-weight: 200;
}
.jtranslate-publication-action-label {
  margin: 10px;
}
.jtranslate-jmobile-action-menu {
  margin: 0px !important;
  text-align: left !important;
}
.form-group.widget.widget-name-targetLang {
  margin-bottom: -5px;
}
.activity-actions .jtranslate-tag-text,
.alert-footer .jtranslate-tag-text,
.dbcomments .dbcommentCount .jtranslate-tag-text {
  color: #666;
}
.app-body .alert-card .jtranslate-translation {
  margin: 10px;
}
/*# sourceMappingURL=jtranslate.css.map */
