/*
 * ng-table-async
 * ngTable wrapper that offers some basic functionality and abstractions for working with asynchronous tables.
 * @author  Andrés Mata Suárez <amatasuarez@gmail.com>
 * @version 0.0.20
 * @link    https://andresmatasuarez.github.io/ng-table-async
 * @license MIT
 */
ng-table-async .nta-content .panel{margin-bottom:0}ng-table-async .nta-content{position:relative}ng-table-async .nta-loading-container{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(255,255,255,.5);color:#888}ng-table-async .nta-loading{height:100%}ng-table-async .nta-loading-loader{position:relative;top:50%;transform:translate(0,-50%);text-align:center;font-size:3em}ng-table-async .nta-loading-spinner{-webkit-animation:spin 1s infinite linear;animation:spin 1s infinite linear}ng-table-async @-webkit-keyframes spin{transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}
/*# sourceMappingURL=ng-table-async.min.css.map */
