/*This needs to be moved into the database */
/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | https://dbushell.com/
 */
/*
clear child float (pika-lendar), using the famous micro clearfix hack
http://nicolasgallagher.com/micro-clearfix-hack/
*/
.pika-single:before,
.pika-single:after {
  content: " ";
  display: table;
}
.pika-single:after {
  clear: both;
}
.pika-single.is-hidden {
  display: none;
}
.pika-single.is-bound {
  position: absolute;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
}
.pika-title-trade select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  opacity: 0;
}
.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  opacity: 0;
}
.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  /* hide text using text-indent trick, using width value (it's enough) */
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: 0.5;
}
.pika-prev:hover,
.pika-next:hover {
  opacity: 1;
}
.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==');
}
.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=');
}
.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: 0.2;
}
.pika-select {
  display: inline-block;
}
.pika-single {
  /*display: flex;removed when doing bewilderwood theme justify-content: center;*/
  display: flex;
  justify-content: center;
  background: none !important;
}
.pika-lendar {
  padding: 10px;
  background: rgba(255, 255, 255, 0.5);
  margin: 10px;
}
.pika-lendar table {
  border-collapse: separate !important;
  border-spacing: 10px !important;
  margin-bottom: 0px!important;
}
@media (max-width: 500px) {
  .pika-lendar table {
    border-spacing: 5px !important;
  }
}
.pika-table abbr {
  cursor: pointer;
  line-height: 0;
  font-size: 1em;
  font-weight: bold;
  height: 40px;
  width: 40px;
  text-align: center;
  border-bottom: 0;
  text-decoration: none;
}
.pika-title-trade {
  font-size: 1em !important;
  text-align: center !important;
}
.pika-title-trade .pika-label-trade {
  font-size: 1em !important;
}
.pika-title {
  font-size: 1em !important;
  text-align: center !important;
}
.pika-title .pika-label {
  font-size: 1em !important;
}
.pika-table th {
  color: #999;
  line-height: 0;
  font-size: 1em;
  font-weight: bold;
  height: 40px;
  width: 40px;
  text-align: center;
}
.pika-label-trade {
  display: inline-block;
  position: relative;
  z-index: 20;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: transparent;
}
.pika-label {
  display: inline-block;
  position: relative;
  z-index: 20;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: transparent;
}
.pika-button.pika-day {
  font-size: 1em;
  height: 40px;
  width: 40px;
  color: #0b0b0b;
  border: 1px solid #0b0b0b;
  min-height: 42px;
}
.pika-button:hover {
  background: var(--primary-color) !important;
  border-radius: 0px !important;
}
.tor-datepicker3 .pika-lendar {
  width: 100%;
}
.tor-datepicker3 .pika-single .pika-lendar:nth-child(2) {
  margin-left: 20px;
}
.is-today .pika-button {
  color: #4c4c4c !important;
}
.is-selected .pika-button {
  border-radius: 0px !important;
}
.pika-button {
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  padding: 5px;
  color: white;
  text-align: center;
  background: #f5f5f5;
}
.pika-week {
  font-size: 11px;
  color: #999;
}
.is-today .pika-button {
  color: #33aaff;
  font-weight: bold;
}
.is-selected .pika-button,
.has-event .pika-button {
  color: #fff !important;
  font-weight: bold;
  background: var(--primary-color-dark) !important;
  border-radius: 3px;
}
.has-event .pika-button {
  background: #005da9;
  box-shadow: inset 0 1px 3px #0076c9;
}
.is-disabled .pika-button,
.is-inrange .pika-button {
  background: #D5E9F7;
}
.is-startrange .pika-button {
  color: #fff;
  background: var(--primary-color);
  box-shadow: none;
  border-radius: 3px;
}
.is-endrange .pika-button {
  color: #fff;
  background: #33aaff;
  box-shadow: none;
  border-radius: 3px;
}
.is-disabled .pika-button {
  pointer-events: none;
  cursor: default;
  color: #999;
  opacity: 0.3;
}
.is-selection-disabled {
  pointer-events: none;
  cursor: default;
}
.pika-button:hover,
.pika-row.pick-whole-week:hover .pika-button {
  color: #fff;
  background: #ff8000;
  box-shadow: none;
  border-radius: 3px;
}
a {
  color: #2996cc;
}
a:hover {
  text-decoration: none;
}
p {
  line-height: 1.5em;
}
.small {
  color: #666;
  font-size: 0.875em;
}
.large {
  font-size: 1.25em;
}
/*
label {
    font-weight: bold;
}*/
input[type="text"] {
  /*    margin: 0.5em 0 3em 0;
    padding: 0.5em;*/
}
button#datepicker-button {
  margin-bottom: 3em;
}
.flow-element {
  display: inline-block;
  margin-right: 3em;
  vertical-align: top;
}
.flow-element:last-child {
  margin-right: 0;
}
.flow-element input {
  margin-top: 0;
}
#container {
  min-height: 15em;
}
/* styling for abbr */
.pika-table abbr {
  border-bottom: none !important;
  cursor: default !important;
}
abbr[title] {
  text-decoration: none !important;
}
.pika-lendar {
  /*  float: left;
    width: 31%;
    margin: 8px;*/
}
@media only screen and (max-width: 400px) {
  /* .pika-lendar {
        width: 95%;
        margin: 8px;
    }*/
  .pika-button {
    height: 9vw;
  }
}
