.tooltip-inner {
    /*max-width: 200px;
    padding: 3px 8px;*/
    background-color: #fff;
	color: #000 !important;
	border-color: #FF7F35 !important;
	border: 1px solid #FF7F35 !important;
    /*text-align: center;
    background-color: #000;
    border-radius: .25rem;*/
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before
{
	border-left-color: #FF7F35;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before
{
	border-right-color: #FF7F35;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before
{
	border-top-color: #FF7F35;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before
{
	border-bottom-color: #FF7F35;
}