/*!
   angular-block-ui v0.0.12
   (c) 2014 (null) McNull https://github.com/McNull/angular-block-ui
   License: MIT
*/

.block-ui-overlay {
    z-index: 10001;
    border: none;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

body > .block-ui > .block-ui-overlay {
    position: fixed;
}

.block-ui-overlay.block-ui-visible {
    /* background-color: #fff;
    opacity: 0.5;
    -ms-filter:"alpha(opacity=50)"; */
    cursor: wait;
    /* background:url('ajax-loader.gif') no-repeat center; */

}

.block-ui-message-container {
    position: absolute;
    /*top: 15%;
     left: 0; */
    top:50px;
    right: 32px;
    height: auto;
    text-align: center;
    z-index: 10002;
    background:url('ajax-loader.gif') no-repeat left center;
}

body > .block-ui > .block-ui-message-container {
    position: fixed;
}

.block-ui-message {
    cursor: wait;
    display: inline-block;
    text-align: left;
    /*  background-color: #333;
     color: #f5f5f5;
     padding: 20px;*/
    border-radius: 4px;
    font-size: 20px;
    font-weight: bold;
    width: 130px;
    height: 30px;
}
/*# sourceMappingURL=angular-block-ui.css.map */
