﻿/*Grid Sitilleri*/
.grid {
    position: relative;
}


    .grid .head_duyuru {
        position:;
        top: 0;
        font-size: 1.5rem;
        margin-bottom: 10px;
        text-align: left;
        line-height: 5rem;
    }
/*Grid Bitiş*/

/*Sayfalayıcı Sitilleri*/
.Sayfalayici {
    width: 100%;
    float: none;
    font-family: NotoSans-Regular,sans-serif;
    color: #595757;
    margin-top: 0px;
    padding-left: 2px;
    border: none;
    display: block;
    text-align: -moz-right !important;
    height: 26px;
    margin-bottom: 10px;
}

    .Sayfalayici tr {
        height: 26px;
    }

    .Sayfalayici table {
        border-collapse: collapse;
    }

    .Sayfalayici tr td {
        height: 26px;
        margin: 0;
        padding: 0;
    }

    .Sayfalayici table tr {
        border: none;
    }

        .Sayfalayici table tr:hover a {
        }

        .Sayfalayici table tr td:last-child a {
            border-right: 1px solid #ccc;
        }

    .Sayfalayici a {
        border: 1px solid #ccc;
        border-right: 0;
        padding: 6px 12px;
        margin: 0;
        font-size: .9rem;
        color: #212529;
        background-color: transparent;
        outline: 0;
        -webkit-transition: all 0.3s linear;
        transition: all 0.3s linear;
        border-radius: 0;
    }

        .Sayfalayici a:hover {
            background-color: #eee;
            border-radius: .125rem;
            -webkit-transition: all 0.3s linear;
            transition: all 0.3s linear;
            box-shadow: none;
        }

    .Sayfalayici span {
        font-family: NotoSans-Regular,sans-serif;
        padding: 6px 12px;
        margin: 0px;
        background-color: transparent;
        color: #fff;
        background-color: #4285f4;
        border-radius: 0;
        -webkit-transition: all 0.2s linear;
        transition: all 0.2s linear;
        cursor: pointer;
        border: 1px solid #4285f4;
    }


.tablo {
    border: 1px solid #ddd;
    width: 100%;
    color: #333333;
    width: 100%;
    border-collapse: collapse;
}

    .tablo td {
        border: 1px solid #ddd;
        padding: 10px;
    }

    .tablo tr {
        background-color: #f9f9f9;
    }

        .tablo tr:nth-child(even) {
            background-color: #fff;
        }

    .tablo td:last-child {
        width: 0%;
        text-align: right;
    }

    .tablo a {
        text-decoration: none;
        color: #333;
    }


.divTable {
    display: flex;
    width: 100%;
    border-collapse: collapse;
    font-size: .75rem;
    font-family: 'Roboto Condensed',sans-serif !important;
    flex-direction: column;
}

.divTableRow {
    border: 1px solid #ccc;
    color: #000;
    margin-bottom: .25rem;
    display: flex;
    justify-content: space-between;
    border-radius: .25rem;
}

    .divTableRow:nth-last-child(even) {
        background-color: #fafafa;
    }

.divTableHeading {
    background-color: none;
    display: table-header-group;
    border: 1px solid #ccc;
}

.divTableCell, .divTableHead {
    padding: .65rem;
    width: 33.3%;
}

    .divTableCell:last-child, .divTableHead:last-child {
        width: 5rem;
        background-color: #9e9e9e;
        text-align: center;
        padding: 0;
    }

        .divTableCell:last-child a {
            color: #fff !important;
            display: block;
            padding: .65rem;
        }

            .divTableCell:last-child a:hover {
                background-color: #4285f4;
            }

.divTableHeading {
    background-color: none;
    display: table-header-group;
    font-weight: bold;
}

.divTableFoot {
    background-color: #EEE;
    display: table-footer-group;
    font-weight: bold;
}

.divTableBody {
    display: table-row-group;
}
