/* ---------------------------------------------------------------- */
/* ------------------- plugins/text/style.css ---------------- */
/* ---------------------------------------------------------------- */
.plugin_backend_container #text  {
}

.text-editable {
  border: 1px dotted black;
  overflow: hidden;
  display: inline-block;
  padding: 1px;
  min-width: 5px;
  /*background-color: yellow;*/
}
.text-editable:hover {
  border: 1px solid black;
}

.text-editable .lang-phraseHolder {
  display: inline-block;
}

.text-editable input.lang-translate {
  display: none;
  text-transform: none;
  color: black;
  background-color: white;
  font-family: calibri, arial, sans-serif;
  padding: 0 2px;
}

.text-editable .translateQuestionMark{
  cursor: help;
}

.text-notSet {
  font-family: courier, monospace, sans-serif;
}

.text-editable .lang-loader {

}

input.lang-translate {
  background-color: #FFF;
  color: #000;
  font-family: calibri, arial, sans-serif;
  display: inline-block;
}

.lang-text-stripe-result {
  color: #0C0;
  font-weight: bold;
}

.lang-text-stripe-result-error {
  color: #C00;
  font-weight: bold;
  cursor: help;
}



.text-editableText {
  min-height: 27px;
}


.text_portlet_editText {
  margin: 0;
  padding: 10px;
}
.text_portlet_editText div.col-md-12{
  padding-left: 0;
  padding-right: 0;
}

.text_portlet_editText .editor-tabs {
}


.text_portlet_editText ul.editor-tabs-ul {
  margin: 0;
  padding: 0;
}
.text_portlet_editText ul.editor-tabs-ul li {
  display: inline-block;
}

.text_portlet_editText a.editor-tabs-nav{
  color: gray;
}

.text_portlet_editText a.editor-tabs-nav-active{
  color: black;
  font-weight: bold;
}

.text_portlet_editText div.editor-tabs-content {
  display: none;
}
.text_portlet_editText div.editor-tabs-content-active {
  display: block;
}

/* fix Z-indexu koli stripu */
div.cke_inner {
  /*z-index: 100110 !important;*/
}


.text_portlet_editText  .language-selector-mini {
  display: none;
}

.text_portlet_editText .nav li {
  background-color: #f8f8f8;
  padding: 3px 8px;
}
.text_portlet_editText .nav li.active {
  background-color: #fff;
}
.text_portlet_editText .nav li a {
  font-weight: normal;
  color: #b6b6b6;
}
.text_portlet_editText .nav li.active a {
  font-weight: bold;
  color: black;
}