@charset "UTF-8";

/********* public:core_pikaday.less ********/
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #141414;
  background: #fefefe;
  border: 1px solid;
  border-color: #cbcbcb;
  border-radius: 4px;
}
.pika-single.is-hidden {
  display: none;
}
.pika-single.is-bound {
  position: absolute;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
}
.pika-single {
  *zoom: 1;
}
.pika-single:before,
.pika-single:after {
  content: " ";
  display: table;
}
.pika-single:after {
  clear: both;
}
.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px;
}
.pika-title {
  position: relative;
  text-align: center;
}
.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  color: #2577b1;
  background-color: transparent;
}
.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  background: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  white-space: nowrap;
  overflow: hidden;
  opacity: .5;
  font-size: 0;
  color: #2577b1;
  background-color: transparent;
}
.pika-prev::before,
.pika-next::before {
  font-family: 'Font Awesome 5 Pro';
  font-size: inherit;
  font-style: normal;
  font-weight: 400;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 17px;
  vertical-align: middle;
  display: inline-block;
  margin: -4px 6px -4px 0;
}
.pika-prev:hover,
.pika-next:hover {
  opacity: 1;
}
.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: .2;
}
.pika-prev::before {
  content: "\f0d9";
  width: 0.4375em;
  display: inline-block;
  text-align: center;
}
.pika-next::before {
  content: "\f0da";
  width: 0.4375em;
  display: inline-block;
  text-align: center;
}
.pika-prev {
  float: left;
  *left: 0;
}
.pika-next {
  float: right;
  *right: 0;
}
.pika-select {
  display: inline-block;
  *display: inline;
}
.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}
.pika-table th,
.pika-table td {
  width: 14.285714285714286%;
  padding: 0;
}
.pika-table th {
  color: #2577b1;
  font-size: 12px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
}
.pika-table abbr {
  border-bottom: none;
}
.pika-button {
  cursor: pointer;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #141414;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #edf6fd;
}
.is-today .pika-button {
  color: #47a7eb;
  font-weight: bold;
}
.is-inrange .pika-button,
.is-startrange .pika-button,
.is-endrange .pika-button {
  color: #aa6709;
  background: #fff4e5;
}
.is-startrange .pika-button {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-left: 2px solid #f9c479;
}
.is-endrange .pika-button {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-right: 2px solid #f9c479;
}
.is-selected .pika-button {
  color: #ffffff;
  font-weight: bold;
  background: #47a7eb;
  box-shadow: inset 0 1px 3px transparent;
  border-radius: 3px;
}
.is-disabled .pika-button,
.is-outside-current-month .pika-button {
  pointer-events: none;
  cursor: default;
  color: #141414;
  opacity: .3;
}
.pika-button:hover {
  color: #141414;
  background: #d6ebfa;
  box-shadow: none;
  border-radius: 3px;
}
.pika-week {
  font-size: 11px;
  color: #2577b1;
}
.pika-time-container {
  clear: both;
}
.pika-time {
  margin: 7px auto 7px;
}