/*   edit popup ----------------- */        
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  border:1px solid #f00;
}

.overlay:target {
  visibility: visible;
  opacity: 1;
}
 
.popup {
  margin:20vh auto;
  padding: 20px 50px 20px 20px;
  background: rgb(230, 230, 230);
  border-radius: 2px;
  width: fit-content;
  max-width:90vw;
  position: relative;
  transition: all 5s ease-in-out; 
} 
.popup .close {
  position: absolute;
  top:    2px;
  right:  10px;
  transition: all 200ms;
  font-size: 1.5rem;
  font-weight: bold;
  text-decoration: none;
  color: #333; 
} 

 
.popup .close:hover {
  color: #06D85F;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}

.popup-text {
  position:absolute;  
  bottom:0;
  width:100%;
}

 .edit-variable {   
  font-size: 0.5rem; 
 }
  .edit-variable-popis {
  padding:0;
  font-size: 0.5rem;  
 }
.popup input,
.popup textarea {
  margin:0;
}
.edit-text {
  margin-top:0.7rem;
  font-size: 0.6rem;
  line-height:1rem;   
}
.edit-text-cz {
  background-color: #e1eeff;
  font-size: 0.6rem;
  line-height:1rem;
}
.edit-header {
  font-size: 0.6rem;
  line-height:1rem;
  color: #999;
}
.edit-empty {
  margin-top:-0.7rem;
  font-size: 0.4rem;
  line-height:0.6rem;   
}
.edit-img-alt, 
.edit-img-title {
  
display: block;
font-size: 12px;
}

.edit_space 
{
font-size: 16px;
padding-top:5px;
}
.edit_help 
{
font-size: 12px;
padding-top:5px;
color:#999;
}


@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
}
  /* edit -----------------------*/
  .edit-all{
    position:relative;
    width:0px;
    height:0px;
    z-index: 999999;
  }

 

.edit_rad {
display:inline
}
.edit_rad {
font-size: 14px;
}
.edit_rad_red {
font-size: 14px;
color:#f00
}


.edit-button { 
position: absolute;
color:rgb(189, 189, 189);
font-size:12px;
margin-left: 5px;
margin-top: 20px;
 
}
