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

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


.hoverable {
    opacity: .8;
}

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

/* CSS For Orders Table */

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

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

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

/* 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 thead tr th{
  border: 0px!important;
}

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

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

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

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

.tre4coll{
  background-color: white!important;
  border-bottom: 1px solid #eff0f3;
}

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