
.kwiki-cal-wrapper h1,
.kwiki-cal-wrapper h2,
.kwiki-cal-wrapper h3,
.kwiki-cal-wrapper h4,
.kwiki-cal-wrapper h5,
.kwiki-cal-wrapper h6,
.kwiki-cal-wrapper span,
.kwiki-cal-wrapper div,
.kwiki-cal-wrapper input,
.kwiki-cal-wrapper ul,
.kwiki-cal-wrapper li,
.kwiki-cal-wrapper a {
    font-family: 'Open Sans', sans-serif;
}

.kwiki-cal-wrapper {
    font-family: 'Open Sans', sans-serif;
    border: 1px solid rgba(0,0,0,0.2);
    background-color: #eee;
    padding: 0;
    border-radius: 2px;
    overflow: hidden;
    width: 100%;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
    margin: 15px auto;
    min-width: 300px;
    max-width: 580px;
}

/* kwiki calendar styles */
.kwiki-cal-wrapper div,
.kwiki-cal-wrapper span,
.kwiki-cal-wrapper a,
.kwiki-cal-wrapper i {
    box-sizing: border-box;
    line-height: normal;
}

.kwiki-cal-head {
    border-bottom: 1px solid #ddd;
    padding: 4px;
    font-size: 12px;
    background-color: #eee;
    display: table;
    width: 100%;
}

.kwiki-cal-head-cell-sm {
    display: table-cell;
    width: 15%;
    color: #777;
    cursor:pointer;
    text-align: center;
    padding: 5px 0px;
    border:1px solid transparent;
}

.kwiki-cal-head-cell-sm:hover {
    background-color: #ddd;
    border:1px solid rgba(0,0,0,0.1);
}

.kwiki-cal-head-cell-sm:active {
    background-color: #ccc;
}

.kwiki-cal-arrow {color: #777;}

.kwiki-cal-head-cell {
    display: table-cell;
    width: 70%;
    color: #000;
    vertical-align: top;
    text-align: center;
    padding: 5px 0px;
}

.kwiki-cal-head-cell-full {
    display: table-cell;
    width: 100%;
    color: #000;
    vertical-align: top;
    padding: 6px 0px;
}

.kwiki-cal-head-cell-full a {
    color: #555;
    padding: 0px 5px;
    text-decoration: none;
    background-color: rgba(247, 237, 177, 0.4);
    padding: 3px 8px;
    border: 1px solid rgba(149, 143, 106, .7);
    border-radius: 2px;
}

.kwiki-cal-head-cell-full a:hover {
    color: #7d6c00;
    background-color:#f7edb1;
}

.kwiki-cal-head-cell-full a:active {
    color: #555;
    background-color:#d6cb87;
    border: 1px solid rgba(149, 143, 106, .4);
}

.kwiki-cal-head-cell-full a span {
    margin: 0px 0px 0px 5px;
}

.kwiki-cal-head-cell-full a i.fa {

}

.kwiki-cal-body {
    background-color: #ddd;
    width: 100%;
    display: table;
}

.kwiki-cal-row {
    display: table-row;
    border-bottom: 1px solid #ddd;
}

.kwiki-cal-cell {
    display: table-cell;
    vertical-align: top;
    width: 14.2857%;
    margin: 0px -4px 0px 0px;
    text-align:center;
    padding:2px;
    text-shadow: 1px 1px 0px rgba(0,0,0,0.2);
}

.kwiki-cal-cell-available {
}

.kwiki-cal-cell span {
    padding: 14px 0px;
    font-size: 14px;
    color: #fff;
    cursor:pointer;
    margin: 0px 1px 1px 0px;
    display: block;
    font-weight: bold;
    background: #3e8f3c;
    background: -moz-linear-gradient(top, #3e8f3c 0%, #30712d 100%);
    background: -webkit-linear-gradient(top, #3e8f3c 0%,#30712d 100%);
    background: linear-gradient(to bottom, #3e8f3c 0%,#30712d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e8f3c', endColorstr='#30712d',GradientType=0 );
    box-shadow:0px 0px 0px 2px #2a7129;
}

.kwiki-cal-cell:last-child span {
    margin:0px;
}

.kwiki-cal-cell:hover span {
    background: #61b15f;
    color: #333;
    text-shadow:1px 1px 0px rgba(255,255,255,0.2)
}

.kwiki-cal-cell:active span {
    background: #3e8f3c;
    color: #333;
}

.kwiki-cal-cell-disabled span {
    background: none;
    cursor:default;
    cursor:not-allowed;
    box-shadow:0px 0px 0px 2px #919191;
    background: #adadad;
    background: -moz-linear-gradient(top, #adadad 0%, #a7a7a7 100%);
    background: -webkit-linear-gradient(top, #adadad 0%,#a7a7a7 100%);
    background: linear-gradient(to bottom, #adadad 0%,#a7a7a7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#adadad', endColorstr='#a7a7a7',GradientType=0 );
}

.kwiki-cal-cell-disabled:hover span {
    background: #adadad;
    color:#fff;
}

.kwiki-cal-cell-empty span {
    background: none;
    cursor:default;
    cursor:not-allowed;
    box-shadow:0px 0px 0px 2px #777;
    background: #7b7b7b;
    background: -moz-linear-gradient(top, #7b7b7b 0%, #8b8b8b 100%);
    background: -webkit-linear-gradient(top, #7b7b7b 0%,#8b8b8b 100%);
    background: linear-gradient(to bottom, #7b7b7b 0%,#8b8b8b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b7b7b', endColorstr='#8b8b8b',GradientType=0 );
}

.kwiki-cal-cell-empty:hover span {
    background: #7b7b7b;
    color:#fff;
}

.kwiki-cal-cell-unavailable span {
    color: #aaa;
    cursor:not-allowed;
    font-weight: normal;
    background: #2f341a;
    background: -moz-linear-gradient(top,  #2f341a 0%, #4c503b 100%);
    background: -webkit-linear-gradient(top,  #2f341a 0%,#4c503b 100%);
    background: linear-gradient(to bottom,  #2f341a 0%,#4c503b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f341a', endColorstr='#4c503b',GradientType=0 );
}

.kwiki-cal-cell-unavailable:hover span {
    background: #2f341a;
    color: #aaa;
}

.kwiki-cal-days-head {display: table;width: 100%;border-top: 1px solid #fff;background-color: #fdfdfd;padding: 0px;}

.kwiki-cal-days-head-cell {
    display: table-cell;
    width: 14.2857%;
    margin: 0px -4px 0px 0px;
    font-size: 11px;
    padding: 0px;
}

.kwiki-cal-days-head-cell span {
    background-color: #eee;
    margin: 0px 1px 1px 0px;
    display: block;
    padding: 4px 0px;
    border-left: 1px solid #ddd;
}

.kwiki-cal-days-head-cell:first-child span {
    border-left:0px;
}

.kwiki-cal-days-head-cell:last-child span {
    margin:0px;
}

.kwiki-cal-cell-active span,
.kwiki-cal-cell-active:hover span {
    background:#f7edb1;
    color:#7d6c00;
    box-shadow:0px 0px 0px 2px #fc0;
}

.kwiki-cal-instructions {
    background-color: #f7edb1;
    color: #7d6c00;
    font-size: 12px;
    font-weight: bold;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.kwiki-cal-container-view {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
    left: 0;
    position: relative;
}

.kwiki-cal-datepicker-container {
    text-align: center;
}

.kwiki-cal-inner-wrapper {
    white-space: nowrap;
    position: relative;
    display: block;
}

.kwiki-cal-container-times {
    z-index: 3;
    box-shadow: -5px 0px 5px rgba(0,0,0,0.2), 50px 0px 50px rgba(0,0,0,0.9);
    left:5px;
}

.kwiki-cal-timebar {
    display: block;
    margin: 10px;
    padding: 11px 20px;
    background-color: #f5f5f5;
    border: 1px solid #8a8a8a;
    color: #555;
    font-weight: bold;
    font-size: 16px;
    border-radius: 3px;
    cursor:pointer;
    text-align: left;
    box-shadow: 0px 0px 1px rgba(0,0,0,0.1);
    position: relative;
}

.kwiki-cal-timebar:hover,
.kwiki-cal-timebar-selected {
    background-color: #fff8d3;
    color: #333;
}

.kwiki-cal-timebar:active {
    background-color: #e2d9a8;
    color: #333;
}

.kwiki-cal-timebar i.fa {
    margin:2px 7px 0px 0px;
    font-size: 14px;
}

.kwiki-cal-timebar > i.fa {
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: 8px;
    left: -4px;
}

.kwiki-cal-body-times {
    overflow-y: scroll;
    height: 299px;
    display: block;
    border-top: 1px solid #fff;
    background: #dcdcdc;
    background: -moz-linear-gradient(top,  #dcdcdc 0%, #dcdcdc 50%, #dcdcdc 50%, #7a7a7a 100%);
    background: -webkit-linear-gradient(top,  #dcdcdc 0%,#dcdcdc 50%,#dcdcdc 50%,#7a7a7a 100%);
    background: linear-gradient(to bottom,  #dcdcdc 0%,#dcdcdc 50%,#dcdcdc 50%,#7a7a7a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcdcdc', endColorstr='#7a7a7a',GradientType=0 );
}

.kwiki-cal-times-header {
    padding: 5px 5px 0px 5px;
    text-align: center;
    color: #333;
    font-size: 12px;
    margin-top: 5px;
    font-weight: bold;
}

.kwiki-cal-times-header span {
    font-weight: bold;
    text-transform: uppercase;
    color: #3e8f3c;
}

.kwiki-cal-head-cell-full i.fa {

}

.align-left {
    text-align: left;
}

.kwiki-cal-timebar-active,
.kwiki-cal-timebar-active:hover {
    background-color: #f7edb1;
    color: #7d6c00;
    border: 1px solid #7d6c00;
}

span.kwiki-cal-times-subheader {
    font-size: 11px;
    color: #333;
    text-transform: none;
    font-weight: normal;
}

span.kwiki-cal-times-subheader i.fa {
    margin: 2px 5px 0px 0px;
}

.kwiki-cal-timebar .kwiki-cal-times-btn {
    float: right;
    font-size: 11px;
    background-color: #f7edb1;
    padding: 7px 8px;
    border-radius: 3px;
    border: 1px solid rgba(0,0,0,0.4);
    position: absolute;
    top: 15px;
    right: 10px;
    text-transform: uppercase;
    color: #7d6c00;
}

.kwiki-cal-timebar:hover .kwiki-cal-times-btn {
    border: 1px solid rgba(0,0,0,0.6);
}

.kwiki-cal-instructions i.fa {
    margin: 2px 5px 0px 0px;
}

.kwiki-cal-timebar div {
    display: inline-block;
    vertical-align: top;
    padding: 0px;
    overflow: hidden;
    max-width: 148px;
}

.kwiki-cal-timebar .kwiki-cal-timebar-subtitle {
    font-size: 10px;
    font-weight: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    margin: 1px auto;
}

.kwiki-cal-timebar .kwiki-cal-timebar-title {
    display: block;
    margin-bottom: -5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.kwiki-cal-instruction-title {

}

.kwiki-cal-main-header {
    display: block;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    padding: 8px;
    color: #000;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
    background-color: #ffcc00;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    text-align: center;
}

.kwiki-cal-main-header i.fa {
    margin: 0px 0px 0px 10px;
    font-size: 12px;
    position: relative;
    top: -2px;
}

.kwiki-cal-main-header i.kwiki-cal-main-header-ico {
    font-size: 16px;
    margin: 0px 8px 0px 0px;
}

.kwiki-cal-container-view-slide {
    left: -100%;
}

.kwiki-cal-head-cell select {
    outline: none;
    background:transparent;
    border: 0;
    overflow: hidden !important;
    margin: 0 8px 0px 0px;
    padding: 0px 20px 0px 0px;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-weight:bold;
    font-size:12px;
    text-decoration:underline;
    color:#555;
    cursor:pointer;
    z-index: 2;
    position: relative;
}

.kwiki-cal-head-cell select:hover {
    color:#777;
}

.kwiki-cal-head-cell select:focus {
    outline:none;
}

.kwiki-cal-head-cell span {
    margin: 0px 10px 0px -25px;
}

.kwiki-cal-head-cell span:last-child {
    margin: 0px 0px 0px -25px;
}

.kwiki-cal-head-cell span i.fa {
    color: #555;
}

.kwiki-cal-head-cell span i.fa {
    color: #555;
}

.kwiki-cal-cell-btn-next {
  position:relative;
}

/*.kwiki-cal-cell-btn-next:after {
  content:'\f105';
  font-family:FontAwesome;
  position:absolute;
  top:50%;
  right: 5px;
  margin: -8px 0px 0px 0px;
  color:#eee;
  cursor:pointer;
}*/

.kwiki-cal-cell-btn-prev {
  position:relative;
}

/*.kwiki-cal-cell-btn-prev:after {
  content:'\f104';
  font-family:FontAwesome;
  position:absolute;
  top:50%;
  left: 5px;
  margin: -8px 0px 0px 0px;
  color:#eee;
  cursor:pointer;
}*/

/*.kwiki-cal-cell-btn-next:hover:after,
.kwiki-cal-cell-btn-prev:hover:after {
    background: #61b15f;
    color: #333;
    text-shadow:1px 1px 0px rgba(255,255,255,0.2);
}*/

.kwiki-cal-cell-btn-next:active:after,
.kwiki-cal-cell-btn-prev:active:after {
    background: #3e8f3c;
    color: #333;
}

.kwiki-cal-cell-btn-next span,
.kwiki-cal-cell-btn-prev span {
    color: #eee;
    background: #92e590;
    background: -moz-linear-gradient(top, #92e590 0%, #79c178 100%);
    background: -webkit-linear-gradient(top, #92e590 0%,#79c178 100%);
    background: linear-gradient(to bottom, #92e590 0%,#79c178 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#92e590', endColorstr='#79c178',GradientType=0 );
    box-shadow: 0px 0px 0px 2px #4e984d;
    cursor:pointer;
}

.kwiki-cal-cell-btn-next span:hover,
.kwiki-cal-cell-btn-prev span:hover {
    background:#61b15f;
    box-shadow:0px 0px 0px 2px #2a7129;
}

.kwiki-cal-cell-btn-next span:active,
.kwiki-cal-cell-btn-prev span:active {
    background: #3e8f3c;
    color: #333;
    box-shadow:0px 0px 0px 2px #2a7129;
}

.kwiki-cal-cell-btn-next span i.fa,
.kwiki-cal-cell-btn-prev span i.fa {
    position: relative;
    top: 1px;
    left: 3px;
}

.kwiki-inner-dropshadow {
    display: block;
    position: absolute;
    top: -15px;
    left: 0px;
    width:100%;
    height: 130%;
    box-shadow: inset 5px 0px 50px 0px rgba(0,0,0,0.4), inset -5px 0px 50px 0px rgba(0,0,0,0.4);
    pointer-events: none;
    z-index: 2;
}

.kwiki-cal-error {
    background-color: rgba(0,0,0,0.85);
    position: absolute;
    top:0px;
    left: 0px;
    height: 100%;
    width: 100%;
    display: block;
    text-align: center;
    z-index: 9;
    color: #fff;
    padding-top: 90px;
}

.kwiki-cal-error h3 {
    color:#fc0 !important;
    font-weight: bold !important;
    font-size: 20px !important;
    margin: 10px auto !important;
}

div.kwiki-cal-error p {
    font-size: 14px !important;
    color: #fff !important;
    margin: 0px auto 10px auto !important;
}

a.retry-btn {
    background:#fc0;
    padding: 7px 20px;
    border-radius: 3px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    text-shadow: 1px 1px 0px rgba(255,255,255,.8);
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
    outline:none;
}

a.retry-btn:hover {
    background:#ead375;
    color:#333;
}

a.retry-btn:active {
    background:#caa100;
    color:#444;
}

a.retry-btn i.fa {margin: 0px 5px 0px 0px;}

.kwiki-cal-times-check-btn {
    margin: 8px 0px;
    font-weight: bold;
    position: absolute;
    top: 11px;
    right: 10px;
}

.kwiki-cal-times-check-btn i.fa {}

.kwiki-cal-times-check-btn i.fa.fa-check-square-o {
    color: #0a0;
}

.kwiki-cal-times-check-btn i.fa.fa-square-o {
    color: #333;
}

.kwiki-cal-timebar-avail {
    position: relative;
    top: -3px;
    left: -8px;
    text-align: center;
}

.kwiki-cal-timebar-avail span {
    display: block;
    font-size: 10px;
}

.kwiki-cal-timebar-avail i.fa {
    margin-left: auto !important;
    margin-right: auto !important;
}

.kwiki-cal-timebar-avail-green {
    color:green;
}

.kwiki-cal-timebar-avail-orange {
    color:orange;
}

.kwiki-cal-timebar-avail-red {
    color:red;
}







/* styles for static activity date header on times screen */
.kwiki-cal-times-header {
    display: table-row;
    height: 30px;
    line-height: 30px !important;
    border-top: 1px dashed rgba(0,0,0,0.2);
    border-bottom: 1px solid rgba(0,0,0,0.9);
}


.kwiki-cal-head {
    border-collapse: collapse;
}

.kwiki-cal-head-cell-full {
    padding: 10px;
}
/**/












/* animations and transitions */

.kwiki-cal-loader {
    background-color: rgba(0,0,0,0.7);
    position: absolute;
    top:0px;
    left: 0px;
    height: 100%;
    width: 100%;
    display: block;
    text-align: center;
    z-index: 4;
}

.kwiki-cal-loader-container {
    width: 130px;
    margin: -15px 0px 0px -65px;
    position: absolute;
    top:50%;
    left: 50%;
}

.kwiki-cal-loader-1,
.kwiki-cal-loader-2,
.kwiki-cal-loader-3 {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    background-color: #fc0;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    /* Prevent first frame from flickering when animation starts */
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.kwiki-cal-loader-1 {
    -webkit-animation: bounceDelay 1.4s infinite ease-in-out;
    animation: bounceDelay 1.4s infinite ease-in-out;
}

.kwiki-cal-loader-2 {
    -webkit-animation: bounceDelay 1.2s infinite ease-in-out;
    animation: bounceDelay 1.2s infinite ease-in-out;
}

.kwiki-cal-loader-3 {
    margin-right:0px;
    -webkit-animation: bounceDelay 1s infinite ease-in-out;
    animation: bounceDelay 1s infinite ease-in-out;
}

.kwiki-cal-shake {
    animation: kwiki-shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
    transform: translate3d(0, 0, 0);
}

.kwiki-ease-out-bounce {
  animation: easeOutElastic 1.5s 0s forwards;
  -webkit-animation: easeOutElastic 1.5s 0s forwards;
}

.kwiki-ease-in-bounce {
  animation: easeInElastic 1.25s 0s forwards;
  -webkit-animation: easeInElastic 1.25s 0s forwards;
}

@-webkit-keyframes bounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes bounceDelay {
  0%, 80%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

@keyframes kwiki-shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }

  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}


@-webkit-keyframes easeOutElastic {
  0% {left: 0%; width:100%; -webkit-animation-timing-function: ease-in;}
  50% {left: -100%; width:100%; -webkit-animation-timing-function: ease-out;}
  65% {left: -102%; width:102%; -webkit-animation-timing-function: ease-in;}
  90% {left: -100%; width:100%; -webkit-animation-timing-function: ease-out;}
  100% {left: -100%; width:100%; -webkit-animation-timing-function: ease-in;}
}
@keyframes easeOutElastic {
  0% {left: 0%; width:100%; -webkit-animation-timing-function: ease-in;}
  50% {left: -100%; width:100%; -webkit-animation-timing-function: ease-out;}
  65% {left: -102%; width:100%; -webkit-animation-timing-function: ease-in;}
  90% {left: -100%; width:100%; -webkit-animation-timing-function: ease-out;}
  100% {left: -100%; width:100%; -webkit-animation-timing-function: ease-in;}
}

@-webkit-keyframes easeInElastic {
  0% {left: -100%; -webkit-animation-timing-function: ease-in;}
  100% {left: 100%; -webkit-animation-timing-function: ease-out;}
}
@keyframes easeInElastic {
  0% {left: -100%; -webkit-animation-timing-function: ease-in;}
  100% {left: 100%; -webkit-animation-timing-function: ease-out;}
}
/* end animations and transitions */



/* end kwiki calendar styles */










@media only screen and (max-width: 400px) {

  .kwiki-cal-cell-btn-prev:after {
    display:none;
  }

  .kwiki-cal-cell-btn-next:after {
    display:none;
  }

  .kwiki-cal-cell-btn-next span, .kwiki-cal-cell-btn-prev span {
    
  }
}