

body {

}

.zk-kalendar-time-sheet {
    min-height: 50px;
    height: 100%;
    position: relative;
    overflow: hidden;
    overflow-y: hidden;
    overflow-x: hidden;
}

.trenutno-vreme {
    background-color: rgba(0, 0, 0, 0.4);
    width: 285px;
    height: 3px;
    position: absolute;
    border-radius: 20px;
    top: 150px;
    z-index: 999999;
}

.trenutno-vreme-dot {
    background-color: rgba(0, 0, 0, 0.4);
    width: 6px;
    height: 6px;
    border-radius: 20px;
    position: absolute;
    top: -2px;
    left: -2px;
}

.tmpevent {
    background-color: #f2f2f2;
    width: 95%;
    border: 2px solid #d2d2d2;
    display: flex;
    justify-content: space-around;
    align-items: center;
                              
    position: absolute;
    top: 250px;

    z-index: 1000000;
}

.tmpevent span {
    font-size: 0.6em;
    flex-grow: 0.5;
    margin-left: 2px;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
    justify-content: space-around;
}

.tmpevent-btn {
    flex-grow: 0.1;
  
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 3px;
  
    height: 20px;
    width: 25px;
    border-radius: 5px;
    border: 2px solid #3c9abc;
    background-color: #5bc2e7;
    color: black;
    font-weight: 800;
    justify-content: space-around;
    position: absolute;
    right: 0px;

    display: flex;
}

.tmpevent-btn i {
    color: white;
    font-size: 0.8em;
    margin-top: 2px;
}

