
        /* main style */
        tfoot input {
            width: 100%;
            padding: 3px;
            box-sizing: border-box;
        }

        .colorDefinitiva {
            background-color: lightblue;
        }

        .dataTables_filter  label {
            display: none;
        }

        .sorting
         {            
            vertical-align: top;
            background-position: top!important;
            background-position-x: right!important;
        }

        table  {
            margin: 0 auto;
            width: 100%;
            clear: both;
            border-collapse: collapse;
            table-layout: fixed;
            word-wrap: break-word;


        }

        th.big-col,
        td.big-col,
        td.dt-body-center {
            width: 50px !important;
            padding: 0px!important;
            font-size: 13px;
        }

        select,
        input {
            width: 90% !important;
            padding: 0px;
            margin: 0px;
        }


        /* additional style to clean */
        body {
            font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
            font-size: 12px;
            line-height: 1.42857143;
            color: #333;
        }
        
        thead th {
            background-color: #97D700;
            
        }
        
        /* 
        .dataTables_length{

            margin-bottom: 10px;
        }

        thead,
        tfoot {
            font-size: 13px;
            font-weight: bold !important;
        }

        tfoot th {
            text-align: left;
            font-weight: normal !important;
        }

        table.dataTable thead .sorting {
            background-position-y: top;
            background-position-x: right;
        }

        a.toggle-vis:hover {
            background-color: green;
        } */


        /* 
        .dataTables_filter {
            display: none;
        }

        table {
            margin: 0 auto;
            width: 100%;
            clear: both;
            border-collapse: collapse;
            table-layout: fixed;
            word-wrap: break-word;
        }
        
        table#example {
            table-layout: fixed;
        }

        table#example * td{
            padding: 0px !important;
            text-align: center !important;
            vertical-align: top;
            border-right: 1px solid #f2f2f2;
        }

        table.dataTable * th{
            border: thin solid #015c43;
            padding: 0px !important;
            text-align: center !important;
            vertical-align: top;
        }

        #example tbody tr:hover {
            background-color: #97D700 !important;
            opacity: 0.9;
        }

        table#example tbody tr:hover * {
            background-color: #97D700 !important;
            opacity: 0.9;
        }
         */
