
.zk-kalendar-table {
    border: 1px solid black;
    border-collapse: collapse;
    table-layout: auto;
    width: 100%;
    height: 350px;
}

.zk-kalendar-table-time-sheet-holder-th {
    border: 1px solid #0e40b5;
    border-collapse: collapse;
    color: white;
    width: 100%;
    /*width: Calc(100%/7);*/
    max-width: 100%;
    white-space: nowrap;
    overflow-x: hidden;
    text-align: center;
    height: 25px;
}

.zk-kalendar-table-time-sheet-holder-td {
    border: 0px solid black;
    border-collapse: collapse;
    width: 100%;
    /*width: Calc(100%/7);*/
    max-width: 100%;
    white-space: nowrap;
    /*overflow-x: hidden;*/
}

.zk-kalendar-table-time-column-th {
    border: 2px solid black;
    width: auto;
    /*min-width: 5px;*/
    max-width: 50px;
    font-size: 0.7em;
}

.zk-kalendar-table-time-column-td {
    border: 0px solid black;
    width: auto;
    /*min-width: 5px;*/
    max-width: 50px;
    font-size: 0.7em;
    position: relative;
}

.zk-kalendar-striped-row{
    /*background-color: #eaeaea;*/
    background-color: #dddddd;
}

.zk-kalendar-day-expanded-view-activated {
  width: 70vw;
}

.zk-kalendar-danasnji-dan {
    background-color: #428bca;
    color: white;
    padding: 2px 10px;
    border-radius: 8px;
}

.lekari-opcije:hover{
    -webkit-box-shadow: inset 200px 200px 5px 200px rgba(198, 198, 198, 0.4);
    -moz-box-shadow: inset 200px 200px 5px 200px rgba(198, 198, 198, 0.4);
    box-shadow: inset 200px 200px 5px 200px rgba(198, 198, 198, 0.4);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.lekari-opcije:hover img{
    -webkit-filter: brightness(80%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.lekari-opcije .lekari-drop{
    display: none;
    z-index: 100;
    /*transition: opacity 1s ease-out;
    opacity: 0;*/
}

.lekari-opcije:hover .lekari-drop {
    display: block;
    opacity: 1;
    position: absolute; 
    top:2%;
    right: 2px;
}

.lekari-opcije .lekari-dodaj{
    display: none;
    z-index: 100;
}


.lekari-opcije:hover .lekari-dodaj{
    display: block;
    position: absolute;
    top: 2%;
    left: 2px;
    transition: ease 1s;
    color: limegreen;
}

.lekari-opcije .lekari-left{
    display: none;
    z-index: 100;
}

.lekari-opcije:hover .lekari-left{
    display: block;
    position: absolute;
    top: 40%;
    left: 2px;
    transition: ease 1s;
}

.lekari-opcije .lekari-right{
    display: none;
    z-index: 100;
}

.lekari-opcije:hover .lekari-right {
    display: block;
    opacity: 1;
    position: absolute; 
    top:40%;
    right:2px;
}

.zk-kalendar-sticky-header-sticky-style {
  position: fixed;
  top: 45px;
  /*visibility: collapse;*/
  /*width: 100%;*/
}

/*Trenutna verzija dugmica na timesheetholderu | v2*/

.lekari-opcije .lekari-dodaj-v2{
    display: block;
    z-index: 100;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background-color: #428bca;
    color: white;
    border-bottom-right-radius: 50%;
}


.lekari-opcije:hover .lekari-dodaj-v2{
    visibility: visible;
    opacity: 1;
    transition: all 0.5s ease;
    transition-delay: 0.5s;
}

.lekari-opcije .lekari-drop-v2{
    display: block;
    z-index: 100;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    background-color: rgba(51, 51, 51, 0.8);
    color: white;
    width: 20px;
    height: 20px;
    border-bottom-left-radius: 50%;
}


.lekari-opcije:hover .lekari-drop-v2{
    visibility: visible;
    opacity: 1;
    transition: all 0.5s ease;
    transition-delay: 0.5s;
}

.lekari-opcije .lekari-left-v2{
    display: block;
    z-index: 100;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(51, 51, 51, 0.8);
    color: white;
    width: 20px;
    height: 20px;
    border-top-right-radius: 50%;
}


.lekari-opcije:hover .lekari-left-v2{
    visibility: visible;
    opacity: 1;
    transition: all 0.5s ease;
    transition-delay: 0.5s;
}

.lekari-opcije .lekari-right-v2{
    display: block;
    z-index: 100;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: rgba(51, 51, 51, 0.8);
    color: white;
    width: 20px;
    height: 20px;
    border-top-left-radius: 50%;
}


.lekari-opcije:hover .lekari-right-v2{
    visibility: visible;
    opacity: 1;
    transition: all 0.5s ease;
    transition-delay: 0.5s;
}

.sticky-modal-resource-nedostupan {
    cursor: pointer;
    display: flex;
    border-radius: 20px;
    background-color: rgba(255, 0, 0, 0.2);
}

.sticky-modal-resource-neutralan {
    cursor: pointer;
    display: flex;
    border-radius: 20px;
    background-color: rgb(242, 242, 242);
}

.sticky-modal-resource-dostupan {
    cursor: pointer;
    display: flex;
    border-radius: 20px;
    background-color: rgb(173, 255, 173);
}

/*.sticky-modal-resource span {
    margin-left: 20px;
    margin-top: 5px;
    display: inline-block;
    position: absolute;
    right: 25px;
}*/

.sticky-modal-resource button {
    background-color: transparent;
    border-radius: 20px;
    border: 0;
    width: 30px;
    height: 20px;
    padding-top: 0;
    margin-left: 20px;
    margin-top: 5px;
    display: inline-block;
    position: absolute;
    right: 25px;
}

.sticky-modal-resource button:hover {
    background-color: rgba(178, 178, 178, 0.3);
    transition: all 0.2s ease;
}

.sticky-modal-resource p {
    margin-right: 30px;
    margin-left: 10px;
    display: inline-block;
    margin-bottom: 0;
    margin-top: 5px;
}

.sticky-modal-resource-kontrola-resursa button {
    background-color: transparent;
    border-radius: 20px;
    border: 0;
    width: 30px;
    height: 20px;
    padding-top: 0;
    /*margin-left: 20px;*/
    margin-right: 10px;
    margin-top: 5px;
    display: inline-block;
    /*position: absolute;
    right: 25px;*/
}

.sticky-modal-resource-kontrola-resursa button:hover {
    background-color: rgba(178, 178, 178, 0.3);
    transition: all 0.2s ease;
}

.sticky-modal-resource-kontrola-resursa p {
    margin-right: 30px;
    margin-left: 10px;
    display: inline-block;
    margin-bottom: 0;
    margin-top: 5px;
}

#shade-modal {
    background-color: rgba(40, 40, 40, 0.5);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    overflow: auto;
    z-index: 99999;
}

#shade-modal-event-show {
    background-color: rgba(40, 40, 40, 0);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    overflow: auto;
    z-index: 999999;
}

.kalendar-top-menu {
    border-top: 1px solid #f2f2f2;
    padding-bottom:0;
    /*padding-top: 20px;*/
    /*min-height: 100px;*/
    z-index:99999999; 
    position: sticky; 
    top: 45px; 
    background-color: white;
    /*border-bottom: 1px solid black;*/
}

.modal-open {
    overflow-y: scroll !important;
}

.modal {
    overflow-y: auto !important;
}

.modal-conflict-show {
    visibility: visible;
    opacity: 1;
    margin-top: 5px;
    min-width: 30px;
    min-height: 15px;
    border-bottom-left-radius: 90px;
    border-bottom-right-radius: 90px;
    background-color: black;
    opacity: 0.7;
    position: absolute;
    bottom: 0%;
    left: 14%;
    transition: all 1s ease;
}

.zoom-buttons > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.zoom-buttons > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.pulsate-alert{
    animation: pulse-alert 0.3s ease infinite;
    animation-iteration-count: 8;
}

@keyframes pulse-alert{
    0%{
        -moz-box-shadow: inset 0 0 100px 100px rgba(217, 83, 79, 0);
        -webkit-box-shadow: inset 0 0 100px 100px rgba(217, 83, 79, 0);
        box-shadow: inset 0 0 100px 100px rgba(217, 83, 79, 0);
    }
    50%{
        -moz-box-shadow: inset 0 0 100px 100px rgba(217, 83, 79, 0.2);
        -webkit-box-shadow: inset 0 0 100px 100px rgba(217, 83, 79, 0.2);
        box-shadow: inset 0 0 100px 100px rgba(217, 83, 79, 0.2);
    }
    100%{
        -moz-box-shadow: inset 0 0 100px 100px rgba(217, 83, 79, 0);
        -webkit-box-shadow: inset 0 0 100px 100px rgba(217, 83, 79, 0);
        box-shadow: inset 0 0 100px 100px rgba(217, 83, 79, 0);
    }
}

.modal-window-extra-lg .modal-dialog {
  width: 90%;
}

.modal-window-medium-lg .modal-dialog {
  width: 80%;
}

.modal-window-1200 .modal-dialog {
  width: 1200px;
  height: 90%
}

.modal-window-1200-percent .modal-dialog {
  width: 70%;
  height: 90%
}

@media screen and (max-width: 1200px) {
  .modal-window-1200-percent .modal-dialog {
    width: 96%;
  }
}

.modal-window-1200-att .modal-dialog {
  width: 1200px;
  height: 90%
}

@media screen and (max-width: 1250px) {
  .modal-window-1200-att .modal-dialog {
    width: 80%;
  }
}

.modal-window-1200-gallery .modal-dialog {
  width: 70%;
  /*height: 90%*/
}

@media screen and (max-width: 1200px) {
  .modal-window-1200-gallery .modal-dialog {
    width: 96%;
  }
}

.modal-window-60p .modal-dialog {
  width: 60%;
}

.modal-window-600 .modal-dialog {
  width: 600px;
}

.modal-window-460 .modal-dialog {
  width: 460px;
}

.modal-window-460-p .modal-dialog {
  width: 460px;
}

@media screen and (max-width: 1200px) {
  .modal-window-460-p .modal-dialog {
    width: 96%;
  }
}

.modal-window-360 .modal-dialog {
  width: 360px;
}

.modal-window-overflow .modal-dialog {
  height: 90%;
  overflow: auto;
}

.modal-window-h80p-w900 .modal-dialog {
  width: 900px;
  height: 80%;
}
.modal-window-h60p-w90p .modal-dialog {
  width: 50%;
  height: 60%;
}

@media screen and (max-width: 1200px) {
  .modal-window-h60p-w90p .modal-dialog {
    width: 96%;
  }
}

.modal-window-h80p-w900-p .modal-dialog {
  /*width: 900px;*/
  width: auto;
  margin: 50px 100px;
  height: 80%;
}

@media screen and (max-width: 1200px) {
  .modal-window-h80p-w900-p .modal-dialog {
    /*width: 96%;*/
    width: auto;
  }
}

.zk-kalendar-day-indicator {
    flex-grow: 1; 
    background-color: #fff; 
    border: 2px solid #418bca;
    border-radius: 50px; 
    margin-left: 5px; 
    margin-right: 5px;
    height: 6px;
    margin-top: auto;
    margin-bottom: auto;
}

.zk-kalendar-day-indicator-selected {
    flex-grow: 1; 
    border-radius: 50px; 
    margin-left: 5px; 
    margin-right: 5px;

    /*border: 2px solid #0a6de1;*/
    background-color: #418bca;

    /*background: linear-gradient(270deg, #80f0fc, #0a6de1, #80f0fc);
    background-size: 600% 600%;

    -webkit-animation: SelectedSwipe 2s ease;
    -moz-animation: SelectedSwipe 2s ease;
    animation: SelectedSwipe 2s ease;
    animation-iteration-count: 4;*/

    /*-webkit-animation: heartbeat 1.5s ease-in-out infinite both;
	        animation: heartbeat 1.5s ease-in-out infinite both;*/
	-webkit-animation: flip-horizontal-top 0.4s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
	        animation: flip-horizontal-top 0.4s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
            animation-iteration-count: 3;
}

@keyframes SelectedSwipe { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}

@-webkit-keyframes flip-horizontal-top {
  0% {
    -webkit-transform: rotateX(0);
            transform: rotateX(0);
  }
  100% {
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
  }
}
@keyframes flip-horizontal-top {
  0% {
    -webkit-transform: rotateX(0);
            transform: rotateX(0);
  }
  100% {
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
  }
}

.close-modal {
    color: #616f77;
    cursor: pointer;
    height: 30px;
    width: 30px;
    background-color: transparent;
    border-radius: 20px;
    padding: 5px 5px 5px 10px;
}

.close-modal:hover {
    background-color: #f2f2f2;
    transition: all 0.3s ease;
}

#zk-undo-notif {
    /*display: none;*/ 
    position: absolute; 
    top: -50px; 
    left: 0; 
    right: 0; 
    margin: 0 auto; 
    height: 50px; 
    width: 400px; 
    border-bottom-left-radius: 10px; 
    border-bottom-right-radius: 10px; 
    background-color: white; 
    border: 2px solid #e8e8e8;
}

.zk-undo-open {
    top: 0 !important;
}

.zk-undo-notif-anim {
    -webkit-transition: top 0.3s ease-out;
        -moz-transition: top 0.3s ease-out;  
            -o-transition: top 0.3s ease-out; 
            transition: top 0.3s ease-out;
}

#zk-appjs-loaders-notif {
  /*display: none;*/
  position: absolute;
  top: -80px; /*-80px;*/
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 80px;
  width: 600px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: white;
  border: 2px solid #e8e8e8;
}

.zk-appjs-loaders-open {
  top: 0 !important;
}

.zk-appjs-loaders-anim {
  -webkit-transition: top 0.3s ease-out;
  -moz-transition: top 0.3s ease-out;
  -o-transition: top 0.3s ease-out;
  transition: top 0.3s ease-out;
}

.btn-azuriranje {
  /*color: rgb(242, 203, 136) !important;*/
  font-weight: 600;
  /*padding: 0;*/
  /*padding: 6px 12px 6px 14px;*/
}

.btn-zakazivanje {
  /*color: rgb(175, 204, 250) !important;*/
  font-weight: 600;
  /*padding: 0;*/
  /*padding: 6px 14px 6px 12px;*/
}

.li-disabled {
    pointer-events: none;
    opacity: 0.4;
    cursor: default;
}

.li-disabled a:hover {
  cursor: default;
}

.otkazi-btn {
  background-color: rgba(255, 255, 255, 0.8);
  color: #000;
  font-weight: 500;
  padding: 0 5px;
  cursor: pointer;
  border-radius: 3px;
  margin-right: 5px;
}

.otkazi-btn:hover {
    color: #000;
    text-decoration: none;
}

.zakazivanje-chip {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

    height: 34px;
    padding: 0 15px;
    margin-left: 10px;
    background-color: rgba(255,0,0,0.65);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border-radius: 50px;
    cursor: default;
}

.att-item-video {
  background-color: #333333 !important;
  color: #fff;
}

.att-item-word {
  background-color: #2b579a !important;
  color: #fff;
}

.att-item-excel {
  background-color: #217346 !important;
  color: #fff;
}

.att-item-pdf {
  background-color: #9c0909 !important;
  color: #fff;
}

.att-item-audio {
  background-color: #56d170 !important;
  color: #fff;
}
