.arial {
  font-family: Arial, sans-serif;
}

.block {
  display: block;
}

.blue {
  color: #0076ff;
}

.bold {
  font-weight: bold;
}

.border-top {
  border-top: 1px solid #d7d7d7;
}

.border-bottom {
  border-bottom: 1px solid #d7d7d7;
}

.border-left {
  border-left: 1px solid #d7d7d7;
}

.border-right {
  border-right: 1px solid #d7d7d7;
}

.border-right.border-dashed {
  border-right-style: dashed;
}

.border-bottom.border-dashed {
  border-bottom-style: dashed;
}

.cursor-pointer {
  cursor: pointer;
}

.first-letter-uppercase {
  text-transform: lowercase;
}

.first-letter-uppercase::first-letter {
  text-transform: uppercase;
}

.green {
  color: #009b79;
}

.grey {
  color: #989898;
}

.italic {
  font-style: italic;
}

.line-through {
  text-decoration: line-through;
}

.margin-b {
  margin-bottom: 20px;
}

.margin-sb {
  margin-bottom: 10px;
}

.margin-t {
  margin-top: 20px;
}

.no-resize {
  resize: none;
}

.orange {
  color: #ff6c00;
}

.red {
  color: #ff0000;
}

.pink {
  color: #f3007c;
}

.small-field {
  max-width: 140px;
}

.small-field .form-control {
  max-width: 100%;
}

.underline {
  text-decoration: underline;
}

.uppercase {
  text-transform: uppercase;
}

.visibility-h {
  visibility: hidden;
}

.visibility-v {
  visibility: visible;
}
