.loader {
    border: 20px solid #f3f3f3; /* Light grey */
    border-top: 20px solid #3498db; /* Blue */
    border-bottom: 20px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
    margin: 0 auto;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.dataTables_processing{
    background: none;
    box-shadow: none;
}

.dataTables_length label{
    display: inline-flex;
    font-weight: 500 !important;
}

.dataTables_length label>select{
    margin-left: 5px;
    margin-right: 5px;
}

.main-footer .ft-link{
    position: relative;
} 

.app-version{
    position: absolute;
    top: 0;
    right: 0;
}

.app-version-login{
    position: fixed;
    bottom: 15px;
    right: 15px;
}

.img1{
    width: 50px;
    height: 50px;
}

.img2{
    width: 75px;
    height: 75px;
}

.img3{
    width: 100px;
    height: 100px;
}

.img4{
    width: 150px;
    height: 150px;
}

.login-page{
    background-image: url(/img/login_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.lgp {
    background-color: white;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}

.datatable-wrap table thead th {
    text-align: center;
    vertical-align: middle;
}
.datatable-wrap table tbody tr td:last-child {
    text-align: center;
}
.table-managed-1 tbody tr td:first-child {
    text-align: center;
}

text.highcharts-credits {
    display: none !important;
}

@media only screen and (max-width: 760px) {
    .app-version{
        position: relative;
    }
}