/*!
 * Bootstrap v2.2.1
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}

.clearfix:after {
    clear: both;
}

.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.input-block-level {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.btooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    visibility: visible;
    position: absolute;
    padding: 5px;
    font-size: 11px;
    opacity: 0;
    filter: alpha(opacity = 0);
    white-space: normal;
}

.btooltip.in {
    opacity: 0.8;
    filter: alpha(opacity = 80);
}

.btooltip.top {
    margin-top: -8px;
}

.btooltip.right {
    margin-left: 7px;
}

.btooltip.bottom {
    margin-top: 5px;
}

.btooltip.left {
    margin-left: -8px;
}
/*
.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background-color: #000000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}*/
.btooltip-inner {
    max-width: 200px;
    min-width: 100px;
    padding: 8px 10px;
    text-align: center;
    text-decoration: none;
    color: white;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .5), 0 0 2px rgba(0, 0, 0, 1);
    background: #020031;
    background: -moz-linear-gradient(45deg, #6383c8 0%, #4FCAFB 90%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #6383c8), color-stop(90%, #4FCAFB));
    background: -webkit-linear-gradient(45deg, #6383c8 0%, #4FCAFB 90%);
    background: -o-linear-gradient(45deg, #6383c8 0%, #4FCAFB 90%);
    background: -ms-linear-gradient(45deg, #6383c8 0%, #4FCAFB 90%);
    background: linear-gradient(45deg, #6383c8 0%, #4FCAFB 90%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#6383c8', endColorstr = '#4FCAFB', GradientType = 1);
    -webkit-box-shadow: inset 0 3px 7px rgba(0, 0, 0, .2), inset 0 -3px 7px rgba(0, 0, 0, .2);
    -moz-box-shadow: inset 0 3px 7px rgba(0, 0, 0, .2), inset 0 -3px 7px rgba(0, 0, 0, .2);
    box-shadow: inset 0 3px 7px rgba(0, 0, 0, .2), inset 0 -3px 7px rgba(0, 0, 0, .2);

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    line-height: 100%;
}

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

.btooltip.top .btooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #0076E1;
}

.btooltip.right .btooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #007AC8;
}

.btooltip.left .btooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #0076E1;
}

.btooltip.bottom .btooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #0076E1;
}
