 .hameid-loader-overlay {
    width: 100%;
    height: 100%;
    background: url('../img/loading-small.gif') center no-repeat #FFF;
    z-index: 99999;
    position: fixed;
}   
.select-wrapper select{
    margin: 0;
    position: absolute;
    z-index: 2;            
    cursor: pointer;
    outline: none;
    opacity: 0;
    /* CSS hacks for older browsers */
    _noFocusLine: expression(this.hideFocus=true); 
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
}

.bootbox {
    padding-top: 50px;
}