/* This file is loaded in backend only */
/* pbci = plugin_backend_container_inner */



.pbci {
  background-color: whitesmoke;
}

.pbci > .row,
.pbci section > .row {
  margin-left: 0;
  margin-right: 0;
}

.pbci > .row-buttons,
.pbci section > .row-buttons {
  margin-top: 10px;
  margin-bottom: 10px;
}


a {
  color:#033563;
  outline: none;
}

span.error {
  color: red;
  display: inline-block;
  width: 100%;
  background-color: #FCC;
  padding: 2px 5px;
}



/* -------------------------------------------------------- */
/* HEADLINES                                                */
/* -------------------------------------------------------- */
.pbci h1, .pbci h2, .pbci h3 {
  clear: both;
  position: relative;
  overflow: hidden;
}

.pbci h1 {
  width: 100%;
  background-color: #95c2fe;
  padding: 10px 10px;
  color: #1f2732;
  font-size: 28px;
  font-weight: normal;
  font-family: "myfont", serif;
  margin: 0;
  text-align: center
}

.pbci h2 {
  width: 100%;
  background-color: #bee2fe;
  padding: 10px 10px;
  color: #3d3d3f;
  font-size: 20px;
  font-weight: normal;
  font-family: "myfont", serif;
  margin: 20px 0 20px 0;
  text-align: center;
}

.pbci h2:first-of-type {
  margin: 0;
}


.pbci h3 {
  color: #777777;
  margin: 25px 0 10px;
  font-family: calibri, sans-serif;
  font-size: 17px;
  display: block;
  font-weight: bold;
}



.pbci .panel-padded {
  padding: 10px;
}


.pbci .panel h3:first-child {
  margin-top: 0;
}


.pbci h3.full {
  background-color: #EEE;
  color: #444;
  margin: 20px -15px 5px;
  padding: 10px 15px;
  font-weight: normal;
}


.pbci .panel h3.full {
  margin: 20px 0 5px;
}
.pbci .panel h3.full:first-child {
  margin-top: 0;
}

.pbci .panel.panel-padded {
  padding: 10px;
}
.pbci .panel.panel-padded h3.full {
  margin: 20px -10px 5px;
}
.pbci .panel.panel-padded h3.full:first-child {
  margin-top: -10px;
}



.editor-button-back {
  position: absolute;
  left: 10px;
  display: block;
  font-size: 14pt;
  font-family: calibri, sans-serif;
  top: 10px;
}

.btn {
  transition: all 0.5s, background-color 0.3s, border-color 0.3s;

}




.form-control {
  display: inline-block;
}




/* EDITOR OUTPUT */
#output-frame {
  overflow: visible;
  height: 0;
  position: relative;
  width: 90%;
  background-color: green;
  z-index: 10;
  left: 5%;
}

#output-frame #user-output{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-color: rgba(255,255,255, 0.5);
  margin: 0 !important;
}






/* OLD STUFF - this needs optimalisation */
div.plugin_backend {
  font-family: Calibri, 'Lucida Sans Unicode', arial, sans-serif;
  font-size: 14px;
}
.plugin_backend{ min-width: 650px;  display: block; padding: 0; overflow: hidden ; max-width: 100%}
.plugin_backend_container{margin: 0px; padding: 0; width: 100%; background-color: #FFF;  }
.pbci .padded {padding: 20px;}
.pbci table.border {border-collapse: collapse;}
.pbci table.border td{border: 1px solid #BBB; padding: 3px 5px;}
.pbci table.border th{border: 1px solid #BBB; padding: 3px 5px; background-color: #EEE;}
.plugin_backend .no-plugin-loaded{
  background: url('https://www.lalalukidscafe.at/editor/images/edit_tor_web_logo.png') no-repeat;
  background-position: center;
  background-color: #FFF;
  min-width: 600px;
  min-height: 100px;
  text-align: center;
  padding-top: 300px;
  border-bottom: 500px solid #FFF;
}
.editor_bottom_footer{background-color:#142333; text-align:center; font-size: 10px; margin: 15px 0;}





/* Lockable input */

.input-locked {
  transition: all 0.25s;
}

input.input-locked {
  background-color: #edf1f2;
}

.input-group-lockable {
  width: 100%;
  position: relative;
}

.input-group-lockable input.input-locked{
  width: 100%;
}
.input-group-lockable input.input-locked:disabled{
  background-color: #edf1f2;
}
.input-group-lockable input.input-locked.input-unlocked{
  background-color: #FFF;
}

input.input-locked {
  background-color: #edf1f2;
}

.input-group-lockable a.input-unlock {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
  font-size: 14px;
}
.input-group-lockable a.input-unlock.input-unlocked {
  opacity: 0.25;
  pointer-events: none;
}




/* --------------------------------- */
/*         USER OUTPUT               */
/* --------------------------------- */

.ed-error-userOutput {
  margin: 2px 0;
  padding: 5px 20px 5px 10px;
  background-color: #FFF88D;
  color: #333333;
}

.ed-error-userOutput-success {
  background-color: #AFA;
}
.ed-error-userOutput-fail {
  background-color: #F99;
  color: #333333;
}
.ed-error-userOutput-error {
  background-color: #ff8084;
  color: black;
}