.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #e1dfe2;
}

table tbody td p {
  margin: -6px 0px -6px;
  font-size: 12px;
}

td .form-control {
  font-size: 12px !important;
}

table thead td p {
  margin: 0px 0px 0px;
  font-weight: bold;
}

td .form-control {
  height: 23px;
  font-size: 10px;
}

.table-fixed {
  display: block;
  height: 300px;
  overflow-y: scroll;
}

.table-fixed_Item table {
  height: 300px;
}

.table-fixed_Item tr {
  width: 100%;
  display: inline-table;
}

.table-fixed_Item tbody {
  overflow-y: scroll;
  height: 96px;
  width: 98%;
  position: absolute;
}

input[type='date'].form-control,
input[type='time'].form-control,
input[type='datetime-local'].form-control,
input[type='month'].form-control {
  line-height: unset;
}
