﻿th {
    text-align: center;
    vertical-align: middle;
    background-color: #e01e3c !important;
    color: white;
}

.pagination {
    display: inline-block;
}

    .pagination span {
        color: black;
        float: left;
        padding: 8px 16px;
        text-decoration: none;
        background-color: #eee;
        margin-right: 10px;
        cursor: pointer;
    }

.page_active {
    background-color: #ffbd4494 !important;
    cursor: default !important;
}

td, th {
    font-size: 14px;
}

.circleloading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 150px;
    height: 150px;
}

.circleloading_text {
    position: absolute;
    top: 50%;
    left: 50%;
    color: white;
    font-weight: bolder;
    font-size: 18px;
    transform: translate(-50%,-50%);
}

.blockMsg {
    border: none !important;
    background-color: none !important;
}

.loader {
    width: calc(100% - 0px);
    height: calc(100% - 0px);
    border: 8px solid #282828;
    border-top: 8px solid #e01e3c;
    border-radius: 50%;
    animation: rotate 5s linear infinite;
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}
