﻿.mds-datetime-picker {
  width: 300px;
  margin: 0 auto;
  padding: 1px;
  overflow: hidden;
  position: relative;
  font-family: 'Segoe UI', Tahoma;
  font-size: 14px;
  border: solid 1px #ccc;
}

.mds-datepicker-years-months {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  overflow: hidden;
  overflow-y: auto;
  z-index: 999;
}

  .mds-datepicker-years-months button {
    width: 100%;
    height: 40px;
  }

table {
  width: 100%;
  padding: 0;
  margin: 0;
  background: #fff;
}

table, th, td {
  text-align: center;
  padding: 0;
  margin: 0;
  font-weight: normal;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 1px;
}

table[data-name="navigate-table"] th {
  background: #fbf9f1;
}

.time-table {
  padding: 0;
  margin: 0;
}

button {
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 0;
}

  button:hover {
    background-color: #dfdfdf;
  }

  button.day {
    height: 22px;
  }

    button.day span.selectedDay {
      width: 90%;
      display: block;
      background: #8EBFFF;
      border-radius: 10px;
    }

span.day {
  display: block;
  height: 22px;
}

.text-muted {
  opacity: 0.5;
}

.warning {
  background-color: #ffe66d;
}

.selected-range {
  background-color: #D9F2E6;
}

.today {
  background-color: #b4e5fb;
}

.disable {
  opacity: 0.5;
}

hr {
  padding: 0;
  margin: 0;
}
