/* CSS for Search Inputs*/

.divsearch {
  margin-top: 20px;
  margin-bottom: 30px;
  border: 0px;
  background-color: transparent;
}

.divsearch td {
  border: 0px;
}

.input {
  border: 0px !important;
  border-radius: 0px;
  background-color: transparent !important;
  border-bottom: 1px solid #d4d4d4 !important;
}

.input-group {
  border: 0px;
  border-radius: 0px;
  border-bottom: 1px solid #d4d4d4;
}

.datainput {
  border: 0px;
  border-radius: 0px;
  background-color: transparent;
  border-bottom: 1px solid #d4d4d4;
}

.inputref, .inputname, .inputsearch {
  border: 0px;
  background-color: transparent !important;
}

.selectlist {
  border: 0px;
  border-bottom-color: #d4d4d4;
  border-radius: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  background-color: transparent !important;
}

input[type="date"]::-webkit-inner-spin-button {
  opacity: 0
}

input[type="date"]::-webkit-calendar-picker-indicator {
  background: url("../images/Calendar.png") center/90% no-repeat;
  color: rgba(0, 0, 0, 0);
  opacity: 0.5
}

input[type="date"]::-webkit-calendar-picker-indicator:hover {
  background: url("../images/Calendar.png") center/90% no-repeat;
  opacity: 0.8;
}

/* Button */
.divpassorder a {
  display: flex;
  align-items: center;
}

.btnblack {
  padding: 10px 60px;
  font-size: 14px;
  font-weight: bold;
  border-width: 0px;
  border-radius: 18px;
  background-color: grey;
  color: white;
}

/* CSS For Orders Table */

/* CSS table */
.dive4colltable {
  overflow: auto;
}

.tablee4coll {
  font-size: 0.9em;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
}

.tablee4coll TH {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tablee4coll thead {
  border: 0px !important;
  border-bottom: 1px solid #eff0f3 !important;
}

.tablee4coll .form-control {
  font-size: inherit;
}

.tablee4coll div.alert {
  margin-bottom: 0;
}

.tdaction .rotation-sort-up {
  transition: 0.5s;
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Safari 3-8 */
  transform: rotate(180deg);
}