@charset "UTF-8";

.pika-single.dark-theme {
  width: 260px;
 /* z-index: 9999; 
  display: block; */
  position: relative;
  color: #fff;
  background: #13294B;
  border: 1px solid #060F23;
  border-bottom-color: #060F23;
}
.dark-theme .pika-single:before,
.dark-theme .pika-single:after {
  content: " ";
  display: table;
}
.dark-theme .pika-single:after {
  clear: both;
}
.dark-theme .pika-single {
  *zoom: 1;
}
.dark-theme .pika-single.is-hidden {
  display: none;
}

.dark-theme .pika-single.is-bound {
  position: absolute;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
}
.dark-theme .pika-lendar {
  float: left;
  width: 240px;
  margin: 8px;
}
.dark-theme .pika-title {
  position: relative;
  text-align: center;
}
.dark-theme .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;
  background-color: #13294B;
}
.dark-theme .pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.dark-theme .pika-prev,
.dark-theme .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: .5;
  *position: absolute;
  *top: 0;
}
.dark-theme .pika-prev:hover,
.dark-theme .pika-next:hover {
  opacity: 1;
}
.dark-theme .pika-prev,
.dark-theme .is-rtl .pika-next {
  float: left;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAQAAACGG/bgAAAAQ0lEQVR4Ae3KIQ4AIBTD0N0/IeHGI3UIRA3ut/Zl+ltXc5++htVAmIAwAWECwgSEKbgthEoIlRAqIVRCqINQB9nDgQd7ktwFo6UpWQAAAABJRU5ErkJggg==');
  *left: 0;
}
.dark-theme .pika-next,
.dark-theme .is-rtl .pika-prev {
  float: right;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAQAAACGG/bgAAAAP0lEQVQ4y+3TMQoAMAgEwfwfAvvjTZ1uGzuvHhBPPGczEG+FRqqRaqQaqUaqkX6QBmmjacvQ6qEVTjsh+xizebvlaWptGXZAAAAAAElFTkSuQmCC');
  *right: 0;
}
.dark-theme .pika-prev.is-disabled,
.dark-theme .pika-next.is-disabled {
  cursor: default;
  opacity: .2;
}
.dark-theme .pika-select {
  display: inline-block;
  *display: inline;
}
.dark-theme .pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}
.dark-theme .pika-table th,
.dark-theme .pika-table td {
  width: 14.285714285714286%;
  padding: 0;
}
.dark-theme .pika-table th {
  color: #fff;
  font-size: 12px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
}
.dark-theme .pika-button {
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #fff;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #13294B;
}
.dark-theme .pika-week {
  font-size: 11px;
  color: #fff;
}
.dark-theme .is-today .pika-button {
  color: #E84A27;
  font-weight: bold;
}
.dark-theme .is-selected .pika-button {
  color: #ffffff;
  font-weight: bold;
  background: #66aa99;
  box-shadow: inset 0 1px 3px #589e8d;
  border-radius: 0px;
}
.dark-theme .is-inrange .pika-button {
  background: #EF8068;
}
.dark-theme .is-startrange .pika-button {
  color: #ffffff;
  background: #E84A27;
  box-shadow: none;
  border-radius: 0px;
}
.dark-theme .is-endrange .pika-button {
  color: #ffffff;
  background: #F8C9BE;
  box-shadow: none;
  border-radius: 0px;
}
.dark-theme .is-disabled .pika-button {
  pointer-events: none;
  cursor: default;
  color: #999999;
  opacity: .3;
}
.dark-theme .pika-button:hover {
  color: #fff;
  background: #E84A27;
  box-shadow: none;
  border-radius: 0px;
}
/* styling for abbr */
.dark-theme .pika-table abbr {
  border-bottom: none;
  cursor: help;
}