/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.17.47
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
  list-style: none;
}
.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}
.bootstrap-datetimepicker-widget a[data-action] {
  padding: 0.5rem 0;
}
.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}
.bootstrap-datetimepicker-widget .timepicker-hour {
  width: 5rem;
  font-weight: bold;
  font-size: 1.3rem;
  margin: 0;
  color: #292B50;
}
.bootstrap-datetimepicker-widget .timepicker-minute {
  width: 5rem;
  font-weight: bold;
  font-size: 1.3rem;
  margin: 0;
  color: #292B50;
}
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 5rem;
  font-weight: bold;
  font-size: 1.3rem;
  margin: 0;
}
.bootstrap-datetimepicker-widget button[data-action] {
  padding: 1rem;
  font-size: 1rem;
  border-radius: 100%;
  background: #556bf0;
  border-color: transparent;
  margin-top: -0.8rem;
}
.bootstrap-datetimepicker-widget .btn-primary:hover {
  border-color: transparent;
  color: #292B50;
}
.bootstrap-datetimepicker-widget .btn-primary:active {
  background-color: #556bf0;
  border-color: transparent;
}
.bootstrap-datetimepicker-widget .btn-primary:focus {
  outline: 0;
  outline-offset: 0;
}
.bootstrap-datetimepicker-widget .btn[data-action=incrementHours]::after {
  position: absolute;
  width: 0.1rem;
  height: 0.1rem;
  margin: -0.1rem;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action=incrementMinutes]::after {
  position: absolute;
  width: 0.1rem;
  height: 0.1rem;
  margin: -0.1rem;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action=decrementHours]::after {
  position: absolute;
  width: 0.1rem;
  height: 0.1rem;
  margin: -0.1rem;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action=decrementMinutes]::after {
  position: absolute;
  width: 0.1rem;
  height: 0.1rem;
  margin: -0.1rem;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Minutes";
  font-size: 2rem;
}
.bootstrap-datetimepicker-widget .btn[data-action=showHours]::after {
  position: absolute;
  width: 0.1rem;
  height: 0.1rem;
  margin: -0.1rem;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Hours";
  font-size: 2rem;
}
.bootstrap-datetimepicker-widget .btn[data-action=showMinutes]::after {
  position: absolute;
  width: 0.1rem;
  height: 0.1rem;
  margin: -0.1rem;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Minutes";
  font-size: 2rem;
}
.bootstrap-datetimepicker-widget .btn[data-action=togglePeriod]::after {
  position: absolute;
  width: 0.1rem;
  height: 0.1rem;
  margin: -0.1rem;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle AM/PM";
  font-size: 2rem;
}
.bootstrap-datetimepicker-widget .btn[data-action=clear]::after {
  position: absolute;
  width: 0.1rem;
  height: 0.1rem;
  margin: -0.1rem;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Clear the picker";
}
.bootstrap-datetimepicker-widget .btn[data-action=today]::after {
  position: absolute;
  width: 0.1rem;
  height: 0.1rem;
  margin: -0.1rem;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Set the date to today";
}
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}
.bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute;
  width: 0.1rem;
  height: 0.1rem;
  margin: -0.1rem;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle Date and Time Screens";
}
.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit !important;
}
.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2rem;
  width: 100%;
}
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}
.bootstrap-datetimepicker-widget table td {
  text-align: center;
  border-radius: 0;
  line-height: 2;
  width: 3rem;
  padding: inherit !important;
  font-size: 1rem !important;
  border: 0;
}
.bootstrap-datetimepicker-widget table td a.btn:focus {
  outline: 0;
  outline-offset: 0;
}
.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 4.5rem;
  height: 4.5rem;
  line-height: 3;
  margin: 0.2rem 0.2rem;
  cursor: pointer;
  border-radius: 0.5rem;
  color: #292B50;
}
.bootstrap-datetimepicker-widget table td span:hover {
  background: transparent;
}
.bootstrap-datetimepicker-widget table td span.active {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -0.1rem 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td span.old {
  color: #777;
}
.bootstrap-datetimepicker-widget table td span.disabled {
  background: none;
  color: #777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 0;
  height: 2rem;
  line-height: 2;
  width: 2rem;
  width: 2rem;
  font-size: 1rem;
  font-weight: 400;
  padding: 0.3rem !important;
  color: #292B50;
}
.bootstrap-datetimepicker-widget table th:hover {
  background: none;
}
.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 12rem;
}
.bootstrap-datetimepicker-widget table th.disabled {
  background: none;
  color: #777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table th.prev::after {
  position: absolute;
  width: 0.1rem;
  height: 0.1rem;
  margin: -0.1rem;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month";
}
.bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 0.1rem;
  height: 0.1rem;
  margin: -0.1rem;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Next Month";
}
.bootstrap-datetimepicker-widget table thead {
  background-color: #f8f8fc;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
  font-size: 1rem;
  font-weight: 400;
  color: #292B50;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: transparent;
  color: #5567e9;
}
.bootstrap-datetimepicker-widget table td.cw {
  height: 1rem;
  line-height: 2;
  color: #777;
}
.bootstrap-datetimepicker-widget table td.day {
  height: 0.2rem;
  line-height: 2;
  padding: 0.2rem !important;
}
.bootstrap-datetimepicker-widget table td.day:hover {
  background: #e9effd;
  cursor: pointer;
  color: #3B5998;
}
.bootstrap-datetimepicker-widget table td.hour:hover {
  background: #eee;
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table td.minute:hover {
  background: #eee;
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table td.second:hover {
  background: #eee;
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table td.old {
  color: #777;
}
.bootstrap-datetimepicker-widget table td.new {
  color: #777;
}
.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}
.bootstrap-datetimepicker-widget table td.today:before {
  content: "";
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 0.5rem 0.5rem;
  border-bottom-color: #337ab7;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 0.4rem;
  right: 0.4rem;
  display: none;
}
.bootstrap-datetimepicker-widget table td.active {
  background-color: #556ff7;
  color: #fff;
  text-shadow: 0 -0.1 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #556ff7;
  color: #fff;
  text-shadow: 0 -0.1 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}
.bootstrap-datetimepicker-widget table td.disabled {
  background: none;
  color: #777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget .datepicker-decades .decade {
  line-height: 2 !important;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
  display: block;
  margin: 0.2rem 0;
  padding: 1rem;
  width: 25rem;
}
.bootstrap-datetimepicker-widget.dropdown-menu:before {
  content: "";
  display: inline-block;
  position: absolute;
}
.bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: "";
  display: inline-block;
  position: absolute;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  border-bottom: 0.5rem solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -0.7rem;
  left: 0.7rem;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  border-bottom: 0.5rem solid white;
  top: -0.6rem;
  left: 0.8rem;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  border-top: 0.5rem solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -0.5rem;
  left: 0.5rem;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  border-top: 0.5rem solid white;
  bottom: -0.5rem;
  left: 0.5rem;
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 0.5rem;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 0.5rem;
}

.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 2rem;
  line-height: 2;
  font-size: 2rem;
}

.bootstrap-datetimepicker-widget.wider {
  width: 20rem;
}

.input-group.date .input-group-addon {
  cursor: pointer;
  font-size: 1.3rem;
}

.sr-only {
  position: absolute;
  width: 0.1rem;
  height: 0.1rem;
  margin: -0.1rem;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  font-size: 1.3rem;
}

@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 30rem;
  }
}
@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 30rem;
  }
}
@media (min-width: 1200px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 30rem;
  }
}
.input-group-addon {
  padding: 1rem;
  font-size: 1.5rem;
  /* font-weight: 400; */
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 0.1rem solid #ddd;
  border-radius: 0.5rem;
}

.glyphicon {
  position: relative;
  top: 0.1rem;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem;
}

.glyphicon-chevron-up:hover:before {
  color: #5567e9;
}

.glyphicon-chevron-down:hover:before {
  color: #5567e9;
}