﻿table.table-bordered.dataTable .txt-line {
    text-align: center;
}


.loader {
    border: 16px solid #1f497d;
    border-radius: 50%;
    border-top: 16px solid #f3f3f3;
    border-bottom: 16px solid #f3f3f3;
    width: 90px;
    height: 90px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    position: fixed;
    left: 50%;
    top: 35%;
}