﻿@media only screen and (min-width:1200px) {
    div#loading {
        position: fixed;
        margin: 0 auto;
        text-align: center;
        width: 100%;
        z-index: 9999999999999;
        height: 100%;
        background: rgb(255, 255, 255, 0.9);
        padding: 0;
        top: 0;
        display: none;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

        div#loading img {
            vertical-align: middle;
            align-items: center;
            position: relative;
            width: 25%;
            top: 30%;
        }

    table.table.table-hover.text-wrap {
        width: 100%;
        table-layout: fixed;
    }

        table.table.table-hover.text-wrap thead tr th {
            font-size: 12px;
            text-align: center;
        }

        table.table.table-hover.text-wrap tbody tr td {
            font-size: 12px;
            text-align: center;
        }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    div#loading {
        position: fixed;
        margin: 0 auto;
        text-align: center;
        width: 100%;
        z-index: 9999999999999;
        height: 100%;
        background: rgb(255, 255, 255, 0.9);
        padding: 0;
        top: 0;
        display: none;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

        div#loading img {
            vertical-align: middle;
            align-items: center;
            position: relative;
            width: 25%;
            top: 30%;
        }

    table.table.table-hover.text-wrap {
        width: 100%;
        table-layout: fixed;
    }

        table.table.table-hover.text-wrap thead tr th {
            font-size: 12px;
            text-align: center;
        }

        table.table.table-hover.text-wrap tbody tr td {
            font-size: 12px;
            text-align: center;
        }
}

@media only screen and (min-width:769px) and (max-width:991px) {
    div#loading {
        position: fixed;
        margin: 0 auto;
        text-align: center;
        width: 100%;
        z-index: 9999999999999;
        height: 100%;
        background: rgb(255, 255, 255, 0.9);
        padding: 0;
        top: 0;
        display: none;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

        div#loading img {
            vertical-align: middle;
            align-items: center;
            position: relative;
            width: 25%;
            top: 30%;
        }
}

@media only screen and (min-width:481px) and (max-width:768px) {
    div#loading {
        position: fixed;
        margin: 0 auto;
        text-align: center;
        width: 100%;
        z-index: 9999999999999;
        height: 100%;
        background: rgb(255, 255, 255, 0.9);
        padding: 0;
        top: 0;
        display: none;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

        div#loading img {
            vertical-align: middle;
            align-items: center;
            position: relative;
            width: 50%;
            top: 30%;
        }
}

@media only screen and (min-width:0px) and (max-width:480px) {
    div#loading {
        position: fixed;
        margin: 0 auto;
        text-align: center;
        width: 100%;
        z-index: 9999999999999;
        height: 100%;
        background: rgb(255, 255, 255, 0.9);
        padding: 0;
        top: 0;
        display: none;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

        div#loading img {
            vertical-align: middle;
            align-items: center;
            position: relative;
            width: 50%;
            top: 30%;
        }

    .tarihduzeltmesi {
        display: inherit;
        text-align: center;
    }
}

