/*
 * Tables
 *
 */
.adp-date-picker {
  border: 1px solid #e4e4e4;
}
.adp-date-picker table:focus {
  outline: none;
}
.adp-date-picker .table-condensed > thead > tr > th,
.adp-date-picker .table-condensed > tbody > tr > th,
.adp-date-picker .table-condensed > tfoot > tr > th,
.adp-date-picker .table-condensed > thead > tr > td,
.adp-date-picker .table-condensed > tbody > tr > td,
.adp-date-picker .table-condensed > tfoot > tr > td {
  padding: 5px;
  text-align: center;
}
.adp-date-picker .table-condensed .dow {
  color: #000;
}
.adp-date-picker .table-condensed .month, .adp-date-picker .table-condensed .year {
  width: 33%;
  display: inline-block;
  font-size: 14px;
  height: 40px;
  padding-top: 15px;
}
.adp-date-picker .table-condensed .day {
  cursor: pointer;
  height: 35px;
}
.adp-date-picker .table-condensed .prev:after {
  content: "\f0a8";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  color: #086274;
}
.adp-date-picker .table-condensed .prev,
.adp-date-picker .table-condensed .next {
  cursor: pointer;
}
.adp-date-picker .table-condensed .next:after {
  content: "\f0a9";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  color: #086274;
}
.adp-date-picker .table-bordered {
  border: 1px solid #dddddd;
}
.adp-date-picker .table-bordered > thead > tr > th,
.adp-date-picker .table-bordered > tbody > tr > th,
.adp-date-picker .table-bordered > tfoot > tr > th,
.adp-date-picker .table-bordered > thead > tr > td,
.adp-date-picker .table-bordered > tbody > tr > td,
.adp-date-picker .table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.adp-date-picker .table-bordered > thead > tr > th,
.adp-date-picker .table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.adp-date-picker .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.adp-date-picker .table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
.adp-date-picker table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
.adp-date-picker table td[class*="col-"],
.adp-date-picker table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.adp-date-picker .table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .adp-date-picker .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .adp-date-picker .table-responsive > .table {
    margin-bottom: 0;
  }
  .adp-date-picker .table-responsive > .table > thead > tr > th,
  .adp-date-picker .table-responsive > .table > tbody > tr > th,
  .adp-date-picker .table-responsive > .table > tfoot > tr > th,
  .adp-date-picker .table-responsive > .table > thead > tr > td,
  .adp-date-picker .table-responsive > .table > tbody > tr > td,
  .adp-date-picker .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .adp-date-picker .table-responsive > .table-bordered {
    border: 0;
  }
  .adp-date-picker .table-responsive > .table-bordered > thead > tr > th:first-child,
  .adp-date-picker .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .adp-date-picker .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .adp-date-picker .table-responsive > .table-bordered > thead > tr > td:first-child,
  .adp-date-picker .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .adp-date-picker .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .adp-date-picker .table-responsive > .table-bordered > thead > tr > th:last-child,
  .adp-date-picker .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .adp-date-picker .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .adp-date-picker .table-responsive > .table-bordered > thead > tr > td:last-child,
  .adp-date-picker .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .adp-date-picker .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .adp-date-picker .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .adp-date-picker .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .adp-date-picker .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .adp-date-picker .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.adp-date-picker .input-group-addon {
  padding: 0;
  background: transparent;
}
.adp-date-picker .input-group-btn button {
  padding: 0;
}
.adp-date-picker .input-group-btn,
.adp-date-picker .input-group-addon {
  background-color: #fff;
  border: none;
  text-align: center;
}
.adp-date-picker .input-group-btn button,
.adp-date-picker .input-group-addon button {
  padding: 10px;
  background: transparent;
  border: none;
  width: 100%;
}
.adp-date-picker .input-group-addon > button {
  padding: 0;
}
.adp-date-picker .input-group-btn .fa,
.adp-date-picker .input-group-addon .fa {
  color: #000;
  font-size: 16px;
}
.adp-date-picker:hover .input-group-btn .fa,
.adp-date-picker:hover .input-group-addon .fa {
  color: #3ebede;
}
.adp-date-picker .dropdown-menu {
  width: 325px;
  padding: 15px;
  left: auto !important;
  right: 0;
}
.adp-date-picker .dropdown-menu table {
  background-color: transparent;
  width: 100%;
}
.adp-date-picker .dropdown-menu table thead {
  color: #086274;
  font-family: inherit;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}
.adp-date-picker .dropdown-menu table .btn {
  background-color: #fff;
  border-radius: 0;
  font-size: 14px;
  padding: 0;
  min-width: inherit;
}
.adp-date-picker .dropdown-menu table .btn:hover {
  background-color: #89e3f9;
}
.adp-date-picker .dropdown-menu table .btn.active {
  background-color: #0e5061;
  color: #fff;
  border-radius: 0;
}
.adp-date-picker .dropdown-menu table .btn .glyphicon-chevron-left:before {
  content: "\f0a8";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  color: #086274;
  position: relative;
  left: 10px;
}
.adp-date-picker .dropdown-menu table .btn .glyphicon-chevron-right:before {
  content: "\f0a9";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  color: #086274;
  position: relative;
  right: 10px;
}
.adp-date-picker .dropdown-menu table .btn strong {
  text-transform: capitalize;
  font-family: inherit;
  font-size: 16px;
  font-weight: 500;
}
.adp-date-picker .dropdown-menu table th .btn:hover {
  background-color: inherit;
  color: inherit;
}
.adp-date-picker .dropdown-menu table thead small {
  color: #000;
}
.adp-date-picker .dropdown-menu caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
.adp-date-picker .dropdown-menu .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.adp-date-picker .dropdown-menu .table > thead > tr > th,
.adp-date-picker .dropdown-menu .table > tbody > tr > th,
.adp-date-picker .dropdown-menu .table > tfoot > tr > th,
.adp-date-picker .dropdown-menu .table > thead > tr > td,
.adp-date-picker .dropdown-menu .table > tbody > tr > td,
.adp-date-picker .dropdown-menu .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.adp-date-picker .dropdown-menu .table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.adp-date-picker .dropdown-menu .table > caption + thead > tr:first-child > th,
.adp-date-picker .dropdown-menu .table > colgroup + thead > tr:first-child > th,
.adp-date-picker .dropdown-menu .table > thead:first-child > tr:first-child > th,
.adp-date-picker .dropdown-menu .table > caption + thead > tr:first-child > td,
.adp-date-picker .dropdown-menu .table > colgroup + thead > tr:first-child > td,
.adp-date-picker .dropdown-menu .table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.adp-date-picker .dropdown-menu .table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.adp-date-picker .dropdown-menu .table .table {
  background-color: #ffffff;
}
.adp-date-picker .datepicker-dropdown.dropdown-menu {
  width: 100%;
  left: 0 !important;
  max-width: 325px;
  padding: 15px;
}
.adp-date-picker.disabled .input-group-btn,
.adp-date-picker.disabled .input-group-btn .fa,
.adp-date-picker.disabled .input-group-addon,
.adp-date-picker.disabled .input-group-addon .fa {
  background-color: #d2d2d2;
  cursor: not-allowed;
  color: #808080;
}
.adp-date-picker.disabled:hover .input-group-btn .fa,
.adp-date-picker.disabled:hover .input-group-addon .fa {
  color: #808080;
}
.adp-date-picker .datepicker-days .day.active {
  background-color: #0e5061;
  color: #fff;
}
.adp-date-picker .datepicker-days .day:hover {
  background-color: #89e3f9;
  color: #fff;
}
.adp-date-picker .datepicker-days .day.old {
  opacity: 0;
}
.adp-date-picker .datepicker-days .day.new {
  display: none;
}
/* White BG */
.bg-white .adp-date-picker .input-group-btn,
.bg-white .adp-date-picker .input-group-addon,
.bg-white .adp-date-picker input {
  background-color: #ebebeb;
}
.bg-white .adp-date-picker .dropdown-menu table .btn {
  background-color: #ebebeb;
}
.datepicker-switch {
  text-transform: capitalize;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1.5px;
}
.datepicker-switch:after,
.adp-date-picker .dropdown-menu table .btn strong:after {
  content: "\f078";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: #086274;
  position: relative;
  right: -10px;
}
.bg-white .input-group.adp-date-picker {
  xwbackground-color: #ebebeb;
}
