object.event_object{
    display: none;
}
/*.qtip {

    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999 !important;

    border-radius: 6px;
    outline: 0;
    color: white !important;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5) !important;
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5) !important;
    background-color: #21242a !important;
    overflow: visible;
}

.qtip h3 {
    font-weight: 500;
    line-height: 1.1;
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 18px;
}

.qtip p {
    color: #949ba2;
    font-size: 14px;
}
.qtip-content{
    overflow: visible !important;
}
.qtip-content:after{
    display: block;
    content: '';
    position: absolute;
    bottom: -10px;
    left: 20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color:#21242a transparent transparent transparent;
}
.qtip .qtip-tip {
    display: none !important;
}*/
