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

.categoryHomeAssessment {
  background-color: rgb(249, 249, 255);
  margin-bottom: 30px;
}

.blocCategoryHomeAssessment {
  margin-top: 30px;
  margin-bottom: 30px;
}

.labelTitleHomeAssessment {
  background-color: #8d358d;
  color: white;
  text-align: center;
  font-size: 20px;
}

.labelSubTitleHomeAssessment {
  background-color: #f3d9f3;
  text-align: center;
  font-size: 20px;
}

.hrSubCategoryHomeAssessment {
  margin-bottom: 30px;
  margin-top: 30px;
}

.hrSubCategoryBathroomWCHomeAssessment {
  margin-bottom: 0px;
  margin-top: 10px;
}

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

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

.bordere4vhp {
  border: 2px solid #8d358d!important;
}

.hoverable {
  opacity: .8;
}

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

/* CSS For Orders Table */

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

/* CSS table */

.dive4vhptable {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

.tdaction i {
  color: #8d358d;
  transition: 0.5s;
}

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