#calendar .fc-view-container {
    background-color: white;
}
#sekce_reservation {
    margin: 10px auto;
    padding: 10px;
}
#external-events {
    position: fixed;
    z-index: 2;
    top: 130px;
    left: 20px;
    width: 170px;
    padding: 0 10px;
    border: 1px solid #ccc;
    background: #eee;
    height: 73%;
    overflow-y: auto;
  }
#external-events .fc-event {
    margin: 1em 0;
    cursor: move;
    padding: 0.5em;
    font-weight: bold;
}
#dialog table td {
    padding: 3px;
}
#typ-udalosti table td {
    padding: 3px;
}
#opening-hours table td {
    padding: 3px;
}
#opening-hours table th {
    text-align: center;
}
.removebtn {
    color:black;
    position: absolute;
    top: 0;
    right: 0;
    width:13px;
    height: 13px;
    text-align:center;
    border-radius:50%;
    font-size: 10px;
    cursor: pointer;
    background-color: #FFF;
}
.fc-event + .tooltip > .tooltip-inner {
    background-color: #73AD21; 
    color: #FFFFFF; 
    border: 1px solid green; 
    padding: 15px;
    font-size: 15px;
  }
  /* Tooltip on top */
.fc-event + .tooltip.bottom > .tooltip-arrow {
    border-bottom: 5px solid green;
}
#RZ {
  text-transform: uppercase;
}
.column-1 {
    display: inline-block;
    width: 78%;
}
.column-2 {
    display: inline-block;
    width: 22%;
}

.filter {
    padding: 10px;
    border: 1px solid #ccc;
    background: #eee;
}
  
th.fc-resource-cell  {
    overflow-x: hidden;
}
  
::-webkit-input-placeholder { color:#bbb; }
::-moz-placeholder { color:#aaa; } /* firefox 19+ */
:-ms-input-placeholder { color:#aaa; } /* ie */
input:-moz-placeholder { color:#aaa; }
