﻿body {
}

.zk-kalendar-event-t1-position-sets {
    position: absolute;
    margin: 0px;
    padding: 0px;
    top: 0px;
    left: 0px;
    right: 0px;

    overflow: hidden;
    background-color: white;
}

.zk-kalendar-event-t1 {
    height: 100%;
    width: 95%;
    float: left;
    border-style: solid;
    border-color: palegreen;
    border-width: 1px;
    background-color: forestgreen;
    color: white;
    font-size: 65%;
    text-align: center;
    cursor: pointer;
}

.zk-kalendar-event-t1:hover {
    -moz-box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.2);
    box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.2);
}

.zk-kalendar-event-t1-nedostupan{
    background: repeating-linear-gradient( 45deg, #282828, #282828 5px, #515151 5px, #515151 10px );
    color: white;
    font-weight:800;
    border: 2px solid #282828 !important;
}

/*.zk-kalendar-event-nedostupan span{
    background-color: rgba(0, 0, 0, 0.7);
    padding-right: 5px;
    display: inline-block;
    width: 66px;
}*/

.zk-kalendar-event-t1-slobodan{
    background-color: white !important;
    color:black;
}

/*.zk-kalendar-event-t1-trenutno-se-menja{
    width: 5%;
    background: linear-gradient(181deg, #000, #fff);
    background-size: 400% 400%;
    height: 100%;
    float: right;
    -webkit-animation: editingAnimation 2s ease infinite;
    -moz-animation: editingAnimation 2s ease infinite;
    animation: editingAnimation 2s ease infinite;
}

@-webkit-keyframes editingAnimation {
    0%{background-position:51% 0%}
    50%{background-position:50% 100%}
    100%{background-position:51% 0%}
}
@-moz-keyframes editingAnimation {
    0%{background-position:51% 0%}
    50%{background-position:50% 100%}
    100%{background-position:51% 0%}
}
@keyframes editingAnimation { 
    0%{background-position:51% 0%}
    50%{background-position:50% 100%}
    100%{background-position:51% 0%}
}*/

/*.pulsate{
    animation: pulse 1s ease infinite;
    animation-iteration-count: 20;
}*/

/*@keyframes pulse{
    0%{
        -moz-box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0);
        -webkit-box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0);
        box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0);
    }
    50%{
        -moz-box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.3);
        -webkit-box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.3);
        box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.3);
    }
    100%{
        -moz-box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0);
        -webkit-box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0);
        box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0);
    }
}*/

/*.zk-kalendar-event-t1-shine {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 1%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.85) 70%, rgba(255, 255, 255, 0.85) 71%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(1%, rgba(255, 255, 255, 0.03)), color-stop(30%, rgba(255, 255, 255, 0.85)), color-stop(50%, rgba(255, 255, 255, 0.85)), color-stop(70%, rgba(255, 255, 255, 0.85)), color-stop(71%, rgba(255, 255, 255, 0.85)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 1%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.85) 70%, rgba(255, 255, 255, 0.85) 71%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 1%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.85) 70%, rgba(255, 255, 255, 0.85) 71%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 1%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.85) 70%, rgba(255, 255, 255, 0.85) 71%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 );
  width: 30%;
  height: 100%;
  transform: skew(-10deg, 0deg);
  -webkit-transform: skew(-10deg, 0deg);
  -moz-transform: skew(-10deg, 0deg);
  -ms-transform: skew(-10deg, 0deg);
  -o-transform: skew(-10deg, 0deg);
  animation: move 1.5s;
  animation-iteration-count: infinite;
  animation-delay: 1s;
  -webkit-animation: move 1.5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-delay: 1s;
  -moz-transform: skew(0deg, 0deg);
  -moz-animation: move 1.5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-delay: 1s;
  -ms-transform: skew(0deg, 0deg);
  -ms-animation: move 1.5s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-delay: 1s;
  -o-transform: skew(0deg, 0deg);
  -o-animation: move 1.5s;
  -o-animation-iteration-count: infinite;
  -o-animation-delay: 1s;
}

@keyframes move {
  0% {
    left: 0;
    opacity: 0.1;
  }
  5% {
    opacity: 0.2;
  }
  48% {
    opacity: 0.4;
  }
  80% {
    opacity: 0.2;
  }
  100% {
    left: 100%;
  }
}
@-webkit-keyframes move {
  0% {
    left: 0;
    opacity: 0.1;
  }
  5% {
    opacity: 0.2;
  }
  48% {
    opacity: 0.4;
  }
  80% {
    opacity: 0.2;
  }
  100% {
    left: 100%;
  }
}
@-moz-keyframes move {
  0% {
    left: 0;
    opacity: 0;
  }
  5% {
    opacity: 0.0;
  }
  48% {
    opacity: 0.2;
  }
  80% {
    opacity: 0.0;
  }
  100% {
    left: 88%;
  }
}
@-ms-keyframes move {
  0% {
    left: 0;
    opacity: 0;
  }
  5% {
    opacity: 0.0;
  }
  48% {
    opacity: 0.2;
  }
  80% {
    opacity: 0.0;
  }
  100% {
    left: 82%;
  }
}
@-o-keyframes move {
  0% {
    left: 0;
    opacity: 0;
  }
  5% {
    opacity: 0.0;
  }
  48% {
    opacity: 0.2;
  }
  80% {
    opacity: 0.0;
  }
  100% {
    left: 82%;
  }
}*/


