.hxg-controls
{
    margin : 15px 0 5px;
    text-align :  center;
}

.hxg-controls button
{
    margin : 0 5px;
}

.hxg-refresh
{
    position : relative;    
}


.hxg-wait {
    background-color: #FFFFFF;
    background-image : url("../../serverFiles/img/icon/waiting.gif");
    background-repeat: no-repeat;
    margin: auto;
    background-position : center center;
    background-size : contain;
}


.hxg-wait.local {
    margin: auto;
    
}

.hxg-wait.large.local {
    background-size : inherit;
}

.dn
{
    display : none;    
}

.fill
{
    height : 100%;
    width : 100%;    
}


.help-msg {
    width: 16px;
    height: 16px;
    
    display: inline-block;
    vertical-align: middle;
    background-image : url("../../clientFiles/img/ihm/global/info.png");
}

.hxgTooltipFrame.help {
padding : 10px;
background-color  :#fff;
}

/*
.help-msg + div {
    display: inline-block;
    vertical-align: middle;
}*/