/* fallback */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(/assets/datetimepicker/font/Material-Design-Icons.woff2) format('woff2');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}
.dtp table.dtp-picker-days tr > td > a.selected {
  background: #017e84 !important;
}
.dtp > .dtp-content > .dtp-date-view > header.dtp-header {
  background: #017e84 !important;
}
.dtp div.dtp-date, .dtp div.dtp-time {
 background: #017e84 !important;
}
.dtp .p10 > a {
  color: #fff !important;
}
.dtp-buttons button{
  margin-left: 5px;
}
.dtp div.dtp-actual-num {
  font-size: 16px;
  line-height: 20px;
}
.dtp-date{
  display: flex;
}
.dtp-date .dtp-actual-num{
  flex: 1;
}
.dtp-thang{
  flex: 3;
}
.dtp-nam{
  flex: 2;
}
.dtp div.dtp-actual-month {
  font-size: 16px;
  line-height: 20px;
}
.dtp div.dtp-actual-year{
  font-size: 16px;
  line-height: 20px;
}