/*! rivet-datepicker - @version 0.1.0 */

@charset "UTF-8";
/*!
 * Copyright (C) 2019 The Trustees of Indiana University
 * SPDX-License-Identifier: BSD-3-Clause
 */
/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | https://dbushell.com/
 */
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.pika-single.is-hidden {
  display: none;
}

.pika-single.is-bound {
  position: absolute;
  -webkit-box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
          box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
}

.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: #333;
  background-color: #fff;
}

.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  /*outline: none;*/
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  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;
}

.pika-prev:hover,
.pika-next:hover {
  opacity: 1;
}

.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: .2;
}

.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
  *left: 0;
}

.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
  *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: #999;
  font-size: 12px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
}

.pika-table abbr {
  border-bottom: none;
  cursor: help;
}

.pika-button {
  cursor: pointer;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5;
}

.is-today .pika-button {
  color: #33aaff;
  font-weight: bold;
}

.is-selected .pika-button {
  color: #fff;
  font-weight: bold;
  background: #33aaff;
  -webkit-box-shadow: inset 0 1px 3px #178fe5;
          box-shadow: inset 0 1px 3px #178fe5;
  border-radius: 3px;
}

.is-disabled .pika-button,
.is-outside-current-month .pika-button {
  color: #999;
  opacity: .3;
}

.is-disabled .pika-button {
  pointer-events: none;
  cursor: default;
}

.pika-button:hover {
  color: #fff;
  background: #ff8000;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 3px;
}

.pika-button .is-selection-disabled {
  pointer-events: none;
  cursor: default;
}

.pika-week {
  font-size: 11px;
  color: #999;
}

.is-inrange .pika-button {
  background: #D5E9F7;
}

.is-startrange .pika-button {
  color: #fff;
  background: #6CB31D;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 3px;
}

.is-endrange .pika-button {
  color: #fff;
  background: #33aaff;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 3px;
}

/**
 * Start Rivet Pikaday theme.
 *
 * See the Pikaday intitialization for how the theme is applied in
 * in the JS pane. Read more about options in the Pikaday docs:
 *
 * https://github.com/dbushell/Pikaday#configuration
 */
.rivet-theme {
  font-family: inherit;
  margin-top: 0.5rem;
  border: none;
}

.rivet-theme.pika-single.is-bound {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.rivet-theme .pika-lendar {
  border: 0.0625rem solid #dddddd;
  border-radius: 0.25rem;
  padding: 1rem;
  margin: 0;
  width: auto;
}

.rivet-theme .pika-prev:hover,
.rivet-theme .pika-next:hover {
  background-color: #dce3ee;
}

.rivet-theme .pika-next,
.rivet-theme .pika-prev {
  border-radius: 0.25rem;
}

.rivet-theme .pika-next {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2Ij4KICAgIDxwYXRoIGZpbGw9ImN1cnJlbnRDb2xvciIgZD0iTTUuNSwxNWExLDEsMCwwLDEtLjc3LTEuNjRMOS4yLDgsNC43MywyLjY0QTEsMSwwLDAsMSw2LjI3LDEuMzZMMTEuMTMsNy4yYTEuMjUsMS4yNSwwLDAsMSwwLDEuNjFMNi4yNywxNC42NEExLDEsMCwwLDEsNS41LDE1Wk05LjYsOC40OGgwWm0wLTFoMFoiLz4KPC9zdmc+");
}

.rivet-theme .pika-prev {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2Ij4KICAgIDxwYXRoIGZpbGw9ImN1cnJlbnRDb2xvciIgZD0iTTEwLjUsMTVhMSwxLDAsMCwxLS43Ny0uMzZMNC44Nyw4LjhhMS4yNSwxLjI1LDAsMCwxLDAtMS42MUw5LjczLDEuMzZhMSwxLDAsMCwxLDEuNTQsMS4yOEw2LjgsOGw0LjQ3LDUuMzZBMSwxLDAsMCwxLDEwLjUsMTVaTTYuNDEsOC40N2gwWm0wLTFoMFoiLz4KPC9zdmc+");
}

.rivet-theme .pika-prev,
.rivet-theme .pika-next {
  background-size: 75%;
}

.rivet-theme .pika-button {
  background-color: #ffffff;
  color: #333333;
  display: inline-block;
  text-align: center;
  border-radius: 0;
  padding: 0.5rem;
}

.rivet-theme .pika-button:hover,
.rivet-theme .pika-row.pick-whole-week:hover .pika-button {
  background-color: #dce3ee;
  color: #333333;
  border-radius: 0;
}

.rivet-theme .pika-button:focus {
    border: 1px solid #006298;
}

.rivet-theme .pika-row.pick-whole-week:hover .pika-button {
  background-color: #dce3ee;
}

.rivet-theme .is-selected .pika-button,
.rivet-theme .has-event .pika-button {
  background-color: #006298;
  border-color: #006298;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ffffff;
  font-weight: 400;
}

.rivet-theme .pika-table thead,
.rivet-theme .pika-table thead tr {
  border-bottom: none;
}

.rivet-theme .pika-table td.is-today .pika-button {
  color: #006298;
  background-color: #dce3ee;
}

.rivet-theme .pika-table th {
  background-color: #ffffff;
  color: #333333;
}

.rivet-theme .pika-table th abbr {
  text-decoration: none;
}

.rivet-theme .pika-row {
  border-bottom: none;
}

/**
 * A basic date input patter made up of three text inputs
 */
.rvt-date-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.rvt-date-input__item {
  width: 100%;
  max-width: 4rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.rvt-date-input__item:not(:last-child) {
  margin-right: 1rem;
}

.rvt-date-input__item--year {
  max-width: 8rem;
}

/**
 * Rivet date picker input
 */
.rvt-datepicker__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.rvt-datepicker__input input[type="text"] {
  background-color: transparent;
  padding-right: 2.5rem;
  z-index: 1;
}

.rvt-datepicker__icon {
  position: absolute;
  top: 0.7rem;
  right: 0.75rem;
  z-index: 0;
}
