.borderedDivDanger {
  border-style: solid;
  border-width: thin;
  border-color: #dc3545 !important;
  border-radius: 0.5rem;
}

.borderedDivPrimary {
  border-style: solid;
  border-width: thin;
  border-color: #007bff !important;
  border-radius: 0.5rem;
}

.borderedDivSuccess {
  border-style: solid;
  border-width: thin;
  border-color: #28a745 !important;
  border-radius: 0.5rem;
}

.borderedDivWarning {
  border-style: solid;
  border-width: thin;
  border-color: #ffc107 !important;
  border-radius: 0.5rem;
}

.borderedDivInfo {
  border-style: solid;
  border-width: thin;
  border-color:#17a2b8!important;
  border-radius: 0.5rem;
}

.marginsmall {
  margin-bottom: 0.25rem;
}

.customalert {
  margin-left: -15px;
  margin-right: -15px;
  font-weight: bold;
}

.topmargin {
  margin-top: 10px;
}

.bottommargin {
  margin-bottom: 10px;
}

.card-header {
  padding: 0rem 0rem;
}

.smallfonthead {
  font-size: 0.8em;
}

.smallfont {
  font-size: 0.655em !important;
}

.wideTable {
  display: table;
}

.statusbadge {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}