@charset "UTF-8";

/*Added by Ahmet Sengul*/
.dtWithTopSearch thead input {
    border-top-style: hidden;
    border-right-style: hidden;
    border-left-style: hidden;
    border-bottom-style: groove;
    width: 100%;
}


    .dtWithTopSearch thead input:focus {
        outline: none;
    }


.hidden {
    display: none !important;
}

.dt-buttons {
    padding: 10px 0 30px 0;
}

table.dataTable tbody tr:hover {
    background-color: #f1faff;
}

    table.dataTable tbody tr:hover > .sorting_1 {
        background-color: #f1faff;
    }

table.dataTable tbody tr.odd {
    background-color: #F9F9F9;
}