.ui-tooltip {
    padding: 4px 8px;
    color: #000;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 2px #ccc;
}

.finger, .finger:hover
{
    cursor: pointer;
}
.item-status-none
{
    color: #000000;
}

/* From Bootstrap */
/* http://www.w3schools.com/bootstrap/bootstrap_ref_css_helpers.asp */

/* text color */
.text-muted {
    color: #777;
}
.text-primary {
    color: #337ab7;
}
.text-success {
    color: #3c763d;
}
.text-info {
    color: #31708f;
}
.text-warning {
    color: #8a6d3b;
}
.text-danger {
    color: #a94442;
}

/* background color */
.bg-primary {
    background: #337AB7 !important;
}
.bg-success {
    background: #DFF0D8 !important;
}
.bg-info {
    background: #D9EDF7 !important;
}
.bg-warning {
    background: #FCF8E3 !important;
}
.bg-danger {
    background: #F2DEDE !important;
}
.bg-white {
    background: #FFFFFF !important;
}

/* Asset event alert visual warning */
/* Feature #3318 */
.event_warning
{
    background: red;
}
.event_warning:hover
{
    background: #FF7B7B;
}
.event_pre_warning
{
    background: yellow;
}
.event_pre_warning:hover
{
    background: #FFFE95;
}

