/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=e0e72727737ad9def40c121f5131336d)
 * Config saved to config.json and https://gist.github.com/e0e72727737ad9def40c121f5131336d
 */
.tooltip {
    display: block;
    position: absolute;
    z-index: 1070;
    font: 300 12px/1.5 'Roboto', sans-serif;
    letter-spacing: normal;
    line-break: auto;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    opacity: 0;
    visibility: hidden;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 400ms cubic-bezier(.4, 0.0, .2, 1), visibility 400ms cubic-bezier(.4, 0.0, .2, 1);
    -o-transition: opacity 400ms cubic-bezier(.4, 0.0, .2, 1), visibility 400ms cubic-bezier(.4, 0.0, .2, 1);
    transition: opacity 400ms cubic-bezier(.4, 0.0, .2, 1), visibility 400ms cubic-bezier(.4, 0.0, .2, 1);
}

.tooltip.in {
    opacity: 1;
    visibility: visible;
    filter: alpha(opacity=100);
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
}

.tooltip-inner {
    max-width: 210px;
    padding: 17px 15px 15px;
    color: #000;
    background-color: #f8f8f8;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 5px 7px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 7px 0 rgba(0, 0, 0, 0.15);
}

.tooltip-arrow {
    display: none;
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -10px;
    border-width: 10px 10px 0;
    border-top-color: #000000;
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 10px;
    margin-bottom: -10px;
    border-width: 10px 10px 0;
    border-top-color: #000000;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 10px;
    margin-bottom: -10px;
    border-width: 10px 10px 0;
    border-top-color: #000000;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -10px;
    border-width: 10px 10px 10px 0;
    border-right-color: #000000;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -10px;
    border-width: 10px 0 10px 10px;
    border-left-color: #000000;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -10px;
    border-width: 0 10px 10px;
    border-bottom-color: #000000;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 10px;
    margin-top: -10px;
    border-width: 0 10px 10px;
    border-bottom-color: #000000;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 10px;
    margin-top: -10px;
    border-width: 0 10px 10px;
    border-bottom-color: #000000;
}