/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 19 apr 2023, 18:49:21
    Author     : matteo
*/

                                body {
                                    background-color: #cccccc;
                                    font-family: 'Anton',  sans-serif;
                                    margin: 0;
                                }

                                * {
                                    box-sizing: border-box;
                                }

                                #myInput {
                                  background-image: url('/css/searchicon.png');
                                  background-position: 10px 10px;
                                  background-repeat: no-repeat;
                                  width: 100%;
                                  font-size: 16px;
                                  padding: 12px 20px 12px 40px;
                                  border: 1px solid #ddd;
                                  margin-bottom: 12px;
                                }

                                #myTable {
                                  border-collapse: collapse;
                                  width: 100%;
                                  border: 1px solid #ddd;
                                  font-size: 18px;
                                }

                                #myTable th , #myTable th:hover{
                                  vertical-align: middle;
                                  text-align: left;
                                  padding: 12px;
                                  color: red;

                                } 

                                #myTable td {
                                  text-align: left;
                                  padding: 12px;

                                }

                                #myTable tr {
                                  border-bottom: 1px solid #ddd;
                                }

                                #myTable tr.header, #myTable tr:hover {
                                  background-color: #336699;
                                  color: #ddd;
                                }
                                
                                #footerVersioning {
                                    color : #666688;
                                    font-size: 8pt;
                                }
                                
                                tr.dismettere {
                                    background-color:#fff000;
                                }
                                
                                .autorinnovo {
                                    background-color: #663344;
                                }