.bg-left {
  background-color: #d3d3d3 !important;
}

.bg-right {
  background-color: #ffffff !important;
}


.bg-orange {
  background-color: #f3761d !important;
}

.text-size-10 {
  font-size: 10px;
}

.text-size-12 {
  font-size: 12px;
}

.text-size-14 {
  font-size: 14px;
}

.text-size-16 {
  font-size: 16px;
}

.hr-height-1 {
  border: 1px solid;
  border-radius: 5px;
  opacity: .80;
  margin: 0;
}

.hr-height-2 {
  border: 2px solid;
  border-radius: 5px;
  opacity: .80;
  margin: 0;
}

.hr-height-3 {
  border: 3px solid;
  border-radius: 5px;
  opacity: .80;
  margin: 0;
}

.hr-height-4 {
  border: 4px solid;
  border-radius: 5px;
  opacity: .80;
  margin: 0;
}

.hr-height-5 {
  border: 5px solid;
  border-radius: 5px;
  opacity: .80;
  margin: 0;
}

.hr-height-6 {
  border: 6px solid;
  border-radius: 5px;
  opacity: .80;
  margin: 0;
}

.text-orange {
  color: #f3761d !important;
}

.link-unstyled {
  text-decoration: none;
}

.deco-none {
  color: inherit;
  text-decoration: inherit;
}
.deco-none:link {
  color: inherit;
  text-decoration: inherit;
}
.deco-none:hover {
  color: inherit;
  text-decoration: inherit;
}

.progress-10 {
    height: 10px;
}

.progress-60 {
    height: 60px;
}

.progress-80 {
    height: 80px;
}

.progress-100 {
    height: 100px;
}

.progressbar-10 {
    width: 10%;
}

.progressbar-60 {
    width: 60%;
}

.progressbar-80 {
    width: 80%;
}

.progressbar-100 {
    width: 100%;
}
