/* Material design box shadows */
/* Material design box shadows */
.adpmain {
  position: absolute;
}

.adpmain.persian {
  direction: rtl;
}

.adpmain.gregorian {
  direction: ltr;
}

.adpmain > table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
          box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
}

.adpmain td {
  border: 1px solid #bfbfbf;
  border-left: 0;
  border-right: 0;
  padding: 0;
  text-align: center;
  min-width: 35px;
  height: 30px;
  font-size: 0.85rem;
}

.adpmain td.adp-month-name {
  background-color: #e6e6e6;
  border: 0;
}

.adpmain td.chanageMode {
  border-color: #fff;
}

.adpmain td a {
  padding: 0;
  display: block;
  line-height: 30px;
  min-width: 35px;
  height: 30px;
}

@media (min-width: 768px) {
  .two-months.persian table table:first-child {
    border-left: 1px solid #24C0B1;
  }
  .two-months.gregorian table table:first-child {
    border-right: 1px solid #24C0B1;
  }
  .adpmain td {
    min-width: 40px;
  }
  .adpmain td table {
    display: inline-block;
    vertical-align: top;
  }
  .adpmain td a {
    min-width: 40px;
  }
}

.adpmain td.chanageMode a {
  width: 100%;
}

.adpmain .navBack {
  /*	float: right;
	uncommenting this line breaks IE display of element
	in some unknown situations !
*/
}

.adpmain.persian .navBack a {
  float: right;
}

.adpmain.gregorian .navBack a {
  float: left;
}

.adpmain.persian .navFwd {
  float: left;
}

.adpmain.gregorian .navFwd {
  float: right;
}

.adpmain.persian .navFwd a {
  float: left;
}

.adpmain.gregorian .navFwd a {
  float: right;
}

.adpmain .navInfo {
  padding: 5px 0;
  display: inline-block;
}

.adpmain .pickerHead {
  background-color: #fff;
  border: 0;
  height: 40px;
}

.adpmain .pickerHead a {
  padding: 0 5px;
  height: 40px;
  line-height: 40px;
  font-size: 0.85rem;
  color: #24C0B1;
  min-width: 30px;
}

.adpmain .pickerHead a:hover {
  background-color: #24C0B1;
  color: #fff;
}

.adpmain .pickerHead a.nav {
  display: block;
}

.adpmain a.nav:hover {
  background-color: #24C0B1;
}

.adpmain a.monYear {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
  width: auto;
}

.adpmain a.monYear:hover {
  background-color: #24C0B1;
  color: #fff;
}

.adpmain a.weekday {
  display: block;
  padding: 2px 0;
  color: #000;
}

.adpmain a.weekday.invalid,
.adpmain a.weekday.invalid:hover {
  color: grey !important;
  background-color: #f8ccca;
  cursor: not-allowed;
}

.adpmain.persian a.friday {
  color: #FEC53F;
}

.adpmain.gregorian a.sunday {
  color: #FEC53F;
}

.adpmain a.selected {
  background-color: #24C0B1;
  color: #fff;
}

.adpmain a.chosen {
  background-color: #e6e6e6;
  color: #000;
}

.adpmain a.today {
  color: #fff !important;
  background-color: #24C0B1;
}

.adpmain a.today:hover {
  color: #24C0B1 !important;
}

.adpmain td.calWeekdays {
  background-color: #404040;
  color: #fff;
  text-align: center;
  padding-top: 3px;
  padding-bottom: 2px;
}

.adpmain td.pickerFoot a {
  display: block;
  padding: 2px;
  background-color: #404040;
  width: auto;
}

.adpmain td.pickerFoot a:hover {
  background-color: #bfbfbf;
}

.adpmain a {
  text-decoration: none;
  color: #fff;
  -webkit-transition: all 0.1s cubic-bezier(0, 1, 1, 0);
  transition: all 0.1s cubic-bezier(0, 1, 1, 0);
}

.adpmain td.chanageMode a {
  color: #404040;
}

.adpmain td.chanageMode a:hover {
  color: #FEC53F;
  background-color: #fff;
}

.adpmain .chanageMode a {
  display: inline-block;
  padding: 2px 5px;
}

.adpmain a:hover {
  background-color: #bfbfbf;
  text-decoration: none;
}

div.monthYearPicker a:hover {
  text-decoration: none;
  background: #24C0B1;
}

div.monthYearPicker {
  background-color: #24C0B1;
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.23), 0 3px 12px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 12px rgba(0, 0, 0, 0.23), 0 3px 12px rgba(0, 0, 0, 0.16);
  text-align: center;
  position: absolute;
  max-width: 250px;
}

div.monthYearPicker a {
  text-decoration: none;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  padding: 0.3em 0.5em;
  -webkit-transition: all 0.1s cubic-bezier(0, 1, 1, 0) 0s;
  transition: all 0.1s cubic-bezier(0, 1, 1, 0) 0s;
  width: 33.333%;
}

div.monthYearPicker a:hover {
  background-color: #FEC53F;
  color: #fff;
}

div.monthYearPicker a.selected {
  background-color: #FEC53F;
  color: #fff;
}

.table-splitter {
  position: relative;
}

.table-splitter:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 50%;
  background-color: #24C0B1;
  width: 1px;
}
/*# sourceMappingURL=adatepicker-main.css.map */