﻿.tooltip.error .tooltip-inner {
    background: #ff6363 !important;
}

.tooltip.error.top .tooltip-arrow {
  border-top-color: #ff6363 !important;
}

.tooltip.error.top-left .tooltip-arrow {
  border-top-color: #ff6363 !important;
}

.tooltip.error.top-right .tooltip-arrow {
  border-top-color: #ff6363 !important;
}

.tooltip.error.right .tooltip-arrow {
  border-right-color: #ff6363 !important;
}

.tooltip.error.left .tooltip-arrow {
  border-left-color: #ff6363 !important;
}

.tooltip.error.bottom .tooltip-arrow {
  border-bottom-color: #ff6363 !important;
}

.tooltip.error.bottom-left .tooltip-arrow {
  border-bottom-color: #ff6363 !important;
}

.tooltip.error.bottom-right .tooltip-arrow {
  border-bottom-color: #ff6363 !important;
}