html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

/* Units - AG-GRID*/
#masterGrid {
    height: 400px;
    width: 100%;
    margin-bottom: 10px;
}

#popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #fff;
    padding: 20px;
    border: 1px solid #999;
    box-shadow: 0 2px 10px rgba(0,0,0,0.3);
    width: 700px;
    height: 400px;
}

    #popup .ag-theme-alpine {
        height: 250px;
        width: 100%;
    }

#popup-buttons {
    margin-top: 10px;
    text-align: right;
}

button {
    margin-right: 5px;
    padding: 4px 10px;
}

.btn-grid {
    line-height: 1.0 !important;
    margin-right: 5px;
}

/* CSS pro animaci přechodu barvy */
.marker-svg path {
    transition: fill 0.3s ease;
    stroke-width: 1px;
    stroke: #555;
}

.main-svg {
    border: 1px solid #dee2e6;
}

#videoWrapper {
    min-width: 640px;
    min-height: 480px;
    overflow: hidden;
    position: relative;
}

#videoWrapper iframe {
    transform: rotate(90deg);
    transform-origin: center center;
    width: 100%; /* prohozené rozměry */
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.workers {
    list-style:none;
}
.workers li {
    padding-bottom: 10px;
}