th{
    font-weight: bold;
    color: #52659A;
}

.beyaz_header_table th{
    color: #FFFFFF;
}

.table{
    color:#52659A;
    text-align: center;
}


.table-striped tbody tr:nth-of-type(odd) {
    background-color: #FFFFFF;
}

.table-striped tbody tr:nth-of-type(even) {
    background-color: #EAF0F7;
}

.table-hover tbody tr:hover {
    color: #52659A;
    background-color: rgba(0, 0, 0, 0.075);
}

.table_header_stripe{
    height: 6px;
    margin-top:6px;
}

.table th {
    padding-bottom:0px;
}