/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 30 Eyl 2022, 15:08:34
    Author     : user
*/
.table {margin:0;width:100%!important}
.table thead{
  background: #777; //darkkhaki;
  color: #fff;
}
.table thead th{
  padding: 5px !important;
}

.DataTableVar{
  table-layout: fixed !important;
  word-wrap: break-word;
}

.table.padding0 td{padding:0;}
.table-responsive {padding: 15px 0;border:0}

/* -----TABLES----------------------------------------------------------- */
tr.silindi {text-decoration: line-through;opacity:1; font-style: italic;}
td.silindi {text-decoration: line-through;color:grey; font-style: italic; }
tr.silindi input{text-decoration: line-through;color:grey;font-style: italic;font-weight:normal; pointer-events: none; }
td.silindi input{text-decoration: line-through;color:grey;font-style: italic;font-weight:normal; pointer-events: none; }

.kolay_form_btn_onoff { display: table-cell; padding: 0 6px; }
.kolay_form_auto_btns { display: table-cell; padding: 0 6px; }