﻿/* * * * * * * * * * * * * * * * * * * * * * * * * * */
/* Sem dávejte třídy, které se týkají částí stránek. */
/* * * * * * * * * * * * * * * * * * * * * * * * * * */


/* LOGIN
----------------------------------------------------------*/

.imgLoginBreweryGate
{
  background-image: url(img/login_gate.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 136px;
  margin-top: 50px;
  margin-bottom: 22px;
}

div.loginForm
{
  width: 330px;
  margin: 0px auto;
  padding: 0px 180px 0px 60px;
  background-image: url(img/login_lock.png);
  background-repeat: no-repeat;
  background-position: left top;  
}
/*
div.loginForm div.loginLabel
{
  float: left;
  width: 75px;
  font-size: 11pt;
  color: #52390F;
  line-height: 17px;
  font-weight: bold;
}
div.loginForm input.tbx
{
  width: 238px;
}
div.loginForm .loginRow
{
  margin-bottom: 6px;
}
div.loginForm input.btn
{
  width: 242px;
  color: Black;
  height: 21px;
  background-image: url(img/login_button.png);
  background-repeat: no-repeat;
  background-position: left top;
  font-weight: bold;
  border: 0;
}
div.loginForm div.submitButton
{
  margin-top: 12px;
  text-align: right;
  padding-right: 6px;
}
div.loginForm div.submitButton input
{
  line-height: 16px;
}
div.loginForm .alzheimer
{
  margin-top: 10px;
}
div.loginForm .alzheimer a
{
  text-decoration: underline;
  color: #452D06;
  margin-left: 60px;
  font-weight: bold;
}
*/
.tblLogin
{
  margin-top:20px;
  width: 400px;
  padding:5px;
  /*border: 1px solid #949494;*/
  margin:0px auto;
}

.tblLogin .collbl
{
  width:160px;
  text-align:left;
}

.tblLogin td
{
  padding-top: 2px;
}

.tblLogin td.colbtn
{
  padding-top:20px;
  text-align:center;
}

.tblLogin input
{
  width: 150px; 
}

.L0G1N_H4X0R
{
  position: absolute;
  margin-left: 800px;
  width: 100px;
  padding-bottom: 6px;
  background-color: #00FFFF;
  border: 3px solid yellow;
}


/* OSTATNI
----------------------------------------------------------*/

.error
{
  color:Red;
}

.errorCenter
{
  color:Red;
  width: 100%;
  text-align: center; 
  display: block;
  margin-bottom: 12px;
}

.failureNotification
{
  font-size: 1.2em;
  color: Red;
}

.messagePanel
{
  background-color: #920000;
  border-bottom: 1px solid black;
  margin-bottom: 5px;
  padding: 2px;
  font-weight: bold;
  color: #ffebca;
}

.tooltipOff
{
  position: absolute;
  border: 0px solid black;
  padding: 0px;
  background-color: #F0F0F0;
  visibility: hidden; 
  display: none;
  overflow:auto;
  white-space:normal
}

.tooltipOn
{
  position: absolute;  
  /*height: 350px;*/
  width:300px;
  max-height: 300px;
  border: 0px solid black;
  padding: 0px;
  background-color: #F0F0F0;
  overflow: hidden;
  z-index: 12;
  white-space:normal;
}

.tblCalculation
{
  width:400px;
}

.tblCalculation textarea
{
  width:100%;
}

 #drop_zone
  {
    text-align:center;
    background-color:#f0f0f0;
    width:100%;
  }

.editor,
.imgPanel,
 .pnlLeft,
.pnlRight
 {
   width: 100%;
   height: 100%;

   /*width:50%;
   float:left;
   display:flex;
   align-items:center;
   max-height:700px;
   overflow-y:auto;
   overflow-x:visible;*/
 }


.editor {
  height: 90vh;
  min-height: 850px;
  max-height: 1300px;
  margin-bottom:100px;
}

.pnlLeft, .pnlRight {
  width: 49.5%;
  display: inline-block;
  position: relative;
}

.notes{
  height: 15%;
  text-align: left;
  padding: 15px;
  margin-top: 35px;
}    
.notes textarea{
  width: calc( 100% - 40px );  
  min-height: 85px;
} 

div.notes textarea:first-child {
  color:blue !important;
  margin-bottom: 0px;
  padding-bottom: 0px;
} 

div.notes textarea:last-child {
  color:green !important;
  margin-top: 0px;
  padding-top: 0px;
  border-top: none;
} 

.ribbon {
  background-color: rgba(0, 0, 0, .5);
  color: #fff;
  font-size: 20px;
  position: absolute;
  /*top: 0;
  left: 0;*/
  padding: 4px 8px;
  height: 35px;
  z-index: 1;
}
.scroller {
    position: relative;
    top: 45px;
    width: 100%;
    height: 85%;
    overflow: auto;
}
.scroller a{
display: block;
}
.scroller img{
  width: 100%
}

/*.pnlLeft,
.pnlRight {
  width: 49.5%;
  overflow: auto;
  display: inline-block;
}
  .editor  {
   text-align: left
  }

  .editor .img-main {
    width: 100%
  }


.editor .pnlLeft {
  position: relative;
}

.editor .pnlLeft .ribbon, .editor .pnlRight .ribbon{
  position: absolute;
  top: 0;
  left: 0;
  display: inline;
  width: auto;
}

.editor .pnlRight .ribbon{
  top: unset;
  left: unset;
}


.editor .pnlLeft .notes, .editor .pnlRight .notes{
  position: absolute;
  top: 0;
  right: 0;
  display: inline;
  width: 500px;
}

.editor .pnlRight .notes{
  top: 18px;
  right: 0;
}

.images-wrap {

  height: 70vh;
  min-height: 700px;
  max-height: 1200px;
  margin-bottom: 35px;
}


 .ribbon
 {
    background-color: rgba(0, 0, 0, .65);
    font-size: 20px;
    padding: 4px;
    color: #fff; 
 }

 .notes
 {
   background-color:#c0c0c0;
 }

 .notes textarea
 {
   width:100%;
 }

 .ribbon
 {
   width:100%;
 }

.previewImg {
  display: block;
  /*width: 100%;
  height: 100%;
}*/

  /*.previewImg
 {
   width: calc(100% - 220px);
   float:right;
   padding-left:20px;
 }*/

 /*.pnlRight
 {
   width:50%;
   float:right;
   display:flex;
   align-items:center;
   max-height:700px;
   overflow-y:auto;
   overflow-x:visible;
 }*/