
.inputTable {
}

    .inputTable .sutunsil {
        display: block;
        margin-bottom: 5px;
        text-align: center;
        width: 100%;
        font-weight: bold;
    }

    .inputTable input[type="text"] {
        padding: 5px 10px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

    .inputTable textarea:focus, .inputTable input:focus {
        outline: none;
        color: green;
        border-color: green;
    }


    .inputTable .satir0 {
    }

        .inputTable .satir0 td:first-of-type {
            padding-top: 45px;
        }


.custom-table {
    border-bottom: 1px solid #eee;
    padding-top: 51px;
}

    .custom-table.no-header {
        padding-top: 0;
    }

    .custom-table .custom-table-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border: 1px solid #eee;
        border-bottom: 0;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        color: #4f4f4f;
    }

        .custom-table .custom-table-row:nth-of-type(2n+2) {
            background-color: #fafafa;
        }

        .custom-table .custom-table-row .custom-table-cell {
            -webkit-box-flex: 1;
            -ms-flex: 1 1 0px;
            flex: 1 1 0;
            padding: 20px;
            font-size: 0.875rem;
            position: relative;
        }

            .custom-table .custom-table-row .custom-table-cell.wide {
                -webkit-box-flex: 2;
                -ms-flex: 2 1 0px;
                flex: 2 1 0;
              width:200px;
                word-wrap:break-word;
            }

            .custom-table .custom-table-row .custom-table-cell a {
                color: #4f4f4f;
            }

            .custom-table .custom-table-row .custom-table-cell i {
                color: #d2935b;
                margin-right: 10px;
            }

            .custom-table .custom-table-row .custom-table-cell:before {
                display: none;
                content: attr(data-header);
                font-size: 0.875rem;
                font-weight: 500 !important;
                color: #d2935b;
            }

        .custom-table .custom-table-row:first-child .custom-table-cell:before {
            display: block;
            position: absolute;
            top: -40px;
            /*min-height:calc(100% - 1px);*/
        }

    .custom-table.withimage {
        padding-top: 0;
        border: 0;
    }

        .custom-table.withimage .custom-table-row {
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            border: 1px solid #eee;
            background-color: #fafafa;
        }

            .custom-table.withimage .custom-table-row .custom-table-cell .btn-download {
                padding: 0;
                border: 0;
            }

                .custom-table.withimage .custom-table-row .custom-table-cell .btn-download:hover,
                .custom-table.withimage .custom-table-row .custom-table-cell .btn-download.hover {
                    background-color: transparent;
                }
 
    @media (max-width: 991.98px) {
        .custom-table {
            border-bottom: 0;
        }

            .custom-table .custom-table-row {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                border: 1px solid #eee;
                border-bottom: 1px solid #eee;
                -webkit-box-align: stretch;
                -ms-flex-align: stretch;
                align-items: stretch;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
                padding: 20px 28px;
                margin-bottom: 10px;
            }

                .custom-table .custom-table-row .custom-table-cell {
                    padding: 0 0 10px 0;
                    font-size: 0.75rem;
                }

                    .custom-table .custom-table-row .custom-table-cell.wide {
                        -webkit-box-flex: 1;
                        -ms-flex: 1 1 0px;
                        flex: 1 1 0;
                        width: 100% !important;
                        word-wrap: break-word;
                    }

                    .custom-table .custom-table-row .custom-table-cell a {
                        color: #13183e;
                        font-weight: 500 !important;
                    }

                    .custom-table .custom-table-row .custom-table-cell:before {
                        display: block;
                    }

                .custom-table .custom-table-row:first-child .custom-table-cell:before {
                    display: block;
                    position: static;
                }

            .custom-table.withimage .custom-table-row {
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                -ms-flex-direction: row;
                flex-direction: row;
                background-color: transparent;
                padding: 0;
                border: 0;
            }

                .custom-table.withimage .custom-table-row .custom-table-cell {
                    -ms-flex-wrap: wrap;
                    flex-wrap: wrap;
                }

                    .custom-table.withimage .custom-table-row .custom-table-cell img {
                        -webkit-box-shadow: 4px 3px 9px #a2a2a2;
                        box-shadow: 4px 3px 9px #a2a2a2;
                    }

                    .custom-table.withimage .custom-table-row .custom-table-cell:first-of-type {
                        -webkit-box-flex: 1;
                        -ms-flex: 1 1 100%;
                        flex: 1 1 100%;
                        text-align: center;
                        background-color: #fafafa;
                        border: 1px solid #eee;
                        padding: 20px;
                    }

                    .custom-table.withimage .custom-table-row .custom-table-cell:not(:first-of-type) {
                        -webkit-box-flex: inherit;
                        -ms-flex: inherit;
                        flex: inherit;
                        padding: 0;
                        margin-top: 10px;
                    }

                    .custom-table.withimage .custom-table-row .custom-table-cell:last-of-type {
                        margin-left: auto;
                    }

                        .custom-table.withimage .custom-table-row .custom-table-cell:last-of-type .btn-download {
                            border: 1px solid #d2935b;
                            padding: 6px 30px 6px 21px;
                            font-weight: 400 !important;
                            color: #4f4f4f;
                        }

                            .custom-table.withimage .custom-table-row .custom-table-cell:last-of-type .btn-download i {
                                margin-right: 14px;
                            }

                            .custom-table.withimage .custom-table-row .custom-table-cell:last-of-type .btn-download:hover,
                            .custom-table.withimage .custom-table-row .custom-table-cell:last-of-type .btn-download.hover {
                                background-color: #d2935b;
                                color: #fff;
                            }

                                .custom-table.withimage .custom-table-row .custom-table-cell:last-of-type .btn-download:hover i,
                                .custom-table.withimage .custom-table-row .custom-table-cell:last-of-type .btn-download.hover i {
                                    color: #fff;
                                }

                    .custom-table.withimage .custom-table-row .custom-table-cell:nth-of-type(2) {
                        border-right: 1px solid #d2935b;
                        padding-right: 10px;
                    }

                    .custom-table.withimage .custom-table-row .custom-table-cell:nth-of-type(3) {
                        padding-left: 10px;
                    }
    }

    @media (max-width: 767.98px) {
        .custom-table {
            padding-top: 0;
        }

            .custom-table .custom-table-row .custom-table-cell .wide {
                width: 100% !important;
                word-wrap: break-word;
            }
    }
