.required::before {
  color: #d00;
  content: "*";
  /* position: absolute; */
  margin-left: 4px;
}

.requiredvalid {
  border: 1px solid #dc3545;
  outline: none;
}

.requiredvalid:after {
  content: " required field";
  color: #dc3545;

  position: absolute;
  bottom: -20px;
}

.form-control-feedback {
  position: absolute;
  top: 32px;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.pull-right {
  float: right !important;
}

.table {
  width: 100% !important;
}

.card-footer {
  background-color: white !important;
}

.selected {
  background-color: #B0BED9 !important;
}

.colorgreen {
  color: green;
}

.colorred {
  color: red;
}

.text-right {
  text-align: right !important
}

.cursorpointer {
  cursor: pointer;
}
