
/*helpshift */
#helpshift-button-div
{
    bottom: 50% !important;
}

#helpshift-frame-div
{
    height:50% !important;
}
#Helpshift{
    z-index: 9999;
    width: 325px;
    height: 671px;
    float: right;
    position: absolute;
    right: 0px;
    padding: 4px;
    top: -36px;

}
#helpshift{
    /*        border-radius: 10px;
            border-width: 4px;
            border-color: rgb(129, 115, 38);*/
}
.overlay
{
    display: none;
    z-index: 999;
    top: 0px;
    width: 100%;
    height: 100%;
    position: fixed;
}
.helpShiftIframe
{
    height: 100%;

}
.closeHelpShift{
    position: relative;
    top: 29px;
    width: 40px;
    height: 44px;
    right: 20px;
    background-color: green;
    border-radius: 25px;
    background: url('/res/WebAssets/Helpshift/Close_00.png') no-repeat;
    /*background-size: 40px 42px;*/
}
.closeHelpShift:hover{
    background: url('/res/WebAssets/Helpshift/Close_01.png') no-repeat;
    /*background-size: 40px 42px;*/
}
.closeHelpShift:active{
    background: url('/res/WebAssets/Helpshift/Close_02.png') no-repeat;
    /*background-size: 40px 42px;*/
}


