#jivo_chat_widget{
    display: none;
}
.jivo-btn.jivo-online-btn{
}
.jivo-btn.jivo-offline-btn{

}
.jivo-btn {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    text-transform: none;
    cursor: pointer;
    background-image: none;
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    color: #000000;
    position: absolute;
    right: 0;
    padding: 0 20px;
    line-height: 30px;
    background: -moz-linear-gradient(top, #FFFF90, #fbe112);
    background: -webkit-gradient(linear, left top, left bottom,color-stop(0%,#FFFF90), color-stop(100%,#fbe112));
    background: -webkit-linear-gradient(top, #FFFF90, #fbe112);
    background: -o-linear-gradient(top, #FFFF90, #fbe112);
    background: -ms-linear-gradient(top, #FFFF90, #fbe112);
    background: linear-gradient(top, #FFFF90, #fbe112);
    border-radius: 0 4px 0 0;
}
.jivo-btn:hover {
    background-color: #fbe112;
}
.jivo-btn:active,.jivo-btn.jivo-btn-light:active{
    box-shadow: 0 1px 0px rgba(255,255,255,0.4), inset 0 0 15px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 1px 0px rgba(255,255,255,0.4), inset 0 0 15px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 1px 0px rgba(255,255,255,0.4), inset 0 0 15px rgba(0,0,0,0.2);
    cursor: pointer;
}
.jivo-btn:active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
}
.jivo-btn-icon {
    width:17px;
    height: 20px;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    margin-left: -5px;
}