.btn-danger-c {
  color: red;
  font-size: 17px;
  padding: 3px;
}

.btn-info-c {
  color: #2eadd3;
  font-size: 17px;
  padding: 3px;
}

.plus-size {
  font-size: 10px;
}
.action-icon {
  font-size: 16px;
  color: red;
  margin-left: 1px;
  cursor: pointer;
}
.action-icon-view {
  font-size: 16px;
  color: green;
  margin-left: 3px;
  cursor: pointer;
}
.tbl-break-word {
  word-break: break-word;
}
.btn-successs {
  background-color: green;
  color: white;
  cursor: pointer;
}
.btn-dangers {
  background-color: red;
  color: white;
  cursor: pointer;
}
.border-css1 {
  border: 1px solid grey;
  height: 210px;
  width: 180px;
}
.margin-tb-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.rejecticon {
  color: green;
  font-weight: bold;
  font-size: 16px;
  margin-left: 10px;
}
.nonrejecticon {
  color: red;
  font-weight: bold;
  font-size: 16px;
  margin-left: 10px;
}
.pointer {
  cursor: pointer;
}
.icongreen {
  color: green;
}

.iconred {
  color: red;
}

.stepwizard-step p {
  margin-top: 10px;
}
.stepwizard-row {
  display: table-row;
}
.stepwizard {
  display: table;
  width: 100%;
  position: relative;
}
.stepwizard-step button[disabled] {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
.stepwizard-row:before {
  top: 25px;
  bottom: 0;
  position: absolute;
  content: ' ';
  width: 100%;
  height: 1px;
  background-color: #ccc;
  z-index: 0;
}
.stepwizard-step {
  display: table-cell;
  text-align: center;
  position: relative;
}
.btn-circle {
  width: 77px;
  height: 64px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}
.mb-1 {
  margin-bottom: 1px;
}
.bg-o {
  color: orange;
}

.bg-r {
  color: red;
}
.minwidth-tabletime {
  min-width: 100px;
}
.namei {
  height: 210px;
  width: 180px;
}
