﻿body {

}

#siparisler {
    width: 100%;
}

    #siparisler thead tr {
        border-bottom: 1px solid #97d204 !important;
        background-color: #fff0003d;
    }

        #siparisler thead tr th {
            text-align: center;
        }

        #siparisler thead tr .baslik {
            padding-left: 10px;
            padding-right: 10px;
            color: #000;
            font-size: 12px;
        }

    #siparisler tbody tr {
        border-bottom: 1px solid #97d204;
    }

        #siparisler tbody tr td {
            font-size: 12px;
            text-align: center;
        }

        #siparisler tbody tr td:first-child {
            font-size: 12px;
            text-align: center;
            min-width:102px;
        }

.degerlendirme-submit-btn {
    padding: 5px 10px;
    font-weight: 600;
    color: #666;
    border-radius: 4px;
    background-color: #9696fa2b;
    border: none;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
}

    .degerlendirme-submit-btn:hover {
        background-color: #92C01F;
        color: #000;
    }


.table-row-siparis{
    min-height: 210px!important;
}

.table-row-siparis:hover {
    cursor: pointer;
}


.siparis-body tr {
    background: white !important;
    border: none !important;
}

    .siparis-body tr:hover {
        background: #f2f2f2 !important;
        border: none !important;
    }

  

        