/* 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;
}

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;
}

.hoverable {
    opacity: .8;
}

.hoverable:hover {
    opacity: 1;
    cursor: pointer;
}

/* CSS For Orders Table */

.fa-close{
  padding-top: 4px;
  background-color: #939393;
  border-radius: 50%;
  color: white!important;
  width: 25px;
  height: 25px;
  text-align: center;
  vertical-align: middle;
}

/* CSS table */
.tablee4mad{
  font-size: 0.9em;
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
}

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

.tablee4mad thead tr th{
  border: 0px!important;
}

.tablee4mad tbody tr td{
  border: 0px!important;
}

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

.tablee4mad 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);
}
