﻿@media (max-width: 1200px) {
    .colHide1200 {
        display: none;
    }
}

@media (max-width: 1024px) {
    .colHide1024 {
        display: none;
    }
}

@media (max-width: 768px) {
    .colHide768 {
        display: none;
    }

    .editModalForm {
        min-width: unset;
    }
}

.colMW100 {
    max-width:100px;
}

.exButtonStyle {
    padding: 1px;
    margin-right: 1px;
    border: solid;
    border-color: rgba(0,0,0,0.4);
    border-width: 1px;
}

.table-fixed thead {
    width: 97%;
}

.table-fixed tbody {
    overflow-y: auto;
    width: 100%;
}

.table-fixed thead, .table-fixed tbody, .table-fixed tr, .table-fixed td, .table-fixed th {
    display: block;
}

    .table-fixed tbody td, .table-fixed thead > tr > th {
        float: left;
        border-bottom-width: 0;
    }


.turca-table {
    border: none;
    font-family: Tahoma, Verdana;
    font-size: 10pt;
    width: 100%;
}

    .turca-table thead {
        font-weight: bold;
    }

    .turca-table tbody tr {
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-bottom-color: #d3d3d3;
    }

        .turca-table tbody tr:hover {
            background-color: #8cd5ff;
        }
