.button-ver2, input.button-ver2, a.button-ver2 {
    background: #4B4B4B;
    color: #f9fdff;
    color: #fff;
    font-weight: 700;
    border: 1px solid transparent;
    -webkit-appearance: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    white-space: nowrap;
    border-radius: 4px;
    border: 0px;
    height: 30px;
    font-weight: bold;
    font-size: 12px;
}

.background-ver2,
.button-img {
    background: #4B4B4B;
}

.bg-hover:hover {
    background: #5D5D5D !important;
    cursor: pointer;
}

.bg-hover a:link, .bg-hover a:hover, .bg-hover a:active, .bg-hover a:focus,
    a.bg-hover:link, a.bg-hover:hover, a.bg-hover:active, a.bg-hover:focus
    {
    text-decoration: none;}

.bg-hover1:hover {    
    cursor: pointer;
    opacity: 0.8;
}

.bg-hover1 a:link, .bg-hover1 a:hover, .bg-hover1 a:active, .bg-hover1 a:focus,
    a.bg-hover1:link, a.bg-hover1:hover, a.bg-hover1:active, a.bg-hover1:focus
    {
    text-decoration: none;
}

input.btn:HOVER{
    cursor: pointer;
}

.ui-widget-overlay.ui-front{
    z-index: 0!important;
}