form {
  margin: 0 !important;
}

label {
  line-height: 1.5;
  margin: 0 !important;
}

input[type="text"]:disabled {
  background-color: #eeeeee !important;
}

table td {
	overflow: hidden !important;
	text-overflow: ellipsis !important;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.button {
  font-weight: bold !important;
}

.error {
  color: #cc0000 !important;
}

.dot-green {
  height: 25px;
  width: 25px;
  background-color: rgb(11, 158, 67);
  border-radius: 50%;
  display: inline-block;
}

.dot-red {
  height: 25px;
  width: 25px;
  background-color: #ff0000;
  border-radius: 50%;
  display: inline-block;
}

.align-left {
  padding-left: 0 !important;
  text-align: left;
}

.align-right {
  text-align: right;
}

.margin-top-zero {
  margin-top: 0 !important;
}

.margin-zero {
  margin: 0 !important;
}

.alert {
  color:  #ea2654 !important;
}