/*#############*/
.tooltip > .tooltip-inner {
    background-color: #204e89; 
    box-shadow: 0px 0px 15px #fff;
}

.bs-tooltip-start > .tooltip-arrow:before {   border-left-color:#204e89!important;      }
.bs-tooltip-top > .tooltip-arrow:before {     border-top-color:#204e89!important;       }
.bs-tooltip-bottom > .tooltip-arrow:before {  border-bottom-color:#204e89!important;    }
.bs-tooltip-end > .tooltip-arrow:before {     border-right-color:#204e89!important;     }