@charset "UTF-8";

.dtp {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-animation-duration: .3s;
          animation-duration: .3s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.dtp.hidden {
  display: none;
}

.dtp .p10 {
  display: inline-block;
  width: 10%;
}

.dtp .p10 > a {
  display: block;
  width: 100%;
  color: rgba(0, 0, 0, 0.2);
  text-decoration: none;
}

.dtp .p20 {
  display: inline-block;
  width: 20%;
}

.dtp .p60 {
  display: inline-block;
  width: 60%;
}

.dtp .p80 {
  display: inline-block;
  width: 80%;
}

.dtp .hidden {
  display: none;
}

.dtp .invisible {
  visibility: hidden;
}

.dtp .left {
  float: left;
}

[dir=rtl] .dtp .left {
  float: right;
}

.dtp .right {
  float: right;
}

[dir=rtl] .dtp .right {
  float: left;
}

.dtp .clearfix {
  clear: both;
}

.dtp .center {
  text-align: center;
}

.dtp-select-month-before,
.dtp-select-month-after,
.dtp-select-year-before,
.dtp-select-year-after,
.dtp-select-year-range.before,
.dtp-select-year-range.after,
.dtp-close > a {
  font-size: 1.25rem;
}

.dtp-select-month-before > .material-icons,
.dtp-select-month-after > .material-icons,
.dtp-select-year-before > .material-icons,
.dtp-select-year-after > .material-icons,
.dtp-select-year-range.before > .material-icons,
.dtp-select-year-range.after > .material-icons,
.dtp-close > a > .material-icons {
  display: none;
}

.dtp-select-month-before:before,
.dtp-select-year-before:before {
  content: "\276E";
}

.dtp-select-month-after:before,
.dtp-select-year-after:before {
  content: "\276F";
}

.dtp-select-year-range.before:before {
  content: "\276F";
  display: inline-block;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  direction: ltr !important;
}

.dtp-select-year-range.after:before {
  content: "\276F";
  display: inline-block;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  direction: ltr !important;
}

.dtp-close > a:before {
  content: "\D7";
}

.dtp-content {
  position: relative;
  left: 50%;
  max-width: 18.75rem;
  background: #fff;
}

[dir=rtl] .dtp-content {
  right: 50%;
  left: auto;
  margin-left: 0 !important;
  -webkit-transform: translate(50%, 0);
          transform: translate(50%, 0);
}

header.dtp-header {
  text-align: center;
  line-height: 2rem;
}

.dtp-close {
  position: absolute;
  top: 0;
  right: 1rem;
}

[dir=rtl] .dtp-close {
  right: auto;
  left: 1rem;
}

.dtp-close > a {
  line-height: 1;
}

.dtp-date,
.dtp-time {
  padding: 1rem;
  text-align: center;
}

.dtp-date > div {
  margin: 0;
  padding: 0;
}

.dtp-actual-month,
.dtp-actual-year {
  font-size: 1.375rem;
}

.dtp-actual-num,
.dtp-actual-maxtime {
  font-size: 2.625rem;
  line-height: .9;
}

.dtp-actual-year:hover {
  cursor: pointer;
}

.dtp-actual-year.disabled:hover {
  cursor: inherit;
}

.dtp-actual-time {
  text-align: center;
  font-weight: 500;
}

.dtp-picker {
  padding: 1rem;
  text-align: center;
}

.dtp-picker-year {
  margin-bottom: .0625rem;
}

.dtp-select-year-range {
  display: inline-block;
  width: 100%;
  text-align: center;
  line-height: 1;
}

.dtp-select-year-range.before {
  margin-bottom: .625rem !important;
}

.dtp-select-year-range.after {
  margin-top: .625rem !important;
}

.dtp-picker-month {
  padding-bottom: 1.25rem !important;
  text-align: center;
  text-transform: uppercase !important;
  font-weight: 500;
}

.dtp .year-picker-item {
  margin: 0 auto;
  padding-top: .3125rem;
  text-align: center;
  cursor: pointer;
}

.dtp .year-picker-item.active {
  font-weight: bold;
}

table.dtp-picker-days tr > td > a,
.dtp-picker-time > a {
  padding: .4375rem;
  border-radius: 50% !important;
  text-decoration: none;
}

table.dtp-picker-days {
  margin: 0;
  min-height: 13.8125rem;
  border: none;
}

table.dtp-picker-days tr {
  border: none;
}

table.dtp-picker-days tr > td {
  padding: .25rem;
  border: none;
  text-align: center;
  font-weight: 700;
  font-size: .8125rem;
}

table.dtp-picker-days tr > td > span.dtp-select-day {
  padding: .4375rem;
}

table.dtp-picker-days tr > th {
  padding: .25rem;
  text-align: center;
  font-weight: 700;
}

.dtp-picker-time > .dtp-select-hour,
.dtp-picker-time > .dtp-select-minute {
  cursor: pointer;
}

a.dtp-meridien-am,
a.dtp-meridien-pm {
  position: relative;
  top: .625rem;
  padding: .7em .5em;
  border-radius: 50% !important;
  text-decoration: none;
  font-weight: 500;
}

.dtp-buttons {
  padding: 0 1rem 1rem 1rem;
  text-align: right;
}

[dir=rtl] .dtp-buttons {
  text-align: left;
}

.dtp-buttons .btn + .btn {
  margin-left: .3125rem;
}

[dir=rtl] .dtp-buttons .btn + .btn {
  margin-right: .3125rem;
  margin-left: 0;
}

.light-style .dtp {
  z-index: 1090;
  background: rgba(24, 28, 33, 0.5);
}

.light-style .dtp-content {
  border-radius: 0.25rem;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.09);
  background: #fff;
}

.light-style header.dtp-header {
  border-top-left-radius: calc(0.25rem - 2px);
  border-top-right-radius: calc(0.25rem - 2px);
}

.light-style .dtp .year-picker-item {
  font-size: 1.25rem;
}

.light-style table.dtp-picker-days tr > td > a,
.light-style .dtp-picker-time > a {
  color: #4E5155;
}

.light-style table.dtp-picker-days tr > td > span.dtp-select-day {
  color: #a3a4a6 !important;
}

.light-style table.dtp-picker-days tr > th {
  color: #a3a4a6;
}

.light-style a.dtp-meridien-am,
.light-style a.dtp-meridien-pm {
  position: relative;
  background: rgba(24, 28, 33, 0.06);
  color: #4E5155;
}

.material-style .dtp {
  z-index: 1090;
  background: rgba(24, 28, 33, 0.2);
}

.material-style .dtp-content {
  border-radius: 0;
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.15), 0px 24px 38px 3px rgba(0, 0, 0, 0.1), 0px 9px 46px 8px rgba(0, 0, 0, 0.08);
  background: #fff;
}

.material-style .dtp .year-picker-item {
  font-size: 1.25rem;
}

.material-style table.dtp-picker-days tr > td > a,
.material-style .dtp-picker-time > a {
  color: #4E5155;
}

.material-style table.dtp-picker-days tr > td > span.dtp-select-day {
  color: #a3a4a6 !important;
}

.material-style table.dtp-picker-days tr > th {
  color: #a3a4a6;
}

.material-style a.dtp-meridien-am,
.material-style a.dtp-meridien-pm {
  position: relative;
  background: rgba(24, 28, 33, 0.06);
  color: #4E5155;
}

.dark-style .dtp {
  z-index: 1090;
  background: rgba(37, 40, 46, 0.5);
}

.dark-style .dtp-content {
  border-radius: 0.25rem;
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.2);
  background: #32353b;
}

.dark-style header.dtp-header {
  border-top-left-radius: calc(0.25rem - 2px);
  border-top-right-radius: calc(0.25rem - 2px);
}

.dark-style .dtp .year-picker-item {
  font-size: 1.25rem;
}

.dark-style table.dtp-picker-days tr > td > a,
.dark-style .dtp-picker-time > a {
  color: #fff;
}

.dark-style table.dtp-picker-days tr > td > span.dtp-select-day {
  color: #a8a9ab !important;
}

.dark-style table.dtp-picker-days tr > th {
  color: #a8a9ab;
}

.dark-style a.dtp-meridien-am,
.dark-style a.dtp-meridien-pm {
  position: relative;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}

