.cs-tooltip {
    background-image: none;
    border-style: solid;
    border-width: 1px;
    padding: 2px;
    position: absolute;
    _position: absolute;
    z-index: 3000;
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px;
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 3px;
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px;
}

.tooltip.left {
    padding: 0 5px;
    margin-left: -3px;
}

.cs-tooltip.default {
    color: #333333;
    text-shadow: none;
    background-color: #e5e5e5;
    border-color: #e5e5e5;
}

/*  Red */
.cs-tooltip.red {
    color: white;
    text-shadow: none;
    background-color: #d84a38;
}

/*  Blue */

.cs-tooltip.blue {
    color: white;
    text-shadow: none;
    background-color: #4d90fe;
}

/*  Green */
.cs-tooltip.green {
    color: white;
    text-shadow: none;
    background-color: #35aa47;

}

/*  Purple */
.cs-tooltip.purple {
    color: white;
    text-shadow: none;
    background-color: #852b99;
}

/*  Yellow */
.cs-tooltip.yellow {
    color: white;
    text-shadow: none;
    background-color: #ffb848;
}

/*  Black */
.cs-tooltip.dark {
    color: white;
    text-shadow: none;
    background-color: #555555;
}

.cs-tooltip-content {
    overflow: hidden;
    padding: 3px;
    position: relative;
    font-size: 12px;
    margin: 2px;
}

.tip-anchor {
    position: absolute;
    width: 0!important;
    height: 0!important;
    border-color: transparent;
    border-style: solid;
}

/*箭头向左*/
.tip-anchor-left {
    padding: 0;
    margin-left: -7px;
}

.tip-anchor-left.tooltip-arrow {
    border-width: 5px 5px 5px 0;
    border-right-color: #35aa47;
    top: 50%;
    margin-top: -5px;
}

/*  Red */
.tip-anchor-left.red {
    border-right-color: #d84a38;
}

/*  Blue */
.tip-anchor-left.blue {
    border-right-color: #4d90fe;
}

/*  Green */
.tip-anchor-left.green {
    border-right-color: #35aa47;
}

/*  Purple */
.tip-anchor-left.purple {
    border-right-color: #852b99;
}

/*  Yellow */
.tip-anchor-left.yellow {
    border-right-color: #ffb848;
}

/*  Black */
.tip-anchor-left.dark {
    border-right-color: #555555;
}

/*  default */
.tip-anchor-left.default {
    border-right-color: #e5e5e5;
}

/**箭头向右**/
.tip-anchor-right.tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -7px;
    border-width: 5px 0 5px 5px;

}

.tip-anchor-right {
    padding: 0 ;
    margin-right: -4px;
}

/*  Red */
.tip-anchor-right.red {
    border-left-color: #d84a38;
}

/*  Blue */

.tip-anchor-right.blue {
    border-left-color: #4d90fe;
}

/*  Green */
.tip-anchor-right.green {
    border-left-color: #35aa47;
}

/*  Purple */
.tip-anchor-right.purple {
    border-left-color: #852b99;
}

/*  Yellow */
.tip-anchor-right.yellow {
    border-left-color: #ffb848;
}

/*  Black */
.tip-anchor-right.dark {
    border-left-color: #555555;
}

/*  default */
.tip-anchor-right.default {
    border-left-color: #e5e5e5;
}

/**箭头向上*/
.tip-anchor-bottom {
    padding:  0;
    margin-bottom: -5px;
}

.tip-anchor-bottom.tooltip-arrow {
    bottom: 0;
    left: 50%;
    border-width: 5px 5px 0;

}



/*  Red */
.tip-anchor-bottom.red {
    border-top-color: #d84a38;
}

/*  Blue */

.tip-anchor-bottom.blue {
    border-top-color: #4d90fe;
}

/*  Green */
.tip-anchor-bottom.green {
    border-top-color: #35aa47;
}

/*  Purple */
.tip-anchor-bottom.purple {
    border-top-color: #852b99;
}

/*  Yellow */
.tip-anchor-bottom.yellow {
    border-top-color: #ffb848;
}

/*  Black */
.tip-anchor-bottom.dark {
    border-top-color: #555555;
}

/*  default */
.tip-anchor-bottom.default {
    border-top-color: #e5e5e5;
}

.tip-anchor-top {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #e5e5e5;
}
.tip-anchor-top {
    padding: 0;
    margin-top: -5px;
}
/*  Red */
.tip-anchor-top.red {
    border-bottom-color: #d84a38;
}

/*  Blue */

.tip-anchor-top.blue {
    border-bottom-color: #4d90fe;
}

/*  Green */
.tip-anchor-top.green {
    border-bottom-color: #35aa47;
}

/*  Purple */
.tip-anchor-top.purple {
    border-bottom-color: #852b99;
}

/*  Yellow */
.tip-anchor-top.yellow {
    border-bottom-color: #ffb848;
}

/*  Black */
.tip-anchor-top.dark {
    border-bottom-color: #555555;
}

/*  default */
.tip-anchor-top.default {
    border-bottom-color: #e5e5e5;
}

/*.cs-tooltip.default {
    border-color: #e5e5e5;
}*/

