#nav-history_order {
  height: 707px;
}

#nav-history_order .pd_left {
  width: 810px;
}

#nav-history_order div#historyGrid {
  height: 691px;
}

.hist-label1 {
  width: 55%;
  white-space: nowrap;
}

button.btn-search {
  background: #fdbd04;
  font-size: 18px;
  width: 35%;
  border-radius: 5px;
  padding: 0;
  vertical-align: middle;
  line-height: 1.8;
  font-weight: bold;
  color: white;
  border: 1px solid #ffe399;
}

.button-class {
  text-align: center;
  margin: 10 0;
}

.hist-calendar {
  width: 100%;
  display: flex;
}

.left-calendar {
  width: 50%;
  padding: 0 2px;
}

.right-calendar {
  width: 50%;
  padding: 0 1px;
}

.checkbox-calendar {
  padding: 3px 2px;
}

#nav-history_order ::-webkit-scrollbar {
  width: 4px;
}

::-webkit-scrollbar-thumb {
  background: #FF9800
}

/***************** History Kendo Grid ******************/

span.k-widget.k-datepicker {
  font-size: 9px !important;
}

#historyGrid .k-grid-header-wrap {
  border-right-color: white !important;
  background: white;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

#historyGrid .k-grid-header {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  background-color: white !important;
}

#historyGrid .k-grid-content.k-auto-scrollable> ::-webkit-scrollbar, #nav-history_order .k-grid-content.k-auto-scrollable> ::-webkit-scrollbar {
  width: 5px !important;
  height: 6px !important;
}

#historyGrid.k-widget {
  background-color: #fff !important;
  border-radius: 10px !important;
}

#historyGrid .k-grid-header .k-header:first-child {
  border-top-left-radius: 10px !important;
}

#historyGrid .k-grid-header .k-header:last-child {
  border-top-right-radius: 10px !important;
}

#historyGrid .k-grid-content td {
  background: unnset;
  border-color: #aba832d6 !important;
  border-width: 0 0 1 0 !important;
  font-weight: 500 !important;
  font-size: 11px;
}

#historyGrid .k-grid-header .k-header {
  white-space: pre-wrap !important;
  line-height: 1.2 !important;
  vertical-align: middle !important;
  padding: 2px 2px !important;
  color: #dfac1e !important;
  font-size: 9px !important;
  margin: -5px -5px !important;
  font-weight: bold;
  text-align: center;
}

#historyGrid .k-grid-header th:not(td) {
  background: white !important;
  border-bottom-color: #c7c7c7;
  border-width: 0 0 1 0;
}

#historyGrid .k-grid table {
  font-size: 10px !important;
}

#historyGrid table {
  font-size: 10px !important;
}

#historyGrid .k-grid-header {
  padding-right: 2px !important;
}

#historyGrid .k-grid-content.k-auto-scrollable {
  overflow-y: scroll;
  position: absolute;
  scroll-behavior: smooth;
  overflow-x: hidden;
  height: 97%;
}

.hist-label3.hist-right {
  width: 100%;
  text-align: right;
}

button#btnsearch:disabled {
  filter: grayscale(1);
  opacity: .6;
  cursor: no-drop;
  color: white;
}

#historyGrid tr.k-state-selected {
  background-color: #FBC122 !important;
  color: black !important;
}

#historyGrid .k-grid tbody tr.k-state-hover, .k-grid tbody tr:hover {
  color: black !important;
  background-color: #FFEDBB !important;
}