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

.text-editable {
  border: 1px dotted #3b97e3;
  overflow: hidden;
  display: inline-block;
  padding: 1px;
  min-width: 5px;
  /*background-color: yellow;*/
}
.text-editable:hover,
.text-editable:focus,
.lang-phraseHolder-selected{
  /*border: 1px solid black;*/
  border: 2px solid #3b97e3;

}

.text-editable:focus{
  border: none;
}


.lang-phraseHolder:focus{
  border: 2px solid red;
}


.text-editable .lang-phraseHolder:focus{
  outline: none
}



.text-editable .lang-phraseHolder {
  display: inline-block;
  min-width: 50px
}

.lang-phraseHolder-toolbar{
  display: none;
  position: absolute;
  background-color: #3b97e3;
  white-space: nowrap;
  color: white;
  z-index: 10;
  padding: 0 2px;
  top: -20px;
  left: -2px;
  font-size: 15px;
  width: 20px;
  height: 20px;
  text-shadow:none;
}

.text-editable:hover .lang-phraseHolder-toolbar,
.text-editable.lang-phraseHolder-selected .lang-phraseHolder-toolbar{
  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;
  min-width: 50px;
  border: 2px dotted #3b97e3;

}

.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;
}


.ck.ck-balloon-panel {
  z-index: 999999!important;
}


.text_portlet_editText ul.text-edit-langs-wrapper {
  border-bottom: none;
  position: relative;
  bottom: -2px;
  z-index: 5;
  margin-top: 3px;
  margin-bottom: 5px;
}

.text_portlet_editText ul.text-edit-langs-wrapper li {
  display: inline-block;
}
.text_portlet_editText ul.text-edit-langs-wrapper li a{
  text-decoration: none !important;
}

.text_portlet_editText .text-edit-portlet-headline {
  background-color: #aaaaff;
  text-align: left;
  display: block;
  font-size: 14pt;
  margin: -10px -10px 0 -10px;
  font-weight: bold;
  padding: 7px 15px;
  border-top-left-radius: 3px;
}


.text_portlet_editText .id-shower {
  padding-top: 5px;
}
.text_portlet_editText #text-editForm {
  padding: 0;
  margin: 0;
}