.bg-nexans-red {
  background-color: #FF4500 !important;
  color: #ffffff !important;
}

.bg-dark-gray {
  background-color: #7A7979 !important;
  color: #ffffff !important;
}

.bg-light-gray {
  background-color: #DDE1E4 !important;
  color: #7A7979 !important;
}

.bg-white {
  background-color: #ffffff !important;
  color: #1F2633 !important;
}

.bg-black {
  background-color: #1F2633 !important;
  color: #ffffff !important;
}

.bg-info {
  background-color: #407BB4 !important;
  color: #ffffff !important;
}

.bg-success {
  background-color: #53B04A !important;
  color: #ffffff !important;
}

.bg-warning {
  background-color: #F39206 !important;
  color: #ffffff !important;
}

.bg-disabled {
  background-color: #DDE1E4 !important;
  color: #ffffff !important;
}

.text-nexans-red {
  color: #FF4500 !important;
}

.text-dark-gray {
  color: #7A7979 !important;
}

.text-light-gray {
  color: #DDE1E4 !important;
}

.text-white {
  color: #ffffff !important;
}

.text-black {
  color: #1F2633 !important;
}

.text-info {
  color: #407BB4 !important;
}

.text-success {
  color: #53B04A !important;
}

.text-warning {
  color: #F39206 !important;
}

.text-disabled {
  color: #DDE1E4 !important;
  cursor: no-drop;
}
/*# sourceMappingURL=map/colors.css.map */
